]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
* lisp/mouse.el (mouse-yank-primary, mouse-yank-secondary):
[gnu-emacs] / lisp / ChangeLog
1 2010-07-26 Sam Steingold <sds@gnu.org>
2
3 * mouse.el (mouse-yank-primary, mouse-yank-secondary):
4 Do not call `x-get-selection' the second time, reuse the value.
5
6 2010-07-26 Daiki Ueno <ueno@unixuser.org>
7
8 * epa-mail.el (epa-mail-mode-map): Add alternative key bindings
9 which consist of control chars only. Suggested by Richard
10 Stallman.
11
12 2010-07-25 Daiki Ueno <ueno@unixuser.org>
13
14 * epa-file.el (epa-file-insert-file-contents): Check if LOCAL-FILE
15 exists before passing an error to find-file-not-found-functions
16 (bug#6723).
17
18 2010-07-23 Lukas Huonker <l.huonker@gmail.com>
19
20 * play/tetris.el (tetris-tty-colors, tetris-x-colors, tetris-blank):
21 Remove leading nil element, adjust values.
22 (tetris-shapes, tetris-shape-scores):
23 Change representation of shapes and remove some redundancy.
24 (tetris-get-shape-cell, tetris-shape-width, tetris-draw-next-shape)
25 (tetris-draw-shape, tetris-erase-shape, tetris-test-shape):
26 Adjust for working with new representation of shapes.
27 (tetris-shape-rotations): New function.
28 (tetris-move-bottom, tetris-move-left, tetris-move-right)
29 (tetris-rotate-prev, tetris-rotate-next):
30 Adjust for working with the new version of tetris-test-shape.
31
32 2010-07-23 Markus Triska <markus.triska@gmx.at>
33
34 * progmodes/ps-mode.el: Use comint (bug#5954).
35 (ps-run-mode-map): Adapt for comint-mode; omit "\r", [return]..
36 (ps-mode-other-newline): Simplify.
37 (ps-run-mode): Derive from comint-mode instead of
38 fundamental-mode, yielding input history etc.
39 (ps-run-start, ps-run-quit, ps-run-clear, ps-run-region)
40 (ps-run-send-string): Adapt for comint-mode.
41 (ps-run-newline): Remove now unneeded function.
42
43 2010-07-23 Michael Albinus <michael.albinus@gmx.de>
44
45 * net/tramp.el (tramp-methods): Move hostname to the end in all
46 plink `tramp-login-args'.
47
48 2010-07-23 Michael Albinus <michael.albinus@gmx.de>
49
50 * net/tramp.el (tramp-open-shell): New defun.
51 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
52 Use it.
53
54 2010-07-23 Michael Albinus <michael.albinus@gmx.de>
55
56 * net/tramp.el (tramp-file-name-regexp-unified)
57 (tramp-completion-file-name-regexp-unified): On W32 systems, do
58 not regard the volume letter as remote filename. (Bug#5447)
59
60 2010-07-23 Juanma Barranquero <lekktu@gmail.com>
61
62 * custom.el (custom-declare-variable): Give a clearer error message
63 when the docstring is missing (bug#6476).
64
65 2010-07-22 Michael R. Mauger <mmaug@yahoo.com>
66
67 * progmodes/sql.el: Version 2.4. Improved Login prompting.
68 (sql-login-params): New widget definition.
69 (sql-oracle-login-params, sql-mysql-login-params)
70 (sql-solid-login-params, sql-sybase-login-params)
71 (sql-informix-login-params, sql-ingres-login-params)
72 (sql-ms-login-params, sql-postgres-login-params)
73 (sql-interbase-login-params, sql-db2-login-params)
74 (sql-linter-login-params): Use it.
75 (sql-sqlite-login-params): Use it; Define "database" parameter as
76 a file name.
77 (sql-sqlite-program): Change to "sqlite3".
78 (sql-comint-sqlite): Make sure database name is complete.
79 (sql-for-each-login): New function.
80 (sql-connect, sql-save-connection): Use it.
81 (sql-get-login-ext): New function.
82 (sql-get-login): Use it.
83 (sql-make-alternate-buffer-name): Handle :file parameters.
84
85 2010-07-22 Juanma Barranquero <lekktu@gmail.com>
86
87 * dired.el (dired-no-confirm): Document value t and fix defcustom to
88 accept it (bug#6597). Suggested by Drew Adams <drew.adams@oracle.com>.
89
90 2010-07-22 Teemu Likonen <tlikonen@iki.fi> (tiny change)
91
92 * dired.el (dired-mode-map): Use command remapping (bug#6632).
93
94 2010-07-22 Lawrence Mitchell <wence@gmx.li>
95
96 * term/vt100.el (vt100-wide-mode): Fix :init-value keyword (bug#6620).
97
98 2010-07-21 Michael Albinus <michael.albinus@gmx.de>
99
100 * net/tramp.el (tramp-get-ls-command)
101 (tramp-get-ls-command-with-dired): Run tests on "/dev/null"
102 instead of "/".
103
104 2010-07-20 Michael R. Mauger <mmaug@yahoo.com>
105
106 * progmodes/sql.el: Version 2.3.
107 (sql-connection-alist): Changed keys from symbols to strings;
108 enhanced the widget definition.
109 (sql-mode-menu): Added submenu to select connections.
110 (sql-interactive-mode-menu): Added "Save Connection" item.
111 (sql-add-product): Fixed menu item.
112 (sql-get-product-feature): Improved error handling.
113 (sql--alt-buffer-part, sql--alt-if-not-empty): Removed.
114 (sql-make-alternate-buffer-name): Simplified.
115 (sql-product-interactive): Handle missing product.
116 (sql-connect): Support string keys, minor improvements.
117 (sql-save-connection): New function.
118 (sql-connection-menu-filter): New function.
119
120 2010-07-20 Michael Albinus <michael.albinus@gmx.de>
121
122 * net/tramp.el (tramp-file-name-handler): Trace 'quit.
123 (tramp-open-connection-setup-interactive-shell): Apply
124 workaround for IRIX64 bug. Move argument of last
125 `tramp-send-command' where it belongs to.
126
127 2010-07-20 Michael Albinus <michael.albinus@gmx.de>
128
129 * net/tramp.el (tramp-perl-file-attributes)
130 (tramp-perl-directory-files-and-attributes): Don't pass "$3".
131 (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
132 front of `login-args'.
133
134 2010-07-19 Juanma Barranquero <lekktu@gmail.com>
135
136 * time.el (display-time-world-mode): Define with `define-derived-mode'.
137 Set `show-trailing-whitespace' to nil.
138 (display-time-world-display): Simplify.
139
140 2010-07-18 Alan Mackenzie <acm@muc.de>
141
142 Enhance `c-file-style' in file/directory local variables.
143 * progmodes/cc-mode.el (c-count-cfss): New function.
144 (c-before-hack-hook): Call `c-set-style' differently according to
145 whether c-file-style was set in file or directory local
146 variables.
147
148 2010-07-18 Michael R. Mauger <mmaug@yahoo.com>
149
150 * progmodes/sql.el: Version 2.2.
151 (sql-product, sql-user, sql-database, sql-server, sql-port): Use
152 defcustom :safe keyword rather than putting safe-local-variable
153 property.
154 (sql-password): Use defcustom :risky keyword rather than putting
155 risky-local-variable property.
156 (sql-oracle-login-params, sql-sqlite-login-params)
157 (sql-solid-login-params, sql-sybase-login-params)
158 (sql-informix-login-params, sql-ingres-login-params)
159 (sql-ms-login-params, sql-postgres-login-params)
160 (sql-interbase-login-params, sql-db2-login-params)
161 (sql-linter-login-params): Add `port' option.
162 (sql-get-product-feature): Added NO-INDIRECT parameter.
163 (sql-comint-oracle, sql-comint-sybase)
164 (sql-comint-informix, sql-comint-sqlite, sql-comint-mysql)
165 (sql-comint-solid, sql-comint-ingres, sql-comint-ms)
166 (sql-comint-postgres, sql-comint-interbase, sql-comint-db2)
167 (sql-comint-linter): Renamed sql-connect-* functions to
168 sql-comint-*.
169 (sql-product-alist, sql-mode-menu): Renamed as above and
170 :sqli-connect-func to :sqli-comint-func.
171 (sql-connection): New variable.
172 (sql-interactive-mode): Set it.
173 (sql-connection-alist): New variable.
174 (sql-connect): New function.
175 (sql--alt-buffer-part, sql--alt-if-not-empty)
176 (sql-make-alternate-buffer-name): Improved alternative buffer name.
177
178 2010-07-17 Thierry Volpiatto <thierry.volpiatto@gmail.com>
179
180 * image-mode.el (image-bookmark-make-record): Do not set context
181 in an image (Bug#6650).
182
183 2010-07-17 Chong Yidong <cyd@stupidchicken.com>
184
185 * simple.el (select-active-region): New function.
186 (push-mark-command, set-mark, activate-mark)
187 (handle-shift-selection): Use it.
188 (deactivate-mark): Don't check for size of region.
189
190 * mouse.el (mouse-drag-track): Use select-active-region.
191
192 2010-07-17 Michael Albinus <michael.albinus@gmx.de>
193
194 * net/tramp.el (tramp-get-ls-command-with-dired): Make test for
195 "--dired" stronger.
196
197 2010-07-17 Chong Yidong <cyd@stupidchicken.com>
198
199 * term/x-win.el (x-select-enable-primary): Change default to nil.
200 (x-select-enable-clipboard): Add :version keyword.
201
202 * mouse.el (mouse-drag-copy-region):
203 * simple.el (select-active-regions): Likewise.
204
205 2010-07-16 Reiner Steib <Reiner.Steib@gmx.de>
206
207 * vc/vc.el (vc-coding-system-inherit-eol): New defvar.
208 (vc-coding-system-for-diff): Use it to decide whether to inherit
209 from the file the EOL format for reading the diffs of that file.
210 (Bug#4451)
211
212 2010-07-16 Eli Zaretskii <eliz@gnu.org>
213
214 * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
215 unibyte, so compressed attachments are not compressed again.
216
217 2010-07-16 Michael Albinus <michael.albinus@gmx.de>
218
219 * net/tramp.el (tramp-handle-shell-command): Don't use hard-wired
220 "/bin/sh" but `tramp-remote-sh' from `tramp-methods'.
221 (tramp-find-shell): Simplify setting connection property.
222 (tramp-get-ls-command): Make test for "--color=never" stronger.
223
224 2010-07-15 Simon South <ssouth@member.fsf.org>
225
226 * progmodes/delphi.el (delphi-previous-indent-of): Indent case
227 blocks within record declarations (i.e. variant parts) correctly.
228
229 2010-07-15 Simon South <ssouth@member.fsf.org>
230
231 * progmodes/delphi.el (delphi-token-at): Give newlines precedence
232 over literal tokens when parsing so newlines aren't "absorbed" by
233 single-line comments. Corrects the indentation of case blocks
234 that have a comment on the first line.
235
236 2010-07-14 Karl Fogel <kfogel@red-bean.com>
237
238 * bookmark.el (bookmark-load-hook): Fix doc string as suggested
239 by Drew Adams (Bug#5504).
240
241 2010-07-14 Jan Djärv <jan.h.d@swipnet.se>
242
243 * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
244 now that Unicode is used (Bug#6594).
245
246 2010-07-14 Chong Yidong <cyd@stupidchicken.com>
247
248 * term/x-win.el (x-select-enable-clipboard): Default to t.
249 (x-initialize-window-system): Don't overwrite Paste menu item.
250
251 * simple.el (select-active-regions): Default to t.
252 (push-mark-command): Don't overwrite primary with empty string.
253
254 * mouse.el: Bind mouse-2 to mouse-yank-primary.
255 (mouse-drag-copy-region): Default to nil.
256
257 * menu-bar.el (menu-bar-enable-clipboard): Don't overwrite
258 Cut/Copy/Paste menu bar items.
259
260 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
261
262 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
263 Patch applied by Karl Fogel.
264
265 * bookmark.el (bookmark-set): Don't set `bookmark-yank-point'
266 and `bookmark-current-buffer' if they have been already set in
267 another buffer (e.g gnus-art).
268
269 2010-07-13 Karl Fogel <kfogel@red-bean.com>
270 Thierry Volpiatto <thierry.volpiatto@gmail.com>
271
272 Preparation for setting bookmarks in Gnus article buffers (Bug#5975).
273
274 * bookmark.el (bookmark-make-record-default): Allow unneeded
275 information to be omitted from the record.
276
277 Adjust declarations and calls:
278
279 * info.el (bookmark-make-record-default): Adjust declaration.
280 (Info-bookmark-make-record): Adjust call.
281
282 * woman.el (bookmark-make-record-default): Adjust declaration.
283 (woman-bookmark-make-record): Adjust call.
284
285 * man.el (bookmark-make-record-default): Adjust declaration.
286 (Man-bookmark-make-record): Adjust call.
287
288 * image-mode.el (bookmark-make-record-default): Adjust declaration.
289
290 * doc-view.el (bookmark-make-record-default): Adjust declaration.
291
292 2010-07-13 Karl Fogel <kfogel@red-bean.com>
293
294 * bookmark.el (bookmark-show-annotation): Use `when' instead of `if'.
295 This is also from Thierry Volpiatto's patch in bug #6444. However,
296 because it was extraneous to the functional change in that patch,
297 and causes a re-indendation, I am committing it separately.
298
299 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
300
301 * bookmark.el (bookmark-show-annotation): Ensure annotations show,
302 e.g. in Info bookmarks, by using `switch-to-buffer-other-window'.
303 Patch applied by Karl Fogel (Bug#6444).
304
305 2010-07-13 Chong Yidong <cyd@stupidchicken.com>
306
307 * frame.el (make-frame): Fix typo in 2010-06-30 change (Bug#6625).
308
309 2010-07-13 Adrian Robert <Adrian.B.Robert@gmail.com>
310
311 * term/ns-win.el: Bind M-~ to 'ns-prev-frame (due to Matthew
312 Dempsky; bug#5084). Remove incorrect binding for S-tab.
313 (ns-alternatives-map): Change S-tab binding to backtab
314 (bug#6616).
315
316 * simple.el (normal-erase-is-backspace-setup-frame): Set mode on
317 under ns.
318
319 2010-07-12 Andreas Schwab <schwab@linux-m68k.org>
320
321 * language/tai-viet.el ("TaiViet"): Try to fix re-encoding bugs.
322 (Bug#5806)
323
324 * language/tv-util.el (tai-viet-re): Remove format.
325
326 2010-07-12 Kenichi Handa <handa@m17n.org>
327
328 * language/hebrew.el: Remove no-byte-compile declaration.
329 Change coding: tag to utf-8. Register hebrew-shape-gstring in
330 composition-function-table for 3-character looking back.
331 (hebrew-font-get-precomposed): New function.
332 (hebrew-shape-gstring): Utilize precomposed glyphs if available.
333
334 2010-07-11 Chong Yidong <cyd@stupidchicken.com>
335
336 * mouse.el (mouse-drag-track): Handle select-active-regions
337 (Bug#6612).
338
339 2010-07-11 Magnus Henoch <magnus.henoch@gmail.com>
340
341 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
342 empty argument to gvfs-copy.
343
344 2010-07-10 Glenn Morris <rgm@gnu.org>
345
346 * calendar/calendar.el (calendar-week-end-day): New function.
347 * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
348 Respect calendar-week-start-day. (Bug#6606)
349 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
350 (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
351 (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
352 respect calendar-week-start-day.
353
354 2010-07-10 Chong Yidong <cyd@stupidchicken.com>
355
356 * simple.el (use-region-p): Doc fix (Bug#6607).
357
358 2010-07-10 Aleksei Gusev <aleksei.gusev@gmail.com> (tiny change)
359
360 * progmodes/compile.el (compilation-error-regexp-alist-alist): Add
361 regexps for cucumber and ruby.
362
363 2010-07-08 Daiki Ueno <ueno@unixuser.org>
364
365 * epa-file.el (epa-file-error, epa-file--find-file-not-found-function)
366 (epa-file-insert-file-contents): Hack to prevent
367 find-file from opening empty buffer when decryption failed
368 (bug#6568).
369
370 2010-07-07 Agustín Martín <agustin.martin@hispalinux.es>
371
372 * textmodes/ispell.el (ispell-alternate-dictionary):
373 Use file-readable-p.
374 Return nil if no word-list is found at default locations.
375 (ispell-complete-word-dict): Default to nil.
376 (ispell-command-loop): Use 'word-list' when using lookup-words.
377 (lookup-words): Use ispell-complete-word-dict or
378 ispell-alternate-dictionary. Check for word-list availability
379 and handle errors if needed with better messages (Bug#6539).
380 (ispell-complete-word): Use ispell-complete-word-dict or
381 ispell-alternate-dictionary.
382
383 2010-07-07 Christoph Scholtes <cschol2112@gmail.com>
384
385 * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
386 builtins (BufferError, BytesWarning, WindowsError; callables
387 bin, bytearray, bytes, format, memoryview, next, print; __package__).
388
389 2010-07-07 Glenn Morris <rgm@gnu.org>
390
391 * play/zone.el (top-level): Do not require timer, tabify, or cl.
392 (zone-shift-left): Ignore intangibility, and any errors from
393 forward-char.
394 (zone-shift-right): Remove no-op end-of-line. Ignore intangibility.
395 (zone-pgm-putz-with-case): Use upcase-region rather than inserting,
396 deleting, and copying text properties.
397 (zone-line-specs, zone-pgm-stress): Check forward-line exit status.
398 (zone-pgm-rotate): Handle odd buffers like that of gomoku, where getting
399 to point-max is hard.
400 (zone-fret, zone-fill-out-screen): Replace cl's do with dotimes.
401 (zone-fill-out-screen): Ignore intangibility.
402
403 2010-07-05 Chong Yidong <cyd@stupidchicken.com>
404
405 * menu-bar.el (menu-bar-mode):
406 * tool-bar.el (tool-bar-mode): Replace default-frame-alist element
407 if it has been set.
408
409 * mouse.el (mouse-drag-track): Call mouse-start-end to handle
410 word/line selection (Bug#6565).
411
412 2010-07-04 Juanma Barranquero <lekktu@gmail.com>
413
414 * net/dbus.el (dbus-send-signal): Declare function.
415
416 2010-07-04 Michael Albinus <michael.albinus@gmx.de>
417
418 * net/dbus.el: Implement signal "PropertiesChanged" (from D-Bus 1.3.1).
419 (dbus-register-property): New optional argument EMITS-SIGNAL.
420 (dbus-property-handler): Send signal "PropertiesChanged" if requested.
421
422 2010-07-03 Chong Yidong <cyd@stupidchicken.com>
423
424 * mouse.el (mouse-drag-overlay): Variable deleted.
425 (mouse-move-drag-overlay, mouse-show-mark): Functions deleted.
426 (mouse--remap-link-click-p): New function.
427 (mouse-drag-track): Handle dragging by using temporary Transient
428 Mark mode, instead of a special overlay.
429 (mouse-kill-ring-save, mouse-save-then-kill): Don't call
430 mouse-show-mark.
431
432 * mouse-sel.el (mouse-sel-selection-alist): mouse-drag-overlay
433 deleted.
434
435 2010-07-02 Juri Linkov <juri@jurta.org>
436
437 * autoinsert.el (auto-insert-alist): Fix readability
438 by using dotted pair notation for lambda.
439
440 2010-07-02 Juri Linkov <juri@jurta.org>
441
442 * faces.el (read-face-name): Rename arg `string-describing-default'
443 to `default'. Doc fix. Display the default value in quotes
444 in the prompt. With empty input, return the `default' arg,
445 unless the default value is a string (in which case return nil).
446 (describe-face): Replace the string `default' arg of `read-face-name'
447 with the symbol `default'.
448
449 2010-07-02 Chong Yidong <cyd@stupidchicken.com>
450
451 * emulation/viper-cmd.el (viper-delete-backward-char)
452 (viper-del-backward-char-in-insert)
453 (viper-del-backward-char-in-replace, viper-change)
454 (viper-backward-indent): Replace delete-backward-char with
455 delete-char (Bug#6552).
456
457 2010-07-01 Chong Yidong <cyd@stupidchicken.com>
458
459 * ruler-mode.el (ruler--save-header-line-format): Fix typos.
460
461 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
462
463 * frame.el (make-frame): Add default-frame-alist to the PARAMETERS
464 argument passed to frame-creation-function (Bug#5378).
465
466 * faces.el (x-handle-named-frame-geometry)
467 (x-handle-reverse-video, x-create-frame-with-faces)
468 (face-set-after-frame-default, tty-create-frame-with-faces): Don't
469 separately consult default-frame-alist. It is now passed as the
470 PARAMETER argument.
471
472 2010-06-30 Andreas Schwab <schwab@linux-m68k.org>
473
474 * startup.el (command-line): Don't call tool-bar-setup in a
475 tty-only build.
476
477 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
478
479 * ruler-mode.el (ruler--save-header-line-format): New fun.
480 (ruler-mode): Use it as a setter function, so as not to overwrite
481 ruler-mode-header-line-format-old if Ruler mode is on (Bug#5370).
482
483 2010-06-29 Chong Yidong <cyd@stupidchicken.com>
484
485 * vc/vc.el (vc-deduce-backend): New fun. Handle diff buffers.
486 (vc-root-diff, vc-print-root-log, vc-log-incoming)
487 (vc-log-outgoing): Use it.
488 (vc-diff-internal): Set diff-vc-backend.
489
490 * vc/diff-mode.el (diff-vc-backend): New var.
491
492 2010-06-28 Jan Djärv <jan.h.d@swipnet.se>
493
494 * dynamic-setting.el (font-setting-change-default-font): Remove
495 call to message.
496
497 2010-06-28 Kenichi Handa <handa@m17n.org>
498
499 * international/quail.el (quail-insert-kbd-layout): Fix the
500 showing of untranslated characters.
501
502 2010-06-28 Chong Yidong <cyd@stupidchicken.com>
503
504 * simple.el (delete-active-region): New option.
505 (delete-backward-char): Implement in Lisp.
506 (delete-forward-char): New command.
507
508 * mouse.el (mouse-region-delete-keys): Deleted.
509 (mouse-show-mark): Simplify.
510
511 * bindings.el (global-map): Bind delete and DEL, the former to
512 delete-forward-char.
513
514 2010-06-27 Lennart Borgman <lennart.borgman@gmail.com>
515
516 * progmodes/ruby-mode.el (ruby-mode-map): Don't bind TAB.
517 (ruby-mode): Bind indent-line-function (Bug#5119).
518
519 2010-06-27 Chong Yidong <cyd@stupidchicken.com>
520
521 * startup.el (command-line): Recognize "0" X resource value.
522
523 2010-06-27 Chong Yidong <cyd@stupidchicken.com>
524
525 * startup.el (command-line): Use X resources to set the value of
526 menu-bar-mode and tool-bar-mode, before calling frame-initialize.
527
528 * menu-bar.el (menu-bar-mode):
529 * tool-bar.el (tool-bar-mode): Don't change default-frame-alist.
530 Set init-value to t.
531
532 * frame.el (frame-notice-user-settings): Don't change
533 default-frame-alist based on menu-bar-mode and tool-bar-mode, or
534 vice versa (Bug#2249).
535
536 2010-06-26 Eli Zaretskii <eliz@gnu.org>
537
538 * w32-fns.el (w32-convert-standard-filename): Doc fix.
539
540 2010-06-25 Agustín Martín <agustin.martin@hispalinux.es>
541
542 * textmodes/flyspell.el (flyspell-check-previous-highlighted-word):
543 Make sure `flyspell-word' re-checks word after function run (Bug#6504).
544
545 * textmodes/ispell.el (ispell-init-process): Make sure ispell and
546 default directories are expanded (Bug#6143).
547
548 2010-06-24 Juri Linkov <juri@jurta.org>
549
550 * minibuffer.el (completions-format): Change default from nil to
551 `horizontal'. Remove `nil' value from :type. Doc fix. (Bug#6459)
552
553 2010-06-24 Juri Linkov <juri@jurta.org>
554
555 * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
556 buffer-locally to lambda that re-runs the vc diff command.
557 (Bug#6447)
558
559 2010-06-24 Chong Yidong <cyd@stupidchicken.com>
560
561 * kmacro.el (kmacro-call-macro): Don't issue hint message if the
562 echo area is in use (Bug#3412).
563
564 2010-06-22 Glenn Morris <rgm@gnu.org>
565
566 * textmodes/texinfmt.el (texinfo-format-region)
567 (texinfo-raise-lower-sections, texinfo-format-separate-node)
568 (texinfo-itemize-item, texinfo-multitable-item, texinfo-alias)
569 (texinfo-format-option, texinfo-noindent):
570 Use line-beginning-position and line-end-position.
571
572 * calc/calc-aent.el, calc/calc-ext.el, calc/calc-lang.el:
573 * calc/calc-store.el, calc/calc-units.el, calc/calc.el:
574 * calc/calccomp.el: Add explicit utf-8 coding cookies to files with
575 utf-8 characters.
576
577 2010-06-21 Karl Fogel <kfogel@red-bean.com>
578
579 * play/zone.el (zone-fall-through-ws): Fix next-line ->
580 forward-line fallout.
581
582 2010-07-06 Chong Yidong <cyd@stupidchicken.com>
583
584 * mouse.el (mouse-appearance-menu): Add docstring.
585
586 * help.el (describe-key): Print up-event using key-description.
587
588 2010-07-03 Michael Albinus <michael.albinus@gmx.de>
589
590 * net/zeroconf.el (zeroconf-resolve-service)
591 (zeroconf-service-resolver-handler): Use
592 `dbus-byte-array-to-string'.
593 (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
594
595 2010-07-03 Jan Moringen <jan.moringen@uni-bielefeld.de>
596
597 * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
598
599 2010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
600
601 Avoid displaying files with a nil state in vc-dir.
602 * vc/vc-dir.el (vc-dir-update): Obey the noinsert argument in all
603 cases that cause insertion.
604 (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
605 with a nil state.
606
607 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
608
609 * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
610
611 2010-06-29 Leo <sdl.web@gmail.com>
612
613 * emacs-lisp/rx.el (rx): Doc fix. (Bug#6537)
614
615 2010-06-27 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
616
617 * generic-x.el (bat-generic-mode): Fix regexp for command line
618 switches (Bug#5719).
619
620 2010-06-27 Masatake YAMATO <yamato@redhat.com>
621
622 * htmlfontify.el (hfy-face-attr-for-class): Use append instead
623 of nconc to avoid pure storage error (Bug#6239).
624
625 2010-06-27 Christoph <cschol2112@googlemail.com> (tiny change)
626
627 * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
628 (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
629 bindings of bookmark-automatically-show-annotations (Bug#6515).
630
631 2010-06-25 Eli Zaretskii <eliz@gnu.org>
632
633 * arc-mode.el (archive-zip-extract): Don't quote the file name on
634 MS-Windows and MS-DOS. (Bug#6467, Bug#6144)
635
636 2010-06-24 Štěpán Němec <stepnem@gmail.com> (tiny change)
637
638 * comint.el (make-comint, make-comint-in-buffer): Mention return
639 value in the docstrings. (Bug#6498)
640
641 2010-06-24 Yoni Rabkin <yoni@rabkins.net>
642
643 * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
644 since it is not present when using some non-default switches.
645
646 2010-06-23 Karl Fogel <kfogel@red-bean.com>
647
648 * simple.el (compose-mail): Fix doc string to refer to
649 `compose-mail-user-agent-warnings', instead of to the
650 nonexistent `compose-mail-check-user-agent'.
651
652 2010-06-21 Alan Mackenzie <bug-cc-mode@gnu.org>
653
654 Fix an indentation bug:
655
656 * progmodes/cc-mode.el (c-common-init): Initialise c-new-BEG/END.
657 (c-neutralize-syntax-in-and-mark-CPP): c-new-BEG/END: Take account
658 of existing values.
659
660 * progmodes/cc-engine.el (c-clear-<-pair-props-if-match-after)
661 (c-clear->-pair-props-if-match-before): now return t when they've
662 cleared properties, nil otherwise.
663 (c-before-change-check-<>-operators): Set c-new-beg/end correctly
664 by taking account of the existing value.
665
666 * progmodes/cc-defs.el
667 (c-clear-char-property-with-value-function): Fix this to clear the
668 property rather than overwriting it with nil.
669
670 2010-06-20 Chong Yidong <cyd@stupidchicken.com>
671
672 * emacs-lisp/package.el (package-print-package): Add link to
673 package description via describe-package.
674 (describe-package-1): List package requirements. Add button to
675 perform installation.
676 (package-menu-describe-package): New command.
677
678 * help-mode.el (help-package): New button type.
679
680 2010-06-19 Chong Yidong <cyd@stupidchicken.com>
681
682 * emacs-lisp/package.el: Move package-list-packages binding to
683 menu-bar.el.
684 (describe-package, describe-package-1, package--dir): New funs.
685 (package-activate-1): Use package--dir.
686
687 * emacs-lisp/package-x.el (gnus-article-buffer): Require package.
688
689 * help-mode.el (help-package-def): New button type.
690
691 * menu-bar.el: Move package-list-packages binding here from
692 package.el.
693
694 2010-06-19 Gustav Hållberg <gustav@gmail.com> (tiny change)
695
696 * descr-text.el (describe-char): Avoid trailing whitespace. (Bug#6423)
697
698 2010-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
699
700 * emacs-lisp/edebug.el (edebug-read-list):
701 Phase out old-style backquotes.
702
703 2010-06-17 Juri Linkov <juri@jurta.org>
704
705 * help-mode.el (help-mode): Set buffer-local variable
706 revert-buffer-function to help-mode-revert-buffer.
707 (help-mode-revert-buffer): New function.
708
709 * info.el (Info-revert-find-node): Check for major-mode Info-mode
710 before popping to "*info*" (like in other Info functions).
711 Keep buffer-name in old-buffer-name. Keep Info-history-forward in
712 old-history-forward. Pop to old-buffer-name or "*info*" to
713 recreate the killed buffer. Set Info-history-forward from
714 old-history-forward.
715 (Info-breadcrumbs-depth): Add :group and :version.
716
717 2010-06-17 Dan Nicolaescu <dann@ics.uci.edu>
718
719 * emacs-lisp/package.el (package-menu-mode-map): Add a menu.
720
721 2010-06-17 Agustín Martín <agustin.martin@hispalinux.es>
722
723 * textmodes/ispell.el (ispell-aspell-find-dictionary): Fix regexp
724 for languages like Portuguese with pt_{BR,PT} and no plain pt.
725
726 2010-06-17 Juanma Barranquero <lekktu@gmail.com>
727
728 * emacs-lisp/package.el (package-menu-mode-map):
729 Move initialization into declaration.
730
731 * menu-bar.el (menu-bar-options-menu): Fix typo in menu entry.
732
733 2010-06-17 Chong Yidong <cyd@stupidchicken.com>
734
735 * emacs-lisp/package.el (package-archive-base): Point to
736 elpa.gnu.org.
737 (package-enable, package-load-list): New defcustoms.
738 (package-user-dir, package-directory-list): Turn into defcustoms.
739 Don't include package-user-dir in package-directory-list.
740 (package--builtins-base): Don't include Emacs as a "package".
741 (package-subdirectory-regexp): New var.
742 (package-load-all-descriptors, package-compute-transaction)
743 (package-download-transaction): Obey package-load-list.
744 (package-activate-1): Rename from package-do-activate.
745 (package-list-packages-internal): Check package-load-list.
746 (package-load-descriptor, package-generate-autoloads)
747 (package-unpack, package-unpack-single)
748 (package--read-archive-file, package-delete): Use
749 expand-file-name.
750
751 * emacs-lisp/package-x.el: New file. Package uploading
752 functionality split out from package.el.
753
754 * startup.el (command-line): Load packages after reading init
755 file.
756
757 2010-06-17 Tom Tromey <tromey@redhat.com>
758
759 * emacs-lisp/package.el: New file.
760
761 2010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
762
763 Fix vc-annotate for renamed files when using Git.
764 * vc-git.el (vc-git-find-revision): Deal with empty results from
765 ls-files. Doe not pass the object as a file name to cat-file, it
766 is not a file name.
767 (vc-git-annotate-command): Pass the file name using -- to avoid
768 ambiguity with the revision.
769 (vc-git-previous-revision): Pass a relative file name.
770
771 2010-06-22 Glenn Morris <rgm@gnu.org>
772
773 * progmodes/js.el (js-mode-map): Use standard capitalization and
774 ellipses for menu entries.
775
776 * wid-edit.el (widget-complete): Doc fix.
777
778 2010-06-22 Jürgen Hötzel <juergen@hoetzel.info> (tiny change)
779
780 * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
781
782 2010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
783
784 Fix annotating other revisions for renamed files in vc-annotate.
785 * vc-annotate.el (vc-annotate): Add an optional argument for the
786 VC backend. Use it when non-nil.
787 (vc-annotate-warp-revision): Pass the VC backend to vc-annotate.
788 (Bug#6487)
789
790 Fix vc-annotate-show-changeset-diff-revision-at-line for git.
791 * vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
792 Do not pass the file name to the 'previous-revision call when we
793 don't want a file diff. (Bug#6489)
794
795 2010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
796
797 Fix finding revisions for renamed files in vc-annotate.
798 * vc.el (vc-find-revision): Add an optional argument for
799 the VC backend. Use it when non-nil.
800 * vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
801 backend to vc-find-revision. (Bug#6487)
802
803 2010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
804
805 Fix reading file names in Git annotate buffers.
806 * vc-git.el (vc-git-annotate-extract-revision-at-line): Remove
807 trailing whitespace. Suggested by Eric Hanchrow. (Bug#6481)
808
809 2010-06-20 Alan Mackenzie <acm@muc.de>
810
811 * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
812 in file local variables, set it first.
813
814 2010-06-19 Glenn Morris <rgm@gnu.org>
815
816 * descr-text.el (describe-char-unicode-data): Insert separating
817 space when needed. (Bug#6422)
818
819 * progmodes/idlwave.el (idlwave-action-and-binding):
820 Fix typo in 2009-12-03 change. (Bug#6450)
821
822 2010-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
823
824 * emacs-lisp/macroexp.el (macroexpand-all-1): Put back special
825 handling for `lambda' (misunderstanding).
826
827 2010-06-16 Jay Belanger <jay.p.belanger@gmail.com>
828
829 * calc/calc-poly.el (math-accum-factors): Make sure that
830 constants aren't distributed after they are factored out.
831
832 2010-06-16 Juri Linkov <juri@jurta.org>
833
834 * facemenu.el (list-colors-display): Call `pop-to-buffer' before
835 `list-colors-print'. (Bug#6332)
836
837 * subr.el (read-quoted-char): Fix up last change (bug#6290).
838
839 2010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
840
841 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't handle `lambda'
842 specially, since it's a macro. Fix up wrong hint passed to maybe-cons.
843
844 * font-lock.el (font-lock-major-mode): Rename from
845 font-lock-mode-major-mode to distinguish it from
846 global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
847 (font-lock-set-defaults):
848 * font-core.el (font-lock-default-function): Adjust users.
849 (font-lock-mode): Don't set it at all.
850
851 2010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
852
853 * vc-annotate.el (vc-annotate): Use vc-read-revision.
854
855 2010-06-16 Glenn Morris <rgm@gnu.org>
856
857 * calendar/appt.el (appt-time-msg-list): Doc fix.
858 (appt-check): Let-bind appt-warn-time.
859 (appt-add): Make the 3rd argument optional.
860 Simplify argument names. Doc fix. Check for integer WARNTIME.
861 Only add WARNTIME to the output list if non-nil.
862
863 2010-06-16 Ivan Kanis <apple@kanis.eu>
864
865 * calendar/appt.el (appt-check): Let the 3rd element of
866 appt-time-msg-list specify the warning time.
867 (appt-add): Add new argument with the warning time. (Bug#5176)
868
869 2010-06-16 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
870
871 * vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
872 older than version 1.6. (Bug#6361)
873
874 2010-06-16 Helmut Eller <eller.helmut@gmail.com>
875
876 * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
877 used by cl-do-arglist. (Bug#6408)
878
879 2010-06-16 Agustín Martín <agustin.martin@hispalinux.es>
880
881 * textmodes/ispell.el (ispell-dictionary-base-alist): Fix
882 portuguese casechars/not-casechars for missing 'çÇ'.
883 Suggested by Rolando Pereira (bug#6434).
884
885 2010-06-15 Juanma Barranquero <lekktu@gmail.com>
886
887 * facemenu.el (list-colors-sort): Doc fix.
888
889 2010-06-15 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
890
891 * progmodes/sql.el (sql-connect-mysql): Fix typo.
892
893 2010-06-14 Juri Linkov <juri@jurta.org>
894
895 Add sort option `list-colors-sort'. (Bug#6332)
896 * facemenu.el (color-rgb-to-hsv): New function.
897 (list-colors-sort): New defcustom.
898 (list-colors-sort-key): New function.
899 (list-colors-display): Doc fix. Sort list according to the option
900 `list-colors-sort'.
901 (list-colors-print): Add HSV values to `help-echo' property of
902 RGB strings.
903
904 2010-06-14 Juri Linkov <juri@jurta.org>
905
906 * compare-w.el: Move to the "vc" subdirectory.
907
908 2010-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
909
910 * image-mode.el (image-mode-map): Remap left-char and right-char.
911
912 * nxml/nxml-mode.el (nxml-indent-line): Standardize indent behavior.
913
914 2010-06-12 Chong Yidong <cyd@stupidchicken.com>
915
916 * term/common-win.el (x-colors): Add all the color names defined
917 in rgb.txt (Bug#6332).
918
919 * facemenu.el (list-colors-print): Don't print extra names if it
920 will overflow the window width.
921
922 * vc/log-edit.el (log-edit-font-lock-keywords): Revert 2010-06-02
923 change (Bug#6343).
924
925 2010-06-12 Eli Zaretskii <eliz@gnu.org>
926
927 * files.el (make-directory): Doc fix (bug#6396).
928
929 2010-06-12 Michael Albinus <michael.albinus@gmx.de>
930
931 * net/tramp.el (tramp-remote-process-environment): Protect version
932 string by apostroph.
933 (tramp-shell-prompt-pattern): Do not use a shy group in case of
934 XEmacs.
935 (tramp-file-name-for-operation): Add `call-process-region'.
936 (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
937
938 * net/tramp-compat.el (top): Do not autoload
939 `tramp-handle-file-remote-p'. Load tramp-util.el and tramp-vc.el
940 only when `start-file-process' is not bound.
941 (tramp-advice-file-expand-wildcards): Do not use
942 `tramp-handle-file-remote-p'.
943 (tramp-compat-make-temp-file): Handle the case, that
944 `make-temp-file' has no third argument EXTENSION.
945
946 2010-06-11 Juanma Barranquero <lekktu@gmail.com>
947
948 * makefile.w32-in (WINS_BASIC): Include new directory vc.
949
950 * loadup.el ("vc-hooks", "ediff-hook"): Load from lisp/vc/.
951
952 2010-06-11 Juri Linkov <juri@jurta.org>
953
954 * finder.el (finder-known-keywords): Add keyword "vc"
955 for version control.
956
957 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff.el,
958 * emerge.el, log-edit.el, log-view.el, pcvs.el, smerge-mode.el,
959 * vc-annotate.el, vc-bzr.el, vc-dir.el, vc-dispatcher.el, vc-git.el,
960 * vc-hg.el, vc-mtn.el, vc.el: Add keyword "vc".
961
962 2010-06-11 Juri Linkov <juri@jurta.org>
963
964 Move version control related files to the "vc" subdirectory.
965 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff-diff.el,
966 * ediff.el, ediff-help.el, ediff-hook.el, ediff-init.el,
967 * ediff-merg.el, ediff-mult.el, ediff-ptch.el, ediff-util.el,
968 * ediff-vers.el, ediff-wind.el, emerge.el, log-edit.el, log-view.el,
969 * pcvs-defs.el, pcvs.el, pcvs-info.el, pcvs-parse.el, pcvs-util.el,
970 * smerge-mode.el, vc-annotate.el, vc-arch.el, vc-bzr.el, vc-cvs.el,
971 * vc-dav.el, vc-dir.el, vc-dispatcher.el, vc.el, vc-git.el,
972 * vc-hg.el, vc-hooks.el, vc-mtn.el, vc-rcs.el, vc-sccs.el, vc-svn.el:
973 Move files to the "vc" subdirectory.
974
975 2010-06-11 Chong Yidong <cyd@stupidchicken.com>
976
977 * comint.el (comint-password-prompt-regexp): Fix 2010-04-10 change
978 (Bug#6367).
979
980 2010-06-11 Stephen Eglen <stephen@gnu.org>
981
982 * shell.el: Bind `shell-resync-dirs' to M-RET.
983
984 2010-06-10 Michael Albinus <michael.albinus@gmx.de>
985
986 * notifications.el: Move file from lisp/net, because it is
987 supposed to talk locally to the user.
988
989 2010-06-10 Julien Danjou <julien@danjou.info>
990
991 * net/notifications.el (notifications-on-action-signal)
992 (notifications-on-closed-signal): Pass notification id as first
993 argument to the callback functions. Add docstrings.
994 (notifications-notify): Fix docstring.
995
996 2010-06-10 Glenn Morris <rgm@gnu.org>
997
998 * emacs-lisp/authors.el (authors-ignored-files)
999 (authors-valid-file-names): Add some files.
1000
1001 2010-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
1002
1003 * net/rcirc.el (rcirc-server-alist, rcirc, rcirc-connect): Resolve
1004 merge conflict, giving preference to the emacs-23 version of the code.
1005
1006 2010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
1007
1008 * emacs-lisp/advice.el (ad-compile-function):
1009 Define warning-suppress-types before we let-bind it (bug#6275).
1010
1011 * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
1012 declare it, make it buffer-local and permanent-local (bug#6324).
1013 (vc-resynch-window): Adjust name.
1014 * vc-hooks.el (vc-find-file-hook): Adjust name.
1015
1016 2010-06-09 Michael Albinus <michael.albinus@gmx.de>
1017
1018 * net/notifications.el (notifications-notify): Fix docstring.
1019
1020 2010-06-09 Juanma Barranquero <lekktu@gmail.com>
1021
1022 Update to Unicode 6.0.0 beta.
1023 * international/charprop.el: Update copyright.
1024 * international/mule-cmds.el (ucs-names): Update character ranges.
1025 * international/uni-bidi.el:
1026 * international/uni-category.el:
1027 * international/uni-combining.el:
1028 * international/uni-comment.el:
1029 * international/uni-decimal.el:
1030 * international/uni-decomposition.el:
1031 * international/uni-digit.el:
1032 * international/uni-lowercase.el:
1033 * international/uni-mirrored.el:
1034 * international/uni-name.el:
1035 * international/uni-numeric.el:
1036 * international/uni-old-name.el:
1037 * international/uni-titlecase.el:
1038 * international/uni-uppercase.el: Regenerate.
1039
1040 2010-06-09 Juanma Barranquero <lekktu@gmail.com>
1041
1042 * emacs-lisp/smie.el (comment-string-strip): Declare function.
1043 (smie-precs-precedence-table): Fix typo in docstring.
1044
1045 * vc-mtn.el (log-edit-extract-headers): Declare function.
1046
1047 * vc-hg.el (log-edit-extract-headers): Remove duplicate declaration.
1048
1049 * net/notifications.el (dbus-register-signal): Declare function.
1050 (notifications-notify): Fix typos and reflow docstring.
1051
1052 2010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
1053
1054 Improve VC create/retrieve tag/branch.
1055 * vc.el (vc-create-tag): Do not read the directory name for VCs
1056 with repository revision granularity. Adjust the tag/branch
1057 prompt. Reset VC properties.
1058 (vc-retrieve-tag): Do not read the directory name for VCs
1059 with repository revision granularity. Reset VC properties.
1060
1061 2010-06-09 Julien Danjou <julien@danjou.info>
1062
1063 * net/notifications.el: New file.
1064
1065 2010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
1066
1067 Add optional support for resetting VC properties.
1068 * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
1069 call vc-file-clearprops when true.
1070 (vc-resynch-buffer): Add new optional argument, pass it down.
1071 (vc-resynch-buffers-in-directory): Likewise.
1072
1073 Improve support for special markup in the VC commit message.
1074 * vc-mtn.el (vc-mtn-checkin): Add support for Author: and Date: markup.
1075 * vc-hg.el (vc-hg-checkin): Add support for Date:.
1076 * vc-git.el (vc-git-checkin):
1077 * vc-bzr.el (vc-bzr-checkin): Likewise.
1078
1079 2010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
1080
1081 * emacs-lisp/smie.el (smie-indent-keyword): Remove special case that
1082 can be handled with a ((:before "fn") (:prev "=>" parent)) rule.
1083
1084 2010-06-07 Martin Pohlack <mp26@os.inf.tu-dresden.de>
1085
1086 * iimage.el: Remove images as soon as the underlying text is modified.
1087 (iimage-modification-hook): New function.
1088 (iimage-mode-buffer): Use it.
1089
1090 2010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
1091
1092 * emacs-lisp/smie.el (smie-indent-offset-rule): Rename from
1093 smie-indent-offset-after. Add :prev case. Make a bit more generic.
1094 (smie-indent-virtual): Remove `virtual' arg. Update callers.
1095 (smie-indent-keyword): Add handling of open-paren keywords.
1096 (smie-indent-comment-continue): Don't assume comment-continue.
1097
1098 2010-06-07 Martin Rudalics <rudalics@gmx.at>
1099
1100 * window.el (pop-to-buffer): Remove the conditional that
1101 compares new-window and old-window, so it will reselect
1102 the selected window unconditionally.
1103 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00078.html
1104
1105 2010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
1106
1107 * emacs-lisp/smie.el (smie-indent-offset-after)
1108 (smie-indent-forward-token, smie-indent-backward-token): New functions.
1109 (smie-indent-after-keyword): Use them.
1110 (smie-indent-fixindent): Only applies to the indentation of the BOL.
1111 (smie-indent-keyword): Tweak the black magic.
1112 (smie-indent-comment-continue): Strip comment-continue before use.
1113 (smie-indent-functions): Indent comments before keywords.
1114
1115 2010-06-06 Juri Linkov <juri@jurta.org>
1116
1117 * isearch.el (isearch-lazy-highlight-search): Fix looping
1118 by checking for empty match. This syncs this loop with the
1119 similar loop in `isearch-search'. (Bug#6362)
1120
1121 2010-06-05 Juanma Barranquero <lekktu@gmail.com>
1122
1123 * net/dbus.el (dbus-register-method): Declare function.
1124 (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
1125 (dbus-introspect): Doc fix.
1126 (dbus-event-bus-name, dbus-introspect-get-interface)
1127 (dbus-introspect-get-argument): Reflow docstrings.
1128
1129 2010-06-05 Dan Nicolaescu <dann@ics.uci.edu>
1130
1131 vc-log-incoming/vc-log-outgoing fixes for Git.
1132 * vc-git.el (vc-git-log-view-mode): Fix font lock for
1133 incoming/outgoing logs.
1134 (vc-git-log-outgoing, vc-git-log-incoming): Use @{upstream}
1135 instead of vc-git-compute-remote.
1136 (vc-git-compute-remote): Remove.
1137
1138 2010-06-04 Chong Yidong <cyd@stupidchicken.com>
1139
1140 * term/common-win.el (x-colors): Add "dark green" and "dark
1141 turquoise" (Bug#6332).
1142
1143 2010-06-04 Juri Linkov <juri@jurta.org>
1144
1145 * simple.el (kill-new): Fix logic of kill-do-not-save-duplicates.
1146 Instead of setting `replace' to t and replacing the same string
1147 with itself, don't do certain actions when
1148 kill-do-not-save-duplicates is non-nil and string is equal to car
1149 of kill-ring: don't call menu-bar-update-yank-menu, don't push
1150 interprogram-paste strings to kill-ring, and don't push the input
1151 argument `string' to kill-ring.
1152 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00072.html
1153
1154 2010-06-04 Juanma Barranquero <lekktu@gmail.com>
1155
1156 * subr.el (directory-sep-char): Move from fileio.c and make a defconst.
1157
1158 2010-06-04 Michael Albinus <michael.albinus@gmx.de>
1159
1160 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name): Expand "~/".
1161 (tramp-gvfs-handler-mounted-unmounted)
1162 (tramp-gvfs-connection-mounted-p): Handle default-location.
1163
1164 * net/tramp-smb.el (tramp-smb-handle-delete-directory): Don't try to
1165 move files to trash.
1166
1167 2010-06-04 Juanma Barranquero <lekktu@gmail.com>
1168
1169 * international/mule-cmds.el (nonascii-insert-offset)
1170 (nonascii-translation-table): Add obsolescence information.
1171
1172 * international/mule.el (make-translation-table-from-vector): Doc fix.
1173
1174 2010-06-03 Eric Ludlam <zappo@gnu.org>
1175
1176 * cedet/semantic/lex-spp.el
1177 (semantic-lex-spp-table-write-slot-value): Instead of erroring on
1178 invalid values during save, just save a nil (Bug#6324).
1179
1180 2010-06-03 Glenn Morris <rgm@gnu.org>
1181
1182 * desktop.el (desktop-clear-preserve-buffers):
1183 Add "*Warnings*" buffer. (Bug#6336)
1184
1185 2010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
1186
1187 vc-log-incoming/vc-log-outgoing improvements for Git.
1188 * vc-git.el (vc-git-log-outgoing): Use the same format as the
1189 short log.
1190 (vc-git-log-incoming): Likewise. Run "git fetch" before the log command.
1191
1192 Add bindings for vc-log-incoming and vc-log-outgoing.
1193 * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
1194 and vc-log-outgoing.
1195 * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
1196 and vc-log-outgoing.
1197
1198 2010-06-03 Chong Yidong <cyd@stupidchicken.com>
1199
1200 * net/rcirc.el (rcirc-sort-nicknames): Remove.
1201 (rcirc-handler-366): Always sort nicknames.
1202
1203 2010-06-03 Juanma Barranquero <lekktu@gmail.com>
1204
1205 * emacs-lisp/smie.el (comment-continue): Declare for byte-compiler.
1206
1207 2010-06-03 Chong Yidong <cyd@stupidchicken.com>
1208
1209 * net/rcirc.el (rcirc-nickname<, rcirc-sort-nicknames-join): Doc fix.
1210
1211 2010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
1212
1213 * net/rcirc.el (rcirc-sort-nicknames): Change default.
1214 (rcirc-sort-nicknames-join): Avoid setq.
1215
1216 2010-06-03 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1217
1218 * net/rcirc.el (rcirc-sort-nicknames): New custom.
1219 (rcirc-nickname<, rcirc-sort-nicknames-join): New funs.
1220 (rcirc-handler-366): Use them.
1221
1222 2010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
1223
1224 Split smie-indent-calculate into more manageable chunks.
1225 * emacs-lisp/smie.el (smie-indent-virtual, smie-indent-fixindent)
1226 (smie-indent-comment, smie-indent-after-keyword, smie-indent-keyword)
1227 (smie-indent-close, smie-indent-comment-continue, smie-indent-bob)
1228 (smie-indent-exps): Extract from smie-indent-calculate.
1229 (smie-indent-functions): New var.
1230 (smie-indent-functions): Use them.
1231
1232 2010-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
1233
1234 * emacs-lisp/smie.el (smie-indent-hanging-p): Use smie-bolp.
1235 (smie-indent-calculate): Simplify and cleanup.
1236
1237 2010-06-02 Michael Albinus <michael.albinus@gmx.de>
1238
1239 * net/tramp-gvfs.el (top): Require url-util.
1240 (tramp-gvfs-mount-point): Remove.
1241 (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command):
1242 New defuns.
1243 (with-tramp-dbus-call-method): Format trace message.
1244 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
1245 Implement backup call, when operation on local files fails.
1246 Use progress reporter. Flush properties of changed files.
1247 (tramp-gvfs-handle-make-directory): Make more traces.
1248 (tramp-gvfs-url-file-name): Hexify file name in url.
1249 (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
1250 into account for the resulting file name.
1251 (tramp-gvfs-handler-askquestion): Return dummy mountpoint, when
1252 the answer is "no". See `tramp-gvfs-maybe-open-connection'.
1253 (tramp-gvfs-handler-mounted-unmounted)
1254 (tramp-gvfs-connection-mounted-p): Test also for new mountspec
1255 attribute "default_location". Set "prefix" property.
1256 (tramp-gvfs-mount-spec): Return both prefix and mountspec.
1257 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
1258 exists. Raise an error, if not (due to a corresponding answer
1259 "no" in interactive questions, for example).
1260
1261 2010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
1262
1263 * log-edit.el (log-edit-font-lock-keywords): Make group 4 match lax.
1264
1265 2010-06-01 Juanma Barranquero <lekktu@gmail.com>
1266
1267 * emacs-lisp/eldoc.el: Add completions for new commands left-* and
1268 right-*. (Bug#6265)
1269
1270 2010-06-01 Dan Nicolaescu <dann@ics.uci.edu>
1271
1272 Add support for vc-log-incoming, improve vc-log-outgoing for Git.
1273 * vc-git.el (vc-git-compute-remote): New function.
1274 (vc-git-log-outgoing): Use it instead of hard coding a value.
1275 (vc-git-log-incoming): New function.
1276
1277 Improve state updating for VC tag commands.
1278 * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
1279 to update the state of all buffers in the directory.
1280
1281 * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
1282
1283 2010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
1284
1285 * vc-bzr.el (vc-bzr-revision-completion-table): Apply
1286 `file-directory-p' to the filename part rather than to the whole text.
1287
1288 2010-05-31 Jonathan Marchand <jonathlela@gmail.com> (tiny change)
1289
1290 * cedet/ede/cpp-root.el (ede-set-project-variables): Fix feature name
1291 (bug#6231).
1292
1293 2010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
1294
1295 * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
1296
1297 2010-05-31 Drew Adams <drew.adams@oracle.com>
1298
1299 * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
1300
1301 2010-05-31 Juanma Barranquero <lekktu@gmail.com>
1302
1303 * subr.el (momentary-string-display): Just use read-event to read
1304 the exit event (Bug#6238).
1305
1306 2010-05-30 Eli Zaretskii <eliz@gnu.org>
1307
1308 * international/mule.el (define-coding-system): Doc fix (bug#6313).
1309
1310 2010-05-30 Juanma Barranquero <lekktu@gmail.com>
1311
1312 * emulation/cua-base.el: Recognize also `right-word' and `left-word'.
1313 Suggested by Eli Zaretskii <eliz@gnu.org>.
1314
1315 2010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
1316
1317 * minibuffer.el (completion-file-name-table): Don't return a boundary
1318 past the end of `string' (bug#6299).
1319 (completion--file-name-table): Delegate to completion-file-name-table
1320 for the `boundaries' case.
1321
1322 2010-05-30 Juanma Barranquero <lekktu@gmail.com>
1323
1324 * emulation/cua-base.el: Recognize `right-char' and `left-char' as
1325 movement commands.
1326
1327 * progmodes/ada-xref.el (ada-prj-ada-project-path-sep): Set from
1328 `path-separator', but maintain compatibility with Emacs 20.2.
1329
1330 2010-05-29 Chong Yidong <cyd@stupidchicken.com>
1331
1332 * server.el (server-process-filter): Receive parent-id argument
1333 from emacsclient.
1334 (server-create-window-system-frame): New arg. Pass parent-id as
1335 frame parameter.
1336
1337 2010-05-29 Eli Zaretskii <eliz@gnu.org>
1338
1339 Bidi-sensitive word movement with arrow keys.
1340 * subr.el (right-arrow-command, left-arrow-command): Move to
1341 bindings.el.
1342
1343 * bindings.el (right-char, left-char): Move from subr.el and
1344 rename from right-arrow-command and left-arrow-command.
1345 (right-word, left-word): New functions.
1346 (global-map) <right>: Bind to right-char.
1347 (global-map) <left>: Bind to left-char.
1348 (global-map) <C-right>: Bind to right-word.
1349 (global-map) <C-left>: Bind to left-word.
1350
1351 * ls-lisp.el (ls-lisp-classify-file): New function.
1352 (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
1353 (ls-lisp-classify): Call ls-lisp-classify-file.
1354 (insert-directory): Remove blanks from switches.
1355
1356 2010-05-29 Chong Yidong <cyd@stupidchicken.com>
1357
1358 * ansi-color.el: Delete unused escape sequences (Bug#6085).
1359 (ansi-color-drop-regexp): New constant.
1360 (ansi-color-apply, ansi-color-filter-region)
1361 (ansi-color-apply-on-region): Delete unrecognized control sequences.
1362 (ansi-color-apply): Build string list before calling concat.
1363
1364 2010-05-28 Juri Linkov <juri@jurta.org>
1365
1366 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
1367 Replace LOCALP arg of `dired-get-filename' 'no-dir with nil.
1368 (Bug#5270)
1369
1370 2010-05-28 Michael Albinus <michael.albinus@gmx.de>
1371
1372 * net/tramp.el (tramp-debug-message): Add `tramp-compat-funcall'
1373 to ignored backtrace functions.
1374 (with-progress-reporter): Expand docstring.
1375 (tramp-handle-delete-file): Implement TRASH argument.
1376 (tramp-get-remote-trash): New defun.
1377
1378 2010-05-28 Michael Albinus <michael.albinus@gmx.de>
1379
1380 * net/tramp-compat.el (tramp-compat-delete-file): Use
1381 `symbol-value' for backward compatibility.
1382
1383 * net/tramp.el (tramp-handle-make-symbolic-link)
1384 (tramp-handle-load)
1385 (tramp-do-copy-or-rename-file-via-buffer)
1386 (tramp-do-copy-or-rename-file-directly)
1387 (tramp-do-copy-or-rename-file-out-of-band)
1388 (tramp-handle-process-file, tramp-handle-call-process-region)
1389 (tramp-handle-shell-command, tramp-handle-file-local-copy)
1390 (tramp-handle-insert-file-contents, tramp-handle-write-region)
1391 (tramp-delete-temp-file-function): Use `delete-file' instead
1392 of `tramp-compat-delete-file'.
1393
1394 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
1395 (tramp-fish-handle-make-symbolic-link)
1396 (tramp-fish-handle-process-file): Use `delete-file' instead
1397 of `tramp-compat-delete-file'.
1398
1399 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use
1400 `delete-file' instead of `tramp-compat-delete-file'.
1401
1402 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
1403 (tramp-gvfs-handle-write-region): Use `delete-file' instead of
1404 `tramp-compat-delete-file'.
1405
1406 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file): Use
1407 `delete-file' instead of `tramp-compat-delete-file'.
1408
1409 * net/tramp-smb.el (tramp-smb-handle-copy-file)
1410 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
1411 (tramp-smb-handle-write-region): Use `delete-file' instead of
1412 `tramp-compat-delete-file'.
1413 (tramp-smb-handle-delete-directory): Use 'trash as arg.
1414
1415 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
1416
1417 * dired.el (dired-delete-file): New arg TRASH.
1418 (dired-internal-do-deletions): New arg TRASH. Use progress reporter.
1419 (dired-do-flagged-delete, dired-do-delete): Use trash.
1420
1421 * speedbar.el (speedbar-item-delete): Allow trashing.
1422
1423 * files.el (delete-directory): New arg TRASH.
1424
1425 * net/ange-ftp.el (ange-ftp-del-tmp-name, ange-ftp-delete-file)
1426 (ange-ftp-rename-remote-to-remote)
1427 (ange-ftp-rename-local-to-remote)
1428 (ange-ftp-rename-remote-to-local, ange-ftp-load)
1429 (ange-ftp-compress, ange-ftp-uncompress): Remove optional arg from
1430 `delete-file'.
1431 (ange-ftp-delete-directory): Add optional arg to `delete-file', to
1432 allow trashing.
1433
1434 * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
1435 handle new TRASH arg of `delete-file'.
1436
1437 * net/tramp.el (tramp-handle-delete-file): Change FORCE arg to TRASH.
1438 (tramp-handle-make-symbolic-link, tramp-handle-load)
1439 (tramp-do-copy-or-rename-file-via-buffer)
1440 (tramp-do-copy-or-rename-file-directly)
1441 (tramp-do-copy-or-rename-file-out-of-band)
1442 (tramp-handle-process-file, tramp-handle-call-process-region)
1443 (tramp-handle-shell-command, tramp-handle-file-local-copy)
1444 (tramp-handle-insert-file-contents, tramp-handle-write-region)
1445 (tramp-delete-temp-file-function): Use null TRASH arg in
1446 tramp-compat-delete-file call.
1447
1448 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
1449 (tramp-fish-handle-delete-file)
1450 (tramp-fish-handle-make-symbolic-link)
1451 (tramp-fish-handle-process-file): Use null TRASH arg in
1452 `tramp-compat-delete-file' call.
1453
1454 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use null TRASH
1455 arg in `tramp-compat-delete-file' call.
1456
1457 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
1458 (tramp-gvfs-handle-write-region): Use null TRASH arg in
1459 `tramp-compat-delete-file' call.
1460
1461 * net/tramp-imap.el (tramp-imap-handle-delete-file): Rename arg.
1462 (tramp-imap-do-copy-or-rename-file): Use null TRASH arg in
1463 `tramp-compat-delete-file' call.
1464
1465 * net/tramp-smb.el (tramp-smb-handle-copy-file)
1466 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
1467 (tramp-smb-handle-write-region): Use null TRASH arg in
1468 tramp-compat-delete-file call.
1469 (tramp-smb-handle-delete-directory): Use tramp-compat-delete-file.
1470 (tramp-smb-handle-delete-file): Rename arg.
1471
1472 * diff.el (diff-sentinel):
1473 * epg.el (epg--make-temp-file, epg-decrypt-string)
1474 (epg-verify-string, epg-sign-string, epg-encrypt-string):
1475 * jka-compr.el (jka-compr-partial-uncompress)
1476 (jka-compr-call-process, jka-compr-write-region):
1477 * server.el (server-sentinel): Remove optional arg from
1478 delete-file, reverting 2010-05-03 change.
1479
1480 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
1481
1482 * progmodes/verilog-mode.el (verilog-type-font-keywords): Use
1483 font-lock-constant-face, not obsolete font-lock-reference-face.
1484
1485 2010-05-27 Kenichi Handa <handa@m17n.org>
1486
1487 * language/hebrew.el (hebrew-shape-gstring): Check if a glyph
1488 element of GSTRING is nil.
1489
1490 2010-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
1491
1492 * emacs-lisp/smie.el (smie-forward-token-function)
1493 (smie-backward-token-function): New vars.
1494 (smie-backward-sexp, smie-forward-sexp)
1495 (smie-indent-hanging-p, smie-indent-calculate): Use them.
1496 (smie-default-backward-token): Rename from smie-backward-token and
1497 skip comments.
1498 (smie-default-forward-token): Rename from smie-forward-token and
1499 skip comments.
1500 (smie-next-sexp): Handle nil results from next-token.
1501 (smie-indent-calculate): Add a new case for special `fixindent' comments.
1502
1503 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
1504
1505 * progmodes/verilog-mode.el (verilog-type-font-keywords):
1506 Use font-lock-constant-face, not obsolete font-lock-reference-face.
1507
1508 2010-05-27 Masatake YAMATO <yamato@redhat.com>
1509
1510 * htmlfontify.el (hfy-face-resolve-face): New function.
1511 (hfy-face-to-style): Use it (Bug#6279).
1512
1513 2010-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
1514
1515 * progmodes/ada-xref.el (ada-gnat-parse-gpr):
1516 * emulation/edt.el (edt-load-keys): Avoid (expand-file-name ".").
1517
1518 2010-05-26 Glenn Morris <rgm@gnu.org>
1519
1520 * emulation/edt.el (edt-load-keys): Use locate-library.
1521
1522 2010-05-25 Chong Yidong <cyd@stupidchicken.com>
1523
1524 * log-edit.el (log-edit-strip-single-file-name): Default to nil.
1525 (log-edit-changelog-entries): Doc fix.
1526 (log-edit-changelog-insert-entries): Args changed.
1527 Rename relative filenames in ChangeLog entries. Delete tabs.
1528 (log-edit-insert-changelog-entries): Reorganize return value of
1529 `log-edit-changelog-entries' to pass filenames to
1530 log-edit-changelog-insert-entries.
1531
1532 2010-05-25 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1533
1534 * dired.el (dired-mode-map): Rebind "\C-t\C-t" from
1535 `image-dired-dired-insert-marked-thumbs' to
1536 `image-dired-dired-toggle-marked-thumbs'.
1537
1538 * image-dired.el: Require cl when compiling.
1539 (image-dired-dired-toggle-marked-thumbs): Rename from
1540 `image-dired-dired-insert-marked-thumbs'. Add ARG. Doc fix.
1541 Use interactive spec "P". Set LOCALP arg of `dired-get-filename'
1542 to 'no-dir. Skip files whose names don't match
1543 `image-file-name-regexp'. When file has a thumbnail overlay,
1544 delete it. (Bug#5270)
1545
1546 2010-05-25 Juri Linkov <juri@jurta.org>
1547
1548 * image-mode.el (image-mode): Add image-after-revert-hook to
1549 after-revert-hook.
1550 (image-after-revert-hook): New function. (Bug#5669)
1551
1552 2010-05-25 Juri Linkov <juri@jurta.org>
1553
1554 * image.el (image-animated-p): When delay between animated images
1555 is 0, set it to 10 (0.1 sec). (Bug#6258)
1556
1557 2010-05-25 Christian Lynbech <christian.lynbech@tieto.com> (tiny change)
1558
1559 * net/tramp.el (tramp-handle-insert-directory): Don't use
1560 `forward-word', its default syntax could be changed.
1561
1562 2010-05-25 Michael Albinus <michael.albinus@gmx.de>
1563
1564 * net/tramp.el (tramp-progress-reporter-update): New defun.
1565 (with-progress-reporter): Use it.
1566 (tramp-process-actions):
1567 * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion): Preserve
1568 current message, in order to let progress reporter continue
1569 afterwards. (Bug#6257)
1570
1571 2010-05-25 Glenn Morris <rgm@gnu.org>
1572
1573 * net/rcirc.el (rcirc-default-user-name, rcirc-default-full-name):
1574 Add :version.
1575
1576 2010-05-25 Ryan Yeske <rcyeske@gmail.com>
1577
1578 * net/rcirc.el (rcirc-default-user-name): Change to "user".
1579 (rcirc-default-full-name): Change to "unknown".
1580 (rcirc-user-name-history): Add variable.
1581
1582 2010-05-25 Ryan Yeske <rcyeske@gmail.com>
1583 Jonathan Rockway <jon@jrock.us>
1584
1585 * net/rcirc.el (rcirc-server-alist): Add :pass.
1586 (rcirc): When prompting for connection parameters, also prompt for
1587 username and password.
1588 (rcirc-connect): Take a PASS argument. If PASS is non-nil, send
1589 value to server when connecting.
1590
1591 2010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
1592
1593 * emacs-lisp/smie.el (smie-set-prec2tab): Check override before use.
1594 (smie-merge-prec2s): Pass the tables as separate args.
1595 (smie-bnf-precedence-table): Adjust call accordingly.
1596 (smie-prec2-levels): Set levels at the end.
1597
1598 Replace Lisp calls to delete-backward-char by delete-char.
1599 * bs.el, expand.el, ido.el, image-dired.el, lpr.el, pcomplete.el,
1600 * skeleton.el, term.el, time.el, wid-edit.el, woman.el,
1601 * calc/calc-graph.el, calc/calc-help.el, calc/calc-incom.el,
1602 * calc/calc.el, emacs-cl-extra.el, emacs-cl-loaddefs.el,
1603 * emulation/cua-rect.el, emulation/viper-ex.el, eshell/esh-test.el,
1604 * eshell/eshell.el, gnus/gnus-uu.el, gnus/nndoc.el, gnus/nnrss.el,
1605 * gnus/rfc2047.el, gnus/utf7.el, international/utf-7.el,
1606 * language/ethio-util.el, mh-e/mh-alias.el, mh-e/mh-search.el,
1607 * net/imap.el, net/rcirc.el, obsolete/complete.el, play/decipher.el,
1608 * progmodes/ada-mode.el, progmodes/cc-awk.el, progmodes/dcl-mode.el,
1609 * progmodes/ps-mode.el, progmodes/verilog-mode.el,
1610 * progmodes/vhdl-mode.el, textmodes/bibtex.el, textmodes/fill.el,
1611 * textmodes/reftex-auc.el, textmodes/rst.el, textmodes/sgml-mode.el,
1612 * textmodes/table.el, textmodes/texinfmt.el: Replace Lisp calls to
1613 delete-backward-char by calls to delete-char.
1614
1615 2010-05-25 Kenichi Handa <handa@m17n.org>
1616
1617 * language/hebrew.el (hebrew-shape-gstring): New function.
1618 Register it in composition-function-table for all Hebrew combining
1619 characters.
1620
1621 2010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
1622
1623 * epa.el (epa--select-keys): Don't explicitly delete the window since
1624 that can fail (e.g. sole window in frame). Use dedication instead.
1625
1626 2010-05-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
1627
1628 * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
1629
1630 2010-05-22 Chong Yidong <cyd@stupidchicken.com>
1631
1632 * image.el (image-refresh): Define as an alias for image-flush.
1633
1634 * image-mode.el (image-toggle-display-image): Caller changed.
1635
1636 2010-05-21 Juri Linkov <juri@jurta.org>
1637
1638 * progmodes/grep.el (grep-read-files): Fix multi-pattern aliases.
1639 Remove "all" from grep-files-aliases. Split grep-files-aliases by
1640 whitespace, call wildcard-to-regexp on substrings and concat them
1641 with "\\|". (Bug#6114)
1642
1643 2010-05-21 Alan Mackenzie <acm@muc.de>
1644
1645 * progmodes/cc-engine.el (c-parse-state-get-strategy):
1646 Replace parameter `here' with `here-' and `here-plus', which sandwich
1647 any pertinent CPP construct.
1648 (c-remove-stale-state-cache-backwards): Fix a bug which happens
1649 when doing (c-parse-state) in a CPP construct: Exclude any "new"
1650 CPP construct from taking part in the scanning.
1651
1652 2010-05-21 Michael Albinus <michael.albinus@gmx.de>
1653
1654 * net/tramp.el (tramp-do-copy-or-rename-file)
1655 (tramp-handle-file-local-copy, tramp-maybe-open-connection):
1656 Tune `with-progress-reporter' messages.
1657 (tramp-handle-vc-registered):
1658 * net/tramp-fish.el (tramp-fish-handle-file-local-copy)
1659 (tramp-fish-handle-insert-file-contents)
1660 (tramp-fish-maybe-open-connection):
1661 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
1662 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file)
1663 (tramp-imap-handle-insert-file-contents)
1664 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
1665
1666 2010-05-21 Juanma Barranquero <lekktu@gmail.com>
1667
1668 * add-log.el (change-log-font-lock-keywords):
1669 Highlight all authors in multi-author entries.
1670
1671 * smerge-mode.el (smerge-refine-ignore-whitespace)
1672 (smerge-refine-weight-hack, smerge-refine, smerge-makeup-conflict):
1673 Fix typos in docstrings.
1674 (smerge-resolve, smerge-refine-subst): Reflow docstrings.
1675
1676 2010-05-21 Glenn Morris <rgm@gnu.org>
1677
1678 * progmodes/fortran.el (fortran-mode):
1679 * progmodes/f90.el (f90-mode): Derive from prog-mode.
1680
1681 * loadup.el [CANNOT_DUMP]: Update for bootstrap-emacs no longer
1682 having a relative path in src/Makefile.in.
1683
1684 2010-05-20 Kevin Ryde <user42@zip.com.au>
1685
1686 * help-mode.el (help-make-xrefs): For Info node links turn
1687 newlines into spaces. Link node names with newlines are matched
1688 by help-xref-info-regexp and buttonized, this change ensures they
1689 can be followed successfully with RET. (Bug#6206)
1690
1691 2010-05-20 Juri Linkov <juri@jurta.org>
1692
1693 * locate.el (locate): Use pop-to-buffer instead of
1694 switch-to-buffer-other-window. (Bug#6204)
1695
1696 2010-05-20 Juri Linkov <juri@jurta.org>
1697
1698 * replace.el (replace-highlight): Fix lazy-highlighting
1699 for `M-s w str M-% str RET'.
1700
1701 2009-12-15 Masatake YAMATO <yamato@redhat.com>
1702
1703 * isearch.el (isearch-yank-word-or-char): Pull next subword
1704 when `subword-mode' is activated. (Bug#6220)
1705
1706 2010-05-20 Mark A. Hershberger <mah@everybody.org>
1707
1708 * isearch.el (isearch-update-post-hook): New hook.
1709 (isearch-update): Use the new hook. (Bug#6225)
1710
1711 2010-05-20 Juri Linkov <juri@jurta.org>
1712
1713 * isearch.el (isearch-mode-map): Bind more keys to isearch-help-map:
1714 [f1], [help], and (char-to-string help-char) instead of "\C-h".
1715 (Bug#6222)
1716
1717 2010-05-20 Juri Linkov <juri@jurta.org>
1718
1719 * isearch.el (isearch-yank-string): Use isearch-process-search-string.
1720 (Bug#6223)
1721
1722 2010-05-20 Juri Linkov <juri@jurta.org>
1723
1724 * dired-x.el (dired-jump, dired-jump-other-window): Add arg
1725 FILE-NAME to read from the minibuffer when called interactively
1726 with prefix argument instead of using buffer-file-name.
1727 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00534.html
1728
1729 * dired.el: Update autoloads.
1730
1731 2010-05-20 Chong Yidong <cyd@stupidchicken.com>
1732
1733 * nxml/nxml-mode.el (nxml-mode-map): Bind C-c / to
1734 nxml-finish-element, for consistency with SGML mode.
1735
1736 * progmodes/octave-mod.el (octave-mode-map): Bind C-c / to
1737 octave-close-block.
1738
1739 2010-05-20 Juanma Barranquero <lekktu@gmail.com>
1740
1741 * composite.el: Require cl when compiling.
1742 (reference-point-alist, compose-gstring-for-graphic)
1743 (compose-gstring-for-terminal): Fix typos in docstrings.
1744
1745 2010-05-19 Juri Linkov <juri@jurta.org>
1746
1747 * emacs-lisp/cl-macs.el (window-parameter): Add defsetf with
1748 set-window-parameter.
1749
1750 2010-05-19 Michael Albinus <michael.albinus@gmx.de>
1751
1752 * net/tramp.el (tramp-methods): Add `tramp-async-args' attribute
1753 where appropriate.
1754 (tramp-maybe-open-connection): Use it.
1755
1756 2010-05-19 Eli Zaretskii <eliz@gnu.org>
1757
1758 * simple.el (move-end-of-line): Make sure we are at line beginning
1759 before backing up to end of previous line.
1760
1761 2010-05-19 Michael Albinus <michael.albinus@gmx.de>
1762
1763 * password-cache.el (password-cache-remove): Fix docstring.
1764
1765 * net/secrets.el: Autoload the widget functions.
1766 (secrets-search-items, secrets-create-item)
1767 (secrets-get-attributes, secrets-expand-item): Attributes will be
1768 stored on the password database without leading ":", as all other
1769 clients do as well.
1770 (secrets-mode): Fix docstring.
1771 (secrets-show-secrets): Provide it as autoloaded command only when
1772 D-Bus support is available. Check existence of Secret Service API.
1773
1774 2010-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
1775
1776 * indent.el (indent-region): Deactivate region (bug#6200).
1777
1778 2010-05-19 Glenn Morris <rgm@gnu.org>
1779
1780 * vc-dir.el (vc-dir): Don't pop-up-windows. (Bug#6204)
1781
1782 2010-05-19 Kenichi Handa <handa@m17n.org>
1783
1784 * composite.el: Register compose-gstring-for-graphic in
1785 composition-function-table only for combining characters (Mn, Mc, Me).
1786
1787 2010-05-18 Jay Belanger <jay.p.belanger@gmail.com>
1788
1789 * calc/calc-trail.el (calc-trail-isearch-forward)
1790 (calc-trail-isearch-backward): Ensure that the new window
1791 point is set correctly.
1792
1793 2010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
1794
1795 * subr.el (read-quoted-char): Resolve modifiers after key
1796 remapping (bug#6212).
1797
1798 2010-05-18 Michael Albinus <michael.albinus@gmx.de>
1799
1800 Add visualization code for secrets.
1801 * net/secrets.el (secrets-mode): New major mode.
1802 (secrets-show-secrets, secrets-show-collections)
1803 (secrets-expand-collection, secrets-expand-item)
1804 (secrets-tree-widget-after-toggle-function)
1805 (secrets-tree-widget-show-password): New defuns.
1806
1807 2010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
1808
1809 * emacs-lisp/smie.el (smie-next-sexp): Break inf-loop at BOB.
1810 (smie-backward-sexp, smie-forward-sexp): Remove boundary condition now
1811 handled in smie-next-sexp.
1812 (smie-indent-calculate): Provide a starting indentation (so the
1813 recursion is well-founded ;-).
1814
1815 Fix handling of non-associative equal levels.
1816 * emacs-lisp/smie.el (smie-prec2-levels): Choose distinct levels even
1817 when it's not needed.
1818 (smie-op-left, smie-op-right): New functions.
1819 (smie-next-sexp): New function, extracted from smie-backward-sexp.
1820 Better handle equal levels to distinguish the associative case from
1821 the "multi-keyword construct" case.
1822 (smie-backward-sexp, smie-forward-sexp): Use it.
1823
1824 2010-05-18 Juanma Barranquero <lekktu@gmail.com>
1825
1826 * progmodes/prolog.el (smie-indent-basic): Declare for byte-compiler.
1827
1828 * emacs-lisp/smie.el (smie-precs-precedence-table, smie-backward-sexp)
1829 (smie-forward-sexp, smie-indent-calculate): Fix typos in docstrings.
1830
1831 2010-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
1832
1833 Provide a simple generic indentation engine and use it for Prolog.
1834 * emacs-lisp/smie.el: New file.
1835 * progmodes/prolog.el (prolog-smie-op-levels)
1836 (prolog-smie-indent-rules): New var.
1837 (prolog-mode-variables): Use them to configure SMIE.
1838 (prolog-indent-line, prolog-indent-level): Remove.
1839
1840 2010-05-17 Jay Belanger <jay.p.belanger@gmail.com>
1841
1842 * calc/calc-vec.el (math-vector-avg): Put the vector elements in
1843 order before computing the averages.
1844
1845 2010-05-16 Jay Belanger <jay.p.belanger@gmail.com>
1846
1847 * calc/calc-vec.el (calc-histogram):
1848 (calcFunc-histogram): Allow vectors as inputs.
1849 (math-vector-avg): New function.
1850
1851 * calc/calc-ext.el (math-group-float): Have the number of digits
1852 being grouped depend on the radix (Bug#6189).
1853
1854 2010-05-15 Ken Raeburn <raeburn@raeburn.org>
1855
1856 * version.el (emacs-copyright, emacs-version): Don't define here,
1857 now that emacs.c defines it.
1858
1859 2010-05-15 Eli Zaretskii <eliz@gnu.org>
1860
1861 * international/mule-cmds.el (mule-menu-keymap): Fix definition of
1862 "Describe Language Environment" menu item.
1863
1864 * language/hebrew.el ("Hebrew", "Windows-1255"): Doc fix.
1865
1866 Bidi-sensitive movement with arrow keys.
1867 * subr.el (right-arrow-command, left-arrow-command): New functions.
1868
1869 * bindings.el (global-map): Bind them to right and left arrow keys.
1870
1871 Don't override standard definition of convert-standard-filename.
1872 * files.el (convert-standard-filename): Call
1873 w32-convert-standard-filename and dos-convert-standard-filename on
1874 the corresponding systems.
1875
1876 * w32-fns.el (w32-convert-standard-filename): Rename from
1877 convert-standard-filename. Doc fix.
1878
1879 * dos-fns.el (dos-convert-standard-filename): Doc fix.
1880 (convert-standard-filename): Don't defalias.
1881 (register-name-alist, make-register, register-value)
1882 (set-register-value, intdos): Obsolete aliases for the
1883 corresponding dos-* functions and variables.
1884 (dos-intdos): Add a doc string.
1885
1886 2010-05-15 Jay Belanger <jay.p.belanger@gmail.com>
1887
1888 * calc/calc-aent.el (math-read-token, math-find-user-tokens):
1889 * calc/calc-lang.el (math-read-big-rec, math-lang-read-symbol):
1890 (math-compose-tex-func):
1891 * calc/calccomp.el (math-compose-expr):
1892 * calc/calc-ext.el (math-format-flat-expr-fancy):
1893 * calc/calc-store.el (calc-read-var-name):
1894 * calc/calc-units.el (calc-explain-units-rec): Allow Greek letters.
1895
1896 * calc/calc.el (var-π, var-φ, var-γ): New variables.
1897 * calc/calc-aent.el (math-read-replacement-list): Add "micro" symbol.
1898 * calc/calc-units.el (math-unit-prefixes): Add mu for micro.
1899 (math-standard-units): Add units.
1900
1901 2010-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
1902
1903 * progmodes/asm-mode.el (asm-mode):
1904 * progmodes/prolog.el (prolog-mode): Use define-derived-mode.
1905
1906 * pcomplete.el (pcomplete-completions-at-point): New function,
1907 extracted from pcomplete-std-complete.
1908 (pcomplete-std-complete): Use it.
1909
1910 2010-05-15 Glenn Morris <rgm@gnu.org>
1911
1912 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
1913 Remove references to CVS, RCS and Old directories.
1914
1915 2010-05-14 Jay Belanger <jay.p.belanger@gmail.com>
1916
1917 * calc/calc-bin.el (math-format-twos-complement): Group digits when
1918 appropriate.
1919
1920 2010-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
1921
1922 * progmodes/sh-script.el (sh-mode-default-syntax-table): Remove.
1923 (sh-mode-syntax-table): Give it a default value instead.
1924 (sh-header-marker): Make buffer-local.
1925 (sh-mode): Move make-local-variable to the corresponding setq.
1926 (sh-add-completer): Avoid gratuitously let-binding a buffer-local var.
1927 Use complete-with-action.
1928
1929 * simple.el (prog-mode): New (abstract) major mode.
1930 * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode): Use it.
1931 * progmodes/sh-script.el (sh-mode): Remove redundant var assignment.
1932
1933 2010-05-14 Juanma Barranquero <lekktu@gmail.com>
1934
1935 * progmodes/sql.el (sql-oracle-program): Reflow docstring.
1936 (sql-oracle-scan-on, sql-sybase-program, sql-product-font-lock)
1937 (sql-add-product-keywords, sql-highlight-product, sql-set-product)
1938 (sql-make-alternate-buffer-name, sql-placeholders-filter)
1939 (sql-escape-newlines-filter, sql-input-sender)
1940 (sql-send-magic-terminator, sql-sybase): Fix typos in docstrings.
1941
1942 2010-05-13 Chong Yidong <cyd@stupidchicken.com>
1943
1944 Add TeX open-block and close-block keybindings to SGML, and vice versa.
1945
1946 * textmodes/tex-mode.el (tex-mode-map): Bind C-c C-t to
1947 latex-open-block and C-c / to latex-close-block.
1948
1949 * textmodes/sgml-mode.el (sgml-mode-map): Bind C-c C-o to sgml-tag
1950 and C-c C-e to sgml-close-tag.
1951
1952 2010-05-13 Michael Albinus <michael.albinus@gmx.de>
1953
1954 * net/tramp.el (with-progress-reporter): Create reporter object
1955 only when the message would be displayed. Handle nested calls.
1956 (tramp-handle-load, tramp-handle-file-local-copy)
1957 (tramp-handle-insert-file-contents, tramp-handle-write-region)
1958 (tramp-maybe-send-script, tramp-find-shell):
1959 Use `with-progress-reporter'.
1960 (tramp-handle-dired-compress-file, tramp-maybe-open-connection):
1961 Fix message text.
1962
1963 * net/tramp-smb.el (tramp-smb-handle-copy-file)
1964 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
1965 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
1966 Use `with-progress-reporter'.
1967
1968 2010-05-13 Agustín Martín <agustin.martin@hispalinux.es>
1969
1970 * textmodes/ispell.el (ispell-init-process): Do not kill ispell
1971 process everytime when spellchecking from the minibuffer (bug#6143).
1972
1973 2010-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
1974
1975 * progmodes/sh-script.el (sh-mode): Use define-derived-mode.
1976
1977 * dos-fns.el: Add "dos-" prefix for namespace control.
1978 (convert-standard-filename): Define as alias for
1979 dos-convert-standard-filename but only if applicable.
1980
1981 2010-05-12 Alan Mackenzie <acm@muc.de>
1982
1983 * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
1984 Push the mark at the start of these functions when appropriate.
1985
1986 2010-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
1987
1988 * minibuffer.el (completion-cycle-threshold): New custom var.
1989 (completion--do-completion): Use it.
1990 (minibuffer-complete): Use cycling if appropriate.
1991
1992 2010-05-11 Juanma Barranquero <lekktu@gmail.com>
1993
1994 * dirtrack.el (dirtrackp): Remove defcustom; don't make automatically
1995 buffer-local (it's an obsolete alias for `dirtrack-mode') (bug#6173).
1996
1997 2010-05-11 Juri Linkov <juri@jurta.org>
1998
1999 * scroll-all.el (scroll-all-check-to-scroll):
2000 Add `scroll-up-command' and `scroll-down-command' (bug#6164).
2001
2002 2010-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
2003
2004 * iimage.el (iimage-mode-map): Move initialization into declaration.
2005 (iimage-mode-buffer): Use with-silent-modifications.
2006 Simplify calling convention. Adjust callers.
2007 (iimage-mode): Don't run hook redundantly.
2008
2009 * minibuffer.el (completion-pcm--pattern->regex):
2010 Fix last change (bug#6160).
2011
2012 2010-05-10 Juri Linkov <juri@jurta.org>
2013
2014 Remove nodes visited during Isearch from the Info history.
2015 * info.el (Info-isearch-initial-history)
2016 (Info-isearch-initial-history-list): New variables.
2017 (Info-isearch-start): Record initial values of
2018 Info-isearch-initial-history and Info-isearch-initial-history-list.
2019 Add Info-isearch-end to isearch-mode-end-hook.
2020 (Info-isearch-end): New function.
2021
2022 2010-05-10 Michael Albinus <michael.albinus@gmx.de>
2023
2024 * net/tramp.el (tramp-do-file-attributes-with-stat): Add space in
2025 format string, in order to work around a bug in pdksh.
2026 Reported by Gilles Pion <gpion@lfdj.com>.
2027 (tramp-handle-verify-visited-file-modtime): Do not send a command
2028 when the connection is not established.
2029 (tramp-handle-set-file-times): Simplify the check for utc.
2030
2031 2010-05-10 Juanma Barranquero <lekktu@gmail.com>
2032
2033 Fix use of `filter-buffer-substring' (rework previous change).
2034 * emulation/cua-base.el (cua--filter-buffer-noprops): New function.
2035 (cua-repeat-replace-region):
2036 * emulation/cua-rect.el (cua--extract-rectangle, cua-incr-rectangle):
2037 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
2038 (cua-cut-region-to-global-mark): Use it.
2039
2040 2010-05-09 Michael R. Mauger <mmaug@yahoo.com>
2041
2042 * progmodes/sql.el: Version 2.1.
2043 (sql-product-alist): Redesign structure of product info.
2044 (sql-product, sql-user, sql-server, sql-database): Safe variables.
2045 (sql-port, sql-port-history): New variables.
2046 (sql-interactive-product): New variable.
2047 (sql-send-terminator): New variable.
2048 (sql-imenu-generic-expression): Add "Types" imenu entry.
2049 (sql-oracle-login-params, sql-sqlite-login-params)
2050 (sql-mysql-login-params, sql-solid-login-params)
2051 (sql-sybase-login-params, sql-informix-login-params)
2052 (sql-ingres-login-params, sql-ms-login-params)
2053 (sql-postgres-login-params, sql-interbase-login-params)
2054 (sql-db2-login-params, sql-linter-login-params)
2055 (sql-oracle-scan-on): New variables.
2056 (sql-mode-map): Add C-c C-i to start interactive mode.
2057 (sql-mode-menu): Update existing menu entries.
2058 (sql-font-lock-keywords-builder): Compile-time font-lock optimization.
2059 (sql-mode-oracle-font-lock-keywords)
2060 (sql-mode-postgres-font-lock-keywords)
2061 (sql-mode-ms-font-lock-keywords)
2062 (sql-mode-sybase-font-lock-keywords)
2063 (sql-mode-informix-font-lock-keywords)
2064 (sql-mode-interbase-font-lock-keywords)
2065 (sql-mode-ingres-font-lock-keywords)
2066 (sql-mode-solid-font-lock-keywords)
2067 (sql-mode-mysql-font-lock-keywords)
2068 (sql-mode-sqlite-font-lock-keywords)
2069 (sql-mode-db2-font-lock-keywords)
2070 (sql-mode-linter-font-lock-keywords): Update initialization to
2071 reduce run-time complexity.
2072 (sql-add-product, sql-del-product): New functions.
2073 (sql-set-product-feature, sql-get-product-feature): New functions.
2074 (sql-product-font-lock): Update product API.
2075 (sql-add-product-keywords): New function.
2076 (sql-highlight-product): Update product API.
2077 (sql-help-list-products): New function.
2078 (sql-help): Dynamically lists free and non-free products.
2079 (sql-get-login): Correct bug in handling history and added
2080 prompt for port.
2081 (sql-copy-column): Copy without properties.
2082 (sqli-input-sender): Apply filters to SQLi input.
2083 (sql-query-placeholders-and-send): Obey `sql-oracle-scan-on' setting.
2084 Implement as a filter.
2085 (sql-escape-newlines-filter): Implement as a filter.
2086 (sql-remove-tabs-filter): New function.
2087 (sql-send-magic-terminator): New function.
2088 (sql-send-string): Implement magic terminator.
2089 (sql-send-region): Use `sql-send-string'.
2090 (sql-interactive-mode): Use product API.
2091 (sql-product-interactive): Use product API.
2092 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
2093 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
2094 (sql-db2, sql-linter): Use `sql-product-interactive'.
2095 (sql-connect): New function.
2096 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
2097 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
2098 (sql-connect-ingres, sql-connect-ms, sql-connect-postgres)
2099 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
2100 Use `sql-connect'.
2101
2102 2010-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
2103
2104 * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
2105 New custom variable.
2106 (completion-pcm--string->pattern): Use it.
2107 (completion-pcm--pattern->regex, completion-pcm--pattern->string):
2108 Make it handle any symbol as `any'.
2109 (completion-pcm--merge-completions): Extract common suffix for the new
2110 `prefix' symbol as well.
2111 (completion-substring--all-completions): Use the new `prefix' symbol.
2112
2113 2010-05-09 Michael Albinus <michael.albinus@gmx.de>
2114
2115 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Define if
2116 not bound.
2117 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
2118 (tramp-compat-funcall): New defmacro.
2119 (tramp-compat-line-beginning-position)
2120 (tramp-compat-line-end-position)
2121 (tramp-compat-temporary-file-directory)
2122 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
2123 (tramp-compat-copy-file, tramp-compat-copy-directory)
2124 (tramp-compat-delete-file, tramp-compat-delete-directory)
2125 (tramp-compat-number-sequence, tramp-compat-process-running-p)
2126 * net/tramp.el (top, with-progress-reporter)
2127 (tramp-rfn-eshadow-setup-minibuffer)
2128 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
2129 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
2130 (tramp-completion-mode-p, tramp-check-for-regexp)
2131 (tramp-open-connection-setup-interactive-shell)
2132 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
2133 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
2134 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp)
2135 * net/tramp-cmds.el (tramp-cleanup-all-connections)
2136 (tramp-reporter-dump-variable, tramp-load-report-modules)
2137 (tramp-append-tramp-buffers)
2138 * net/tramp-gvfs.el (tramp-gvfs-handle-file-selinux-context): Use it.
2139
2140 * net/tramp-imap.el (top): Autoload `epg-make-context'.
2141
2142 2010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
2143
2144 * progmodes/compile.el (compilation-buffer-modtime): Rename from
2145 buffer-modtime. Adjust users.
2146
2147 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
2148
2149 * international/mule.el (auto-coding-alist): Only purecopy
2150 car of each item, not the whole list (Bug#6083).
2151
2152 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
2153
2154 * progmodes/js.el (js-mode): Make paragraph variables local before
2155 calling c-setup-paragraph-variables (Bug#6071).
2156
2157 2010-05-08 Eli Zaretskii <eliz@gnu.org>
2158
2159 * composite.el (compose-region, reference-point-alist): Fix typos
2160 in the doc strings.
2161
2162 2010-05-08 Alexander Klimov <alserkli@inbox.ru> (tiny change)
2163
2164 * calc/calc-graph.el (calc-graph-plot): Use the proper form for
2165 gnuplot's "set" command.
2166
2167 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
2168
2169 * abbrev.el (last-abbrev-text): Doc fix.
2170 (abbrev-prefix-mark): Don't escape parenthesis.
2171
2172 2010-05-08 Andreas Schwab <schwab@linux-m68k.org>
2173
2174 * composite.el (find-composition): Doc fix.
2175
2176 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
2177
2178 * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
2179 (sql-oracle-program, sql-sqlite-options)
2180 (sql-query-placeholders-and-send): Doc fixes.
2181 (sql-set-product, sql-interactive-mode): Reflow docstrings.
2182 (sql-imenu-generic-expression, sql-buffer)
2183 (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
2184 (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
2185 (sql-mode-sybase-font-lock-keywords)
2186 (sql-mode-informix-font-lock-keywords)
2187 (sql-mode-interbase-font-lock-keywords)
2188 (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
2189 (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
2190 (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
2191 (sql-product-feature, sql-highlight-product)
2192 (comint-line-beginning-position, sql-rename-buffer)
2193 (sql-toggle-pop-to-buffer-after-send-region sql-oracle)
2194 (sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
2195 (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
2196 Fix typos in docstrings.
2197
2198 2010-05-08 Juri Linkov <juri@jurta.org>
2199
2200 * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
2201 property instead of `invisible' and `after-string' (bug#5998).
2202
2203 2010-05-08 Juri Linkov <juri@jurta.org>
2204
2205 * image-mode.el (image-mode-as-text): Fix typo in docstring.
2206
2207 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
2208
2209 * filecache.el (file-cache-add-directory-list)
2210 (file-cache-add-directory-recursively): Fix typos in docstrings.
2211
2212 2010-05-08 Kenichi Handa <handa@m17n.org>
2213
2214 * language/indian.el (gurmukhi-composable-pattern): Fix typo.
2215 (gujarati-composable-pattern): Fix typo.
2216
2217 2010-05-08 Kenichi Handa <handa@m17n.org>
2218
2219 * language/indian.el (oriya-composable-pattern)
2220 (tamil-composable-pattern, malayalam-composable-pattern):
2221 Add two-part vowels to "v" (vowel sign).
2222
2223 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
2224
2225 * files.el (copy-directory): Handle symlinks (Bug#5982).
2226
2227 2010-05-08 Dan Nicolaescu <dann@ics.uci.edu>
2228
2229 * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
2230 (vc-hg-working-revision): Likewise. Use hg parents, not hg parent
2231 (Bug#5846).
2232
2233 2010-05-08 Glenn Morris <rgm@gnu.org>
2234
2235 * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
2236
2237 * minibuffer.el (completion-at-point): Doc fix.
2238
2239 2010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
2240
2241 * electric.el (Electric-command-loop): Minor tweak.
2242
2243 * ebuff-menu.el (electric-buffer-list): Try and make it behave a bit
2244 better with dedicated windows.
2245
2246 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
2247
2248 * Version 23.2 released.
2249
2250 2010-05-07 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
2251 Stefan Monnier <monnier@iro.umontreal.ca>
2252
2253 Highlight vendor specific properties.
2254 * textmodes/css-mode.el (css-proprietary-nmstart-re): New var.
2255 (css-proprietary-property): New face.
2256 (css-font-lock-keywords): Use them.
2257
2258 2010-05-07 Eli Zaretskii <eliz@gnu.org>
2259
2260 * cus-start.el (all): Add native condition for tool-bar-* symbols.
2261
2262 2010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
2263
2264 * textmodes/dns-mode.el (auto-mode-alist): Add entry for .zone files.
2265 * files.el (auto-mode-alist): Remove redundant entries.
2266
2267 * files.el (auto-save-mode): Move to simple.el to fix bootstrap.
2268 * simple.el (auto-save-mode): Move from files.el.
2269 * minibuffer.el (completion--common-suffix): Fix copy&paste error.
2270
2271 2010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
2272
2273 * lisp/epg.el (epg-key-capablity-alist): Add "D" flag (Bug#5592).
2274
2275 2010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
2276
2277 * mail/binhex.el (binhex-decode-region-internal)
2278 * mail/uudecode.el (uudecode-decode-region-internal)
2279 * net/dns.el (dns-read-string-name, dns-write, dns-read)
2280 (dns-read-type, dns-query)
2281 * pgg-parse.el (pgg-parse-armor)
2282 * pgg.el (pgg-verify-region)
2283 * sha1.el (sha1-string-external): Don't run set-buffer-multibyte for
2284 XEmacs.
2285
2286 * net/imap.el (imap-disable-multibyte): Redefine it as a macro.
2287
2288 2010-05-07 Juanma Barranquero <lekktu@gmail.com>
2289
2290 * progmodes/cperl-mode.el (cperl-mode-unload-function): New function.
2291
2292 Fix use of `filter-buffer-substring' (4th arg NOPROPS removed).
2293 * emulation/cua-base.el (cua-repeat-replace-region):
2294 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
2295 (cua-cut-region-to-global-mark):
2296 Remove text properties with `set-text-properties'.
2297
2298 2010-05-06 Michael Albinus <michael.albinus@gmx.de>
2299
2300 * net/tramp.el (top, with-progress-reporter):
2301 Use `symbol-function' inside `funcall'.
2302
2303 * net/tramp-compat.el (tramp-compat-file-attributes)
2304 (tramp-compat-delete-file, tramp-compat-delete-directory):
2305 Handle only `wrong-number-of-arguments' error.
2306
2307 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Fix typo.
2308 (tramp-gvfs-handle-file-selinux-context): Use `symbol-function'
2309 inside `funcall'.
2310
2311 2010-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
2312
2313 * minibuffer.el (completion--sreverse, completion--common-suffix):
2314 New functions.
2315 (completion-pcm--merge-completions): Extract common suffix when safe.
2316
2317 * emacs-lisp/easy-mmode.el (define-minor-mode):
2318 Make :variable more flexible.
2319 * files.el (auto-save-mode): Use it to define using define-minor-mode.
2320
2321 2010-05-05 Juri Linkov <juri@jurta.org>
2322
2323 Add `slow' and `history' tags to the desktop data.
2324
2325 * info.el (Info-virtual-nodes) [*Index*]: Add `slow' tag.
2326 (Info-virtual-files) [*Apropos*]: Add `slow' tag.
2327 (Info-finder-find-node): Require `finder.el' to be able
2328 to restore node from the desktop.
2329 (Info-desktop-buffer-misc-data): Save all nodes. Save additional
2330 data `Info-history' and `slow' tag in the assoc list.
2331 (Info-restore-desktop-buffer): Don't restore nodes with the
2332 `slow' tag. Restore `Info-history'.
2333
2334 2010-05-05 Michael Albinus <michael.albinus@gmx.de>
2335
2336 Add FORCE argument to `delete-file'.
2337
2338 * net/ange-ftp.el (ange-ftp-del-tmp-name): Make it a defun,
2339 forcing to delete the temporary file.
2340 (ange-ftp-delete-file): Add FORCE arg.
2341 (ange-ftp-rename-remote-to-remote)
2342 (ange-ftp-rename-local-to-remote, ange-ftp-rename-remote-to-local)
2343 (ange-ftp-load, ange-ftp-compress, ange-ftp-uncompress):
2344 Force file deletion.
2345
2346 * net/tramp-compat.el (tramp-compat-delete-file): New defun.
2347
2348 * net/tramp.el (tramp-handle-delete-file): Add FORCE arg.
2349 (tramp-handle-make-symbolic-link, tramp-handle-load)
2350 (tramp-do-copy-or-rename-file-via-buffer)
2351 (tramp-do-copy-or-rename-file-directly)
2352 (tramp-do-copy-or-rename-file-out-of-band)
2353 (tramp-handle-process-file, tramp-handle-call-process-region)
2354 (tramp-handle-shell-command, tramp-handle-file-local-copy)
2355 (tramp-handle-insert-file-contents, tramp-handle-write-region)
2356 (tramp-delete-temp-file-function): Use `tramp-compat-delete-file'.
2357
2358 * net/tramp-fish.el (tramp-fish-handle-delete-file): Add FORCE arg.
2359 (tramp-fish-handle-make-symbolic-link)
2360 (tramp-fish-handle-process-file): Use `tramp-compat-delete-file'.
2361
2362 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
2363 Use `tramp-compat-delete-file'.
2364
2365 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Add FORCE arg.
2366 (tramp-gvfs-handle-write-region): Use `tramp-compat-delete-file'.
2367
2368 * net/tramp-imap.el (tramp-imap-handle-delete-file): Add FORCE arg.
2369 (tramp-imap-do-copy-or-rename-file): Use `tramp-compat-delete-file'.
2370
2371 * net/tramp-smb.el (tramp-smb-handle-delete-file): Add FORCE arg.
2372 (tramp-smb-handle-copy-file, tramp-smb-handle-file-local-copy)
2373 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region): Use
2374 `tramp-compat-delete-file'.
2375
2376 2010-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
2377
2378 Minor cleanups.
2379 * subr.el (add-minor-mode): Use push.
2380 * mail/supercite.el (sc-electric-mode): Use more descriptive arg name.
2381 * emulation/edt.el (edt-select-mode): Simplify.
2382
2383 Use define-minor-mode in more cases.
2384 * term/tvi970.el (tvi970-set-keypad-mode):
2385 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
2386 (normal-erase-is-backspace-mode):
2387 * scroll-bar.el (scroll-bar-mode): Use it and define-minor-mode.
2388 (set-scroll-bar-mode-1): (Re)move to its sole caller.
2389 (get-scroll-bar-mode): New function.
2390 * emacs-lisp/cl-macs.el (eq): Handle a non-variable first arg.
2391
2392 Use define-minor-mode for less obvious cases.
2393 * emacs-lisp/easy-mmode.el (define-minor-mode): Add :variable keyword.
2394 * emacs-lisp/cl-macs.el (terminal-parameter, eq): Add setf method.
2395 * international/iso-ascii.el (iso-ascii-mode):
2396 * frame.el (auto-raise-mode, auto-lower-mode):
2397 * composite.el (global-auto-composition-mode): Use define-minor-mode.
2398
2399 2010-05-04 Michael Albinus <michael.albinus@gmx.de>
2400
2401 * net/tramp.el (tramp-methods): Remove "-q" from `tramp-login-args'
2402 in order to see error messages for failed logins.
2403
2404 2010-05-03 Chong Yidong <cyd@stupidchicken.com>
2405
2406 * diff.el (diff-sentinel):
2407
2408 * epg.el (epg--make-temp-file, epg-decrypt-string)
2409 (epg-verify-string, epg-sign-string, epg-encrypt-string):
2410
2411 * jka-compr.el (jka-compr-partial-uncompress)
2412 (jka-compr-call-process, jka-compr-write-region, jka-compr-load):
2413
2414 * server.el (server-sentinel): Use delete-file's new FORCE arg
2415 (Bug#6070).
2416
2417 2010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
2418
2419 Use define-minor-mode where applicable.
2420 * view.el (view-mode):
2421 * type-break.el (type-break-query-mode)
2422 (type-break-mode-line-message-mode):
2423 * textmodes/reftex.el (reftex-mode):
2424 * term/vt100.el (vt100-wide-mode):
2425 * tar-mode.el (tar-subfile-mode):
2426 * savehist.el (savehist-mode):
2427 * ibuf-ext.el (ibuffer-auto-mode):
2428 * composite.el (auto-composition-mode):
2429 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
2430 Use define-minor-mode.
2431 (vhdl-mode): Use static mode-line format.
2432 (vhdl-mode-line-update): Delete.
2433 (vhdl-create-mode-menu, vhdl-activate-customizations)
2434 (vhdl-hs-minor-mode): Don't bother calling it.
2435
2436 2010-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
2437
2438 * simple.el (with-wrapper-hook): Move.
2439 (buffer-substring-filters): Mark obsolete.
2440 (filter-buffer-substring-functions): New variable.
2441 (filter-buffer-substring): Use it. Remove unused arg `noprops'.
2442
2443 Use a mode-line spec rather than a static string in Semantic.
2444 * cedet/semantic/util-modes.el:
2445 (semantic-minor-modes-format): New var to replace...
2446 (semantic-minor-modes-status): Remove.
2447 (semantic-mode-line-update): Construct a mode-line spec rather than
2448 a static string so that mouse buttons can be used on individual minor
2449 modes and so that semantic-mode-line-update only needs to be called
2450 when global settings are changed.
2451 (semantic-add-minor-mode, semantic-toggle-minor-mode-globally):
2452 Call semantic-mode-line-update.
2453 (semantic-toggle-minor-mode-globally): Don't assume mode is on
2454 minor-mode-alist, check semantic-minor-mode-alist as well.
2455 (semantic-stickyfunc-mode, semantic-show-parser-state-auto-marker)
2456 (semantic-show-parser-state-marker, semantic-show-parser-state-mode)
2457 (semantic-show-unmatched-syntax-mode, semantic-highlight-edits-mode):
2458 * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
2459 * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
2460 (define-semantic-idle-service, semantic-idle-summary-mode):
2461 * cedet/semantic/decorate/mode.el (semantic-decoration-mode):
2462 Don't call semantic-mode-line-update any more.
2463
2464 2010-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
2465
2466 Use define-minor-mode in CEDET where applicable.
2467
2468 * cedet/srecode/mode.el (srecode-minor-mode,global-srecode-minor-mode):
2469 Use define-minor-mode.
2470
2471 * cedet/semantic/util-modes.el (semantic-add-minor-mode):
2472 Remove unused arg `keymap' and code redundant with define-minor-mode.
2473 (semantic-toggle-minor-mode-globally): Only handle arg -1 and 1.
2474 (semantic-stickyfunc-mode, global-semantic-show-unmatched-syntax-mode)
2475 (semantic-highlight-func-mode, global-semantic-show-parser-state-mode)
2476 (global-semantic-highlight-edits-mode, semantic-highlight-edits-mode)
2477 (semantic-show-unmatched-syntax-mode, semantic-show-parser-state-mode)
2478 (global-semantic-stickyfunc-mode, global-semantic-highlight-func-mode):
2479 Use define-minor-mode.
2480 (semantic-stickyfunc-mode-setup, semantic-highlight-edits-mode-setup)
2481 (semantic-show-unmatched-syntax-mode-setup)
2482 (semantic-show-parser-state-mode-setup)
2483 (semantic-highlight-func-mode-setup): Inline into sole caller.
2484
2485 * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
2486 (semantic-mru-bookmark-mode): Use define-minor-mode.
2487 (semantic-mru-bookmark-mode-setup): Inline into sole caller.
2488
2489 * cedet/semantic/idle.el (define-semantic-idle-service):
2490 Use define-minor-mode and inline setup function into its sole caller.
2491 (semantic-idle-scheduler-mode-setup)
2492 (semantic-idle-summary-mode-setup): Inline into sole caller.
2493 (global-semantic-idle-scheduler-mode, semantic-idle-scheduler-mode):
2494 Use define-minor-mode.
2495
2496 * cedet/semantic/decorate/mode.el (global-semantic-decoration-mode)
2497 (semantic-decoration-mode): Use define-minor-mode.
2498 (semantic-decoration-mode-setup): Inline into sole caller.
2499
2500 * cedet/ede/dired.el (ede-dired-minor-mode): Initialize in declaration.
2501 (ede-dired-minor-mode): Use define-minor-mode and derived-mode-p.
2502 (ede-dired-add-to-target): Use dolist.
2503
2504 2010-05-01 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
2505 Michael Albinus <michael.albinus@gmx.de>
2506
2507 Implement compression for inline methods.
2508
2509 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
2510 (tramp-copy-size-limit): Allow also nil.
2511 (tramp-inline-compress-commands): New defconst.
2512 (tramp-find-inline-compress, tramp-get-inline-compress)
2513 (tramp-get-inline-coding): New defuns.
2514 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
2515 replaced by `tramp-get-inline-coding'.
2516 (tramp-handle-file-local-copy, tramp-handle-write-region)
2517 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
2518
2519 2010-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
2520
2521 * bindings.el (mode-line-abbrev-mode, mode-line-auto-fill-mode):
2522 Remove unused functions.
2523
2524 * emacs-lisp/lisp-mode.el (lisp-mode): Use define-derived-mode.
2525 Set find-tag-default-function as a variable rather than a property.
2526
2527 * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
2528 * progmodes/etags.el (tags-completion-at-point-function):
2529 Remove left over interactive spec. Add autoloading stub.
2530 (complete-tag): Use tags-completion-at-point-function.
2531
2532 2010-04-30 Chong Yidong <cyd@stupidchicken.com>
2533
2534 * minibuffer.el (tags-completion-at-point-function): Fix return value.
2535
2536 2010-04-29 Chong Yidong <cyd@stupidchicken.com>
2537
2538 * ido.el (ido-init-completion-maps): Remove C-v binding.
2539 (ido-minibuffer-setup): Don't set cua-inhibit-cua-keys (Bug#5765).
2540
2541 2010-04-29 Chong Yidong <cyd@stupidchicken.com>
2542
2543 * minibuffer.el (tags-completion-at-point-function): New function.
2544 (completion-at-point-functions): Use it.
2545
2546 * cedet/semantic.el (semantic-completion-at-point-function): New function.
2547 (semantic-mode): Use semantic-completion-at-point-function for
2548 completion-at-point-functions instead.
2549
2550 * progmodes/etags.el (complete-tag): Revert last change.
2551
2552 2010-04-29 Alan Mackenzie <acm@muc.de>
2553
2554 * progmodes/cc-mode.el (c-extend-region-for-CPP): Fix an
2555 off-by-one error (in end of macro position).
2556
2557 2010-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
2558
2559 * net/browse-url.el (browse-url-firefox-program): Use iceweasel if
2560 firefox is absent. Don't autoload.
2561 (browse-url-galeon-program): Don't autoload.
2562
2563 2010-04-28 Chong Yidong <cyd@stupidchicken.com>
2564
2565 * bindings.el (complete-symbol): Move into minibuffer.el.
2566
2567 * minibuffer.el (complete-tag): Move from etags.el. If tags
2568 completion cannot be performed, return nil instead of signalling
2569 an error.
2570 (completion-at-point): Make it an alias for complete-symbol.
2571 (complete-symbol): Move from bindings.el, and replace with the
2572 body of completion-at-point.
2573
2574 * progmodes/etags.el (complete-tag): Move to minibuffer.el.
2575
2576 * cedet/semantic.el (semantic-mode): When enabled, add
2577 semantic-ia-complete-symbol to completion-at-point-functions.
2578
2579 * cedet/semantic/ia.el (semantic-ia-complete-symbol): Return nil
2580 if Semantic is not active.
2581
2582 2010-04-28 Michael Albinus <michael.albinus@gmx.de>
2583
2584 * net/tramp.el (tramp-remote-selinux-p): New defun.
2585 (tramp-handle-file-selinux-context)
2586 (tramp-handle-set-file-selinux-context): Use it.
2587
2588 2010-04-28 Sam Steingold <sds@gnu.org>
2589
2590 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
2591 `safe-local-variable' if the value is a string or a symbol with
2592 the property `bug-reference-url-format'.
2593
2594 2010-04-28 Chong Yidong <cyd@stupidchicken.com>
2595
2596 * progmodes/bug-reference.el (bug-reference-url-format): Revert
2597 2010-04-27 change due to security risk.
2598
2599 2010-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
2600
2601 Make it possible to locally disable a globally enabled mode.
2602 * simple.el (fundamental-mode): Run fundamental-mode-hook.
2603 * emacs-lisp/derived.el (define-derived-mode): Use fundamental-mode
2604 rather than kill-all-local-variables so it runs fundamental-mode-hook.
2605 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
2606 Use fundamental-mode-hook to run MODE-enable-in-buffers earlier, so
2607 that subsequent hooks get a chance to disable it.
2608
2609 2010-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
2610
2611 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
2612 Avoid re-enabling a minor mode after the user turned the minor mode
2613 off if MODE-enable-in-buffers is run twice (typically once from
2614 fundamental-mode's after-change-major-mode-hook and a second time from
2615 run-mode-hook's own after-change-major-mode-hook).
2616
2617 * emacs-lisp/lisp.el (lisp-complete-symbol): Fail gracefully.
2618
2619 2010-04-27 Sam Steingold <sds@gnu.org>
2620
2621 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
2622 `safe-local-variable' if the value is a string or a function, as
2623 documented and implemented on 2010-04-02.
2624
2625 2010-04-27 Juanma Barranquero <lekktu@gmail.com>
2626
2627 * ido.el (ido-buffer-internal): Bind `ido-use-virtual-buffers' to nil
2628 when method is 'kill.
2629
2630 2010-04-27 Agustín Martín <agustin.martin@hispalinux.es>
2631
2632 * textmodes/ispell.el (ispell-init-process): Fix personal dictionary
2633 condition in default directory check.
2634 (ispell-init-process,ispell-kill-ispell,kill-buffer-hook):
2635 Kill ispell process when killing its associated buffer.
2636
2637 2010-04-27 Jan Djärv <jan.h.d@swipnet.se>
2638
2639 * desktop.el (desktop-kill): ask-if-new: Ask if desktop file exists,
2640 but we aren't using it.
2641
2642 2010-04-25 Jan Djärv <jan.h.d@swipnet.se>
2643
2644 * tool-bar.el (tool-bar-local-item-from-menu): Revert unintended
2645 checkin in 2010-04-23T16:26:11Z!monnier@iro.umontreal.ca.
2646
2647 2010-04-24 Glenn Morris <rgm@gnu.org>
2648
2649 * emacs-lisp/authors.el (authors-obsolete-files-regexps):
2650 Ignore VCS-ignore files, and deleted nextstep preferences files.
2651 (authors-ignored-files): Ignore deleted cedet test files, and "*.el".
2652 (authors-ambiguous-files): New list.
2653 (authors-valid-file-names): Add some deleted files.
2654 (authors-renamed-files-alist): Add font-setting.el, edt-user.doc.
2655 (authors-disambiguate-file-name): New function. (Bug#5501)
2656 (authors-canonical-file-name): Doc fix.
2657 Don't warn about obsolete files.
2658 (authors-canonical-file-name, authors-scan-el):
2659 Use authors-disambiguate-file-name.
2660
2661 * hfy-cmap.el (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
2662 Add autoload cookies.
2663 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values): Add docs.
2664 (generated-autoload-file): Set file-local value to "htmlfontify.el".
2665 * htmlfontify.el (caddr, cadddr): Remove fallback definitions.
2666 They have definitions / compiler macros in cl.el.
2667 (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
2668 Replace manual autoloads with generated ones.
2669 (htmlfontify-unload-rgb-file): Remove autoload.
2670 * Makefile.in (autoloads): Ensure htmlfontify.el is writable.
2671
2672 2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
2673
2674 * emacs-lisp/bytecomp.el (byte-compile-set-default): New function.
2675 (byte-compile-setq-default): Optimize for the
2676 single-var case and don't call byte-compile-form in this case to avoid
2677 inf-loop with byte-compile-set-default.
2678
2679 * progmodes/compile.el (compilation-start): Abbreviate default directory.
2680
2681 2010-04-23 Michael Albinus <michael.albinus@gmx.de>
2682
2683 Implement SELINUX backends.
2684
2685 * net/tramp.el (tramp-file-name-handler-alist):
2686 Add `file-selinux-context' and `set-file-selinux-context'.
2687 (tramp-handle-file-selinux-context)
2688 (tramp-handle-set-file-selinux-context): New defuns.
2689 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
2690 Handle PRESERVE-SELINUX-CONTEXT.
2691
2692 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
2693 Add `file-selinux-context' and `set-file-selinux-context'.
2694 (tramp-gvfs-handle-file-selinux-context)
2695 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
2696 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
2697
2698 * net/ange-ftp.el (ange-ftp-copy-file):
2699 * net/tramp-fish.el (tramp-fish-handle-copy-file):
2700 * net/tramp-imap.el (tramp-imap-handle-copy-file):
2701 * net/tramp-smb.el (tramp-smb-handle-copy-file):
2702 Add PRESERVE-SELINUX-CONTEXT.
2703
2704 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
2705
2706 Synchronize with Tramp repository.
2707
2708 * net/tramp.el (with-connection-property, tramp-completion-mode-p)
2709 (tramp-action-process-alive, tramp-action-out-of-band)
2710 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
2711 (tramp-exists-file-name-handler): Fix docstring.
2712 (with-progress-reporter): New defmacro.
2713 (tramp-do-copy-or-rename-file, tramp-handle-dired-compress-file)
2714 (tramp-maybe-open-connection): Use it.
2715
2716 2010-04-22 Noah Lavine <noah549@gmail.com> (tiny change)
2717
2718 Detect ssh 'ControlMaster' argument automatically in some cases.
2719
2720 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
2721 (tramp-default-method): Use it.
2722
2723 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
2724
2725 * net/tramp.el (tramp-handle-copy-file): Add new optional
2726 parameter `preserve-selinux-context'.
2727 (tramp-file-name-for-operation): Add `set-file-selinux-context'.
2728
2729 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
2730
2731 * net/tramp.el (tramp-completion-handle-file-name-all-completions):
2732 Ensure, that non remote files are still checked. Oops.
2733
2734 2010-04-21 Michael Albinus <michael.albinus@gmx.de>
2735
2736 Fix Bug#5840.
2737
2738 * icomplete.el (icomplete-completions): Use `non-essential'.
2739
2740 * net/tramp.el (tramp-connectable-p): New defun.
2741 (tramp-handle-expand-file-name)
2742 (tramp-completion-handle-file-name-all-completions)
2743 (tramp-completion-handle-file-name-completion): Use it.
2744
2745 2010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
2746
2747 * emacs-lisp/lisp.el (lisp-completion-at-point): Try and handle errors.
2748
2749 2010-04-21 Jan Djärv <jan.h.d@swipnet.se>
2750
2751 * vc-dir.el (vc-dir-tool-bar-map): Add :label on some tool bar items.
2752
2753 * tool-bar.el (tool-bar-setup): Add :label on some tool bar items.
2754
2755 * loadup.el: Load dynamic-setting.el if feature dynamic-setting
2756 is present.
2757
2758 * info.el (info-tool-bar-map): Add labels.
2759
2760 * cus-start.el (all): Add tool-bar-style and tool-bar-max-label-size.
2761
2762 * cus-edit.el (custom-commands): Add labels for tool bar.
2763 (custom-buffer-create-internal, Custom-mode): Adjust for
2764 labels in custom-commands.
2765
2766 * dynamic-setting.el: Renamed from font-setting.el.
2767
2768 2010-04-21 John Wiegley <jwiegley@gmail.com>
2769
2770 * ido.el (ido-init-completion-maps): For ido-switch-buffer, C-o
2771 toggles the use of virtual buffers.
2772 (ido-buffer-internal): Guard `ido-use-virtual-buffers' global
2773 value.
2774 (ido-toggle-virtual-buffers): New function.
2775
2776 2010-04-21 Juanma Barranquero <lekktu@gmail.com>
2777
2778 Use `define-derived-mode'; fix window selection; doc fixes.
2779 * play/tetris.el (tetris, tetris-update-speed-function)
2780 (tetris-tty-colors, tetris-x-colors, tetris-move-bottom)
2781 (tetris-move-left, tetris-move-right, tetris-rotate-prev)
2782 (tetris-rotate-next, tetris-end-game, tetris-start-game)
2783 (tetris-pause-game): Fix typos in docstrings.
2784 (tetris-mode-map, tetris-null-map):
2785 Move initialization into declaration.
2786 (tetris-mode): Define with `define-derived-mode';
2787 set show-trailing-whitespace to nil.
2788 (tetris): Prefer window already displaying the "*Tetris*" buffer.
2789
2790 2010-04-21 Karel Klíč <kklic@redhat.com>
2791
2792 * files.el (backup-buffer): Handle SELinux context, and return it
2793 if a backup was made by renaming.
2794 (backup-buffer-copy): Set SELinux context to the target file.
2795 (basic-save-buffer): Set SELinux context of the newly written file.
2796 (basic-save-buffer-1): Now it also returns any SELinux context.
2797 (basic-save-buffer-2): Set SELinux context of the newly created file,
2798 and return it.
2799 * net/tramp.el (tramp-file-name-for-operation):
2800 Add file-selinux-context.
2801
2802 2010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
2803
2804 Make the log-edit comments use RFC822 format throughout.
2805
2806 * vc.el (vc-checkin, vc-modify-change-comment):
2807 Adjust to new vc-start/finish-logentry.
2808 (vc-find-conflicted-file): New command.
2809 (vc-transfer-file): Adjust to new vc-checkin.
2810 (vc-next-action): Improve scoping.
2811
2812 * vc-hg.el (vc-hg-log-edit-mode): Remove.
2813 (vc-hg-checkin): Remove extra arg. Use log-edit-extract-headers.
2814
2815 * vc-git.el (vc-git-log-edit-mode): Remove.
2816 (vc-git-checkin): Remove extra arg. Use log-edit-extract-headers.
2817 (vc-git-commits-coding-system): Rename from git-commits-coding-system.
2818
2819 * vc-dispatcher.el (vc-log-edit): Shorten names for log-edit-show-files.
2820 (vc-start-logentry): Remove argument `extra'.
2821 (vc-finish-logentry): Remove extra args.
2822
2823 * vc-bzr.el (vc-bzr-log-edit-mode): Remove.
2824 (vc-bzr-checkin): Remove extra arg. Use log-edit-extract-headers.
2825 (vc-bzr-conflicted-files): New function.
2826
2827 * log-edit.el (log-edit-extra-flags)
2828 (log-edit-before-checkin-process): Remove.
2829 (log-edit-summary, log-edit-header, log-edit-unknown-header): New faces.
2830 (log-edit-headers-alist): New var.
2831 (log-edit-header-contents-regexp): New const.
2832 (log-edit-match-to-eoh): New function.
2833 (log-edit-font-lock-keywords): Use them.
2834 (log-edit): Insert a "Summary:" header as default.
2835 (log-edit-mode): Mark font-lock rules as case-insensitive.
2836 (log-edit-done): Cleanup headers.
2837 (log-view-process-buffer): Remove.
2838 (log-edit-extract-headers): New function to replace it.
2839
2840 2010-04-20 Juanma Barranquero <lekktu@gmail.com>
2841
2842 * subr.el (default-direction-reversed): Remove obsolescence info.
2843
2844 2010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
2845
2846 * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with the
2847 windows/frames.
2848
2849 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete around point.
2850 I.e. include text after point in the completion region.
2851 Also, return nil when we're not after/in a symbol.
2852
2853 * international/mule-cmds.el (view-hello-file): Don't fiddle with the
2854 default enable-multibyte-characters.
2855
2856 2010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
2857
2858 * international/mule.el: Help the user choose a valid coding-system.
2859 (read-buffer-file-coding-system): New function.
2860 (set-buffer-file-coding-system): Use it. Prompt the user if the
2861 coding-system cannot encode all the chars.
2862
2863 * vc-bzr.el: Use standard *vc* and *vc-diff* buffers.
2864 (vc-bzr-shelve-show, vc-bzr-shelve-apply)
2865 (vc-bzr-shelve-apply-and-keep, vc-bzr-shelve-snapshot):
2866 Don't use *vc-bzr-shelve*.
2867
2868 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
2869
2870 * cedet/ede/pmake.el (ede-proj-makefile-insert-variables):
2871 Don't destroy list before using it.
2872
2873 2010-04-19 Dan Nicolaescu <dann@ics.uci.edu>
2874
2875 Fix the version number for added files.
2876 * vc-hg.el (vc-hg-working-revision): Check if the file is
2877 registered after hg parent fails (Bug#5961).
2878
2879 2010-04-19 Glenn Morris <rgm@gnu.org>
2880
2881 * htmlfontify.el (htmlfontify-buffer)
2882 (htmlfontify-copy-and-link-dir): Autoload entry points.
2883
2884 2010-04-19 Magnus Henoch <magnus.henoch@gmail.com>
2885
2886 * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
2887 name relative to the project root (Bug#5960).
2888
2889 2010-04-19 Glenn Morris <rgm@gnu.org>
2890
2891 * vc-git.el (vc-git-print-log): Doc fix.
2892
2893 2010-04-19 Óscar Fuentes <ofv@wanadoo.es>
2894
2895 * ido.el (ido-file-internal): Fix 2009-12-02 change.
2896
2897 2010-04-19 Christoph <cschol2112@googlemail.com> (tiny change)
2898
2899 * progmodes/grep.el (grep-compute-defaults): Fix handling of host
2900 default settings (Bug#5928).
2901
2902 2010-04-19 Glenn Morris <rgm@gnu.org>
2903
2904 * progmodes/fortran.el (fortran-match-and-skip-declaration):
2905 New function.
2906 (fortran-font-lock-keywords-3): Use it. (Bug#1385)
2907
2908 2010-04-19 Kenichi Handa <handa@m17n.org>
2909
2910 * language/indian.el (malayalam-composable-pattern): Fix previous
2911 change (add U+0D4D "SIGN VIRAMA").
2912 (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
2913 (tamil-composable-pattern): Fix typo in the regexp.
2914 (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
2915 (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
2916 (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
2917
2918 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
2919
2920 * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
2921 paragraph-separate (Bug#5821).
2922
2923 2010-04-19 Juri Linkov <juri@jurta.org>
2924
2925 Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
2926
2927 * info.el (Info-find-node-2): Comment out code that skips
2928 breadcrumbs line.
2929 (Info-mouse-follow-link): New command.
2930 (Info-link-keymap): New keymap.
2931 (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
2932 Return a string with links instead of inserting breadcrumbs
2933 to the Info buffer.
2934 (Info-fontify-node): Comment out code that inserts breadcrumbs.
2935 Instead of putting the `invisible' text property over the Info
2936 header, make an overlay over the Info header with the `invisible'
2937 property and `after-string' set to the string returned by
2938 `Info-breadcrumbs'.
2939
2940 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
2941
2942 * help.el (help-window-setup-finish): Doc fix (Bug#5830).
2943 Reported by monkey@sandpframing.com.
2944
2945 2010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
2946
2947 * tmm.el (tmm-prompt): Remove obsolete call to x-popup-menu.
2948 (tmm-get-keymap): Add key-binding shortcuts now that they're not
2949 available in the "keyseq cache" any more.
2950
2951 * custom.el (defcustom): Add edebug spec.
2952
2953 2010-04-18 Juri Linkov <juri@jurta.org>
2954
2955 Test for special mode-class in view-buffer instead of view-file (bug#5513).
2956
2957 * view.el (view-file, view-buffer): Move test for special mode-class
2958 from view-file to view-buffer.
2959
2960 * tar-mode.el (tar-extract): Turn if's into one cond
2961 like in arc-mode.el.
2962
2963 2010-04-18 Juri Linkov <juri@jurta.org>
2964
2965 Add 7z archive format support (bug#5475).
2966
2967 * arc-mode.el (archive-zip-extract): Try to find 7z executable.
2968 (archive-7z-extract): New defcustom.
2969 (archive-find-type): Add magic string for 7z.
2970 (archive-extract-by-stdout): Add new optional arg `stderr-file'.
2971 If `stderr-file' is non-nil, use `(t stderr-file)' for the
2972 `buffer' arg of `call-process'.
2973 (archive-zip-extract): Check `archive-zip-extract' for "7z" and
2974 call the function `archive-7z-extract' with the variable
2975 `archive-7z-extract' let-bound to `archive-zip-extract'.
2976 (archive-7z-summarize, archive-7z-extract): New functions.
2977
2978 * international/mule.el (auto-coding-alist):
2979 * files.el (auto-mode-alist): Add 7z file extension.
2980
2981 2010-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
2982
2983 * loadup.el: Setup hash-cons for pure data.
2984
2985 Fix duplicate entries in cedet's loaddefs.el files.
2986 * emacs-lisp/autoload.el (autoload-file-load-name): Be more clever.
2987 Should make most file-local generated-autoload-file unnecessary.
2988 (print-readably): Silence warnings.
2989 (autoload-find-destination): Take load-name as an arg to make sure
2990 it's the same as the one that will be in the file.
2991 (autoload-generate-file-autoloads): Adjust to above changes.
2992 Try to make the dataflow a bit simpler.
2993
2994 * cvs-status.el (cvs-refontify): Remove unused.
2995
2996 2010-04-18 Jay Belanger <jay.p.belanger@gmail.com>
2997
2998 * calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
2999
3000 * calc-bin.el (calc-radix): Have the "O" option turn on
3001 twos-complement mode.
3002
3003 2010-04-17 Jay Belanger <jay.p.belanger@gmail.com>
3004
3005 * calc-ext.el (calc-init-extensions): Add keybinding for 'calc-option'.
3006 Add `calc-option-prefix-help' to calc-help autoloads.
3007 (calc-inverse): Add "Option" to message, as appropriate.
3008 (calc-hyperbolic): Add "Option" to message, as appropriate.
3009 (calc-option, calc-is-option): New functions.
3010
3011 * calc-help.el (calc-full-help): Add `calc-option-help'.
3012 (calc-option-prefix-help): New function.
3013
3014 * calc-misc.el (calc-help): Add "Option" entry.
3015
3016 * calc.el (calc-local-var-list): Add `calc-option-flag'.
3017 (calc-option-flag): New variable.
3018 (calc-do): Set `calc-option-flag to nil.
3019 (calc-set-mode-line): Add "Opt " as appropriate.
3020
3021 2010-04-16 Juri Linkov <juri@jurta.org>
3022
3023 Move scrolling commands from simple.el to window.el
3024 because their primitives are implemented in window.c.
3025
3026 * simple.el (scroll-error-top-bottom)
3027 (scroll-up-command, scroll-down-command, scroll-up-line)
3028 (scroll-down-line, scroll-other-window-down)
3029 (beginning-of-buffer-other-window, end-of-buffer-other-window):
3030 * window.el (scroll-error-top-bottom)
3031 (scroll-up-command, scroll-down-command, scroll-up-line)
3032 (scroll-down-line, scroll-other-window-down)
3033 (beginning-of-buffer-other-window, end-of-buffer-other-window):
3034 Move from simple.el to window.el because their primitives are
3035 implemented in window.c.
3036
3037 2010-04-16 Juri Linkov <juri@jurta.org>
3038
3039 * isearch.el (isearch-lookup-scroll-key): Check both
3040 `isearch-scroll' and `scroll-command' properties.
3041 (scroll-up, scroll-down): Remove `isearch-scroll' property.
3042
3043 * mwheel.el (mwheel-scroll): Remove `isearch-scroll' property.
3044
3045 * simple.el (scroll-up-command, scroll-down-command)
3046 (scroll-up-line, scroll-down-line): Remove `isearch-scroll' property.
3047
3048 2010-04-15 Juri Linkov <juri@jurta.org>
3049
3050 * simple.el (scroll-up-command, scroll-down-command)
3051 (scroll-up-line, scroll-down-line): Put `scroll-command'
3052 property on the these symbols. Remove them from
3053 `scroll-preserve-screen-position-commands'.
3054
3055 * mwheel.el (mwheel-scroll): Put `scroll-command' and
3056 `isearch-scroll' properties on the `mwheel-scroll' symbol.
3057 Remove it from `scroll-preserve-screen-position-commands'.
3058
3059 * isearch.el (isearch-allow-scroll): Doc fix.
3060
3061 2010-04-15 Michael Albinus <michael.albinus@gmx.de>
3062
3063 * net/tramp.el (tramp-error-with-buffer): Don't show the
3064 connection buffer when we are in completion mode.
3065 (tramp-file-name-handler): Catch the error for some operations
3066 when we are in completion mode. This gives the user the chance to
3067 correct the file name in the minibuffer.
3068
3069 2010-04-15 Glenn Morris <rgm@gnu.org>
3070
3071 * progmodes/verilog-mode.el (verilog-forward-sexp): Avoid free variable.
3072
3073 2010-04-15 Juanma Barranquero <lekktu@gmail.com>
3074
3075 Simplify by using `define-derived-mode'.
3076 * info.el (Info-mode):
3077 * calendar/todo-mode.el (todo-mode):
3078 * play/gomoku.el (gomoku-mode): Define with `define-derived-mode'.
3079 (gomoku-mode-map): Move initialization into declaration.
3080
3081 2010-04-14 Michael Albinus <michael.albinus@gmx.de>
3082
3083 Fix Bug#5840.
3084 * ido.el (ido-file-name-all-completions-1):
3085 * minibuffer.el (minibuffer-completion-help):
3086 * net/tramp.el (tramp-completion-mode-p): Use `non-essential'.
3087
3088 2010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
3089
3090 * simple.el (non-essential): New var.
3091
3092 Add a new field `location' to bookmarks for non-file bookmarks.
3093 * bookmark.el (bookmark-location): Use the new field, if present.
3094 (bookmark-insert-location): Undo last change, not needed any more.
3095 * man.el (Man-bookmark-make-record):
3096 * woman.el (woman-bookmark-make-record): Add `location' field.
3097
3098 2010-04-14 Juri Linkov <juri@jurta.org>
3099
3100 * simple.el (scroll-error-top-bottom): New defcustom.
3101 (scroll-up-command, scroll-down-command): Use it. Doc fix.
3102
3103 * emulation/pc-select.el (pc-select-override-scroll-error):
3104 Obsolete in favor of `scroll-error-top-bottom'.
3105
3106 2010-04-14 Juri Linkov <juri@jurta.org>
3107
3108 * tutorial.el (tutorial--default-keys): Rebind `C-v' to
3109 `scroll-up-command' and `M-v' to `scroll-down-command'.
3110
3111 * emulation/cua-rect.el (cua--init-rectangles):
3112 * forms.el (forms--change-commands):
3113 * image-mode.el (image-mode-map):
3114 Remap scroll-down-command and scroll-up-command
3115 in addition to scroll-down and scroll-up.
3116
3117 2010-04-14 Juri Linkov <juri@jurta.org>
3118
3119 * mwheel.el (scroll-preserve-screen-position-commands):
3120 Add mwheel-scroll to this list of commands.
3121
3122 * simple.el (scroll-preserve-screen-position-commands):
3123 Add scroll-up-command, scroll-down-command, scroll-up-line,
3124 scroll-down-line to this list of commands.
3125
3126 2010-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
3127
3128 * obsolete/complete.el: Move from lisp/complete.el.
3129
3130 * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
3131
3132 * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument
3133 to the minor mode function now turns the mode ON unconditionally.
3134
3135 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
3136
3137 * vc-dir.el (vc-dir-kill-line): New command.
3138 (vc-dir-mode-map): Bind it to C-k.
3139
3140 * bookmark.el (bookmark-insert-location): Handle a nil filename.
3141
3142 * woman.el: Add bookmark declarations to silence the compiler.
3143 (bookmark-prop-get): Use `man-args' rather than `filename' as a first
3144 step to compatibility between man and woman bookmarks.
3145 Adjust for Man-default-bookmark-title renaming.
3146 (woman-bookmark-jump): Adjust accordingly. Don't forget to autoload.
3147
3148 * man.el: Add bookmark declarations to silence the compiler.
3149 (Man-name-local-regexp): Make it match NAME as well.
3150 (Man-getpage-in-background): Return the buffer.
3151 (Man-notify-when-ready): Use `case'.
3152 (man-set-default-bookmark-title): Rename to Man-default-bookmark-title.
3153 Don't hardcode "NAME". Simplify.
3154 (Man-bookmark-make-record): Use Man-arguments rather than buffer-name.
3155 Rename from Man-bookmark-make-record.
3156 (Man-bookmark-jump): Rename from man-bookmark-jump. Simplify now that
3157 we have the actual man-args. Use Man-getpage-in-background rather
3158 than `man' since the arg is already processed. Let bookmark.el do the
3159 window handling. Only wait for the relevant process.
3160 Don't forget to autoload.
3161
3162 * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
3163
3164 2010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3165
3166 * woman.el (woman-bookmark-make-record, woman-bookmark-jump):
3167 New functions.
3168 (woman-mode): Setup bookmark support.
3169
3170 * man.el (man-set-default-bookmark-title, man-bookmark-make-record)
3171 (man-bookmark-jump): New functions.
3172 (Man-mode): Setup bookmark support.
3173
3174 2010-04-10 Jari Aalto <jari.aalto@cante.net>
3175
3176 * comint.el (comint-password-prompt-regexp): Use regexp-opt, and
3177 recognize ssh-keygen prompt (Bug#2817).
3178
3179 2010-04-10 Michael Albinus <michael.albinus@gmx.de>
3180
3181 * net/tramp.el (tramp-do-copy-or-rename-file): Add progress reporter.
3182
3183 2010-04-10 Michael Albinus <michael.albinus@gmx.de>
3184
3185 Synchronize with Tramp repository.
3186
3187 * net/tramp.el (tramp-completion-function-alist)
3188 (tramp-file-name-regexp, tramp-chunksize)
3189 (tramp-local-coding-commands, tramp-remote-coding-commands):
3190 Fix docstring.
3191 (tramp-remote-process-environment): Use `format' instead of `concat'.
3192 (tramp-handle-directory-files-and-attributes)
3193 (tramp-get-remote-path): Use `copy-tree'.
3194 (tramp-handle-file-name-all-completions): Backward/ XEmacs
3195 compatibility: Use `completion-ignore-case' if
3196 `read-file-name-completion-ignore-case' does not exist.
3197 (tramp-do-copy-or-rename-file-directly): Do not use
3198 `tramp-handle-file-remote-p'.
3199 (tramp-do-copy-or-rename-file-out-of-band):
3200 Use `tramp-compat-delete-directory'.
3201 (tramp-do-copy-or-rename-file-out-of-band)
3202 (tramp-compute-multi-hops, tramp-maybe-open-connection):
3203 Use `format-spec-make'.
3204 (tramp-find-foreign-file-name-handler)
3205 (tramp-advice-make-auto-save-file-name)
3206 (tramp-set-auto-save-file-modes): Remove superfluous check for
3207 `stringp'. This is done inside `tramp-tramp-file-p'.
3208 (tramp-debug-outline-regexp): New defconst.
3209 (tramp-get-debug-buffer): Use it.
3210 (tramp-check-for-regexp): Use (forward-line 1).
3211 (tramp-set-auto-save-file-modes): Adapt version check.
3212
3213 * net/tramp-compat.el (tramp-advice-file-expand-wildcards):
3214 Wrap call of `featurep' for 2nd argument.
3215 (tramp-compat-make-temp-file): Simplify fallback implementation.
3216 (tramp-compat-copy-tree): Remove function.
3217 (tramp-compat-delete-directory): Provide implementation for older
3218 Emacsen.
3219
3220 * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes):
3221 Do not use `tramp-fish-handle-file-attributes.
3222
3223 * net/trampver.el: Update release number.
3224
3225 2010-04-10 Glenn Morris <rgm@gnu.org>
3226
3227 * progmodes/compile.el (compilation-save-buffers-predicate):
3228 Add missing :version tag.
3229
3230 2010-04-09 Sam Steingold <sds@gnu.org>
3231
3232 * progmodes/compile.el (compilation-save-buffers-predicate):
3233 Remove the "autoload" cookie.
3234
3235 * progmodes/bug-reference.el (turn-on-bug-reference-mode)
3236 (turn-on-bug-reference-prog-mode): Remove, `bug-reference-mode'
3237 and `bug-reference-prog-mode' can be used in hooks directly.
3238
3239 2010-04-09 Dan Nicolaescu <dann@ics.uci.edu>
3240
3241 Add --author support to git commit.
3242 * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
3243 (vc-git-log-edit-mode): New minor mode.
3244 (log-edit-mode, log-edit-extra-flags, log-edit-mode):
3245 New declarations.
3246
3247 2010-04-09 Eric Raymond <esr@snark.thyrsus.com>
3248
3249 * vc-hooks.el, vc-git.el: Improve documentation comments.
3250
3251 2010-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
3252
3253 Fix some of the problems in defsubst* (bug#5728).
3254 * emacs-lisp/cl-macs.el (defsubst*): Don't substitute non-trivial args.
3255 (cl-defsubst-expand): Do the substitutions simultaneously (bug#5728).
3256
3257 2010-04-07 Sam Steingold <sds@gnu.org>
3258
3259 * progmodes/compile.el (compilation-save-buffers-predicate):
3260 New custom variable.
3261 (compile, recompile): Pass it to `save-some-buffers'.
3262
3263 2010-04-07 Jan Djärv <jan.h.d@swipnet.se>
3264
3265 * wid-edit.el (widget-choose): Move cursor to the second line of
3266 the buffer (Bug#5695).
3267
3268 2010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
3269
3270 Add new VC methods: vc-log-incoming and vc-log-outgoing.
3271 * vc.el (vc-print-log-setup-buttons): New function split out from
3272 vc-print-log-internal.
3273 (vc-log-internal-common): New function, a parametrized version of
3274 vc-print-log-internal.
3275 (vc-print-log-internal): Just call vc-log-internal-common with the
3276 right arguments.
3277 (vc-incoming-outgoing-internal):
3278 (vc-log-incoming, vc-log-outgoing): New functions.
3279 (vc-log-view-type): New permanent local variable.
3280
3281 * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
3282
3283 * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
3284 of the dynamic bound vc-short-log.
3285 (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
3286
3287 * vc-git.el (vc-git-log-outgoing): New function.
3288 (vc-git-log-view-mode): Use vc-log-view-type instead
3289 of the dynamic bound vc-short-log.
3290
3291 * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead
3292 of the dynamic bound vc-short-log. Highlight the tag.
3293 (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
3294 (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
3295 (vc-hg-incoming-mode): Remove.
3296 (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
3297
3298 2010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
3299
3300 Fix default-directory for vc-root-diff.
3301 * vc.el (vc-root-diff): Bind default-directory to the root
3302 directory for the diff command.
3303
3304 2010-04-07 Michael McNamara <mac@mail.brushroad.com>
3305
3306 * progmodes/verilog-mode.el (verilog-forward-sexp):
3307 (verilog-calc-1): Support "disable fork" and "fork wait" multi
3308 word keywords, suggested by Steve Pearlmutter.
3309 (verilog-pretty-declarations): Support lineup of declarations in
3310 port lists.
3311 (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
3312 fix bug for /* / comments.
3313 (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
3314 Speed up and simplfy as this is never called with a bound.
3315 (verilog-pretty-declarations): Enhance to line up declarations
3316 inside a parameter list, suggested by Alan Morgan.
3317 (verilog-pretty-expr): Tune assignment regular expression match
3318 string for corner cases; also use markers instead of character
3319 number as indent changes the later.
3320
3321 2010-04-07 Wilson Snyder <wsnyder@wsnyder.org>
3322
3323 * progmodes/verilog-mode.el (verilog-type-keywords): Fix pulldown
3324 as missing keyword.
3325 (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
3326 causing truncation of AUTOWIRE signals. Reported by Bruce Tennant.
3327 (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
3328 AUTO_TEMPLATEs needing multiple array bits. Suggested by Bruce
3329 Tennant.
3330 (verilog-keywords):
3331 (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
3332 1800-2009 keywords, including "global.".
3333
3334 2010-04-06 John Wiegley <jwiegley@gmail.com>
3335
3336 * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
3337 appearing in buffer list (if a live buffer name matched a recentf
3338 file basename). Should use uniquify to offer a real solution.
3339
3340 2010-04-06 John Wiegley <jwiegley@gmail.com>
3341
3342 * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
3343 comment to code, and add a :version tag.
3344 (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
3345
3346 2010-04-06 Juanma Barranquero <lekktu@gmail.com>
3347
3348 Enable recentf-mode if using virtual buffers.
3349 * ido.el (recentf-list): Declare for byte-compiler.
3350 (ido-virtual-buffers): Move up to silence byte-compiler. Add docstring.
3351 (ido-make-buffer-list): Simplify.
3352 (ido-add-virtual-buffers-to-list): Simplify. Enable recentf-mode.
3353
3354 2010-04-05 Juri Linkov <juri@jurta.org>
3355
3356 Scrolling commands which scroll a line instead of full screen.
3357 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
3358
3359 * simple.el (scroll-up-line, scroll-down-line): New commands.
3360 Put property isearch-scroll=t on them.
3361
3362 * emulation/ws-mode.el (scroll-down-line, scroll-up-line):
3363 Remove commands.
3364
3365 2010-04-05 Juri Linkov <juri@jurta.org>
3366
3367 Scrolling commands which do not signal errors at top/bottom.
3368 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
3369
3370 * simple.el (scroll-up-command, scroll-down-command): New commands.
3371 Put property isearch-scroll=t on them.
3372
3373 * bindings.el (global-map): Rebind [prior] from `scroll-down' to
3374 `scroll-down-command' and [next] from `scroll-up' to
3375 `scroll-up-command'.
3376
3377 * emulation/cua-base.el: Put property CUA=move on
3378 `scroll-up-command' and `scroll-down-command'.
3379 (cua--init-keymaps): Remap `scroll-up-command' to `cua-scroll-up'
3380 and `scroll-down-command' to `cua-scroll-down'.
3381
3382 2010-04-05 Juanma Barranquero <lekktu@gmail.com>
3383
3384 * help.el (describe-mode): Return nil.
3385
3386 2010-04-04 John Wiegley <jwiegley@gmail.com>
3387
3388 * ido.el (ido-use-virtual-buffers): New variable to indicate
3389 whether "virtual buffer" support is enabled for IDO.
3390 (ido-virtual): Face used to indicate virtual buffers in the list.
3391 (ido-buffer-internal): If a buffer is chosen, and no such buffer
3392 exists, but a virtual buffer of that name does (which would be why
3393 it was in the list), recreate the buffer by reopening the file.
3394 (ido-make-buffer-list): If virtual buffers are being used, call
3395 `ido-add-virtual-buffers-to-list' before the make list hook.
3396 (ido-virtual-buffers): New variable which contains a copy of the
3397 current contents of the `recentf-list', albeit pared down for the
3398 sake of speed, and with proper faces applied.
3399 (ido-add-virtual-buffers-to-list): Using the `recentf-list',
3400 create a list of "virtual buffers" to present to the user in
3401 addition to the currently open set. Note that this logic could
3402 get rather slow if that list is too large. With the default
3403 `recentf-max-saved-items' of 200, there is little speed penalty.
3404
3405 2010-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
3406
3407 * font-lock.el: Require CL when compiling.
3408 (font-lock-turn-on-thing-lock): Use `case'.
3409
3410 2010-04-03 Eli Zaretskii <eliz@gnu.org>
3411
3412 * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
3413 Zaretskii.
3414
3415 2010-04-02 Juanma Barranquero <lekktu@gmail.com>
3416
3417 * cedet/semantic/imenu.el (semantic-imenu-bucketize-type-members)
3418 (semantic-create-imenu-directory-index): Fix typos in docstrings.
3419 (semantic-imenu-goto-function): Reflow docstring.
3420
3421 2010-04-02 Juri Linkov <juri@jurta.org>
3422
3423 * ehelp.el (electric-help-orig-major-mode):
3424 New buffer-local variable.
3425 (electric-help-mode): Set it to original major-mode. Doc fix.
3426 (with-electric-help): Use `electric-help-orig-major-mode' instead
3427 of (default-value 'major-mode). Doc fix.
3428 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html
3429
3430 2010-04-02 Sam Steingold <sds@gnu.org>
3431
3432 * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
3433 `vc-hg-command' with a list of flags.
3434
3435 * progmodes/bug-reference.el (bug-reference-bug-regexp):
3436 Also accept "patch" and "RFE".
3437 (bug-reference-fontify): `bug-reference-url-format' can also be a
3438 function to be able to handle the bug kind.
3439 (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add.
3440
3441 2010-04-02 Jan Djärv <jan.h.d@swipnet.se>
3442
3443 * tmm.el (tmm-get-keymap): Check with symbolp before passing
3444 value to fboundp, it may not be a symbol.
3445
3446 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
3447
3448 * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
3449
3450 2010-03-31 Juri Linkov <juri@jurta.org>
3451
3452 * simple.el (next-line, previous-line): Re-throw a signal
3453 with `signal' instead of using `ding'.
3454 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html
3455
3456 2010-03-31 Juri Linkov <juri@jurta.org>
3457
3458 * simple.el (keyboard-escape-quit): Raise deselecting the active
3459 region higher than exiting the minibuffer.
3460 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html
3461
3462 2010-03-31 Juri Linkov <juri@jurta.org>
3463
3464 * image.el (image-animated-p): Use `image-metadata' instead of
3465 `image-extension-data'. Get GIF extenstion data from metadata
3466 property `extension-data'.
3467
3468 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
3469
3470 * simple.el (append-to-buffer): Simplify.
3471
3472 2010-03-31 Tomas Abrahamsson <tab@lysator.liu.se>
3473
3474 * textmodes/artist.el (artist-mode): Fix typo in docstring.
3475 Reported by Alex Schröder <kensanata@gmail.com>. (Bug#5807)
3476
3477 2010-03-31 Kenichi Handa <handa@m17n.org>
3478
3479 * language/sinhala.el (composition-function-table): Fix regexp for
3480 the new Unicode specification.
3481
3482 * language/indian.el (devanagari-composable-pattern)
3483 (tamil-composable-pattern, kannada-composable-pattern)
3484 (malayalam-composable-pattern): Adjust for the new Unicode
3485 specification.
3486 (bengali-composable-pattern, gurmukhi-composable-pattern)
3487 (gujarati-composable-pattern, oriya-composable-pattern)
3488 (telugu-composable-pattern): New variables to cope with the new
3489 Unicode specification. Use them in composition-function-table.
3490
3491 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
3492
3493 Make tmm-menubar work for the Buffers menu again (bug#5726).
3494 * tmm.el (tmm-prompt): Also handle keymap entries in the form of
3495 vectors rather than cons cells, as used in menu-bar-update-buffers.
3496
3497 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
3498
3499 * progmodes/js.el (js-auto-indent-flag, js-mode-map)
3500 (js-insert-and-indent): Revert 2009-08-15 change, restoring
3501 electric punctuation for "{}();,:" (Bug#5586).
3502
3503 * mail/sendmail.el (mail-default-directory): Doc fix.
3504
3505 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
3506
3507 * mail/sendmail.el (mail-default-directory): Doc fix.
3508
3509 2010-03-31 Eli Zaretskii <eliz@gnu.org>
3510
3511 * subr.el (version-regexp-alist, version-to-list)
3512 (version-list-<, version-list-=, version-list-<=)
3513 (version-list-not-zero, version<, version<=, version=): Doc fix.
3514 (Bug#5744).
3515
3516 2010-02-31 Dan Nicolaescu <dann@ics.uci.edu>
3517
3518 * vc.el (vc-root-diff): Doc fix.
3519
3520 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
3521
3522 * vc.el (vc-print-log, vc-print-root-log): Doc fix.
3523
3524 * simple.el (append-to-buffer): Fix last change.
3525
3526 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
3527
3528 * simple.el (append-to-buffer): Ensure that point is preserved if
3529 BUFFER is the current buffer. Suggested by YAMAMOTO Mitsuharu.
3530 (Bug#5749)
3531
3532 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
3533
3534 * files.el (auto-mode-case-fold): Change default to t.
3535
3536 2010-03-30 Juri Linkov <juri@jurta.org>
3537
3538 * dired-x.el (dired-omit-mode): Doc fix.
3539
3540 2010-03-30 Juri Linkov <juri@jurta.org>
3541
3542 * replace.el (occur-accumulate-lines): Move occur-engine related
3543 functions `occur-accumulate-lines' and `occur-engine-add-prefix'
3544 to be located after `occur-engine'.
3545
3546 2010-03-30 Juri Linkov <juri@jurta.org>
3547
3548 Make occur handle multi-line matches cleanly with context.
3549 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
3550
3551 * replace.el (occur-accumulate-lines): Add optional arg `pt'.
3552 (occur-engine): Add local variables `ret', `prev-after-lines',
3553 `prev-lines'. Use more arguments for `occur-context-lines'.
3554 Set first elem of its returned list to `data', and the second elem
3555 to `prev-after-lines'. Don't print the separator line.
3556 In the end, print remaining context after-lines.
3557 (occur-context-lines): Add new arguments `begpt', `endpt',
3558 `lines', `prev-lines', `prev-after-lines'. Rewrite to combine
3559 after-lines of the previous match with before-lines of the
3560 current match and not overlap them. Return a list with two
3561 values: the output line and the list of context after-lines.
3562
3563 2010-03-30 Juri Linkov <juri@jurta.org>
3564
3565 * replace.el (occur-accumulate-lines): Fix a bug where the first
3566 context line at the beginning of the buffer was missing.
3567
3568 2010-03-30 Eli Zaretskii <eliz@gnu.org>
3569
3570 * files.el: Make bidi-display-reordering safe variable for boolean
3571 values.
3572
3573 2010-03-29 Phil Hagelberg <phil@evri.com>
3574 Chong Yidong <cyd@stupidchicken.com>
3575
3576 * subr.el: Extend progress reporters to perform "spinning".
3577 (progress-reporter-update, progress-reporter-do-update):
3578 Handle non-numeric value arguments.
3579 (progress-reporter--pulse-characters): New var.
3580
3581 2010-03-28 Chong Yidong <cyd@stupidchicken.com>
3582
3583 * progmodes/compile.el (compilation-start): Fix regexp detection
3584 of initial cd command (Bug#5771).
3585
3586 2010-03-28 Stefan Guath <stefan@automata.se> (tiny change)
3587
3588 * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
3589
3590 2010-03-27 Nick Roberts <nickrob@snap.net.nz>
3591
3592 Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
3593 * lisp/progmodes/gdb-mi.el: Restore.
3594 * lisp/progmodes/gdb-ui.el: Remove.
3595 * lisp/progmodes/gud.el: Re-accommodate for gdb-mi.el.
3596
3597 2010-03-25 Glenn Morris <rgm@gnu.org>
3598
3599 * desktop.el (desktop-save-buffer-p): Don't mistakenly include
3600 all dired buffers, even tramp ones. (Bug#5755)
3601
3602 2010-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
3603
3604 Add "union tags" in mpc.el.
3605 * mpc.el: Remove backward compatibility code.
3606 (mpc-browser-tags): Change default.
3607 (mpc--find-memoize-union-tags): New var.
3608 (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
3609 (mpc-cmd-find): Handle the case where the playlist does not exist.
3610 Handle union-tags.
3611 (mpc-cmd-list): Use mpc-cmd-special-tag-p. Handle union-tags.
3612 (mpc-cmd-add): Use mpc-cmd-flush.
3613 (mpc-tagbrowser-tag-name): New fun.
3614 (mpc-tagbrowser-buf): Use it.
3615 (mpc-songs-refresh): Use cond. Move to point-min as a fallback.
3616
3617 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
3618
3619 Misc cleanup.
3620 * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
3621 Use replace-regexp-in-string.
3622 (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
3623 (makefile-imake-mode-syntax-table): Move init into defvar.
3624 (makefile-mode): Use define-derived-mode.
3625
3626 * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
3627 (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
3628 not be present any more.
3629
3630 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
3631
3632 * faces.el (set-face-attribute): Fix typo in docstring.
3633 (face-valid-attribute-values): Reflow docstring.
3634
3635 * cedet/srecode/table.el (srecode-template-table): Fix docstring typo.
3636
3637 2010-03-24 Glenn Morris <rgm@gnu.org>
3638
3639 * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
3640
3641 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
3642
3643 * indent.el (indent-for-tab-command): Doc fix.
3644
3645 2010-03-24 Alan Mackenzie <acm@muc.de>
3646
3647 * progmodes/cc-engine.el (c-remove-stale-state-cache):
3648 Fix off-by-one error. Fixes bug #5747.
3649
3650 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
3651
3652 * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
3653 (image-dired-read-comment): Doc fix.
3654
3655 * json.el (json-object-type, json-array-type, json-key-type)
3656 (json-false, json-null, json-read-number):
3657 * minibuffer.el (completion-in-region-functions):
3658 * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
3659 (cal-tex-cursor-week):
3660 * emacs-lisp/trace.el (trace-function):
3661 * eshell/em-basic.el (eshell/printnl):
3662 * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
3663 (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
3664 * obsolete/levents.el (allocate-event, event-key, event-object)
3665 (event-point, event-process, event-timestamp, event-to-character)
3666 (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
3667 * textmodes/reftex-vars.el (reftex-index-macros-builtin)
3668 (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
3669 (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
3670 (reftex-highlight-selection): Fix typos in docstrings.
3671
3672 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
3673
3674 * minibuffer.el (completion-in-region-functions): Fix docstring typos.
3675
3676 2010-03-24 Glenn Morris <rgm@gnu.org>
3677
3678 * mail/rmail.el (rmail-highlight-face): Restore option deleted
3679 2008-02-13 without comment; mark it obsolete.
3680 (rmail-highlight-headers): Use rmail-highlight-face once more.
3681
3682 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
3683
3684 * woman.el (woman2-process-escapes): Only consume the newline if
3685 the filler character is on a line by itself (Bug#5729).
3686
3687 2010-03-24 Kenichi Handa <handa@m17n.org>
3688
3689 * language/indian.el (devanagari-composable-pattern): Add more
3690 consonants.
3691
3692 2010-03-24 Michael Albinus <michael.albinus@gmx.de>
3693
3694 * net/trampver.el: Update release number.
3695
3696 2010-03-24 Glenn Morris <rgm@gnu.org>
3697
3698 * Makefile.in (ELCFILES): Add cedet/semantic/imenu.el.
3699
3700 2010-03-24 Michael Albinus <michael.albinus@gmx.de>
3701
3702 * net/tramp.el (tramp-find-executable):
3703 Use `tramp-get-connection-buffer'. Make the regexp for checking
3704 output of "wc -l" more robust.
3705 (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
3706 (tramp-open-connection-setup-interactive-shell): Remove workaround
3707 for OpenSolaris bug, it is not needed anymore.
3708
3709 2010-03-24 Eric M. Ludlam <zappo@gnu.org>
3710
3711 * cedet/semantic/imenu.el: New file, from the CEDET repository
3712 (Bug#5412).
3713
3714 2010-03-24 Glenn Morris <rgm@gnu.org>
3715
3716 * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie. (Bug#4427)
3717
3718 2010-03-24 Wilson Snyder <wsnyder@wsnyder.org>
3719
3720 * files.el (auto-mode-alist): Accept more verilog file patterns.
3721
3722 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
3723
3724 * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
3725
3726 2010-03-24 Glenn Morris <rgm@gnu.org>
3727
3728 * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
3729 log-edit-before-checkin-process.
3730
3731 * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
3732
3733 * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
3734
3735 * vc-dispatcher.el (vc-start-logentry): Doc fix.
3736 (log-view-process-buffer, log-edit-extra-flags): Declare.
3737
3738 * log-edit.el (log-edit-before-checkin-process): Doc fix.
3739
3740 * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
3741 Consistently check ede-object is bound throughout.
3742
3743 * cedet/ede/project-am.el (ede-shell-run-something): Declare.
3744
3745 2010-03-23 Sam Steingold <sds@gnu.org>
3746
3747 Fix bug#5620: recalculate all markers on compilation buffer
3748 modifications, not on file modifications.
3749 * progmodes/compile.el (buffer-modtime): New buffer-local variable:
3750 the buffer modification time, for buffers not associated with files.
3751 (compilation-mode): Create it.
3752 (compilation-filter): Update it.
3753 (compilation-next-error-function): Use it instead of
3754 `visited-file-modtime' for timestamp.
3755
3756 2010-03-23 Juri Linkov <juri@jurta.org>
3757
3758 Implement Occur multi-line matches.
3759 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
3760
3761 * replace.el (occur): Doc fix.
3762 (occur-engine): Set `begpt' to the beginning of the first line.
3763 Set `endpt' to the end of the last match line. At first, count
3764 line numbers between `origpt' and `begpt'. Split out code from
3765 `out-line' variable to new let-bindings `match-prefix' and
3766 `match-str'. In `out-line' add non-numeric prefix to all
3767 non-first lines of multi-line matches. Finally, count lines
3768 between `begpt' and `endpt' and add to `lines'.
3769
3770 2010-03-23 Juri Linkov <juri@jurta.org>
3771
3772 * replace.el (occur-accumulate-lines, occur-engine):
3773 Use `occur-engine-line' instead of duplicate code.
3774 (occur-engine-line): New function created from duplicate code
3775 in `occur-accumulate-lines' and `occur-engine'.
3776
3777 * replace.el (occur-engine-line): Add optional arg `keep-props'.
3778 (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
3779
3780 2010-03-23 Juri Linkov <juri@jurta.org>
3781
3782 * finder.el: Remove TODO tasks.
3783
3784 * info.el (Info-finder-find-node): Add node "all"
3785 with all package info. Handle a list of multiple keywords
3786 separated by comma.
3787 (info-finder): In interactive use with a prefix argument,
3788 use `completing-read-multiple' to read a list of keywords
3789 separated by comma.
3790
3791 2010-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
3792
3793 Add a new completion style `substring'.
3794 * minibuffer.el (completion-basic--pattern): New function.
3795 (completion-basic-try-completion, completion-basic-all-completions):
3796 Use it.
3797 (completion-substring--all-completions)
3798 (completion-substring-try-completion)
3799 (completion-substring-all-completions): New functions.
3800 (completion-styles-alist): New style `substring'.
3801
3802 2010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
3803
3804 Get rid of .elc files after removal of the corresponding .el.
3805 * Makefile.in (compile-clean): New target.
3806 (compile-main): Use it.
3807
3808 2010-03-22 Jan Djärv <jan.h.d@swipnet.se>
3809
3810 * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
3811 don't do make there. When compiling with separate object dir, there
3812 is no Makefile there.
3813
3814 2010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
3815
3816 Get rid of the ELCFILES abomination, again.
3817 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
3818 (all, compile): Don't call compile-last.
3819 (compile-main): Build the "elcfiles" list dynamically.
3820 (compile-targets): New (internal) target.
3821
3822 2010-03-21 Andreas Schwab <schwab@linux-m68k.org>
3823
3824 * Makefile.in (top_srcdir): Define.
3825 (abs_top_builddir): Define.
3826 (srcdir): Don't append `/..'.
3827 (EMACS): Use ${abs_top_builddir}.
3828 (all, compile, compile-always, compile-last): Don't set emacswd.
3829 (update-subdirs, update-authors): Use $(top_srcdir) instead of
3830 $(srcdir).
3831 (lisp): Use $(srcdir) instead of @srcdir@.
3832
3833 2010-03-21 Juri Linkov <juri@jurta.org>
3834
3835 Fix message of multi-line occur regexps and multi-buffer header lines.
3836 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
3837
3838 * replace.el (occur-1): Don't display regexp if it is longer
3839 than window-width. Use `query-replace-descr' to display regexp.
3840 (occur-engine): Don't display regexp in the buffer header for
3841 multi-buffer occur. Display a separate header line with total
3842 match count and regexp for multi-buffer occur.
3843 Use `query-replace-descr' to display regexp.
3844
3845 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
3846
3847 * net/secrets.el: Fix parenthesis.
3848 (secrets-enabled): Fix parenthesis.
3849
3850 2010-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
3851
3852 Use more relative file and directory names.
3853 * Makefile.in (EMACS): Arrange for it to work when we chdir.
3854 (setwins, setwins_almost, setwins_for_subdirs):
3855 Don't `cd'; output relative names.
3856 (all, compile, compile-always, compile-last): Set emacswd.
3857 (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
3858 Just cd to the lisp source dir so we can use relative file names.
3859
3860 * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
3861
3862 2010-03-20 Glenn Morris <rgm@gnu.org>
3863
3864 * textmodes/rst.el: Use faces for font-lock customization, and make the
3865 old -face variables obsolete.
3866 (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
3867 (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
3868 (rst-block-face, rst-external-face, rst-definition-face)
3869 (rst-directive-face, rst-comment-face, rst-emphasis1-face)
3870 (rst-emphasis2-face, rst-literal-face, rst-reference-face):
3871 Make obsolete.
3872 (rst-font-lock-keywords-function): Update for above changes.
3873
3874 2010-03-20 Juri Linkov <juri@jurta.org>
3875
3876 * s-region.el:
3877 * obsolete/s-region.el: Move to obsolete.
3878
3879 2010-03-19 Juanma Barranquero <lekktu@gmail.com>
3880
3881 * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
3882
3883 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
3884
3885 * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
3886
3887 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
3888
3889 Add special markup processing for commit logs.
3890 * log-edit.el (log-edit-extra-flags): New variable.
3891 (log-edit): Add new argument MODE. Use that mode when non-nil
3892 instead of the log-view-mode.
3893 (log-view-process-buffer): New function.
3894
3895 * vc.el: Document that the checkin method takes optional
3896 arguments. Document new backend specific method: log-view-mode.
3897 (vc-default-log-edit-mode): New function.
3898 (vc-checkin): Use a backend specific log-view-mode.
3899 Pass extra arguments to the checkin method.
3900 (vc-modify-change-comment): Pass a dummy extra argument.
3901
3902 * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
3903 log-edit.
3904 (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
3905 (vc-finish-logentry): Process the log buffer before passing it
3906 down. Pass log-edit-extra-flags.
3907
3908 * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
3909 command.
3910 (log-edit-extra-flags, log-edit-before-checkin-process):
3911 New declarations.
3912
3913 * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
3914 command.
3915 (log-edit-extra-flags, log-edit-before-checkin-process):
3916 New declarations.
3917 (vc-hg-log-edit-mode): New derived mode.
3918
3919 * vc-arch.el (vc-arch-checkin):
3920 * vc-cvs.el (vc-cvs-checkin):
3921 * vc-git.el (vc-git-checkin):
3922 * vc-mtn.el (vc-mtn-checkin):
3923 * vc-rcs.el (vc-rcs-checkin):
3924 * vc-sccs.el (vc-sccs-checkin):
3925 * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
3926
3927 2010-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
3928
3929 * outline.el (hide-sublevels): Don't hide trailing newline (and fix
3930 parent typo).
3931
3932 2010-03-19 Glenn Morris <rgm@gnu.org>
3933
3934 * password-cache.el (password-cache, password-cache-expiry): Autoload.
3935
3936 2010-03-18 Glenn Morris <rgm@gnu.org>
3937
3938 * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
3939
3940 * replace.el (query-replace-history): Give it a doc string.
3941 (map-query-replace-regexp): Use query-replace-from-history-variable
3942 and query-replace-to-history-variable.
3943
3944 * mail/hashcash.el (declare-function): Remove duplicate definition.
3945
3946 * mail/emacsbug.el (report-emacs-bug-pretest-address):
3947 Make it an obsolete alias for report-emacs-bug-address.
3948 (message-strip-special-text-properties): Declare.
3949 (report-emacs-bug): Remove test for a pretest bug address.
3950 Combine message-mode-specific code.
3951
3952 * mail/supercite.el: Don't require sendmail.
3953 (mh-in-header-p): Declare rather than using with-no-warnings.
3954 (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
3955 mail-header-end. Don't bind mysterious variable `kill-lines-magic'.
3956
3957 * calendar/cal-french.el: Convert to utf-8.
3958
3959 * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
3960 Emacs scripts.
3961
3962 2010-03-16 Michael Albinus <michael.albinus@gmx.de>
3963
3964 * net/secrets.el (secrets-enabled): New variable. Use it instead
3965 of a subfeature.
3966
3967 2010-03-15 Michael Albinus <michael.albinus@gmx.de>
3968
3969 * net/secrets.el (top): Register the D-Bus signals only when the
3970 service "org.freedesktop.secrets" can be pinged.
3971 Provide subfeature `enabled'.
3972
3973 2010-03-14 Juri Linkov <juri@jurta.org>
3974
3975 Add finder unknown keywords.
3976
3977 * finder.el (finder-unknown-keywords): New function.
3978
3979 * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
3980 to create a Finder node with unknown keywords.
3981
3982 2010-03-14 Juri Linkov <juri@jurta.org>
3983
3984 * finder.el (finder-compile-keywords): Replace `princ' with
3985 `prin1' on a list of symbols interned from keyword strings.
3986
3987 * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
3988 a comma, then split keywords using a comma and optional whitespace.
3989 Otherwise, split by whitespace.
3990
3991 * complete.el:
3992 * face-remap.el:
3993 * log-view.el:
3994 * net/hmac-def.el:
3995 * net/hmac-md5.el:
3996 * net/netrc.el:
3997 * progmodes/mixal-mode.el: Fix keywords.
3998
3999 2010-03-13 Michael Albinus <michael.albinus@gmx.de>
4000
4001 * Makefile.in (ELCFILES): Add net/secrets.elc.
4002
4003 * net/secrets.el: New file.
4004
4005 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
4006
4007 * facemenu.el (list-colors-display, list-colors-print): New arg
4008 callback. Use it to allow selecting colors.
4009
4010 * wid-edit.el (widget-image-insert): Insert image prop even if the
4011 current display is non-graphic.
4012 (widget-field-value-set): New fun.
4013 (editable-field): Use it.
4014 (widget-field-value-get): Clean up unused var.
4015 (widget-color-value-create, widget-color--choose-action):
4016 New funs. Allow using list-colors-display to choose color.
4017
4018 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
4019
4020 * cus-edit.el: Resort topmost custom groups.
4021 (custom-buffer-sort-alphabetically): Default to t.
4022 (customize-apropos): Use apropos-parse-pattern.
4023 (custom-search-field): New var.
4024 (custom-buffer-create-internal): Add custom-apropos search field.
4025 (custom-add-parent-links): Don't display parent doc.
4026 (custom-group-value-create): Don't sort top-level custom group.
4027 (custom-magic-value-create): Show visibility button before option name.
4028
4029 (custom-variable-state): New fun, from custom-variable-state-set.
4030 (custom-variable-state-set): Use it.
4031 (custom-group-value-create): Hide options with standard values
4032 using the :hidden-states property. Use progress reporter.
4033
4034 (custom-show): Simplify.
4035 (custom-visibility): Disable images by default.
4036 (custom-variable): New property :hidden-states.
4037 (custom-variable-value-create): Enable images for
4038 custom-visibility widgets. Use :hidden-states property to
4039 determine initial visibility.
4040
4041 * wid-edit.el (widget-image-find): Give images center ascent.
4042 (visibility): Add :on-image and :off-image properties.
4043 (widget-visibility-value-create): Use them.
4044
4045 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
4046
4047 * cus-edit.el (processes): Remove from development group.
4048 (oop, hypermedia): Delete group.
4049 (comm): Promote to top-level group.
4050
4051 * net/browse-url.el (browse-url):
4052 * net/xesam.el (xesam):
4053 * net/tramp.el (tramp):
4054 * net/goto-addr.el (goto-address):
4055 * net/ange-ftp.el (ange-ftp): Put in comm group.
4056
4057 * view.el (view): Remove from editing group.
4058
4059 * uniquify.el (uniquify): Put in files group.
4060
4061 * net/browse-url.el (browse-url):
4062 * ps-print.el (postscript): Put in external group.
4063
4064 * cus-edit.el (outlines):
4065 * textmodes/text-mode.el (text-mode-hook):
4066 * textmodes/table.el (table):
4067 * textmodes/picture.el (picture):
4068 * outline.el (outlines): Put in wp group.
4069
4070 * nxml/nxml-mode.el (nxml): Remove from wp group.
4071
4072 * net/tramp-imap.el (tramp-imap): Put in tramp group.
4073
4074 * mail/metamail.el (metamail): Remove from hypermedia group.
4075
4076 * cus-edit.el (abbrev):
4077 * whitespace.el (whitespace):
4078 * vcursor.el (vcursor):
4079 * reveal.el (reveal):
4080 * hl-line.el (hl-line): Put in convenience group.
4081
4082 * epg-config.el (epg): Put in data group.
4083
4084 * emulation/pc-select.el (pc-select): Put in emulations group.
4085
4086 * calculator.el (calculator): Put in applications group.
4087
4088 2010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
4089
4090 Add .dir-locals.el support for file-less buffers.
4091 * files.el (hack-local-variables): Split out code to apply local
4092 variable settings ...
4093 (hack-local-variables-apply): ... here. New function.
4094 (hack-dir-local-variables): Use the default directory for when the
4095 buffer does not have an associated file.
4096 (hack-dir-local-variables-non-file-buffer): New function.
4097 * diff-mode.el (diff-mode):
4098 * vc-annotate.el (vc-annotate-mode):
4099 * vc-dir.el (vc-dir-mode):
4100 * log-edit.el (log-edit-mode):
4101 * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
4102
4103 2010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
4104
4105 Add support for shelving snapshots and for showing shelves.
4106 * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
4107 (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
4108 New functions.
4109 (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
4110 (vc-bzr-extra-menu-map): Map them.
4111
4112 2010-03-11 Glenn Morris <rgm@gnu.org>
4113
4114 * cus-edit.el (customize-changed-options-previous-release):
4115 Bump to 23.1.
4116
4117 * image.el (image-animate-max-time): Fix :version tag.
4118
4119 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
4120
4121 * Branch for 23.2.
4122
4123 2010-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
4124
4125 * vc-git.el (vc-git-revision-table): Include remote branches.
4126
4127 2010-03-10 Kim F. Storm <storm@cua.dk>
4128
4129 Animated image API.
4130 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
4131
4132 * image.el (image-animate-max-time): New defcustom.
4133 (image-animated-types): New defconst.
4134 (create-animated-image, image-animate-timer)
4135 (image-animate-start, image-animate-stop, image-animate-timeout)
4136 (image-animated-p): New functions.
4137
4138 * image-mode.el (image-toggle-display-image):
4139 Replace `create-image' with `create-animated-image'.
4140
4141 2010-03-09 Miles Bader <miles@gnu.org>
4142
4143 * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
4144 instead of "format:"; this ensures that the output is
4145 newline-terminated.
4146
4147 2010-03-08 Chong Yidong <cyd@stupidchicken.com>
4148
4149 * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
4150 that all errors are caught, and that the return value is always a
4151 list (Bug#5692).
4152
4153 2010-03-08 Kenichi Handa <handa@m17n.org>
4154
4155 * language/misc-lang.el (windows-1256): New coding system.
4156 (cp1256): New alias of windows-1256 (bug#5690).
4157
4158 2010-03-07 Andreas Schwab <schwab@linux-m68k.org>
4159
4160 * mail/rfc822.el (rfc822-addresses): Move catch clause down around
4161 call to rfc822-bad-address. (Bug#5692)
4162
4163 2010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change)
4164
4165 * vc-git.el (vc-git-annotate-extract-revision-at-line):
4166 Use vc-git-root as default directory for revision path (Bug#5657).
4167
4168 2010-03-06 Chong Yidong <cyd@stupidchicken.com>
4169
4170 * calculator.el (calculator): Don't bind split-window-keep-point
4171 (Bug#5674).
4172
4173 2010-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
4174
4175 * vc-git.el: Re-flow to fit into 80 columns.
4176 (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
4177 Remove spurious `quote' element in each case alternative.
4178 (vc-git-show-log-entry): Use prog1.
4179 (vc-git-after-dir-status-stage): Remove unused var `remaining'.
4180
4181 2010-03-06 Glenn Morris <rgm@gnu.org>
4182
4183 * cedet/semantic/grammar.el (semantic-grammar-header-template):
4184 Update template copyright to GPLv3+.
4185
4186 2010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
4187
4188 * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
4189
4190 2010-03-03 Chong Yidong <cyd@stupidchicken.com>
4191
4192 * macros.el (insert-kbd-macro): Look up keyboard macro using the
4193 definition, not the name (Bug#5481).
4194
4195 2010-03-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
4196
4197 * subr.el (momentary-string-display): Don't overwrite the MESSAGE
4198 argument with a local variable. (Bug#5670)
4199
4200 2010-03-02 Juri Linkov <juri@jurta.org>
4201
4202 * info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
4203
4204 2010-03-02 Michael Albinus <michael.albinus@gmx.de>
4205
4206 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
4207 error when FILENAME and NEWNAME are existing remote directories.
4208
4209 * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
4210 parameter DIR-FLAG.
4211
4212 2010-03-02 Glenn Morris <rgm@gnu.org>
4213
4214 * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
4215 of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
4216
4217 2010-03-01 Kenichi Handa <handa@m17n.org>
4218
4219 * language/burmese.el (burmese-composable-pattern): Rename from
4220 myanmar-composable-pattern.
4221
4222 * international/characters.el (script-list):
4223 * international/fontset.el (script-representative-chars):
4224 Change myanmar to burmese.
4225 (otf-script-alist): Likewise.
4226 (setup-default-fontset): Likewise. Re-fix :otf spec.
4227
4228 2010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
4229
4230 * menu-bar.el (menu-bar-manuals-menu): Fix typo.
4231
4232 2010-02-28 Jan Djärv <jan.h.d@swipnet.se>
4233
4234 * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
4235
4236 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
4237
4238 * net/tramp.el (tramp-handle-write-region): START can be a string.
4239 Take care in the checks. Reported by Dan Davison
4240 <davison@stats.ox.ac.uk>.
4241
4242 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
4243
4244 * net/dbus.el (dbus-introspect, dbus-get-property)
4245 (dbus-set-property, dbus-get-all-properties):
4246 Use `dbus-call-method' when noninteractive. (Bug#5645)
4247
4248 2010-02-28 Chong Yidong <cyd@stupidchicken.com>
4249
4250 * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
4251 * emacs-lisp/elint.el (elint-add-required-env):
4252 * cedet/semantic/db-find.el
4253 (semanticdb-find-translate-path-brutish-default):
4254 * cedet/ede/make.el (ede-make-check-version):
4255 * calendar/icalendar.el (icalendar--add-diary-entry):
4256 * calc/calcalg2.el (math-tracing-integral):
4257 * files.el (recover-session-finish): Use with-current-buffer
4258 instead of save-excursion.
4259
4260 2010-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
4261
4262 Fix in-buffer completion when after-change-functions modify the buffer.
4263 * minibuffer.el (completion--replace): New function.
4264 (completion--do-completion): Use it and use relative movement.
4265
4266 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
4267
4268 * international/fontset.el (setup-default-fontset): Fix :otf spec.
4269
4270 2010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
4271
4272 * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
4273 Allow the characters _<> in the stack entry (Bug#5653).
4274
4275 2010-02-26 Kenichi Handa <handa@m17n.org>
4276
4277 * language/burmese.el: Fix entries in composition-function-table.
4278 (myanmar-composable-pattern): New variable.
4279
4280 * international/fontset.el (setup-default-fontset): Add an entry
4281 for myanmar.
4282
4283 * international/characters.el (script-list): Add Myanmar
4284 Extended-A.
4285
4286 2010-02-26 Glenn Morris <rgm@gnu.org>
4287
4288 * custom.el (custom-initialize-delay): Doc fix.
4289
4290 * mail/sendmail.el (send-mail-function): Autoload the call
4291 to custom-initialize-delay, not otherwise preserved in loaddefs.el.
4292
4293 2010-02-24 Chong Yidong <cyd@stupidchicken.com>
4294
4295 * files.el (hack-local-variables-filter): For eval forms, also
4296 check safe-local-variable-p (Bug#5636).
4297
4298 2010-02-24 Eduard Wiebe <usenet@pusto.de>
4299
4300 * javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
4301 and use c(ad)r of cddr (Bug#5640).
4302
4303 2010-02-22 Michael Albinus <michael.albinus@gmx.de>
4304
4305 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
4306 setting the modes by `ignore-errors'. It might fail, for example
4307 if the file is not owned by the user but the group.
4308 (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
4309
4310 2010-02-21 Chong Yidong <cyd@stupidchicken.com>
4311
4312 * files.el (directory-listing-before-filename-regexp): Use
4313 stricter matching for iso-style dates, to avoid false matches with
4314 date-like filenames (Bug#5597).
4315
4316 * htmlfontify.el (htmlfontify): Doc fix.
4317
4318 * eshell/eshell.el (eshell): Doc fix.
4319
4320 * startup.el (fancy-about-screen): In mode-line, apply
4321 mode-line-buffer-id face only to the buffer name (Bug#5613).
4322
4323 2010-02-20 Kevin Ryde <user42@zip.com.au>
4324
4325 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4326 In `watcom' anchor regexp to start of line, to avoid slowness
4327 (Bug#5599).
4328
4329 2010-02-20 Eli Zaretskii <eliz@gnu.org>
4330
4331 * subr.el (remove-yank-excluded-properties): Explain in a comment
4332 why `category' property is removed.
4333
4334 2010-02-19 Chong Yidong <cyd@stupidchicken.com>
4335
4336 * isearch.el (isearch-update-post-hook, isearch-update): Revert
4337 2010-02-17 change.
4338
4339 2010-02-19 Ulf Jasper <ulf.jasper@web.de>
4340
4341 * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
4342 (icalendar--convert-weekly-to-ical)
4343 (icalendar--convert-yearly-to-ical)
4344 (icalendar--convert-block-to-ical)
4345 (icalendar--convert-cyclic-to-ical)
4346 (icalendar--convert-anniversary-to-ical): Take care of time
4347 specifications where hour has 1-digit only (Bug#5549).
4348
4349 2010-02-19 Nick Roberts <nickrob@snap.net.nz>
4350
4351 * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
4352 of disassemble output in GDB 7.1.
4353
4354 2010-02-19 Glenn Morris <rgm@gnu.org>
4355
4356 * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
4357 property. (Bug#5593)
4358
4359 2010-02-18 Sam Steingold <sds@gnu.org>
4360
4361 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
4362
4363 2010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
4364
4365 Use abbreviated file names in bookmarks (bug#5591).
4366 * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
4367 calls to expand-file-name.
4368 (bookmark-relocate): Use abbreviated file names in bookmarks.
4369 (bookmark-load): Use abbreviated file names in messages.
4370
4371 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
4372
4373 * net/tramp.el (tramp-handle-directory-files): When FULL, do not
4374 expand "." and "..". Reported by Thierry Volpiatto
4375 <thierry.volpiatto@gmail.com>.
4376
4377 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
4378
4379 * net/tramp.el (tramp-handle-insert-file-contents): Set always the
4380 permissions of the temporary file to "0600". In case the remote
4381 file has no read permissions for the owner, there might be
4382 problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
4383
4384 22010-02-18 Glenn Morris <rgm@gnu.org>
4385
4386 * emacs-lisp/authors.el (authors-renamed-files-alist):
4387 Add entries for INSTALL.CVS.
4388
4389 2010-02-17 Mark A. Hershberger <mah@everybody.org>
4390
4391 * vc-bzr.el: Fix typo in Known Bugs section.
4392
4393 * isearch.el (isearch-update-post-hook): New hook.
4394 (isearch-update): Use the new hook.
4395
4396 2010-02-16 Michael Albinus <michael.albinus@gmx.de>
4397
4398 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
4399 Fix errors in copying directories.
4400 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
4401 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
4402 (tramp-handle-delete-file)
4403 (tramp-handle-dired-recursive-delete-directory)
4404 (tramp-handle-write-region): Flush also the cache for the upper
4405 directory.
4406
4407 2010-02-16 Chong Yidong <cyd@stupidchicken.com>
4408
4409 * simple.el (save-interprogram-paste-before-kill): Doc fix.
4410
4411 * cus-edit.el (hardware): Doc fix.
4412
4413 * man.el (man): Add to external custom group.
4414
4415 * delim-col.el (columns): Move to wp custom group.
4416
4417 * doc-view.el (doc-view): Add to data custom group.
4418
4419 * cedet/data-debug.el (data-debug): Move to extensions group.
4420
4421 * cedet/ede.el (ede):
4422 * cedet/srecode.el (srecode):
4423 * cedet/semantic.el (semantic): Put in tools and extensions group.
4424
4425 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
4426
4427 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
4428 by ispell-parse-output (Bug#5575).
4429
4430 2010-02-16 Kenichi Handa <handa@m17n.org>
4431
4432 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
4433 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
4434 (skkdic-convert): Use `euc-japan' coding system for writing.
4435
4436 2010-02-16 Glenn Morris <rgm@gnu.org>
4437
4438 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
4439 tex-main-file before using it. (Bug#5562)
4440
4441 2010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
4442
4443 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
4444 warnings, since it is annoying for the user to see them each time he
4445 runs the code.
4446
4447 2010-02-15 Michael Albinus <michael.albinus@gmx.de>
4448
4449 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
4450 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
4451 instead of PROC for caching "first-password-request". Otherwise,
4452 new processes would not profit from passwords already entered.
4453
4454 * net/tramp-cache.el (tramp-dump-connection-properties):
4455 Don't save "first-password-request" property.
4456
4457 2010-02-14 Juanma Barranquero <lekktu@gmail.com>
4458
4459 * outline.el (outline-head-from-level):
4460 * simple.el (with-wrapper-hook):
4461 * cedet/ede.el (ede-run-target, project-delete-target)
4462 (project-dist-files, ede-name, ede-documentation, ede-parent-project)
4463 (ede-adebug-project, ede-adebug-project-parent)
4464 (ede-adebug-project-root):
4465 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
4466 (elint-defun, elint-buffer-env, elint-top-form-logged)
4467 (elint-unbound-variable):
4468 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
4469 Fix typos in docstrings.
4470
4471 2010-02-14 Michael Albinus <michael.albinus@gmx.de>
4472
4473 * files.el (insert-directory): When WILDCARD-REGEXP and
4474 FULL-DIRECTORY-P are nil, insert the file entry instead of the
4475 whole directory. (Bug#5551)
4476
4477 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
4478 dired's alignment sanity. (Bug#5516)
4479
4480 2010-02-14 Juri Linkov <juri@jurta.org>
4481
4482 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
4483 Remove remaining ^H with their preceding chars. (Bug#5566)
4484
4485 2010-02-13 Glenn Morris <rgm@gnu.org>
4486
4487 * simple.el (transpose-subr): Give it a doc-string.
4488
4489 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
4490 Doc fixes.
4491
4492 2010-02-12 Juri Linkov <juri@jurta.org>
4493
4494 * arc-mode.el (archive-unique-fname): Make directories for nested
4495 archives. (Bug#5540)
4496
4497 2010-02-12 Juri Linkov <juri@jurta.org>
4498
4499 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
4500
4501 2010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
4502
4503 * subr.el (copy-overlay): Handle deleted overlays.
4504
4505 * man.el (Man-completion-table): Don't signal an error if we can't run
4506 manual-program (bug#4056).
4507
4508 2010-02-10 Juanma Barranquero <lekktu@gmail.com>
4509
4510 * textmodes/artist.el (artist-mt): Fix typos in docstring.
4511
4512 2010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4513
4514 * info.el (Info-bookmark-jump): Simplify.
4515
4516 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
4517 (bookmark-default-handler): Accept new bookmark field `buffer'.
4518
4519 2010-02-10 Chong Yidong <cyd@stupidchicken.com>
4520
4521 * iswitchb.el (iswitchb-completions): Revert last change.
4522
4523 2010-02-10 Michael Albinus <michael.albinus@gmx.de>
4524
4525 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
4526 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
4527 This prevents file names like "~/" being listed literally.
4528
4529 2010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
4530
4531 * term/xterm.el (xterm-maybe-set-dark-background-mode):
4532 Remove dead code. (Bug#5546)
4533
4534 2010-02-09 Chong Yidong <cyd@stupidchicken.com>
4535
4536 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
4537 correctly (Bug#5548).
4538
4539 2010-02-08 Jose E. Marchesi <jemarch@gnu.org>
4540
4541 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
4542 (ada-adjust-case): Don't adjust case in hexadecimal number literals.
4543
4544 2010-02-08 Kenichi Handa <handa@m17n.org>
4545
4546 * international/mule-util.el (with-coding-priority): Add autoload
4547 cookie for putting `lisp-indent-function'.
4548
4549 2010-02-07 Glenn Morris <rgm@gnu.org>
4550
4551 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
4552 Move F2003 named interfaces from keywords-2 to keywords-1, and
4553 use function-name-face rather than constant-face.
4554 Simplify "abstract interface" regexp.
4555
4556 2010-02-07 Chong Yidong <cyd@stupidchicken.com>
4557
4558 * eshell/esh-util.el (eshell-file-attributes): New optional arg
4559 ID-FORMAT. Pass it to `file-attributes'.
4560
4561 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
4562
4563 2010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
4564
4565 * faces.el (set-face-attribute): Allow calling
4566 internal-set-lisp-face-attribute with 'unspecified family and
4567 foundry argument (Bug#5536).
4568
4569 2010-02-07 Glenn Morris <rgm@gnu.org>
4570
4571 * progmodes/f90.el (f90-font-lock-keywords-2)
4572 (f90-looking-at-type-like, f90-looking-at-program-block-end):
4573 Handle F2003 named interfaces.
4574
4575 2010-02-06 Chong Yidong <cyd@stupidchicken.com>
4576
4577 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
4578 beg and end before calling c-get-state-before-change-functions.
4579
4580 2010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
4581
4582 * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
4583
4584 2010-02-05 Juri Linkov <juri@jurta.org>
4585
4586 * doc-view.el (doc-view-mode):
4587 * image-mode.el (image-mode): Put property mode-class=special.
4588 (Bug#4896)
4589
4590 2010-02-05 Mark A. Hershberger <mah@everybody.org>
4591
4592 * vc-svn.el (vc-svn-revision-table): New function.
4593
4594 2010-02-05 Michael Albinus <michael.albinus@gmx.de>
4595
4596 * net/ange-ftp.el (ange-ftp-insert-directory):
4597 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
4598 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
4599 Handle also directories. (Bug#5478)
4600
4601 2010-02-05 Glenn Morris <rgm@gnu.org>
4602
4603 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
4604
4605 2010-02-05 Chong Yidong <cyd@stupidchicken.com>
4606
4607 * startup.el (command-line-1): Convert options beginning with a
4608 single dash as well (Bug#5519).
4609
4610 2010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
4611
4612 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
4613 * minibuffer.el (completion-initials-expand): Only check the presence
4614 of delims *within* the boundaries, since otherwise the / delim is
4615 always found for files.
4616
4617 Fix up various corner case problems.
4618 * doc-view.el (doc-view-last-page-number): New function.
4619 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
4620 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
4621 (doc-view-kill-proc): Avoid inf-loop in freak cases.
4622 (doc-view-reconvert-doc): Use the new recursive delete-directory.
4623 (doc-view-convert-current-doc): Don't create the resolution.el file
4624 here any more.
4625 (doc-view-pdf/ps->png): Do it here instead.
4626 (doc-view-already-converted-p): Check that resolution.el is present.
4627 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
4628 windows that are not yet showing images.
4629
4630 2010-02-04 Michael Albinus <michael.albinus@gmx.de>
4631
4632 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
4633 `dired-uncache' for every elemnt which is an absolute file name.
4634
4635 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
4636 directory, handle its directory component.
4637 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
4638 function is called permanently and creates noise, otherwise.
4639
4640 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
4641 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
4642 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
4643
4644 2010-02-04 David Burger <dburger@google.com> (tiny change)
4645
4646 * macros.el (apply-macro-to-region-lines):
4647 Minor simplification. (Bug#5485)
4648
4649 2010-02-04 Glenn Morris <rgm@gnu.org>
4650
4651 * mail/rmail.el (rmail-show-message-1): Handle malformed
4652 quoted-printable text. (Bug#5441)
4653
4654 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
4655
4656 * simple.el (visual-line-mode): Capitalize lighter.
4657
4658 2010-02-03 John Wiegley <jwiegley@gmail.com>
4659
4660 * iswitchb.el (iswitchb-completions): Add bookmark files to the
4661 list of files considered for "virtual buffer" completions.
4662
4663 2010-02-03 Michael Albinus <michael.albinus@gmx.de>
4664
4665 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
4666 also in case of (and (not full) (not wildcard)). This is needed
4667 when dired is called with a list of files, which are not in
4668 `default-directory'. (Bug#5478)
4669
4670 2010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
4671
4672 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
4673
4674 2010-02-02 Juri Linkov <juri@jurta.org>
4675
4676 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
4677 from unidiff to allow function-line after @@.
4678
4679 2010-02-02 Juri Linkov <juri@jurta.org>
4680
4681 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
4682 '(RCS SCCS) with inverted condition.
4683
4684 2010-02-02 Michael Albinus <michael.albinus@gmx.de>
4685
4686 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
4687 messages.
4688
4689 2010-02-01 Juri Linkov <juri@jurta.org>
4690
4691 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
4692 compare with "pkunzip" and "pkzip" instead of only "pkzip".
4693 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
4694 only when (car archive-zip-extract) is "unzip". (Bug#5475)
4695
4696 2010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
4697
4698 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
4699 (doc-view-revert-buffer): New command.
4700 (doc-view-mode-map): Use it.
4701
4702 2010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
4703
4704 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
4705 pending merge is detected.
4706
4707 2010-01-31 Juri Linkov <juri@jurta.org>
4708
4709 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
4710 beginning of interactive spec like all other grep commands do.
4711 Put "all" in front of "gz". (Bug#5260)
4712
4713 2010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
4714
4715 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
4716
4717 2010-01-29 Chong Yidong <cyd@stupidchicken.com>
4718
4719 * dirtrack.el (dirtrack): Warn instead of signalling error if the
4720 regexp is incorrect (Bug#5476).
4721
4722 2010-01-29 Michael Albinus <michael.albinus@gmx.de>
4723
4724 * net/tramp.el (tramp-handle-insert-directory): Handle also
4725 symlinks, when FILENAME is not in `default-directory'.
4726
4727 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
4728
4729 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
4730 FILE is not in `default-directory'. (Bug#5478)
4731
4732 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
4733 of SWITCHES. Handle the case, FILENAME is not in
4734 `default-directory'. (Bug#5478)
4735 (tramp-register-file-name-handlers): Add safe-magic property.
4736
4737 2010-01-28 Chong Yidong <cyd@stupidchicken.com>
4738
4739 * arc-mode.el (archive-zip-extract): Quote the argument passed to
4740 unzip (Bug#5475).
4741
4742 2010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
4743
4744 * progmodes/flymake.el (flymake-allowed-file-name-masks)
4745 (flymake-master-make-header-init): Add other C++ filename masks.
4746 (flymake-find-possible-master-files)
4747 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
4748
4749 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
4750
4751 Fix some busybox annoyances.
4752
4753 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
4754 not responding." string.
4755 (tramp-open-connection-setup-interactive-shell): Dump stty
4756 settings. Enable "neveropen" arg for all `tramp-send-command'
4757 calls. Handle "=" in variable values properly.
4758 (tramp-find-inline-encoding): Raise an error, when no encoding is
4759 found.
4760 (tramp-wait-for-output): Check, whether PROC buffer is available.
4761 Remove spurious " ^H" sequences, sent by busybox.
4762 (tramp-get-ls-command): Suppress coloring, if possible.
4763
4764 2010-01-28 Glenn Morris <rgm@gnu.org>
4765
4766 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
4767
4768 * log-edit.el (log-edit-strip-single-file-name): Add missing
4769 :safe, :group, and :version tags.
4770
4771 2010-01-27 Stephen Berman <stephen.berman@gmx.net>
4772
4773 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
4774 buffers. (Bug#5477)
4775
4776 2010-01-27 David De La Harpe Golden <david@harpegolden.net>
4777
4778 * files.el (delete-directory): Handle moving to trash without
4779 first doing recursion (Bug#5436).
4780
4781 2010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
4782
4783 * vc-hooks.el (vc-path): Mark as obsolete.
4784
4785 2010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
4786
4787 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
4788 names too.
4789
4790 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
4791 for the short log.
4792 (vc-bzr-log-view-mode): Adjust regexp for the above change.
4793
4794 2010-01-25 Mark A. Hershberger <mah@everybody.org>
4795
4796 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
4797
4798 * vc-bzr.el (vc-bzr-revision-table): New function.
4799
4800 2010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com> (tiny change)
4801
4802 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
4803 diff-index command. This requires at least git-1.5.5. (Bug#1589).
4804
4805 2010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
4806
4807 Remove support for adding --signoff on commit.
4808 Future support will use an incompatible generic mechanism.
4809 * vc-git.el (vc-git-add-signoff): Remove variable.
4810 (vc-git-toggle-signoff): Remove function.
4811 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
4812
4813 * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
4814 from xterm-set-background-mode. Return t if the background mode
4815 was set.
4816 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
4817 earlier, call it again in case the background mode has changed.
4818
4819 2010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
4820
4821 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
4822 (Bug#3541).
4823
4824 2010-01-23 Chong Yidong <cyd@stupidchicken.com>
4825
4826 * emacs-lisp/assoc.el (aelement): Doc fix.
4827 (aput, adelete, amake): Use lexical-let (Bug#5450).
4828
4829 2010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
4830
4831 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
4832 is the same as subprogram call, not declaration. (Bug#5435).
4833
4834 2010-01-23 Michael Albinus <michael.albinus@gmx.de>
4835
4836 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
4837 (tramp-smb-maybe-open-connection): Use it.
4838
4839 2010-01-22 Michael Albinus <michael.albinus@gmx.de>
4840
4841 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
4842
4843 2010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
4844
4845 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
4846 just because we see "encoding: 8bit".
4847 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
4848
4849 2010-01-22 Chong Yidong <cyd@stupidchicken.com>
4850
4851 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
4852
4853 2010-01-22 Eli Zaretskii <eliz@gnu.org>
4854
4855 * jka-compr.el (jka-compr-load): If load-file is not in
4856 load-history, try its file-truename version. (bug#5447)
4857
4858 2010-01-21 Alan Mackenzie <acm@muc.de>
4859
4860 Fix a situation where deletion of a cpp construct throws an error.
4861 * progmodes/cc-engine.el (c-invalidate-state-cache): Before
4862 invoking c-with-all-but-one-cpps-commented-out, check that the
4863 special cpp construct is still in the buffer.
4864 (c-parse-state): Record the special cpp with markers, not numbers.
4865
4866 2010-01-21 Kenichi Handa <handa@m17n.org>
4867
4868 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
4869 process last-command-event, as it is now decoded first (Bug#5380).
4870
4871 2010-01-20 Chong Yidong <cyd@stupidchicken.com>
4872
4873 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
4874
4875 2010-01-20 Glenn Morris <rgm@gnu.org>
4876
4877 * indent.el (tab-always-indent): Fix custom-type.
4878
4879 2010-01-19 Alan Mackenzie <acm@muc.de>
4880
4881 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
4882 buffer throws "args out of range".
4883 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
4884 playing the role of delimiter.
4885
4886 2010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
4887
4888 * progmodes/ada-mode.el: Fix bug#5400.
4889 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
4890 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
4891 changed. Delete RECURSIVE parameter; never used. Improve doc string.
4892 Improve comments in "is" portion. Handle null procedure declaration.
4893 (ada-move-to-end): Improve doc string.
4894
4895 2010-01-18 Óscar Fuentes <ofv@wanadoo.es>
4896
4897 * ido.el (ido-cur-list): Initialize to nil.
4898 Remove obsolete information from commentary.
4899 (ido-choice-list): Initialize to nil.
4900 (ido-get-bufname): Reject minibuffers.
4901 (ido-make-buffer-list): If "default" is a nonexistent
4902 buffer, ignore it, as per the function's comment.
4903 (ido-kill-buffer-internal): New function.
4904 (ido-kill-buffer-at-head): Use it.
4905 (ido-visit-buffer): Likewise.
4906
4907 2010-01-18 Chong Yidong <cyd@stupidchicken.com>
4908
4909 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
4910
4911 2010-01-18 Juanma Barranquero <lekktu@gmail.com>
4912
4913 * cedet/ede/locate.el (ede-locate-file-in-project)
4914 (ede-locate-file-in-project-impl): Fix typos in docstrings.
4915 (ede-enable-locate-on-project): Fix typos in error messages.
4916
4917 * cedet/semantic/util-modes.el (semantic-unmatched-syntax-face)
4918 (semantic-stickyfunc-old-hlf, semantic-stickyfunc-header-line-format)
4919 (semantic-stickyfunc-sticky-classes, semantic-highlight-func-mode-setup)
4920 (semantic-stickyfunc-fetch-stickyline): Fix typos in docstrings.
4921 (semantic-stickyfunc-popup-menu, semantic-highlight-func-popup-menu):
4922 Fix typos in menu help.
4923
4924 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
4925 Fix typos in chart titles.
4926
4927 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
4928 * cedet/semantic.el (semantic-require-version, semantic--buffer-cache)
4929 (semantic-unmatched-syntax-cache-check, semantic-unmatched-syntax-hook)
4930 (semantic--before-fetch-tags-hook, semantic-new-buffer-fcn-was-run)
4931 (semantic--umatched-syntax-needs-refresh-p, semantic-elapsed-time)
4932 (semantic-parse-stream, semantic-parse-region)
4933 (semantic-parse-region-default, semantic--set-buffer-cache)
4934 (semantic-minimum-working-buffer-size, semantic-refresh-tags-safe)
4935 (semantic-bovinate-toplevel, semantic-load-system-cache-loaded)
4936 (semantic-default-submodes):
4937 * cedet/semantic/db-ebrowse.el (semanticdb-table-ebrowse)
4938 (semanticdb-create-ebrowse-database)
4939 (semanticdb-find-tags-for-completion-method)
4940 (semanticdb-find-tags-by-class-method)
4941 (semanticdb-deep-find-tags-by-name-method)
4942 (semanticdb-deep-find-tags-for-completion-method):
4943 * cedet/semantic/db-el.el (semanticdb-elisp-mapatom-collector)
4944 (semanticdb-find-tags-by-name-method, emacs-lisp-mode)
4945 (semanticdb-find-tags-for-completion-method)
4946 (semanticdb-find-tags-by-class-method)
4947 (semanticdb-deep-find-tags-for-completion-method):
4948 * cedet/semantic/db-find.el (semanticdb-find-translate-path)
4949 (semanticdb-find-need-cache-update-p, semanticdb-find-result-with-nil-p)
4950 (semanticdb-find-scanned-include-tags, semanticdb-find-tags-collector)
4951 (semanticdb-find-tags-by-name-method)
4952 (semanticdb-find-tags-by-name-regexp-method)
4953 (semanticdb-find-tags-for-completion-method)
4954 (semanticdb-find-tags-by-class-method)
4955 (semanticdb-find-tags-external-children-of-type-method)
4956 (semanticdb-find-tags-subclasses-of-type-method)
4957 (semanticdb-deep-find-tags-by-name-method)
4958 (semanticdb-deep-find-tags-by-name-regexp-method)
4959 (semanticdb-deep-find-tags-for-completion-method):
4960 * cedet/semantic/db-global.el (semanticdb-enable-gnu-global-hook)
4961 (semanticdb-enable-gnu-global-in-buffer)
4962 (semanticdb-find-tags-for-completion-method)
4963 (semanticdb-deep-find-tags-by-name-method)
4964 (semanticdb-deep-find-tags-for-completion-method):
4965 * cedet/semantic/db-javascript.el (semanticdb-javascript-tags)
4966 (javascript-mode, semanticdb-find-translate-path)
4967 (semanticdb-find-tags-for-completion-method)
4968 (semanticdb-find-tags-by-class-method)
4969 (semanticdb-deep-find-tags-by-name-method)
4970 (semanticdb-deep-find-tags-for-completion-method)
4971 (semanticdb-find-tags-external-children-of-type-method):
4972 * cedet/semantic/idle.el (semantic-idle-work-core-handler)
4973 (define-semantic-idle-service, semantic-idle-summary-useful-context-p)
4974 (global-semantic-idle-scheduler-mode):
4975 * cedet/srecode/dictionary.el (srecode-field-value)
4976 (srecode-dictionary-add-section-dictionary):
4977 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
4978 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
4979 (describe-class, eieio-describe-generic, describe-generic):
4980 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
4981 (eieio-speedbar-expand):
4982 * emulation/viper-cmd.el (viper-exec-form-in-vi)
4983 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
4984 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
4985 (viper-del-backward-char-in-replace, viper-backward-indent)
4986 (viper-brac-function, viper-register-to-point, viper-submit-report):
4987 * net/tramp.el (tramp-remote-coding-commands):
4988 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
4989 Fix typos in docstrings.
4990
4991 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
4992
4993 * mail/sendmail.el (mail-yank-original): Set the mark if the
4994 specified function for yanking does not do it.
4995
4996 2010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
4997
4998 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
4999
5000 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
5001 resyncing a directory.
5002
5003 2010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
5004
5005 * progmodes/ada-mode.el: Fix bug#1920.
5006 (ada-ident-re): Delete ., allow multibyte characters.
5007 (ada-goto-label-re): New; matches goto labels.
5008 (ada-block-label-re): New; matches block labels.
5009 (ada-label-re): New; matches both.
5010 (ada-named-block-re): Deleted; callers changed to use
5011 `ada-block-label-re' instead.
5012 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
5013 Use `ada-block-label-re'.
5014 (ada-indent-on-previous-lines): Improve handling of goto labels.
5015 (ada-get-indent-block-start): Special-case block label.
5016 (ada-get-indent-label): Split into `ada-indent-block-label' and
5017 `ada-indent-goto-label'.
5018 (ada-goto-stmt-start, ada-goto-next-non-ws):
5019 Optionally ignore goto labels.
5020 (ada-goto-next-word): Simplify.
5021 (ada-indent-newline-indent-conditional): Insert newline before
5022 trying to fix indentation; doc fix.
5023
5024 2010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
5025
5026 * calc/calc.el (calc-command-flags): Give it an initial value.
5027
5028 2010-01-17 Glenn Morris <rgm@gnu.org>
5029
5030 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer): Doc fix.
5031
5032 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
5033
5034 * cedet/semantic.el (semantic-mode):
5035 * files.el (minibuffer-with-setup-hook):
5036 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
5037 (artist-key-draw-continously, artist-key-do-continously-continously)
5038 (artist-key-set-point-continously, artist-mouse-draw-continously):
5039 Fix typos in docstrings.
5040
5041 2010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
5042
5043 * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
5044 return t (Bug#3898).
5045
5046 2010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
5047
5048 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
5049 can parse the output of the external commands (Bug#5279).
5050
5051 2010-01-16 Jari Aalto <jari.aalto@cante.net>
5052
5053 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
5054
5055 2010-01-16 Chong Yidong <cyd@stupidchicken.com>
5056
5057 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
5058
5059 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
5060
5061 * startup.el (command-line): Remove unused --icon-type arg.
5062 Handle --display arg, passing it to command-line-1 (Bug#5392).
5063
5064 2010-01-16 Mario Lang <mlang@delysid.org>
5065
5066 * cedet/ede/cpp-root.el (ede-cpp-root-project):
5067 * cedet/ede/files.el (ede-expand-filename):
5068 * cedet/ede/simple.el (ede-simple-project):
5069 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
5070 (semantic-complete-inline-tag-engine):
5071 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
5072 * cedet/semantic/db-global.el (semanticdb-equivalent-mode):
5073 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
5074 * cedet/semantic/db.el (semanticdb-equivalent-mode):
5075 * cedet/semantic/decorate/include.el (semantic-decoration-unknown-include-describe):
5076 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
5077 * emacs-lisp/chart.el (chart-translate-namezone):
5078 * textmodes/artist.el (artist-compute-popup-menu-table):
5079 Remove duplicated words in doc-strings.
5080
5081 2010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
5082
5083 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
5084 to mairix-search to suppress threading (Bug#5342).
5085
5086 2010-01-15 Kenichi Handa <handa@m17n.org>
5087
5088 * international/mule-cmds.el (canonicalize-coding-system-name):
5089 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
5090
5091 2010-01-15 Glenn Morris <rgm@gnu.org>
5092
5093 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
5094
5095 * wid-edit.el (widget-keymap): Doc fix.
5096
5097 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
5098 former seems to be more widely accepted by various svn versions.
5099
5100 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
5101
5102 * find-cmd.el (find-constituents):
5103 * vc-arch.el (vc-arch-root):
5104 * window.el (window-body-height, pop-up-frames):
5105 * cedet/semantic/edit.el (semantic-reparse-needed-change-hook)
5106 (semantic-no-reparse-needed-change-hook):
5107 * cedet/srecode/insert.el (srecode-resolve-argument-list)
5108 (srecode-template-inserter-blank, srecode-template-inserter-variable)
5109 (srecode-template-inserter-ask, srecode-template-inserter-width)
5110 (srecode-template-inserter-section-start)
5111 (srecode-template-inserter-section-end, srecode-insert-method):
5112 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
5113 * progmodes/ada-stmt.el (ada-if):
5114 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
5115 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
5116 (ispell-encoding8-command, ispell-aspell-supports-utf8)
5117 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
5118
5119 * progmodes/flymake.el (flymake-post-syntax-check):
5120 Fix typo in error message.
5121
5122 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
5123
5124 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
5125 which is always a string. (Bug#5313)
5126
5127 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
5128
5129 * progmodes/ada-xref.el (ada-default-prj-properties):
5130 Simplify previous change.
5131
5132 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
5133
5134 * progmodes/ada-xref.el (ada-default-prj-properties):
5135 Default ada_project_path to $ADA_PROJECT_PATH.
5136
5137 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
5138
5139 * progmodes/ada-mode.el (ada-create-keymap):
5140 Override `narrow-to-defun' with `ada-narrow-to-defun'.
5141
5142 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
5143
5144 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
5145 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
5146 (ada-get-current-indent, ada-imenu-generic-expression)
5147 (ada-which-function): Check for it.
5148
5149 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
5150
5151 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
5152 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
5153
5154 2010-01-14 Glenn Morris <rgm@gnu.org>
5155
5156 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
5157
5158 2010-01-14 Kenichi Handa <handa@m17n.org>
5159
5160 * composite.el (auto-composition-mode): Make it a buffer local
5161 variable (permanent-local).
5162 (auto-composition-function): Set the default value to
5163 auto-compose-chars.
5164 (auto-composition-mode): Make it a simple function, not a minor mode.
5165 (global-auto-composition-mode): Likewise.
5166 (turn-on-auto-composition-if-enabled): Delete it.
5167
5168 2010-01-13 Karl Fogel <kfogel@red-bean.com>
5169
5170 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
5171
5172 2010-01-12 Michael Albinus <michael.albinus@gmx.de>
5173
5174 * files.el (copy-directory): Compute target for recursive
5175 directories with identical names. (Bug#5343)
5176
5177 2010-01-12 Glenn Morris <rgm@gnu.org>
5178
5179 * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
5180 it to bug-gnu-emacs rather than emacs-pretest-bug.
5181
5182 2010-01-12 Juanma Barranquero <lekktu@gmail.com>
5183
5184 * cedet/data-debug.el (data-debug): Fix customization group reference.
5185
5186 2010-01-12 Juanma Barranquero <lekktu@gmail.com>
5187
5188 * cedet/semantic/analyze.el (semantic-analyze-push-error)
5189 (semantic-analyze-context, semantic-analyze-context-assignment)
5190 (semantic-analyze-find-tag-sequence, semantic-analyze-find-tag):
5191 * cedet/semantic/java.el (java-mode, semantic-tag-include-filename)
5192 (semantic-java-doc-keywords-map):
5193 * cedet/semantic/bovine/c.el (c-mode, semantic-c-member-of-autocast)
5194 (semantic-lex-c-nested-namespace-ignore-second, semantic-parse-region)
5195 (semantic-c-parse-lexical-token, semantic-c-debug-mode-init-pch)
5196 (semantic-c-classname, semantic-format-tag-uml-prototype)
5197 (semantic-c-dereference-namespace, semantic-analyze-type-constants):
5198 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string)
5199 (semantic-emacs-lisp-obsoleted-doc, semantic-up-context)
5200 (semantic-get-local-variables, semantic-end-of-command)
5201 (semantic-beginning-of-command, semantic-ctxt-current-class-list)
5202 (lisp-mode):
5203 * cedet/semantic/bovine/make.el (makefile-mode):
5204 * cedet/semantic/wisent/python.el (wisent-python-string-re)
5205 (wisent-python-implicit-line-joining-p, wisent-python-forward-string)
5206 (wisent-python-lex-beginning-of-line, wisent-python-lex-end-of-line)
5207 (semantic-lex, semantic-get-local-variables, python-mode):
5208 * cedet/semantic/wisent/python-wy.el (wisent-python-wy--keyword-table):
5209 * cedet/srecode/extract.el (srecode-extract-state-set)
5210 (srecode-extract-method): Fix typos in docstrings.
5211
5212 2010-01-11 Sam Steingold <sds@gnu.org>
5213
5214 * imenu.el (imenu-default-create-index-function): Detect infinite
5215 loops caused by imenu-prev-index-position-function.
5216
5217 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
5218
5219 * htmlfontify.el (htmlfontify-load-rgb-file)
5220 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
5221 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
5222 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
5223 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
5224 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
5225 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
5226 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
5227 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
5228 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
5229 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
5230 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
5231 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
5232 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
5233 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
5234 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
5235 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
5236 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
5237 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
5238 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
5239 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
5240 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
5241 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
5242 backslash-quoting from parentheses, etc.
5243
5244 2010-01-11 Chong Yidong <cyd@stupidchicken.com>
5245
5246 * progmodes/js.el: Autoload javascript-mode alias.
5247
5248 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
5249
5250 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
5251 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
5252 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
5253 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
5254 Fix typos in docstrings.
5255 (ffap-url-regexp): Doc fix.
5256 (ffap-at-mouse): Fix typo in message.
5257
5258 2010-01-11 Glenn Morris <rgm@gnu.org>
5259
5260 * version.el (emacs-copyright): Set copyright year to 2010.
5261
5262 2010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
5263
5264 * format.el (format-annotate-function): Only set
5265 write-region-post-annotation-function after running to-fn so as not to
5266 affect nested write-region calls (bug#5273).
5267
5268 2010-01-10 Chong Yidong <cyd@stupidchicken.com>
5269
5270 * cedet/semantic.el (semantic-new-buffer-setup-functions):
5271 Add python parser.
5272
5273 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
5274 wisent/python.el.
5275
5276 2010-01-10 Richard Kim <emacs18@gmail.com>
5277
5278 * cedet/semantic/wisent/python-wy.el:
5279 * cedet/semantic/wisent/python.el: New files.
5280
5281 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
5282
5283 * man.el (Man-goto-section): Signal error if the section is not
5284 found (Bug#5317).
5285
5286 2010-01-09 Juanma Barranquero <lekktu@gmail.com>
5287
5288 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
5289 URLs with a leading triple slash in the file: scheme. (Bug#5345)
5290
5291 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
5292
5293 * progmodes/compile.el: Don't treat compile-command as safe if
5294 compilation-read-command might be nil (Bug#4218).
5295
5296 2010-01-09 Jan Djärv <jan.h.d@swipnet.se>
5297
5298 * startup.el (command-line-1): Use orig-argi to check for ignored X and
5299 NS options.
5300
5301 2010-01-08 Kenichi Handa <handa@m17n.org>
5302
5303 * international/fontset.el (build-default-fontset-data):
5304 Exclude characters in scripts kana, hangul, han, or cjk-misc.
5305
5306 2010-01-07 Juanma Barranquero <lekktu@gmail.com>
5307
5308 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
5309 to `create-file-buffer' as it expects, not just a buffer name.
5310 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
5311 to help uniquify. (Bug#3224)
5312
5313 2010-01-06 Jan Djärv <jan.h.d@swipnet.se>
5314
5315 * font-setting.el (font-setting-change-default-font): Use user-spec
5316 instead of name.
5317
5318 2010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
5319
5320 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
5321
5322 2010-01-05 Tom Tromey <tromey@redhat.com>
5323
5324 * progmodes/python.el (python-font-lock-keywords):
5325 Handle qualified decorators (Bug#881).
5326
5327 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
5328
5329 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
5330 in a lightweight checkout.
5331
5332 2010-01-05 Kenichi Handa <handa@m17n.org>
5333
5334 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
5335
5336 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
5337
5338 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
5339
5340 2010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
5341
5342 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
5343 checkouts. (Bug#618)
5344 (vc-bzr-log-view-mode): Also highlight the author.
5345 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
5346 (vc-bzr-shelve-menu-map):
5347 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
5348 (vc-bzr-shelve-apply): Make prompt more explicit.
5349
5350 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
5351
5352 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
5353 They are valid characters in URL paths (rfc3986), and at least
5354 Firefox does not understand the encoded version (Bug#3166).
5355
5356 2010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
5357
5358 * progmodes/octave-mod.el (octave-end-keywords)
5359 (octave-block-begin-or-end-regexp, octave-block-match-alist):
5360 Add "end" keyword (Bug#3061).
5361 (octave-end-as-array-index-p): New function.
5362 (calculate-octave-indent): Use it.
5363
5364 2010-01-02 Karl Fogel <kfogel@red-bean.com>
5365
5366 * bookmark.el: Consistently put the text property on the bookmark name.
5367 (bookmark-bmenu-marks-width): Bump back to 2, to include
5368 annotation marks.
5369 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
5370 property on the bookmark name, instead of not putting it at all.
5371 (bookmark-bmenu-list): Fix where we put the text property.
5372
5373 2010-01-02 Karl Fogel <kfogel@red-bean.com>
5374
5375 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
5376 for showing buffer modified state (as added in the previous change).
5377
5378 2010-01-02 Karl Fogel <kfogel@red-bean.com>
5379
5380 * bookmark.el: Show modified state of bookmark buffer more accurately.
5381 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
5382 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
5383 (with-buffer-modified-unmodified): New macro.
5384 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
5385 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
5386 Use new macro to preserve the buffer modified state.
5387
5388 2010-01-02 Karl Fogel <kfogel@red-bean.com>
5389
5390 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
5391 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
5392 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
5393 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
5394 (bookmark-bmenu-rename, bookmark-bmenu-locate)
5395 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
5396 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
5397
5398 2010-01-02 Eli Zaretskii <eliz@gnu.org>
5399
5400 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
5401 Make the lines in the generated doc string shorter. (Bug#4668)
5402
5403 2010-01-02 Ryan Yeske <rcyeske@gmail.com>
5404
5405 * net/rcirc.el: Add follow-link binding (Bug#4738).
5406
5407 2010-01-02 Eli Zaretskii <eliz@gnu.org>
5408
5409 * Makefile.in (bzr-update): Rename from cvs-update.
5410 (cvs-update): New target for backward compatibility.
5411
5412 * makefile.w32-in (bzr-update): Rename from cvs-update.
5413 (cvs-update): New target for backward compatibility.
5414
5415 2010-01-02 Karl Fogel <kfogel@red-bean.com>
5416
5417 * bookmark.el: Remove gratuitous gratitude.
5418
5419 2010-01-02 Karl Fogel <kfogel@red-bean.com>
5420
5421 * bookmark.el (bookmark-bmenu-any-marks): New function.
5422 (bookmark-bmenu-save): Clear buffer modification if no marks.
5423
5424 2010-01-02 Karl Fogel <kfogel@red-bean.com>
5425
5426 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
5427 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
5428 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
5429 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
5430
5431 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
5432 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
5433 To: emacs-devel {_AT_} gnu.org
5434 Subject: bookmark.el bug report
5435 Date: Mon, 28 Dec 2009 14:19:16 +0800
5436 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
5437
5438 2010-01-02 Karl Fogel <kfogel@red-bean.com>
5439
5440 * bookmark.el: Improvements suggested by Drew Adams:
5441 (bookmark-bmenu-ensure-position): New name for
5442 `bookmark-bmenu-check-position'. Just ensure the position,
5443 don't return any meaningful value.
5444 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
5445 New constants.
5446
5447 2010-01-02 Juanma Barranquero <lekktu@gmail.com>
5448
5449 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
5450 (bookmark-yank-point, bookmark-bmenu-check-position):
5451 Fix typos in docstrings.
5452 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
5453 (bookmark-name-from-full-record, bookmark-get-position)
5454 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
5455 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
5456 Remove useless quoting of parenthesis, etc. in docstrings.
5457
5458 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
5459 (ediff-append-custom-diff): Fix typo in error message.
5460 (ediff-meta-mark-equal-files): Fix typos in messages.
5461
5462 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
5463
5464 * cedet/semantic/db-typecache.el (semanticdb-typecache-find-default):
5465 Fix typo in docstring.
5466
5467 * net/imap-hash.el (imap-hash-make): Doc fix.
5468 (imap-hash-test): Fix typo in error message; reflow docstring.
5469 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
5470 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
5471 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
5472 Fix typos in docstrings.
5473 (imap-hash-open-connection): Fix typo in error message.
5474
5475 * play/gomoku.el (gomoku): Fix typos in docstring.
5476
5477 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
5478 (gdb-jsonify-buffer): Fix typos in docstring.
5479 (gdb-goto-breakpoint): Fix typo in error message.
5480 ("Display Other Windows"): Fix typo in help message.
5481 (gdb-speedbar-expand-node): Fix typo in question.
5482
5483 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
5484 (idlwave-html-system-help-location, idlwave-html-help-location)
5485 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
5486 (idlwave-help-browser-generic-args, idlwave-help-directory)
5487 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
5488 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
5489 (idlwave-online-help, idlwave-help-html-link)
5490 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
5491 Fix typos in docstrings.
5492 (idlwave-help-with-source, idlwave-help-find-routine-definition):
5493 Reflow docstrings.
5494 (idlwave-help-assistant-start): Fix typo in error message.
5495
5496 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
5497 (octave-electric-space): Fix typos in docstrings.
5498
5499 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
5500
5501 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
5502
5503 2010-01-01 Juri Linkov <juri@jurta.org>
5504
5505 * comint.el (comint-input-ring-size): Make it a defcustom and
5506 increase the default to 500 (Bug#5148).
5507
5508 2009-12-31 Nick Roberts <nickrob@snap.net.nz>
5509
5510 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
5511 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
5512 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
5513
5514 2009-12-30 Nick Roberts <nickrob@snap.net.nz>
5515
5516 Show working revision correctly for mercurial.
5517 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
5518 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
5519
5520 2009-12-29 Juanma Barranquero <lekktu@gmail.com>
5521
5522 Declare some functions for the byte-compiler.
5523 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
5524 (speedbar-timer-fn, speedbar-change-expand-button-char)
5525 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
5526
5527 2009-12-29 Nick Roberts <nickrob@snap.net.nz>
5528
5529 This changeset reverts GDB Graphical Interface to use annotations.
5530 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
5531
5532 2009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
5533
5534 Make vc-dir work on subdirectories of the bzr root.
5535 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument. Return
5536 file names relative to it.
5537 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
5538 relative directory to vc-bzr-after-dir-status.
5539
5540 2009-12-28 Tassilo Horn <tassilo@member.fsf.org>
5541
5542 * font-lock.el (font-lock-refresh-defaults): New function, which
5543 can be used to let font-lock react to external changes in
5544 variables like font-lock-defaults and keywords.
5545 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
5546
5547 2009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
5548
5549 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
5550
5551 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
5552
5553 2009-12-28 Juanma Barranquero <lekktu@gmail.com>
5554
5555 Supersede color.diff settings in git log (bug#5211).
5556
5557 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
5558 escape chars in its output when the user has color.diff set to `always'.
5559 This fix works on git 1.4.2 and newer (released on 2006-08-13).
5560
5561 2009-12-26 Kevin Ryde <user42@zip.com.au>
5562
5563 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
5564 node. Keep previous "Index" name to work with past coreutils too.
5565
5566 * man.el (man): Revise docstring a bit to show -a and -l as
5567 examples. Add -k description since support for it has otherwise
5568 been a secret. (Further to bug#3717.)
5569 (Man-bgproc-sentinel): When "-k foo" produces no output show error
5570 "no matches" rather than "Can't find manpage", as the latter reads
5571 like -k was interpreted as a page name, which is not so. (Bug#5431)
5572
5573 2009-12-26 Michael Albinus <michael.albinus@gmx.de>
5574
5575 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
5576 switches. Check also for //SUBDIRED// line.
5577
5578 2009-12-25 Kenichi Handa <handa@m17n.org>
5579
5580 * language/indian.el (devanagari-composable-pattern): Fixed to
5581 handle ZWNJ and ZWJ. Use it in composition-function-table for
5582 Devanagari.
5583 (malayalam-composable-pattern): Fix previous change.
5584
5585 2009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5586
5587 * ps-print.el (ps-face-attributes): It was not returning the
5588 attribute face for faces specified as string. Reported by harven
5589 <harven@free.fr>.
5590 (ps-print-version): New version 7.3.5.
5591
5592 2009-12-18 Ulf Jasper <ulf.jasper@web.de>
5593
5594 * calendar/icalendar.el (icalendar--convert-tz-offset):
5595 Fix timezone names.
5596 (icalendar--convert-tz-offset): Fix the "last-day-problem".
5597 (icalendar--add-diary-entry): Remove the trailing blank that
5598 diary-make-entry inserts.
5599
5600 2009-12-17 Michael Albinus <michael.albinus@gmx.de>
5601
5602 Make `file-expand-wildcards' work for remote files.
5603
5604 * files.el (file-expand-wildcards): In case of remote files, check
5605 only local file name part for wildcards. Provide feature 'files
5606 and subfeature 'remote-wildcards. (Bug#5198)
5607
5608 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
5609 if there is already an established connection.
5610 (tramp-advice-file-expand-wildcards): Remove it.
5611
5612 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
5613 (tramp-advice-file-expand-wildcards): Move from tramp.el.
5614 Activate advice for older GNU Emacs versions. (Bug#5237)
5615
5616 2009-12-17 Juanma Barranquero <lekktu@gmail.com>
5617
5618 Some doc fixes (more needed).
5619
5620 * find-cmd.el (find-constituents): Reflow docstring.
5621 (find-cmd, find-prune, find-command): Fix typos in docstrings.
5622 (find-generic): Doc fix.
5623
5624 2009-12-17 Juri Linkov <juri@jurta.org>
5625
5626 Fix regression from 23.1 to allow multiple modes in Local Variables.
5627
5628 * files.el (hack-local-variables-filter): While ignoring duplicates,
5629 don't take `mode' into account.
5630 (hack-local-variables-filter, hack-dir-local-variables):
5631 Don't remove duplicate `mode' from local-variables-alist (like `eval').
5632
5633 2009-12-17 Juri Linkov <juri@jurta.org>
5634
5635 Make `dired-diff' safer. (Bug#5225)
5636
5637 * dired-aux.el (dired-diff): Signal an error when `file' equals to
5638 `current' or when `file' is a directory of the `current' file.
5639
5640 2009-12-17 Andreas Schwab <schwab@linux-m68k.org>
5641
5642 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
5643 unconditionally preloaded files.
5644
5645 2009-12-16 Juri Linkov <juri@jurta.org>
5646
5647 Revert to old 23.1 logic of using the file at the mark as default.
5648 * dired-aux.el (dired-diff): Use the file at the mark as default
5649 if it's not the same as the current file, and the target dir is
5650 the current dir or the mark is active. Add the current file
5651 as the arg of `dired-dwim-target-defaults'. Use the default file
5652 in the prompt. (Bug#5225)
5653
5654 2009-12-15 Michael Albinus <michael.albinus@gmx.de>
5655
5656 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
5657 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
5658 (tramp-check-for-regexp): Check also, when an echoing shell stops
5659 to echo sent commands.
5660
5661 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
5662
5663 * Makefile.in: Revert last change (Bug#5191).
5664
5665 2009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
5666
5667 * vc-hg.el (vc-hg-print-log): Fix argument order.
5668 (vc-hg-working-revision): Make sure the command is executed in a
5669 known environment so that we can parse the output. (Bug#4417)
5670
5671 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
5672
5673 * progmodes/python.el (python-symbol-completions): Remove text
5674 properties from symbol string before calling python-send-receive.
5675
5676 2009-12-14 Nick Roberts <nickrob@snap.net.nz>
5677
5678 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
5679 when there are values for both file and line. (Bug#5060)
5680
5681 2009-12-14 Juri Linkov <juri@jurta.org>
5682
5683 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
5684 whitespace after the file name of the first line of unified format,
5685 because git-diff doesn't output whitespace and file modification time
5686 after the file name.
5687
5688 2009-12-14 David Kastrup <dak@gnu.org>
5689
5690 * info.el (Info-hide-cookies-node): Before hiding a cookie,
5691 check if it already has the `display' property added by
5692 `Info-display-images-node', and not put the `invisible' property
5693 in this case.
5694
5695 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
5696
5697 * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
5698 (semantic-mru-bookmark-mode): Doc fixes.
5699
5700 * cedet/semantic/db.el (semanticdb-cache-get): Use error instead
5701 of assert.
5702
5703 2009-12-13 Glenn Morris <rgm@gnu.org>
5704
5705 * mail/emacsbug.el (message-sort-headers): Define for compiler.
5706 (report-emacs-bug): In message-mode, sort manually before storing
5707 original report text. (Bug#5178)
5708 Remove superfluous save-excursion.
5709
5710 2009-12-12 Michael Albinus <michael.albinus@gmx.de>
5711
5712 * net/dbus.el (dbus-property-handler): Filter lambda forms out
5713 when responding to "GetAll" properties.
5714
5715 2009-12-12 Chong Yidong <cyd@stupidchicken.com>
5716
5717 * simple.el (compose-mail): Remove mail-setup-with-from from
5718 customization checks.
5719
5720 2009-12-12 Eli Zaretskii <eliz@gnu.org>
5721
5722 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
5723 RAR archives created on Unix systems.
5724
5725 2009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
5726
5727 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
5728 the varalias that was accidentally removed by the 2009-11-19 change
5729 (bug#5186).
5730
5731 2009-12-12 Kenichi Handa <handa@m17n.org>
5732
5733 * language/indian.el (indian-compose-regexp): New function.
5734 (malayalam-composable-pattern): Fix the pattern.
5735 (composition-function-table): Set malayalam-composable-pattern for
5736 Malayalam characters.
5737
5738 2009-12-11 Chong Yidong <cyd@stupidchicken.com>
5739
5740 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
5741 rather than down-mouse-1, based on follow-link conventions.
5742
5743 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
5744 are compiled.
5745
5746 2009-12-11 Michael McNamara <mac@mail.brushroad.com>
5747
5748 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
5749 (verilog-vmm-statement-re, verilog-ovm-statement-re)
5750 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
5751 (verilog-leap-to-head, verilog-backward-token):
5752 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
5753
5754 2009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
5755
5756 * progmodes/verilog-mode.el (verilog-auto-lineup)
5757 (verilog-nameable-item-re): Cleanup user-visible spelling and
5758 documentation errors. One reported by Gary Delp.
5759 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
5760 (verilog-read-decls): Fix AUTOWIRE with types declared in a
5761 package, bug195. Reported by Pierre-David Pfister.
5762
5763 2009-12-11 Glenn Morris <rgm@gnu.org>
5764
5765 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
5766
5767 * mail/emacsbug.el: No longer require sendmail.
5768 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
5769 (report-emacs-bug-orig-text): Doc fix.
5770 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
5771 New local variables, to adapt to different mail-user-agents.
5772 (report-emacs-bug): Fix test for a gnu.org address.
5773 Use overlays for emphasis, since font-lock defeats 'face property.
5774 Pretest bugs also end up at the newsgroup these days.
5775 Stop message-mode stripping text properties.
5776 Set and use the new buffer-local variables.
5777 (report-emacs-bug-hook): Add doc-string.
5778 Remove some unnecessary save-excursions and simplify.
5779 Use the appropriate hook and send-command.
5780
5781 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
5782 capitalization of some menu entries.
5783
5784 2009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5785
5786 * whitespace.el (whitespace-display-char-on):
5787 Ensure `buffer-display-table' is unique when two or more windows are
5788 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
5789 New version 12.1.
5790
5791 2009-12-10 Eli Zaretskii <eliz@gnu.org>
5792
5793 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
5794 characters in the Attribute field.
5795
5796 2009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
5797
5798 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
5799
5800 2009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
5801
5802 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
5803 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
5804 Disregard autoload-excludes.
5805 (update-directory-autoloads): Obey autoload-excludes here instead.
5806 But don't store its contents in no-autoloads and remove entries that
5807 refer to excludes files.
5808
5809 2009-12-10 Glenn Morris <rgm@gnu.org>
5810
5811 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
5812 (expand-mail-aliases): Define for compiler.
5813
5814 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
5815 Define for compiler.
5816
5817 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
5818 appropriate for the mail-user-agent in use.
5819
5820 2009-12-09 Michael Albinus <michael.albinus@gmx.de>
5821
5822 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
5823
5824 2009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
5825
5826 Fix short log parsing and fontification.
5827 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
5828 Fix fontification for the [merge] label.
5829
5830 2009-12-09 Vivek Dasmohapatra <vivek@etla.org>
5831
5832 Drop some properties to avoid surprises (bug#5002).
5833 * htmlfontify.el (hfy-ignored-properties): New defcustom.
5834 (hfy-fontify-buffer): Use it.
5835
5836 2009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
5837
5838 Minor cleanup.
5839 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
5840 Adjust all callers.
5841 (ffap-locate-file): Remove unused arg `dir-ok' and make other
5842 args compulsory. Adjust callers.
5843 (ffap-gopher-at-point): Remove unused var `name'.
5844
5845 Get rid of the ELCFILES abomination.
5846 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
5847 (compile-elcfiles): New phony target.
5848 (compile-main): Compute ELCFILES dynamically.
5849 (compile-clean): New target to remove left-over elc files.
5850 (compile, all): Use it.
5851
5852 2009-12-09 Kenichi Handa <handa@etlken>
5853
5854 * international/mule-diag.el: Require help-mode instead of help-fns.
5855
5856 2009-12-09 Kenichi Handa <handa@m17n.org>
5857
5858 * international/mule-cmds.el (ucs-names): Supply sufficiently
5859 fine ranges instead of pre-calculating accurate ranges.
5860 Iterate with bigger gc-cons-threshold.
5861
5862 2009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
5863
5864 Add support for stashing a snapshot of the current tree.
5865 * vc-git.el (vc-git-stash-snapshot): New function.
5866 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
5867
5868 2009-12-08 Jose E. Marchesi <jemarch@gnu.org>
5869
5870 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
5871 instead of `(beginning|end)-of-line'.
5872
5873 2009-12-08 Glenn Morris <rgm@gnu.org>
5874
5875 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
5876
5877 * Makefile.in (ELCFILES): Regenerate.
5878
5879 2009-12-07 Juri Linkov <juri@jurta.org>
5880
5881 Don't lazy-highlight the comint output in history Isearch mode.
5882
5883 * comint.el (comint-history-isearch-search): Instead of
5884 `comint-line-beginning-position', use `comint-after-pmark-p'
5885 to check if point if before the process mark, and go to
5886 `process-mark' in this case.
5887
5888 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
5889
5890 * textmodes/tex-mode.el (latex-complete)
5891 (latex-indent-or-complete): Remove.
5892 (latex-mode): Set completion-at-point-functions instead.
5893
5894 Provide a standard completion command and hook it into TAB.
5895 * minibuffer.el (completion-at-point-functions): New var.
5896 (completion-at-point): New command.
5897 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
5898 * progmodes/python.el (python-mode-map): Use completion-at-point.
5899 (python-completion-at-point): Rename from python-partial-symbol and
5900 adjust for use in completion-at-point-functions.
5901 (python-mode): Setup completion-at-point for Python completion.
5902 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
5903 extracted from lisp-complete-symbol.
5904 (lisp-complete-symbol): Use it.
5905 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
5906 setup completion-at-point for Elisp completion.
5907 (emacs-lisp-mode-map, lisp-interaction-mode-map):
5908 Use completion-at-point.
5909 * ielm.el (ielm-map): Use completion-at-point.
5910 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
5911 * progmodes/sym-comp.el: Move to...
5912 * obsolete/sym-comp.el: Move from progmodes.
5913
5914 2009-12-07 Eli Zaretskii <eliz@gnu.org>
5915
5916 Prevent save-buffer in Rmail buffers from using the coding-system
5917 of the current message, and from clobbering the encoding mnemonics
5918 in the mode line (Bug#4623).
5919
5920 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
5921 flag, too.
5922 (rmail-message-encoding): New variable.
5923 (rmail-write-region-annotate): Record the encoding of the current
5924 message in rmail-message-encoding.
5925 (rmail-after-save-hook): New function, restores the encoding of
5926 the current message after the message collection is saved.
5927
5928 2009-12-07 Juri Linkov <juri@jurta.org>
5929
5930 * progmodes/grep.el (grep-read-files): Use `completing-read'
5931 instead of `read-string'. Set its `collection' arg to
5932 `read-file-name-internal'. (Bug#4301)
5933
5934 2009-12-07 Juri Linkov <juri@jurta.org>
5935
5936 Correctly restore original Isearch point. (Bug#4994)
5937
5938 * isearch.el (isearch-mode): Move `isearch-push-state' after
5939 `(run-hooks 'isearch-mode-hook)'.
5940 (isearch-cancel): When `isearch-push-state-function' is defined,
5941 let-bind `isearch-cmds' to the first state (the last element of
5942 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
5943 function and restores the original point). Otherwise, move point
5944 to `isearch-opoint'.
5945
5946 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
5947
5948 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
5949 chars that don't have names, so the table can be built much faster at
5950 run-time.
5951
5952 2009-12-07 Chong Yidong <cyd@stupidchicken.com>
5953
5954 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
5955 change. Suggested by David Kastrup.
5956
5957 * simple.el (compose-mail): Check for incompatibilities and warn.
5958 (compose-mail-user-agent-warnings): New option.
5959
5960 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
5961
5962 Support showing a single log entry from vc-annotate.
5963 * vc.el (print-log): Add a new argument: START-REVISION.
5964 (vc-print-log-internal): Add a new optional argument and
5965 pass it to the backend.
5966 (vc-print-log, vc-print-root-log): Adjust callers.
5967 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
5968 buffer already displays the requested log entry, use it.
5969 Otherwise display only the log entry in question.
5970 * vc-svn.el (vc-svn-print-log):
5971 * vc-mtn.el (vc-mtn-print-log):
5972 * vc-hg.el (vc-hg-state):
5973 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
5974 (vc-git-show-log-entry): Return t on success.
5975 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
5976 (vc-bzr-show-log-entry): Return t on success.
5977 * vc-rcs.el (vc-rcs-print-log):
5978 * vc-sccs.el (vc-sccs-print-log):
5979 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
5980
5981 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
5982
5983 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
5984 Add menus to the meta mode. (Bug#5043)
5985
5986 2009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
5987
5988 * ediff-init.el (ediff-event-key): Use event-to-character instead of
5989 event-key.
5990
5991 * ediff.el (ediff-buffers-internal): Add unwind-protect.
5992
5993 2009-12-07 Michael Albinus <michael.albinus@gmx.de>
5994
5995 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
5996 Berbain <raphael.berbain@gmail.com>.
5997
5998 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
5999 characters.
6000 (tramp-initial-end-of-output): New defconst.
6001 (tramp-methods, tramp-find-shell)
6002 (tramp-open-connection-setup-interactive-shell)
6003 (tramp-maybe-open-connection): Use it.
6004 (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
6005 existence of `#' and `$'.
6006
6007 * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
6008 `tramp-initial-end-of-output'.
6009
6010 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
6011
6012 Get the background mode from the terminal for xterm, and set
6013 faces accordingly.
6014 * term/xterm.el (xterm-set-background-mode): New function.
6015 (terminal-init-xterm): Use it in case xterm supports background
6016 color queries. Recompute faces after getting the background
6017 color.
6018
6019 2009-12-07 Ulrich Mueller <ulm@gentoo.org>
6020
6021 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
6022 number comment back on its own line, for easier parsing.
6023
6024 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
6025
6026 Make it work for non-file buffers (bug#5102).
6027 * doc-view.el (doc-view-current-cache-dir):
6028 Use doc-view-buffer-file-name rather than buffer-file-name.
6029 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
6030
6031 2009-12-06 Óscar Fuentes <ofv@wanadoo.es>
6032
6033 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
6034 author field is too short.
6035
6036 2009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
6037
6038 * vc-git.el (vc-git-print-log): Handle a limit argument.
6039 Display the short log in graph form and with labels.
6040 (vc-git-log-view-mode): Handle labels.
6041
6042 Make vc-revert change VC state from 'added to 'unregistered.
6043 * vc-git.el (vc-git-revert): Call git reset first.
6044
6045 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
6046
6047 * net/newst-backend.el, net/newst-plainview.el:
6048 * net/newst-reader.el, net/newst-ticker.el:
6049 * net/newst-treeview.el, net/newsticker.el:
6050 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
6051
6052 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
6053
6054 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
6055
6056 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
6057 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
6058 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
6059 Update annotation regexp.
6060
6061 * simple.el (beginning-of-visual-line): Constrain to field
6062 boundaries (Bug#5106).
6063
6064 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
6065
6066 * xml.el (xml-substitute-numeric-entities): Move
6067 newsticker--decode-numeric-entities in newst-backend.el to
6068 xml-substitute-numeric-entities in xml.el. (Bug#5008)
6069 * net/newst-backend.el (newsticker--parse-generic-feed)
6070 (newsticker--parse-generic-items)
6071 (newsticker--decode-numeric-entities): Move
6072 newsticker--decode-numeric-entities in newst-backend.el to
6073 xml-substitute-numeric-entities in xml.el. (Bug#5008)
6074
6075 2009-12-06 Daniel Colascione <dan.colascione@gmail.com>
6076
6077 * progmodes/js.el (js--js-not): Add null to the list of values.
6078
6079 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
6080
6081 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
6082
6083 2009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6084
6085 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
6086 delimiter if it is at the end of the current line.
6087 (bibtex-generate-url-list): Fix docstring.
6088
6089 2009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
6090
6091 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
6092 minibuffer's content with itself.
6093 Fold the confirm-after-completion case into the `confirm' case.
6094 (completion-pcm-word-delimiters): Add : and / to the delimiters.
6095
6096 2009-12-06 Kevin Ryde <user42@zip.com.au>
6097
6098 * ffap.el (ffap-rfc-path): Make this a defcustom since
6099 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
6100
6101 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
6102 manuals, similar to existing setup for help-mode. (Bug#3913.)
6103
6104 2009-12-05 Juri Linkov <juri@jurta.org>
6105
6106 Save and restore dired buffer's point positions too. (Bug#4880)
6107
6108 * dired.el (dired-save-positions): Return in the first element
6109 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
6110 Doc fix.
6111 (dired-restore-positions): First restore buffer's position.
6112 While restoring window's positions, check if window still displays
6113 the original buffer.
6114
6115 2009-12-05 Chong Yidong <cyd@stupidchicken.com>
6116
6117 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
6118 if possible.
6119
6120 * cedet/semantic/ia.el (semantic-ia-complete-symbol):
6121 Make argument optional.
6122
6123 * shell.el (shell): Require ansi-color (Bug#5113).
6124
6125 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
6126
6127 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
6128
6129 2009-12-05 Alan Mackenzie <acm@muc.de>
6130
6131 * progmodes/cc-mode.el (c-before-hack-hook)
6132 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
6133 `c-file-style' to work again. This reversion restores the current
6134 software to its state in Emacs 23.1. (Bug#4146)
6135
6136 2009-12-05 Kevin Ryde <user42@zip.com.au>
6137
6138 * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
6139 comment-start-skip to comment-end-skip as comment (Bug#4781).
6140
6141 2009-12-05 Juri Linkov <juri@jurta.org>
6142
6143 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
6144 for virtual nodes. (Bug#4147)
6145 (Info-find-node-2): Set `Info-current-node-virtual' to nil
6146 when moving from a virtual node.
6147 (Info-mode-menu): Add `Info-virtual-index' to the menu.
6148 (Info-mode): Add `Info-virtual-index' to the docstring.
6149
6150 2009-12-05 Eric Ludlam <zappo@gnu.org>
6151
6152 * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
6153 Describe project macro symbols.
6154
6155 * cedet/semantic/complete.el (semantic-complete-do-completion):
6156 Don't call semantic-collector-current-exact-match.
6157
6158 * cedet/ede.el (ede-apply-preprocessor-map): Accept lists of
6159 ede-objects as targets.
6160
6161 * cedet/ede/pmake.el (ede-proj-makefile-insert-variables): Output
6162 a target's object list even if compiler vars are already in the
6163 Makefile.
6164
6165 * cedet/ede/emacs.el (ede-preprocessor-map): Add config.h to the
6166 list of headers producing necessary macros.
6167
6168 2009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6169
6170 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
6171 track of the buffer position of the end of a BibTeX entry as this
6172 position may change during reformatting.
6173 (bibtex-format-entry): Remove whitespace before processing
6174 numerical fields so that we recognize the latter properly.
6175 (bibtex-reformat): Do not use push which changes the global value
6176 of bibtex-entry-format.
6177 (bibtex-field-braces-alist, bibtex-field-strings-alist)
6178 (bibtex-field-re-init): Replace only space characters by regexp
6179 for whitespace.
6180 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
6181 (bibtex-initialize): Also update bibtex-strings.
6182 (bibtex-kill-field): Preserve white space at end of entry.
6183 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
6184 Update bibtex-reference-keys.
6185
6186 2009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
6187
6188 * minibuffer.el (completion-pcm--merge-try): Also consider placing
6189 point after a star, if that's the only place where modifications can
6190 make progress.
6191
6192 2009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
6193
6194 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
6195 in docstrings.
6196
6197 2009-12-04 Juri Linkov <juri@jurta.org>
6198
6199 * proced.el (proced): Call `(proced-update t)' to update process
6200 information instead of only running proced-post-display-hook.
6201 (proced-send-signal): Add a leading space to the buffer name
6202 " *Marked Processes*" to make this buffer ephemeral.
6203
6204 2009-12-04 Juri Linkov <juri@jurta.org>
6205
6206 * dired.el (dired-auto-revert-buffer): New defcustom.
6207 (dired-internal-noselect): Use it.
6208
6209 2009-12-04 Juri Linkov <juri@jurta.org>
6210
6211 Change roles of modes and functions in image-mode.el (Bug#5062).
6212
6213 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
6214 in `auto-mode-alist'.
6215 (image-mode-previous-major-mode): New variable.
6216 (image-minor-mode-map): Rename from `image-mode-text-map'.
6217 (image-mode): Move graceful error-handling code from
6218 `image-minor-mode' to here. On errors call `image-mode-as-text'.
6219 (image-minor-mode): Remove all image-handling code.
6220 Replace `image-mode-text-map' with `image-minor-mode-map'.
6221 Check for `image-type' in mode-line format string.
6222 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
6223 (image-mode-as-text): New function with most code from
6224 `image-mode-maybe'.
6225 (image-toggle-display-text): Move code that removes image
6226 properties from `image-toggle-display' to here.
6227 (image-toggle-display-image): New function with code that adds
6228 image properties copied from `image-toggle-display'.
6229 (image-toggle-display): Remove most code with leaving only code
6230 that toggles between `image-mode-as-text' and `image-mode'.
6231
6232 2009-12-04 Ulf Jasper <ulf.jasper@web.de>
6233
6234 * net/newst-treeview.el
6235 (newsticker--treeview-list-highlight-start): Restored call to
6236 save-excursion: Selected item was stuck.
6237 (newsticker--treeview-list-select): New.
6238 (newsticker--treeview-item-show-text)
6239 (newsticker--treeview-item-show)
6240 (newsticker--treeview-item-update): Use new
6241 newsticker-treeview-item-mode.
6242 (newsticker-treeview-update): Keep current item.
6243 (newsticker-treeview-next-new-or-immortal-item): Doc change.
6244 (newsticker--treeview-first-feed): Doc change.
6245 (newsticker-treeview-list-menu)
6246 (newsticker-treeview-item-menu): Added menu entries.
6247 (newsticker-treeview-item-mode): New.
6248
6249 * net/newst-backend.el (newsticker-customize): Delete other
6250 windows.
6251
6252 2009-12-04 Sam Steingold <sds@gnu.org>
6253
6254 * log-view.el (log-view-mode-map): "q" calls quit-window,
6255 like in all the other non-self-insert buffers.
6256
6257 2009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
6258
6259 Minor cleanup.
6260 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
6261 key decoding rather than do it manually via last-input-event +
6262 ascii-character.
6263 (term-exec): Use delete-and-extract-region.
6264 (term-handle-ansi-terminal-messages): Remove unused var `end'.
6265 (term-process-pager): Remove unused var `i'.
6266 (term-dynamic-simple-complete): Make obsolete.
6267 (serial-update-config-menu): Remove unused vars `y' and `str'.
6268 (term-update-mode-line): Remove unused var `temp'.
6269
6270 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
6271
6272 Limit the number of log entries displayed by default.
6273 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
6274 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
6275 using a prefix argument.
6276
6277 2009-12-03 Glenn Morris <rgm@gnu.org>
6278
6279 * progmodes/idlwave.el (class): Restore still useful declaration.
6280
6281 2009-12-03 Alan Mackenzie <acm@muc.de>
6282
6283 Enhance `c-parse-state' to run efficiently in "brace deserts".
6284
6285 * progmodes/cc-mode.el (c-basic-common-init):
6286 Call c-state-cache-init.
6287 (c-neutralize-syntax-in-and-mark-CPP): Rename from
6288 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
6289 placing `category' properties value 'c-cpp-delimiter at its boundaries.
6290
6291 * progmodes/cc-langs.el (c-before-font-lock-function):
6292 c-extend-and-neutralize-syntax-in-CPP has been renamed
6293 c-neutralize-syntax-in-and-mark-CPP.
6294
6295 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
6296 with `category' properties now, not `syntax-table' ones.
6297
6298 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
6299 enhanced (but slower) version of c-end-of-macro that won't land
6300 inside a literal or on another awkward character.
6301 (c-state-cache-too-far, c-state-cache-start)
6302 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
6303 (c-state-nonlit-pos-cache-limit, c-state-point-min)
6304 (c-state-point-min-lit-type, c-state-point-min-lit-start)
6305 (c-state-min-scan-pos, c-state-brace-pair-desert)
6306 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
6307 buffer local variables.
6308 (c-state-literal-at, c-state-lit-beg)
6309 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
6310 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
6311 (c-state-cache-top-paren, c-state-cache-after-top-paren)
6312 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
6313 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
6314 (c-renarrow-state-cache)
6315 (c-append-lower-brace-pair-to-state-cache)
6316 (c-state-push-any-brace-pair, c-append-to-state-cache)
6317 (c-remove-stale-state-cache)
6318 (c-remove-stale-state-cache-backwards, c-state-cache-init)
6319 (c-invalidate-state-cache-1, c-parse-state-1)
6320 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
6321 (c-parse-state): Enhance and refactor.
6322 (c-debug-parse-state): Amend to deal with all the new variables.
6323
6324 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
6325 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
6326 modify to use category text properties rather than syntax-table ones.
6327 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
6328 to switch off/on the syntactic paren property of C++ template
6329 delimiters using the category property.
6330 (c-with-<->-as-parens-suppressed): Macro to invoke code with
6331 template delims suppressed.
6332 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
6333 New constant/macros which apply category properties to the start
6334 and end of preprocessor constructs.
6335 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
6336 "comment out" the syntactic value of characters in preprocessor
6337 constructs.
6338 (c-with-cpps-commented-out)
6339 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
6340 with characters in all or all but one preprocessor constructs
6341 "commented out".
6342
6343 2009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6344
6345 * proced.el (proced-filter-alist): Use regexp-quote.
6346
6347 2009-12-03 Michael Albinus <michael.albinus@gmx.de>
6348
6349 Cleanup.
6350 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
6351 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
6352 arguments. Expand `default-directory'.
6353
6354 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
6355 the benefit of returning an expanded localname.
6356 (tramp-tramp-file-p): Handle the case NAME is not a string.
6357
6358 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
6359
6360 Add support for bzr shelve/unshelve.
6361 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
6362 (vc-bzr-extra-menu-map): New variables.
6363 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
6364 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
6365 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
6366 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
6367 (vc-bzr-dir-extra-headers): Display shelves.
6368
6369 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
6370
6371 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
6372
6373 * textmodes/bibtex.el (bibtex-complete-internal):
6374 Use completion-in-region.
6375 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
6376
6377 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
6378
6379 Support applying stashes. Improve UI.
6380 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
6381 (vc-git-stash-apply, vc-git-stash-pop)
6382 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
6383 (vc-git-stash-menu): New functions.
6384 (vc-git-stash-menu-map): New variable.
6385 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
6386
6387 2009-12-03 Glenn Morris <rgm@gnu.org>
6388
6389 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
6390 (vc-print-log-internal): Fix previous change.
6391 (vc-revert): Correct pluralization.
6392
6393 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
6394
6395 * progmodes/make-mode.el (makefile-special-targets-list): No need for
6396 it to be an alist any more.
6397 (makefile-complete): Use completion-in-region.
6398
6399 * progmodes/octave-mod.el (octave-complete-symbol):
6400 Use completion-in-region.
6401
6402 Misc cleanup.
6403 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
6404 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
6405 (idlwave-complete-class): Don't quote lambda.
6406 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
6407 (idlwave-mode-map): Move initialization into declaration.
6408 (idlwave-action-and-binding): Use backquotes.
6409 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
6410 Simplify.
6411 (idlwave-is-pointer-dereference): Remove unused var `pos'.
6412 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
6413 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
6414 `parts', and `all-parts'.
6415 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
6416 (idlwave-convert-xml-system-routine-info): Remove unused string
6417 `version-string'.
6418 (idlwave-display-user-catalog-widget): Use dolist.
6419 (idlwave-scanning-lib): Declare dynamically-scoped var.
6420 (idlwave-scan-library-catalogs): Remove unused var `flags'.
6421 (completion-highlight-first-word-only): Declare to silence bytecomp.
6422 (idlwave-popup-select): Tighten scope of `resp'.
6423 (idlwave-find-struct-tag): Remove unused var `beg'.
6424 (idlwave-after-load-rinfo-hook): Declare.
6425 (idlwave-sintern-class-info): Remove unused var `taglist'.
6426 (idlwave-find-class-definition): Remove unused var `list'.
6427 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
6428 (idlwave-what-module-find-class): Remove unused var `classes'.
6429
6430 2009-12-03 Juanma Barranquero <lekktu@gmail.com>
6431
6432 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
6433
6434 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
6435
6436 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
6437 buffers visited. Remove redundant current-buffer-saving.
6438
6439 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
6440
6441 Use completion-in-buffer and remove uses of dynamic scoping.
6442 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
6443 (pascal-buffer-to-use, pascal-flag): Don't declare.
6444 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
6445 (pascal-get-completion-decl, pascal-keyword-completion):
6446 Add `pascal-str' argument, save-excursion,
6447 return the found completions, and don't filter with pascal-pred.
6448 (pascal-completion-cache): New var.
6449 (pascal-completion): Don't switch buffer any more (it was never
6450 necessary). Don't save-excursion any more (it's done by the called
6451 subroutines). Use a cache to avoid redundant computations.
6452 Use complete-with-action rather than pascal-completion-response and
6453 let it apply the predicate as well.
6454 (pascal-complete-word): Use completion-in-buffer when
6455 pascal-toggle-completions is nil.
6456 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
6457 not used any more.
6458 (pascal-comp-defun): Don't change buffer any more.
6459 Use complete-with-action rather than pascal-completion-response and
6460 let it apply the predicate as well.
6461 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
6462 when neded.
6463
6464 2009-12-02 Kenichi Handa <handa@m17n.org>
6465
6466 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
6467 shape for all Indic scripts.
6468
6469 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
6470
6471 Use completion-in-buffer.
6472 * wid-edit.el (widget-field-text-end): New function.
6473 (widget-field-value-get): Use it.
6474 (widget-string-complete, widget-file-complete)
6475 (widget-color-complete): Use it and completion-in-region.
6476 (widget-complete): Don't narrow the buffer.
6477
6478 2009-12-02 Glenn Morris <rgm@gnu.org>
6479
6480 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
6481 (rmail-select-summary): Use rmail-pop-to-buffer.
6482 * mail/rmailsum.el: Replace all pop-to-buffer calls with
6483 rmail-pop-to-buffer, to prevent horizontal splits.
6484
6485 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
6486 save-excursion with save-current-buffer.
6487 Widen before searching. (Bug#5093)
6488 (diary-list-sexp-entries): Remove superfluous save-excursion.
6489
6490 2009-12-02 Michael Welsh Duggan <mwd@cert.org>
6491
6492 * woman.el (woman-make-bufname): Handle man-pages with "." in the
6493 name. (Bug#5038)
6494
6495 2009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
6496
6497 * ido.el (ido-file-internal): Handle filenames at point that do
6498 not have a directory part. (Bug#5049)
6499
6500 2009-12-02 Juanma Barranquero <lekktu@gmail.com>
6501
6502 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
6503 (mpc-songs-jump-to, mpc-resume): Doc fixes.
6504
6505 2009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
6506
6507 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
6508 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
6509 any more.
6510
6511 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
6512
6513 * comint.el (comint-insert-input): Ignore clicks to the right of
6514 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
6515
6516 * vc.el (vc-print-log-internal): Don't wait for the process to
6517 terminate before setting up the major mode.
6518
6519 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
6520 in case.
6521
6522 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
6523 the last element.
6524
6525 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
6526
6527 2009-12-01 Glenn Morris <rgm@gnu.org>
6528
6529 * window.el (window--display-buffer-2): Fix previous changes.
6530
6531 2009-12-01 Chong Yidong <cyd@stupidchicken.com>
6532
6533 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
6534
6535 2009-12-01 Glenn Morris <rgm@gnu.org>
6536
6537 * Makefile.in (ELCFILES): Add mpc.elc.
6538
6539 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
6540
6541 * mpc.el: New file.
6542
6543 2009-12-01 Glenn Morris <rgm@gnu.org>
6544
6545 * window.el (window-to-use): Define for compiler.
6546
6547 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
6548 consistent with others (no final period).
6549
6550 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
6551 (rmail-mime-show): Downcase the encoding. (Bug#5070)
6552
6553 2009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
6554
6555 Make vc-print-log buttons work.
6556 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
6557
6558 2009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
6559
6560 * savehist.el (savehist-autosave-interval): Allow setting to nil
6561 through customize. (Bug#5056)
6562
6563 2009-11-30 Juanma Barranquero <lekktu@gmail.com>
6564
6565 Fix references to jit-lock properties.
6566 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
6567 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
6568 (perl-font-lock-special-syntactic-constructs):
6569 Quote jit-lock-defer-multiline property.
6570
6571 2009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
6572
6573 * vc-git.el (vc-git-registered): Call vc-git-root only once.
6574
6575 2009-11-30 Juri Linkov <juri@jurta.org>
6576
6577 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
6578 value `buffer' of `multi-isearch-next-buffer-current-function'.
6579 Use `(current-buffer)' when `buffer' is nil.
6580 (multi-isearch-next-buffer-from-list): Don't fallback to
6581 `(current-buffer)' when `buffer' is nil. (Bug#4947)
6582
6583 2009-11-30 Juri Linkov <juri@jurta.org>
6584
6585 * misearch.el (multi-isearch-read-buffers): Move canonicalization
6586 of buffers with `get-buffer' to `multi-isearch-buffers'.
6587 (multi-isearch-buffers, multi-isearch-buffers-regexp):
6588 Canonicalize BUFFERS with `get-buffer'. Doc fix.
6589 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
6590 FILES with `expand-file-name' converting relative file names
6591 to absolute. Doc fix. (Bug#4727)
6592
6593 2009-11-30 Juri Linkov <juri@jurta.org>
6594
6595 * misearch.el (multi-isearch-read-buffers)
6596 (multi-isearch-read-matching-buffers): New functions.
6597 (multi-isearch-buffers, multi-isearch-buffers-regexp):
6598 Use them in the `interactive' spec. Doc fix.
6599 (multi-isearch-read-files, multi-isearch-read-matching-files):
6600 New functions.
6601 (multi-isearch-files, multi-isearch-files-regexp):
6602 Use them in the `interactive' spec. Doc fix. (Bug#4725)
6603
6604 2009-11-30 Juri Linkov <juri@jurta.org>
6605
6606 * doc-view.el (doc-view-continuous):
6607 Rename from `doc-view-continuous-mode'.
6608 (doc-view-menu): Move "Toggle display" to the top.
6609 Add submenu "Continuous" with radio buttons "Off"/"On"
6610 and "Save as Default".
6611 (doc-view-scroll-up-or-next-page)
6612 (doc-view-scroll-down-or-previous-page)
6613 (doc-view-next-line-or-next-page)
6614 (doc-view-previous-line-or-previous-page): Rename
6615 `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
6616
6617 2009-11-30 Juri Linkov <juri@jurta.org>
6618
6619 * comint.el (comint-mode-map): Rebind `M-r' from
6620 `comint-previous-matching-input' to
6621 `comint-history-isearch-backward-regexp'.
6622 Unbind `M-s' to allow global key binding `M-s'.
6623 Add menu items for `comint-history-isearch-backward' and
6624 `comint-history-isearch-backward-regexp'. (Bug#3746)
6625
6626 2009-11-30 Juri Linkov <juri@jurta.org>
6627
6628 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
6629 For def=recenter, replace `recenter' with `recenter-top-bottom'
6630 that is called with `this-command' and `last-command' let-bound
6631 to `recenter-top-bottom'. When the last `def' was not `recenter',
6632 set `recenter-last-op' to nil. (Bug#4981)
6633
6634 2009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
6635
6636 Minor cleanup and simplification.
6637 * filecache.el (file-cache-add-directory)
6638 (file-cache-add-directory-recursively)
6639 (file-cache-add-from-file-cache-buffer)
6640 (file-cache-delete-file-regexp, file-cache-delete-directory)
6641 (file-cache-files-matching-internal, file-cache-display): Use dolist.
6642 (file-cache-temp-minibuffer-message): Delete function.
6643 (file-cache-minibuffer-complete): Use minibuffer-message instead.
6644
6645 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
6646 Don't signal an error when bumping into EOB in tr, s, or y.
6647
6648 2009-11-29 Juri Linkov <juri@jurta.org>
6649
6650 * startup.el (fancy-about-text): Fix wording of Guided Tour.
6651 (Bug#4960)
6652
6653 * descr-text.el (describe-char-unidata-list): Use lowercase name
6654 for "Unicode name" like in other tags.
6655
6656 2009-11-29 Juri Linkov <juri@jurta.org>
6657
6658 * ediff-util.el (ediff-minibuffer-with-setup-hook):
6659 New compatibility macro.
6660 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
6661
6662 2009-11-29 Juri Linkov <juri@jurta.org>
6663
6664 Add defcustom to define the cycling order of `recenter-top-bottom'.
6665 (Bug#4981)
6666
6667 * window.el (recenter-last-op): Doc fix.
6668 (recenter-positions): New defcustom.
6669 (recenter-top-bottom): Rewrite to use `recenter-positions'.
6670 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
6671
6672 2009-11-29 Michael Albinus <michael.albinus@gmx.de>
6673
6674 Improve integration of Tramp and ange-ftp in eshell.
6675
6676 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
6677 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
6678 (eshell/sudo): Flatten args. Let-bind `default-directory'.
6679
6680 * eshell/esh-util.el (top): Require also Tramp when compiling.
6681 (eshell-directory-files-and-attributes): Check for FTP remote
6682 connection.
6683 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
6684 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
6685 (eshell-file-attributes): Handle ".". Return `entry'.
6686
6687 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
6688 (ange-ftp-directory-files-and-attributes)
6689 (ange-ftp-real-directory-files-and-attributes): New defuns.
6690
6691 * net/tramp.el (tramp-maybe-open-connection): Open the remote
6692 shell with "exec" when possible. This prevents trailing prompts
6693 in `start-file-process'.
6694
6695 2009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
6696
6697 Try and remove assumptions about point-min==1.
6698 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
6699 (rng-compute-mode-line-string): Show the validation percentage in
6700 terms of the narrowed text, not the widened text.
6701 (rng-do-some-validation): Don't catch internal errors when debugging.
6702 (rng-first-error): Simplify.
6703 (rng-after-change-function): Remove work around. AFAIK the bug has
6704 been fixed a while ago.
6705
6706 * image-mode.el (image-minor-mode): Exit more gracefully when the image
6707 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
6708
6709 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
6710
6711 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
6712 `cd' doesn't always do it for us (bug#5067).
6713
6714 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
6715 on 2009-10-25 as part of some other change (bug#5067).
6716
6717 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
6718
6719 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
6720 `suspicious'.
6721 (byte-compile-warnings): Use byte-compile-warning-types.
6722 (byte-compile-save-excursion): Warn about use of set-buffer right
6723 after save-excursion.
6724
6725 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
6726 the excursion as well.
6727
6728 2009-11-27 Michael Albinus <michael.albinus@gmx.de>
6729
6730 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
6731 providing a Tramp related implementation of "su" and "sudo".
6732 (eshell-unix-initialize): Add "su" and "sudo".
6733
6734 2009-11-27 Daiki Ueno <ueno@unixuser.org>
6735
6736 * net/socks.el (socks-send-command): Convert binary request to
6737 unibyte before sending. This fixes mishandling of some port
6738 numbers such as 129.
6739
6740 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
6741
6742 * help.el (describe-bindings-internal): Remove `interactive'.
6743
6744 * man.el (Man-completion-table): Trim a terminating "(".
6745 Remove the space between name page a section.
6746 Add the command's description on the `help-echo' property.
6747 Remove `process-connection-type' binding since it's unused by
6748 call-process.
6749 Provide completion for the "<section> <name>" format as well.
6750 (Man-default-man-entry): Remove spurious var shadowing the argument.
6751
6752 2009-11-26 Kevin Ryde <user42@zip.com.au>
6753
6754 * log-view.el: Add "Keywords: tools", since its other keywords
6755 aren't in finder-known-keywords, and following vc.el.
6756
6757 * sha1.el (sha1-string-external): default-directory "/" in case
6758 otherwise non-existent. process-connection-type pipe for touch of
6759 efficiency recommended by elisp manual. (An aside in Bug#3911.)
6760
6761 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
6762
6763 Misc coding convention cleanups.
6764 * htmlfontify.el (hfy-init-kludge-hook): Rename from
6765 hfy-init-kludge-hooks.
6766 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
6767 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
6768 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
6769 and push.
6770 (hfy-slant, hfy-weight): Use tables rather than code.
6771 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
6772 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
6773 (hfy-face-attr-for-class): Initialize `face-spec' directly.
6774 (hfy-face-to-css): Remove `nconc' with single arg.
6775 (hfy-p-to-face-lennart): Use `or'.
6776 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
6777 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
6778 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
6779 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
6780 (hfy-force-fontification): Use run-hooks.
6781
6782 2009-11-26 Vivek Dasmohapatra <vivek@etla.org>
6783
6784 Various minor fixes.
6785 * htmlfontify.el (hfy-default-header): Add toggle_invis since
6786 Javascript belongs in the header, not the body.
6787 (hfy-javascript): Remove.
6788 (hfy-fontify-buffer): Don't insert it any more.
6789 (hfy-face-at): Handle (face0 face1 face2) style face properties.
6790 Fix bug in invis handling when there were no invis props in a chunk.
6791
6792 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
6793
6794 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
6795
6796 2009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
6797
6798 * finder.el (finder-mode-map): Add a menu.
6799
6800 2009-11-26 Michael McNamara <mac@mail.brushroad.com>
6801
6802 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
6803 "unsigned" structs.
6804
6805 (verilog-leap-to-head, verilog-backward-token): Handle "disable
6806 fork" statement better.
6807
6808 2009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
6809
6810 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
6811 (verilog-delete-auto, verilog-delete-empty-auto-pair)
6812 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
6813 Reported by Clay Douglass.
6814
6815 (verilog-auto-inst, verilog-auto-star-safe)
6816 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
6817 Fix removing "// Interfaces" when saving .* expansions. Reported by
6818 Pierre-David Pfister.
6819
6820 2009-11-26 Glenn Morris <rgm@gnu.org>
6821
6822 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
6823 the scope.
6824
6825 2009-11-25 Johan Bockgård <bojohan@gnu.org>
6826
6827 * vc-annotate.el (vc-annotate-revision-previous-to-line):
6828 Really use previous revision.
6829
6830 2009-11-25 Kevin Ryde <user42@zip.com.au>
6831
6832 * man.el (Man-completion-table): default-directory "/" in case
6833 doesn't otherwise exist. process-environment COLUMNS=999 so as
6834 not to truncate long names. process-connection-type pipe to avoid
6835 any chance of hitting the pseudo-tty TIOCGWINSZ.
6836 (man): completion-ignore-case t for friendliness and since man
6837 itself is case-insensitive on the command line.
6838 Further to Bug#3717.
6839
6840 * arc-mode.el: Add "Keywords: files", so the details in its
6841 commentary can be reached from finder-by-keyword.
6842 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
6843 editing mode, but it's comms related and sgml-mode.el has "comm"
6844 on that basis too.
6845 * textmodes/bibtex-style.el: Add "Keywords: tex".
6846 * international/isearch-x.el, international/ja-dic-cnv.el:
6847 * international/ja-dic-utl.el, international/kkc.el:
6848 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
6849
6850 2009-11-25 Juri Linkov <juri@jurta.org>
6851
6852 * man.el (Man-completion-table): Modify regexp to include
6853 section names to completion strings. (Bug#3717)
6854
6855 2009-11-25 Juri Linkov <juri@jurta.org>
6856
6857 Search recursively in gzipped files. (Bug#4982)
6858
6859 * progmodes/grep.el (grep-highlight-matches): Add new options
6860 `always' and `auto'. Doc fix.
6861 (grep-process-setup): Check `grep-highlight-matches' for
6862 `auto-detect' to determine the need to compute grep defaults.
6863 Move Windows/DOS specific --colors settings handling
6864 to `grep-compute-defaults'. Check `grep-highlight-matches'
6865 to get the value of "--color=".
6866 (grep-compute-defaults): Compute `grep-highlight-matches' when it
6867 has the value `auto-detect'. Move Windows/DOS specific settings
6868 from `grep-process-setup'.
6869 (zrgrep): New command with alias `rzgrep'.
6870
6871 2009-11-25 Juri Linkov <juri@jurta.org>
6872
6873 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
6874 to nil instead of switching off view-mode. (Bug#4896)
6875
6876 2009-11-25 Juri Linkov <juri@jurta.org>
6877
6878 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
6879
6880 * mwheel.el (mwheel-scroll-up-function)
6881 (mwheel-scroll-down-function): New defvars.
6882 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
6883 `scroll-up', and `mwheel-scroll-down-function' instead of
6884 `scroll-down'.
6885
6886 * doc-view.el (doc-view-scroll-up-or-next-page)
6887 (doc-view-scroll-down-or-previous-page): Add optional ARG.
6888 Use this ARG in the call to image-scroll-up/image-scroll-down.
6889 Change `interactive' spec to "P". Goto next/previous page only
6890 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
6891 SPC/DEL case). Doc fix.
6892 (doc-view-next-line-or-next-page)
6893 (doc-view-previous-line-or-previous-page): Rename arg to ARG
6894 for consistency.
6895 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
6896 `doc-view-scroll-up-or-next-page', and buffer-local
6897 `mwheel-scroll-down-function' to
6898 `doc-view-scroll-down-or-previous-page'.
6899
6900 2009-11-25 Juri Linkov <juri@jurta.org>
6901
6902 Provide additional default values (directories at other Dired
6903 windows) via M-n in the minibuffer of some Dired commands.
6904
6905 * dired-aux.el (dired-diff, dired-compare-directories)
6906 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
6907 `minibuffer-default' in `minibuffer-with-setup-hook'.
6908 (dired-dwim-target-directory): Find a window that displays Dired
6909 buffer instead of failing when the next window is not Dired.
6910 Use `get-window-with-predicate' to find for the next Dired window.
6911 (dired-dwim-target-defaults): New function.
6912
6913 * ediff-util.el (ediff-read-file-name):
6914 Use `dired-dwim-target-defaults' to set `minibuffer-default'
6915 in `minibuffer-with-setup-hook'.
6916
6917 2009-11-25 Juri Linkov <juri@jurta.org>
6918
6919 Provide additional default values (file name at point or at the
6920 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
6921
6922 * minibuffer.el (read-file-name-defaults): New function.
6923 (read-file-name): Reset `minibuffer-default' to nil when
6924 it duplicates initial input `insdef'.
6925 Bind `minibuffer-default-add-function' to lambda that
6926 calls `read-file-name-defaults' in `minibuffer-selected-window'.
6927 (minibuffer-insert-file-name-at-point): New command.
6928
6929 * files.el (file-name-at-point-functions): New defcustom.
6930 (find-file-default): Remove defvar.
6931 (find-file-read-args): Don't use `find-file-default'.
6932 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
6933 to `read-file-name'.
6934 (find-file-literally): Use `read-file-name' with
6935 `confirm-nonexistent-file-or-buffer'.
6936
6937 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
6938
6939 * dired.el (dired-read-dir-and-switches):
6940 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
6941 to `read-file-name'.
6942 (dired-file-name-at-point): New function.
6943 (dired-mode): Add hook `dired-file-name-at-point' to
6944 `file-name-at-point-functions'.
6945
6946 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
6947
6948 Really make the *Completions* window soft-dedicated (bug#5030).
6949 * window.el (window--display-buffer-2): Add `dedicated' argument.
6950 (display-buffer): Pass it when needed so the dedicated flag is set
6951 after calling set-window-buffer, which would otherwise reset it.
6952
6953 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
6954
6955 * progmodes/meta-mode.el (meta-complete-symbol):
6956 * progmodes/etags.el (complete-tag):
6957 * mail/mailabbrev.el (mail-abbrev-complete-alias):
6958 Use completion-in-region.
6959
6960 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
6961 (dabbrev-completion): Use completion-in-region.
6962 (dabbrev--abbrev-at-point): Simplify regexp.
6963
6964 * abbrev.el (abbrev--before-point): Use word-motion functions
6965 if :regexp is not specified (bug#5031).
6966
6967 * subr.el (string-prefix-p): New function.
6968
6969 * man.el (Man-completion-cache): New var.
6970 (Man-completion-table): Use it.
6971
6972 * vc.el (vc-print-log-internal): Make `limit' optional for better
6973 compatibility (e.g. with vc-annotate.el).
6974
6975 2009-11-24 Kevin Ryde <user42@zip.com.au>
6976
6977 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
6978 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
6979
6980 * emacs-lisp/elint.el (elint-add-required-env): Better error message
6981 when .el source file not found or other error.
6982
6983 2009-11-24 Markus Triska <markus.triska@gmx.at>
6984
6985 * linum.el (linum-update-window): Ignore intangible (bug#4996).
6986
6987 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
6988
6989 Handle the [back] button properly (bug#4979).
6990 * descr-text.el (describe-text-properties): Add a `buffer' argument.
6991 Use help-setup-xref, help-buffer, and with-help-window.
6992 (describe-char): Add `buffer' argument.
6993 Pass proper command to help-setup-xref. Don't meddle with
6994 help-xref-stack-item directly.
6995 (describe-text-category): Use with-help-window and help-buffer.
6996
6997 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
6998 for the displayed buffer (bug#4887).
6999
7000 * man.el (Man-completion-table): New function.
7001 (man): Use it.
7002
7003 2009-11-24 David Reitter <david.reitter@gmail.com>
7004
7005 * vc-git.el (vc-git-registered): Use checkout directory (where
7006 .git is) rather than the file's directory and a relative path spec
7007 to work around a bug in git.
7008
7009 2009-11-24 Michael Albinus <michael.albinus@gmx.de>
7010
7011 Improve handling of processes on remote hosts.
7012
7013 * eshell/esh-util.el (eshell-path-env): New defvar.
7014 (eshell-parse-colon-path): New defun.
7015 (eshell-file-attributes): Use `eshell-parse-colon-path'.
7016
7017 * eshell/esh-ext.el (eshell-search-path):
7018 Use `eshell-parse-colon-path'.
7019 (eshell-remote-command): Remove argument HANDLER.
7020 (eshell-external-command): Check for FTP remote connection.
7021
7022 * eshell/esh-proc.el (eshell-gather-process-output):
7023 Use `file-truename', in order to start also symlinked files.
7024 Apply `start-file-process' instead of `start-process'.
7025 Shorten `command' to the local file name part.
7026
7027 * eshell/em-cmpl.el (eshell-complete-commands-list):
7028 Use `eshell-parse-colon-path'.
7029
7030 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
7031
7032 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
7033 to `eshell-directory-change-hook'.
7034
7035 2009-11-24 Tassilo Horn <tassilo@member.fsf.org>
7036
7037 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
7038 because it could be enabled automatically if view-read-only is non-nil.
7039
7040 2009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
7041
7042 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
7043 made on 2009-11-22.
7044
7045 2009-11-24 Glenn Morris <rgm@gnu.org>
7046
7047 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
7048 deleted variable bookmark-bmenu-bookmark-column.
7049
7050 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
7051 Move after definition of global-semantic-idle-tag-highlight-mode.
7052
7053 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
7054
7055 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
7056
7057 2009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
7058
7059 * net/browse-url.el (browse-url-filename-alist): On Windows, add
7060 two slashes to the "file:" prefix.
7061 (browse-url-file-url): De-munge Cygwin filenames before passing
7062 them to Windows browser.
7063 (browse-url-default-windows-browser): Use call-process.
7064
7065 2009-11-23 Juri Linkov <juri@jurta.org>
7066
7067 Implement DocView Continuous mode. (Bug#4896)
7068 * doc-view.el (doc-view-continuous-mode): New defcustom.
7069 (doc-view-mode-map): Bind C-n/<down> to
7070 `doc-view-next-line-or-next-page', C-p/<up> to
7071 `doc-view-previous-line-or-previous-page'.
7072 (doc-view-next-line-or-next-page)
7073 (doc-view-previous-line-or-previous-page): New commands.
7074
7075 2009-11-23 Juri Linkov <juri@jurta.org>
7076
7077 Implement Isearch in comint input history. (Bug#3746)
7078 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
7079 `isearch-mode-hook'.
7080 (comint-history-isearch): New defcustom.
7081 (comint-history-isearch-backward)
7082 (comint-history-isearch-backward-regexp): New commands.
7083 (comint-history-isearch-message-overlay): New buffer-local variable.
7084 (comint-history-isearch-setup, comint-history-isearch-end)
7085 (comint-goto-input, comint-history-isearch-search)
7086 (comint-history-isearch-message, comint-history-isearch-wrap)
7087 (comint-history-isearch-push-state)
7088 (comint-history-isearch-pop-state): New functions.
7089
7090 2009-11-23 Michael Albinus <michael.albinus@gmx.de>
7091
7092 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
7093 return.
7094 (tramp-handle-make-symbolic-link)
7095 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
7096 Quote file names.
7097 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
7098 (tramp-handle-process-file): Use it.
7099
7100 2009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
7101
7102 * window.el (move-to-window-line-last-op): Remove.
7103 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
7104
7105 2009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
7106
7107 Make M-r mirror the new cycling behavior of C-l.
7108 * window.el (move-to-window-line-last-op): New var.
7109 (move-to-window-line-top-bottom): New command.
7110 (global-map): Bind M-r move-to-window-line-top-bottom.
7111
7112 2009-11-23 Sven Joachim <svenjoac@gmx.de>
7113
7114 * dired-x.el (dired-guess-shell-alist-default):
7115 Support xz format. (Bug#4953)
7116
7117 2009-11-22 Chong Yidong <cyd@stupidchicken.com>
7118
7119 * cedet/srecode/map.el (srecode-get-maps):
7120 * cedet/semantic/wisent/wisent.el (wisent-parse-toggle-verbose-flag):
7121 * cedet/semantic/wisent/comp.el (wisent-toggle-verbose-flag):
7122 * cedet/semantic/decorate/mode.el (semantic-decoration-mode)
7123 (semantic-toggle-decoration-style):
7124 * cedet/semantic/decorate/include.el
7125 (semantic-decoration-include-describe)
7126 (semantic-decoration-unknown-include-describe)
7127 (semantic-decoration-unparsed-include-describe)
7128 (semantic-decoration-all-include-summary):
7129 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init):
7130 * cedet/semantic/analyze/complete.el
7131 (semantic-analyze-possible-completions):
7132 * cedet/semantic/util-modes.el (semantic-highlight-edits-mode)
7133 (semantic-show-unmatched-syntax-mode)
7134 (semantic-show-parser-state-mode, semantic-stickyfunc-mode)
7135 (semantic-highlight-func-mode):
7136 * cedet/semantic/util.el (semantic-describe-buffer):
7137 * cedet/semantic/symref.el (semantic-symref-find-references-by-name)
7138 (semantic-symref-find-tags-by-name)
7139 (semantic-symref-find-tags-by-regexp)
7140 (semantic-symref-find-tags-by-completion)
7141 (semantic-symref-find-file-references-by-name)
7142 (semantic-symref-find-text):
7143 * cedet/semantic/senator.el (senator-copy-tag, senator-kill-tag)
7144 (senator-yank-tag):
7145 * cedet/semantic/scope.el (semantic-calculate-scope):
7146 * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
7147 * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
7148 (define-semantic-idle-service):
7149 * cedet/semantic/complete.el (semantic-complete-analyze-inline)
7150 (semantic-complete-analyze-inline-idle):
7151 * cedet/semantic/analyze.el (semantic-analyze-current-context):
7152 * cedet/mode-local.el (describe-mode-local-bindings)
7153 (describe-mode-local-bindings-in-mode):
7154 * cedet/ede/make.el (ede-make-check-version):
7155 * cedet/ede/locate.el (ede-enable-locate-on-project):
7156 * cedet/cedet-idutils.el (cedet-idutils-expand-filename)
7157 (cedet-idutils-version-check):
7158 * cedet/cedet-global.el (cedet-gnu-global-expand-filename)
7159 (cedet-gnu-global-version-check):
7160 * cedet/cedet-cscope.el (cedet-cscope-expand-filename)
7161 (cedet-cscope-version-check): Use called-interactively-p instead
7162 of interactive-p.
7163
7164 * cedet/semantic/ia.el (semantic-ia-completion-format-tag-function):
7165 Use semantic-format-tag-prototype.
7166
7167 2009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
7168
7169 * emulation/viper-cmd.el: Use viper-last-command-char instead of
7170 last-command-char/last-command-event.
7171 (viper-prefix-arg-value): Do correct conversion of event-char for
7172 XEmacs.
7173
7174 * emulation/viper-util.el, emulation/viper.el:
7175 Use viper-last-command-char instead of
7176 last-command-char/last-command-event.
7177
7178 * ediff-init.el, ediff-mult.el, ediff-util.el:
7179 Replace last-command-char and last-command-event
7180 with (ediff-last-command-char) everywhere.
7181
7182 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
7183 created in fundamental mode.
7184
7185 * ediff.el (ediff-version): Revert the change of interactive-p to
7186 called-interactively-p.
7187
7188 2009-11-22 Tassilo Horn <tassilo@member.fsf.org>
7189
7190 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
7191 generation from word-movement command names.
7192
7193 2009-11-21 Chong Yidong <cyd@stupidchicken.com>
7194
7195 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
7196 (semantic-complete-jump-local, semantic-complete-jump):
7197 Improve prompt string.
7198
7199 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
7200
7201 * cus-start.el (all): Add native condition for font-use-system-font.
7202
7203 2009-11-21 Nathaniel Flath <flat0103@gmail.com>
7204
7205 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
7206 Correct the patch from 2009-11-18. (Bug#3910)
7207
7208 2009-11-21 Tassilo Horn <tassilo@member.fsf.org>
7209
7210 * progmodes/subword.el: Rename from lisp/subword.el.
7211
7212 * subword.el: Rename to progmodes/subword.el.
7213
7214 * Makefile.in (ELCFILES): Adapt to subword.el move.
7215
7216 2009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
7217 Stefan Monnier <monnier@iro.umontreal.ca>
7218
7219 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
7220 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
7221 (bookmark-bmenu-show-filenames): Use push.
7222 (bookmark-bmenu-hide-filenames): Use local var instead of
7223 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
7224 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
7225 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
7226 filenames now that the bookmark names are always available.
7227
7228 2009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
7229
7230 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
7231 (bookmark-search-pattern): Move and leave unbound.
7232 (bookmark-bmenu-mode-map): Change binding.
7233 (bookmark-read-search-input): Simplify.
7234 Don't use text-char-description. Don't error on non-char events.
7235 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
7236 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
7237 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
7238 Use a local var for the timer.
7239 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
7240 (i.e. bookmark-bmenu-search).
7241
7242 2009-11-21 Glenn Morris <rgm@gnu.org>
7243
7244 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
7245
7246 2009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
7247
7248 * net/browse-url.el (browse-url-default-windows-browser):
7249 Use cygstart for cygwin.
7250
7251 2009-11-20 Karl Fogel <karl.fogel@red-bean.com>
7252
7253 * bookmark.el: Formatting and doc fixes only:
7254 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
7255 (bookmark-bmenu-search): Wrap to fit within 80 columns.
7256 Minor grammar and punctuation fixes in doc string.
7257 (bookmark-read-search-input): Adjust to fit within 80 columns.
7258
7259 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
7260
7261 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
7262 (c-backward-into-nomenclature): Adapt to subword renaming.
7263
7264 * subword.el (subword-forward, subword-backward, subword-mark)
7265 (subword-kill, subword-backward-kill, subword-transpose)
7266 (subword-downcase, subword-upcase, subword-capitalize)
7267 (subword-forward-internal, subword-backward-internal):
7268 Rename from forward-subword, backward-subword, mark-subword,
7269 kill-subword, backward-kill-subword, transpose-subwords,
7270 downcase-subword, upcase-subword, capitalize-subword,
7271 forward-subword-internal, backward-subword-internal.
7272
7273 2009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
7274
7275 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
7276 New options.
7277 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
7278 New vars.
7279 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
7280 (bookmark-bmenu-filter-alist-by-regexp)
7281 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
7282 (bookmark-bmenu-search): New command.
7283 (bookmark-bmenu-mode-map): Bind it.
7284
7285 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
7286
7287 * cedet/semantic/complete.el (semantic-complete-inline-map): Doc fix.
7288
7289 * cedet/semantic/idle.el (define-semantic-idle-service)
7290 (semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
7291
7292 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
7293
7294 * progmodes/cc-cmds.el: declare-functioned forward-subword and
7295 backward-subword to quit the byte-compiler.
7296
7297 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
7298
7299 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
7300
7301 * progmodes/cc-cmds.el (c-update-modeline)
7302 (c-forward-into-nomenclature, c-backward-into-nomenclature):
7303 Refer to subword.el functions instead of cc-subword.el.
7304
7305 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
7306 subword.el functions instead of cc-subword.el.
7307
7308 * progmodes/cc-subword.el: Rename to subword.el.
7309 * subword.el: Rename from progmodes/cc-subword.el.
7310 (subword-mode-map): Rename from c-subword-mode-map.
7311 (subword-mode): Rename from c-subword-mode.
7312 (global-subword-mode): New global minor mode.
7313 (forward-subword): Rename from c-forward-subword.
7314 (backward-subword): Rename from c-backward-subword.
7315 (mark-subword): Rename from c-mark-subword.
7316 (kill-subword): Rename from c-kill-subword.
7317 (backward-kill-subword): Rename from c-backward-kill-subword.
7318 (transpose-subwords): Rename from c-tranpose-subword.
7319 (downcase-subword): Rename from c-downcase-subword.
7320 (capitalize-subword): Rename from c-capitalize-subword.
7321 (forward-subword-internal): Rename from c-forward-subword-internal.
7322 (backward-subword-internal): Rename from c-backward-subword-internal.
7323
7324 2009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
7325
7326 * vc.el (vc-deduce-fileset): Allow non-state changing operations
7327 from a dired buffer.
7328 (vc-dired-deduce-fileset): New function.
7329 (vc-root-diff, vc-print-root-log): Use it.
7330
7331 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
7332 nil LIMIT argument to vc-print-log-internal.
7333
7334 2009-11-20 Glenn Morris <rgm@gnu.org>
7335
7336 * Makefile.in (ELCFILES): Regenerate.
7337
7338 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
7339
7340 * cedet/cedet.el (cedet-menu-map): Re-order menu items.
7341
7342 * cedet/semantic.el: Enable idle-mode menu items only if
7343 global-semantic-idle-scheduler-mode is enabled.
7344 (semantic-default-submodes): Doc fix.
7345
7346 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
7347 When turning off, disable other idle modes.
7348
7349 2009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
7350
7351 * calc/calc.el (calc-set-mode-line):
7352 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
7353 (math-format-number): Rename `math-format-complement-signed' to
7354 `math-format-twos-complement'.
7355
7356 * calc/calc-bin.el (math-format-twos-complement): Rename from
7357 math-format-complement-signed.
7358 (calc-radix): Rename `calc-complement-signed-mode' to
7359 `calc-twos-complement-mode'.
7360 (calc-octal-radix, calc-hex-radix): Add an argument for
7361 two's complement.
7362
7363 * calc/calc-embed.el (calc-embedded-mode-vars):
7364 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
7365
7366 * calc/calc-ext.el (calc-init-extensions):
7367 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
7368 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
7369
7370 * calc/calc-units.el (math-build-units-table-buffer):
7371 Let `calc-twos-complement-mode' be nil.
7372
7373 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
7374 entries.
7375
7376 * calc/calc-vec.el (calcFunc-vunpack):
7377 * calc/calc-aent.el (calc-do-calc-eval):
7378 * calc/calc-forms.el (math-format-date):
7379 * calc/calc-graph.el (calc-graph-plot):
7380 * calc/calc-math.el (math-use-emacs-fn):
7381 * calc/calccomp.el (math-compose-expr):
7382 Let `calc-twos-complement-mode' be nil.
7383
7384 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
7385
7386 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
7387 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
7388 * minibuffer.el (completion-in-region-functions): New hook.
7389 (completion-in-region): New function.
7390 * emacs-lisp/lisp.el (lisp-complete-symbol):
7391 * pcomplete.el (pcomplete-std-complete): Use it.
7392
7393 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
7394
7395 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
7396 (latex-complete-alist): New vars.
7397 (latex-string-prefix-p, latex-complete-bibtex-keys)
7398 (latex-complete-envnames, latex-complete-refkeys)
7399 (latex-complete-data): New functions.
7400 (latex-complete, latex-indent-or-complete): New commands.
7401
7402 * window.el (display-buffer-mark-dedicated): New var.
7403 (display-buffer): Obey it.
7404 * minibuffer.el (minibuffer-completion-help): Use it.
7405
7406 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
7407
7408 * filecache.el (file-cache-add-file): Use push and cons.
7409 (file-cache-delete-file-regexp): Use push.
7410 (file-cache-complete): Use completion-in-region.
7411
7412 * simple.el (with-wrapper-hook): Fix thinko.
7413
7414 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
7415 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
7416 Use with-current-buffer and string-to-number.
7417 (hfy-fallback-colour-values): Use assoc-string.
7418 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
7419 (hfy-face-at): Remove unused var `found-face'.
7420 (hfy-compile-stylesheet): Remove unused var `css'.
7421 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
7422 and `orig-buffer'.
7423 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
7424 Use with-current-buffer.
7425 (hfy-text-p): Use expand-file-name and fewer setq.
7426
7427 2009-11-19 Vivek Dasmohapatra <vivek@etla.org>
7428
7429 * htmlfontify.el, hfy-cmap.el: New files.
7430
7431 2009-11-19 Juri Linkov <juri@jurta.org>
7432
7433 * minibuffer.el (completions-format): New defcustom.
7434 (completion--insert-strings): Implement vertical format.
7435
7436 * simple.el (switch-to-completions): Move point to the first
7437 completion when point was at the beginning of the buffer.
7438
7439 2009-11-19 Juri Linkov <juri@jurta.org>
7440
7441 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
7442
7443 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
7444
7445 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
7446
7447 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
7448 (mail-signature): Change default to t.
7449 (mail-from-style): Deprecate `system-default' value.
7450 (mail-insert-from-field): For default value of mail-from-style,
7451 default to `angles' unless `angles' needs quoting and `parens'
7452 does not.
7453 (mail-citation-prefix-regexp): Use citation regexp from
7454 message-mode.
7455
7456 2009-11-19 Michael Albinus <michael.albinus@gmx.de>
7457
7458 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
7459 Set variables for computing the prompt for reading password.
7460
7461 2009-11-19 Glenn Morris <rgm@gnu.org>
7462
7463 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
7464
7465 * textmodes/flyspell.el (sgml-lexical-context): Declare.
7466
7467 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
7468 (newsticker-treeview-listwindow-height): Fix custom type.
7469
7470 2009-11-19 Kenichi Handa <handa@m17n.org>
7471
7472 * descr-text.el (describe-char-padded-string): Compose with TAB
7473 only if there's a font for CH.
7474 (describe-char): Fix the condition for detecting a trivial composition.
7475
7476 2009-11-18 Nathaniel Flath <flat0103@gmail.com>
7477
7478 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
7479 more accurate version of the regexp. (Bug#3910)
7480
7481 2009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
7482
7483 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
7484
7485 2009-11-18 Juanma Barranquero <lekktu@gmail.com>
7486
7487 * font-setting.el (font-use-system-font): Declare for byte-compiler.
7488 (font-setting-change-default-font): Fix typo in docstring.
7489
7490 2009-11-18 Alan Mackenzie <acm@muc.de>
7491
7492 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
7493
7494 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
7495
7496 * font-setting.el (font-use-system-font): Move ...
7497
7498 * cus-start.el (all): ... to here.
7499
7500 2009-11-17 Michael Albinus <michael.albinus@gmx.de>
7501
7502 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
7503 Don't set `ad-return-value' if `ad-do-it' doesn't.
7504
7505 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
7506 modification time.
7507
7508 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
7509
7510 * menu-bar.el: Put "Use system font" in Option-menu.
7511 (menu-bar-options-save): Add font-use-system-font.
7512
7513 * loadup.el: If feature system-font-setting or font-render-setting is
7514 there, load font-setting.
7515
7516 * Makefile.in (ELCFILES): Add font-settings.el.
7517 * font-setting.el: New file.
7518
7519 2009-11-17 Glenn Morris <rgm@gnu.org>
7520
7521 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
7522
7523 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
7524 Preserve point in the list buffer. (Bug#4939)
7525 Use point-at-eol.
7526 (newsticker--treeview-list-update-highlight)
7527 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
7528
7529 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
7530
7531 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
7532 Remove.
7533
7534 * calc/calc-ext.el (calc-init-extensions): Remove references to
7535 symclip.
7536
7537 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
7538
7539 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
7540 * calc/calc-help.el (calc-b-prefix-help): Remove references to
7541 `calc-symclip'.
7542
7543 2009-11-16 Kevin Ryde <user42@zip.com.au>
7544
7545 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
7546 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
7547
7548 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
7549 (lm-keywords-list): Allow comma-only separator like "foo,bar".
7550 Ignore trailing spaces by omit-nulls to split-string (fixing
7551 regression from Emacs 21 due to the incompatible split-string
7552 change). (Bug #4928.)
7553
7554 2009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
7555
7556 * vc.el (vc-log-show-limit): Default to 2000.
7557 (vc-print-log-internal): Insert buttons to request more entries
7558 when limiting the output.
7559
7560 * vc-sccs.el (vc-sccs-print-log):
7561 * vc-rcs.el (vc-rcs-print-log):
7562 * vc-cvs.el (vc-cvs-print-log):
7563 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
7564 LIMIT is non-nil.
7565
7566 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
7567
7568 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
7569 error when `tramp-gvfs-dbus-event-vector' is set.
7570 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
7571
7572 2009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
7573
7574 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
7575
7576 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
7577
7578 * net/dbus.el (dbus-unregister-service): New defun.
7579 (dbus-register-property): Register the handlers of
7580 "org.freedesktop.DBus.Properties" for SERVICE.
7581 (dbus-property-handler): Fix docstring.
7582
7583 2009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7584
7585 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
7586 Quote doc string reference in defvaralias as it is not in special form.
7587 (byte-compile-output-docform): Doc fix.
7588
7589 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
7590
7591 * calc/calc.el (math-2-word-size, math-half-2-word-size)
7592 (calc-complement-signed-mode): New variables.
7593 (calc-set-mode-line): Add indicator for twos-complements.
7594 (math-format-number): Format twos-complement notation.
7595
7596 * calc/calc-bin.el (calc-word-size): Reset the variables
7597 `math-2-word-size' and `math-half-2-word-size'.
7598 (math-format-complement-signed, math-symclip, calcFunc-symclip)
7599 (calc-symclip): New functions.
7600
7601 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
7602
7603 * calc/calc-embed.el (calc-embedded-mode-vars):
7604 Add `calc-complement-signed-mode' to the list of modes.
7605
7606 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
7607 (calc-b-oper-keys): Add `calc-symclip' to list.
7608
7609 * calc/calc-ext.el (math-read-number-fancy): Read complement
7610 signed numbers.
7611 (calc-init-extensions): Add binding for `calc-symclip'.
7612 Add autoload for `calcFunc-symclip' and `calc-symclip'.
7613
7614 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
7615 `calc-symclip'.
7616 (calc-modes-menu): Add item for twos complement mode.
7617
7618 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
7619
7620 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
7621
7622 * register.el (jump-to-register, insert-register): Handle Semantic
7623 tags. From commented-out advice in semantic/senator.el.
7624
7625 2009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
7626
7627 * vc.el (vc-log-show-limit): New variable.
7628 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
7629 when using a prefix argument.
7630 (vc-print-log-internal): Add new argument LIMIT.
7631
7632 * vc-svn.el (vc-svn-print-log):
7633 * vc-mtn.el (vc-mtn-print-log):
7634 * vc-hg.el (vc-hg-print-log):
7635 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
7636 pass it to the log command when set. Make the BUFFER argument
7637 non-optional.
7638
7639 * vc-sccs.el (vc-sccs-print-log):
7640 * vc-rcs.el (vc-rcs-print-log):
7641 * vc-git.el (vc-git-print-log):
7642 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
7643 ignore it. Make the BUFFER argument non-optional
7644
7645 * bindings.el (mode-line-buffer-identification): Do not purecopy.
7646
7647 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
7648
7649 * dired.el (dired-mode-map): Move encryption items to "Operate"
7650 menu (Bug#4703).
7651
7652 * strokes.el (strokes-update-window-configuration): Make strokes
7653 buffer current before erasing (Bug#4906).
7654
7655 * cedet/semantic/idle.el (semantic-idle-summary-mode)
7656 (semantic-idle-summary-mode): Define using define-minor-mode
7657 instead of define-semantic-idle-service.
7658 (semantic-idle-summary-mode): New function.
7659 (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
7660 that mouse motion does not reset the echo area.
7661
7662 2009-11-15 Juri Linkov <juri@jurta.org>
7663
7664 * simple.el (set-mark-default-inactive): Add :type, :group
7665 and :version. (Bug#4876)
7666
7667 2009-11-15 Michael Albinus <michael.albinus@gmx.de>
7668
7669 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
7670 (archive-unique-fname): ... here. (Bug#4929)
7671
7672 2009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
7673
7674 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
7675 with a real fix.
7676
7677 * novice.el (disabled-command-function): Add useful args.
7678 Setup the help buffer so that [back] works.
7679 Remove redundant call to help-mode.
7680 (disabled-command-function): Use `case'.
7681 (en/disable-command): New function extracted from enable-command.
7682 (enable-command, disable-command): Use it.
7683
7684 2009-11-14 Glenn Morris <rgm@gnu.org>
7685
7686 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
7687 constants. (Bug#4913)
7688
7689 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
7690
7691 2009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
7692
7693 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
7694 defined in C that have no doc-strings. (Bug#1063)
7695
7696 2009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
7697
7698 * cus-edit.el (data, files):
7699 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
7700
7701 2009-11-14 Chong Yidong <cyd@stupidchicken.com>
7702
7703 * simple.el (shell-command): Doc fix (Bug#4891).
7704
7705 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
7706
7707 2009-11-14 Glenn Morris <rgm@gnu.org>
7708
7709 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
7710 statements for vc-diff, emerge-quit, and rmail-cease-edit.
7711 If they are already loaded, eval-after-load will do the right thing.
7712
7713 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
7714 compiling.
7715
7716 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
7717
7718 * simple.el (x-selection-owner-p): Declare.
7719 (read-mail-command): Use custom radio type rather than choice.
7720 (completion-no-auto-exit): Doc fix.
7721
7722 * custom.el (defgroup):
7723 * epg-config.el (epg): Doc fixes.
7724
7725 2009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
7726
7727 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
7728 * international/ccl.el (define-ccl-program): Do not purecopy the
7729 docstring, defconst does it anyway.
7730
7731 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
7732
7733 * add-log.el (add-change-log-entry): Avoid displaying the changelog
7734 a second time.
7735
7736 * x-dnd.el (x-dnd-maybe-call-test-function):
7737 * window.el (split-window-vertically):
7738 * whitespace.el (whitespace-help-on):
7739 * vc-rcs.el (vc-rcs-consult-headers):
7740 * userlock.el (ask-user-about-lock-help)
7741 (ask-user-about-supersession-help):
7742 * type-break.el (type-break-force-mode-line-update):
7743 * time-stamp.el (time-stamp-conv-warn):
7744 * terminal.el (te-set-output-log, te-more-break, te-filter)
7745 (te-sentinel, terminal-emulator):
7746 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
7747 (term-write-input-ring, term-check-source, term-start-output-log):
7748 (term-display-buffer-line, term-dynamic-list-completions):
7749 (term-ansi-make-term, serial-term):
7750 * subr.el (selective-display):
7751 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
7752 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
7753 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
7754 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
7755 (speedbar-remove-localized-speedbar-support)
7756 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
7757 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
7758 (speedbar-buffers-line-directory):
7759 * simple.el (shell-command-on-region, append-to-buffer)
7760 (prepend-to-buffer):
7761 * shadowfile.el (shadow-save-todo-file):
7762 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
7763 (scroll-bar-maybe-set-window-start):
7764 * sb-image.el (speedbar-image-dump):
7765 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
7766 (load-save-place-alist-from-file):
7767 * ps-samp.el (ps-print-message-from-summary):
7768 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
7769 (ps-background-image, ps-begin-job, ps-do-despool):
7770 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
7771 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
7772 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
7773 (pr-call-process, pr-file-list, pr-interface-save):
7774 * novice.el (disabled-command-function)
7775 (enable-command, disable-command):
7776 * mouse.el (mouse-buffer-menu-alist):
7777 * mouse-copy.el (mouse-kill-preserving-secondary):
7778 * macros.el (kbd-macro-query):
7779 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
7780 * informat.el (batch-info-validate):
7781 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
7782 * hippie-exp.el (try-expand-dabbrev-visible):
7783 * help-mode.el (help-make-xrefs):
7784 * help-fns.el (describe-variable):
7785 * generic-x.el (bat-generic-mode-run-as-comint):
7786 * finder.el (finder-mouse-select):
7787 * find-dired.el (find-dired-sentinel):
7788 * filesets.el (filesets-file-close):
7789 * files.el (list-directory):
7790 * faces.el (list-faces-display, describe-face):
7791 * facemenu.el (list-colors-display):
7792 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
7793 * epg.el (epg--process-filter, epg-cancel):
7794 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
7795 (epa--read-signature-type):
7796 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
7797 (emerge-file-names):
7798 * ehelp.el (electric-helpify):
7799 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
7800 * ediff-vers.el (rcs-ediff-view-revision):
7801 * ediff-util.el (ediff-setup):
7802 * ediff-mult.el (ediff-append-custom-diff):
7803 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
7804 (ediff-wordify):
7805 * echistory.el (Electric-command-history-redo-expression):
7806 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
7807 * disp-table.el (describe-display-table):
7808 * dired.el (dired-find-buffer-nocreate):
7809 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
7810 * dabbrev.el (dabbrev--same-major-mode-p):
7811 * chistory.el (list-command-history):
7812 * apropos.el (apropos-documentation):
7813 * allout.el (allout-obtain-passphrase):
7814 (allout-copy-exposed-to-buffer):
7815 (allout-verify-passphrase): Use with-current-buffer.
7816
7817 2009-11-13 Glenn Morris <rgm@gnu.org>
7818
7819 * Makefile.in (ELCFILES): Regenerate.
7820
7821 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
7822
7823 * net/dbus.el (dbus-registered-objects-table): Rename from
7824 `dbus-registered-functions-table', because it contains also properties.
7825 (dbus-unregister-object): Unregister also properties.
7826 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
7827 Use a timeout of 500 msec, in order to not block.
7828 (dbus-register-property, dbus-property-handler): New defuns.
7829
7830 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
7831
7832 * simple.el (minibuffer-default-add-completions): Drop deprecated
7833 4th arg.
7834
7835 2009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
7836
7837 * textmodes/artist.el (artist-mouse-choose-operation):
7838 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
7839 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
7840 (artist-compute-up-event-key): New function.
7841 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
7842
7843 2009-11-13 Kenichi Handa <handa@m17n.org>
7844
7845 * language/japan-util.el: Make sure that the value of jisx0208
7846 property is jisx0208 character.
7847
7848 2009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
7849
7850 * international/mule.el (auto-coding-regexp-alist): Only purecopy
7851 car or each item, not the whole list.
7852
7853 2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
7854
7855 * minibuffer.el (minibuffer-completion-help):
7856 Use minibuffer-hide-completions.
7857
7858 2009-11-12 Per Starbäck <per@starback.se> (tiny change)
7859
7860 * dired.el (dired-save-positions, dired-restore-positions): New funs.
7861 (dired-revert): Use them (bug#4880).
7862
7863 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
7864
7865 * tooltip.el (tooltip-frame-parameters): Undo previous change.
7866
7867 2009-11-12 Juri Linkov <juri@jurta.org>
7868
7869 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
7870 New functions.
7871 (find-file-literally-at-point): Alias of `ffap-literally'.
7872
7873 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
7874
7875 * textmodes/ispell.el (ispell-skip-region-alist):
7876 * textmodes/css-mode.el (auto-mode-alist):
7877 * progmodes/compile.el (auto-mode-alist):
7878 * international/mule.el (ctext-non-standard-encodings-alist)
7879 (ctext-non-standard-encodings-regexp):
7880 * simple.el (shell-command-switch, text-read-only):
7881 * replace.el (occur-mode-map):
7882 * paths.el (rmail-file-name):
7883 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
7884 * find-file.el (ff-special-constructs):
7885 * files.el (file-name-handler-alist):
7886 * composite.el: Purecopy strings.
7887
7888 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
7889
7890 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
7891
7892 * widget.el (define-widget): Purecopy the docstring.
7893 * international/mule-cmds.el (charset): Do not purecopy the
7894 docstring here, define-widget does it.
7895
7896 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
7897 * textmodes/bibtex-style.el (auto-mode-alist):
7898 * progmodes/inf-lisp.el (inferior-lisp-prompt):
7899 * progmodes/compile.el (compile-command):
7900 * language/korea-util.el (default-korean-keyboard):
7901 * international/mule-conf.el (file-coding-system-alist):
7902 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
7903 * tooltip.el (tooltip-frame-parameters):
7904 * newcomment.el (comment-end, comment-padding):
7905 * dired.el (dired-trivial-filenames):
7906 * comint.el (comint-file-name-prefix): Purecopy initial values.
7907
7908 2009-11-11 Michael Albinus <michael.albinus@gmx.de>
7909
7910 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
7911 (tramp-advice-minibuffer-electric-tilde): Unload advices via
7912 `tramp-unload'.
7913 (tramp-advice-make-auto-save-file-name)
7914 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
7915 after removing the advice.
7916
7917 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
7918
7919 * progmodes/grep.el (grep-regexp-alist):
7920 * international/mule-cmds.el (iso-2022-control-alist):
7921 * emacs-lisp/timer.el (timer-duration-words):
7922 * subr.el (version-separator, version-regexp-alist):
7923 * minibuffer.el (completion-styles-alist):
7924 * faces.el (face-attribute-name-alist, list-faces-sample-text):
7925 Change defvars to defconsts.
7926
7927 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
7928 * loadup.el ("international/mule-conf"): Load the byte compiled version.
7929 * international/mule-conf.el: Allow to be byte compiled.
7930
7931 * international/mule.el (define-charset): Purecopy props.
7932 (load-with-code-conversion): Purecopy doc string and file name.
7933 (put-charset-property): Purecopy strings.
7934 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
7935
7936 * international/mule-cmds.el (register-input-method): Purecopy arguments.
7937 (define-char-code-property): Correctly purecopy the table.
7938
7939 * international/ccl.el (define-ccl-program): Purecopy the docstring.
7940
7941 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
7942
7943 * subr.el (add-hook): Purecopy strings.
7944 (eval-after-load): Purecopy load-history-regexp and the form.
7945
7946 * custom.el (custom-declare-group): Purecopy load-file-name.
7947
7948 * subr.el (menu-bar-separator): New defconst.
7949 * net/eudc.el (eudc-tools-menu):
7950 * international/mule-cmds.el (set-coding-system-map)
7951 (mule-menu-keymap):
7952 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
7953 * vc-hooks.el (vc-menu-map):
7954 * replace.el (occur-mode-map):
7955 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
7956 (menu-bar-edit-menu, menu-bar-goto-menu)
7957 (menu-bar-custom-menu, menu-bar-showhide-menu)
7958 (menu-bar-options-menu, menu-bar-tools-menu)
7959 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
7960 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
7961 (menu-bar-help-menu):
7962 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
7963 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
7964
7965 * term/x-win.el (x-gtk-stock-map):
7966 * progmodes/vera-mode.el (auto-mode-alist):
7967 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
7968 (inferior-lisp-program, inferior-lisp-load-command):
7969 * progmodes/hideshow.el (hs-special-modes-alist):
7970 * progmodes/gud.el (same-window-regexps):
7971 * progmodes/grep.el (grep-program, find-program, xargs-program):
7972 * net/telnet.el (same-window-regexps):
7973 * net/rlogin.el (same-window-regexps):
7974 * language/ethiopic.el (font-ccl-encoder-alist):
7975 * vc-sccs.el (vc-sccs-master-templates):
7976 * vc-rcs.el (vc-rcs-master-templates):
7977 * subr.el (cl-assertion-failed):
7978 * simple.el (next-error-overlay-arrow-position):
7979 * lpr.el (lpr-command):
7980 * locate.el (locate-ls-subdir-switches):
7981 * info.el (same-window-regexps, info)
7982 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
7983 * image-mode.el (image-mode, auto-mode-alist):
7984 * hippie-exp.el (hippie-expand-ignore-buffers):
7985 * format.el (format-alist):
7986 * find-dired.el (find-ls-subdir-switches, find-grep-options)
7987 (find-name-arg):
7988 * facemenu.el (facemenu-keybindings):
7989 * dired.el (dired-listing-switches, dired-chown-program):
7990 * diff.el (diff-switches, diff-command):
7991 * cus-edit.el (same-window-regexps):
7992 * bindings.el (mode-line-mule-info)
7993 (mode-line-buffer-identification): Purecopy strings.
7994
7995 2009-11-11 Juri Linkov <juri@jurta.org>
7996
7997 * simple.el (dired-get-filename) <declare-function>:
7998 Tell the byte-compiler about dired-get-filename.
7999 (shell-command): In Dired mode, get filename from the current line
8000 as the default value.
8001
8002 2009-11-10 Glenn Morris <rgm@gnu.org>
8003
8004 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
8005 * calendar/holidays.el, progmodes/cperl-mode.el:
8006 Update x-popup-menu declarations.
8007
8008 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
8009 (list-load-path-shadows): Use dolist.
8010 (list-load-path-shadows): Use with-current-buffer.
8011
8012 2009-11-10 Juri Linkov <juri@jurta.org>
8013
8014 * minibuffer.el (read-file-name): Support a list of default values
8015 in `default-filename'. Use the first file name where only one
8016 element is required. Doc fix.
8017
8018 2009-11-09 Michael Albinus <michael.albinus@gmx.de>
8019
8020 * net/dbus.el (dbus-unregister-object): Release service, if no
8021 other method is registered for it.
8022
8023 2009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
8024
8025 * bookmark.el (bookmark-completing-read): Sort bookmark names if
8026 bookmark-sort-flag is non-nil (Bug#4653).
8027
8028 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
8029
8030 * cedet/semantic/ctxt.el (semantic-get-local-variables): Disable
8031 the progress reporter entirely.
8032
8033 * emulation/cua-base.el: Add CUA property to some CC mode commands
8034 (Bug#4100).
8035
8036 2009-11-08 Kevin Ryde <user42@zip.com.au>
8037
8038 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
8039 at end of sentence (Bug#4818).
8040
8041 2009-11-08 Jared Finder <jfinder@crypticstudios.com>
8042
8043 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8044 Handle "see declaration of" MSFT statements (Bug#4100).
8045
8046 2009-11-08 Michael Albinus <michael.albinus@gmx.de>
8047
8048 * net/tramp.el (tramp-advice-make-auto-save-file-name)
8049 (tramp-advice-file-expand-wildcards): Unload via
8050 `ad-remove-advice'.
8051
8052 * net/trampver.el: Update release number.
8053
8054 2009-11-08 Kevin Ryde <user42@zip.com.au>
8055
8056 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
8057 `ad-do-it'.
8058
8059 2009-11-08 Andr <m00naticus@gmail.com> (tiny change)
8060
8061 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
8062 in order to keep context in SELinux.
8063
8064 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
8065
8066 * dired-aux.el (dired-query): Place cursor in echo area and allow
8067 C-g.
8068
8069 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
8070 menu item if not on a directory (Bug#4701).
8071
8072 2009-11-07 Michael Albinus <michael.albinus@gmx.de>
8073
8074 Sync with Tramp 2.1.17.
8075
8076 * net/tramp.el (tramp-handle-copy-directory): Don't use
8077 `file-remote-p' (due to compatibility).
8078
8079 * net/tramp-compat.el (tramp-compat-copy-directory)
8080 (tramp-compat-delete-directory): New defuns.
8081
8082 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
8083 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
8084 `tramp-compat-delete-directory'.
8085
8086 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
8087 (tramp-smb-handle-delete-directory): Use
8088 `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
8089
8090 * net/trampver.el: Update release number.
8091
8092 2009-11-07 Chong Yidong <cyd@stupidchicken.com>
8093
8094 * tar-mode.el (tar-copy): Call write-region on the right buffer
8095 (Bug#4857).
8096
8097 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
8098 by hand, if necessary (Bug#4878).
8099
8100 2009-11-06 Chong Yidong <cyd@stupidchicken.com>
8101
8102 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
8103 align size column (Bug#4839).
8104
8105 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
8106 statement.
8107
8108 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
8109
8110 * progmodes/ld-script.el (auto-mode-alist):
8111 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
8112
8113 * cus-face.el (custom-declare-face): Purecopy face spec.
8114
8115 2009-11-06 Kenichi Handa <handa@m17n.org>
8116
8117 * international/uni-bidi.el: Re-generated.
8118 * international/uni-category.el: Re-generated.
8119 * international/uni-combining.el: Re-generated.
8120 * international/uni-mirrored.el: Re-generated.
8121
8122 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
8123
8124 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
8125 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
8126 (tex-start-options, slitex-run-command, latex-run-command)
8127 (tex-run-command, tex-directory):
8128 * textmodes/ispell.el (ispell-html-skip-alists)
8129 (ispell-tex-skip-alists, ispell-tex-skip-alists):
8130 * textmodes/fill.el (adaptive-fill-first-line-regexp):
8131 (adaptive-fill-regexp):
8132 * textmodes/dns-mode.el (auto-mode-alist):
8133 * progmodes/python.el (interpreter-mode-alist):
8134 * progmodes/etags.el (tags-compression-info-list):
8135 * progmodes/etags.el (tags-file-name):
8136 * net/browse-url.el (browse-url-galeon-program)
8137 (browse-url-firefox-program):
8138 * mail/sendmail.el (mail-signature-file)
8139 (mail-citation-prefix-regexp):
8140 * international/mule-conf.el (eight-bit):
8141 * international/latexenc.el (latex-inputenc-coding-alist):
8142 * international/fontset.el (x-pixel-size-width-font-regexp):
8143 * emacs-lisp/warnings.el (warning-type-format):
8144 * emacs-lisp/trace.el (trace-buffer):
8145 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
8146 (emacs-lisp-mode-map):
8147 * calendar/holidays.el (holiday-solar-holidays)
8148 (holiday-bahai-holidays, holiday-islamic-holidays)
8149 (holiday-christian-holidays, holiday-hebrew-holidays)
8150 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
8151 (hebrew-holidays-1, holiday-oriental-holidays)
8152 (holiday-general-holidays):
8153 * x-dnd.el (x-dnd-known-types):
8154 * tool-bar.el (tool-bar):
8155 * startup.el (site-run-file):
8156 * shell.el (shell-dumb-shell-regexp):
8157 * rfn-eshadow.el (file-name-shadow-tty-properties)
8158 (file-name-shadow-properties):
8159 * paths.el (remote-shell-program, news-directory):
8160 * mouse.el ([C-down-mouse-3]):
8161 * menu-bar.el (menu-bar-tools-menu):
8162 * jka-cmpr-hook.el (jka-compr-load-suffixes)
8163 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
8164 (jka-compr-compression-info-list):
8165 * isearch.el (search-whitespace-regexp):
8166 * image-file.el (image-file-name-extensions):
8167 * find-dired.el (find-ls-option):
8168 * files.el (directory-listing-before-filename-regexp)
8169 (directory-free-space-args, insert-directory-program)
8170 (list-directory-brief-switches, magic-fallback-mode-alist)
8171 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
8172 (automount-dir-prefix):
8173 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
8174 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
8175 (face-font-registry-alternatives, face-font-registry-alternatives)
8176 (face-font-family-alternatives):
8177 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
8178 (facemenu-foreground-menu, facemenu-face-menu):
8179 * epa-hook.el (epa-file-name-regexp):
8180 * dnd.el (dnd-protocol-alist):
8181 * textmodes/rst.el (auto-mode-alist):
8182 * button.el (default-button): Purecopy strings.
8183
8184 2009-11-06 Glenn Morris <rgm@gnu.org>
8185
8186 * Makefile.in (ELCFILES): Update.
8187
8188 2009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
8189
8190 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
8191 * emacs-lisp/levents.el: Move to obsolete/levents.el.
8192
8193 * nxml/xsd-regexp.el (xsdre-gen-categories):
8194 * nxml/xmltok.el (xmltok-parse-entity):
8195 * nxml/rng-parse.el (rng-parse-validate-file):
8196 * nxml/rng-maint.el (rng-format-manual)
8197 (rng-manual-output-force-new-line):
8198 * nxml/rng-loc.el (rng-save-schema-location-1):
8199 * nxml/rng-cmpct.el (rng-c-parse-file):
8200 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
8201 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
8202
8203 2009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
8204
8205 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
8206 Remove extra save-excursions and make-variable-buffer-local's.
8207 Suggested by Stefan Monnier.
8208
8209 (verilog-getopt-file, verilog-module-inside-filename-p)
8210 (verilog-set-define): Merge GNU 1.35 and repair changes from
8211 switching to using with-current-buffer.
8212
8213 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
8214 being treated as a number and confusing AUTORESET.
8215 Reported by Dan Dever.
8216
8217 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
8218 Add verilog-auto-ignore-concat to fix backward compatibility with
8219 older verilog-modes. Reported by Dan Katz.
8220
8221 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
8222 containing closing anchors "...$".
8223
8224 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
8225 Reported by Wade Smith.
8226
8227 (verilog-batch-execute-func): Comment on function usage.
8228
8229 2009-11-05 Michael McNamara <mac@mail.brushroad.com>
8230
8231 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
8232 for labels.
8233
8234 (verilog-label-re, verilog-calc-1): Support proper indent of named
8235 asserts.
8236
8237 (verilog-backward-token, verilog-basic-complete-re)
8238 (verilog-beg-of-statement, verilog-indent-re): Support proper
8239 indent of the assert statement at the beginning of a block of text.
8240
8241 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
8242 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
8243 tokens as begins.
8244
8245 2009-11-05 Glenn Morris <rgm@gnu.org>
8246
8247 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
8248 Emacs 19. (Bug#1531)
8249 (byte-compile-fix-header): Update for the above change.
8250 Drop test for epoch::version.
8251
8252 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
8253 * cus-dep.el (custom-make-dependencies):
8254 * finder.el (finder-compile-keywords):
8255 Use autoload-rubric's feature argument.
8256
8257 * calendar/diary-lib.el (top-level): Make load behave more like require.
8258
8259 * vc-git.el (vc-git-stash-map): Move definition before use.
8260
8261 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
8262
8263 * custom.el (custom-declare-group): Purecopy standard-value.
8264 (custom-declare-group): Purecopy custom-prefix.
8265
8266 * international/mule.el (load-with-code-conversion):
8267 Call do-after-load-evaluation unconditionally.
8268
8269 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
8270
8271 2009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
8272
8273 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
8274
8275 2009-11-04 Glenn Morris <rgm@gnu.org>
8276
8277 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
8278 (byte-compile-compatibility): Remove option.
8279 (byte-compile-close-variables, byte-compile-fix-header)
8280 (byte-compile-insert-header, byte-compile-output-docform)
8281 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
8282 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
8283 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
8284 (byte-compile-insert, byte-compile-defun):
8285 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
8286 (byte-defop-compiler19): Remove.
8287 Without byte-compile-compatibility, the 'emacs19-opcode property is not
8288 used by anything. Replace all calls with byte-defop-compiler.
8289
8290 2009-11-04 Juri Linkov <juri@jurta.org>
8291
8292 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
8293 (menu-bar-options-menu): Don't quote the `prop' arg of
8294 `menu-bar-make-mm-toggle'.
8295
8296 2009-11-04 Juanma Barranquero <lekktu@gmail.com>
8297
8298 * calendar/calendar.el (cal-loaddefs):
8299 * calendar/diary-lib.el (diary-loaddefs):
8300 * calendar/holidays.el (hol-loaddefs):
8301 * eshell/esh-module.el (esh-groups): Load rather than require.
8302
8303 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
8304
8305 * calendar/todo-mode.el (todo-add-category): Don't hardcode
8306 point-min==1.
8307 (todo-top-priorities): Only display-buffer when called interactively.
8308 (todo-item-start): Don't save excursion point.
8309 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
8310 (todo-insert-item-here, todo-file-item, todo-remove-item):
8311 Adjust uses of todo-item-start and todo-item-end.
8312
8313 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
8314 (autoload-rubric): Don't use any more.
8315 * cedet/semantic/fw.el (semantic/loaddefs):
8316 * cedet/srecode.el (srecode/loaddefs):
8317 * cedet/ede.el (ede/loaddefs): Load rather than require.
8318 * cedet/ede/cpp-root.el:
8319 * cedet/ede/emacs.el:
8320 * cedet/ede/files.el:
8321 * cedet/ede/linux.el:
8322 * cedet/ede/locate.el:
8323 * cedet/ede/make.el:
8324 * cedet/ede/shell.el:
8325 * cedet/ede/speedbar.el:
8326 * cedet/ede/system.el:
8327 * cedet/ede/util.el:
8328 * cedet/semantic/analyze.el:
8329 * cedet/semantic/bovine.el:
8330 * cedet/semantic/complete.el:
8331 * cedet/semantic/ctxt.el:
8332 * cedet/semantic/db-file.el:
8333 * cedet/semantic/db-find.el:
8334 * cedet/semantic/db-global.el:
8335 * cedet/semantic/db-mode.el:
8336 * cedet/semantic/db-typecache.el:
8337 * cedet/semantic/db.el:
8338 * cedet/semantic/debug.el:
8339 * cedet/semantic/dep.el:
8340 * cedet/semantic/doc.el:
8341 * cedet/semantic/edit.el:
8342 * cedet/semantic/find.el:
8343 * cedet/semantic/format.el:
8344 * cedet/semantic/html.el:
8345 * cedet/semantic/ia-sb.el:
8346 * cedet/semantic/ia.el:
8347 * cedet/semantic/idle.el:
8348 * cedet/semantic/lex-spp.el:
8349 * cedet/semantic/lex.el:
8350 * cedet/semantic/mru-bookmark.el:
8351 * cedet/semantic/scope.el:
8352 * cedet/semantic/senator.el:
8353 * cedet/semantic/sort.el:
8354 * cedet/semantic/symref.el:
8355 * cedet/semantic/tag-file.el:
8356 * cedet/semantic/tag-ls.el:
8357 * cedet/semantic/tag-write.el:
8358 * cedet/semantic/tag.el:
8359 * cedet/semantic/util-modes.el:
8360 * cedet/semantic/analyze/complete.el:
8361 * cedet/semantic/analyze/refs.el:
8362 * cedet/semantic/bovine/c.el:
8363 * cedet/semantic/bovine/gcc.el:
8364 * cedet/semantic/bovine/make.el:
8365 * cedet/semantic/bovine/scm.el:
8366 * cedet/semantic/decorate/include.el:
8367 * cedet/semantic/decorate/mode.el:
8368 * cedet/semantic/symref/cscope.el:
8369 * cedet/semantic/symref/global.el:
8370 * cedet/semantic/symref/grep.el:
8371 * cedet/semantic/symref/idutils.el:
8372 * cedet/semantic/symref/list.el:
8373 * cedet/semantic/wisent/java-tags.el:
8374 * cedet/semantic/wisent/javascript.el:
8375 * cedet/srecode/compile.el:
8376 * cedet/srecode/cpp.el:
8377 * cedet/srecode/document.el:
8378 * cedet/srecode/el.el:
8379 * cedet/srecode/expandproto.el:
8380 * cedet/srecode/getset.el:
8381 * cedet/srecode/insert.el:
8382 * cedet/srecode/java.el:
8383 * cedet/srecode/map.el:
8384 * cedet/srecode/mode.el:
8385 * cedet/srecode/template.el:
8386 * cedet/srecode/texi.el: Remove the file-local setting of
8387 generated-autoload-feature.
8388
8389 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
8390 and only put a prop if it is non-nil.
8391
8392 2009-11-03 Juri Linkov <juri@jurta.org>
8393
8394 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
8395 (menu-bar-options-menu): Fix list quoting (Bug#4429).
8396
8397 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
8398 and "Menu" to make top-level menu item visually one unit (like
8399 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
8400 multi-word menu items). Fix :help string for quit-window.
8401
8402 2009-11-03 Glenn Morris <rgm@gnu.org>
8403
8404 * cedet/mode-local.el (with-mode-local): Doc fix.
8405
8406 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
8407 (byte-compile-file-form-define-abbrev-table)
8408 (byte-compile-file-form-custom-declare-variable)
8409 (byte-compile-variable-ref, byte-compile-defvar):
8410 Whether or not a warning is enabled should only affect whether we issue
8411 the warning, not whether or not we collect the relevant data.
8412 Eg warnings can be turned on and off throughout the course of a file.
8413
8414 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
8415 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
8416
8417 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
8418
8419 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
8420 * play/mpuz.el (mpuz-create-buffer):
8421 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
8422 (lm-print-y,s,noise, lm-print-w0, lm-init):
8423 * play/gomoku.el (gomoku-prompt-for-move):
8424 * play/fortune.el (fortune-in-buffer):
8425 * play/dissociate.el (dissociated-press):
8426 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
8427 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
8428 * mail/supercite.el (sc-eref-show):
8429 * mail/smtpmail.el (smtpmail-send-it):
8430 * mail/rmailsum.el (rmail-summary-next-labeled-message)
8431 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
8432 (rmail-summary-undelete-many, rmail-summary-rmail-update)
8433 (rmail-summary-goto-msg, rmail-summary-expunge)
8434 (rmail-summary-get-new-mail, rmail-summary-search-backward)
8435 (rmail-summary-add-label, rmail-summary-output-menu)
8436 (rmail-summary-output-body):
8437 * mail/rfc822.el (rfc822-addresses):
8438 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
8439 * mail/mailpost.el (post-mail-send-it):
8440 * mail/hashcash.el (hashcash-generate-payment):
8441 * mail/feedmail.el (feedmail-run-the-queue)
8442 (feedmail-queue-send-edit-prompt-help-first)
8443 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
8444 (feedmail-deduce-address-list):
8445 * eshell/esh-ext.el (eshell-remote-command):
8446 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
8447 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
8448 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
8449 (viper-save-string-in-file, viper-valid-marker):
8450 * emulation/viper-keym.el (viper-toggle-key):
8451 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
8452 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
8453 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
8454 * emulation/viper-cmd.el (viper-exec-form-in-vi)
8455 (viper-exec-form-in-emacs, viper-brac-function):
8456 * emulation/viper.el (viper-delocalize-var):
8457 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
8458 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
8459 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
8460 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
8461 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
8462 * emulation/edt.el (edt-electric-helpify):
8463 * emulation/cua-rect.el (cua--rectangle-aux-replace):
8464 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
8465 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
8466 (cua-indent-to-global-mark-column):
8467 * calendar/diary-lib.el (calendar-mark-1):
8468 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
8469 Use with-current-buffer.
8470 * emulation/viper.el (viper-delocalize-var): Use dolist.
8471
8472 2009-11-03 Chong Yidong <cyd@stupidchicken.com>
8473
8474 * comint.el (comint-replace-by-expanded-history-before-point):
8475 Replace !! with the previous input string literally (Bug#1795).
8476
8477 2009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
8478
8479 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
8480 to be made up of whitespace.
8481
8482 2009-11-02 Chong Yidong <cyd@stupidchicken.com>
8483
8484 * minibuffer.el (read-file-name): Don't use file dialogs for
8485 remote directories (Bug#99).
8486
8487 2009-11-01 Chong Yidong <cyd@stupidchicken.com>
8488
8489 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
8490
8491 2009-11-01 Andreas Schwab <schwab@linux-m68k.org>
8492
8493 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
8494 instead of deleting the window or frame.
8495
8496 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
8497
8498 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
8499 Support face colors.
8500
8501 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
8502 New function. Support face colors (Bug#1168).
8503 (tex-common-initialization): Use it.
8504
8505 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
8506 mode allows it (Bug#1168).
8507
8508 2009-10-31 Juri Linkov <juri@jurta.org>
8509
8510 * facemenu.el (list-colors-display): Don't mark buffer as
8511 modified (Bug#3948).
8512
8513 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
8514
8515 * international/mule-diag.el (list-character-sets-1): Minor
8516 message fix (Bug#3526).
8517
8518 * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
8519 face property (Bug#4834).
8520 (etags-list-tags, etags-tags-apropos-additional)
8521 (etags-tags-apropos, tags-select-tags-table): Add follow-link
8522 property.
8523
8524 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
8525 items.
8526
8527 * cedet/cedet.el (cedet-menu-map): Remove Semantic and EDE menu
8528 items.
8529
8530 * cedet/ede.el (ede-minor-mode):
8531 * cedet/semantic.el (semantic-mode): Toggle menu separators.
8532
8533 2009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
8534
8535 * textmodes/two-column.el (2C-split):
8536 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
8537 * textmodes/tex-mode.el (tex-set-buffer-directory):
8538 * textmodes/spell.el (spell-region, spell-string):
8539 * textmodes/reftex.el (reftex-erase-buffer):
8540 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
8541 * textmodes/reftex-toc.el (reftex-toc-promote-action):
8542 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
8543 (reftex-select-item):
8544 * textmodes/reftex-ref.el (reftex-label-info-update)
8545 (reftex-offer-label-menu):
8546 * textmodes/reftex-index.el (reftex-index-change-entry)
8547 (reftex-index-phrases-info):
8548 * textmodes/reftex-global.el (reftex-create-tags-file)
8549 (reftex-save-all-document-buffers, reftex-ensure-write-access):
8550 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
8551 (reftex-view-crossref-from-bibtex):
8552 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
8553 (reftex-extract-bib-entries-from-thebibliography)
8554 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
8555 * textmodes/refbib.el (r2b-capitalize-title):
8556 (r2b-convert-buffer, r2b-help):
8557 * textmodes/page-ext.el (pages-directory)
8558 (pages-directory-goto-with-mouse):
8559 * textmodes/bibtex.el (bibtex-validate-globally):
8560 * textmodes/bib-mode.el (bib-capitalize-title):
8561 * textmodes/artist.el (artist-clear-buffer, artist-system):
8562 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
8563 (local-set-scheme-interaction-buffer, xscheme-process-filter)
8564 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
8565 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
8566 (xscheme-send-control-g-interrupt, xscheme-start-process)
8567 (xscheme-process-sentinel, xscheme-cd):
8568 * progmodes/verilog-mode.el (verilog-read-always-signals)
8569 (verilog-set-define, verilog-getopt-file)
8570 (verilog-module-inside-filename-p):
8571 * progmodes/sh-script.el:
8572 * progmodes/python.el (python-pdbtrack-get-source-buffer)
8573 (python-pdbtrack-grub-for-buffer, python-execute-file):
8574 * progmodes/octave-inf.el (inferior-octave):
8575 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
8576 (idlwave-shell-compile-helper-routines, idlwave-set-local)
8577 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
8578 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
8579 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
8580 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
8581 (idlwave-shell-filter, idlwave-shell-examine-highlight)
8582 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
8583 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
8584 (idlwave-shell-examine-display, idlwave-shell-run-region)
8585 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
8586 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
8587 * progmodes/idlw-help.el (idlwave-help-get-special-help)
8588 (idlwave-help-get-help-buffer):
8589 * progmodes/gud.el (gud-basic-call, gud-find-class)
8590 (gud-tooltip-activate-mouse-motions-if-enabled):
8591 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
8592 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
8593 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
8594 (ebrowse-tags-next-file):
8595 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
8596 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
8597 (ebnf-eps-finish-and-write):
8598 * progmodes/cpp.el (cpp-edit-save):
8599 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
8600 * progmodes/cc-defs.el (c-emacs-features):
8601 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
8602 (antlr-directory-dependencies):
8603 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
8604 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
8605 (ada-find-any-references, ada-make-filename-from-adaname)
8606 (ada-make-body-gnatstub):
8607 * obsolete/rnews.el (news-list-news-groups):
8608 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
8609 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
8610 * net/rcirc.el (rcirc-debug):
8611 * net/newst-treeview.el (newsticker--treeview-list-add-item)
8612 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
8613 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
8614 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
8615 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
8616 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
8617 (newsticker--treeview-list-clear-highlight)
8618 (newsticker--treeview-list-update-highlight)
8619 (newsticker--treeview-list-highlight-start)
8620 (newsticker--treeview-tree-update-highlight)
8621 (newsticker--treeview-get-selected-item)
8622 (newsticker-treeview-mark-list-items-old)
8623 (newsticker--treeview-set-current-node):
8624 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
8625 * net/newst-backend.el (newsticker--get-news-by-funcall)
8626 (newsticker--get-news-by-wget, newsticker--image-get)
8627 (newsticker--image-sentinel):
8628 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
8629 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
8630 (eudc-ph-close-session):
8631 * net/eudc.el (eudc-save-options):
8632 * language/thai-word.el (thai-update-word-table):
8633 * language/japan-util.el (japanese-string-conversion):
8634 * international/titdic-cnv.el (tsang-quick-converter)
8635 (ziranma-converter, ctlau-converter):
8636 * international/mule-cmds.el (describe-language-environment):
8637 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
8638 (skkdic-convert-postfix, skkdic-convert-prefix):
8639 (skkdic-convert-okuri-nasi, skkdic-convert):
8640 * emacs-lisp/re-builder.el (reb-update-overlays):
8641 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
8642 * emacs-lisp/gulp.el (gulp-send-requests):
8643 * emacs-lisp/find-gc.el (trace-call-tree):
8644 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
8645 (eieio-describe-generic):
8646 * emacs-lisp/eieio-base.el (eieio-persistent-read):
8647 * emacs-lisp/edebug.el (edebug-outside-excursion):
8648 * emacs-lisp/debug.el (debugger-make-xrefs):
8649 * emacs-lisp/cust-print.el (custom-prin1-to-string):
8650 * emacs-lisp/chart.el (chart-new-buffer):
8651 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
8652 Use with-current-buffer.
8653 * textmodes/artist.el (artist-system): Don't call
8654 copy-sequence on a fresh string.
8655 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
8656
8657 2009-10-31 Stephen Berman <stephen.berman@gmx.net>
8658
8659 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
8660 is no item to edit. (Bug#4820)
8661 (todo-top-priorities): Restore point and restore narrowing in Todo
8662 buffer. (Bug#4820)
8663
8664 2009-10-31 Glenn Morris <rgm@gnu.org>
8665
8666 * net/ange-ftp.el (top-level): Don't require dired when compiling.
8667 (comint-last-output-start, comint-last-input-start)
8668 (comint-last-input-end): Don't defvar when compiling.
8669 (ange-ftp-process-file): Use bound-and-true-p.
8670
8671 * pcmpl-rpm.el (top-level): Move provide statement to end.
8672 (pcmpl-rpm): Remove unused custom group.
8673
8674 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
8675
8676 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
8677
8678 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
8679 (byte-compile-warnings): Add `constants' as an option.
8680 (byte-compile-callargs-warn, byte-compile-arglist-warn)
8681 (display-call-tree): Update for byte-compile-fdefinition possibly
8682 returning `(macro lambda ...)'. (Bug#4778)
8683 (byte-compile-variable-ref, byte-compile-setq-default):
8684 Respect `constants' member of byte-compile-warnings.
8685
8686 * cedet/semantic/tag.el (semantic--tag-link-list-to-buffer):
8687 Use mapc rather than mapcar because the return value is never used.
8688
8689 * cedet/srecode/template.el, cedet/semantic/wisent/javascript.el:
8690 * cedet/semantic/wisent/java-tags.el, cedet/semantic/texi.el:
8691 * cedet/semantic/html.el:
8692 Suppress harmless warnings about setting up semantic-imenu (not
8693 part of Emacs) variables.
8694
8695 2009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
8696
8697 * vc-bzr.el (vc-bzr-revision-keywords): New var.
8698 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
8699 to "submit:".
8700
8701 * cedet/srecode/srt-mode.el (semantic-analyze-possible-completions):
8702 * cedet/semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
8703 * cedet/semantic/symref/grep.el (semantic-symref-perform-search):
8704 * cedet/semantic/bovine/gcc.el (semantic-gcc-query):
8705 * cedet/semantic/bovine/c.el (semantic-c-parse-lexical-token):
8706 * cedet/semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
8707 (semantic-analyzer-debug-global-symbol)
8708 (semantic-analyzer-debug-missing-innertype)
8709 (semantic-analyzer-debug-insert-include-summary):
8710 * cedet/semantic/util.el (semantic-file-tag-table):
8711 (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
8712 (semantic-recursive-find-nonterminal-by-name):
8713 * cedet/semantic/tag-ls.el (semantic-tag-calculate-parent-default):
8714 * cedet/semantic/tag-file.el (semantic-prototype-file):
8715 * cedet/semantic/symref.el (semantic-symref-parse-tool-output):
8716 * cedet/semantic/sb.el (semantic-sb-fetch-tag-table):
8717 * cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
8718 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
8719 (semantic-idle-summary-maybe-highlight):
8720 * cedet/semantic/ia-sb.el (semantic-ia-speedbar)
8721 (semantic-ia-sb-tag-info):
8722 * cedet/semantic/grammar.el (semantic-analyze-possible-completions):
8723 * cedet/semantic/find.el (semantic-brute-find-tag-by-position):
8724 * cedet/semantic/ede-grammar.el (project-compile-target):
8725 (ede-proj-makefile-insert-variables):
8726 * cedet/semantic/debug.el (semantic-debug-set-parser-location):
8727 (semantic-debug-set-source-location, semantic-debug-interface-layout)
8728 (semantic-debug-mode, semantic-debug):
8729 * cedet/semantic/db.el (semanticdb-needs-refresh-p):
8730 * cedet/semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
8731 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
8732 * cedet/semantic/db-find.el (semanticdb-find-log-new-search)
8733 (semanticdb-find-translate-path-includes--internal)
8734 (semanticdb-reset-log, semanticdb-find-log-activity):
8735 * cedet/semantic/db-file.el (object-write):
8736 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
8737 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
8738 (semanticdb-create-ebrowse-database):
8739 * cedet/semantic/db-debug.el (semanticdb-table-sanity-check):
8740 * cedet/semantic/complete.el (semantic-displayor-focus-request)
8741 (semantic-collector-calculate-completions-raw)
8742 (semantic-complete-read-tag-analyzer):
8743 * cedet/semantic/analyze.el (semantic-analyze-pulse):
8744 * cedet/ede/util.el (ede-update-version-in-source):
8745 * cedet/ede/proj.el (project-delete-target):
8746 * cedet/ede/proj-elisp.el (ede-update-version-in-source)
8747 (ede-proj-flush-autoconf):
8748 * cedet/ede/pconf.el (ede-proj-configure-synchronize)
8749 (ede-proj-configure-synchronize):
8750 * cedet/ede/locate.el (ede-locate-file-in-project-impl):
8751 * cedet/ede/linux.el (ede-linux-version):
8752 * cedet/ede/emacs.el (ede-emacs-version):
8753 * cedet/ede/dired.el (ede-dired-add-to-target):
8754 * cedet/ede.el (ede-buffer-header-file, ede-find-target)
8755 (ede-buffer-documentation-files, ede-project-buffers, ede-set)
8756 (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
8757 * cedet/cedet-idutils.el (cedet-idutils-fnid-call):
8758 (cedet-idutils-lid-call, cedet-idutils-expand-filename)
8759 (cedet-idutils-version-check):
8760 * cedet/cedet-global.el (cedet-gnu-global-call):
8761 (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
8762 (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
8763 * cedet/cedet-cscope.el (cedet-cscope-call)
8764 (cedet-cscope-expand-filename, cedet-cscope-version-check):
8765 Use with-current-buffer.
8766 * cedet/ede.el (ede-make-project-local-variable)
8767 (ede-set-project-variables, ede-set): Use dolist.
8768
8769 2009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
8770
8771 * textmodes/ispell.el (ispell-skip-region-alist):
8772 * international/mule-conf.el (eight-bit):
8773 * international/fontset.el (font-encoding-alist):
8774 * startup.el (pure-space-overflow-message):
8775 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
8776 * paths.el (gnus-nntp-service, rmail-spool-directory)
8777 (term-file-prefix):
8778 * files.el (save-some-buffers-action-alist):
8779 * cmuscheme.el (same-window-buffer-names):
8780 * ielm.el (same-window-buffer-names):
8781 * shell.el (same-window-buffer-names):
8782 * mail/sendmail.el (same-window-buffer-names):
8783 * progmodes/inf-lisp.el (same-window-buffer-names):
8784 * bindings.el (mode-line-client)
8785 (mode-line-column-line-number-mode-map):
8786 * language/tibetan.el (tibetan-precomposition-rule-regexp)
8787 (tibetan-precomposed-regexp): Purecopy string arguments.
8788
8789 2009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
8790
8791 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
8792 (calcDigit-nondigit):
8793 * calc/calc-yank.el (calc-copy-to-buffer):
8794 * calc/calc-units.el (calc-invalidate-units-table):
8795 * calc/calc-trail.el (calc-trail-yank):
8796 * calc/calc-store.el (calc-insert-variables):
8797 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
8798 * calc/calc-prog.el (calc-read-parse-table):
8799 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
8800 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
8801 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
8802 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
8803 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
8804 (calc-graph-name, calc-graph-find-command, calc-graph-view)
8805 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
8806 * calc/calc-ext.el (calc-realign):
8807 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
8808 (calc-embedded-finish-edit, calc-embedded-make-info)
8809 (calc-embedded-finish-command, calc-embedded-stack-change):
8810 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
8811
8812 * cedet/mode-local.el (make-obsolete-overload): Add `when' argument.
8813 (overload-docstring-extension): Use that info.
8814 * cedet/semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
8815 * cedet/semantic/idle.el (semantic-eldoc-current-symbol-info):
8816 * cedet/semantic/tag-ls.el (semantic-nonterminal-protection)
8817 (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
8818 (semantic-nonterminal-full-name): Add the new `when' info.
8819 * cedet/semantic/decorate/mode.el (semantic/decorate): Require CL for
8820 `assert'.
8821
8822 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
8823 shell-dynamic-complete-filename in preference to
8824 comint-dynamic-complete-filename.
8825
8826 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
8827 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
8828 Don't consider whether the display supports colors.
8829 (bookmark-import-new-list): Use dolist.
8830 (bookmark-bmenu-mode-map): Move initialization into declaration.
8831 (bookmark-bmenu-list): Use dolist, simplify.
8832 (bookmark-show-all-annotations): Use save-selected-window and dolist.
8833 (menu-bar-final-items): Use push.
8834
8835 2009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
8836
8837 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
8838 it works on remote files.
8839 (vc-hg-diff): Don't pass any `--cwd' argument.
8840
8841 2009-10-27 Kevin Ryde <user42@zip.com.au>
8842
8843 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
8844 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
8845 (Further to Bug#3921).
8846
8847 2009-10-27 Michael Albinus <michael.albinus@gmx.de>
8848
8849 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
8850 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
8851 calling `tramp-imap-put-file'. Add file size to the call.
8852 (tramp-imap-get-file-entries): Compute also user name, file size,
8853 and date.
8854 (tramp-imap-handle-insert-directory): Insert uid and gid.
8855 (tramp-imap-handle-file-attributes): Transform uid and gid
8856 according to `id-format'.
8857 (tramp-imap-put-file): New optional parameter SIZE. Encode file
8858 size in header X-Size.
8859
8860 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
8861
8862 * simple.el (transpose-subr): Give clearer error when the mark
8863 is not set. (Bug#4807)
8864
8865 2009-10-26 Michael Albinus <michael.albinus@gmx.de>
8866
8867 * net/tramp.el (tramp-perl-file-truename): New defconst.
8868 Perl code contributed by yary <not.com@gmail.com> (tiny change).
8869 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
8870 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
8871 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
8872
8873 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
8874 Ignore `dired-call-process'.
8875 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
8876
8877 2009-10-26 Julian Scheid <julians37@gmail.com>
8878
8879 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
8880 (tramp-get-remote-readlink): New defun.
8881 (tramp-handle-file-truename): Use it.
8882 (tramp-handle-file-exists-p): Check file-attributes cache, assume
8883 file exists if cache value present.
8884 (tramp-check-cached-permissions): New defun.
8885 (tramp-handle-file-readable-p): Use it.
8886 (tramp-handle-file-writable-p): Likewise.
8887 (tramp-handle-file-executable-p): Likewise.
8888 (tramp-handle-file-name-all-completions): Try using Perl to get
8889 partial completions. When perl not available, combine `cd' and
8890 `ls' into single remote operation and use shell expansion to get
8891 partial remote directory contents. Set `file-exists-p' cache for
8892 directory and any files returned by ls. Change cache handling to
8893 support partial directory contents. Use error message emitted by
8894 remote `cd' or Perl code for local tramp-error.
8895 (tramp-do-copy-or-rename-file-directly): Avoid separate
8896 tramp-send-command-and-check call.
8897 (tramp-handle-process-file): Merge three remote ops into one.
8898 Do not flush all caches when `process-file-side-effects' is set.
8899 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
8900 file-attributes shows uid/gid to be set already.
8901
8902 2009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
8903
8904 * textmodes/tex-mode.el (tex-dvi-view-command)
8905 (tex-show-queue-command, tex-open-quote):
8906 * progmodes/ruby-mode.el (auto-mode-alist)
8907 (interpreter-mode-alist): Purecopy strings.
8908
8909 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
8910
8911 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
8912 string for the hook, keymap and abbrev table.
8913
8914 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
8915
8916 * x-dnd.el (x-dnd-xdnd-to-action):
8917 * startup.el (fancy-startup-text, fancy-about-text): Change to
8918 defconst from defvar.
8919
8920 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
8921
8922 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
8923 Purecopy initialization strings.
8924
8925 * mail/sendmail.el (mail-header-separator)
8926 (mail-personal-alias-file):
8927 * mail/rmail.el (rmail-default-dont-reply-to-names)
8928 (rmail-ignored-headers, rmail-retry-ignored-headers)
8929 (rmail-highlighted-headers, rmail-secondary-file-directory)
8930 (rmail-secondary-file-regexp):
8931 * files.el (null-device, file-name-invalid-regexp)
8932 (locate-dominating-stop-dir-regexp)
8933 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
8934 (interpreter-mode-alist): Use mapcar instead of mapc.
8935
8936 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
8937
8938 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
8939 (completion-ignored-extensions):
8940 (debug-ignored-errors): Purecopy strings.
8941
8942 2009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
8943
8944 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
8945 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
8946 (pcomplete--here): Use push.
8947
8948 * subr.el (all-completions): Declare the 4th arg obsolete.
8949
8950 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
8951
8952 * pcomplete.el (pcomplete-unquote-argument-function): New var.
8953 (pcomplete-unquote-argument): New function.
8954 (pcomplete--common-suffix): Always pay attention to case.
8955 (pcomplete--table-subvert): Quote and unquote the text.
8956 (pcomplete--common-quoted-suffix): New function.
8957 (pcomplete-std-complete): Use it and pcomplete-begin.
8958
8959 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
8960 we're inside a dedicated or minibuffer window.
8961
8962 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
8963
8964 * cedet/semantic/fw.el (semantic-alias-obsolete)
8965 (semantic-varalias-obsolete): Make the `when' arg mandatory.
8966 (define-mode-overload-implementation):
8967 * cedet/semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
8968 * cedet/semantic/wisent.el (wisent-lex-make-token-table):
8969 * cedet/semantic/util.el (semantic-file-token-stream)
8970 (semantic-something-to-stream):
8971 * cedet/semantic/tag.el (semantic-tag-make-assoc-list)
8972 (semantic-expand-nonterminal):
8973 * cedet/semantic/tag-file.el (semantic-find-nonterminal)
8974 (semantic-find-dependency, semantic-find-nonterminal)
8975 (semantic-find-dependency):
8976 * cedet/semantic/lex.el (semantic-flex-start, semantic-flex-end)
8977 (semantic-flex-text, semantic-flex-make-keyword-table)
8978 (semantic-flex-keyword-p, semantic-flex-keyword-put)
8979 (semantic-flex-keyword-get, semantic-flex-map-keywords)
8980 (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
8981 * cedet/semantic/java.el (semantic-java-prototype-nonterminal):
8982 * cedet/semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
8983 (semantic-after-idle-scheduler-reparse-hooks):
8984 * cedet/semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
8985 * cedet/semantic/db-mode.el (semanticdb-mode-hooks):
8986 * cedet/semantic.el (semantic-toplevel-bovine-table)
8987 (semantic-toplevel-bovine-cache)
8988 (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
8989 (semantic-init-mode-hooks, semantic-init-db-hooks)
8990 (semantic-bovination-working-type): Provide the `when' arg.
8991
8992 2009-10-24 Karl Fogel <kfogel@red-bean.com>
8993
8994 * bookmark.el: Update documentation, especially documentation
8995 of `bookmark-alist' and of the bookmark file format.
8996 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
8997
8998 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
8999
9000 * mail/emacsbug.el (report-emacs-bug): Clarify that the
9001 keybindings apply to the mail buffer (Bug#4003). Shrink help
9002 window to buffer.
9003
9004 * whitespace.el (whitespace-mode, whitespace-newline-mode)
9005 (global-whitespace-mode, global-whitespace-newline-mode)
9006 (whitespace-toggle-options, global-whitespace-toggle-options):
9007 Doc fix (Bug#3660).
9008
9009 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
9010 of xmltok-start before the end tag was inserted (Bug#2840).
9011
9012 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
9013 patterns that are preceded by an open-paren (Bug#1320).
9014
9015 2009-10-24 Sven Joachim <svenjoac@gmx.de>
9016
9017 * files.el (delete-directory): Delete symlinks to directories with
9018 delete-file (Bug#4739).
9019
9020 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
9021
9022 * cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):
9023 * cedet/semantic/tag.el (semantic-token-type-parent): Add WHEN
9024 argument to make-obsolete.
9025
9026 * cedet/semantic/fw.el (semantic-alias-obsolete)
9027 (semantic-varalias-obsolete): Add optional WHEN argument.
9028
9029 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
9030
9031 * vc.el (vc-backend-for-registration): Rename from
9032 vc-get-backend-for-registration. Update callers.
9033
9034 * international/mule-cmds.el (set-language-info-alist):
9035 Purecopy lang-env.
9036 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
9037 (charset): Purecopy the name.
9038 (define-char-code-property): Purecopy string arguments.
9039
9040 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
9041 Purecopy string arguments.
9042
9043 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
9044 * ediff-hook.el (menu-bar-ediff-menu):
9045 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
9046 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
9047
9048 2009-10-24 Glenn Morris <rgm@gnu.org>
9049
9050 * comint.el (comint-dynamic-list-completions):
9051 * term.el (term-dynamic-list-completions): Use choose-completion rather
9052 than obsolete alias mouse-choose-completion.
9053
9054 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
9055 file-cache-choose-completion.
9056 (file-cache-choose-completion): Handle an optional event argument.
9057 (file-cache-mouse-choose-completion): Make it an obsolete alias.
9058
9059 * progmodes/octave-mod.el (octave-complete-symbol):
9060 Use choose-completion if mouse-choose-completion is ever removed.
9061
9062 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
9063 use.
9064
9065 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
9066 compiler.
9067
9068 * vc-hooks.el (vc-responsible-backend): Fix declaration.
9069
9070 2009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
9071
9072 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
9073 Ignore `pred' now that we receive one.
9074 Handle test-completion specially.
9075
9076 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
9077
9078 * vc.el (vc-responsible-backend): Throw an error if not backend is
9079 found. Remove the REGISTER argument. Move the code dealing with
9080 REGISTER ...
9081 (vc-get-backend-for-registration): ... here. New function.
9082 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
9083 of vc-responsible-backend, pass the file name instead of the
9084 directory name.
9085
9086 2009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
9087
9088 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
9089 New funs.
9090 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
9091 (pcomplete-comint-setup): Don't modify a global var via
9092 accidental side-effects.
9093 (pcomplete-shell-setup): Adjust call accordingly.
9094 (pcomplete-parse-comint-arguments): Use push.
9095
9096 2009-10-23 Chong Yidong <cyd@stupidchicken.com>
9097
9098 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
9099 Allow uncapitalized info node names (Bug#3921).
9100
9101 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
9102 to the DEBUG file (Bug#3781).
9103
9104 2009-10-23 Jari Aalto <jari.aalto@cante.net>
9105
9106 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
9107 dictionary entry (Bug#4579).
9108
9109 2009-10-23 Michael Albinus <michael.albinus@gmx.de>
9110
9111 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
9112 from `rfn-eshadow-update-overlay-hook' when unloading.
9113 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
9114 "rsyncc". Adjust doc string.
9115 (tramp-temp-buffer-file-name): New buffer-local defvar.
9116 (tramp-handle-insert-file-contents, tramp-handle-write-region):
9117 Keep temporary file when indicated by method ("rsync" and
9118 "rsyncc").
9119 (tramp-handle-write-region): Handle APPEND.
9120 (tramp-delete-temp-file-function): New defun. Added to
9121 `kill-buffer-hook'.
9122
9123 2009-10-23 Juanma Barranquero <lekktu@gmail.com>
9124
9125 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
9126
9127 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
9128
9129 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
9130 (color-name-rgb-alist, tty-standard-colors)
9131 (tty-color-mode-alist): Change to defconst.
9132
9133 * simple.el (mark-inactive): Purecopy message.
9134
9135 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
9136 (global-map, yank-menu):
9137 * textmodes/ispell.el (ispell-menu-map):
9138 * net/eudc.el (eudc-tools-menu):
9139 * international/mule-cmds.el (describe-language-environment-map)
9140 (setup-language-environment-map, set-coding-system-map)
9141 (mule-menu-keymap):
9142 * vc-hooks.el (vc-menu-entry, vc-menu-map):
9143 * replace.el (occur-mode-map):
9144 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
9145
9146 2009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
9147
9148 * calc/calc.el (math-read-number, math-read-number-simple): Use
9149 `save-match-data'.
9150
9151 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
9152
9153 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
9154 rather than fiddling with global-map bindings, since it should only
9155 affect per-terminal settings.
9156 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
9157
9158 * minibuffer.el (completion-table-with-terminator): Allow to specify
9159 the terminator-regexp.
9160
9161 * simple.el (switch-to-completions): Look for *Completions* in other
9162 frames as well.
9163
9164 * pcomplete.el: Allow the use of completion-tables.
9165 (pcomplete-std-complete): New command.
9166 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
9167 (pcomplete--here): Use a function for `form' rather than an expression,
9168 so it can be byte-compiled.
9169 (pcomplete-here, pcomplete-here*): Adjust accordingly.
9170 Add edebug declaration.
9171 (pcomplete-show-completions): Remove unused var `curbuf'.
9172 (pcomplete-do-complete, pcomplete-stub):
9173 Don't assume `completions' is a list of strings any more.
9174
9175 2009-10-22 Juanma Barranquero <lekktu@gmail.com>
9176
9177 * find-dired.el (find-name-arg): Fix typo in docstring.
9178
9179 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
9180
9181 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
9182 (pcmpl-linux-fs-types): Same, and update to new modules layout.
9183
9184 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
9185 pcomplete-entries.
9186
9187 * comint.el (comint-read-input-ring, comint-write-input-ring)
9188 (comint-substitute-in-file-name)
9189 (comint-dynamic-complete-as-filename)
9190 (comint-dynamic-simple-complete)
9191 (comint-dynamic-list-filename-completions)
9192 (comint-dynamic-list-completions)
9193 (comint-redirect-results-list-from-process): Minor simplifications.
9194
9195 2009-10-21 Kevin Ryde <user42@zip.com.au>
9196
9197 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
9198 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
9199 the first form. And insert a blank line after ";;; Code" since
9200 that's usual style. (Bug#4612)
9201
9202 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
9203
9204 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
9205
9206 * minibuffer.el (completion-table-with-terminator): Properly implement
9207 boundaries, in case `terminator' appears in the suffix.
9208 (completion--embedded-envvar-table): Don't return boundaries if
9209 there's no valid completion. Simplify.
9210 (completion-file-name-table): New completion table extracted from
9211 completion--file-name-table.
9212 (completion--file-name-table): Use it.
9213 (read-file-name-predicate): Declare obsolete.
9214 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
9215 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
9216 completion-file-name-table, and use the `pred' argument.
9217 * files.el (locate-file-completion-table): Use the `pred' arg rather
9218 than read-file-name-predicate.
9219 (abbreviate-file-name): Use \` rather than ^ for BOS.
9220
9221 2009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
9222
9223 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
9224 vc-responsible-backend to register, it causes problems.
9225
9226 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
9227
9228 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
9229
9230 2009-10-21 Eric Ludlam <zappo@gnu.org>
9231
9232 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
9233 (semantic-c-debug-mode-init-pch): New functions.
9234 (semantic-c-debug-mode-init-last-mode): New var.
9235 (semantic-c-parse-lexical-token): Use them.
9236
9237 * cedet/semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
9238 When extracting the argument list, limit only by point-max.
9239
9240 2009-10-21 Michael Albinus <michael.albinus@gmx.de>
9241
9242 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
9243 (tramp-smb-handle-file-attributes): Use it.
9244 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
9245 (tramp-smb-handle-insert-directory): Use `mapc' rather than
9246 `mapcar'. Use `tramp-smb-get-stat-capability'.
9247 Add `dired-filename' text properties.
9248 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
9249 (tramp-smb-maybe-open-connection): Simplify check for smbclient
9250 version.
9251
9252 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
9253
9254 * subr.el (read-key-delay): Reduce to 0.01.
9255 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
9256 (bug#4751).
9257
9258 2009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
9259
9260 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
9261
9262 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
9263 (Info-menu): Remove unused vars `last' and `completions'.
9264 (Info-index-nodes): Remove unused var `node'.
9265
9266 * info.el (Info-complete-menu-item): Use complete-with-action.
9267
9268 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
9269
9270 Make vc-annotate work through copies and renames.
9271 * vc-annotate.el (vc-annotate-extract-revision-at-line):
9272 Return the file name too.
9273 (vc-annotate-revision-at-line)
9274 (vc-annotate-find-revision-at-line)
9275 (vc-annotate-revision-previous-to-line)
9276 (vc-annotate-show-log-revision-at-line): Update to get the file
9277 name from vc-annotate-extract-revision-at-line.
9278 (vc-annotate-show-diff-revision-at-line-internal): Change the
9279 argument to mean whether to show a file diff or not. Get the file
9280 name from vc-annotate-extract-revision-at-line.
9281 (vc-annotate-show-diff-revision-at-line):
9282 Update vc-annotate-show-diff-revision-at-line call.
9283 (vc-annotate-warp-revision): Add an optional file argument.
9284
9285 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
9286 (vc-git-annotate-extract-revision-at-line): Also return the file
9287 name if found.
9288
9289 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
9290 command. Remove unused code.
9291 (vc-hg-annotate-re): Update to match --follow output.
9292 (vc-hg-annotate-extract-revision-at-line): Also return the file
9293 name if found.
9294
9295 * vc.el: Update annotate-extract-revision-at-line documentation.
9296
9297 2009-10-18 Kevin Ryde <user42@zip.com.au>
9298
9299 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
9300 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
9301
9302 * net/browse-url.el (browse-url): Identify alist with "consp and
9303 not functionp" and let all other things go down the `apply' leg,
9304 as suggested by Stefan. (Further to bug#4531.)
9305
9306 2009-10-18 Chong Yidong <cyd@stupidchicken.com>
9307
9308 * minibuffer.el (read-file-name): Check for repeat before putting
9309 a default argument in file-name-history (Bug#4657).
9310
9311 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
9312 read syntax (Bug#4737).
9313
9314 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
9315
9316 2009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
9317
9318 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
9319 (html-tag-alist, html-tag-help): Add descriptions for undocumented
9320 entries and make note of obsolete tags.
9321
9322 2009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
9323
9324 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
9325
9326 2009-10-18 Glenn Morris <rgm@gnu.org>
9327
9328 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
9329 grep, so that binary files (eg international/uni-bidi.el) can match.
9330 Remove test for "UnicodeData" files, since it is hopefully unnecessary
9331 now, and in any case the file header format has changed.
9332
9333 2009-10-17 Glenn Morris <rgm@gnu.org>
9334
9335 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
9336 (flyspell-get-word, flyspell-large-region)
9337 (flyspell-auto-correct-previous-word): Doc/error message fixes.
9338
9339 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
9340
9341 * Makefile.in (ELCFILES): Add ede/shell.
9342
9343 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
9344
9345 * term/common-win.el (x-colors): Purecopy it.
9346
9347 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
9348
9349 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
9350 permissive for when the buffer is empty.
9351 (tar-header-block-tokenize): Decode the username and groupname.
9352 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
9353
9354 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
9355
9356 * cedet/srecode/srt.el:
9357 * cedet/srecode/compile.el:
9358 * cedet/semantic/mru-bookmark.el:
9359 * cedet/semantic/debug.el:
9360 * cedet/semantic/complete.el:
9361 * cedet/semantic/analyze.el: Require CL when compiling.
9362
9363 2009-10-17 Eric Ludlam <zappo@gnu.org>
9364
9365 * cedet/semantic/scope.el
9366 (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
9367 tmpscope so that the regular scope will continue to work.
9368
9369 * cedet/semantic/idle.el (semantic-idle-tag-highlight):
9370 Use semantic-idle-summary-highlight-face as the highlighting.
9371
9372 * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
9373 contains multibyte characters, choose first applicable coding
9374 system automatically.
9375
9376 * cedet/ede/project-am.el (project-run-target): New method.
9377 (project-run-target): New method.
9378
9379 * cedet/ede.el (ede-target): Add run target menu item.
9380 (ede-project, ede-minor-keymap): Add ede-run-target binding.
9381 (ede-run-target): New function.
9382 (ede-target::project-run-target): New method.
9383
9384 * cedet/ede/proj.el (project-run-target): New method.
9385
9386 * cedet/ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
9387 (ede-g++-libtool-shared-compiler): Remove SHELL. Remove COMMANDS.
9388 Add :rules.
9389 (ede-proj-target-makefile-shared-object): Only libtool compilers
9390 now available. Add linkers for libtool.
9391 (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
9392 (ede-proj-makefile-target-name): Always use .la extension.
9393
9394 * cedet/ede/proj-prog.el (project-run-target): New method.
9395
9396 * cedet/ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
9397 (ede-g++-linker): Change Change link lines.
9398
9399 * cedet/ede/pmake.el (ede-pmake-insert-variable-shared):
9400 When searching for old variables, go to the end of the buffer and
9401 search backward from there.
9402 (ede-proj-makefile-automake-insert-subdirs)
9403 (ede-proj-makefile-automake-insert-extradist): New methods.
9404 (ede-proj-makefile-create): Use them.
9405
9406 * cedet/ede/pconf.el (ede-proj-configure-test-required-file):
9407 Force FILE to expand to the current target. Use file-exists-p to
9408 check that it exists.
9409
9410 * cedet/ede/linux.el (ede-linux-version): Don't call "head".
9411 (ede-linux-load): Wrap dir in file-name-as-directory.
9412 Set :version slot.
9413
9414 * cedet/ede/files.el (ede-get-locator-object): When enabling
9415 locate, do so on "top".
9416
9417 * cedet/ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
9418 file-name-as-directory during compare.
9419 (ede-emacs-version): Return Emacs/XEmacs differentiator.
9420 Get version number from different places. Don't call egrep.
9421 (ede-emacs-load): Set :version slot. Call file-name-as-directory
9422 to set the directory.
9423
9424 * cedet/ede/shell.el: New file.
9425
9426 * cedet/inversion.el (inversion-decoders): Allow for stray . in
9427 alpha/beta variants.
9428
9429 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
9430
9431 * international/mule-cmds.el (select-safe-coding-system): If the file
9432 has a coding cookie, use it regardless of any other setting (bug#4712).
9433
9434 2009-10-17 Glenn Morris <rgm@gnu.org>
9435
9436 * cedet/semantic/grammar.el (semantic-grammar--lex-delim-spec):
9437 All errors should have messages.
9438
9439 * foldout.el (foldout-mouse-swallow-events):
9440 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
9441
9442 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
9443 (dired-keep-marker-copy, dired-keep-marker-hardlink)
9444 (dired-keep-marker-symlink, dired-dwim-target)
9445 (dired-copy-preserve-time): Do not autoload these defcustoms.
9446
9447 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
9448 messages from messing up the file coding. (Bug#4623)
9449
9450 2009-10-17 Jari Aalto <jari.aalto@cante.net>
9451
9452 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
9453 if no match is found for the current dictionary. (Bug#4578)
9454
9455 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
9456 optional, since that is how it is documented, and this is often called
9457 with a nil argument. (Bug#4577)
9458 (flyspell-external-point-words, flyspell-auto-correct-word)
9459 (flyspell-correct-word-before-point, flyspell-word-search-forward)
9460 (flyspell-word-search-backward): Remove nil argument in calls to
9461 flyspell-get-word, since it is not needed now.
9462
9463 2009-10-17 Ulrich Mueller <ulm@gentoo.org>
9464
9465 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
9466
9467 2009-10-16 Glenn Morris <rgm@gnu.org>
9468
9469 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
9470
9471 2009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
9472
9473 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
9474 (ange-ftp-file-size): New function.
9475 (ange-ftp-file-attributes): Use it.
9476
9477 2009-10-16 Michael Albinus <michael.albinus@gmx.de>
9478
9479 * net/tramp-smb.el (tramp-smb-version): New defvar.
9480 (tramp-smb-maybe-open-connection): Use it, in order to avoid
9481 repeated checks.
9482
9483 2009-10-16 Glenn Morris <rgm@gnu.org>
9484
9485 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
9486 Maybe copy some custom properties from old to new name. (Bug#4706)
9487
9488 2009-10-16 Juanma Barranquero <lekktu@gmail.com>
9489
9490 * subr.el (error, sit-for, start-process-shell-command)
9491 (start-file-process-shell-command): Set the calling convention
9492 after the function definition.
9493
9494 2009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
9495
9496 * subr.el (error, sit-for, start-process-shell-command)
9497 (start-file-process-shell-command): Use the new
9498 set-advertised-calling-convention feature.
9499
9500 2009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
9501
9502 * international/ucs-normalize.el (ucs-normalize-version):
9503 Change to 1.2.
9504 (check-range): Adjust for Unicode 5.2.
9505
9506 2009-10-15 Juri Linkov <juri@jurta.org>
9507
9508 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
9509 to the `menu-item' format.
9510
9511 2009-10-15 Michael Albinus <michael.albinus@gmx.de>
9512
9513 * net/tramp.el (tramp-replace-environment-variables): Do not fail
9514 if the environment variable does not exist.
9515
9516 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
9517 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
9518 parameter.
9519 (tramp-smb-handle-add-name-to-file)
9520 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
9521 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
9522 (tramp-smb-handle-file-attributes)
9523 (tramp-smb-do-file-attributes-with-stat)
9524 (tramp-smb-handle-file-local-copy)
9525 (tramp-smb-handle-insert-directory)
9526 (tramp-smb-handle-make-directory)
9527 (tramp-smb-handle-make-directory-internal)
9528 (tramp-smb-handle-make-symbolic-link)
9529 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
9530 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
9531 (tramp-smb-maybe-open-connection): Apply the changed parameters.
9532 (tramp-smb-read-file-entry): Read Disk names in compressed format.
9533 Handle long file names.
9534 (tramp-smb-get-cifs-capabilities): Check, whether the connection
9535 process is running.
9536 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
9537 Read share names with "-g" option.
9538
9539 2009-10-15 Ryan Yeske <rcyeske@gmail.com>
9540
9541 * net/rcirc.el (rcirc-view-log-file): New command.
9542 (rcirc-track-minor-mode-map): Remove C-c ` binding.
9543 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
9544 specified.
9545
9546 2009-10-15 Glenn Morris <rgm@gnu.org>
9547
9548 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
9549 from the second command-line argument.
9550 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
9551 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
9552 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
9553 w32-batch-update-autoloads.
9554 * emacs-lisp/autoload.el (autoload-make-program): New variable.
9555 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
9556
9557 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
9558 the headers cannot be located. Simplify, subtracting superflous
9559 save-excursions.
9560
9561 2009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
9562
9563 Replace completion-base-size by completion-base-position to fix bugs
9564 such as (bug#4699).
9565 * simple.el (completion-base-position): New var.
9566 (completion-base-size): Mark as obsolete.
9567 (choose-completion): Make it work for mouse events as well.
9568 Pass the new base-position to choose-completion-string.
9569 (choose-completion-guess-base-position): New function, extracted from
9570 choose-completion-delete-max-match.
9571 (choose-completion-delete-max-match): Use it. Make obsolete.
9572 (choose-completion-string): Use the new base-position info.
9573 (completion-root-regexp): Delete.
9574 (completion-setup-function): Preserve completion-base-position.
9575 Eliminate obsolete base-size manipulation.
9576 * minibuffer.el (display-completion-list): Don't mess with base-size.
9577 (minibuffer-completion-help): Set completion-base-position instead.
9578 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
9579 choose-completion.
9580 * textmodes/bibtex.el (bibtex-complete):
9581 * emacs-lisp/crm.el (crm--choose-completion-string):
9582 Adjust to new calling convention.
9583 * complete.el (partial-completion-mode): Use minibufferp to avoid
9584 bumping into incompatible change to choose-completion-string-functions.
9585 * ido.el (ido-choose-completion-string): Make its calling convention
9586 more permissive.
9587 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
9588 base-size manipulation.
9589 (comint-dynamic-list-input-ring): Use dotimes and push.
9590 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
9591 fundamental-mode. Use `or'.
9592
9593 2009-10-14 Juri Linkov <juri@jurta.org>
9594
9595 * misearch.el (multi-isearch-next-buffer-from-list)
9596 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
9597
9598 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
9599
9600 * Makefile.in (compile-onefile): Load `bytecomp' rather than
9601 `bytecomp.el'.
9602
9603 * minibuffer.el (completion-pcm--merge-completions): Make sure the
9604 string we return is all made up of text from the completions rather
9605 than part from the completions and part from the input (bug#4219).
9606
9607 * ido.el (ido-everywhere): Use define-minor-mode.
9608
9609 * buff-menu.el (list-buffers, ctl-x-map):
9610 Mark the entry points with ;;;###autoload cookies.
9611
9612 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
9613
9614 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
9615 correctly in the detached head case.
9616 (vc-git-print-log): Remove unused binding.
9617
9618 * vc.el (vc-responsible-backend): When a directory is passed for
9619 for registration create a VC repository if no backend is
9620 responsible for the directory argument.
9621 (vc-deduce-fileset): Tell vc-responsible-backend to register.
9622
9623 * vc.el: Move comments about RCS and SCCS ...
9624 * vc-rcs.el:
9625 * vc-sccs.el: ... here, respectively.
9626
9627 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
9628
9629 * minibuffer.el (completion--file-name-table): Return nil if there's
9630 no file completion, even if substitute-in-file-name changed
9631 the string (bug#4708).
9632
9633 2009-10-13 Juri Linkov <juri@jurta.org>
9634
9635 * files-x.el (read-file-local-variable-value): Don't filter out
9636 minor modes from mode name completion (bug#4664).
9637
9638 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
9639
9640 * international/mule-cmds.el (ucs-names): Remove exclusion of
9641 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
9642
9643 2009-10-13 Kenichi Handa <handa@m17n.org>
9644
9645 * international/uni-name.el: Regenerated.
9646
9647 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
9648
9649 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
9650 should be automatically buffer-local, but isn't.)
9651
9652 2009-10-12 Sam Steingold <sds@gnu.org>
9653
9654 * progmodes/compile.el (compilation-next-error-function): Fix the
9655 timestamps if the buffer has been visited before.
9656 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
9657 non-anchored patterns, like the perl one (bug#3928).
9658
9659 2009-10-12 Glenn Morris <rgm@gnu.org>
9660
9661 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
9662 Let-bind `size'.
9663
9664 2009-10-12 Juanma Barranquero <lekktu@gmail.com>
9665
9666 * proced.el (proced-unload-function): New function.
9667
9668 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
9669 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
9670 Doc fix.
9671
9672 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
9673
9674 2009-10-11 Juri Linkov <juri@jurta.org>
9675
9676 * files-x.el (read-file-local-variable-value):
9677 Provide default value only for bound variables (bug#4664).
9678
9679 2009-10-11 Michael Albinus <michael.albinus@gmx.de>
9680
9681 * net/tramp.el (tramp-local-host-p): Function shall return nil for
9682 connection methods like smb.
9683
9684 * net/tramp-cache.el (tramp-flush-connection-property): The hash
9685 can be empty.
9686
9687 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
9688 (tramp-smb-file-name-handler-alist): Add handlers for
9689 `add-name-to-file', `make-symbolic-link'.
9690 (tramp-smb-handle-add-name-to-file)
9691 (tramp-smb-do-file-attributes-with-stat)
9692 (tramp-smb-handle-make-symbolic-link)
9693 (tramp-smb-get-cifs-capabilities): New defuns.
9694 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
9695 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
9696 (tramp-smb-handle-file-local-copy)
9697 (tramp-smb-handle-make-directory-internal)
9698 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
9699 The file name syntax depends on cifs capabilities.
9700 (tramp-smb-handle-file-attributes):
9701 Call `tramp-smb-do-file-attributes-with-stat' if possible.
9702 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
9703 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
9704
9705 2009-10-11 Chong Yidong <cyd@stupidchicken.com>
9706
9707 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
9708 (eieio-defclass): Apply deftype handler and setf-method properties
9709 directly.
9710 (eieio-add-new-slot): Avoid union function from cl library.
9711 (eieio--typep): New function.
9712 (eieio-perform-slot-validation): Use it.
9713
9714 2009-10-10 Karl Fogel <kfogel@red-bean.com>
9715
9716 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
9717 Update documentation to refer to the variables documented in r1.135.
9718 (Bug#4188)
9719
9720 2009-10-10 Karl Fogel <kfogel@red-bean.com>
9721
9722 * bookmark.el (Info-suffix-list): Remove this unused variable.
9723 (bookmark-current-point): Remove this obsolete variable.
9724 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
9725 Adjust for removal of bookmark-current-point.
9726
9727 (bookmarks-already-loaded, bookmark-current-buffer)
9728 (bookmark-yank-point): Document. (Bug#4188)
9729
9730 2009-10-10 Glenn Morris <rgm@gnu.org>
9731
9732 * frame.el (frame-height): Doc fix.
9733
9734 * calendar/calendar.el (calendar-split-width-threshold): New option.
9735 (calendar-basic-setup): Use calendar-split-width-threshold.
9736
9737 2009-10-10 Sascha Wilde <wilde@sha-bang.de>
9738
9739 * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
9740 Use .la for Automake.
9741
9742 2009-10-09 Chong Yidong <cyd@stupidchicken.com>
9743
9744 * cedet/ede/pconf.el (ede-proj-configure-synchronize):
9745 Use "autoreconf -i". Suggested by Andreas Schwab.
9746
9747 2009-10-09 Juanma Barranquero <lekktu@gmail.com>
9748
9749 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
9750 Ideographic Supplement" range (U+1F200..U+1F2FF).
9751
9752 2009-10-09 Karl Fogel <kfogel@red-bean.com>
9753
9754 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
9755 since the list will have been rebuilt anyway. (Bug#4349)
9756
9757 2009-10-09 Karl Fogel <kfogel@red-bean.com>
9758
9759 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
9760 (bookmark-bmenu-execute-deletions): Don't save here, as
9761 bookmark-delete will now do so if necessary.
9762 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
9763 (Bug#4348)
9764
9765 2009-10-09 Glenn Morris <rgm@gnu.org>
9766
9767 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
9768
9769 2009-10-09 Karl Fogel <kfogel@red-bean.com>
9770
9771 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
9772 (bookmark-jump-other-window): Just invoke bookmark-jump with new
9773 argument now, so the two function's behaviors will match. (Bug#3645)
9774
9775 2009-10-08 Chong Yidong <cyd@stupidchicken.com>
9776
9777 * cedet/ede/proj.el (project-make-dist, project-compile-project):
9778 Fix filename test.
9779 (ede-proj-dist-makefile): Use expand-file-name instead of concat
9780 to expand file names.
9781
9782 2009-10-08 Michael Albinus <michael.albinus@gmx.de>
9783
9784 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
9785 (tramp-file-name-real-host, tramp-file-name-port):
9786 Apply `save-match-data'.
9787
9788 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
9789 case both directories are remote.
9790 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
9791 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
9792
9793 2009-10-08 Chong Yidong <cyd@stupidchicken.com>
9794
9795 * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
9796 (ede-proj-target-makefile-objectcode): Use it.
9797
9798 * cedet/ede/source.el (ede-want-any-source-files-p)
9799 (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
9800 Return search result. This error was introduced while merging.
9801
9802 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
9803
9804 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
9805
9806 2009-10-07 Glenn Morris <rgm@gnu.org>
9807
9808 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
9809 of concat.
9810
9811 2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
9812
9813 * files-x.el (read-file-local-variable): Include some
9814 non-user-variables in the completion table (bug#4664).
9815
9816 2009-10-07 Michael Albinus <michael.albinus@gmx.de>
9817
9818 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
9819 message.
9820
9821 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
9822 (tramp-smb-file-name-handler-alist): Add handler for
9823 `copy-directory', `expand-file-name', `set-file-modes'.
9824 (tramp-smb-handle-copy-directory)
9825 (tramp-smb-handle-expand-file-name)
9826 (tramp-smb-handle-set-file-modes): New defuns.
9827 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
9828 (tramp-smb-handle-file-attributes): Simplify check for retrieving
9829 entry.
9830 (tramp-smb-handle-insert-directory): Don't flush the cache.
9831 (tramp-smb-maybe-open-connection): Check for samba client and
9832 server versions.
9833
9834 2009-10-07 Eli Zaretskii <eliz@gnu.org>
9835
9836 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
9837 to not error out of search for "^lisp=" fails.
9838
9839 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
9840
9841 * makefile.w32-in (WINS_UPDATES): New macro.
9842 (custom-deps, finder-data, autoloads): Use it.
9843
9844 2009-10-07 Glenn Morris <rgm@gnu.org>
9845
9846 * Makefile.in (autoloads): Revert previous change.
9847 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
9848 the list of preloaded files passed on the command-line, get
9849 it from src/Makefile.
9850
9851 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
9852 show the original buffer rather than a random one.
9853
9854 2009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
9855
9856 * help.el (describe-no-warranty): Place point in a slightly better
9857 position in the GPLv3 text.
9858
9859 2009-10-06 Sam Steingold <sds@gnu.org>
9860
9861 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
9862 the comm attribute is present before calling regexp-quote.
9863
9864 2009-10-06 Juanma Barranquero <lekktu@gmail.com>
9865
9866 * play/animate.el (animate-string): For good effect, make sure
9867 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
9868
9869 * play/animate.el (animate-sequence, animate-birthday-present):
9870 * misc.el (butterfly): Don't set `indent-tabs-mode'.
9871
9872 2009-10-06 Glenn Morris <rgm@gnu.org>
9873
9874 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
9875
9876 * emacs-lisp/autoload.el (autoload-excludes): New variable.
9877 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
9878 (batch-update-autoloads): Process a string value of autoload-excludes,
9879 set during the build process.
9880 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
9881
9882 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
9883 inside with-parsed... macro so that `v' is defined.
9884
9885 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
9886 * progmodes/fortran.el (fortran-end-of-block)
9887 (fortran-beginning-of-block):
9888 Also push mark in the macro case.
9889
9890 * emerge.el (emerge-show-file-name):
9891 * calc/calc.el (calc-quit):
9892 * calc/calc-misc.el (calc-big-or-small):
9893 * calc/calc-graph.el (calc-graph-view):
9894 * calc/calc-ext.el (calc-reset):
9895 * calendar/calendar.el (calendar-basic-setup):
9896 Use window-full-height-p.
9897
9898 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
9899 header we don't understand, don't insert another. (Bug#4624)
9900 If changing mime charset, insert the new one in the right place.
9901
9902 2009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
9903
9904 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
9905 (cal-tex-cursor-month): Correctly increment the end date for diary and
9906 holiday listing. (Bug#4626)
9907
9908 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
9909
9910 * help-fns.el (describe-function-1): Don't burp if the function is not
9911 a symbol.
9912
9913 2009-10-05 Juanma Barranquero <lekktu@gmail.com>
9914
9915 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
9916 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
9917 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
9918 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
9919
9920 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
9921 (eieio-default-superclass): Reflow docstrings.
9922 (this, class-option-assoc, defclass, eieio-class-un-autoload)
9923 (eieio-unbind-method-implementations, defmethod)
9924 (eieio-validate-slot-value, eieio-validate-class-slot-value)
9925 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
9926 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
9927 (eieio-slot-originating-class-p, eieio-slot-name-index)
9928 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
9929 (constructor, initialize-instance, no-next-method, object-print)
9930 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
9931 Fix typos in docstrings.
9932 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
9933 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
9934 (next-method-p): Doc fixes.
9935 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
9936 Fix typos in error messages.
9937 (eieio-defmethod): Fix typo in description of generic method.
9938
9939 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
9940 (eieio-persistent-save-interactive, slot-missing):
9941 Fix typos in docstrings.
9942 (eieio-instance-inheritor-slot-boundp): Doc fix.
9943
9944 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
9945 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
9946
9947 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
9948 (eieio-custom-object-apply-reset):
9949 Fix typos in docstrings and error messages.
9950
9951 * emacs-lisp/eieio-datadebug.el (data-debug-show):
9952 Fix typo in docstring.
9953
9954 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
9955 (eieio-browse-tree): Doc fix.
9956 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
9957 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
9958 Fix typos in docstrings.
9959
9960 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
9961 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
9962 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
9963 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
9964 Reflow docstrings.
9965
9966 2009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
9967
9968 * vc-hg.el (log-view-vc-backend): Declare for compiler.
9969 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
9970 Set log-view-vc-backend so that diff can work.
9971
9972 * log-view.el (log-view-diff): Use vc-diff-internal instead of
9973 vc-version-diff.
9974 (vc-diff-internal): Autoload this instead of vc-version-diff.
9975
9976 2009-10-05 Eli Zaretskii <eliz@gnu.org>
9977
9978 * simple.el (eval-expression): Doc fix.
9979
9980 * progmodes/cwarn.el (cwarn-mode): Doc fix.
9981
9982 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
9983
9984 * files.el (directory-files-no-dot-files-regexp): New defconst.
9985 (delete-directory): Use it.
9986 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
9987
9988 * net/tramp.el (tramp-verbose): Fix docstring.
9989 (tramp-methods): Add recursive option to `tramp-copy-args'.
9990 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
9991 "scp1_old", "scp2_old", "rsync", "rsyncc".
9992 (tramp-default-method): Check also for `auth-source-user-or-password'.
9993 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
9994 Add handler for `copy-directory'.
9995 (tramp-handle-copy-directory): New defun.
9996 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
9997 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
9998 Optimize sent command.
9999
10000 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
10001
10002 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
10003 window if necessary.
10004
10005 * calendar/calendar.el (calendar-basic-setup): Don't call
10006 switch-to-buffer in a dedicated window.
10007
10008 2009-10-05 Karl Fogel <kfogel@red-bean.com>
10009
10010 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
10011 don't do anything related to relocating, just return nil.
10012 (bookmark-error-no-filename): New error.
10013 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
10014 bookmark has no file. Don't even attempt to handle things that
10015 are not files; the whole point of custom handlers is to keep that
10016 knowledge elsewhere anyway. Tighten some comments.
10017 (bookmark-file-or-variation-thereof): Remove now-unused function.
10018 (bookmark-location): Doc string fix.
10019 (Bug#4250)
10020
10021 2009-10-04 Karl Fogel <kfogel@red-bean.com>
10022
10023 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
10024 don't use a file dialog, because they usually don't know how to read
10025 a directory target from the user. (Bug#4230)
10026 Also, make sure the prompt can display directories as well as files.
10027
10028 2009-10-04 Karl Fogel <kfogel@red-bean.com>
10029
10030 * bookmark.el (bookmark-set, bookmark-buffer-name):
10031 Improve doc strings. (Bug#1193)
10032
10033 2009-10-04 Karl Fogel <kfogel@red-bean.com>
10034
10035 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
10036 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
10037 (bookmark-get-annotation, bookmark-set-annotation)
10038 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
10039 (bookmark-set-position, bookmark-get-front-context-string)
10040 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
10041 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
10042 (bookmark-jump-other-window, bookmark-handle-bookmark)
10043 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
10044 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
10045 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
10046 Improve doc strings to say whether bookmark can be a string or
10047 a record or both, and make other consistency and clarity fixes.
10048 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
10049 (bookmark-default-annotation-text, bookmark-yank-word)
10050 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
10051 (bookmark-import-new-list, bookmark-maybe-rename)
10052 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
10053 (bookmark-bmenu-bookmark): Give these doc strings.
10054 (bookmark-bmenu-check-position): Give this a doc string, but also
10055 add a FIXME comment about how the function may be pointless.
10056 (bookmark-default-handler): Rework doc string and change a
10057 parameter name, to clarify that this takes a bookmark record
10058 not a bookmark name.
10059 (bookmark-set): Change a parameter name to indicate its meaning,
10060 and improve the doc string a bit.
10061 (Bug#4188)
10062
10063 2009-10-04 Karl Fogel <kfogel@red-bean.com>
10064
10065 * bookmark.el (bookmark-alist): Document the new `handler' element
10066 in the param alist.
10067 (bookmark-make-record-function): Adjust documentation for above.
10068 (Bug#4193)
10069
10070 2009-10-04 Karl Fogel <kfogel@red-bean.com>
10071
10072 * info.el (Info-bookmark-make-record): Document this function.
10073 (Info-bookmark-jump): Document with a doc string, not just a comment.
10074 (Bug#4203)
10075
10076 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
10077
10078 * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
10079 (semantic-new-buffer-fcn): Call parser setup functions here.
10080 (semantic-mode): Don't call parser setup functions here, it's done
10081 in semantic-new-buffer-fcn now.
10082 (semantic-mode): Parse all existing buffers when enabled.
10083
10084 * cedet/srecode/compile.el (srecode-compile-file):
10085 Call semantic-new-buffer-fcn if the buffer has not been parsed.
10086
10087 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
10088
10089 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
10090
10091 * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
10092 (proj-comp-insert-variable-once): New macro, renamed from
10093 ede-pmake-insert-variable-once in ede/pmake.edl.
10094 (ede-proj-makefile-insert-variables): Use it.
10095
10096 2009-10-04 Michael Albinus <michael.albinus@gmx.de>
10097
10098 * files.el (copy-directory): New defun.
10099
10100 * dired-aux.el (dired-copy-file-recursive): Use it.
10101
10102 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
10103
10104 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
10105 (makefile-end-of-command):
10106 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
10107 (semantic-end-of-context): Fix previous change. Doc fixes.
10108
10109 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
10110
10111 * files-x.el (modify-dir-local-variable)
10112 (copy-dir-locals-to-file-locals-prop-line):
10113 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
10114 (makefile-end-of-command):
10115 * cedet/semantic/lex.el (semantic-lex-token):
10116 * cedet/semantic/analyze/fcn.el
10117 (semantic-analyze-dereference-metatype-1):
10118 * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
10119 (semantic-lex-cpp-undef):
10120 * cedet/semantic/wisent/wisent.el (wisent-skip-block):
10121 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
10122 (semantic-end-of-context): Fix typos in docstrings.
10123
10124 * recentf.el (recentf-unload-function): New function.
10125
10126 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
10127
10128 * cedet/ede.el (ede-project-placeholder-cache-file):
10129 * cedet/semantic/db-file.el (semanticdb-default-save-directory):
10130 * cedet/srecode/map.el (srecode-map-save-file):
10131 Use locate-user-emacs-file. Suggested by Juanma Barranquero.
10132
10133 2009-10-04 Glenn Morris <rgm@gnu.org>
10134
10135 * window.el (window-full-height-p): Add doc string.
10136
10137 2009-10-04 Martin Rudalics <rudalics@gmx.at>
10138
10139 * window.el (window-full-height-p): New function. (Bug#4543)
10140
10141 2009-10-03 Chong Yidong <cyd@stupidchicken.com>
10142
10143 * cedet/srecode/insert.el: Require srecode/args.
10144
10145 * cedet/srecode/args.el: Require srecode/dictionary instead of
10146 srecode/insert.
10147
10148 * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
10149
10150 * files.el (auto-mode-alist): Add .srt and Project.ede.
10151
10152 * cedet/semantic.el (semantic-mode):
10153 Handle srecode-template-mode-hook as well.
10154 (semantic-mode): Use js-mode-hook for Javascript hook.
10155
10156 * cedet/srecode/template.el: Remove hook variable.
10157
10158 * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
10159
10160 * cedet/ede.el (ede-target-forms-menu): Don't enable if no
10161 projects exist.
10162 (ede-project-placeholder-cache-file): Default to a file in
10163 user-emacs-directory.
10164
10165 * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
10166 templates in data-directory.
10167 (srecode-map-save-file): Default to a file in user-emacs-directory.
10168
10169 * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
10170 directory.
10171
10172 2009-09-30 Eric Ludlam <zappo@gnu.org>
10173
10174 * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
10175 Doc fix.
10176
10177 * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
10178 Only insert each variable once.
10179
10180 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
10181 (ede-pmake-insert-variable-shared): Use it.
10182
10183 * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
10184 for lexical table iff table is nil.
10185
10186 2009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
10187
10188 * vc.el: Remove commented out code.
10189 (vc-derived-from-dir-mode): Remove, unused.
10190 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
10191
10192 2009-10-03 Michael Albinus <michael.albinus@gmx.de>
10193
10194 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
10195 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
10196 there could be recursive loading when `default-directory' is a
10197 remote file name. (Bug#4614)
10198
10199 2009-10-03 Glenn Morris <rgm@gnu.org>
10200
10201 * calendar/calendar.el (calendar-basic-setup): Handle the case where
10202 the frame is wide.
10203 (calendar-generate-window): Test for shrinkability rather than width.
10204
10205 * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
10206 declaration, currently false.
10207
10208 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
10209 reusing existing buffers, in case we happen to visit two files with the
10210 same basename. (Bug#4593)
10211
10212 2009-10-02 Eli Zaretskii <eliz@gnu.org>
10213
10214 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
10215 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
10216 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
10217 subdirs of cedet as well.
10218 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
10219
10220 2009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
10221
10222 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
10223 Obey advertised-signature-table.
10224
10225 * help-fns.el (help-function-arglist): Don't check
10226 advertised-signature-table.
10227 (describe-function-1): Do it here instead so it also applies to subrs.
10228
10229 2009-10-02 Michael Albinus <michael.albinus@gmx.de>
10230
10231 * simple.el (start-file-process): Say in the doc-string, that file
10232 handlers might not support pty association, if PROGRAM is nil.
10233
10234 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
10235 HOST and USER are strings. They are nil, when there are
10236 incomplete entries in ~/.netrc, for example.
10237 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
10238 root directory ("device busy" error otherwise).
10239
10240 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
10241 Flush file properties of created directory.
10242
10243 2009-10-02 Eli Zaretskii <eliz@gnu.org>
10244
10245 * makefile.w32-in (WINS_BASIC): Remove cedet.
10246 (WINS_CEDET): Add cedet.
10247 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
10248
10249 2009-10-02 Kevin Ryde <user42@zip.com.au>
10250
10251 * net/browse-url.el (browse-url): Pass any symbol in
10252 browse-url-browser-function to `apply', since if you've mistakenly put
10253 an unbound symbol then the error is clearer. (Bug#4531)
10254
10255 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
10256
10257 * allout.el (allout-init, allout-back-to-current-heading)
10258 (allout-beginning-of-current-entry, allout-ascend-to-depth)
10259 (allout-ascend, allout-up-current-level, allout-end-of-level)
10260 (allout-previous-visible-heading, allout-forward-current-level)
10261 (allout-backward-current-level, allout-show-children):
10262 * apropos.el (apropos-describe-plist):
10263 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
10264 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
10265 * completion.el (add-completion, add-permanent-completion):
10266 * descr-text.el (describe-text-category, describe-char):
10267 * desktop.el (desktop-lazy-abort):
10268 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
10269 * dired.el (dired-build-subdir-alist):
10270 * ediff.el (ediff-version):
10271 * elide-head.el (elide-head, elide-head-show):
10272 * emerge.el (emerge-version):
10273 * env.el (getenv):
10274 * face-remap.el (variable-pitch-mode):
10275 * faces.el (describe-face):
10276 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
10277 (dired-at-point):
10278 * files.el (find-file-existing, auto-save-mode):
10279 * font-lock.el (font-lock-fontify-buffer):
10280 * help-fns.el (describe-function, describe-variable)
10281 (describe-syntax, describe-categories):
10282 * help.el (view-lossage, describe-bindings, describe-key)
10283 (describe-mode):
10284 * hexl.el (hexl-current-address):
10285 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
10286 * info.el (Info-goto-emacs-key-command-node):
10287 * log-edit.el (log-edit-insert-cvs-template)
10288 (log-edit-insert-cvs-rcstemplate):
10289 * menu-bar.el (menu-bar-mode):
10290 * mouse.el (mouse-appearance-menu):
10291 * newcomment.el (comment-indent-new-line):
10292 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
10293 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
10294 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
10295 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
10296 * recentf.el (recentf-mode):
10297 * savehist.el (savehist-mode, savehist-save):
10298 * shadowfile.el (shadow-copy-files):
10299 * simple.el (kill-ring-save, next-line, previous-line)
10300 (normal-erase-is-backspace-mode):
10301 * strokes.el (strokes-update-window-configuration)
10302 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
10303 (strokes-xpm-for-stroke):
10304 * time.el (emacs-uptime, emacs-init-time):
10305 * tutorial.el (tutorial--describe-nonstandard-key)
10306 (tutorial--detailed-help):
10307 * type-break.el (type-break-mode)
10308 (type-break-mode-line-message-mode, type-break-query-mode)
10309 (type-break-guesstimate-keystroke-threshold):
10310 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
10311 * version.el (emacs-version):
10312 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
10313 * winner.el (winner-mode):
10314 * calendar/timeclock.el (timeclock-in, timeclock-out)
10315 (timeclock-status-string, timeclock-change)
10316 (timeclock-workday-remaining-string)
10317 (timeclock-workday-elapsed-string)
10318 (timeclock-when-to-leave-string):
10319 * calendar/todo-mode.el (todo-add-category):
10320 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
10321 * emacs-lisp/autoload.el (update-file-autoloads):
10322 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
10323 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
10324 (checkdoc-message-text, checkdoc-defun):
10325 * emacs-lisp/debug.el (debugger-list-functions):
10326 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
10327 * emacs-lisp/eieio-opt.el (eieio-describe-class)
10328 (eieio-describe-generic):
10329 * emacs-lisp/lisp-mnt.el (lm-synopsis):
10330 * emacs-lisp/shadow.el (list-load-path-shadows):
10331 * emulation/cua-base.el (cua-mode):
10332 * emulation/edt.el (edt-set-scroll-margins):
10333 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
10334 (tpu-toggle-regexp, tpu-toggle-search-direction)
10335 (tpu-toggle-rectangle, tpu-toggle-control-keys):
10336 * emulation/tpu-extras.el (tpu-set-scroll-margins):
10337 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
10338 (viper-set-parsing-style-toggling-macro)
10339 (viper-set-emacs-state-searchstyle-macros):
10340 * emulation/viper.el (viper-set-hooks):
10341 * eshell/esh-mode.el (eshell-truncate-buffer):
10342 * international/mule-cmds.el (prefer-coding-system)
10343 (describe-input-method, describe-language-environment):
10344 * international/mule-diag.el (list-character-sets)
10345 (describe-character-set, describe-coding-system)
10346 (describe-fontset, list-fontsets, list-input-methods):
10347 * mail/sendmail.el (mail-signature):
10348 * net/ange-ftp.el (ange-ftp-copy-file):
10349 * net/browse-url.el (browse-url):
10350 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
10351 * net/quickurl.el (quickurl-add-url):
10352 * net/rcirc.el (names, topic):
10353 * net/xesam.el (xesam-mode):
10354 * play/5x5.el (5x5-new-game):
10355 * play/yow.el (apropos-zippy):
10356 * progmodes/ada-mode.el (ada-mode-version):
10357 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
10358 (f90-end-of-block)
10359 (f90-beginning-of-block):
10360 * progmodes/fortran.el (fortran-end-of-block)
10361 (fortran-beginning-of-block):
10362 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
10363 * progmodes/python.el (python-describe-symbol, python-shell):
10364 * term/ns-win.el (ns-print-buffer):
10365 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
10366 * textmodes/flyspell.el (flyspell-mode-on):
10367 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
10368 (pages-directory-for-addresses):
10369 * textmodes/table.el (table-recognize-cell)
10370 (table-query-dimension, table-generate-source)
10371 (table-insert-sequence, table--warn-incompatibility):
10372 * textmodes/tex-mode.el (tex-validate-buffer):
10373 * textmodes/texinfmt.el (texinfmt-version)
10374 (texinfo-format-buffer):
10375 Use `called-interactively-p' instead of `interactive-p'.
10376
10377 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
10378
10379 * image-mode.el (image-toggle-display):
10380 * emacs-lisp/elp.el (elp-instrument-function):
10381 * emacs-lisp/advice.el (ad-make-advised-definition):
10382 * emacs-lisp/easy-mmode.el (define-minor-mode):
10383 * net/browse-url.el (browse-url-maybe-new-window):
10384 * progmodes/sh-script.el (sh-learn-buffer-indent):
10385 Pass new argument 'any to `called-interactively-p'.
10386
10387 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
10388
10389 * international/uni-bidi.el:
10390 * international/uni-category.el:
10391 * international/uni-combining.el:
10392 * international/uni-comment.el:
10393 * international/uni-decimal.el:
10394 * international/uni-decomposition.el:
10395 * international/uni-digit.el:
10396 * international/uni-lowercase.el:
10397 * international/uni-mirrored.el:
10398 * international/uni-name.el:
10399 * international/uni-numeric.el:
10400 * international/uni-old-name.el:
10401 * international/uni-titlecase.el:
10402 * international/uni-uppercase.el:
10403 Regenerate from Unicode 5.2.0 data.
10404
10405 2009-10-01 Glenn Morris <rgm@gnu.org>
10406
10407 * Makefile.in (ELCFILES): Regenerate.
10408
10409 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
10410
10411 * subr.el (interactive-p): Mark obsolete.
10412 (called-interactively-p): Make the optional-ness of `kind' obsolete.
10413 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
10414 advertised-signature-table for subroutines as well.
10415
10416 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
10417 (set-advertised-calling-convention): New function.
10418 (make-obsolete, define-obsolete-function-alias)
10419 (make-obsolete-variable, define-obsolete-variable-alias):
10420 Make the optional-ness of `when' obsolete.
10421 (define-obsolete-face-alias): Make `when' non-optional.
10422 * help-fns.el (help-function-arglist):
10423 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
10424 Use advertised-signature-table.
10425
10426 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
10427
10428 * files.el (delete-directory): New defun. The original function
10429 in fileio.c has been renamed to `delete-directory-internal'.
10430
10431 * dired.el (dired-delete-file): Call `delete-directory' with
10432 RECURSIVE parameter.
10433
10434 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
10435 parameter RECURSIVE. Implementation is missing.
10436
10437 * net/tramp.el (tramp-handle-make-directory): Flush upper
10438 directory's file properties.
10439 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
10440 (tramp-handle-dired-recursive-delete-directory): Flush directory
10441 properties after the remove command only.
10442
10443 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
10444 Handle optional parameter RECURSIVE.
10445
10446 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
10447 Handle optional parameter RECURSIVE.
10448
10449 * net/tramp-smb.el (tramp-smb-errors): Add error message for
10450 connection timeout.
10451 (tramp-smb-handle-delete-directory): Handle optional parameter
10452 RECURSIVE.
10453
10454 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
10455
10456 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
10457 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
10458 (byte-compile-defmacro): Use backquotes.
10459
10460 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
10461
10462 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
10463 has no associated file.
10464 (vc-resynch-buffer): Use vc-dir-buffers.
10465
10466 2009-10-01 Glenn Morris <rgm@gnu.org>
10467
10468 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
10469 (chart-file-count):
10470 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
10471 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
10472 * emacs-lisp/eieio-opt.el (eieio-describe-class):
10473 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
10474 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
10475 (eieio-copy-parents-into-subclass, make-instance, class-children)
10476 (eieio-generic-form):
10477 * cedet/cedet-files.el (cedet-directory-name-to-file-name):
10478 * cedet/cedet-idutils.el (cedet-idutils-search)
10479 (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
10480 (cedet-idutils-version-check):
10481 * cedet/cedet.el (cedet-version):
10482 * cedet/data-debug.el (data-debug-insert-overlay-button)
10483 (data-debug-insert-overlay-list-button)
10484 (data-debug-insert-buffer-button)
10485 (data-debug-insert-buffer-list-button)
10486 (data-debug-insert-process-button, data-debug-insert-ring-button)
10487 (data-debug-insert-widget, data-debug-insert-stuff-list-button)
10488 (data-debug-insert-stuff-vector-button)
10489 (data-debug-insert-symbol-button, data-debug-insert-string)
10490 (data-debug-insert-number, data-debug-insert-lambda-expression)
10491 (data-debug-insert-nil, data-debug-insert-simple-thing)
10492 (data-debug-insert-custom, data-debug-edebug-expr):
10493 * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
10494 (global-ede-mode-map, ede-new, ede-debug-target)
10495 (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
10496 * cedet/semantic.el (semantic-minimum-working-buffer-size)
10497 (semantic-fetch-tags, semantic-submode-list)
10498 (semantic-default-submodes):
10499 * cedet/ede/source.el (ede-source-match):
10500 * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
10501 (project-am-package-info):
10502 * cedet/ede/proj.el (ede-proj-target, project-new-target):
10503 * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
10504 * cedet/ede/proj-comp.el (ede-current-build-list):
10505 * cedet/ede/makefile-edit.el (makefile-move-to-macro):
10506 * cedet/ede/files.el (ede-toplevel-project-or-nil):
10507 * cedet/ede/cpp-root.el (initialize-instance):
10508 * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
10509 (autoconf-parameter-strip, autoconf-insert-new-macro):
10510 * cedet/semantic/wisent.el (wisent-lex-eoi):
10511 * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
10512 (semantic-show-parser-state-mode):
10513 * cedet/semantic/texi.el (semantic-texi-environment-regexp):
10514 * cedet/semantic/tag.el (semantic-tag-new-variable)
10515 (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
10516 (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
10517 (semantic--tag-deep-copy-tag-list)
10518 (semantic-tag-components-with-overlays-default):
10519 * cedet/semantic/symref.el (semantic-symref-find-text):
10520 * cedet/semantic/senator.el (senator-yank-tag)
10521 (senator-transpose-tags-up):
10522 * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
10523 (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
10524 * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
10525 * cedet/semantic/lex.el (semantic-lex-comment-regex)
10526 (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
10527 (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
10528 * cedet/semantic/lex-spp.el
10529 (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
10530 (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
10531 * cedet/semantic/idle.el
10532 (semantic-idle-summary-current-symbol-info-brutish)
10533 (semantic-idle-summary-current-symbol-info-default):
10534 * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
10535 (semantic--grammar-macro-compl-dict):
10536 * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
10537 * cedet/semantic/format.el (semantic-format-tag-custom-list)
10538 (semantic-format-tag-canonical-name-default):
10539 * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
10540 (semantic-find-tags-for-completion)
10541 (semantic-find-tags-by-scope-protection-default)
10542 (semantic-deep-find-tags-for-completion):
10543 * cedet/semantic/edit.el
10544 (semantic-edits-incremental-reparse-failed-hook)
10545 (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
10546 (semantic-edits-splice-remove, semantic-edits-splice-replace):
10547 * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
10548 * cedet/semantic/dep.el (semantic-dependency-include-path):
10549 * cedet/semantic/db.el (semanticdb-default-find-index-class)
10550 (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
10551 (semanticdb-project-roots):
10552 * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
10553 (semanticdb-find-adebug-insert-scanned-tag-cons)
10554 (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
10555 (semanticdb-brute-deep-find-tags-for-completion):
10556 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
10557 * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
10558 (semantic-end-of-context-default)
10559 (semantic-ctxt-current-function-default)
10560 (semantic-ctxt-scoped-types-default):
10561 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
10562 (semantic-complete-inline-tag-engine)
10563 (semantic-complete-inline-custom-type)
10564 (semantic-complete-read-tag-analyzer):
10565 * cedet/semantic/chart.el (semantic-chart-tags-by-class)
10566 (semantic-chart-database-size):
10567 * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
10568 (semantic-analyze-current-context):
10569 * cedet/semantic/symref/list.el (semantic-symref)
10570 (semantic-symref-hide-buffer, semantic-symref-symbol):
10571 * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
10572 * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
10573 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
10574 * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
10575 (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
10576 (semantic-c-dereference-template):
10577 * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
10578 (semantic--analyze-refs-full-lookup-with-parents)
10579 (semantic--analyze-refs-full-lookup-simple):
10580 * cedet/semantic/analyze/complete.el
10581 (semantic-analyze-possible-completions):
10582 * cedet/srecode/table.el (srecode-mode-table-new):
10583 * cedet/srecode/srt.el (srecode-read-variable-name):
10584 * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
10585 * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
10586 (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
10587 * cedet/srecode/map.el (srecode-current-map):
10588 * cedet/srecode/insert.el (srecode-insert)
10589 (srecode-insert-variable-secondname-handler, srecode-insert-method)
10590 (srecode-template-inserter-point-override)
10591 (srecode-insert-include-lookup):
10592 * cedet/srecode/getset.el (srecode-auto-choose-class):
10593 * cedet/srecode/extract.el (srecode-inserter-extract):
10594 * cedet/srecode/document.el
10595 (srecode-document-autocomment-return-last-alist)
10596 (srecode-document-autocomment-param-type-alist)
10597 (srecode-document-insert-function-comment)
10598 (srecode-document-insert-variable-one-line-comment)
10599 (srecode-document-function-name-comment):
10600 * cedet/srecode/dictionary.el (srecode-create-dictionary)
10601 (srecode-compound-toString):
10602 * cedet/srecode/compile.el (srecode-flush-active-templates):
10603 * cedet/srecode/args.el (srecode-semantic-handle-:blank):
10604 Doc/message fixes.
10605
10606 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
10607 match-data. (Bug#4555).
10608
10609 * cedet/semantic/bovine/gcc.el
10610 (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
10611 (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
10612
10613 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
10614 rather than parsing it as a regexp. This relaxes the layout
10615 requirements and makes errors easier to detect.
10616 (check-declare-verify): Check file is regular.
10617 (check-declare-directory): Doc fix.
10618 * subr.el (declare-function): Doc fix.
10619
10620 * ibuffer.el (ibuffer-format-qualifier):
10621 * isearch.el (hi-lock-regexp-okay):
10622 * calc/calc.el (math-zerop):
10623 * mail/uce.el (rmail-msgbeg, rmail-msgend):
10624 * term/w32-win.el (setup-default-fontset, set-fontset-font):
10625 Remove unused declarations.
10626
10627 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
10628
10629 * cedet/semantic/wisent/javat-wy.el
10630 (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
10631
10632 2009-09-30 Juanma Barranquero <lekktu@gmail.com>
10633
10634 * cedet/srecode/expandproto.el: Fix provide statement.
10635
10636 2009-09-30 Eric Ludlam <zappo@gnu.org>
10637
10638 * emacs-lisp/eieio.el (boolean-p): Delete.
10639
10640 2009-09-30 Sascha Wilde <wilde@sha-bang.de>
10641
10642 * cedet/ede/srecode.el: Fix provide statement.
10643
10644 2009-09-30 Glenn Morris <rgm@gnu.org>
10645
10646 * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
10647 * cedet/ede/proj-aux.el (ede-aux-source):
10648 * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
10649 (ede-misc-source):
10650 * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
10651 (semantic-mrub-switch-tags): Fix doc typos.
10652
10653 * cedet/semantic/db-global.el (data-debug-new-buffer)
10654 (data-debug-insert-thing): Remove unneeded declarations (one broken).
10655 (semanticdb-enable-gnu-global-databases): Fix prompt typo.
10656
10657 * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
10658
10659 * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
10660 use of CL function `remove-if-not'.
10661
10662 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
10663
10664 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
10665 filename is not a string.
10666
10667 2009-09-29 Chong Yidong <cyd@stupidchicken.com>
10668
10669 * files.el (safe-local-eval-forms): Fix typo.
10670
10671 2009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
10672
10673 * vc-hooks.el (vc-dir-buffers): New var.
10674 (vc-state-refresh): New function.
10675 (vc-state): Use it.
10676 (vc-after-save): Always ask the backend to recompute the new state.
10677 Always call vc-dir if necessary, using vc-dir-buffers.
10678 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
10679 Use vc-dir-buffers.
10680 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
10681 (vc-dir-prepare-status-buffer, vc-dir-update)
10682 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
10683 Don't call expand-file-name on default-directory.
10684
10685 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
10686
10687 * speedbar.el (speedbar-item-delete):
10688 * calc/calc-prog.el (calc-kbd-if):
10689 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
10690
10691 * epa.el (epa-key-list-mode-map):
10692 * hi-lock.el (hi-lock-menu): Fix typos in menus.
10693
10694 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
10695 (hs-show-hook): Fix typo in docstring.
10696
10697 2009-09-29 Glenn Morris <rgm@gnu.org>
10698
10699 * cedet/semantic/symref/idutils.el:
10700 * cedet/semantic/symref/list.el: Relicense under GPLv3+.
10701
10702 * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
10703
10704 * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
10705 * cedet/semantic/tag-file.el (semanticdb-table-child-p):
10706 * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
10707 Mark declarations not understood by check-declare.
10708
10709 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
10710 file-name-nondirectory call preventing location of cedet files.
10711 (check-declare-verify): Use literal search rather than re-search.
10712 Add basic defmethod and defclass, and define-overloadable-function.
10713
10714 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
10715 Use tramp-compat-file-attributes rather than nonexistent
10716 tramp-compat-handle-file-attributes.
10717
10718 * Makefile.in (lisptagsfiles4): New.
10719 (AUTOGENEL): Add cedet loaddefs files.
10720 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
10721 (update-elclist, compile-always, backup-compiled-files)
10722 (bootstrap-clean): Add yet another directory level.
10723 (update-elclist): Use LC_COLLATE rather than COLLATE.
10724 (ELCFILES): Update, via `make update-elclist'.
10725
10726 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
10727
10728 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
10729 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
10730 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
10731
10732 2009-09-28 Andreas Schwab <schwab@linux-m68k.org>
10733
10734 * Makefile.in (lisptagsfiles3): Define.
10735 (TAGS, TAGS-LISP): Use it.
10736 (update-elclist): Add third directory level to look for elc files.
10737 (compile-always): Likewise.
10738 (backup-compiled-files): Likewise.
10739 (bootstrap-clean): Likewise.
10740 (ELCFILES): Update.
10741
10742 2009-09-28 Chong Yidong <cyd@stupidchicken.com>
10743
10744 * Makefile.in (ELCFILES): Add CEDET files.
10745
10746 2009-09-28 Eric Ludlam <zappo@gnu.org>
10747
10748 CEDET (development tools) package merged.
10749
10750 * cedet/*.el:
10751 * cedet/ede/*.el:
10752 * cedet/semantic/*.el:
10753 * cedet/srecode/*.el: New files.
10754
10755 2009-09-28 Michael Albinus <michael.albinus@gmx.de>
10756
10757 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
10758
10759 * net/tramp.el (top): Require tramp-imap.
10760
10761 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
10762 Use `tramp-compat-handle-file-attributes'.
10763
10764 2009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
10765
10766 * net/tramp-imap.el: New package.
10767
10768 2009-09-28 Eric Ludlam <zappo@gnu.org>
10769
10770 * emacs-lisp/chart.el:
10771 * emacs-lisp/eieio-base.el:
10772 * emacs-lisp/eieio-comp.el:
10773 * emacs-lisp/eieio-custom.el:
10774 * emacs-lisp/eieio-datadebug.el:
10775 * emacs-lisp/eieio-opt.el:
10776 * emacs-lisp/eieio-speedbar.el:
10777 * emacs-lisp/eieio.el: New files.
10778
10779 * cedet/cedet-cscope.el:
10780 * cedet/cedet-files.el:
10781 * cedet/cedet-global.el:
10782 * cedet/cedet-idutils.el:
10783 * cedet/data-debug.el:
10784 * cedet/inversion.el:
10785 * cedet/mode-local.el:
10786 * cedet/pulse.el: New files.
10787
10788 2009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10789
10790 * whitespace.el (whitespace-trailing-regexp)
10791 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
10792 Fix doc string.
10793
10794 2009-09-27 Chong Yidong <cyd@stupidchicken.com>
10795
10796 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
10797 menu.
10798
10799 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
10800 menu-bar-ediff-menu.
10801
10802 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
10803 define-overloadable-function.
10804
10805 * progmodes/autoconf.el: Provide autoconf as well, so that this
10806 file can be `require'd.
10807
10808 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
10809
10810 * emacs-lisp/autoload.el (generated-autoload-feature)
10811 (generated-autoload-load-name): New vars.
10812 (autoload-rubric, autoload-generate-file-autoloads): Use them.
10813 (make-autoload): Recognize define-overloadable-function and
10814 defclass forms (for EIEIO).
10815
10816 * Makefile.in (update-subdirs): Exclude cedet directory.
10817
10818 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
10819
10820 * term/ns-win.el: Don't set the region face background. (Bug#4381)
10821
10822 * faces.el: Default light-background background for region face to
10823 ns_selection_color under NS.
10824
10825 2009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
10826
10827 * net/imap-hash.el: New library, see NEWS.
10828
10829 * Makefile.in (ELCFILES): Add imap-hash.el.
10830
10831 2009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
10832
10833 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
10834 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
10835 * help-macro.el (make-help-screen): Avoid using an ambiguous function
10836 definition where the docstring could be taken for the return value.
10837
10838 2009-09-26 Glenn Morris <rgm@gnu.org>
10839
10840 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
10841 Add option to only show images below a certain size.
10842 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
10843 save-excursion calls.
10844
10845 2009-09-26 Eli Zaretskii <eliz@gnu.org>
10846
10847 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
10848 subdirectories) and eieio.
10849
10850 2009-09-26 Alan Mackenzie <acm@muc.de>
10851
10852 * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
10853 buggy bracketing. (Bug#4289)
10854
10855 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
10856 character constants (as case labels). (Bug#4289)
10857
10858 2009-09-25 Juri Linkov <juri@jurta.org>
10859
10860 * files.el (safe-local-eval-forms): Allow time-stamp in
10861 before-save-hook (Bug#4554).
10862
10863 2009-09-25 Drew Adams <drew.adams@oracle.com>
10864
10865 * menu-bar.el (list-buffers-directory): Doc fix.
10866
10867 2009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
10868
10869 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
10870 Try and avoid copying twice the same paragraph.
10871 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
10872 Remove save-excursion.
10873 (log-edit-changelog-entry): Do it here instead.
10874
10875 2009-09-25 Juanma Barranquero <lekktu@gmail.com>
10876
10877 * bs.el (bs--get-file-name): Use `list-buffers-directory'
10878 when available, instead of hardcoding mode names. Doc fix.
10879
10880 * menu-bar.el (list-buffers-directory): Add docstring.
10881 Make automatically buffer-local.
10882
10883 * dired.el (dired-mode):
10884 * files.el (cd-absolute):
10885 * pcvs.el (cvs-temp-buffer):
10886 * pcvs-util.el (cvs-get-buffer-create):
10887 * shell.el (shell-mode):
10888 * vc-dir.el (vc-dir-mode):
10889 Don't make `list-buffers-directory' buffer local.
10890
10891 2009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
10892
10893 * comint.el (comint-exec, comint-run, make-comint):
10894 Doc fixes (Bug#4542).
10895
10896 2009-09-25 Glenn Morris <rgm@gnu.org>
10897
10898 * mail/rmailmm.el (rmail-mime): New custom group.
10899 Move all defcustoms in this file into this group.
10900 (rmail-mime-media-type-handlers-alist): Revert previous change.
10901 (rmail-mime-show-images): New option.
10902 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
10903 references to it, since it wasn't actually used for anything.
10904 (rmail-mime-insert-image): New function.
10905 (rmail-mime-image): Use rmail-mime-insert-image.
10906 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
10907 obey the value of `rmail-mime-show-images' option. Print the size of
10908 attachments.
10909
10910 2009-09-25 David Engster <deng@randomsample.de>
10911
10912 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
10913
10914 2009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10915
10916 * whitespace.el: Does not highlight trailing spaces While point is
10917 at end of line. Does not highligt spaces at beginning of buffer
10918 while point is at beginning of buffer. Does not highlight spaces
10919 at end of buffer while point is at end of buffer. (Bug#4177)
10920 New version 12.0.
10921 (whitespace-display-mappings): Adjust initialization.
10922 (whitespace-point, whitespace-font-lock-refontify): New vars.
10923 (whitespace-color-on, whitespace-color-off): Adjust code.
10924 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
10925 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
10926 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
10927
10928 2009-09-24 Chong Yidong <cyd@stupidchicken.com>
10929
10930 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
10931
10932 * textmodes/sgml-mode.el: Remove xml-mode alias.
10933
10934 * files.el (auto-mode-alist, conf-mode-maybe)
10935 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
10936
10937 2009-09-24 Alan Mackenzie <acm@muc.de>
10938
10939 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
10940 c-forward-conditionals, but it doesn't move point and doesn't set
10941 the mark.
10942 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
10943 (c-down-conditional-with-else, c-backward-conditional)
10944 (c-forward-conditional): Refactor to use c-scan-conditionals.
10945
10946 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
10947
10948 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
10949 (help-default-arg-highlight): Remove.
10950 (help-highlight-arg): New function.
10951 (help-do-arg-highlight): Use it.
10952 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
10953
10954 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
10955
10956 * term.el (term-set-scroll-region, term-handle-ansi-escape):
10957 Undo last change, which didn't fix the problem and introduced others.
10958
10959 2009-09-24 Nick Roberts <nickrob@snap.net.nz>
10960
10961 * progmodes/gdb-mi.el: Don't require speedbar.
10962 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
10963
10964 2009-09-24 Glenn Morris <rgm@gnu.org>
10965
10966 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
10967
10968 * term/ns-win.el (ns-reg-to-script): Define for compiler.
10969
10970 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
10971 there is no newline after the final mime boundary. (Bug#4539)
10972 Move markers on insertion so that any buttons inserted don't end up in
10973 the next part of a multipart message.
10974 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
10975 (rmail-mime-bulk-handler): Optionally handle images.
10976 (rmail-mime-image): New button action.
10977 (rmail-mime-image-handler): New function.
10978 (rmail-mime-mode): New mode.
10979 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
10980
10981 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
10982
10983 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
10984 than just dropping elements from it (bug#4504).
10985
10986 * term.el (term-set-scroll-region): Don't move cursor any more.
10987 (term-handle-ansi-escape): Call term-goto here instead.
10988 Suggested by Ivan Kanis <apple@kanis.eu>.
10989
10990 * term.el: Require CL.
10991 (term-ansi-reset): New function.
10992 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
10993 (term-handle-colors-array): Simplify.
10994
10995 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
10996
10997 * allout.el (allout-overlay-interior-modification-handler)
10998 (allout-obtain-passphrase):
10999 * epa-file.el (epa-file-write-region):
11000 * ps-print.el (ps-begin-job):
11001 * vc-hooks.el (vc-toggle-read-only):
11002 * vc-rcs.el (vc-rcs-rollback):
11003 * vc-sccs.el (vc-sccs-rollback):
11004 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
11005 (vc-version-diff, vc-revert, vc-rollback):
11006 * wdired.el (wdired-check-kill-buffer):
11007 * emacs-lisp/authors.el (authors):
11008 * net/socks.el (socks-open-connection):
11009 * net/zeroconf.el (zeroconf-service-add-hook):
11010 * obsolete/vc-mcvs.el (vc-mcvs-register):
11011 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
11012 (gdb-select-frame):
11013 * progmodes/grep.el (lgrep, rgrep):
11014 * progmodes/idlw-help.el (idlwave-help-check-locations)
11015 (idlwave-help-html-link, idlwave-help-assistant-open-link):
11016 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
11017 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
11018 (reftex-toc-rename-label): Fix typos in error messages.
11019
11020 * dired-aux.el (dired-do-shell-command): Reflow docstring.
11021 (dired-copy-how-to-fn): Doc fix.
11022 (dired-files-attributes, dired-read-shell-command):
11023 Fix typos in docstrings.
11024
11025 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
11026 (dired-x-find-file-other-window): Reflow docstrings.
11027 (dired-omit-marker-char, dired-read-shell-command)
11028 (dired-x-submit-report): Fix typos in docstrings.
11029
11030 * shell.el (shell-mode-hook):
11031 * view.el (View-scroll-line-forward):
11032 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
11033 Fix typos in docstrings.
11034
11035 * net/dig.el (dig-invoke): Fix typo in docstring.
11036 (query-dig): Reflow docstring.
11037
11038 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
11039 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
11040 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
11041 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
11042 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
11043 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
11044 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
11045 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
11046 (idlwave-completion-map, idlwave-current-indent)
11047 (idlwave-custom-ampersand-surround, idlwave-customize)
11048 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
11049 (idlwave-define-abbrev, idlwave-determine-class-special)
11050 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
11051 (idlwave-end-block-reg, idlwave-end-of-statement)
11052 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
11053 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
11054 (idlwave-explicit-class-listed, idlwave-file-header)
11055 (idlwave-fill-paragraph, idlwave-find-class-definition)
11056 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
11057 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
11058 (idlwave-in-quote, idlwave-indent-action-table)
11059 (idlwave-indent-expand-table, idlwave-indent-line)
11060 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
11061 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
11062 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
11063 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
11064 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
11065 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
11066 (idlwave-outlawed-buffers, idlwave-popup-select)
11067 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
11068 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
11069 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
11070 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
11071 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
11072 (idlwave-statement-type, idlwave-struct-skip)
11073 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
11074 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
11075 (idlwave-what-module-find-class): Fix typos in docstrings.
11076 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
11077 (idlwave-calculate-cont-indent, idlwave-expand-equal)
11078 (idlwave-find-module, idlwave-find-structure-definition)
11079 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
11080 (idlwave-list-load-path-shadows, idlwave-next-statement)
11081 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
11082 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
11083 (idlwave-template): Reflow docstrings.
11084
11085 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
11086 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
11087 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
11088 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
11089 (idlwave-shell-display-line, idlwave-shell-display-wframe)
11090 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
11091 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
11092 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
11093 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
11094 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
11095 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
11096 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
11097 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
11098 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
11099 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
11100 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
11101 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
11102 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
11103 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
11104 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
11105 Fix typos in docstrings.
11106 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
11107 (idlwave-shell-hide-output, idlwave-shell-mode)
11108 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
11109 Reflow docstrings.
11110
11111 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
11112
11113 2009-09-24 Ivan Kanis <apple@kanis.eu>
11114
11115 * term.el (term-bold-attribute): New var.
11116 (term-handle-colors-array): Use it.
11117
11118 2009-09-23 Nick Roberts <nickrob@snap.net.nz>
11119
11120 * progmodes/gdb-mi.el (gdb-version): New variable.
11121 (gdb-non-stop-handler): Set gdb-version.
11122 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
11123 Condition "--thread" option on gdb-version.
11124 (gdb-invalidate-threads): Remove unused argument.
11125
11126 2009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
11127
11128 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
11129 to looking-back to avoid ridiculous slow down in large files (bug#4511).
11130
11131 2009-09-23 Glenn Morris <rgm@gnu.org>
11132
11133 * mail/rmail.el (rmail-reply): Don't try to add a References header when
11134 replying to mail without References or Message-Id. (Bug#4525)
11135
11136 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
11137
11138 * term/ns-win.el (ns-reg-to-script): New variable.
11139
11140 2009-09-23 Daiki Ueno <ueno@unixuser.org>
11141
11142 * epg.el (epg-wait-for-status): Preserve existing 'error results.
11143
11144 2009-09-22 Sam Steingold <sds@gnu.org>
11145
11146 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
11147 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
11148 to 1 because hg returns status 1 when nothing is found.
11149 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
11150
11151 2009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
11152
11153 * textmodes/fill.el: Convert to utf-8 encoding.
11154 (fill-french-nobreak-p): Remove redundant » and « inherited from our
11155 pre-Unicode days.
11156
11157 * add-log.el (change-log-fill-forward-paragraph): New function.
11158 (change-log-mode): Use it so fill-region DTRT.
11159 Set fill-indent-according-to-mode here rather than in
11160 change-log-fill-paragraph.
11161 (change-log-fill-paragraph): Remove.
11162
11163 2009-09-22 Juanma Barranquero <lekktu@gmail.com>
11164
11165 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
11166 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
11167
11168 2009-09-22 Glenn Morris <rgm@gnu.org>
11169
11170 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
11171 the scroll-bar scroll the calendar window rather than the buffer.
11172
11173 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
11174 commands that move point (as opposed to scrolling).
11175
11176 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
11177
11178 * emacs-lisp/elint.el (elint): New custom group.
11179 (elint-log-buffer): Make it a defcustom.
11180 (elint-scan-preloaded, elint-ignored-warnings)
11181 (elint-directory-skip-re): New options.
11182 (elint-builtin-variables): Doc fix.
11183 (elint-preloaded-env): New variable.
11184 (elint-unknown-builtin-args): Add an entry for encode-time.
11185 (elint-extra-errors): Make it a variable rather than a constant.
11186 (elint-preloaded-skip-re): New constant.
11187 (elint-directory): Skip files matching elint-directory-skip-re.
11188 (elint-features): New variable, local to linted buffers.
11189 (elint-update-env): Initialize elint-features. Possibly add
11190 elint-preloaded-env to the buffer's environment.
11191 (elint-get-top-forms): Bind elint-current-pos, for log messages.
11192 Skip quoted forms.
11193 (elint-init-form): New function, extracted from elint-init-env.
11194 Make non-list forms a warning rather than an error.
11195 Add the mode-map for define-derived-mode. Handle define-minor-mode,
11196 easy-menu-define, put that adds an error-condition, and provide.
11197 When requiring cl, also require cl-macs. Really require cl, to handle
11198 some cl macros. Store required libraries in the list elint-features,
11199 so as not to re-load them. Treat cc-require like require.
11200 (elint-init-env): Call elint-init-form to do the work.
11201 Handle eval-and-compile and such like.
11202 (elint-add-required-env): Do not clear messages.
11203 (elint-special-forms): Add handlers for function, defalias, if, when,
11204 unless, and, or.
11205 (elint-form): Add optional argument to ignore elint-special-forms,
11206 useful to prevent recursive calls from handlers. Doc fix.
11207 Respect elint-ignored-warnings.
11208 (elint-form): Respect elint-ignored-warnings.
11209 (elint-bound-variable, elint-bound-function): New variables.
11210 (elint-unbound-variable): Respect elint-bound-variable.
11211 (elint-get-args): Respect elint-bound-function.
11212 (elint-check-cond-form): Add some simple handling for (f)boundp and
11213 featurep tests.
11214 (elint-check-defalias-form): New handler.
11215 (elint-check-let-form): Make an empty let a warning rather than an
11216 error.
11217 (elint-check-setq-form): Make an empty setq a warning rather than an
11218 error. Respect elint-ignored-warnings.
11219 (elint-check-defvar-form): Accept null doc-strings.
11220 (elint-check-conditional-form): New handler. Does some simple-minded
11221 checking of featurep and (f)boundp tests.
11222 (elint-put-function-args): New function.
11223 (elint-initialize): Use elint-scan-doc-file rather than
11224 elint-find-builtin-variables. Use elint-put-function-args.
11225 Possibly scan preloaded-file-list.
11226 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
11227 extend to handle functions as well.
11228
11229 2009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
11230
11231 * linum.el (linum-delete-overlays, linum-update-window):
11232 Do not modify the right margin. (Bug#3971)
11233
11234 2009-09-21 Chong Yidong <cyd@stupidchicken.com>
11235
11236 * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
11237 nxml-mode instead of xml-mode.
11238
11239 2009-09-21 Kevin Ryde <user42@zip.com.au>
11240
11241 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
11242
11243 2009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
11244
11245 * net/dig.el (dig-mode): Use define-derived-mode.
11246
11247 2009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
11248
11249 * vc-dispatcher.el (vc-do-command): Return the process object in
11250 the asynchronous case. Use when instead of if. Do not run
11251 vc-exec-after to display a message if not enabled. (Bug#4463)
11252
11253 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
11254 properties to the stash strings.
11255 (vc-git-stash-list): Return a list of strings.
11256 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
11257 (vc-git-stash-show-at-point): New functions.
11258 (vc-git-stash-map): New keymap.
11259
11260 * register.el (ctl-x-r-map): Define the keys here instead of
11261 using autoload.
11262
11263 2009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
11264
11265 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
11266 list, to workaround performance problem (bug#4485).
11267
11268 2009-09-20 Nick Roberts <nickrob@snap.net.nz>
11269
11270 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
11271
11272 2009-09-20 Daiki Ueno <ueno@unixuser.org>
11273
11274 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
11275 Document that this option is not recommended to use.
11276
11277 2009-09-19 Glenn Morris <rgm@gnu.org>
11278
11279 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
11280 variable `var'.
11281
11282 * calc/calc-alg.el (var):
11283 * calc/calcalg2.el (var): Define for compiler.
11284
11285 2009-09-19 Chong Yidong <cyd@stupidchicken.com>
11286
11287 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
11288 Doc fix (Bug#3932).
11289
11290 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
11291
11292 * time-stamp.el (time-stamp-month-dd-yyyy)
11293 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
11294 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
11295 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
11296 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
11297 Remove functions that have been obsolete since 1995 (Bug#4436).
11298
11299 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
11300 indent buffer only if called interactively (Bug#4452).
11301
11302 2009-09-19 Juanma Barranquero <lekktu@gmail.com>
11303 Eli Zaretskii <eliz@gnu.org>
11304
11305 This fixes bug#4197 (merged to bug#865, though not identical).
11306 * server.el (server-auth-dir): Add docstring note about FAT32.
11307 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
11308 but warn against using them.
11309
11310 2009-09-19 Nick Roberts <nickrob@snap.net.nz>
11311
11312 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
11313 older GDB where there is no has_more field.
11314
11315 2009-09-19 Glenn Morris <rgm@gnu.org>
11316
11317 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
11318
11319 2009-09-18 Chong Yidong <cyd@stupidchicken.com>
11320
11321 * files.el (auto-mode-alist): Change default for XML files to nXML
11322 mode (Bug#4169).
11323
11324 2009-09-18 Juanma Barranquero <lekktu@gmail.com>
11325
11326 * server.el (server-ensure-safe-dir): Pass 'integer
11327 to `file-attributes', as suggested.
11328
11329 2009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
11330
11331 * dired-aux.el (dired-query-alist): Remove spurious backslash.
11332 (dired-query): Use read-key.
11333
11334 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
11335
11336 * cus-start.el (ns-use-qd-smoothing): Remove.
11337
11338 2009-09-18 Glenn Morris <rgm@gnu.org>
11339
11340 * allout.el (top-level): Remove unnecessary progn.
11341
11342 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
11343
11344 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
11345 definition of abbrev table.
11346
11347 * speedbar.el (speedbar-track-mouse):
11348 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
11349 * net/eudc.el (eudc-expand-inline):
11350 * net/newst-backend.el (newsticker--cache-read-feed):
11351 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
11352 condition-case handlers.
11353
11354 2009-09-18 Nick Roberts <nickrob@snap.net.nz>
11355
11356 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
11357 (gdb-var-list): Add an element for has_more field.
11358 (gdb-non-stop-handler): Enable pretty printing for STL containers.
11359 (gdb-var-create-handler, gdb-var-list-children-handler-1)
11360 (gdb-var-update-handler-1): Parse output of dynamic variable
11361 objects (STL containers).
11362 (gdb-var-delete-1): Pass var1 as an explicit second argument.
11363 (gdb-get-field): Delete alias. Use bindat-get-field directly.
11364
11365 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
11366 gdb-var-list.
11367 (gud-speedbar-buttons): Make node expandable if expression "has more"
11368 children.
11369
11370 2009-09-17 Juanma Barranquero <lekktu@gmail.com>
11371
11372 * startup.el (emacs-quick-startup): Remove variable and all uses.
11373 (command-line): Set `inhibit-x-resources' instead.
11374 (command-line-1): Use `inhibit-x-resources' instead.
11375
11376 2009-09-17 Chong Yidong <cyd@stupidchicken.com>
11377
11378 * subr.el: Fix last change to avoid using the `unless' macro,
11379 which breaks bootstrapping.
11380
11381 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
11382
11383 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
11384 extended definitions, in case we reload subr.el after having
11385 loaded CL.
11386 (eval-next-after-load): Mark as obsolete.
11387
11388 2009-09-17 Juri Linkov <juri@jurta.org>
11389
11390 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
11391 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
11392 (menu-bar-showhide-menu, menu-bar-tools-menu)
11393 (menu-bar-describe-menu, menu-bar-help-menu)
11394 (minibuffer-local-completion-map, minibuffer-local-map):
11395 Fix list quoting.
11396
11397 2009-09-17 Glenn Morris <rgm@gnu.org>
11398
11399 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
11400 arguments, whether or not it has a handler.
11401
11402 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
11403
11404 * simple.el (hard-newline): Give it a doc-string.
11405
11406 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
11407 (lisp-mode-syntax-table): Give them doc-strings.
11408
11409 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
11410
11411 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
11412 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
11413 (menu-bar-options-menu, menu-bar-showhide-menu)
11414 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
11415 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
11416 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
11417 (menu-bar-options-menu, menu-bar-tools-menu)
11418 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
11419 (menu-bar-help-menu):
11420 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
11421 string arguments.
11422
11423 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
11424 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
11425 calls for the menu names and :help.
11426
11427 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
11428
11429 * mouse.el (minor-mode-menu-from-indicator): Pay attention
11430 to :minor-mode-function (bug#4455).
11431
11432 2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
11433
11434 * startup.el (command-line): Initialize the window-system after
11435 processing the command-line.
11436
11437 * textmodes/page.el (what-page): Make sure we don't inf-loop if
11438 page-delimiter matches the empty string.
11439
11440 2009-09-16 Glenn Morris <rgm@gnu.org>
11441
11442 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
11443 byte-compile-not-obsolete-var. It's a list now.
11444 (byte-compile-not-obsolete-funcs): New variable.
11445 (byte-compile-warn-obsolete): Don't warn about functions if they are in
11446 byte-compile-not-obsolete-funcs.
11447 (byte-compile-variable-ref, byte-compile-defvar): Update for
11448 byte-compile-not-obsolete-vars name-change and list nature.
11449 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
11450 and variables behind (f)boundp tests.
11451 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
11452
11453 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
11454
11455 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
11456
11457 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
11458
11459 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
11460 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
11461 Don't autoload.
11462
11463 2009-09-15 Stephen Eglen <stephen@gnu.org>
11464
11465 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
11466 the virtual-buffers, use the name of the buffer specified by
11467 find-file-noselect, as the match may be a symlink. (This was a
11468 problem if the target and the symlink had different names.)
11469
11470 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
11471
11472 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
11473
11474 * desktop.el (desktop-path): Check user-emacs-directory.
11475
11476 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
11477
11478 * loadup.el: Use after-load-functions to GC after loading each file.
11479 Remove the explicit GC calls that used to be sprinkled around.
11480
11481 * subr.el (after-load-functions): New hook.
11482 (do-after-load-evaluation): Run it. Use string-match-p to detect
11483 `obsolete' packages, rather than painfully extracting the relevant
11484 directory name.
11485
11486 2009-09-15 Glenn Morris <rgm@gnu.org>
11487
11488 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
11489 free variable `doc'.
11490
11491 * dired.el (dired-mode-map): Add menu entry for async shell command.
11492
11493 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
11494 variables, also consider the .elc files, since the .el files are
11495 normally gzipped (subsequent code locates the .el.gz from the .elc).
11496
11497 * calc/calc-prog.el (arglist): Define for compiler.
11498
11499 * calendar/diary-lib.el (diary-display-function): Change the default to
11500 fancy display.
11501 (body): Define for compiler.
11502
11503 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
11504 (byte-compile-file-form, byte-compile-lambda)
11505 (byte-compile-top-level-body, byte-compile-form)
11506 (byte-compile-variable-ref, byte-compile-setq)
11507 (byte-compile-setq-default, byte-compile-body)
11508 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
11509 (batch-byte-compile): Give some more local variables with common names
11510 a "bytecomp-" prefix to avoid masking warnings about free variables.
11511
11512 * startup.el (command-line-1): Give local variables with common names a
11513 distinguishing prefix, so as not to hide free variable warnings during
11514 bootstrap.
11515
11516 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
11517 clever and add a suffix to make a unique name, just let the user decide
11518 whether or not to overwrite it. If the input is a directory, write the
11519 default filename to that directory. (Bug#4388)
11520 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
11521 is a filename-as-a-directory.
11522
11523 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
11524
11525 * textmodes/page.el (what-page): Don't move to beginning of line.
11526 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
11527
11528 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
11529
11530 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
11531
11532 2009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
11533
11534 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
11535 * help.el (help-for-help-internal): Add purecopy calls for text.
11536
11537 * vc.el (top): print-log method now takes an optional SHORTLOG
11538 argument. Add a new method: root.
11539 (vc-root-diff, vc-print-root-log): New functions.
11540 (vc-log-short-style): New variable.
11541 (vc-print-log-internal): Add support for showing short logs.
11542
11543 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
11544 vc-print-root-log and vc-print-root-diff.
11545
11546 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
11547 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
11548 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
11549 short logs.
11550
11551 * vc-cvs.el (vc-cvs-print-log):
11552 * vc-mtn.el (vc-mtn-print-log):
11553 * vc-rcs.el (vc-rcs-print-log):
11554 * vc-sccs.el (vc-sccs-print-log):
11555 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
11556 that is ignored for now.
11557
11558 * vc-mtn.el (vc-mtn-annotate-command):
11559 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
11560
11561 2009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
11562
11563 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
11564 to function-key-map, and give them ascii-character property.
11565 * term/x-win.el (x-alternatives-map):
11566 * term/ns-win.el (ns-alternatives-map):
11567 * term/internal.el (msdos-key-remapping-map):
11568 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
11569
11570 2009-09-14 Glenn Morris <rgm@gnu.org>
11571
11572 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
11573 temp-buffers (2009-09-12).
11574
11575 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
11576
11577 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
11578 the new read-key function.
11579
11580 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
11581
11582 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
11583 is defined (Bug#4405).
11584
11585 2009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
11586
11587 * recentf.el (recentf-cleanup): Use a hash table to find
11588 duplicates (Bug#4407).
11589
11590 2009-09-13 Per Starbäck <per@starback.se> (tiny change)
11591
11592 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
11593 kp-0 to ascii equivalents (Bug#4325).
11594
11595 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
11596
11597 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
11598
11599 * eshell/em-hist.el:
11600 * eshell/em-dirs.el (eshell-complete-user-reference):
11601 Declare pcomplete functions and variables to avoid compiler warnings.
11602
11603 2009-09-13 Leo <sdl.web@gmail.com> (tiny change)
11604
11605 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
11606 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
11607 * eshell/em-alias.el (eshell-aliases-file):
11608 * eshell/em-hist.el (eshell-history-file-name):
11609 Use expand-file-name instead of concat to make file names (Bug#4308).
11610
11611 2009-09-13 Glenn Morris <rgm@gnu.org>
11612
11613 * ediff-merg.el (ediff-do-merge):
11614 * filesets.el (filesets-run-cmd):
11615 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
11616 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
11617 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
11618 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
11619 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
11620 Replace empty `let's with `progn'.
11621
11622 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
11623
11624 * mail/sendmail.el (send-mail-function):
11625 * tooltip.el (tooltip-mode):
11626 * simple.el (transient-mark-mode):
11627 * rfn-eshadow.el (file-name-shadow-mode):
11628 * frame.el (blink-cursor-mode):
11629 * font-core.el (global-font-lock-mode):
11630 * files.el (temporary-file-directory)
11631 (small-temporary-file-directory, auto-save-file-name-transforms):
11632 * epa-hook.el (auto-encryption-mode):
11633 * composite.el (global-auto-composition-mode):
11634 Use custom-initialize-delay.
11635 * startup.el (command-line): Don't explicitly call
11636 custom-reevaluate-setting for all the above vars.
11637 * custom.el (custom-initialize-safe-set)
11638 (custom-initialize-safe-default): Delete.
11639
11640 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
11641
11642 * term/x-win.el (x-initialize-window-system):
11643 * term/w32-win.el (w32-initialize-window-system):
11644 * term/ns-win.el (ns-initialize-window-system): Don't call
11645 mouse-wheel-mode since it's enabled globally by default already.
11646
11647 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
11648 actually define the variable, but only silences the byte-compiler.
11649 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
11650 before looking it up.
11651 (mouse-wheel-scroll-amount): Also reset the bindings if this value
11652 is changed.
11653
11654 2009-09-12 Glenn Morris <rgm@gnu.org>
11655
11656 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
11657 1000.
11658 (elint-add-required-env): Don't beep on error.
11659 (elint-forms): In case of error, return ENV unchanged.
11660 (elint-init-env): Skip non-list forms.
11661 (elint-log): Handle unknown file positions.
11662
11663 2009-09-12 Daiki Ueno <ueno@unixuser.org>
11664
11665 * epg.el (epg-make-context): Add autoload cookie.
11666 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
11667 (epg-decrypt-string, epg-start-verify, epg-verify-file)
11668 (epg-verify-string, epg-start-sign, epg-sign-file)
11669 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
11670 (epg-encrypt-string, epg-start-export-keys)
11671 (epg-export-keys-to-file, epg-export-keys-to-string)
11672 (epg-start-import-keys, epg-import-keys-from-file)
11673 (epg-import-keys-from-string, epg-start-receive-keys)
11674 (epg-receive-keys, epg-import-keys-from-server)
11675 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
11676 (epg-sign-keys, epg-start-generate-key)
11677 (epg-generate-key-from-file, epg-generate-key-from-string):
11678 Remove autoload cookie.
11679
11680 2009-09-12 Eli Zaretskii <eliz@gnu.org>
11681
11682 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
11683 reevaluation of trash-directory.
11684
11685 * mwheel.el: Fix last change.
11686 (mouse-wheel-mode): New defvar.
11687 (mouse-wheel-mode): Remove autoload cookie.
11688
11689 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
11690
11691 * mwheel.el (mwheel-installed-bindings): New var.
11692 (mouse-wheel-mode): Use it, so as to make sure we really remove all
11693 the bindings we set last time. Use custom-initialize-delay.
11694 * loadup.el: Load mwheel after term/*-win.el.
11695 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
11696 and mouse-wheel-up-event now that their first evaluation is done
11697 sufficiently late to be correct.
11698
11699 * startup.el (tutorial-directory): Make it a defcustom.
11700 Use custom-initialize-delay rather than eval-at-startup to set it.
11701 * image.el (image-load-path): Make it a defcustom.
11702 Use custom-initialize-delay rather than eval-at-startup to set it.
11703 * subr.el (eval-at-startup): Remove.
11704 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
11705
11706 * subr.el (do-after-load-evaluation): Warn the user after loading an
11707 obsolete package.
11708
11709 2009-09-12 Glenn Morris <rgm@gnu.org>
11710
11711 * proced.el (proced-mark-alt): Remove alias.
11712 (proced-mode-map): Remove proced-mark-alt.
11713
11714 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
11715 Elint file and directory. Remove initialization entry.
11716
11717 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
11718 commands.
11719 (elint-current-buffer): Set mode-line-process.
11720 (elint-init-env): Handle define-derived-mode.
11721 Fix declare-function with unspecified arglist. Guard against odd
11722 defalias statements (eg iso-insert's 8859-1-map).
11723 (elint-add-required-env): Use a temp buffer.
11724 (elint-form): Just print the function/macro name, not the whole form.
11725 Return env unchanged if we fail to parse a macro.
11726 (elint-forms): Guard against parse errors.
11727 (elint-output): New function, to handle batch mode.
11728 (elint-log-message): Add optional argument. Use elint-output.
11729 (elint-set-mode-line): New function.
11730
11731 2009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
11732
11733 * emacs-lisp/elp.el (elp-not-profilable): Add more
11734 functions (Bug#4233).
11735
11736 2009-09-12 Chong Yidong <cyd@stupidchicken.com>
11737
11738 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
11739 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
11740
11741 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
11742
11743 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
11744 (gdb-var-list-children): Use json parsing.
11745
11746 2009-09-11 Daniel Colascione <dan.colascione@gmail.com>
11747
11748 * progmodes/js.el (js--proper-indentation): Handle the case where
11749 char-before is null. Reported by Deniz Dogan.
11750
11751 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
11752
11753 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
11754
11755 2009-09-11 Daiki Ueno <ueno@unixuser.org>
11756
11757 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
11758 (epg-digest-algorithm-alist): Add SHA224.
11759 (epg-context-set-passphrase-callback)
11760 (epg-context-set-progress-callback): Add description about
11761 callback function.
11762
11763 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
11764
11765 * custom.el (custom-delayed-init-variables): New var.
11766 (custom-initialize-delay): New function.
11767 * startup.el (command-line): "Re"evaluate all vars in
11768 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
11769 explicitly any more.
11770 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
11771 to avoid creating a ~/.emacs.d at build-time (bug#4347).
11772
11773 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
11774
11775 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
11776
11777 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
11778 (gdb-var-update-handler): Use json parsing.
11779
11780 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
11781
11782 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
11783 decode annotated text, regardless of language environment. (Bug#2741)
11784
11785 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
11786
11787 * Makefile.in (autoloads): Make rmail.el writable as well.
11788
11789 2009-09-11 Glenn Morris <rgm@gnu.org>
11790
11791 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
11792 loaddefs.el.
11793 * dired.el: Regenerate with extracted autoloads.
11794 * Makefile.in (autoloads): Make dired.el writable.
11795
11796 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
11797 * ibuffer.el: Regenerate with extracted autoloads.
11798 * Makefile.in (autoloads): Make ibuffer.el writable.
11799
11800 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
11801 * version.el (emacs-copyright, emacs-major-version)
11802 (emacs-minor-version): Reformat doc-strings for make-docfile.
11803
11804 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
11805 functions and variables, since they must be stuff specific to some other
11806 platform.
11807 (apropos-print): Make mouse-click message less specific about button.
11808
11809 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
11810 that records where a macro was defined.
11811 * help-fns.el (describe-function-1): Mention if a function has a
11812 compiler-macro.
11813 * help-mode.el (help-function-cmacro): New button.
11814
11815 * locate.el (top-level): Always require dired.
11816 (locate-mode-map): Initialize inside the defvar.
11817
11818 * net/ange-ftp.el (dired-compress-file): Declare.
11819 (ange-ftp-dired-compress-file): Add doc string.
11820
11821 * term/ns-win.el (x-display-name, x-setup-function-keys):
11822 Unify doc-strings with X versions.
11823
11824 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
11825
11826 * emulation/crisp.el (crisp-mode-map): Move initialization
11827 into declaration.
11828 (crisp-mode): Use define-minor-mode.
11829
11830 * progmodes/xscheme.el (xscheme-evaluation-commands):
11831 Put a :advertised-binding property rather than using
11832 advertised-xscheme-send-previous-expression.
11833 (advertised-xscheme-send-previous-expression): Declare obsolete.
11834 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
11835 `advertised-undo'.
11836 (crisp-mode): Add corresponding bindings to
11837 undo's :advertised-binding instead.
11838 * dired.el (dired-mode-map): Put a :advertised-binding property rather
11839 than using dired-advertised-find-file.
11840 (dired-advertised-find-file):
11841 * simple.el (advertised-undo):
11842 * wid-edit.el (advertised-widget-backward): Declare obsolete.
11843 (widget-keymap): Put a :advertised-binding property rather
11844 than using advertised-widget-backward.
11845 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
11846 than using advertised-undo.
11847 * tutorial.el (tutorial--default-keys): Adjust accordingly.
11848
11849 2009-09-10 Simon South <ssouth@slowcomputing.org>
11850
11851 * progmodes/delphi.el (delphi-tab): Indent region when Transient
11852 Mark mode is enabled and region is active; otherwise indent or
11853 insert TAB as usual.
11854 (delphi-mode): Update description of TAB-key binding.
11855
11856 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
11857
11858 * subr.el (define-key-rebound-commands): Mark obsolete.
11859 * startup.el (precompute-menubar-bindings): Remove.
11860 (normal-top-level): Remove obsolete code that tried to precompute
11861 menubar bindings.
11862 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
11863 define-key-rebound-commands and precompute-menubar-bindings.
11864
11865 2009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
11866
11867 * net/imap.el (imap-interactive-login): Better messages.
11868 (imap-open): Fix bug with renamed buffer on reconnect.
11869 (imap-authenticate): Add buffer-local imap-last-authenticator variable
11870 for easier debugging and cleaner code. On successful (guessed based on
11871 server capabilities) secondary authentication, set imap-state
11872 correctly.
11873 (imap-last-authenticator): Define imap-last-authenticator as a variable
11874 to avoid warnings.
11875
11876 2009-09-10 Glenn Morris <rgm@gnu.org>
11877
11878 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
11879
11880 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
11881 (byte-compile-file-form-autoload): Don't warn about unknown functions
11882 where the autoload statement comes after the use.
11883 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
11884 that any handlers inside the body (eg require) are in turn respected.
11885
11886 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
11887 effects.
11888
11889 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
11890 and syntax and abbrev tables basic docs, if they don't have any.
11891
11892 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
11893
11894 * international/mule-cmds.el (top-level): Require cl when compiling.
11895 (view-hello-file): Use default-value rather than
11896 default-enable-multibyte-characters.
11897
11898 * progmodes/fortran.el: Move all safe and risky properties into the
11899 defcustoms.
11900
11901 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
11902 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
11903 * mail/undigest.el:
11904 Put autoloads in rmail.el rather than loaddefs.el.
11905 * mail/rmail.el: Regenerate with extracted autoloads.
11906
11907 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
11908 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
11909
11910 2009-09-10 Nick Roberts <nickrob@snap.net.nz>
11911
11912 Reported in thread for Bug#4375.
11913 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
11914 "-data-evaluate-expression" instead of print.
11915 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
11916 (gdb-tooltip-print): Parse output from above MI command.
11917 (gdb): Revert 2009-08-11 change. User should detach inferior
11918 manually.
11919
11920 Remove the word "separate" from IO functions as inferior
11921 output is now never displayed in the GUD buffer.
11922
11923 2009-09-10 Juanma Barranquero <lekktu@gmail.com>
11924
11925 * startup.el (command-line-normalize-file-name): On Windows and
11926 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
11927
11928 2009-09-10 Juri Linkov <juri@jurta.org>
11929
11930 * isearch.el (isearch-text-char-description): Propertize escape
11931 character sequences with the `escape-glyph' face. (Bug#4344)
11932
11933 * simple.el (shell-command): Set asynchronous process filter to
11934 `comint-output-filter'. (Bug#4343)
11935
11936 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
11937 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
11938 the list. Move "asm" to the bottom.
11939 (grep-find-ignored-directories): Add `choice' with nil value
11940 to empty the list easily.
11941 (grep-find-ignored-files): New option.
11942 (grep-files-history): Set to nil by default instead of '("ch" "el").
11943 (grep-compute-defaults): Add "<X>" to `grep-template'.
11944 (grep-read-files): Bind new local variables `default-alias' and
11945 `default-extension'. Use a list of default values for the file prompt.
11946 (lgrep): Add `--exclude=' command line options composed from
11947 `grep-find-ignored-files'.
11948 (rgrep): Add `-name' command line options composed from
11949 `grep-find-ignored-files'. (Bug#4301)
11950
11951 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
11952
11953 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
11954 (bug#4368).
11955
11956 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
11957
11958 * calendar/time-date.el (autoload):
11959 Expand define-obsolete-function-alias into defalias and make-obsolete
11960 for old Emacsen that Gnus supports.
11961 (with-no-warnings): Define it for old Emacsen.
11962 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
11963 is available.
11964 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
11965 float-time is available; suppress compile warning for time-to-seconds.
11966
11967 2009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
11968
11969 * net/imap.el (imap-message-map): Docstring fix.
11970
11971 2009-09-09 Glenn Morris <rgm@gnu.org>
11972
11973 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
11974 line numbers too. (Bug#4374)
11975
11976 2009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
11977
11978 * smerge-mode.el (smerge-remove-props, smerge-refine):
11979 Use with-silent-modifications (bug#4342).
11980
11981 * subr.el (with-silent-modifications): New macro.
11982
11983 2009-09-07 Juanma Barranquero <lekktu@gmail.com>
11984
11985 * files.el (top-level): Require `cl' when compiling.
11986
11987 2009-09-07 Glenn Morris <rgm@gnu.org>
11988
11989 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
11990
11991 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
11992 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
11993
11994 2009-09-06 Nick Roberts <nickrob@snap.net.nz>
11995
11996 * vc-git.el (vc-git-annotate-command): Use separator to parse
11997 arguments correctly.
11998
11999 2009-09-06 Eli Zaretskii <eliz@gnu.org>
12000
12001 * proced.el (proced-mode): Doc fix.
12002
12003 2009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
12004
12005 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
12006 lstat fails.
12007 (tramp-do-file-attributes-with-ls): Check for file existence at
12008 remote end.
12009 (tramp-do-file-attributes-with-stat): Likewise.
12010 (tramp-convert-file-attributes): Return nil when attr is nil.
12011
12012 2009-09-05 Glenn Morris <rgm@gnu.org>
12013
12014 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
12015 properties to this button.
12016 (diary-fancy-display): Don't extend the button to the final newline.
12017 (diary-fancy-display-mode): Continue to define "q" as a local key.
12018
12019 * calendar/cal-china.el (holiday-chinese): Make it slightly more
12020 efficient.
12021
12022 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
12023
12024 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
12025 (byte-compile-dest-file-function): New option.
12026 (byte-compile-dest-file): Doc fix.
12027 Obey byte-compile-dest-file-function.
12028 (byte-compile-cl-file-p): New function.
12029 (byte-compile-eval): Only suppress noruntime warnings about cl functions
12030 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
12031 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
12032 than for file being previously loaded.
12033 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
12034 (byte-compile-file-form-require): Handle the case where requiring a file
12035 indirectly causes CL to be loaded.
12036
12037 2009-09-05 Karl Fogel <kfogel@red-bean.com>
12038
12039 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
12040 before killing the old buffer, since by the time `kill-buffer' is
12041 run so many buffer variables have been set to nil that it may not
12042 behave as expected. (Bug#4061)
12043
12044 2009-09-05 Karl Fogel <kfogel@red-bean.com>
12045
12046 * files.el (find-alternate-file): If the old buffer is modified
12047 and visiting a file, behave similarly to `kill-buffer' when
12048 killing it, thus reverting to the pre-1.878 behavior; see
12049 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
12050 for discussion. Also, consult `buffer-file-name' as a variable
12051 not as a function, for consistency with the rest of the code.
12052
12053 2009-09-04 Michael Albinus <michael.albinus@gmx.de>
12054
12055 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
12056 also when adding a new directory.
12057
12058 * net/tramp-compat.el (tramp-compat-line-beginning-position): New
12059 defun.
12060
12061 2009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
12062
12063 * files.el (locate-file-completion-table): Make it provide boundary
12064 information, so partial-completion works better.
12065
12066 2009-09-04 Leo <sdl.web@gmail.com> (tiny change)
12067
12068 * mail/footnote.el (Footnote-text-under-cursor):
12069 Check footnote-text-marker-alist before using it (bug#4324).
12070
12071 2009-09-04 Glenn Morris <rgm@gnu.org>
12072
12073 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
12074 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
12075 * play/solitaire.el, play/tetris.el:
12076 Remove leading * from defcustom and defface docs.
12077
12078 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
12079 necessary.
12080 (diary-fancy-overriding-map): New variable.
12081 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
12082 Use view-mode.
12083
12084 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
12085 goto-line.
12086
12087 2009-09-03 Glenn Morris <rgm@gnu.org>
12088
12089 * arc-mode.el (archive-mode):
12090 * dos-fns.el (set-default-process-coding-system):
12091 * man.el (Man-getpage-in-background):
12092 * menu-bar.el (menu-bar-describe-menu):
12093 * server.el (server-process-filter):
12094 * startup.el (command-line):
12095 * tar-mode.el (tar-header-block-tokenize, tar-extract):
12096 * w32-fns.el (set-default-process-coding-system):
12097 * x-dnd.el (x-dnd-handle-file-name):
12098 * international/mule-cmds.el (mule-menu-keymap)
12099 (set-default-coding-systems, language-info-alist, set-language-info)
12100 (set-language-environment, standard-display-european-internal)
12101 (set-locale-environment):
12102 * international/mule-diag.el (mule-diag):
12103 * mail/emacsbug.el (report-emacs-bug):
12104 * mail/rmail.el (rmail-mode):
12105 * mail/sendmail.el (mail-setup):
12106 Use default-value rather than default-enable-multibyte-characters.
12107
12108 * progmodes/f90.el: Move all safe properties into the defcustoms.
12109 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
12110
12111 * calendar/appt.el (appt-check):
12112 * calendar/diary-lib.el (diary-set-header, diary-live-p)
12113 (diary-check-diary-file, diary-list-entries)
12114 (diary-include-other-diary-files, diary-simple-display)
12115 (diary-fancy-display, diary-print-entries)
12116 (diary-mark-included-diary-files, diary-make-entry):
12117 Don't call substitute-in-file-name on diary-file.
12118
12119 2009-09-03 Eduard Wiebe <usenet@pusto.de>
12120 Stefan Monnier <monnier@iro.umontreal.ca>
12121
12122 * mail/footnote.el (footnote-prefix): Make it a defcustom.
12123 (footnote-mode-map): Move initialization into the declaration.
12124 (footnote-minor-mode-map): Define it rather than changing global-map.
12125 (footnote-mode): Use define-minor-mode.
12126
12127 2009-09-02 Michael Albinus <michael.albinus@gmx.de>
12128
12129 * net/tramp.el (tramp-handle-file-attributes-with-ls)
12130 (tramp-do-file-attributes-with-perl)
12131 (tramp-do-file-attributes-with-stat): Rename from
12132 `tramp-handle-file-attributes-with-*'.
12133 (tramp-handle-file-attributes): Use them.
12134 (tramp-do-directory-files-and-attributes-with-perl)
12135 (tramp-do-directory-files-and-attributes-with-stat): Rename from
12136 `tramp-handle-directory-files-and-attributes-with-*'.
12137 (tramp-handle-directory-files-and-attributes): Use them.
12138 (tramp-method-out-of-band-p): Additional parameter SIZE.
12139 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
12140 (tramp-handle-write-region): Use it.
12141 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
12142 (tramp-handle-vc-registered): Check, whether the first run did
12143 return files to be tested.
12144 (tramp-advice-make-auto-save-file-name): Do not call directly
12145 `tramp-handle-make-auto-save-file-name', because this would bypass
12146 the locking mechanism.
12147
12148 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
12149 (file-remote-p, process-file, start-file-process, set-file-times)
12150 (tramp-compat-file-attributes): Compatibility functions shall not
12151 call directly `tramp-handle-*', because this would bypass the
12152 locking mechanism.
12153 (tramp-compat-number-sequence): New defun.
12154
12155 2009-09-02 Glenn Morris <rgm@gnu.org>
12156
12157 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
12158 alias for float-time.
12159 (time-to-number-of-days): In Emacs, use float-time.
12160 * net/newst-backend.el (time-add): Suppress warnings from compat
12161 function.
12162 * time.el (emacs-uptime, emacs-init-time):
12163 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
12164 Use float-time rather than time-to-seconds.
12165
12166 * minibuffer.el (completion-initials-expand): Fix typo.
12167
12168 * faces.el (modeline, modeline-inactive, modeline-highlight)
12169 (modeline-buffer-id):
12170 * info.el (info-menu-5): Mark these face aliases as obsolete.
12171
12172 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
12173
12174 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
12175 space ...
12176 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
12177 no "--thread" option.
12178 (gdb-stopped): Don't print "Switched to thread" message when it is
12179 unchanged.
12180
12181 2009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
12182
12183 * minibuffer.el (completion-try-completion)
12184 (completion-all-completions): Remove ill-defined (and
12185 mistakenly installed and luckily never used nor documented)
12186 `completion-styles' property.
12187 (completion-initials-expand, completion-initials-all-completions)
12188 (completion-initials-try-completion): New functions.
12189 (completion-styles-alist): Add doc to each entry.
12190 Add new `initials' entry.
12191
12192 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
12193
12194 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
12195 MI command -var-evaluate-expression.
12196 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
12197 and tweak for case of string child.
12198 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
12199
12200 2009-09-01 Glenn Morris <rgm@gnu.org>
12201
12202 * add-log.el (change-log-date-face, change-log-name-face)
12203 (change-log-email-face, change-log-file-face, change-log-list-face)
12204 (change-log-conditionals-face, change-log-function-face)
12205 (change-log-acknowledgement-face):
12206 * cus-edit.el (custom-invalid-face, custom-rogue-face)
12207 (custom-modified-face, custom-set-face, custom-changed-face)
12208 (custom-saved-face, custom-button-face, custom-button-pressed-face)
12209 (custom-documentation-face, custom-state-face, custom-comment-face)
12210 (custom-comment-tag-face, custom-variable-tag-face)
12211 (custom-variable-button-face, custom-face-tag-face)
12212 (custom-group-tag-face-1, custom-group-tag-face):
12213 * diff-mode.el (diff-header-face, diff-file-header-face)
12214 (diff-index-face, diff-hunk-header-face, diff-removed-face)
12215 (diff-added-face, diff-changed-face, diff-function-face)
12216 (diff-context-face, diff-nonexistent-face):
12217 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
12218 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
12219 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
12220 (Info-title-4-face):
12221 * isearch.el (isearch-lazy-highlight-face):
12222 * log-view.el (log-view-file-face, log-view-message-face):
12223 * paren.el (show-paren-match-face, show-paren-mismatch-face):
12224 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
12225 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
12226 (cvs-msg-face):
12227 * smerge-mode.el (smerge-mine-face, smerge-other-face)
12228 (smerge-base-face, smerge-markers-face):
12229 * wid-edit.el (widget-documentation-face, widget-button-face)
12230 (widget-field-face, widget-single-line-field-face)
12231 (widget-inactive-face, widget-button-pressed-face):
12232 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
12233 (woman-addition-face):
12234 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
12235 (eshell-ls-executable-face, eshell-ls-readonly-face)
12236 (eshell-ls-unreadable-face, eshell-ls-special-face)
12237 (eshell-ls-missing-face, eshell-ls-archive-face)
12238 (eshell-ls-backup-face, eshell-ls-product-face)
12239 (eshell-ls-clutter-face):
12240 * eshell/em-prompt.el (eshell-prompt-face):
12241 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
12242 * obsolete/old-whitespace.el (whitespace-highlight-face):
12243 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
12244 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
12245 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
12246 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
12247 (antlr-font-lock-literal-face):
12248 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
12249 (ebrowse-root-class-face, ebrowse-file-name-face)
12250 (ebrowse-default-face, ebrowse-member-attribute-face)
12251 (ebrowse-member-class-face, ebrowse-progress-face):
12252 * progmodes/make-mode.el (makefile-space-face):
12253 * progmodes/sh-script.el (sh-heredoc-face):
12254 * textmodes/flyspell.el (flyspell-incorrect-face)
12255 (flyspell-duplicate-face):
12256 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
12257 * textmodes/texinfo.el (texinfo-heading-face):
12258 Mark face aliases with "-face" suffix as obsolete.
12259
12260 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
12261 compiler.
12262
12263 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
12264 (eudc-bob-sound-menu): Use defvar rather than defconst, since
12265 easy-menu-define wants to modify these.
12266
12267 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
12268
12269 * net/browse-url.el (browse-url-file-url):
12270 * term/internal.el (dos-codepage-setup):
12271 Use default-value rather than default-enable-multibyte-characters.
12272
12273 * progmodes/etags.el (etags-goto-tag-location):
12274 * progmodes/flymake.el (flymake-highlight-line)
12275 (flymake-goto-file-and-line, flymake-goto-line):
12276 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
12277 (gdb-goto-breakpoint):
12278 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
12279 * progmodes/python.el (python-find-function)
12280 (python-pdbtrack-track-stack-file):
12281 * progmodes/verilog-mode.el (verilog-surelint-off):
12282 * term/ns-win.el (ns-open-file-select-line):
12283 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
12284 Use forward-line rather than goto-line.
12285
12286 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
12287 * textmodes/reftex-index.el (reftex-display-index):
12288 * textmodes/reftex-ref.el (reftex-offer-label-menu):
12289 * textmodes/reftex-toc.el (reftex-toc):
12290 Remove unnecessary bindings of default-major-mode (all are followed by
12291 major-mode check and possible mode switch).
12292
12293 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
12294
12295 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
12296 Handle watchpoints (bug#4282).
12297 (def-gdb-thread-buffer-command): Enable thread to be selected by
12298 clicking without selecting threads buffer first.
12299 (gdb-current-context-command): Use selected frame so that "up",
12300 "down" etc work in the GUD buffer.
12301 (gdb-update): Find selected frame before rendering stack buffer.
12302 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
12303
12304 2009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
12305
12306 * progmodes/sym-comp.el (displayed-completions): Remove.
12307 (symbol-complete): Use minibuffer-complete.
12308
12309 2009-08-31 Glenn Morris <rgm@gnu.org>
12310
12311 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
12312
12313 * apropos.el (apropos-symbols-internal):
12314 Handle (obsolete) face aliases.
12315
12316 * faces.el (describe-face): Adjust the output format to be more like
12317 describe-variable, and to mention (obsolete) face aliases.
12318 Adjust the whitespace so that help-setup-xref works.
12319
12320 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
12321 * calendar/diary-lib.el (diary-button-face):
12322 Mark these face aliases as obsolete.
12323
12324 * calendar/calendar.el (calendar-today): Doc fix.
12325
12326 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
12327
12328 * progmodes/gdb-mi.el (gdb-control-all-threads)
12329 (gdb-control-current-thread): Force tool bar update.
12330 (gdb-non-stop-handler): New function.
12331 (gdb-init-1): Use it to test if non-stop mode is supported.
12332 Remove unused gdbmi buffer type.
12333
12334 2009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
12335
12336 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
12337 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
12338
12339 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
12340
12341 * comint.el (comint-exec-1): Check command is non-null first.
12342 Part of gdb-mi.el change (2009-08-28).
12343
12344 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
12345
12346 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
12347
12348 2009-08-30 Juanma Barranquero <lekktu@gmail.com>
12349
12350 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
12351 instead of `dolist' to avoid a recursive require when bootstrapping.
12352
12353 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
12354
12355 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
12356
12357 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
12358
12359 * net/imap.el (imap-send-command): Simplify.
12360 (imap-wait-for-tag): point-max -> buffer-size.
12361
12362 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
12363
12364 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
12365 with constant argument.
12366
12367 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
12368
12369 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
12370
12371 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
12372 Change default, since most of our files don't have a history.
12373 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
12374 the user.
12375
12376 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
12377 Add comint-run.
12378
12379 * calc/calc.el: Improve commenting convention.
12380 (calc-digit-map, toplevel): Simplify.
12381
12382 * comint.el (comint-insert-input): Be careful to only set point if we
12383 don't delegate to some other command.
12384
12385 * proced.el (proced-signal-list): Make it an alist.
12386 (proced-grammar-alist): Capitalize names.
12387 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
12388 Disable undo manually and make it read-only.
12389 Use completion-annotate-function.
12390
12391 * minibuffer.el (minibuffer-message): If the current buffer is not
12392 a minibuffer, insert the message in the echo area rather than at the
12393 end of the buffer.
12394 (completion-annotate-function): New variable.
12395 (minibuffer-completion-help): Use it.
12396 (completion--embedded-envvar-table): Environment vars are
12397 always case-sensitive.
12398
12399 2009-08-30 Glenn Morris <rgm@gnu.org>
12400
12401 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
12402 from fortran-current-defun.
12403 (fortran-beginning-of-subprogram): Be more precise about finding the
12404 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
12405 (fortran-end-of-subprogram): Simplify.
12406 (fortran-current-defun): Use fortran-start-prog-re.
12407
12408 2009-08-29 Juanma Barranquero <lekktu@gmail.com>
12409
12410 * subr.el (do-after-load-evaluation): Simplify.
12411
12412 2009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
12413
12414 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
12415
12416 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
12417 (vc-rcs-print-log): Use it.
12418
12419 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
12420
12421 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
12422
12423 * paths.el (abbrev-file-name): Move to abbrev.el.
12424 * abbrev.el (abbrev-file-name): Move from paths.el.
12425 Obey user-emacs-directory.
12426 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
12427 user-emacs-directory.
12428 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
12429 abbrev-file-name and calc-settings-file any more.
12430 * startup.el (command-line): Recompute abbrev-file-name and
12431 abbreviated-home-dir.
12432 (normal-no-mouse-startup-screen): Improve the generic code and get rid
12433 of the special code for when C-h bindings haven't been changed.
12434 (display-startup-echo-area-message): Use with-current-buffer.
12435 (command-line-1): Use a list of strings, rather than a list of lists
12436 of strings for longopts.
12437
12438 * files.el (get-free-disk-space): Use / for default-directory.
12439
12440 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
12441 Use with-current-buffer.
12442
12443 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
12444 Recognize immutable variables like most-positive-fixnum.
12445 (byte-compile-setq-default): Check and warn if trying to assign
12446 to an immutable variable, or a non-variable.
12447
12448 * progmodes/cc-vars.el (c-comment-continuation-stars):
12449 * progmodes/cc-engine.el (c-looking-at-bos):
12450 * progmodes/cc-cmds.el (c-toggle-auto-state)
12451 (c-forward-into-nomenclature, c-backward-into-nomenclature)
12452 (c-comment-line-break-function): Add version of obsolescence.
12453
12454 2009-08-28 Juri Linkov <juri@jurta.org>
12455
12456 * files.el (magic-fallback-mode-alist): Add ZIP magic number
12457 associated with `archive-mode'.
12458
12459 * image.el (image-type-header-regexps): Use only JPEG magic number
12460 to determine JPEG images, and don't use `image-jpeg-p' because
12461 Emacs can display non-JFIF non-Exif JPEG images.
12462
12463 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
12464
12465 * arc-mode.el (archive-mode):
12466 * emacs-lisp/re-builder.el (re-builder-unload-function):
12467 Protect against the default value of `major-mode' being nil.
12468
12469 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
12470
12471 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
12472 Fix typos in docstrings.
12473
12474 * progmodes/js.el (js--macro-decl-re): Doc fix.
12475 (js--plain-method-re, js--split-name): Refloc docstring.
12476 (js--class-styles, js--make-merged-item, js--splice-into-items):
12477 Fix typos in docstrings; reflow docstrings.
12478 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
12479 (js--variable-decl-matcher, js--inside-pitem-p)
12480 (js--parse-state-at-point, js--get-all-known-symbols)
12481 (js--symbol-history, js-find-symbol, js--js-references)
12482 (js--moz-interactor, js--js-encode-value, js--read-tab):
12483 Fix typos in docstrings.
12484
12485 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
12486
12487 * textmodes/reftex.el (reftex-get-file-buffer-force):
12488 * progmodes/verilog-mode.el (verilog-batch-execute-func):
12489 * emulation/viper.el (viper-go-away, viper-set-hooks):
12490 * emacs-lisp/re-builder.el (re-builder-unload-function):
12491 * emacs-lisp/bytecomp.el (byte-compile-file):
12492 * ses.el (ses-unload-function):
12493 * hexl.el (hexl-find-file):
12494 * files.el (normal-mode):
12495 * ehelp.el (with-electric-help):
12496 * autoinsert.el (auto-insert-alist):
12497 * arc-mode.el (archive-mode):
12498 Use (default-value 'major-mode) instead of default-major-mode.
12499
12500 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
12501 * international/mule.el (load-with-code-conversion):
12502 * emacs-lisp/debug.el (debug):
12503 * ediff-vers.el (ediff-rcs-get-output-buffer):
12504 * dired.el (dired-internal-noselect): Don't let-bind
12505 default-major-mode around code that doesn't use it.
12506 E.g. buffer creation via get-buffer-create doesn't use it.
12507
12508 2009-08-28 Michael Albinus <michael.albinus@gmx.de>
12509
12510 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
12511 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
12512 when writing the temp file. Otherwise, epa-file gets confused.
12513 (tramp-register-file-name-handlers): Make it a defun. Move also
12514 `epa-file-handler' to the front of `file-name-handler-alist'.
12515
12516 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
12517
12518 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
12519 start right after a ^M.
12520 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
12521 (tramp-completion-file-name-regexp-separate)
12522 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
12523 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
12524 Don't modify last-coding-system-used by accident.
12525 (tramp-completion-file-name-handler): Apply the checks here,
12526 instead during registration.
12527 (tramp-register-file-name-handlers): Renamed from
12528 `tramp-register-file-name-handler'. Register both
12529 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
12530 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
12531
12532 2009-08-28 Nick Roberts <nickrob@snap.net.nz>
12533
12534 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
12535 Remove variable ...
12536 (gdb-init-1, gdb-display-separate-io-buffer)
12537 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
12538 references to it.
12539 (gdb-inferior-io-mode): Use make-comint-in-buffer.
12540 (gdb-inferior-filter): Use comint-output-filter to stop
12541 echoing and remove ^M characters.
12542
12543 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
12544
12545 * emulation/viper-init.el (viper-restore-cursor-type):
12546 * emulation/cua-base.el (cua--update-indications):
12547 Replace default-cursor-type with (default-value 'cursor-type).
12548
12549 * mail/sendmail.el (mail-recover-1):
12550 * international/mule-diag.el (describe-current-coding-system-briefly)
12551 (describe-current-coding-system):
12552 * international/mule-cmds.el (select-safe-coding-system)
12553 (select-message-coding-system)
12554 (set-language-environment-coding-systems, set-locale-environment):
12555 * hexl.el (hexl-insert-multibyte-char):
12556 * dos-w32.el (find-buffer-file-type-coding-system):
12557 * simple.el (what-cursor-position):
12558 Replace uses of default-buffer-file-coding-system
12559 with (default-value 'buffer-file-coding-system).
12560
12561 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
12562 Replace uses of default-cursor-in-non-selected-windows
12563 with (default-value 'cursor-in-non-selected-windows).
12564 Use with-current-buffer.
12565
12566 * mail/feedmail.el: Use CL macros.
12567 (feedmail-run-the-queue, feedmail-send-it-immediately):
12568 * dos-w32.el (find-buffer-file-type): Replace uses of
12569 default-buffer-file-type with (default-value 'buffer-file-type).
12570
12571 2009-08-28 Glenn Morris <rgm@gnu.org>
12572
12573 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
12574 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
12575 Use default-value of major-mode rather than default-major-mode.
12576
12577 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
12578
12579 * Makefile.in (update-elcfiles): Report left over elc files.
12580
12581 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
12582 expand-file-name and with-current-buffer.
12583 (mail-get-names, mail-directory): Use with-current-buffer.
12584
12585 * vc.el (vc-read-revision): New function.
12586 (vc-version-diff, vc-merge): Use it.
12587
12588 2009-08-27 Sam Steingold <sds@gnu.org>
12589
12590 * simple.el (kill-do-not-save-duplicates): New user option.
12591 (kill-new): When it is non-nil, and the new string is the same as
12592 the latest kill, set replace to t to avoid duplicates in kill-ring.
12593
12594 2009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
12595
12596 * net/tramp.el (tramp-handle-process-file): Do not flush all
12597 caches when `process-file-side-effects' is set.
12598 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
12599 instead of `tramp-find-file-exists-command'.
12600 Unset `process-file-side-effects'.
12601
12602 2009-08-27 Michael Albinus <michael.albinus@gmx.de>
12603
12604 * net/tramp.el (tramp-methods): New method "rsyncc".
12605 (top): Add completion function for "rsyncc".
12606 (tramp-message-show-message): New defvar.
12607 (tramp-message, tramp-error): Use it.
12608 (tramp-do-copy-or-rename-file-directly): Extend check for direct
12609 remote copying.
12610 (tramp-do-copy-or-rename-file-out-of-band): Handle new
12611 `tramp-methods' entry `copy-env' of "rsyncc".
12612 (tramp-vc-registered-read-file-names): New defconst.
12613 (tramp-vc-registered-file-names): New defvar.
12614 (tramp-handle-vc-registered): Implement optimization strategy.
12615 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
12616 (tramp-vc-file-name-handler): New defun.
12617 (tramp-get-ls-command, tramp-get-test-command)
12618 (tramp-get-file-exists-command, tramp-get-remote-ln)
12619 (tramp-get-remote-perl, tramp-get-remote-stat)
12620 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
12621
12622 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
12623 (tramp-cache-inhibit-cache): Extend doc string. It allows also
12624 timestamps.
12625 (tramp-get-file-property): Check for timestamps in
12626 `tramp-cache-inhibit-cache'.
12627 (tramp-set-file-property): Write timestamp.
12628
12629 2009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
12630
12631 * language/japan-util.el (japanese-symbol-table): Add entries for
12632 cp932-2-byte.
12633
12634 * international/characters.el: Add category `j' to cp932-2-byte.
12635
12636 2009-08-27 Kenichi Handa <handa@m17n.org>
12637
12638 * international/fontset.el (build-default-fontset-data): New macro.
12639 (setup-default-fontset): Use build-default-fontset-data for CJK,
12640 tibetan, ethiopic, and ipa.
12641
12642 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
12643
12644 * cus-start.el (default-major-mode): Customize `major-mode' instead.
12645 (enable-multibyte-characters): Not customizable any more.
12646
12647 * subr.el (default-mode-line-format, default-header-line-format)
12648 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
12649 (default-direction-reversed, default-truncate-lines)
12650 (default-left-margin, default-tab-width, default-case-fold-search)
12651 (default-left-margin-width, default-right-margin-width)
12652 (default-left-fringe-width, default-right-fringe-width)
12653 (default-fringes-outside-margins, default-scroll-bar-width)
12654 (default-vertical-scroll-bar, default-indicate-empty-lines)
12655 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
12656 (default-fringe-cursor-alist, default-scroll-up-aggressively)
12657 (default-scroll-down-aggressively, default-fill-column)
12658 (default-cursor-type, default-buffer-file-type)
12659 (default-cursor-in-non-selected-windows)
12660 (default-buffer-file-coding-system, default-major-mode)
12661 (default-enable-multibyte-characters): Mark as obsolete.
12662
12663 2009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
12664
12665 * vc-dir.el (vc-dir-update): Remove debug helper.
12666
12667 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
12668
12669 2009-08-26 Sam Steingold <sds@gnu.org>
12670
12671 * simple.el (save-interprogram-paste-before-kill): New user option.
12672 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
12673 save the interprogram-paste into kill-ring before overriding it
12674 with the Emacs kill.
12675
12676 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
12677
12678 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
12679 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
12680 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
12681 and move to vc-rcs.el.
12682 (vc-default-next-revision): Rename to vc-rcs-next-revision and
12683 move to vc-rcs.el.
12684 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
12685 (vc-rcs-update-changelog): Remove.
12686 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
12687 and move to vc-rcs.el.
12688
12689 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
12690 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
12691 renaming.
12692 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
12693 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
12694 vc.el, renamed to be RCS specific.
12695
12696 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
12697 New functions.
12698 (vc-cvs-update-changelog): Move here from vc.el.
12699
12700 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
12701 New functions.
12702
12703 2009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
12704
12705 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
12706
12707 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
12708
12709 * vc-git.el (vc-git-register): Use "git add" for directories.
12710 (vc-git-stash, vc-git-stash-show): New functions.
12711 (vc-git-extra-menu-map): Bind them.
12712
12713 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
12714 directory correctly in case the item is a directory itself.
12715
12716 * vc.el: Document the desired behavior for reverted files in the
12717 `added' state.
12718 (vc-default-prettify-state-info): Remove function, unused.
12719
12720 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
12721
12722 2009-08-26 Glenn Morris <rgm@gnu.org>
12723
12724 * bindings.el (standard-mode-line-format): Reposition dashes in
12725 which-func entry. (Bug#4217)
12726
12727 * files.el (enable-local-variables, enable-local-eval)
12728 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
12729 the defcustoms.
12730 (auto-mode-alist, ignored-local-variables)
12731 (save-some-buffers-action-alist): Move risky declarations to the
12732 definitions.
12733 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
12734 (font-lock-defaults, format-alist, imenu--index-alist)
12735 (imenu-generic-expression, input-method-alist, minor-mode-alist)
12736 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
12737 (mode-line-modified, mode-line-mule-info, mode-line-position)
12738 (mode-line-process, mode-line-remote, outline-level)
12739 (parse-time-rules, rmail-output-file-alist)
12740 (special-display-buffer-names, vc-mode):
12741 Move risky declarations to the relevant files.
12742 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
12743 (mode-line-modified, mode-line-process, mode-line-position)
12744 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
12745 * font-core.el (font-lock-defaults):
12746 * format.el (format-alist):
12747 * vc-hooks.el (vc-mode):
12748 * window.el (special-display-buffer-names):
12749 * international/mule-cmds.el (input-method-alist):
12750 Define riskiness here (dumped file) rather than in files.el.
12751 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
12752 * imenu.el (imenu-generic-expression, imenu--index-alist):
12753 * outline.el (outline-level):
12754 * time.el (display-time-string):
12755 * calendar/parse-time.el (parse-time-rules):
12756 * mail/rmailout.el (rmail-output-file-alist):
12757 Autoload riskiness here, rather than placing in files.el.
12758
12759 2009-08-26 Andreas Schwab <schwab@linux-m68k.org>
12760
12761 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
12762
12763 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
12764
12765 * simple.el (process-file-side-effects): New defvar.
12766
12767 * dired-aux.el (dired-show-file-type):
12768 * vc.el (vc-diff-internal):
12769 * vc-arch.el (vc-arch-diff):
12770 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
12771 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
12772 * vc-git.el (vc-git-registered, vc-git-working-revision)
12773 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
12774 (vc-git--empty-db-p):
12775 * vc-hooks.el (vc-user-login-name):
12776 * vc-svn.el (vc-svn-registered, vc-svn-state)
12777 (vc-svn-dir-extra-headers, vc-svn-find-revision):
12778 * progmodes/grep.el (grep-probe): Let-bind
12779 `process-file-side-effects' with nil.
12780
12781 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
12782
12783 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
12784 daemon. Replace ping by checking for running service for bluez
12785 and zeroconf. (Bug#4239)
12786
12787 2009-08-25 Kevin Ryde <user42@zip.com.au>
12788
12789 * net/dig.el (dig): Add autoload cookie.
12790
12791 2009-08-25 Glenn Morris <rgm@gnu.org>
12792
12793 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
12794 load-history for absolute file-names.
12795 (byte-compile-file-form-require): Warn about use of the cl package.
12796
12797 * format.el (format-alist): Doc fix.
12798
12799 * play/bubbles.el (top-level): Don't require cl at run-time.
12800
12801 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
12802 run-time cl).
12803
12804 2009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
12805
12806 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
12807 from cl package.
12808 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
12809
12810 2009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
12811
12812 * calc/calc-alg.el (math-trig-rewrite)
12813 (math-hyperbolic-trig-rewrite): New functions.
12814 (calc-simplify): Simplify trig functions when asked.
12815
12816 2009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
12817
12818 * diff-mode.el (diff-find-source-location): Avoid goto-line.
12819
12820 2009-08-24 Kenichi Handa <handa@m17n.org>
12821
12822 * language/ind-util.el (mapthread): Delete it.
12823 (combinatorial): New function.
12824 (indian--puthash-cv): Use combinatorial instead of mapthread.
12825
12826 2009-08-22 Kevin Ryde <user42@zip.com.au>
12827
12828 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
12829 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
12830 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
12831 Clarify docstring that the value is strings not symbols.
12832 (checkdoc-list-of-strings-p): New function.
12833
12834 2009-08-22 Glenn Morris <rgm@gnu.org>
12835
12836 * files.el (auto-mode-alist):
12837 * hippie-exp.el (he-concat-directory-file-name):
12838 * lpr.el (lpr-windows-system, printer-name):
12839 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
12840 * ps-print.el (ps-windows-system):
12841 * startup.el (command-line):
12842 * emulation/viper-ex.el (viper-glob-function):
12843 * international/mule-cmds.el (set-language-environment-coding-systems):
12844 * net/ange-ftp.el (ange-ftp-write-region):
12845 * obsolete/fast-lock.el (fast-lock-cache-name):
12846 Remove code for defunct system-types emx, macos, mswindows, next-mach,
12847 unisoft-unix, vax-vms, win32, w32.
12848
12849 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
12850 given name if the pattern is not more specific.
12851
12852 * calendar/lunar.el (lunar-phase-names): New option.
12853 (lunar-phase): Doc fix.
12854 (lunar-cycles-per-year): New constant.
12855 (lunar-index): New function.
12856 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
12857 (lunar-phase-name): Use lunar-phase-names.
12858 (calendar-lunar-phases): Use format.
12859 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
12860
12861 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
12862 Copy imenu-example--name-and-position function here for own use.
12863 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
12864
12865 * bs.el (bs--redisplay):
12866 * cus-edit.el (custom-redraw):
12867 * ibuffer.el (ibuffer-bury-buffer):
12868 * server.el (server-goto-line-column):
12869 * startup.el (command-line-1):
12870 * strokes.el (strokes-xpm-for-stroke):
12871 * term.el (term-display-buffer-line):
12872 * view.el (View-goto-line):
12873 * calc/calc.el (calc-do, calc-trail-buffer):
12874 * play/gamegrid.el (gamegrid-add-score-insecure):
12875 * progmodes/ada-mode.el (ada-compile-goto-error):
12876 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
12877 (ebrowse-select-1st-to-9nth):
12878 * progmodes/cperl-mode.el (cperl-time-fontification):
12879 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
12880 * progmodes/gud.el (gud-display-line):
12881 (idlwave-shell-display-line):
12882 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
12883 * progmodes/make-mode.el (makefile-browser-toggle):
12884 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
12885 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
12886 * textmodes/picture.el (picture-draw-rectangle):
12887 * textmodes/reftex-index.el (reftex-index-goto-letter):
12888 (reftex-select-jump-to-previous):
12889 * textmodes/reftex-sel.el (reftex-find-start-point)
12890 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
12891 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
12892 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
12893 * textmodes/tex-mode.el (tex-compilation-parse-errors):
12894 * textmodes/two-column.el (2C-associated-buffer):
12895 Use forward-line rather than goto-line.
12896
12897 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
12898 goto-line.
12899
12900 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
12901 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
12902 (quick-check-list-to-regexp): Declare.
12903
12904 * progmodes/make-mode.el (makefile-browser-insert-selection):
12905 Use goto-char rather than goto-line.
12906
12907 * progmodes/prolog.el (compilation-error-regexp-alist)
12908 (compilation-forget-errors): Declare.
12909
12910 2009-08-22 Juri Linkov <juri@jurta.org>
12911
12912 * progmodes/grep.el (lgrep, rgrep): At the beginning
12913 set `dir' to `default-directory' unless `dir' is a non-nil
12914 readable directory. (Bug#4052)
12915 (lgrep, rgrep): Change a weird way to report an error
12916 from using `read-string' to using `error'.
12917 Instead of using interactive arguments in the function body,
12918 add new argument `confirm'.
12919
12920 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
12921
12922 * textmodes/remember.el (remember-buffer):
12923 * progmodes/cperl-mode.el (cperl-vc-header-alist):
12924 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
12925 (icalendar-extract-ical-from-buffer):
12926 * net/newst-treeview.el (newsticker-groups-filename):
12927 * net/newst-backend.el (newsticker-cache-filename):
12928 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
12929 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
12930 (speedbar-add-ignored-path-regexp, speedbar-line-path)
12931 (speedbar-buffers-line-path, speedbar-path-line)
12932 (speedbar-buffers-line-path):
12933 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
12934 (epg-sign-keys):
12935 * epa.el (epa-display-verify-result):
12936 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
12937
12938 2009-08-21 Glenn Morris <rgm@gnu.org>
12939
12940 * progmodes/js.el (inferior-moz-process): Fix declaration.
12941
12942 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
12943
12944 * obsolete/rnewspost.el (news-mail-reply):
12945 Use goto-char rather than goto-line.
12946
12947 * term/ns-win.el (ns-open-file-select-line):
12948 Use line-beginning-position rather than goto-line.
12949
12950 * apropos.el (apropos-command):
12951 * ehelp.el (electric-helpify):
12952 * printing.el (pr-show-setup):
12953 * strokes.el (strokes-help):
12954 * tutorial.el (tutorial--describe-nonstandard-key)
12955 (tutorial--detailed-help):
12956 * woman.el (woman-mini-help, woman-display-extended-fonts):
12957 * calc/calc-help.el (calc-describe-key):
12958 * emulation/edt.el (edt-electric-helpify):
12959 * international/mule-diag.el (mule-diag):
12960 * play/yow.el (apropos-zippy):
12961 * progmodes/python.el (python-describe-symbol):
12962 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
12963 * textmodes/table.el (*table--cell-describe-mode)
12964 (*table--cell-describe-bindings):
12965 Use help-print-return-message rather than the now obsolete alias.
12966
12967 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
12968 (calendar-cursor-to-visible-date):
12969 * play/5x5.el (5x5-position-cursor):
12970 * play/decipher.el (decipher):
12971 * play/gomoku.el (gomoku-goto-xy):
12972 * play/landmark.el (lm-goto-xy):
12973 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
12974 (mpuz-paint-digit):
12975 Use forward-line, not goto-line.
12976
12977 * mail/rmail.el (rmail-obsolete): Delete custom group.
12978 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
12979 (rmail-remote-password, rmail-remote-password-required):
12980 Remove unneeded :set-after and :set properties.
12981
12982 2009-08-21 Michael Albinus <michael.albinus@gmx.de>
12983
12984 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
12985
12986 2009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
12987
12988 * loadup.el: Remove leftover macos code.
12989
12990 * vc-git.el (vc-git-annotate-command): Run asynchronously.
12991 Explicitly pass the date format to git blame so that user local
12992 so that the output format can be parsed.
12993
12994 2009-08-20 Michael Albinus <michael.albinus@gmx.de>
12995
12996 * net/dbus.el (top): Don't check for (getenv
12997 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
12998
12999 2009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
13000
13001 * log-edit.el (log-edit-strip-single-file-name): New var.
13002 (log-edit-insert-changelog): Use it. Bug#3571
13003
13004 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
13005
13006 * subr.el (read-passwd): Use read-key so keypad keys work as well.
13007 Bug#3287
13008
13009 * help.el (help-print-return-message): Rename from
13010 print-help-return-message.
13011
13012 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
13013 cvs-mode-map parent hack.
13014 (log-view-mode): Derive from special-mode.
13015
13016 * linum.el (linum-mode): window-size-change-functions is redundant.
13017 Adapt to new window-configuration-change-hook behavior.
13018 (linum-after-size, linum-after-config): Remove.
13019
13020 * imenu.el (imenu-example--name-and-position)
13021 (imenu-example--lisp-extract-index-name)
13022 (imenu-example--create-lisp-index, imenu-example--create-c-index):
13023 Mark as obsolete.
13024
13025 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
13026 (inferior-prolog-mode): Use it.
13027 (inferior-prolog-load-file): Reset list of errors.
13028
13029 2009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
13030
13031 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
13032
13033 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
13034
13035 2009-08-19 Michael Albinus <michael.albinus@gmx.de>
13036
13037 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
13038 is running already.
13039
13040 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
13041
13042 * subr.el (listify-key-sequence-1): Use normal syntax since those
13043 integers are nowadays always represented by the same (positive) number
13044 on all platforms.
13045 (read-key-empty-map): New const.
13046 (read-key-delay): New var.
13047 (read-key): New function.
13048 (force-mode-line-update): Use with-current-buffer.
13049 (locate-user-emacs-file): Don't forget to abbreviate the file name.
13050 (start-process-shell-command, start-file-process-shell-command):
13051 Discourage the use of command-args.
13052
13053 2009-08-19 Glenn Morris <rgm@gnu.org>
13054
13055 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
13056
13057 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
13058
13059 * simple.el (choose-completion-string): Don't rely on
13060 minibuffer-completing-file-name and ad-hoc checks to decide whether
13061 to continue completion or not.
13062
13063 * minibuffer.el (minibuffer-hide-completions): New function.
13064 (completion--do-completion): Use it.
13065 (completions-annotations): New face.
13066 (completion--insert-strings): Use it.
13067 (completion-pcm--delim-wild-regex): Add docstring.
13068 (completion-pcm--string->pattern): Add support for 0-width delimiters
13069 in completion-pcm--delim-wild-regex.
13070
13071 2009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
13072
13073 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
13074 Remove unused var `buffer-modified-p'.
13075
13076 * minibuffer.el (completion--do-completion): Move point for the #b001
13077 case as well (bug#4176).
13078 (minibuffer-complete, minibuffer-complete-word): Don't move point.
13079
13080 2009-08-18 Michael Albinus <michael.albinus@gmx.de>
13081
13082 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
13083 and :session buses.
13084
13085 2009-08-18 Kenichi Handa <handa@m17n.org>
13086
13087 * international/ucs-normalize.el (ucs-normalize-version):
13088 Change to 1.1.
13089 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
13090 (utf-8-hfs): Make it perform normalization on encoding too.
13091
13092 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
13093 (sentence-end-without-space): Delete duplicated chars.
13094 (sentence-end-base): Likewise.
13095
13096 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
13097 (html-mode): Delete duplicated chars from sentence-end-base.
13098
13099 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
13100 (texinfo-mode): Delete duplicated chars from sentence-end-base.
13101
13102 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
13103
13104 * files.el (hack-one-local-variable): If the mode function is for
13105 a minor mode, pass it an argument (Bug#4148).
13106
13107 2009-08-17 Michael Albinus <michael.albinus@gmx.de>
13108
13109 * net/tramp.el (tramp-register-completion-file-name-handler):
13110 Check also for (member 'partial-completion completion-styles).
13111
13112 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
13113
13114 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
13115 abbrev (Bug#3943).
13116
13117 2009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
13118
13119 * progmodes/cperl-mode.el: Merge upstream 6.2.
13120 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
13121 (cperl-forward-re): Check cperl-brace-recursing.
13122 (cperl-highlight-charclass): New function.
13123 (cperl-find-pods-heres): Use it.
13124 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
13125 (cperl-beautify-regexp-piece): Fix column calculation.
13126 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
13127 (cperl-beautify-level): Don't process entire regexp.
13128 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
13129 calling man.
13130 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
13131 (cperl-init-faces): Build a list in the normal way.
13132
13133 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
13134
13135 * calendar/parse-time.el (parse-time-string-chars): Save match
13136 data.
13137
13138 2009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
13139
13140 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
13141 (sql-product): Use it.
13142 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
13143 (sql-set-product): Add completion.
13144 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
13145 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
13146 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
13147 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
13148 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
13149 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
13150 (sql-highlight-db2-keywords): Remove.
13151 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
13152 (sql-highlight-product): Use derived-mode-p.
13153 (sql-set-sqli-buffer): Use with-current-buffer.
13154 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
13155 Simplify.
13156
13157 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
13158
13159 * term.el: Fix commenting convention, turn comments into docstrings.
13160
13161 2009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
13162
13163 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
13164
13165 2009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
13166
13167 * calendar/parse-time.el (parse-time-string-chars): Compute using
13168 character classes, to handle non-ascii characters (Bug#3190).
13169
13170 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
13171
13172 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
13173 another heredoc if the user adds another < (Bug#3226).
13174
13175 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
13176 Don't initialize based on window-system (Bug#4124).
13177
13178 * facemenu.el (facemenu-read-color): Use a completion function
13179 that accepts any defined color, such as RGB triplets (Bug#3677).
13180
13181 * files.el (get-free-disk-space): Change fallback default
13182 directory to /. Expand DIR argument before switching to fallback.
13183 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
13184
13185 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
13186
13187 * files.el (load-library): Doc fix.
13188
13189 2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
13190
13191 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
13192 (viper-if-string): Redefine C-s in the minibuffer to insert the last
13193 incremental search string.
13194
13195 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
13196 XEmacs.
13197
13198 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
13199 (ediff-merge-region-is-non-clash)
13200 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
13201 Also check if the job is really a merge job.
13202
13203 * ediff.el (ediff-current-file): New function.
13204
13205 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
13206
13207 * progmodes/js.el: Edit docstrings throughout to follow Emacs
13208 conventions.
13209 (js-insert-and-indent): Delete function.
13210 (js-mode-map): Don't bind keys to js-insert-and-indent.
13211 (js-beginning-of-defun): Rename from js--beginning-of-defun.
13212 (js-end-of-defun): Rename from js--end-of-defun.
13213 (js-auto-indent-flag): Delete variable.
13214
13215 2009-08-14 Chong Yidong <cyd@stupidchicken.com>
13216
13217 * progmodes/js.el: Remove proclaim statement.
13218 Defvar which-func-imenu-joiner-function to silence compiler.
13219
13220 * files.el (auto-mode-alist): Use js-mode for .js files.
13221
13222 * progmodes/js2-mode.el: Remove file.
13223
13224 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
13225
13226 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
13227
13228 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
13229
13230 2009-08-14 Daniel Colascione <dan.colascione@gmail.com>
13231 Karl Landstrom <karl.landstrom@brgeight.se>
13232
13233 * progmodes/js.el: New file.
13234
13235 2009-08-14 Mark A. Hershberger <mah@everybody.org>
13236
13237 * timezone.el (timezone-parse-date): Add ability to understand ISO
13238 basic format (minimal separators) dates in addition to the
13239 already-supported extended format dates.
13240
13241 2009-08-14 Eli Zaretskii <eliz@gnu.org>
13242
13243 * international/ucs-normalize.el: Add a `coding' file variable.
13244
13245 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
13246
13247 2009-08-14 Sam Steingold <sds@gnu.org>
13248
13249 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
13250
13251 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
13252
13253 * faces.el (help-argument-name): Define it here instead of
13254 help-fns.el, because in daemon mode help-fns.el may be loaded when
13255 faces are still uninitialized (Bug#1078).
13256
13257 * help-fns.el (help-argument-name): Move defface to faces.el.
13258
13259 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
13260
13261 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
13262 create buffer with a pty but no process so that GDB can make the
13263 inferior the controlling process.
13264
13265 2009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
13266
13267 * international/ucs-normalize.el: New file.
13268
13269 2009-08-13 Richard Stallman <rms@gnu.org>
13270
13271 * mail/rmail.el (rmail-get-attr-names):
13272 Accept an attribute header that is too short.
13273
13274 * mail/rmail.el (rmail-forget-messages):
13275 Ignore nil elt in rmail-message-vector. Use dotimes.
13276
13277 * progmodes/compile.el (compilation-goto-locus):
13278 Use next-error-move-function.
13279
13280 * simple.el (next-error-move-function): New variable.
13281
13282 2009-08-12 Juri Linkov <juri@jurta.org>
13283
13284 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
13285 always non-nil. (Bug#4052)
13286
13287 * replace.el (read-regexp): Return empty string when
13288 `default-value' is nil.
13289 (keep-lines-read-args): Don't use empty string as the
13290 default value for `read-regexp'. (Bug#2495)
13291
13292 2009-08-12 Juri Linkov <juri@jurta.org>
13293
13294 * international/mule-cmds.el (ucs-insert): Change arguments
13295 from `arg' to `character', `count', `inherit' to be the same
13296 as in `insert-char'. Doc fix. (Bug#4039)
13297
13298 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
13299
13300 2009-08-12 Juri Linkov <juri@jurta.org>
13301
13302 * files-x.el: New file.
13303
13304 * files.el: Move code that deals with adding/deleting
13305 file/directory-local variables to files-x.el.
13306
13307 * Makefile.in (ELCFILES): Add files-x.elc.
13308
13309 2009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
13310
13311 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
13312 to use `goto-line'.
13313 (gdb-place-breakpoints, gdb-get-location): Rewritten without
13314 `goto-line'.
13315 (gdb-invalidate-disassembly): Do not refresh upon receiving
13316 'update signal. Instead, update all disassembly buffers only after
13317 threads list.
13318 (gdb): Send -target-detach when buffer is killed (Bug#3794).
13319 (gdb-starting): Moved -data-list-register-names...
13320 (gdb-stopped): ...here so it's sent when first thread stops.
13321 (gdb-registers-handler-custom): Do nothing if register names are
13322 unknown yet.
13323
13324 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
13325 from `gdb-mi.el' to avoid extra tangling.
13326
13327 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
13328 change which breaks `gud-def' definitions used in `gdb'.
13329 (gdb-update-gud-running): No extra fuss for updating frame number.
13330
13331 2009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
13332
13333 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
13334 (describe-language-environment-map, setup-language-environment-map)
13335 (set-coding-system-map): Move initialization into declaration.
13336 (set-language-info-alist): Last arg to define-key-after can be skipped.
13337
13338 * international/quail.el (quail-completion-1): Simplify.
13339 (quail-define-rules): Use slightly more compact code.
13340 (quail-insert-decode-map): Propertize keys, compact columns.
13341
13342 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
13343 Add goto-line.
13344
13345 2009-08-10 Miles Bader <miles@gnu.org>
13346
13347 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
13348 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
13349 (js2-instance-member, js2-private-member, js2-private-function-call)
13350 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
13351 (js2-magic-paren, js2-external-variable):
13352 Remove "-face" suffix from face names.
13353 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
13354 (js2-highlight-undeclared-vars, js2-peek-token)
13355 (js2-parse-function-params, js2-mode-show-errors)
13356 (js2-mode-show-warnings, js2-make-magic-delimiter)
13357 (js2-mode-highlight-magic-parens): Update to use new face names.
13358
13359 2009-08-09 Michael Albinus <michael.albinus@gmx.de>
13360
13361 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
13362 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
13363
13364 2009-08-09 Chong Yidong <cyd@stupidchicken.com>
13365
13366 * subr.el: Provide hashtable-print-readable.
13367
13368 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
13369 hs-c-like-adjust-block-beginning.
13370 (hs-hide-block-at-point): Stop hiding at the beginning of
13371 hs-block-end-regexp (Bug#700).
13372
13373 2009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
13374
13375 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
13376 a macro.
13377 (gdb-registers-handler-custom): Do not fail when register names
13378 are unavailable.
13379
13380 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
13381
13382 * progmodes/gdb-mi.el (gdb-control-all-threads)
13383 (gdb-control-current-thread): Interactive setters for
13384 `gdb-gud-control-all-threads' to use in menu.
13385 (gdb-show-run-p): Show «Go» when process is not active.
13386 (gud-tool-bar-map): Add non-stop/A,T indicator. Uses
13387 gud/thread.xpm and gud/all.xpm.
13388
13389 2009-08-08 Yoni Rabkin <yoni@rabkins.net>
13390
13391 * net/net-utils.el (net-utils-font-lock-keywords): New var.
13392 (nslookup-font-lock-keywords): Make it a variable.
13393 (net-utils-mode): New mode for viewing diagnostic network output.
13394 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
13395 (net-utils-run-simple): New function.
13396 (ifconfig, iwconfig, netstat, arp, route): Use it.
13397
13398 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
13399
13400 * progmodes/gdb-mi.el (gdb-read-memory-custom)
13401 (gdb-memory-set-address, def-gdb-set-positive-number)
13402 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
13403 after changing settings.
13404 (gdb-invalidate-disassembly): Update when first shown.
13405 (gdb-edit-locals-value): Fixed.
13406 (gdb-registers-handler-custom): Print registers in right order and
13407 allow changing register values (only for current thread yet).
13408 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
13409 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
13410 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
13411 (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
13412 info in mode name.
13413 (gdb-registers-mode-map): TAB to switch to locals.
13414
13415 2009-08-08 Eli Zaretskii <eliz@gnu.org>
13416
13417 * mail/rmail.el (rmail-add-mbox-headers)
13418 (rmail-set-message-counters-counter): Search for
13419 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
13420
13421 2009-08-08 Glenn Morris <rgm@gnu.org>
13422
13423 * Makefile.in (ELCFILES): Update.
13424
13425 2009-08-07 Eli Zaretskii <eliz@gnu.org>
13426
13427 * mail/sendmail.el (mail-yank-original): Set
13428 buffer-file-coding-system from the one used by the message whose
13429 text is yanked.
13430
13431 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
13432 to "windows" when "pgnuplot" is used.
13433 (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
13434 call accept-process-output if "pgnuplot" is used.
13435 (calc-graph-init): Don't send -display and -geometry to
13436 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
13437 running "pgnuplot -V" with shell-command-to-string.
13438
13439 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
13440 the default.
13441
13442 2009-08-07 Eli Zaretskii <eliz@gnu.org>
13443
13444 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
13445 org/org-latex.elc.
13446
13447 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
13448
13449 * vc-dispatcher.el (vc-resynch-window): Update comment.
13450
13451 * term.el (term-handle-ansi-escape): Add comments with the
13452 terminfo capabilities implemented.
13453
13454 2009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
13455
13456 * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
13457 (gdb-var-create-handler): Rewritten using JSON parser.
13458 (gdb-propertize-header): Moved earlier.
13459 (gdb-set-header): Removed to avoid duplication.
13460 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
13461 Refresh disassembly buffers only after threads list have been
13462 update.
13463 (gdb-threads-header, gdb-registers-header): Per-buffer header line
13464 variables.
13465
13466 2009-08-04 Juri Linkov <juri@jurta.org>
13467
13468 * files.el: Commands to add/delete file/directory-local variables.
13469 (read-file-local-variable, read-file-local-variable-value)
13470 (read-file-local-variable-mode, modify-file-local-variable)
13471 (modify-file-local-variable-prop-line)
13472 (modify-dir-local-variable): New functions.
13473 (add-file-local-variable, delete-file-local-variable)
13474 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
13475 (add-dir-local-variable, delete-dir-local-variable)
13476 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
13477 (copy-dir-locals-to-file-locals-prop-line): New commands.
13478
13479 2009-08-04 Chong Yidong <cyd@stupidchicken.com>
13480
13481 * abbrev.el (insert-abbrev-table-description): Prettify output.
13482 Suggested by Karl Chen.
13483
13484 2009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
13485
13486 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
13487 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
13488 (gdb-overlay-arrow-position, gdb-thread-position)
13489 (gdb-disassembly-position): Declare variables.
13490 (gdb-wait-for-pending): Function now.
13491 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
13492 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
13493 compilation goes smoothly.
13494 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
13495 (gdb-non-stop-setting): New customization setting which replaces
13496 `gdb-non-stop' so changing it doesn't break active GDB session.
13497 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
13498 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
13499 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
13500 (gdb-show-threads-by-default): New customization options.
13501 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
13502 routines.
13503 (gdb-get-buffer-create): Send buffers update signal when they are
13504 created.
13505 (gdb-invalidate-locals, gdb-invalidate-registers)
13506 (gdb-invalidate-breakpoints)
13507 (gdb-invalidate-threads, gdb-invalidate-disassembly)
13508 (gdb-invalidate-memory): Accept update signal.
13509 (gdb-current-context-command): Use --frame option.
13510 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
13511 Implement `gdb-frame-number' selection logic.
13512 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
13513 whether to show GUD toolbar buttons.
13514 (gdb-thread-exited): Unselect current thread when it exits.
13515 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
13516 (gdb-mark-line): Routine which sets overlay arrow or inverses
13517 video on fringeless displays.
13518 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
13519 to build aligned columns of data in GDB buffers and set text
13520 properties line-by-line.
13521 (gdb-invalidate-breakpoints)
13522 (gdb-breakpoints-list-handler-custom)
13523 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
13524 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
13525 (gdb-registers-handler-custom): Align data columns.
13526 (gdb-locals-handler-custom): Now prints data like in variable
13527 declarations.
13528 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
13529 Removed confusing buttons.
13530 (gdb-invalidate-threads): Append --frame.
13531 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
13532 between breakpoints/threads buffers.
13533 (gdb-set-window-buffer): Now can ignore dedicated windows.
13534 (gdb-propertize-header): Use `gdb-set-window-buffer'.
13535 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
13536 (def-gdb-thread-buffer-gud-command): Replaces
13537 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
13538 for fine thread control.
13539 (gdb-preempt-existing-or-display-buffer): New function used to
13540 display bound buffers without breaking window layout.
13541 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
13542 (gdb-select-frame): New version of `gdb-frames-select' which now
13543 sets `gdb-frame-number' so commands may use --frame option instead
13544 of inner debugger state.
13545 (gdb-frame-handler): Do not set `gdb-frame-number'.
13546 (gdb-threads-mode-map): Select threads with mouse.
13547
13548 * progmodes/gud.el (gdb-gud-context-call): Declare function to
13549 avoid compilation warning.
13550 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
13551 `gdb-show-stop-p`.
13552
13553 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
13554 Argument `key' renamed to `buffer-type'.
13555 (gdb-current-context-buffer-name): Do not add thread info to
13556 buffer name when no thread is selected.
13557 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
13558 command (bug 3794).
13559 (gdb-thread-selected): Handle `=thread-selected' notification.
13560 (gdb-wait-for-pending): New macro to deal with congestion problems.
13561 (gdb-breakpoints-list-handler-custom): Don't fail on pending
13562 breakpoints.
13563 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
13564 This fixes problem similar to one described in bug 3947.
13565 (gud-menu-map): More menu items.
13566 (gdb-init-1): Reset `gdb-thread-number' to nil.
13567
13568 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
13569 non-stop settings.
13570
13571 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
13572 (gdb-current-context-command): Do not append --thread if
13573 `gdb-thread-number' is nil.
13574 (gdb-running-threads-count, gdb-stopped-threads-count): New
13575 variables.
13576 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
13577 (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
13578 customization options.
13579 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
13580 GUD commands.
13581 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
13582 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
13583 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
13584 set `gdb-thread-number' and update `gud-running' properly.
13585 (gdb-running): Update threads list when new threads appear.
13586 (gdb-stopped): Support non-stop operation and new thread switching
13587 logic.
13588 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
13589 (gdb-json-partial-output): New set of JSON routines.
13590 (def-gdb-auto-update-trigger): New `signal-list' optional
13591 argument.
13592 (gdb-thread-list-handler-custom): Update `gud-running',
13593 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
13594 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
13595 (gdb-continue-thread, gdb-step-thread): New commands for fine
13596 thread execution control.
13597 (gud-menu-map): New menu items to switch non-stop options.
13598 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
13599 (gdb-send): Mimic RET properly (bug 3794).
13600
13601 * progmodes/gdb-mi.el (gdb-rules-name-maker)
13602 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
13603 gdb-buffer-rules.
13604 (def-gdb-auto-update-handler): New nopreserve optional argument.
13605 (gdb-stack-list-frames-custom): Print stack from top to bottom.
13606
13607 * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
13608 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
13609 (gdb-parent-mode): New mode to derive other GDB modes from.
13610 (gdb-display-disassembly-for-thread)
13611 (gdb-frame-disassembly-for-thread): New commands for threads
13612 buffer.
13613
13614 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
13615 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
13616 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
13617 (gdb-update): We now store all GDB buffers in a list so that they
13618 can be updated by traversing a list instead of calling invalidate
13619 triggers explicitly.
13620 (def-gdb-trigger-and-handler): New macro to define trigger-handler
13621 pair for GDB buffer.
13622 (gdb-stack-buffer-name): Add thread information.
13623 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
13624 handle pending triggers.
13625 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
13626 (def-gdb-thread-buffer-simple-command)
13627 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
13628 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
13629 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
13630 New commands which show buffers bound to thread.
13631 (gdb-stack-list-locals-regexp): Removed unused regexp.
13632
13633 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
13634 (gdb-locals-buffer-name, gdb-registers-buffer-name)
13635 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
13636 to (gud-comint-buffer) in *-buffer-name functions
13637 because (gdb-get-target-string) already does that.
13638 (gdb-locals-handler-custom, gdb-registers-handler-custom)
13639 (gdb-changed-registers-handler): Rewritten without regexps.
13640
13641 * progmodes/gdb-mi.el: Basic thread selection support.
13642 (gdb-thread-number): New variable.
13643 (gdb-current-context-command): New macro which adds --thread
13644 option to command.
13645 (gdb-threads-mode-map): Select thread with SPC.
13646 (gdb-thread-list-handler-custom): Mark current thread with overlay
13647 arrow. Synchronize GDB thread and Emacs thread.
13648 (gdb-select-thread): New command which selects current thread.
13649 (gdb-invalidate-frames, gdb-invalidate-locals)
13650 (gdb-invalidate-registers): Use --thread option.
13651
13652 2009-08-04 Michael Albinus <michael.albinus@gmx.de>
13653
13654 * net/tramp.el (top): Make check for tramp-gvfs loading more
13655 robust. (Bug#3977)
13656 (tramp-handle-insert-file-contents): `unwind-protect' must be
13657 inside `with-parsed-tramp-file-name'.
13658
13659 * net/tramp-gvfs.el (top): Remove superfluous message when loading
13660 fails.
13661
13662 2009-08-03 Nick Roberts <nickrob@snap.net.nz>
13663
13664 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
13665 directory if CLASSPATH is not set.
13666
13667 2009-08-03 Michael Albinus <michael.albinus@gmx.de>
13668
13669 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
13670 New defconst.
13671 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
13672
13673 2009-08-02 Kevin Ryde <user42@zip.com.au>
13674
13675 * net/newst-backend.el (newsticker--raw-url-list-defaults):
13676 Update freshmeat link. Delete newsforge.com as it seems gone.
13677
13678 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
13679
13680 * select.el (x-set-selection): Doc fix (Bug#4021).
13681
13682 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
13683
13684 * help-fns.el (describe-variable): Treat list return values from
13685 dir-locals-find-file properly (Bug#4005).
13686
13687 2009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
13688
13689 * net/tramp.el (tramp-debug-message): Print also microseconds.
13690
13691 2009-08-02 Michael Albinus <michael.albinus@gmx.de>
13692
13693 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
13694 or END is non-nil.
13695 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
13696 (tramp-get-debug-buffer): Change `outline-regexp' according to new
13697 format.
13698
13699 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
13700 (tramp-get-file-property): Use it.
13701
13702 * autorevert.el (auto-revert-handler): Allow
13703 `auto-revert-tail-mode' for remote files.
13704
13705 2009-08-02 Jason Rumney <jasonr@gnu.org>
13706
13707 * minibuffer.el (read-file-name): Treat confirm options to
13708 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
13709
13710 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
13711
13712 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
13713 (font-lock-variable-name-face, font-lock-constant-face): Darken
13714 the colors for light backgrounds.
13715
13716 2009-08-01 Eli Zaretskii <eliz@gnu.org>
13717
13718 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
13719 month names. (Bug#3987)
13720
13721 2009-07-31 Chong Yidong <cyd@stupidchicken.com>
13722
13723 * simple.el (line-move-finish): Pass whole number to
13724 line-move-to-column.
13725 (line-move-visual): Perform hscroll to the recorded position.
13726
13727 2009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
13728
13729 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
13730
13731 2009-07-29 Alan Mackenzie <acm@muc.de>
13732
13733 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
13734
13735 2009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
13736
13737 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
13738 (gdb-place-breakpoints): Use full path when setting breakpoints.
13739
13740 2009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
13741
13742 * calc/calc.el (calc-mode-map): Add keybinding for
13743 `calc-transpose-lines'.
13744
13745 2009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
13746
13747 * calc/calc-misc.el (calc-transpose-lines): New function.
13748
13749 2009-07-28 Michael Albinus <michael.albinus@gmx.de>
13750
13751 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
13752 Simplify check for out-of-band methods.
13753 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
13754 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
13755
13756 2009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
13757
13758 * vc-git.el (vc-git-checkin): Fix typo.
13759
13760 2009-07-28 Steve Yegge <steve.yegge@gmail.com>
13761
13762 * progmodes/js2-mode.el: New file.
13763
13764 2009-07-28 Nick Roberts <nickrob@snap.net.nz>
13765
13766 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
13767 (gud-menu-map): Adjust tooltip accordingly.
13768
13769 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
13770
13771 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
13772 (vc-bzr-log-view-mode): Adjust log-view-file-re.
13773
13774 * add-log.el (change-log-mode-map): Add a menu.
13775
13776 2009-07-27 Michael Albinus <michael.albinus@gmx.de>
13777
13778 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
13779 function returns nil.
13780 (dbus-handle-event): Handle special return value :ignore.
13781 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
13782
13783 2009-07-26 Chong Yidong <cyd@stupidchicken.com>
13784
13785 * view.el (view-mode-enable): Don't define Helper-return-blurb if
13786 it's not needed.
13787
13788 2009-07-25 Eli Zaretskii <eliz@gnu.org>
13789
13790 Fix Bug#3888:
13791
13792 * w32-vars.el (x-select-enable-clipboard): Doc fix.
13793
13794 * term/pc-win.el (x-display-name, x-colors)
13795 (x-select-enable-clipboard, x-select-text): Doc fix.
13796
13797 * term/common-win.el (x-display-name, x-colors): Doc fix.
13798
13799 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
13800 (xw-defined-colors): Doc fix.
13801
13802 * w32-fns.el (x-select-text, x-setup-function-keys)
13803 (x-get-selection, x-set-selection): Doc fix.
13804
13805 * term/x-win.el (x-select-text, x-setup-function-keys)
13806 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
13807
13808 * select.el (x-set-selection): Doc fix.
13809
13810 2009-07-25 Michael Albinus <michael.albinus@gmx.de>
13811
13812 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
13813 instead of "IsNSSSupportAvailable". Avahi ought to work also when
13814 "IsNSSSupportAvailable" method is not available. Reported by
13815 Steve Youngs <steve@sxemacs.org>.
13816
13817 2009-07-24 Kenichi Handa <handa@m17n.org>
13818
13819 * international/characters.el: Fix setting of category ?C, ?|, ?K,
13820 and ?H. Fix setting of case for Latin Extended and Greek Extended.
13821 (build-unicode-category-table): Fix range checks.
13822
13823 2009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
13824
13825 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
13826 the buffer we try to sync is current when calling
13827 vc-resynch-buffer.
13828
13829 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
13830 not show up to date files.
13831
13832 2009-07-24 Glenn Morris <rgm@gnu.org>
13833
13834 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
13835 Add autoload cookies. If necessary, initialize.
13836 (elint-log): Handle non-file buffers.
13837 (elint-initialize): Add optional argument to reinitialize.
13838 (elint-find-builtin-variables): Save excursion.
13839
13840 2009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
13841
13842 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
13843 for Lint.
13844
13845 2009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
13846
13847 * vc.el (vc-print-log-internal): New function, split out from ...
13848 (vc-print-log): ... here.
13849 (vc-dir-move-to-goal-column): Declare.
13850
13851 * vc-git.el (vc-git-add-signoff): New variable.
13852 (vc-git-checkin): Use it.
13853 (vc-git-toggle-signoff): New function.
13854 (vc-git-extra-menu-map): Bind it to menu.
13855 (vc-git--run-command-string): Accept a nil FILE argument.
13856 (vc-git-stash-list): New function.
13857 (vc-git-dir-extra-headers): Use it.
13858
13859 2009-07-23 Glenn Morris <rgm@gnu.org>
13860
13861 * help-fns.el (describe-variable): Describe ignored and risky local
13862 variables in a similar way to that in which we describe safe ones.
13863
13864 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
13865 (byte-compile-output-file-form, byte-compile-output-docform)
13866 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
13867 Give some more local variables with common names a "bytecomp-" prefix,
13868 so as not to shadow things during compilation.
13869 * emacs-lisp/cl-macs.el (load-time-value)
13870 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
13871 `outbuffer' to `bytecomp-outbuffer'.
13872
13873 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
13874 since the next two variables cover them automatically now.
13875 (elint-builtin-variables, elint-autoloaded-variables): New.
13876 (elint-unknown-builtin-args): Remove all members, since they can be
13877 parsed automatically now.
13878 (elint-extra-errors): New.
13879 (elint-env-add-env, elint-env-add-macro): Use cadr.
13880 (elint-current-buffer): Use or. Change final message.
13881 (elint-get-top-forms): Use line-end-position.
13882 (elint-init-env): Use cadr. Handle autoload, declare-function,
13883 and defalias.
13884 (elint-add-required-env): Doc fix. Use or. Standardize error.
13885 (regexp-assoc): Remove unused function.
13886 (elint-top-form): Set elint-current-pos, to record the start of the
13887 top-level form, for compilation-mode.
13888 (elint-form): Trap errors in macro expansion. Use dolist.
13889 (elint-unbound-variable): Use elint-builtin-variables and
13890 elint-autoloaded-variables.
13891 (elint-get-args): Use cadr, or.
13892 (elint-check-cond-form): Use dolist, cadr.
13893 (elint-check-condition-case-form): Doc fix. Use cadr.
13894 Use elint-extra-errors.
13895 (elint-log): New function.
13896 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
13897 Distinguish errors and warnings.
13898 (elint-log-message): Use with-current-buffer. Inhibit read-only.
13899 Use a bytecomp-style format.
13900 (elint-clear-log): Preserve default-directory. Inhibit read-only.
13901 (elint-get-log-buffer): Use compilation mode. Disable undo.
13902 Don't truncate lines.
13903 (elint-initialize): Set builtin and autoloaded variable lists.
13904 Only process elint-unknown-builtin-args if non-nil.
13905 (elint-find-builtin-variables, elint-find-autoloaded-variables):
13906 New functions.
13907 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
13908
13909 2009-07-22 Kevin Ryde <user42@zip.com.au>
13910
13911 * net/newst-backend.el (newsticker--parse-atom-1.0)
13912 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
13913 (newsticker--parse-rss-1.0):
13914 * progmodes/idlwave.el (idlwave-mode):
13915 * progmodes/idlw-shell.el (idlwave-shell-mode):
13916 * progmodes/vera-mode.el (vera-mode):
13917 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
13918 * progmodes/vhdl-mode.el (vhdl-mode):
13919 * textmodes/table.el (table-generate-source)
13920 (table--warn-incompatibility):
13921 Hyperlink urls in docstrings with URL `...'.
13922
13923 2009-07-22 Glenn Morris <rgm@gnu.org>
13924
13925 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
13926 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
13927 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
13928 Remove leading * from defcustom docs.
13929
13930 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
13931
13932 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
13933 defcustom doc.
13934 (list-load-path-shadows): Optionally, just return shadows as a string.
13935
13936 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
13937
13938 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
13939
13940 * mail/rmailedit.el (rmail-edit-mode): Use
13941 auto-save-include-big-deletions.
13942
13943 * mail/rmail.el (rmail-variables): Use
13944 auto-save-include-big-deletions.
13945
13946 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
13947 changes.
13948
13949 2009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
13950
13951 * calc/calc.el (calc-undo-length): New variable.
13952 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
13953
13954 2009-07-21 Richard Stallman <rms@gnu.org>
13955
13956 * files.el (auto-save-mode): Handle buffer-save-size = -2
13957 for toggling mode.
13958
13959 2009-07-21 Glenn Morris <rgm@gnu.org>
13960
13961 * textmodes/ispell.el (ispell-looking-back): Update declaration.
13962
13963 * calendar/todo-mode.el (calendar-current-date): Update declaration.
13964
13965 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
13966 silence compiler. Instead...
13967 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
13968 (ps-print-ensure-fontified): Update for above function name changes.
13969
13970 * printing.el (pr-mh-get-msg-num, pr-mh-show)
13971 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
13972 silence compiler. Instead...
13973 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
13974 (mh-show-buffer): Only define for compiler.
13975 (pr-mh-current-message): Update for above function name changes.
13976
13977 * files.el (abort-if-file-too-large): Explicitly pass `filename'
13978 as an argument.
13979 (find-file-noselect, insert-file-1): Update for above change.
13980
13981 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
13982
13983 * mail/mailclient.el (mailclient-send-it): Fix message.
13984
13985 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
13986 (edebug-eval): Check cl-debug-env is bound.
13987 (print-level, print-circle): Don't redefine built-in variables.
13988
13989 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
13990 (custom-print-vectors): Remove old comments from doc.
13991
13992 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
13993 (emerge-version): Make the variable an obsolete alias for the
13994 emacs-version variable. Make the function obsolete.
13995 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
13996 Emerge options, rather than merging in into the main Options menu.
13997 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
13998 and auto advance modes. Disable edit/fast items when not relevant.
13999
14000 2009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
14001
14002 * term/vt420.el (terminal-init-vt420): Fix typo.
14003
14004 2009-07-20 Sam Steingold <sds@gnu.org>
14005
14006 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
14007 variable (removed from compile.el on 2004-03-11).
14008
14009 2009-07-20 Chong Yidong <cyd@stupidchicken.com>
14010
14011 * files.el (hack-local-variables-filter): Fix last change.
14012
14013 2009-07-19 Juri Linkov <juri@jurta.org>
14014
14015 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
14016 (dir-local-variables-alist): New buffer-local variable.
14017 (hack-local-variables-filter): If variable is not dir-local,
14018 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
14019 because file-local overrides dir-local.
14020 (c-postprocess-file-styles) <declare-function>:
14021 Remove obsolete declaration.
14022 (hack-dir-local-variables): Add dir-local variable/value pair to
14023 `dir-local-variables-alist' and remove duplicates. Doc fix.
14024
14025 * help-fns.el (describe-variable): Add information about
14026 file-local and dir-local variables.
14027
14028 2009-07-19 Chong Yidong <cyd@stupidchicken.com>
14029
14030 * files.el (hack-local-variables-filter): Rewrite.
14031
14032 2009-07-19 Glenn Morris <rgm@gnu.org>
14033
14034 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
14035 Silence compiler by only defining on XEmacs.
14036
14037 * international/mule.el (auto-coding-regexp-alist): Only match
14038 BABYL... at the start of buffer, not of lines. (Bug#3790)
14039
14040 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
14041 non-calendar buffers (Bug#3862). Restore "not on a date" message.
14042 (cal-menu-context-mouse-menu): Doc fix.
14043
14044 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
14045
14046 * simple.el (mail-user-agent): Doc fix. Set :version tag.
14047
14048 2009-07-18 Juri Linkov <juri@jurta.org>
14049
14050 * info.el: Virtual Info keyword finder.
14051 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
14052 (Info-finder-file): New variable.
14053 (Info-finder-find-file): New function.
14054 (finder-known-keywords, finder-package-info)
14055 (find-library-name, lm-commentary): Use defvar and
14056 declare-function to silence compiler warnings.
14057 (Info-finder-find-node): New function.
14058 (info-finder): New command.
14059
14060 * subr.el (process-kill-buffer-query-function): New function.
14061 (add-hook)<kill-buffer-query-functions>: Add hook
14062 `process-kill-buffer-query-function'.
14063
14064 2009-07-18 Alan Mackenzie <acm@muc.de>
14065
14066 * progmodes/cc-mode.el (c-before-hack-hook)
14067 (c-postprocess-file-styles): Give invocation of `c-set-style'
14068 DONT-OVERRIDE parameter of t. Already set style variables will
14069 thus not be overridden by style settings given by `c-file-syle'.
14070
14071 * files.el (hack-local-variables-filter): Remove entries with
14072 duplicate keys from `file-local-variables-alist'.
14073
14074 2009-07-18 Eli Zaretskii <eliz@gnu.org>
14075
14076 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
14077 x-set-selection if display-selections-p returns nil for the
14078 current frame.
14079
14080 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
14081
14082 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
14083
14084 2009-07-18 Eli Zaretskii <eliz@gnu.org>
14085
14086 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
14087 Accept nil in addition to a regexp.
14088 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
14089 Accept nil in addition to a regexp.
14090 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
14091 buffers that have an associated file. Handle nil values of
14092 desktop-buffers-not-to-save and desktop-files-not-to-save.
14093 (Bug#3833)
14094
14095 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
14096 (x-disown-selection-internal): New functions.
14097
14098 2009-07-18 Nick Roberts <nickrob@snap.net.nz>
14099
14100 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
14101 warning.
14102 (gdb-breakpoints-header): Move forward to avoid compiler warning.
14103 (gdb-make-header-line-mouse-map): Remove duplicate definition.
14104
14105 2009-07-18 David De La Harpe Golden <david@harpegolden.net>
14106
14107 * simple.el (set-mark): Revert last change.
14108
14109 2009-07-17 Tassilo Horn <tassilo@member.fsf.org>
14110
14111 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
14112 rendering of pngs is not possible instead of messaging a long
14113 description.
14114
14115 2009-07-17 David De La Harpe Golden <david@harpegolden.net>
14116
14117 * w32-fns.el (x-selection-owner-p): New function.
14118
14119 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
14120 (mouse-yank-at-click, mouse-yank-primary): If
14121 select-active-regions is non-nil, deactivate the mark before
14122 insertion.
14123
14124 * simple.el (deactivate-mark, set-mark): Only save selection if we
14125 own it.
14126
14127 2009-07-17 Kenichi Handa <handa@m17n.org>
14128
14129 * case-table.el (describe-buffer-case-table): Fix for the case
14130 that KEY is a cons.
14131
14132 2009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
14133
14134 * vc-rcs.el (vc-rcs-find-file-hook):
14135 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
14136
14137 2009-07-16 Michael Albinus <michael.albinus@gmx.de>
14138
14139 * net/tramp.el (tramp-wait-for-output): Handle the case when
14140 commands do not return a newline but a null byte before the shell
14141 prompt. (Bug#3858)
14142
14143 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14144
14145 * term/ns-win.el (ns-set-alpha): Don't declare.
14146 (ns-set-background-alpha): Remove function.
14147
14148 2009-07-16 Kevin Ryde <user42@zip.com.au>
14149
14150 * emacs-lisp/copyright.el (copyright-update): Save match-data across
14151 y-or-n-p, for safety.
14152
14153 2009-07-16 Richard Stallman <rms@gnu.org>
14154
14155 * files.el (auto-save-mode): If buffer-saved-size is -2,
14156 don't clobber it.
14157
14158 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
14159 (rmail-retry-ignored-headers): Add more uninteresting fields.
14160
14161 2009-07-15 Jari Aalto <jari.aalto@cante.net>
14162
14163 * net/rcirc.el (rcirc): Use history variables.
14164 (rcirc-server-name-history, rcirc-nick-name-history)
14165 (rcirc-server-port-history): New variables.
14166
14167 2009-07-15 Kenichi Handa <handa@m17n.org>
14168
14169 * international/mule-cmds.el (set-language-environment-charset):
14170 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
14171 ignore them.
14172
14173 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
14174 Delete unibyte-display.
14175
14176 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
14177
14178 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
14179
14180 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
14181
14182 * simple.el (deactivate-mark): Optional argument FORCE.
14183 (set-mark): Use deactivate-mark.
14184
14185 * info.el (Info-search): No need to check transient-mark-mode
14186 before calling deactivate-mark.
14187
14188 * select.el (x-set-selection): Doc fix.
14189 (x-valid-simple-selection-p): Allow buffer values.
14190 (xselect--selection-bounds): Handle buffer values. Suggested by
14191 David De La Harpe Golden.
14192
14193 * mouse.el (mouse-set-region, mouse-drag-track): Call
14194 copy-region-as-kill before setting the mark, to let
14195 select-active-regions work.
14196
14197 2009-07-15 David De La Harpe Golden <david@harpegolden.net>
14198
14199 * simple.el (deactivate-mark): If select-active-regions is
14200 non-nil, copy the selection data into a string.
14201 (activate-mark): If select-active-regions is non-nil, set the
14202 selection to the current buffer.
14203 (set-mark): Update selection if select-active-regions is non-nil.
14204
14205 * select.el (x-valid-simple-selection-p): Allow buffer values.
14206
14207 2009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
14208
14209 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
14210 and more featureful message-mode.
14211
14212 2009-07-14 Chong Yidong <cyd@stupidchicken.com>
14213
14214 * select.el (x-set-selection): Doc fix.
14215 (x-valid-simple-selection-p): Disallow selection data consisting
14216 of a list or cons of integers, since that is not used.
14217 (xselect--selection-bounds, xselect--int-to-cons): New functions.
14218 (xselect-convert-to-string, xselect-convert-to-length)
14219 (xselect-convert-to-filename, xselect-convert-to-charpos)
14220 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
14221
14222 2009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
14223
14224 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
14225 output in -break-info command (Emacs bug #3794).
14226
14227 2009-07-14 Glenn Morris <rgm@gnu.org>
14228
14229 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
14230 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
14231 (edebug-print-length, edebug-print-level, edebug-print-circle)
14232 (edebug-sit-for-seconds, edebug-view-outside)
14233 (edebug-bounce-point, edebug-set-global-break-condition)
14234 (edebug-Go-nonstop-mode, edebug-trace-mode)
14235 (edebug-Trace-fast-mode, edebug-continue-mode)
14236 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
14237 (edebug-visit-eval-list): Doc fixes.
14238
14239 * subr.el (def-edebug-spec): Doc fix.
14240
14241 2009-07-14 Kenichi Handa <handa@m17n.org>
14242
14243 * international/characters.el: Fix setting of category ?C.
14244
14245 2009-07-13 Jan Djärv <jan.h.d@swipnet.se>
14246
14247 * term/ns-win.el (x-select-font): defalias x-select-font to
14248 ns-popup-font-panel instead of generate-fontset-menu.
14249
14250 2009-07-12 Eli Zaretskii <eliz@gnu.org>
14251
14252 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
14253
14254 2009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
14255
14256 * arc-mode.el (archive-find-type): Allow for a PK00 string before
14257 the PK\003\004 header (Bug#3770).
14258
14259 2009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
14260
14261 * pcomplete.el (pcomplete-comint-setup): Check for
14262 shell-dynamic-complete-filename too.
14263
14264 2009-07-11 Chong Yidong <cyd@stupidchicken.com>
14265
14266 * simple.el (temporary-goal-column): Change the value for
14267 line-move-visual to a cons cell.
14268 (line-move-visual): Record or set the window hscroll, if
14269 necessary (Bug#3494).
14270 (line-move-1): Handle cons value of temporary-goal-column.
14271
14272 2009-07-11 Kenichi Handa <handa@m17n.org>
14273
14274 * international/mule-diag.el (describe-character-set): Don't show
14275 width.
14276
14277 2009-07-10 Sam Steingold <sds@gnu.org>
14278
14279 * progmodes/compile.el (compilation-mode-font-lock-keywords):
14280 Omake sometimes indents the errors it prints, so allow all
14281 regexps to start with spaces.
14282
14283 2009-07-10 Eli Zaretskii <eliz@gnu.org>
14284
14285 * cus-edit.el (customize-changed-options-previous-release):
14286 Bump value to 22.1. (Bug#3804)
14287
14288 2009-07-08 Sam Steingold <sds@gnu.org>
14289
14290 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
14291 to be a cons cell (test . ignored-directory) to selectively ignore
14292 some directories depending on the location of the search.
14293
14294 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
14295
14296 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
14297 remote user is root, on the local host.
14298 (tramp-local-host-p): Either the local user or the remote user
14299 must be root. (Bug#3771)
14300
14301 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
14302
14303 * progmodes/gdb-mi.el (gdb): Remove description of
14304 gdb-use-separate-io-buffer.
14305 (menu): Don't allow toggling of or enable
14306 gdb-use-separate-io-buffer from menubar.
14307
14308 2009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
14309
14310 * mail/unrmail.el (unrmail): Make sure the message ends with two
14311 newlines (Bug#3769).
14312
14313 2009-07-08 Glenn Morris <rgm@gnu.org>
14314
14315 * calendar/calendar.el (calendar-current-date): Rework previous change.
14316
14317 2009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
14318
14319 * calendar/calendar.el (calendar-current-date):
14320 Add an optional argument giving an offset from today.
14321
14322 2009-07-08 Glenn Morris <rgm@gnu.org>
14323
14324 * tutorial.el (tutorial--describe-nonstandard-key):
14325 Adjust the message for when a key has been unbound.
14326 (help-with-tutorial): Hide the arch-tag.
14327
14328 2009-07-08 Kenichi Handa <handa@m17n.org>
14329
14330 * international/fontset.el (setup-default-fontset): For each
14331 script, append (not set) font-specs.
14332
14333 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
14334 docstring.
14335
14336 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
14337
14338 * progmodes/gdb-mi.el (gdb-init-1): Move sending
14339 -data-list-register-names to ...
14340 (gdb-starting): ... here because GDB 7.0 requires execution to
14341 have started when using this MI command.
14342 (gdb-set-header): New function to distinguish select and
14343 unselected tabs in gdb buffers.
14344 (gdb-propertize-header): New macro that uses gdb-set-header.
14345 (gdb-breakpoints-header, gdb-locals-header): Use it.
14346 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
14347
14348 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
14349
14350 * Makefile.in (ELCFILES): Remove fadr.elc.
14351
14352 2009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
14353
14354 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
14355 may contain frame information, so `string-match' should be used.
14356 (gdb-update): Disassembly is invalidated through
14357 `gdb-get-selected-frame'.
14358 (gdb-pad-string): New function to pad string with spaces.
14359 (gdb-invalidate-disassembly): Invalidate only if the buffer
14360 exists.
14361 (gdb-disassembly-handler-custom): Column alignment.
14362 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
14363 placing new ones.
14364 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
14365 end of line, too.
14366 (gdb-frame-handler): Match convention to for disassembly buffer
14367 mode name.
14368 (gdb-stack-list-frames-handler): Rewritten without regexps.
14369 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
14370 not highlight breakpoints without line information.
14371 (gdb-input): Add trailing newline to command.
14372
14373 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
14374 buffer properly.
14375 (gdb-breakpoints-list-handler-custom): Replacement for
14376 `gdb-break-list-handler'. Using real parser instead of regexps
14377 now.
14378 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
14379 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
14380 to place breakpoints.
14381 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
14382 functions.
14383 (gdb-disassembly-handler-custom): Show overlay arrow.
14384 (gdb-disassembly-place-breakpoints): Show breakpoints in
14385 disassembly buffer.
14386 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
14387 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
14388 instead of parsing breakpoints buffer. Fixed old menu references
14389 in `gud-menu-map'.
14390
14391 * fadr.el: Remove.
14392
14393 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
14394 (gdb-memory-address): New variable which holds top address of
14395 memory page shown in memory buffer.
14396 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
14397 customization variables.
14398 New functions:
14399 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
14400 display the memory buffer.
14401 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
14402 buffer display parameters.
14403 (def-gdb-memory-format, gdb-memory-format-binary)
14404 (gdb-memory-format-octal, gdb-memory-format-unsigned)
14405 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
14406 Functions for setting memory buffer format.
14407 (gdb-memory-unit-word, gdb-memory-unit-halfword)
14408 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
14409 unit size used in memory buffer.
14410 (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
14411 to next/previous page of memory buffer.
14412 Now using (bindat-get-field) instead of fadr functions.
14413
14414 2009-07-07 Sam Steingold <sds@gnu.org>
14415
14416 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
14417 non-top-level files.
14418
14419 2009-07-07 Kenichi Handa <handa@m17n.org>
14420
14421 * international/mule-cmds.el (reset-language-environment): Put
14422 the highset priority to the charset iso-8859-1.
14423
14424 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
14425
14426 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
14427 to the end of the line when locating the block (Bug#700).
14428
14429 2009-07-06 Michael Albinus <michael.albinus@gmx.de>
14430
14431 * net/tramp.el (tramp-handle-write-region): Flush file properties
14432 in case of short track.
14433
14434 2009-07-06 Michael McNamara <mac@mail.brushroad.com>
14435
14436 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
14437 Coded custom representation of verilog error regular expressions
14438 to work with Emacs-22's new format.
14439 (verilog-error-regexp-xemacs-alist): Coded custom representation
14440 of verilog error regular expressions to work with XEmacs format.
14441 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
14442 error recognition into XEmacs.
14443 (verilog-error-regexp-add-emacs): Hook routine to install verilog
14444 error recognition into Emacs-22.
14445
14446 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
14447
14448 * woman.el: Remove stand-alone closing parentheses.
14449 (woman-file-name, woman2-format-paragraphs)
14450 (woman-leave-blank-lines): Code cleanup.
14451 (woman-use-own-frame): Change default to nil.
14452 (woman-italic, woman-bold, woman-unknown, woman-addition): Change
14453 defaults to inherit from default faces.
14454 (woman2-process-escapes): Consume the newline after a stand-alone
14455 filler character (Bug#3651).
14456
14457 2009-07-06 Glenn Morris <rgm@gnu.org>
14458
14459 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
14460 (top-level): Move provide to the end.
14461 (ffap): Remove defunct URL from custom group.
14462
14463 * subr.el (eval-after-load): Doc fix.
14464
14465 2009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
14466
14467 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
14468 `calc-embedded-word' is called twice.
14469
14470 2009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
14471
14472 * files.el (find-alternate-file-other-window, find-alternate-file):
14473 Obey confirm-nonexistent-file-or-buffer.
14474
14475 2009-07-05 Michael Albinus <michael.albinus@gmx.de>
14476
14477 * dired-aux.el (dired-show-file-type): Handle remote files.
14478
14479 2009-07-05 Jari Aalto <jari.aalto@cante.net>
14480
14481 * desktop.el (desktop-globals-to-save):
14482 Add file-name-history (Bug#2750).
14483
14484 2009-07-05 Chong Yidong <cyd@stupidchicken.com>
14485
14486 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
14487
14488 2009-07-04 Johan Bockgård <bojohan@gnu.org>
14489
14490 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
14491 property on entire argument since this is what eshell-lisp-command
14492 expects.
14493
14494 2009-07-03 Michael Albinus <michael.albinus@gmx.de>
14495
14496 * net/tramp-gvfs.el (tramp-gvfs-methods)
14497 (tramp-gvfs-zeroconf-domain)
14498 (tramp-bluez-discover-devices-timeout): Add version flag.
14499 (tramp-gvfs-handler-mounted-unmounted)
14500 (tramp-gvfs-connection-mounted-p): Polish handling of
14501 incompatibilities between GVFS 0.2 and 1.0.
14502
14503 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
14504
14505 * cus-start.el (all): Add make-pointer-invisible.
14506
14507 2009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
14508
14509 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
14510 formatted correctly.
14511
14512 2009-07-02 Juri Linkov <juri@jurta.org>
14513
14514 * info.el: Virtual Info files and nodes.
14515 (Info-virtual-files, Info-virtual-nodes): New variables.
14516 (Info-current-node-virtual): New variable.
14517 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
14518 New functions.
14519 (Info-file-supports-index-cookies): Use Info-virtual-file-p
14520 to check for a virtual file instead of checking a fixed list
14521 of node names.
14522 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
14523 instead of ad-hoc processing of "dir" and (apropos history toc).
14524 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
14525 instead of ad-hoc processing of "dir" and (apropos history toc).
14526 Reread a file when moving from a virtual node.
14527 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
14528 (Info-directory-toc-nodes, Info-directory-find-file)
14529 (Info-directory-find-node): New functions.
14530 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
14531 (Info-history): Move part of code to
14532 `Info-history-find-node'.
14533 (Info-history-toc-nodes, Info-history-find-file)
14534 (Info-history-find-node): New functions.
14535 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
14536 (Info-toc): Move part of code to `Info-toc-find-node'.
14537 (Info-toc-find-node): New function.
14538 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
14539 the current Info file name to references because now the node
14540 "*TOC*" belongs to the same Info manual.
14541 (Info-toc-build): Rename from `Info-build-toc'.
14542 (Info-toc-nodes): Rename input argument `file' to `filename'.
14543 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
14544 instead of ad-hoc processing of ("dir" apropos history toc).
14545 (Info-index-nodes): Use Info-virtual-file-p
14546 to check for a virtual file instead of checking a fixed list
14547 of node names.
14548 (Info-index-node): Add check for `Info-current-node-virtual'.
14549 Raise `save-match-data' higher up the tree to contain
14550 `search-forward' too (bug fix).
14551 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
14552 (Info-virtual-index-nodes): New variable.
14553 (Info-virtual-index-find-node, Info-virtual-index): New functions.
14554 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
14555 (Info-apropos-file, Info-apropos-nodes): New variables.
14556 (Info-apropos-toc-nodes, Info-apropos-find-file)
14557 (Info-apropos-find-node, Info-apropos-matches): New functions.
14558 (info-apropos): Move part of code to `Info-apropos-find-node' and
14559 `Info-apropos-matches'.
14560 (Info-mode-map): Bind "I" to `Info-virtual-index'.
14561 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
14562 for a virtual file instead of checking a fixed list of node names.
14563
14564 * simple.el (async-shell-command): New command.
14565
14566 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
14567
14568 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
14569 instead of `mount-info'.
14570
14571 2009-07-02 Michael Albinus <michael.albinus@gmx.de>
14572
14573 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
14574 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
14575
14576 2009-07-02 Kenichi Handa <handa@m17n.org>
14577
14578 * international/mule.el (set-keyboard-coding-system): Force *-unix
14579 coding-system to avoid eol conversion.
14580
14581 2009-07-01 Michael Albinus <michael.albinus@gmx.de>
14582
14583 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
14584 Add handler for `process-file', `shell-command' and
14585 `start-file-process'.
14586 (tramp-gvfs-handle-shell-command)
14587 (tramp-gvfs-handle-start-file-process)
14588 (tramp-gvfs-handle-process-file): New defuns.
14589 (tramp-synce-list-devices): Simplify check for existence of property.
14590
14591 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
14592
14593 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
14594
14595 2009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
14596
14597 * language/korean.el (set-language-info-alist): Add korean-cp949,
14598 cp949 to spec.
14599
14600 2009-07-01 Kenichi Handa <handa@m17n.org>
14601
14602 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
14603
14604 * international/encoded-kb.el: Deleted.
14605
14606 * international/mule.el (set-keyboard-coding-system): Perform the
14607 necessary setup here instead of calling encoded-kbd-setup-display.
14608
14609 2009-07-01 Glenn Morris <rgm@gnu.org>
14610
14611 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
14612
14613 2009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
14614
14615 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
14616
14617 2009-06-30 Michael Albinus <michael.albinus@gmx.de>
14618
14619 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
14620 Handle also the 'rename case, when setting file modes. (Bug#3712)
14621 (tramp-default-file-modes): Remove execute permissions.
14622
14623 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
14624 (top): Add a default for "synce" in `tramp-default-user-alist'.
14625 Add completion function for "synce" method.
14626 (tramp-hal-service, tramp-hal-path-manager)
14627 (tramp-hal-interface-manager, tramp-hal-interface-device):
14628 New defconst.
14629 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
14630 (tramp-synce-list-devices, tramp-synce-parse-device-names):
14631 New defuns.
14632
14633 * net/trampver.el: Update release number.
14634
14635 2009-06-30 Kenichi Handa <handa@m17n.org>
14636
14637 * international/fontset.el (setup-default-fontset): Add CJK fonts
14638 for symbols and the other miscellaneous characters.
14639
14640 * language/korea-util.el (setup-korean-environment-internal):
14641 Make char-width-table suitable for Korean environments.
14642 (exit-korean-environment): Cancel above.
14643
14644 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
14645 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
14646 setup-function to make char-width-table suitable for respective
14647 environments, and an exit-function to cancel that.
14648
14649 * language/japan-util.el (setup-japanese-environment-internal):
14650 Call use-cjk-char-width-table with arg `ja_JP'.
14651
14652 * international/characters.el (cjk-char-width-table): Delete it.
14653 (cjk-char-width-table-list): New variable.
14654 (use-cjk-char-width-table): New arg local-name.
14655 (use-default-char-width-table): Fix for the case that Emacs is
14656 already using the default char-width-table.
14657
14658 2009-06-29 Michael Albinus <michael.albinus@gmx.de>
14659
14660 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
14661 modes mandatory. (Bug#3712)
14662
14663 2009-06-29 Alan Mackenzie <acm@muc.de>
14664
14665 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
14666 correction between the visible width of TABs and their number of bytes.
14667
14668 2009-06-29 Chong Yidong <cyd@stupidchicken.com>
14669
14670 * server.el (server-buffer-done): Prevent kill-buffer from
14671 prompting by clearing the buffer modification flag (Bug#3696).
14672
14673 2009-06-28 Michael McNamara <mac@mail.brushroad.com>
14674
14675 * progmodes/verilog-mode.el (verilog-beg-of-statement)
14676 (verilog-endcomment-reason-re): Support unique case and priority case.
14677 (verilog-basic-complete-re): Support localparam lineup.
14678 (verilog-beg-of-statement-1): Fix for robustness, unique case.
14679 (verilog-set-auto-endcomments): Fix for unique case, always_comb
14680 commenting.
14681 (verilog-leap-to-case-head): Now support *nested* unique &
14682 priority case statements.
14683 (verilog-auto-lineup): Make just declarations the default (as it
14684 had been).
14685 (verilog-leap-to-case-head): Support priority/unique case statements.
14686 (verilog-auto-lineup): Rework to give users radio buttons to
14687 select the various styles of automatic lineup.
14688 (verilog-error-regexp-alist): Rework to support the XEmacs style
14689 of error regular expressions from compilers, lint tools &
14690 simulators. Note that GNU Emacs has made it impossible for a mode
14691 to load such things.
14692 (electric-verilog-terminate-line, verilog-indent-declaration)
14693 (verilog-auto-wiure): Rework for radio button selection of
14694 auto-lineup selection of specification of auto lineup.
14695 (verilog-beg-of-statement-1): Redesign to support proper operation
14696 in additional code, based on testing with auto-lineup.
14697 (verilog-calculate-indent, assignments & declarations)
14698 (verilog-backward-token): Enhance to support auto-lineup of
14699 assignments & declarations.
14700 (verilog-in-directive-p, verilog-at-struct-p): New function for
14701 easy test of whether we are.
14702 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
14703 to support safe execution at almost anyline.
14704 (verilog-calc-1): Properly support indenting deep inside generate
14705 blocks.
14706 (verilog-init-font): Remove definition & use of verilog-init-font,
14707 as it is redundant with font-lock-defaults.
14708 (verilog-mode): Alter the definition of verilog-font-lock-defaults
14709 to avoid circular calls if syntax-ppss is a function (as is the
14710 case now in 22.x GNU Emacs) as that function would sometimes call
14711 itself, leading to (nearly) infinite recursion.
14712 (verilog-ovm-begin-re, verilog-ovm-end-re)
14713 (verilog-ovm-statement-re, verilog-leap-to-head)
14714 (verilog-backward-token): Add support for OVM macros. Some are
14715 complete statements, and others open and close scopes like begin
14716 and end.
14717 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
14718 (verilog-defun-level-generate-only-re): Really fix the defun-list
14719 compilation issue.
14720 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
14721 coverpoint, constraint and cross statements.
14722 (verilog-defun-level-list, verilog-generate-defun-level-list)
14723 (verilog-all-defun-level-list): Redo these specifications - it is
14724 too hard to support eval-when compile aggregation of lists also
14725 built at when-compile time.
14726 (verilog-defun-level-list): Place defconsts of variables used in
14727 building regular expressions which are built in eval-when-compile
14728 bodies in the same eval-when-compile body to facilitate compile
14729 without load.
14730 (verilog-beg-block-re-ordered): Support indenting
14731 virtual/protected tasks and functions.
14732 (verilog-defun-level-list, verilog-in-generate-region-p)
14733 (verilog-backward-ws&directives, verilog-calc-1): Speed up
14734 indentation of some module items (generate items).
14735 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
14736 across virtual/protected tasks and functions.
14737
14738 2009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
14739
14740 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
14741 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
14742 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
14743 in concatenations. Reported by Yishay Belkind.
14744 (verilog-auto-ascii-enum): Support one-hot state machines in
14745 AUTOASCIIENUM. Suggested by Lloyd Gomez.
14746 (verilog-auto-inst, verilog-auto-inst-port): Include interface
14747 modport in AUTOINST and add vl-modport for users. Reported by
14748 David Rogoff.
14749 (verilog-auto-inout-module, verilog-auto-inst)
14750 (verilog-decls-get-interfaces, verilog-insert-definition)
14751 (verilog-insert-one-definition, verilog-read-decls)
14752 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
14753 (verilog-sig-modport, verilog-signals-combine-bus)
14754 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
14755 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
14756 Suggested by David Rogoff.
14757 (verilog-repair-open-comma): Fix non-insertion of comma when
14758 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
14759 (verilog-make-width-expression): Simplify [A-1:0] expression
14760 widths to just {A{1'b0}}.
14761 (verilog-mode): Cleanup checkdoc warnings.
14762 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
14763 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
14764 inputs/outputs or data type. Suggested by Vasu Kandadi.
14765 (next-error-last-buffer): Fix byte-compiler warning.
14766 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
14767 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
14768 or shell command text during AUTO expansion. Suggested by Tad Truex.
14769 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
14770 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
14771 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
14772 in AUTOINOUT. Reported by Matthew Lovell.
14773 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
14774 causing use of <= assignments. Reported by Alex Reed.
14775 (verilog-read-decls): Fix triand, trior, wand, wor to be
14776 recognized by AUTOWIRE. Reported by Spencer Isaacson.
14777 (verilog-extended-complete-re): Support import "DPI-C" functions.
14778 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
14779 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
14780 (verilog-insert-date, verilog-insert-year)
14781 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
14782 Windows systems. Reported by Michael Potts.
14783 (verilog-read-module-name): Fix AUTOINST when the child module
14784 declaration's name is a tick define. Reported by Elliot Mednick.
14785 (verilog-read-decls): Fix V2K parameter bit subscripts getting
14786 passed to next parameter's definition. Reported by Bruce T.
14787 (verilog-read-decls): Fix detecting "parameter int" when using
14788 AUTOINSTPARAM. Reported by Bruce T.
14789 (verilog-goto-defun): Fix goto not finding modules unless first
14790 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
14791 (verilog-mode): Expand -f flag arguments on entry to mode so
14792 verilog-goto-defun will work. Reported by Lawrence Butcher.
14793 (verilog-getopt): Expand environment variables in -f file
14794 arguments. Suggested by Lawrence Butcher.
14795 (verilog-set-define): Fix "Symbol's value as variable is void"
14796 when reading enumerations.
14797 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
14798 Suggested by Stephen Peltan.
14799 (verilog-read-defines): Fix reading of enumerations in include
14800 files. Reported by Steve Peltan.
14801
14802 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
14803
14804 * files.el (trash-directory): Fix defcustom type.
14805
14806 2009-06-28 Juri Linkov <juri@jurta.org>
14807
14808 * help-fns.el (describe-function-1): Correctly locate adviced
14809 functions in hyperlink (Bug#2438).
14810
14811 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
14812
14813 * files.el (trash-directory): Change default to nil.
14814 (move-file-to-trash): If trash-directory is nil and
14815 system-move-file-to-trash is unbound, perform freedesktop-style
14816 trashing.
14817
14818 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
14819
14820 * files.el (move-file-to-trash): Add freedesktop trash
14821 support (Bug#973).
14822
14823 2009-06-28 Glenn Morris <rgm@gnu.org>
14824
14825 * autorevert.el (global-auto-revert-non-file-buffers)
14826 (global-auto-revert-mode): Doc fixes.
14827
14828 2009-06-27 Johan Bockgård <bojohan@gnu.org>
14829
14830 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
14831
14832 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
14833
14834 * faces.el (x-handle-named-frame-geometry): Ensure that we have
14835 opened an X connection before calling x-get-resource (Bug#3194).
14836
14837 * play/doctor.el: Remove reference to obsolete website.
14838 (make-doctor-variables): Correct grammar mistake (Bug#2633).
14839
14840 2009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
14841
14842 Remove find-file-not-found-hook VC method. (Bug#2757)
14843 * vc-hooks.el (vc-file-not-found-hook)
14844 (vc-default-find-file-not-found-hook): Remove functions.
14845 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
14846 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
14847 * vc.el:
14848 * vc-hg.el:
14849 * vc-git.el: Do not mention find-file-not-found-hook VC method.
14850
14851 2009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
14852
14853 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
14854 compatibility function for `looking-back'.
14855
14856 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
14857 Use `ispell-looking-back'.
14858
14859 2009-06-24 Michael Albinus <michael.albinus@gmx.de>
14860
14861 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
14862 rather than `filename'.
14863
14864 2009-06-23 Miles Bader <miles@gnu.org>
14865
14866 * face-remap.el (text-scale-set): New function.
14867
14868 2009-06-23 Glenn Morris <rgm@gnu.org>
14869
14870 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
14871
14872 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
14873
14874 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
14875
14876 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
14877
14878 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
14879 Simplify Persian conditionals.
14880
14881 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
14882 variable `filename'.
14883
14884 * comint.el (comint-insert-input): Doc fix.
14885
14886 * Makefile.in (ELCFILES): Fix typo in previous change.
14887
14888 2009-06-23 Miles Bader <miles@gnu.org>
14889
14890 * cus-start.el: Add entry for `recenter-redisplay'.
14891
14892 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
14893
14894 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
14895 Add an optional argument for the backend, use it instead of
14896 calling vc-backend.
14897 (vc-mode-line): Add an optional argument for the backend.
14898 Pass the backend to vc-state and vc-working-revision. Move code for
14899 special handling for vc-state being a buffer to ...
14900
14901 * vc-rcs.el (vc-rcs-find-file-hook):
14902 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
14903
14904 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
14905 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
14906 vc-stay-local-p and vc-mode-line calls.
14907
14908 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
14909 (vc-cvs-diff, vc-cvs-annotate-command)
14910 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
14911 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
14912 vc-mode-line calls.
14913
14914 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
14915 direct comparison.
14916 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
14917 backend when calling vc-mode-line.
14918 (vc-register): Do not create a closure for calling the vc register
14919 function, call it directly.
14920
14921 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
14922
14923 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
14924 to make it obvious item can be clicked.
14925
14926 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
14927
14928 2009-06-23 Kenichi Handa <handa@m17n.org>
14929
14930 * language/korea-util.el (korean-key-bindings): Change the binding
14931 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
14932 same command.
14933
14934 2009-06-22 Michael Albinus <michael.albinus@gmx.de>
14935
14936 Sync with Tramp 2.1.16.
14937
14938 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
14939
14940 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
14941 when a loading of a package fails. Completion function for rsync
14942 is `tramp-completion-function-alist-ssh'.
14943 (all): Replace all calls of `split-string' and
14944 `tramp-split-string' by `tramp-compat-split-string'.
14945 (tramp-default-method): Use `tramp-compat-process-running-p'.
14946 (tramp-default-proxies-alist): Allow also Lisp forms.
14947 (tramp-remote-path): Add choice "Private Directories".
14948 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
14949 (tramp-domain-regexp): Allow also "-", "_" and ".".
14950 (tramp-end-of-output): Remove newlines, and add "$" at the end.
14951 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
14952 (tramp-debug-message): Insert header line in debug buffer.
14953 (tramp-handle-directory-files-and-attributes-with-stat):
14954 Care about filenames with spaces, or starting with "-".
14955 (tramp-handle-dired-uncache): New defun.
14956 (tramp-handle-insert-directory): Don't flush the directory from
14957 cache, this is handled by `dired-uncache' now.
14958 (tramp-handle-insert-file-contents): Improve error handling.
14959 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
14960 Quote `tramp-end-of-output'.
14961 (tramp-action-password): Improve trace message.
14962 (tramp-check-for-regexp): Both echoes must be present, before removing.
14963 (tramp-open-connection-setup-interactive-shell): Trace coding system.
14964 (tramp-compute-multi-hops): Eval cons cells of
14965 `tramp-default-proxies-alist'.
14966 (tramp-maybe-open-connection): Use the same command pattern for
14967 first hop and further hops.
14968 (tramp-wait-for-output): Remove handling of newlines.
14969 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
14970 (tramp-split-string): Remove function. It is handled in
14971 tramp-compat now.
14972
14973 * net/tramp-cmds.el (tramp-bug):
14974 Recommend `tramp-cleanup-all-connections' in the bug mail.
14975
14976 * net/tramp-compat.el (tramp-compat-split-string)
14977 (tramp-compat-process-running-p): New defuns.
14978
14979 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
14980 for `dired-uncache'.
14981
14982 * net/tramp-gvfs.el: New package.
14983
14984 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
14985 Add handler for `dired-uncache'.
14986 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
14987
14988 * net/trampver.el: Update release number. Make version check fit
14989 for SXEmacs 22.
14990
14991 2009-06-22 Jim Meyering <meyering@redhat.com>
14992
14993 Automatically handle .xz suffix (XZ-compressed files), too.
14994 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
14995 XZ is the successor to LZMA: <http://tukaani.org/xz/>
14996
14997 2009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
14998 Nick Roberts <nickrob@snap.net.nz>
14999
15000 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
15001 repository (http://sphinx.net.ru/hg/gdb-mi/).
15002
15003 2009-06-22 Glenn Morris <rgm@gnu.org>
15004
15005 * files.el (dir-locals-collect-mode-variables): Allow for any number of
15006 `mode' and `eval' entries. (Bug#3430)
15007
15008 * Makefile.in (ELCFILES): Add fadr.elc.
15009
15010 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
15011 differing behavior of \n and ^ in strings. (Bug#3385)
15012
15013 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
15014
15015 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
15016 property.
15017 (lisp-indent-function): Make it a defcustom.
15018
15019 2009-06-21 Nick Roberts <nickrob@snap.net.nz>
15020
15021 * progmodes/gdb-ui.el: Replace with ...
15022 * progmodes/gdb-mi.el: ... this file.
15023 * progmodes/gud.el: Modify for gdb-mi.el.
15024
15025 2009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
15026
15027 * fadr.el: New file.
15028
15029 See ChangeLog.14 for earlier changes.
15030
15031 ;; Local Variables:
15032 ;; coding: utf-8
15033 ;; End:
15034
15035 Copyright (C) 2009, 2010 Free Software Foundation, Inc.
15036
15037 This file is part of GNU Emacs.
15038
15039 GNU Emacs is free software: you can redistribute it and/or modify
15040 it under the terms of the GNU General Public License as published by
15041 the Free Software Foundation, either version 3 of the License, or
15042 (at your option) any later version.
15043
15044 GNU Emacs is distributed in the hope that it will be useful,
15045 but WITHOUT ANY WARRANTY; without even the implied warranty of
15046 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15047 GNU General Public License for more details.
15048
15049 You should have received a copy of the GNU General Public License
15050 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
15051
15052 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1