]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
Derive programming modes from prog-mode.
[gnu-emacs] / lisp / ChangeLog
1 2010-07-27 Tom Tromey <tromey@redhat.com>
2
3 * progmodes/js.el (js-mode):
4 * progmodes/make-mode.el (makefile-mode):
5 * progmodes/simula.el (simula-mode):
6 * progmodes/tcl.el (tcl-mode): Derive from prog-mode.
7
8 2010-07-27 Juanma Barranquero <lekktu@gmail.com>
9
10 * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
11
12 * cedet/semantic/db-file.el (object-write): Fix typo in docstring.
13
14 * time.el (display-time-day-and-date): Remove spurious * in docstring.
15 (display-time-world-buffer-name, display-time-world-mode-map):
16 Fix typos in docstrings.
17
18 2010-07-27 Shyam Karanatt <shyam@swathanthran.in> (tiny change)
19
20 * image-mode.el (image-display-size): New function.
21 (image-forward-hscroll, image-next-line, image-eol, image-eob)
22 (image-mode-fit-frame): Use it (Bug#6639).
23
24 2010-07-27 Chong Yidong <cyd@stupidchicken.com>
25
26 * dired.el (dired-buffers-for-dir): Handle list values of
27 dired-directory (Bug#6636).
28
29 2010-07-26 Sam Steingold <sds@gnu.org>
30
31 * mouse.el (mouse-yank-primary, mouse-yank-secondary):
32 Do not call `x-get-selection' the second time, reuse the value.
33
34 2010-07-26 Daiki Ueno <ueno@unixuser.org>
35
36 * epa-mail.el (epa-mail-mode-map): Add alternative key bindings
37 which consist of control chars only. Suggested by Richard
38 Stallman.
39
40 2010-07-25 Daiki Ueno <ueno@unixuser.org>
41
42 * epa-file.el (epa-file-insert-file-contents): Check if LOCAL-FILE
43 exists before passing an error to find-file-not-found-functions
44 (bug#6723).
45
46 2010-07-23 Lukas Huonker <l.huonker@gmail.com>
47
48 * play/tetris.el (tetris-tty-colors, tetris-x-colors, tetris-blank):
49 Remove leading nil element, adjust values.
50 (tetris-shapes, tetris-shape-scores):
51 Change representation of shapes and remove some redundancy.
52 (tetris-get-shape-cell, tetris-shape-width, tetris-draw-next-shape)
53 (tetris-draw-shape, tetris-erase-shape, tetris-test-shape):
54 Adjust for working with new representation of shapes.
55 (tetris-shape-rotations): New function.
56 (tetris-move-bottom, tetris-move-left, tetris-move-right)
57 (tetris-rotate-prev, tetris-rotate-next):
58 Adjust for working with the new version of tetris-test-shape.
59
60 2010-07-23 Markus Triska <markus.triska@gmx.at>
61
62 * progmodes/ps-mode.el: Use comint (bug#5954).
63 (ps-run-mode-map): Adapt for comint-mode; omit "\r", [return]..
64 (ps-mode-other-newline): Simplify.
65 (ps-run-mode): Derive from comint-mode instead of
66 fundamental-mode, yielding input history etc.
67 (ps-run-start, ps-run-quit, ps-run-clear, ps-run-region)
68 (ps-run-send-string): Adapt for comint-mode.
69 (ps-run-newline): Remove now unneeded function.
70
71 2010-07-23 Michael Albinus <michael.albinus@gmx.de>
72
73 * net/tramp.el (tramp-methods): Move hostname to the end in all
74 plink `tramp-login-args'.
75
76 2010-07-23 Michael Albinus <michael.albinus@gmx.de>
77
78 * net/tramp.el (tramp-open-shell): New defun.
79 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
80 Use it.
81
82 2010-07-23 Michael Albinus <michael.albinus@gmx.de>
83
84 * net/tramp.el (tramp-file-name-regexp-unified)
85 (tramp-completion-file-name-regexp-unified): On W32 systems, do
86 not regard the volume letter as remote filename. (Bug#5447)
87
88 2010-07-23 Juanma Barranquero <lekktu@gmail.com>
89
90 * custom.el (custom-declare-variable): Give a clearer error message
91 when the docstring is missing (bug#6476).
92
93 2010-07-22 Michael R. Mauger <mmaug@yahoo.com>
94
95 * progmodes/sql.el: Version 2.4. Improved Login prompting.
96 (sql-login-params): New widget definition.
97 (sql-oracle-login-params, sql-mysql-login-params)
98 (sql-solid-login-params, sql-sybase-login-params)
99 (sql-informix-login-params, sql-ingres-login-params)
100 (sql-ms-login-params, sql-postgres-login-params)
101 (sql-interbase-login-params, sql-db2-login-params)
102 (sql-linter-login-params): Use it.
103 (sql-sqlite-login-params): Use it; Define "database" parameter as
104 a file name.
105 (sql-sqlite-program): Change to "sqlite3".
106 (sql-comint-sqlite): Make sure database name is complete.
107 (sql-for-each-login): New function.
108 (sql-connect, sql-save-connection): Use it.
109 (sql-get-login-ext): New function.
110 (sql-get-login): Use it.
111 (sql-make-alternate-buffer-name): Handle :file parameters.
112
113 2010-07-22 Juanma Barranquero <lekktu@gmail.com>
114
115 * dired.el (dired-no-confirm): Document value t and fix defcustom to
116 accept it (bug#6597). Suggested by Drew Adams <drew.adams@oracle.com>.
117
118 2010-07-22 Teemu Likonen <tlikonen@iki.fi> (tiny change)
119
120 * dired.el (dired-mode-map): Use command remapping (bug#6632).
121
122 2010-07-22 Lawrence Mitchell <wence@gmx.li>
123
124 * term/vt100.el (vt100-wide-mode): Fix :init-value keyword (bug#6620).
125
126 2010-07-21 Michael Albinus <michael.albinus@gmx.de>
127
128 * net/tramp.el (tramp-get-ls-command)
129 (tramp-get-ls-command-with-dired): Run tests on "/dev/null"
130 instead of "/".
131
132 2010-07-20 Michael R. Mauger <mmaug@yahoo.com>
133
134 * progmodes/sql.el: Version 2.3.
135 (sql-connection-alist): Changed keys from symbols to strings;
136 enhanced the widget definition.
137 (sql-mode-menu): Added submenu to select connections.
138 (sql-interactive-mode-menu): Added "Save Connection" item.
139 (sql-add-product): Fixed menu item.
140 (sql-get-product-feature): Improved error handling.
141 (sql--alt-buffer-part, sql--alt-if-not-empty): Removed.
142 (sql-make-alternate-buffer-name): Simplified.
143 (sql-product-interactive): Handle missing product.
144 (sql-connect): Support string keys, minor improvements.
145 (sql-save-connection): New function.
146 (sql-connection-menu-filter): New function.
147
148 2010-07-20 Michael Albinus <michael.albinus@gmx.de>
149
150 * net/tramp.el (tramp-file-name-handler): Trace 'quit.
151 (tramp-open-connection-setup-interactive-shell): Apply
152 workaround for IRIX64 bug. Move argument of last
153 `tramp-send-command' where it belongs to.
154
155 2010-07-20 Michael Albinus <michael.albinus@gmx.de>
156
157 * net/tramp.el (tramp-perl-file-attributes)
158 (tramp-perl-directory-files-and-attributes): Don't pass "$3".
159 (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
160 front of `login-args'.
161
162 2010-07-19 Juanma Barranquero <lekktu@gmail.com>
163
164 * time.el (display-time-world-mode): Define with `define-derived-mode'.
165 Set `show-trailing-whitespace' to nil.
166 (display-time-world-display): Simplify.
167
168 2010-07-18 Alan Mackenzie <acm@muc.de>
169
170 Enhance `c-file-style' in file/directory local variables.
171 * progmodes/cc-mode.el (c-count-cfss): New function.
172 (c-before-hack-hook): Call `c-set-style' differently according to
173 whether c-file-style was set in file or directory local
174 variables.
175
176 2010-07-18 Michael R. Mauger <mmaug@yahoo.com>
177
178 * progmodes/sql.el: Version 2.2.
179 (sql-product, sql-user, sql-database, sql-server, sql-port): Use
180 defcustom :safe keyword rather than putting safe-local-variable
181 property.
182 (sql-password): Use defcustom :risky keyword rather than putting
183 risky-local-variable property.
184 (sql-oracle-login-params, sql-sqlite-login-params)
185 (sql-solid-login-params, sql-sybase-login-params)
186 (sql-informix-login-params, sql-ingres-login-params)
187 (sql-ms-login-params, sql-postgres-login-params)
188 (sql-interbase-login-params, sql-db2-login-params)
189 (sql-linter-login-params): Add `port' option.
190 (sql-get-product-feature): Added NO-INDIRECT parameter.
191 (sql-comint-oracle, sql-comint-sybase)
192 (sql-comint-informix, sql-comint-sqlite, sql-comint-mysql)
193 (sql-comint-solid, sql-comint-ingres, sql-comint-ms)
194 (sql-comint-postgres, sql-comint-interbase, sql-comint-db2)
195 (sql-comint-linter): Renamed sql-connect-* functions to
196 sql-comint-*.
197 (sql-product-alist, sql-mode-menu): Renamed as above and
198 :sqli-connect-func to :sqli-comint-func.
199 (sql-connection): New variable.
200 (sql-interactive-mode): Set it.
201 (sql-connection-alist): New variable.
202 (sql-connect): New function.
203 (sql--alt-buffer-part, sql--alt-if-not-empty)
204 (sql-make-alternate-buffer-name): Improved alternative buffer name.
205
206 2010-07-17 Thierry Volpiatto <thierry.volpiatto@gmail.com>
207
208 * image-mode.el (image-bookmark-make-record): Do not set context
209 in an image (Bug#6650).
210
211 2010-07-17 Chong Yidong <cyd@stupidchicken.com>
212
213 * simple.el (select-active-region): New function.
214 (push-mark-command, set-mark, activate-mark)
215 (handle-shift-selection): Use it.
216 (deactivate-mark): Don't check for size of region.
217
218 * mouse.el (mouse-drag-track): Use select-active-region.
219
220 2010-07-17 Michael Albinus <michael.albinus@gmx.de>
221
222 * net/tramp.el (tramp-get-ls-command-with-dired): Make test for
223 "--dired" stronger.
224
225 2010-07-17 Chong Yidong <cyd@stupidchicken.com>
226
227 * term/x-win.el (x-select-enable-primary): Change default to nil.
228 (x-select-enable-clipboard): Add :version keyword.
229
230 * mouse.el (mouse-drag-copy-region):
231 * simple.el (select-active-regions): Likewise.
232
233 2010-07-16 Reiner Steib <Reiner.Steib@gmx.de>
234
235 * vc/vc.el (vc-coding-system-inherit-eol): New defvar.
236 (vc-coding-system-for-diff): Use it to decide whether to inherit
237 from the file the EOL format for reading the diffs of that file.
238 (Bug#4451)
239
240 2010-07-16 Eli Zaretskii <eliz@gnu.org>
241
242 * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
243 unibyte, so compressed attachments are not compressed again.
244
245 2010-07-16 Michael Albinus <michael.albinus@gmx.de>
246
247 * net/tramp.el (tramp-handle-shell-command): Don't use hard-wired
248 "/bin/sh" but `tramp-remote-sh' from `tramp-methods'.
249 (tramp-find-shell): Simplify setting connection property.
250 (tramp-get-ls-command): Make test for "--color=never" stronger.
251
252 2010-07-15 Simon South <ssouth@member.fsf.org>
253
254 * progmodes/delphi.el (delphi-previous-indent-of): Indent case
255 blocks within record declarations (i.e. variant parts) correctly.
256
257 2010-07-15 Simon South <ssouth@member.fsf.org>
258
259 * progmodes/delphi.el (delphi-token-at): Give newlines precedence
260 over literal tokens when parsing so newlines aren't "absorbed" by
261 single-line comments. Corrects the indentation of case blocks
262 that have a comment on the first line.
263
264 2010-07-14 Karl Fogel <kfogel@red-bean.com>
265
266 * bookmark.el (bookmark-load-hook): Fix doc string as suggested
267 by Drew Adams (Bug#5504).
268
269 2010-07-14 Jan Djärv <jan.h.d@swipnet.se>
270
271 * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
272 now that Unicode is used (Bug#6594).
273
274 2010-07-14 Chong Yidong <cyd@stupidchicken.com>
275
276 * term/x-win.el (x-select-enable-clipboard): Default to t.
277 (x-initialize-window-system): Don't overwrite Paste menu item.
278
279 * simple.el (select-active-regions): Default to t.
280 (push-mark-command): Don't overwrite primary with empty string.
281
282 * mouse.el: Bind mouse-2 to mouse-yank-primary.
283 (mouse-drag-copy-region): Default to nil.
284
285 * menu-bar.el (menu-bar-enable-clipboard): Don't overwrite
286 Cut/Copy/Paste menu bar items.
287
288 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
289
290 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
291 Patch applied by Karl Fogel.
292
293 * bookmark.el (bookmark-set): Don't set `bookmark-yank-point'
294 and `bookmark-current-buffer' if they have been already set in
295 another buffer (e.g gnus-art).
296
297 2010-07-13 Karl Fogel <kfogel@red-bean.com>
298 Thierry Volpiatto <thierry.volpiatto@gmail.com>
299
300 Preparation for setting bookmarks in Gnus article buffers (Bug#5975).
301
302 * bookmark.el (bookmark-make-record-default): Allow unneeded
303 information to be omitted from the record.
304
305 Adjust declarations and calls:
306
307 * info.el (bookmark-make-record-default): Adjust declaration.
308 (Info-bookmark-make-record): Adjust call.
309
310 * woman.el (bookmark-make-record-default): Adjust declaration.
311 (woman-bookmark-make-record): Adjust call.
312
313 * man.el (bookmark-make-record-default): Adjust declaration.
314 (Man-bookmark-make-record): Adjust call.
315
316 * image-mode.el (bookmark-make-record-default): Adjust declaration.
317
318 * doc-view.el (bookmark-make-record-default): Adjust declaration.
319
320 2010-07-13 Karl Fogel <kfogel@red-bean.com>
321
322 * bookmark.el (bookmark-show-annotation): Use `when' instead of `if'.
323 This is also from Thierry Volpiatto's patch in bug #6444. However,
324 because it was extraneous to the functional change in that patch,
325 and causes a re-indendation, I am committing it separately.
326
327 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
328
329 * bookmark.el (bookmark-show-annotation): Ensure annotations show,
330 e.g. in Info bookmarks, by using `switch-to-buffer-other-window'.
331 Patch applied by Karl Fogel (Bug#6444).
332
333 2010-07-13 Chong Yidong <cyd@stupidchicken.com>
334
335 * frame.el (make-frame): Fix typo in 2010-06-30 change (Bug#6625).
336
337 2010-07-13 Adrian Robert <Adrian.B.Robert@gmail.com>
338
339 * term/ns-win.el: Bind M-~ to 'ns-prev-frame (due to Matthew
340 Dempsky; bug#5084). Remove incorrect binding for S-tab.
341 (ns-alternatives-map): Change S-tab binding to backtab
342 (bug#6616).
343
344 * simple.el (normal-erase-is-backspace-setup-frame): Set mode on
345 under ns.
346
347 2010-07-12 Andreas Schwab <schwab@linux-m68k.org>
348
349 * language/tai-viet.el ("TaiViet"): Try to fix re-encoding bugs.
350 (Bug#5806)
351
352 * language/tv-util.el (tai-viet-re): Remove format.
353
354 2010-07-12 Kenichi Handa <handa@m17n.org>
355
356 * language/hebrew.el: Remove no-byte-compile declaration.
357 Change coding: tag to utf-8. Register hebrew-shape-gstring in
358 composition-function-table for 3-character looking back.
359 (hebrew-font-get-precomposed): New function.
360 (hebrew-shape-gstring): Utilize precomposed glyphs if available.
361
362 2010-07-11 Chong Yidong <cyd@stupidchicken.com>
363
364 * mouse.el (mouse-drag-track): Handle select-active-regions
365 (Bug#6612).
366
367 2010-07-11 Magnus Henoch <magnus.henoch@gmail.com>
368
369 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
370 empty argument to gvfs-copy.
371
372 2010-07-10 Glenn Morris <rgm@gnu.org>
373
374 * calendar/calendar.el (calendar-week-end-day): New function.
375 * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
376 Respect calendar-week-start-day. (Bug#6606)
377 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
378 (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
379 (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
380 respect calendar-week-start-day.
381
382 2010-07-10 Chong Yidong <cyd@stupidchicken.com>
383
384 * simple.el (use-region-p): Doc fix (Bug#6607).
385
386 2010-07-10 Aleksei Gusev <aleksei.gusev@gmail.com> (tiny change)
387
388 * progmodes/compile.el (compilation-error-regexp-alist-alist): Add
389 regexps for cucumber and ruby.
390
391 2010-07-08 Daiki Ueno <ueno@unixuser.org>
392
393 * epa-file.el (epa-file-error, epa-file--find-file-not-found-function)
394 (epa-file-insert-file-contents): Hack to prevent
395 find-file from opening empty buffer when decryption failed
396 (bug#6568).
397
398 2010-07-07 Agustín Martín <agustin.martin@hispalinux.es>
399
400 * textmodes/ispell.el (ispell-alternate-dictionary):
401 Use file-readable-p.
402 Return nil if no word-list is found at default locations.
403 (ispell-complete-word-dict): Default to nil.
404 (ispell-command-loop): Use 'word-list' when using lookup-words.
405 (lookup-words): Use ispell-complete-word-dict or
406 ispell-alternate-dictionary. Check for word-list availability
407 and handle errors if needed with better messages (Bug#6539).
408 (ispell-complete-word): Use ispell-complete-word-dict or
409 ispell-alternate-dictionary.
410
411 2010-07-07 Christoph Scholtes <cschol2112@gmail.com>
412
413 * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
414 builtins (BufferError, BytesWarning, WindowsError; callables
415 bin, bytearray, bytes, format, memoryview, next, print; __package__).
416
417 2010-07-07 Glenn Morris <rgm@gnu.org>
418
419 * play/zone.el (top-level): Do not require timer, tabify, or cl.
420 (zone-shift-left): Ignore intangibility, and any errors from
421 forward-char.
422 (zone-shift-right): Remove no-op end-of-line. Ignore intangibility.
423 (zone-pgm-putz-with-case): Use upcase-region rather than inserting,
424 deleting, and copying text properties.
425 (zone-line-specs, zone-pgm-stress): Check forward-line exit status.
426 (zone-pgm-rotate): Handle odd buffers like that of gomoku, where getting
427 to point-max is hard.
428 (zone-fret, zone-fill-out-screen): Replace cl's do with dotimes.
429 (zone-fill-out-screen): Ignore intangibility.
430
431 2010-07-05 Chong Yidong <cyd@stupidchicken.com>
432
433 * menu-bar.el (menu-bar-mode):
434 * tool-bar.el (tool-bar-mode): Replace default-frame-alist element
435 if it has been set.
436
437 * mouse.el (mouse-drag-track): Call mouse-start-end to handle
438 word/line selection (Bug#6565).
439
440 2010-07-04 Juanma Barranquero <lekktu@gmail.com>
441
442 * net/dbus.el (dbus-send-signal): Declare function.
443
444 2010-07-04 Michael Albinus <michael.albinus@gmx.de>
445
446 * net/dbus.el: Implement signal "PropertiesChanged" (from D-Bus 1.3.1).
447 (dbus-register-property): New optional argument EMITS-SIGNAL.
448 (dbus-property-handler): Send signal "PropertiesChanged" if requested.
449
450 2010-07-03 Chong Yidong <cyd@stupidchicken.com>
451
452 * mouse.el (mouse-drag-overlay): Variable deleted.
453 (mouse-move-drag-overlay, mouse-show-mark): Functions deleted.
454 (mouse--remap-link-click-p): New function.
455 (mouse-drag-track): Handle dragging by using temporary Transient
456 Mark mode, instead of a special overlay.
457 (mouse-kill-ring-save, mouse-save-then-kill): Don't call
458 mouse-show-mark.
459
460 * mouse-sel.el (mouse-sel-selection-alist): mouse-drag-overlay
461 deleted.
462
463 2010-07-02 Juri Linkov <juri@jurta.org>
464
465 * autoinsert.el (auto-insert-alist): Fix readability
466 by using dotted pair notation for lambda.
467
468 2010-07-02 Juri Linkov <juri@jurta.org>
469
470 * faces.el (read-face-name): Rename arg `string-describing-default'
471 to `default'. Doc fix. Display the default value in quotes
472 in the prompt. With empty input, return the `default' arg,
473 unless the default value is a string (in which case return nil).
474 (describe-face): Replace the string `default' arg of `read-face-name'
475 with the symbol `default'.
476
477 2010-07-02 Chong Yidong <cyd@stupidchicken.com>
478
479 * emulation/viper-cmd.el (viper-delete-backward-char)
480 (viper-del-backward-char-in-insert)
481 (viper-del-backward-char-in-replace, viper-change)
482 (viper-backward-indent): Replace delete-backward-char with
483 delete-char (Bug#6552).
484
485 2010-07-01 Chong Yidong <cyd@stupidchicken.com>
486
487 * ruler-mode.el (ruler--save-header-line-format): Fix typos.
488
489 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
490
491 * frame.el (make-frame): Add default-frame-alist to the PARAMETERS
492 argument passed to frame-creation-function (Bug#5378).
493
494 * faces.el (x-handle-named-frame-geometry)
495 (x-handle-reverse-video, x-create-frame-with-faces)
496 (face-set-after-frame-default, tty-create-frame-with-faces): Don't
497 separately consult default-frame-alist. It is now passed as the
498 PARAMETER argument.
499
500 2010-06-30 Andreas Schwab <schwab@linux-m68k.org>
501
502 * startup.el (command-line): Don't call tool-bar-setup in a
503 tty-only build.
504
505 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
506
507 * ruler-mode.el (ruler--save-header-line-format): New fun.
508 (ruler-mode): Use it as a setter function, so as not to overwrite
509 ruler-mode-header-line-format-old if Ruler mode is on (Bug#5370).
510
511 2010-06-29 Chong Yidong <cyd@stupidchicken.com>
512
513 * vc/vc.el (vc-deduce-backend): New fun. Handle diff buffers.
514 (vc-root-diff, vc-print-root-log, vc-log-incoming)
515 (vc-log-outgoing): Use it.
516 (vc-diff-internal): Set diff-vc-backend.
517
518 * vc/diff-mode.el (diff-vc-backend): New var.
519
520 2010-06-28 Jan Djärv <jan.h.d@swipnet.se>
521
522 * dynamic-setting.el (font-setting-change-default-font): Remove
523 call to message.
524
525 2010-06-28 Kenichi Handa <handa@m17n.org>
526
527 * international/quail.el (quail-insert-kbd-layout): Fix the
528 showing of untranslated characters.
529
530 2010-06-28 Chong Yidong <cyd@stupidchicken.com>
531
532 * simple.el (delete-active-region): New option.
533 (delete-backward-char): Implement in Lisp.
534 (delete-forward-char): New command.
535
536 * mouse.el (mouse-region-delete-keys): Deleted.
537 (mouse-show-mark): Simplify.
538
539 * bindings.el (global-map): Bind delete and DEL, the former to
540 delete-forward-char.
541
542 2010-06-27 Lennart Borgman <lennart.borgman@gmail.com>
543
544 * progmodes/ruby-mode.el (ruby-mode-map): Don't bind TAB.
545 (ruby-mode): Bind indent-line-function (Bug#5119).
546
547 2010-06-27 Chong Yidong <cyd@stupidchicken.com>
548
549 * startup.el (command-line): Recognize "0" X resource value.
550
551 2010-06-27 Chong Yidong <cyd@stupidchicken.com>
552
553 * startup.el (command-line): Use X resources to set the value of
554 menu-bar-mode and tool-bar-mode, before calling frame-initialize.
555
556 * menu-bar.el (menu-bar-mode):
557 * tool-bar.el (tool-bar-mode): Don't change default-frame-alist.
558 Set init-value to t.
559
560 * frame.el (frame-notice-user-settings): Don't change
561 default-frame-alist based on menu-bar-mode and tool-bar-mode, or
562 vice versa (Bug#2249).
563
564 2010-06-26 Eli Zaretskii <eliz@gnu.org>
565
566 * w32-fns.el (w32-convert-standard-filename): Doc fix.
567
568 2010-06-25 Agustín Martín <agustin.martin@hispalinux.es>
569
570 * textmodes/flyspell.el (flyspell-check-previous-highlighted-word):
571 Make sure `flyspell-word' re-checks word after function run (Bug#6504).
572
573 * textmodes/ispell.el (ispell-init-process): Make sure ispell and
574 default directories are expanded (Bug#6143).
575
576 2010-06-24 Juri Linkov <juri@jurta.org>
577
578 * minibuffer.el (completions-format): Change default from nil to
579 `horizontal'. Remove `nil' value from :type. Doc fix. (Bug#6459)
580
581 2010-06-24 Juri Linkov <juri@jurta.org>
582
583 * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
584 buffer-locally to lambda that re-runs the vc diff command.
585 (Bug#6447)
586
587 2010-06-24 Chong Yidong <cyd@stupidchicken.com>
588
589 * kmacro.el (kmacro-call-macro): Don't issue hint message if the
590 echo area is in use (Bug#3412).
591
592 2010-06-22 Glenn Morris <rgm@gnu.org>
593
594 * textmodes/texinfmt.el (texinfo-format-region)
595 (texinfo-raise-lower-sections, texinfo-format-separate-node)
596 (texinfo-itemize-item, texinfo-multitable-item, texinfo-alias)
597 (texinfo-format-option, texinfo-noindent):
598 Use line-beginning-position and line-end-position.
599
600 * calc/calc-aent.el, calc/calc-ext.el, calc/calc-lang.el:
601 * calc/calc-store.el, calc/calc-units.el, calc/calc.el:
602 * calc/calccomp.el: Add explicit utf-8 coding cookies to files with
603 utf-8 characters.
604
605 2010-06-21 Karl Fogel <kfogel@red-bean.com>
606
607 * play/zone.el (zone-fall-through-ws): Fix next-line ->
608 forward-line fallout.
609
610 2010-07-06 Chong Yidong <cyd@stupidchicken.com>
611
612 * mouse.el (mouse-appearance-menu): Add docstring.
613
614 * help.el (describe-key): Print up-event using key-description.
615
616 2010-07-03 Michael Albinus <michael.albinus@gmx.de>
617
618 * net/zeroconf.el (zeroconf-resolve-service)
619 (zeroconf-service-resolver-handler): Use
620 `dbus-byte-array-to-string'.
621 (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
622
623 2010-07-03 Jan Moringen <jan.moringen@uni-bielefeld.de>
624
625 * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
626
627 2010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
628
629 Avoid displaying files with a nil state in vc-dir.
630 * vc/vc-dir.el (vc-dir-update): Obey the noinsert argument in all
631 cases that cause insertion.
632 (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
633 with a nil state.
634
635 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
636
637 * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
638
639 2010-06-29 Leo <sdl.web@gmail.com>
640
641 * emacs-lisp/rx.el (rx): Doc fix. (Bug#6537)
642
643 2010-06-27 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
644
645 * generic-x.el (bat-generic-mode): Fix regexp for command line
646 switches (Bug#5719).
647
648 2010-06-27 Masatake YAMATO <yamato@redhat.com>
649
650 * htmlfontify.el (hfy-face-attr-for-class): Use append instead
651 of nconc to avoid pure storage error (Bug#6239).
652
653 2010-06-27 Christoph <cschol2112@googlemail.com> (tiny change)
654
655 * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
656 (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
657 bindings of bookmark-automatically-show-annotations (Bug#6515).
658
659 2010-06-25 Eli Zaretskii <eliz@gnu.org>
660
661 * arc-mode.el (archive-zip-extract): Don't quote the file name on
662 MS-Windows and MS-DOS. (Bug#6467, Bug#6144)
663
664 2010-06-24 Štěpán Němec <stepnem@gmail.com> (tiny change)
665
666 * comint.el (make-comint, make-comint-in-buffer): Mention return
667 value in the docstrings. (Bug#6498)
668
669 2010-06-24 Yoni Rabkin <yoni@rabkins.net>
670
671 * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
672 since it is not present when using some non-default switches.
673
674 2010-06-23 Karl Fogel <kfogel@red-bean.com>
675
676 * simple.el (compose-mail): Fix doc string to refer to
677 `compose-mail-user-agent-warnings', instead of to the
678 nonexistent `compose-mail-check-user-agent'.
679
680 2010-06-21 Alan Mackenzie <bug-cc-mode@gnu.org>
681
682 Fix an indentation bug:
683
684 * progmodes/cc-mode.el (c-common-init): Initialise c-new-BEG/END.
685 (c-neutralize-syntax-in-and-mark-CPP): c-new-BEG/END: Take account
686 of existing values.
687
688 * progmodes/cc-engine.el (c-clear-<-pair-props-if-match-after)
689 (c-clear->-pair-props-if-match-before): now return t when they've
690 cleared properties, nil otherwise.
691 (c-before-change-check-<>-operators): Set c-new-beg/end correctly
692 by taking account of the existing value.
693
694 * progmodes/cc-defs.el
695 (c-clear-char-property-with-value-function): Fix this to clear the
696 property rather than overwriting it with nil.
697
698 2010-06-20 Chong Yidong <cyd@stupidchicken.com>
699
700 * emacs-lisp/package.el (package-print-package): Add link to
701 package description via describe-package.
702 (describe-package-1): List package requirements. Add button to
703 perform installation.
704 (package-menu-describe-package): New command.
705
706 * help-mode.el (help-package): New button type.
707
708 2010-06-19 Chong Yidong <cyd@stupidchicken.com>
709
710 * emacs-lisp/package.el: Move package-list-packages binding to
711 menu-bar.el.
712 (describe-package, describe-package-1, package--dir): New funs.
713 (package-activate-1): Use package--dir.
714
715 * emacs-lisp/package-x.el (gnus-article-buffer): Require package.
716
717 * help-mode.el (help-package-def): New button type.
718
719 * menu-bar.el: Move package-list-packages binding here from
720 package.el.
721
722 2010-06-19 Gustav Hållberg <gustav@gmail.com> (tiny change)
723
724 * descr-text.el (describe-char): Avoid trailing whitespace. (Bug#6423)
725
726 2010-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
727
728 * emacs-lisp/edebug.el (edebug-read-list):
729 Phase out old-style backquotes.
730
731 2010-06-17 Juri Linkov <juri@jurta.org>
732
733 * help-mode.el (help-mode): Set buffer-local variable
734 revert-buffer-function to help-mode-revert-buffer.
735 (help-mode-revert-buffer): New function.
736
737 * info.el (Info-revert-find-node): Check for major-mode Info-mode
738 before popping to "*info*" (like in other Info functions).
739 Keep buffer-name in old-buffer-name. Keep Info-history-forward in
740 old-history-forward. Pop to old-buffer-name or "*info*" to
741 recreate the killed buffer. Set Info-history-forward from
742 old-history-forward.
743 (Info-breadcrumbs-depth): Add :group and :version.
744
745 2010-06-17 Dan Nicolaescu <dann@ics.uci.edu>
746
747 * emacs-lisp/package.el (package-menu-mode-map): Add a menu.
748
749 2010-06-17 Agustín Martín <agustin.martin@hispalinux.es>
750
751 * textmodes/ispell.el (ispell-aspell-find-dictionary): Fix regexp
752 for languages like Portuguese with pt_{BR,PT} and no plain pt.
753
754 2010-06-17 Juanma Barranquero <lekktu@gmail.com>
755
756 * emacs-lisp/package.el (package-menu-mode-map):
757 Move initialization into declaration.
758
759 * menu-bar.el (menu-bar-options-menu): Fix typo in menu entry.
760
761 2010-06-17 Chong Yidong <cyd@stupidchicken.com>
762
763 * emacs-lisp/package.el (package-archive-base): Point to
764 elpa.gnu.org.
765 (package-enable, package-load-list): New defcustoms.
766 (package-user-dir, package-directory-list): Turn into defcustoms.
767 Don't include package-user-dir in package-directory-list.
768 (package--builtins-base): Don't include Emacs as a "package".
769 (package-subdirectory-regexp): New var.
770 (package-load-all-descriptors, package-compute-transaction)
771 (package-download-transaction): Obey package-load-list.
772 (package-activate-1): Rename from package-do-activate.
773 (package-list-packages-internal): Check package-load-list.
774 (package-load-descriptor, package-generate-autoloads)
775 (package-unpack, package-unpack-single)
776 (package--read-archive-file, package-delete): Use
777 expand-file-name.
778
779 * emacs-lisp/package-x.el: New file. Package uploading
780 functionality split out from package.el.
781
782 * startup.el (command-line): Load packages after reading init
783 file.
784
785 2010-06-17 Tom Tromey <tromey@redhat.com>
786
787 * emacs-lisp/package.el: New file.
788
789 2010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
790
791 Fix vc-annotate for renamed files when using Git.
792 * vc-git.el (vc-git-find-revision): Deal with empty results from
793 ls-files. Doe not pass the object as a file name to cat-file, it
794 is not a file name.
795 (vc-git-annotate-command): Pass the file name using -- to avoid
796 ambiguity with the revision.
797 (vc-git-previous-revision): Pass a relative file name.
798
799 2010-06-22 Glenn Morris <rgm@gnu.org>
800
801 * progmodes/js.el (js-mode-map): Use standard capitalization and
802 ellipses for menu entries.
803
804 * wid-edit.el (widget-complete): Doc fix.
805
806 2010-06-22 Jürgen Hötzel <juergen@hoetzel.info> (tiny change)
807
808 * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
809
810 2010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
811
812 Fix annotating other revisions for renamed files in vc-annotate.
813 * vc-annotate.el (vc-annotate): Add an optional argument for the
814 VC backend. Use it when non-nil.
815 (vc-annotate-warp-revision): Pass the VC backend to vc-annotate.
816 (Bug#6487)
817
818 Fix vc-annotate-show-changeset-diff-revision-at-line for git.
819 * vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
820 Do not pass the file name to the 'previous-revision call when we
821 don't want a file diff. (Bug#6489)
822
823 2010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
824
825 Fix finding revisions for renamed files in vc-annotate.
826 * vc.el (vc-find-revision): Add an optional argument for
827 the VC backend. Use it when non-nil.
828 * vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
829 backend to vc-find-revision. (Bug#6487)
830
831 2010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
832
833 Fix reading file names in Git annotate buffers.
834 * vc-git.el (vc-git-annotate-extract-revision-at-line): Remove
835 trailing whitespace. Suggested by Eric Hanchrow. (Bug#6481)
836
837 2010-06-20 Alan Mackenzie <acm@muc.de>
838
839 * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
840 in file local variables, set it first.
841
842 2010-06-19 Glenn Morris <rgm@gnu.org>
843
844 * descr-text.el (describe-char-unicode-data): Insert separating
845 space when needed. (Bug#6422)
846
847 * progmodes/idlwave.el (idlwave-action-and-binding):
848 Fix typo in 2009-12-03 change. (Bug#6450)
849
850 2010-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
851
852 * emacs-lisp/macroexp.el (macroexpand-all-1): Put back special
853 handling for `lambda' (misunderstanding).
854
855 2010-06-16 Jay Belanger <jay.p.belanger@gmail.com>
856
857 * calc/calc-poly.el (math-accum-factors): Make sure that
858 constants aren't distributed after they are factored out.
859
860 2010-06-16 Juri Linkov <juri@jurta.org>
861
862 * facemenu.el (list-colors-display): Call `pop-to-buffer' before
863 `list-colors-print'. (Bug#6332)
864
865 * subr.el (read-quoted-char): Fix up last change (bug#6290).
866
867 2010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
868
869 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't handle `lambda'
870 specially, since it's a macro. Fix up wrong hint passed to maybe-cons.
871
872 * font-lock.el (font-lock-major-mode): Rename from
873 font-lock-mode-major-mode to distinguish it from
874 global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
875 (font-lock-set-defaults):
876 * font-core.el (font-lock-default-function): Adjust users.
877 (font-lock-mode): Don't set it at all.
878
879 2010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
880
881 * vc-annotate.el (vc-annotate): Use vc-read-revision.
882
883 2010-06-16 Glenn Morris <rgm@gnu.org>
884
885 * calendar/appt.el (appt-time-msg-list): Doc fix.
886 (appt-check): Let-bind appt-warn-time.
887 (appt-add): Make the 3rd argument optional.
888 Simplify argument names. Doc fix. Check for integer WARNTIME.
889 Only add WARNTIME to the output list if non-nil.
890
891 2010-06-16 Ivan Kanis <apple@kanis.eu>
892
893 * calendar/appt.el (appt-check): Let the 3rd element of
894 appt-time-msg-list specify the warning time.
895 (appt-add): Add new argument with the warning time. (Bug#5176)
896
897 2010-06-16 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
898
899 * vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
900 older than version 1.6. (Bug#6361)
901
902 2010-06-16 Helmut Eller <eller.helmut@gmail.com>
903
904 * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
905 used by cl-do-arglist. (Bug#6408)
906
907 2010-06-16 Agustín Martín <agustin.martin@hispalinux.es>
908
909 * textmodes/ispell.el (ispell-dictionary-base-alist): Fix
910 portuguese casechars/not-casechars for missing 'çÇ'.
911 Suggested by Rolando Pereira (bug#6434).
912
913 2010-06-15 Juanma Barranquero <lekktu@gmail.com>
914
915 * facemenu.el (list-colors-sort): Doc fix.
916
917 2010-06-15 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
918
919 * progmodes/sql.el (sql-connect-mysql): Fix typo.
920
921 2010-06-14 Juri Linkov <juri@jurta.org>
922
923 Add sort option `list-colors-sort'. (Bug#6332)
924 * facemenu.el (color-rgb-to-hsv): New function.
925 (list-colors-sort): New defcustom.
926 (list-colors-sort-key): New function.
927 (list-colors-display): Doc fix. Sort list according to the option
928 `list-colors-sort'.
929 (list-colors-print): Add HSV values to `help-echo' property of
930 RGB strings.
931
932 2010-06-14 Juri Linkov <juri@jurta.org>
933
934 * compare-w.el: Move to the "vc" subdirectory.
935
936 2010-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
937
938 * image-mode.el (image-mode-map): Remap left-char and right-char.
939
940 * nxml/nxml-mode.el (nxml-indent-line): Standardize indent behavior.
941
942 2010-06-12 Chong Yidong <cyd@stupidchicken.com>
943
944 * term/common-win.el (x-colors): Add all the color names defined
945 in rgb.txt (Bug#6332).
946
947 * facemenu.el (list-colors-print): Don't print extra names if it
948 will overflow the window width.
949
950 * vc/log-edit.el (log-edit-font-lock-keywords): Revert 2010-06-02
951 change (Bug#6343).
952
953 2010-06-12 Eli Zaretskii <eliz@gnu.org>
954
955 * files.el (make-directory): Doc fix (bug#6396).
956
957 2010-06-12 Michael Albinus <michael.albinus@gmx.de>
958
959 * net/tramp.el (tramp-remote-process-environment): Protect version
960 string by apostroph.
961 (tramp-shell-prompt-pattern): Do not use a shy group in case of
962 XEmacs.
963 (tramp-file-name-for-operation): Add `call-process-region'.
964 (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
965
966 * net/tramp-compat.el (top): Do not autoload
967 `tramp-handle-file-remote-p'. Load tramp-util.el and tramp-vc.el
968 only when `start-file-process' is not bound.
969 (tramp-advice-file-expand-wildcards): Do not use
970 `tramp-handle-file-remote-p'.
971 (tramp-compat-make-temp-file): Handle the case, that
972 `make-temp-file' has no third argument EXTENSION.
973
974 2010-06-11 Juanma Barranquero <lekktu@gmail.com>
975
976 * makefile.w32-in (WINS_BASIC): Include new directory vc.
977
978 * loadup.el ("vc-hooks", "ediff-hook"): Load from lisp/vc/.
979
980 2010-06-11 Juri Linkov <juri@jurta.org>
981
982 * finder.el (finder-known-keywords): Add keyword "vc"
983 for version control.
984
985 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff.el,
986 * emerge.el, log-edit.el, log-view.el, pcvs.el, smerge-mode.el,
987 * vc-annotate.el, vc-bzr.el, vc-dir.el, vc-dispatcher.el, vc-git.el,
988 * vc-hg.el, vc-mtn.el, vc.el: Add keyword "vc".
989
990 2010-06-11 Juri Linkov <juri@jurta.org>
991
992 Move version control related files to the "vc" subdirectory.
993 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff-diff.el,
994 * ediff.el, ediff-help.el, ediff-hook.el, ediff-init.el,
995 * ediff-merg.el, ediff-mult.el, ediff-ptch.el, ediff-util.el,
996 * ediff-vers.el, ediff-wind.el, emerge.el, log-edit.el, log-view.el,
997 * pcvs-defs.el, pcvs.el, pcvs-info.el, pcvs-parse.el, pcvs-util.el,
998 * smerge-mode.el, vc-annotate.el, vc-arch.el, vc-bzr.el, vc-cvs.el,
999 * vc-dav.el, vc-dir.el, vc-dispatcher.el, vc.el, vc-git.el,
1000 * vc-hg.el, vc-hooks.el, vc-mtn.el, vc-rcs.el, vc-sccs.el, vc-svn.el:
1001 Move files to the "vc" subdirectory.
1002
1003 2010-06-11 Chong Yidong <cyd@stupidchicken.com>
1004
1005 * comint.el (comint-password-prompt-regexp): Fix 2010-04-10 change
1006 (Bug#6367).
1007
1008 2010-06-11 Stephen Eglen <stephen@gnu.org>
1009
1010 * shell.el: Bind `shell-resync-dirs' to M-RET.
1011
1012 2010-06-10 Michael Albinus <michael.albinus@gmx.de>
1013
1014 * notifications.el: Move file from lisp/net, because it is
1015 supposed to talk locally to the user.
1016
1017 2010-06-10 Julien Danjou <julien@danjou.info>
1018
1019 * net/notifications.el (notifications-on-action-signal)
1020 (notifications-on-closed-signal): Pass notification id as first
1021 argument to the callback functions. Add docstrings.
1022 (notifications-notify): Fix docstring.
1023
1024 2010-06-10 Glenn Morris <rgm@gnu.org>
1025
1026 * emacs-lisp/authors.el (authors-ignored-files)
1027 (authors-valid-file-names): Add some files.
1028
1029 2010-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
1030
1031 * net/rcirc.el (rcirc-server-alist, rcirc, rcirc-connect): Resolve
1032 merge conflict, giving preference to the emacs-23 version of the code.
1033
1034 2010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
1035
1036 * emacs-lisp/advice.el (ad-compile-function):
1037 Define warning-suppress-types before we let-bind it (bug#6275).
1038
1039 * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
1040 declare it, make it buffer-local and permanent-local (bug#6324).
1041 (vc-resynch-window): Adjust name.
1042 * vc-hooks.el (vc-find-file-hook): Adjust name.
1043
1044 2010-06-09 Michael Albinus <michael.albinus@gmx.de>
1045
1046 * net/notifications.el (notifications-notify): Fix docstring.
1047
1048 2010-06-09 Juanma Barranquero <lekktu@gmail.com>
1049
1050 Update to Unicode 6.0.0 beta.
1051 * international/charprop.el: Update copyright.
1052 * international/mule-cmds.el (ucs-names): Update character ranges.
1053 * international/uni-bidi.el:
1054 * international/uni-category.el:
1055 * international/uni-combining.el:
1056 * international/uni-comment.el:
1057 * international/uni-decimal.el:
1058 * international/uni-decomposition.el:
1059 * international/uni-digit.el:
1060 * international/uni-lowercase.el:
1061 * international/uni-mirrored.el:
1062 * international/uni-name.el:
1063 * international/uni-numeric.el:
1064 * international/uni-old-name.el:
1065 * international/uni-titlecase.el:
1066 * international/uni-uppercase.el: Regenerate.
1067
1068 2010-06-09 Juanma Barranquero <lekktu@gmail.com>
1069
1070 * emacs-lisp/smie.el (comment-string-strip): Declare function.
1071 (smie-precs-precedence-table): Fix typo in docstring.
1072
1073 * vc-mtn.el (log-edit-extract-headers): Declare function.
1074
1075 * vc-hg.el (log-edit-extract-headers): Remove duplicate declaration.
1076
1077 * net/notifications.el (dbus-register-signal): Declare function.
1078 (notifications-notify): Fix typos and reflow docstring.
1079
1080 2010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
1081
1082 Improve VC create/retrieve tag/branch.
1083 * vc.el (vc-create-tag): Do not read the directory name for VCs
1084 with repository revision granularity. Adjust the tag/branch
1085 prompt. Reset VC properties.
1086 (vc-retrieve-tag): Do not read the directory name for VCs
1087 with repository revision granularity. Reset VC properties.
1088
1089 2010-06-09 Julien Danjou <julien@danjou.info>
1090
1091 * net/notifications.el: New file.
1092
1093 2010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
1094
1095 Add optional support for resetting VC properties.
1096 * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
1097 call vc-file-clearprops when true.
1098 (vc-resynch-buffer): Add new optional argument, pass it down.
1099 (vc-resynch-buffers-in-directory): Likewise.
1100
1101 Improve support for special markup in the VC commit message.
1102 * vc-mtn.el (vc-mtn-checkin): Add support for Author: and Date: markup.
1103 * vc-hg.el (vc-hg-checkin): Add support for Date:.
1104 * vc-git.el (vc-git-checkin):
1105 * vc-bzr.el (vc-bzr-checkin): Likewise.
1106
1107 2010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
1108
1109 * emacs-lisp/smie.el (smie-indent-keyword): Remove special case that
1110 can be handled with a ((:before "fn") (:prev "=>" parent)) rule.
1111
1112 2010-06-07 Martin Pohlack <mp26@os.inf.tu-dresden.de>
1113
1114 * iimage.el: Remove images as soon as the underlying text is modified.
1115 (iimage-modification-hook): New function.
1116 (iimage-mode-buffer): Use it.
1117
1118 2010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
1119
1120 * emacs-lisp/smie.el (smie-indent-offset-rule): Rename from
1121 smie-indent-offset-after. Add :prev case. Make a bit more generic.
1122 (smie-indent-virtual): Remove `virtual' arg. Update callers.
1123 (smie-indent-keyword): Add handling of open-paren keywords.
1124 (smie-indent-comment-continue): Don't assume comment-continue.
1125
1126 2010-06-07 Martin Rudalics <rudalics@gmx.at>
1127
1128 * window.el (pop-to-buffer): Remove the conditional that
1129 compares new-window and old-window, so it will reselect
1130 the selected window unconditionally.
1131 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00078.html
1132
1133 2010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
1134
1135 * emacs-lisp/smie.el (smie-indent-offset-after)
1136 (smie-indent-forward-token, smie-indent-backward-token): New functions.
1137 (smie-indent-after-keyword): Use them.
1138 (smie-indent-fixindent): Only applies to the indentation of the BOL.
1139 (smie-indent-keyword): Tweak the black magic.
1140 (smie-indent-comment-continue): Strip comment-continue before use.
1141 (smie-indent-functions): Indent comments before keywords.
1142
1143 2010-06-06 Juri Linkov <juri@jurta.org>
1144
1145 * isearch.el (isearch-lazy-highlight-search): Fix looping
1146 by checking for empty match. This syncs this loop with the
1147 similar loop in `isearch-search'. (Bug#6362)
1148
1149 2010-06-05 Juanma Barranquero <lekktu@gmail.com>
1150
1151 * net/dbus.el (dbus-register-method): Declare function.
1152 (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
1153 (dbus-introspect): Doc fix.
1154 (dbus-event-bus-name, dbus-introspect-get-interface)
1155 (dbus-introspect-get-argument): Reflow docstrings.
1156
1157 2010-06-05 Dan Nicolaescu <dann@ics.uci.edu>
1158
1159 vc-log-incoming/vc-log-outgoing fixes for Git.
1160 * vc-git.el (vc-git-log-view-mode): Fix font lock for
1161 incoming/outgoing logs.
1162 (vc-git-log-outgoing, vc-git-log-incoming): Use @{upstream}
1163 instead of vc-git-compute-remote.
1164 (vc-git-compute-remote): Remove.
1165
1166 2010-06-04 Chong Yidong <cyd@stupidchicken.com>
1167
1168 * term/common-win.el (x-colors): Add "dark green" and "dark
1169 turquoise" (Bug#6332).
1170
1171 2010-06-04 Juri Linkov <juri@jurta.org>
1172
1173 * simple.el (kill-new): Fix logic of kill-do-not-save-duplicates.
1174 Instead of setting `replace' to t and replacing the same string
1175 with itself, don't do certain actions when
1176 kill-do-not-save-duplicates is non-nil and string is equal to car
1177 of kill-ring: don't call menu-bar-update-yank-menu, don't push
1178 interprogram-paste strings to kill-ring, and don't push the input
1179 argument `string' to kill-ring.
1180 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00072.html
1181
1182 2010-06-04 Juanma Barranquero <lekktu@gmail.com>
1183
1184 * subr.el (directory-sep-char): Move from fileio.c and make a defconst.
1185
1186 2010-06-04 Michael Albinus <michael.albinus@gmx.de>
1187
1188 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name): Expand "~/".
1189 (tramp-gvfs-handler-mounted-unmounted)
1190 (tramp-gvfs-connection-mounted-p): Handle default-location.
1191
1192 * net/tramp-smb.el (tramp-smb-handle-delete-directory): Don't try to
1193 move files to trash.
1194
1195 2010-06-04 Juanma Barranquero <lekktu@gmail.com>
1196
1197 * international/mule-cmds.el (nonascii-insert-offset)
1198 (nonascii-translation-table): Add obsolescence information.
1199
1200 * international/mule.el (make-translation-table-from-vector): Doc fix.
1201
1202 2010-06-03 Eric Ludlam <zappo@gnu.org>
1203
1204 * cedet/semantic/lex-spp.el
1205 (semantic-lex-spp-table-write-slot-value): Instead of erroring on
1206 invalid values during save, just save a nil (Bug#6324).
1207
1208 2010-06-03 Glenn Morris <rgm@gnu.org>
1209
1210 * desktop.el (desktop-clear-preserve-buffers):
1211 Add "*Warnings*" buffer. (Bug#6336)
1212
1213 2010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
1214
1215 vc-log-incoming/vc-log-outgoing improvements for Git.
1216 * vc-git.el (vc-git-log-outgoing): Use the same format as the
1217 short log.
1218 (vc-git-log-incoming): Likewise. Run "git fetch" before the log command.
1219
1220 Add bindings for vc-log-incoming and vc-log-outgoing.
1221 * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
1222 and vc-log-outgoing.
1223 * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
1224 and vc-log-outgoing.
1225
1226 2010-06-03 Chong Yidong <cyd@stupidchicken.com>
1227
1228 * net/rcirc.el (rcirc-sort-nicknames): Remove.
1229 (rcirc-handler-366): Always sort nicknames.
1230
1231 2010-06-03 Juanma Barranquero <lekktu@gmail.com>
1232
1233 * emacs-lisp/smie.el (comment-continue): Declare for byte-compiler.
1234
1235 2010-06-03 Chong Yidong <cyd@stupidchicken.com>
1236
1237 * net/rcirc.el (rcirc-nickname<, rcirc-sort-nicknames-join): Doc fix.
1238
1239 2010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
1240
1241 * net/rcirc.el (rcirc-sort-nicknames): Change default.
1242 (rcirc-sort-nicknames-join): Avoid setq.
1243
1244 2010-06-03 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1245
1246 * net/rcirc.el (rcirc-sort-nicknames): New custom.
1247 (rcirc-nickname<, rcirc-sort-nicknames-join): New funs.
1248 (rcirc-handler-366): Use them.
1249
1250 2010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
1251
1252 Split smie-indent-calculate into more manageable chunks.
1253 * emacs-lisp/smie.el (smie-indent-virtual, smie-indent-fixindent)
1254 (smie-indent-comment, smie-indent-after-keyword, smie-indent-keyword)
1255 (smie-indent-close, smie-indent-comment-continue, smie-indent-bob)
1256 (smie-indent-exps): Extract from smie-indent-calculate.
1257 (smie-indent-functions): New var.
1258 (smie-indent-functions): Use them.
1259
1260 2010-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
1261
1262 * emacs-lisp/smie.el (smie-indent-hanging-p): Use smie-bolp.
1263 (smie-indent-calculate): Simplify and cleanup.
1264
1265 2010-06-02 Michael Albinus <michael.albinus@gmx.de>
1266
1267 * net/tramp-gvfs.el (top): Require url-util.
1268 (tramp-gvfs-mount-point): Remove.
1269 (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command):
1270 New defuns.
1271 (with-tramp-dbus-call-method): Format trace message.
1272 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
1273 Implement backup call, when operation on local files fails.
1274 Use progress reporter. Flush properties of changed files.
1275 (tramp-gvfs-handle-make-directory): Make more traces.
1276 (tramp-gvfs-url-file-name): Hexify file name in url.
1277 (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
1278 into account for the resulting file name.
1279 (tramp-gvfs-handler-askquestion): Return dummy mountpoint, when
1280 the answer is "no". See `tramp-gvfs-maybe-open-connection'.
1281 (tramp-gvfs-handler-mounted-unmounted)
1282 (tramp-gvfs-connection-mounted-p): Test also for new mountspec
1283 attribute "default_location". Set "prefix" property.
1284 (tramp-gvfs-mount-spec): Return both prefix and mountspec.
1285 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
1286 exists. Raise an error, if not (due to a corresponding answer
1287 "no" in interactive questions, for example).
1288
1289 2010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
1290
1291 * log-edit.el (log-edit-font-lock-keywords): Make group 4 match lax.
1292
1293 2010-06-01 Juanma Barranquero <lekktu@gmail.com>
1294
1295 * emacs-lisp/eldoc.el: Add completions for new commands left-* and
1296 right-*. (Bug#6265)
1297
1298 2010-06-01 Dan Nicolaescu <dann@ics.uci.edu>
1299
1300 Add support for vc-log-incoming, improve vc-log-outgoing for Git.
1301 * vc-git.el (vc-git-compute-remote): New function.
1302 (vc-git-log-outgoing): Use it instead of hard coding a value.
1303 (vc-git-log-incoming): New function.
1304
1305 Improve state updating for VC tag commands.
1306 * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
1307 to update the state of all buffers in the directory.
1308
1309 * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
1310
1311 2010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
1312
1313 * vc-bzr.el (vc-bzr-revision-completion-table): Apply
1314 `file-directory-p' to the filename part rather than to the whole text.
1315
1316 2010-05-31 Jonathan Marchand <jonathlela@gmail.com> (tiny change)
1317
1318 * cedet/ede/cpp-root.el (ede-set-project-variables): Fix feature name
1319 (bug#6231).
1320
1321 2010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
1322
1323 * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
1324
1325 2010-05-31 Drew Adams <drew.adams@oracle.com>
1326
1327 * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
1328
1329 2010-05-31 Juanma Barranquero <lekktu@gmail.com>
1330
1331 * subr.el (momentary-string-display): Just use read-event to read
1332 the exit event (Bug#6238).
1333
1334 2010-05-30 Eli Zaretskii <eliz@gnu.org>
1335
1336 * international/mule.el (define-coding-system): Doc fix (bug#6313).
1337
1338 2010-05-30 Juanma Barranquero <lekktu@gmail.com>
1339
1340 * emulation/cua-base.el: Recognize also `right-word' and `left-word'.
1341 Suggested by Eli Zaretskii <eliz@gnu.org>.
1342
1343 2010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
1344
1345 * minibuffer.el (completion-file-name-table): Don't return a boundary
1346 past the end of `string' (bug#6299).
1347 (completion--file-name-table): Delegate to completion-file-name-table
1348 for the `boundaries' case.
1349
1350 2010-05-30 Juanma Barranquero <lekktu@gmail.com>
1351
1352 * emulation/cua-base.el: Recognize `right-char' and `left-char' as
1353 movement commands.
1354
1355 * progmodes/ada-xref.el (ada-prj-ada-project-path-sep): Set from
1356 `path-separator', but maintain compatibility with Emacs 20.2.
1357
1358 2010-05-29 Chong Yidong <cyd@stupidchicken.com>
1359
1360 * server.el (server-process-filter): Receive parent-id argument
1361 from emacsclient.
1362 (server-create-window-system-frame): New arg. Pass parent-id as
1363 frame parameter.
1364
1365 2010-05-29 Eli Zaretskii <eliz@gnu.org>
1366
1367 Bidi-sensitive word movement with arrow keys.
1368 * subr.el (right-arrow-command, left-arrow-command): Move to
1369 bindings.el.
1370
1371 * bindings.el (right-char, left-char): Move from subr.el and
1372 rename from right-arrow-command and left-arrow-command.
1373 (right-word, left-word): New functions.
1374 (global-map) <right>: Bind to right-char.
1375 (global-map) <left>: Bind to left-char.
1376 (global-map) <C-right>: Bind to right-word.
1377 (global-map) <C-left>: Bind to left-word.
1378
1379 * ls-lisp.el (ls-lisp-classify-file): New function.
1380 (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
1381 (ls-lisp-classify): Call ls-lisp-classify-file.
1382 (insert-directory): Remove blanks from switches.
1383
1384 2010-05-29 Chong Yidong <cyd@stupidchicken.com>
1385
1386 * ansi-color.el: Delete unused escape sequences (Bug#6085).
1387 (ansi-color-drop-regexp): New constant.
1388 (ansi-color-apply, ansi-color-filter-region)
1389 (ansi-color-apply-on-region): Delete unrecognized control sequences.
1390 (ansi-color-apply): Build string list before calling concat.
1391
1392 2010-05-28 Juri Linkov <juri@jurta.org>
1393
1394 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
1395 Replace LOCALP arg of `dired-get-filename' 'no-dir with nil.
1396 (Bug#5270)
1397
1398 2010-05-28 Michael Albinus <michael.albinus@gmx.de>
1399
1400 * net/tramp.el (tramp-debug-message): Add `tramp-compat-funcall'
1401 to ignored backtrace functions.
1402 (with-progress-reporter): Expand docstring.
1403 (tramp-handle-delete-file): Implement TRASH argument.
1404 (tramp-get-remote-trash): New defun.
1405
1406 2010-05-28 Michael Albinus <michael.albinus@gmx.de>
1407
1408 * net/tramp-compat.el (tramp-compat-delete-file): Use
1409 `symbol-value' for backward compatibility.
1410
1411 * net/tramp.el (tramp-handle-make-symbolic-link)
1412 (tramp-handle-load)
1413 (tramp-do-copy-or-rename-file-via-buffer)
1414 (tramp-do-copy-or-rename-file-directly)
1415 (tramp-do-copy-or-rename-file-out-of-band)
1416 (tramp-handle-process-file, tramp-handle-call-process-region)
1417 (tramp-handle-shell-command, tramp-handle-file-local-copy)
1418 (tramp-handle-insert-file-contents, tramp-handle-write-region)
1419 (tramp-delete-temp-file-function): Use `delete-file' instead
1420 of `tramp-compat-delete-file'.
1421
1422 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
1423 (tramp-fish-handle-make-symbolic-link)
1424 (tramp-fish-handle-process-file): Use `delete-file' instead
1425 of `tramp-compat-delete-file'.
1426
1427 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use
1428 `delete-file' instead of `tramp-compat-delete-file'.
1429
1430 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
1431 (tramp-gvfs-handle-write-region): Use `delete-file' instead of
1432 `tramp-compat-delete-file'.
1433
1434 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file): Use
1435 `delete-file' instead of `tramp-compat-delete-file'.
1436
1437 * net/tramp-smb.el (tramp-smb-handle-copy-file)
1438 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
1439 (tramp-smb-handle-write-region): Use `delete-file' instead of
1440 `tramp-compat-delete-file'.
1441 (tramp-smb-handle-delete-directory): Use 'trash as arg.
1442
1443 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
1444
1445 * dired.el (dired-delete-file): New arg TRASH.
1446 (dired-internal-do-deletions): New arg TRASH. Use progress reporter.
1447 (dired-do-flagged-delete, dired-do-delete): Use trash.
1448
1449 * speedbar.el (speedbar-item-delete): Allow trashing.
1450
1451 * files.el (delete-directory): New arg TRASH.
1452
1453 * net/ange-ftp.el (ange-ftp-del-tmp-name, ange-ftp-delete-file)
1454 (ange-ftp-rename-remote-to-remote)
1455 (ange-ftp-rename-local-to-remote)
1456 (ange-ftp-rename-remote-to-local, ange-ftp-load)
1457 (ange-ftp-compress, ange-ftp-uncompress): Remove optional arg from
1458 `delete-file'.
1459 (ange-ftp-delete-directory): Add optional arg to `delete-file', to
1460 allow trashing.
1461
1462 * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
1463 handle new TRASH arg of `delete-file'.
1464
1465 * net/tramp.el (tramp-handle-delete-file): Change FORCE arg to TRASH.
1466 (tramp-handle-make-symbolic-link, tramp-handle-load)
1467 (tramp-do-copy-or-rename-file-via-buffer)
1468 (tramp-do-copy-or-rename-file-directly)
1469 (tramp-do-copy-or-rename-file-out-of-band)
1470 (tramp-handle-process-file, tramp-handle-call-process-region)
1471 (tramp-handle-shell-command, tramp-handle-file-local-copy)
1472 (tramp-handle-insert-file-contents, tramp-handle-write-region)
1473 (tramp-delete-temp-file-function): Use null TRASH arg in
1474 tramp-compat-delete-file call.
1475
1476 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
1477 (tramp-fish-handle-delete-file)
1478 (tramp-fish-handle-make-symbolic-link)
1479 (tramp-fish-handle-process-file): Use null TRASH arg in
1480 `tramp-compat-delete-file' call.
1481
1482 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use null TRASH
1483 arg in `tramp-compat-delete-file' call.
1484
1485 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
1486 (tramp-gvfs-handle-write-region): Use null TRASH arg in
1487 `tramp-compat-delete-file' call.
1488
1489 * net/tramp-imap.el (tramp-imap-handle-delete-file): Rename arg.
1490 (tramp-imap-do-copy-or-rename-file): Use null TRASH arg in
1491 `tramp-compat-delete-file' call.
1492
1493 * net/tramp-smb.el (tramp-smb-handle-copy-file)
1494 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
1495 (tramp-smb-handle-write-region): Use null TRASH arg in
1496 tramp-compat-delete-file call.
1497 (tramp-smb-handle-delete-directory): Use tramp-compat-delete-file.
1498 (tramp-smb-handle-delete-file): Rename arg.
1499
1500 * diff.el (diff-sentinel):
1501 * epg.el (epg--make-temp-file, epg-decrypt-string)
1502 (epg-verify-string, epg-sign-string, epg-encrypt-string):
1503 * jka-compr.el (jka-compr-partial-uncompress)
1504 (jka-compr-call-process, jka-compr-write-region):
1505 * server.el (server-sentinel): Remove optional arg from
1506 delete-file, reverting 2010-05-03 change.
1507
1508 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
1509
1510 * progmodes/verilog-mode.el (verilog-type-font-keywords): Use
1511 font-lock-constant-face, not obsolete font-lock-reference-face.
1512
1513 2010-05-27 Kenichi Handa <handa@m17n.org>
1514
1515 * language/hebrew.el (hebrew-shape-gstring): Check if a glyph
1516 element of GSTRING is nil.
1517
1518 2010-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
1519
1520 * emacs-lisp/smie.el (smie-forward-token-function)
1521 (smie-backward-token-function): New vars.
1522 (smie-backward-sexp, smie-forward-sexp)
1523 (smie-indent-hanging-p, smie-indent-calculate): Use them.
1524 (smie-default-backward-token): Rename from smie-backward-token and
1525 skip comments.
1526 (smie-default-forward-token): Rename from smie-forward-token and
1527 skip comments.
1528 (smie-next-sexp): Handle nil results from next-token.
1529 (smie-indent-calculate): Add a new case for special `fixindent' comments.
1530
1531 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
1532
1533 * progmodes/verilog-mode.el (verilog-type-font-keywords):
1534 Use font-lock-constant-face, not obsolete font-lock-reference-face.
1535
1536 2010-05-27 Masatake YAMATO <yamato@redhat.com>
1537
1538 * htmlfontify.el (hfy-face-resolve-face): New function.
1539 (hfy-face-to-style): Use it (Bug#6279).
1540
1541 2010-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
1542
1543 * progmodes/ada-xref.el (ada-gnat-parse-gpr):
1544 * emulation/edt.el (edt-load-keys): Avoid (expand-file-name ".").
1545
1546 2010-05-26 Glenn Morris <rgm@gnu.org>
1547
1548 * emulation/edt.el (edt-load-keys): Use locate-library.
1549
1550 2010-05-25 Chong Yidong <cyd@stupidchicken.com>
1551
1552 * log-edit.el (log-edit-strip-single-file-name): Default to nil.
1553 (log-edit-changelog-entries): Doc fix.
1554 (log-edit-changelog-insert-entries): Args changed.
1555 Rename relative filenames in ChangeLog entries. Delete tabs.
1556 (log-edit-insert-changelog-entries): Reorganize return value of
1557 `log-edit-changelog-entries' to pass filenames to
1558 log-edit-changelog-insert-entries.
1559
1560 2010-05-25 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1561
1562 * dired.el (dired-mode-map): Rebind "\C-t\C-t" from
1563 `image-dired-dired-insert-marked-thumbs' to
1564 `image-dired-dired-toggle-marked-thumbs'.
1565
1566 * image-dired.el: Require cl when compiling.
1567 (image-dired-dired-toggle-marked-thumbs): Rename from
1568 `image-dired-dired-insert-marked-thumbs'. Add ARG. Doc fix.
1569 Use interactive spec "P". Set LOCALP arg of `dired-get-filename'
1570 to 'no-dir. Skip files whose names don't match
1571 `image-file-name-regexp'. When file has a thumbnail overlay,
1572 delete it. (Bug#5270)
1573
1574 2010-05-25 Juri Linkov <juri@jurta.org>
1575
1576 * image-mode.el (image-mode): Add image-after-revert-hook to
1577 after-revert-hook.
1578 (image-after-revert-hook): New function. (Bug#5669)
1579
1580 2010-05-25 Juri Linkov <juri@jurta.org>
1581
1582 * image.el (image-animated-p): When delay between animated images
1583 is 0, set it to 10 (0.1 sec). (Bug#6258)
1584
1585 2010-05-25 Christian Lynbech <christian.lynbech@tieto.com> (tiny change)
1586
1587 * net/tramp.el (tramp-handle-insert-directory): Don't use
1588 `forward-word', its default syntax could be changed.
1589
1590 2010-05-25 Michael Albinus <michael.albinus@gmx.de>
1591
1592 * net/tramp.el (tramp-progress-reporter-update): New defun.
1593 (with-progress-reporter): Use it.
1594 (tramp-process-actions):
1595 * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion): Preserve
1596 current message, in order to let progress reporter continue
1597 afterwards. (Bug#6257)
1598
1599 2010-05-25 Glenn Morris <rgm@gnu.org>
1600
1601 * net/rcirc.el (rcirc-default-user-name, rcirc-default-full-name):
1602 Add :version.
1603
1604 2010-05-25 Ryan Yeske <rcyeske@gmail.com>
1605
1606 * net/rcirc.el (rcirc-default-user-name): Change to "user".
1607 (rcirc-default-full-name): Change to "unknown".
1608 (rcirc-user-name-history): Add variable.
1609
1610 2010-05-25 Ryan Yeske <rcyeske@gmail.com>
1611 Jonathan Rockway <jon@jrock.us>
1612
1613 * net/rcirc.el (rcirc-server-alist): Add :pass.
1614 (rcirc): When prompting for connection parameters, also prompt for
1615 username and password.
1616 (rcirc-connect): Take a PASS argument. If PASS is non-nil, send
1617 value to server when connecting.
1618
1619 2010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
1620
1621 * emacs-lisp/smie.el (smie-set-prec2tab): Check override before use.
1622 (smie-merge-prec2s): Pass the tables as separate args.
1623 (smie-bnf-precedence-table): Adjust call accordingly.
1624 (smie-prec2-levels): Set levels at the end.
1625
1626 Replace Lisp calls to delete-backward-char by delete-char.
1627 * bs.el, expand.el, ido.el, image-dired.el, lpr.el, pcomplete.el,
1628 * skeleton.el, term.el, time.el, wid-edit.el, woman.el,
1629 * calc/calc-graph.el, calc/calc-help.el, calc/calc-incom.el,
1630 * calc/calc.el, emacs-cl-extra.el, emacs-cl-loaddefs.el,
1631 * emulation/cua-rect.el, emulation/viper-ex.el, eshell/esh-test.el,
1632 * eshell/eshell.el, gnus/gnus-uu.el, gnus/nndoc.el, gnus/nnrss.el,
1633 * gnus/rfc2047.el, gnus/utf7.el, international/utf-7.el,
1634 * language/ethio-util.el, mh-e/mh-alias.el, mh-e/mh-search.el,
1635 * net/imap.el, net/rcirc.el, obsolete/complete.el, play/decipher.el,
1636 * progmodes/ada-mode.el, progmodes/cc-awk.el, progmodes/dcl-mode.el,
1637 * progmodes/ps-mode.el, progmodes/verilog-mode.el,
1638 * progmodes/vhdl-mode.el, textmodes/bibtex.el, textmodes/fill.el,
1639 * textmodes/reftex-auc.el, textmodes/rst.el, textmodes/sgml-mode.el,
1640 * textmodes/table.el, textmodes/texinfmt.el: Replace Lisp calls to
1641 delete-backward-char by calls to delete-char.
1642
1643 2010-05-25 Kenichi Handa <handa@m17n.org>
1644
1645 * language/hebrew.el (hebrew-shape-gstring): New function.
1646 Register it in composition-function-table for all Hebrew combining
1647 characters.
1648
1649 2010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
1650
1651 * epa.el (epa--select-keys): Don't explicitly delete the window since
1652 that can fail (e.g. sole window in frame). Use dedication instead.
1653
1654 2010-05-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
1655
1656 * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
1657
1658 2010-05-22 Chong Yidong <cyd@stupidchicken.com>
1659
1660 * image.el (image-refresh): Define as an alias for image-flush.
1661
1662 * image-mode.el (image-toggle-display-image): Caller changed.
1663
1664 2010-05-21 Juri Linkov <juri@jurta.org>
1665
1666 * progmodes/grep.el (grep-read-files): Fix multi-pattern aliases.
1667 Remove "all" from grep-files-aliases. Split grep-files-aliases by
1668 whitespace, call wildcard-to-regexp on substrings and concat them
1669 with "\\|". (Bug#6114)
1670
1671 2010-05-21 Alan Mackenzie <acm@muc.de>
1672
1673 * progmodes/cc-engine.el (c-parse-state-get-strategy):
1674 Replace parameter `here' with `here-' and `here-plus', which sandwich
1675 any pertinent CPP construct.
1676 (c-remove-stale-state-cache-backwards): Fix a bug which happens
1677 when doing (c-parse-state) in a CPP construct: Exclude any "new"
1678 CPP construct from taking part in the scanning.
1679
1680 2010-05-21 Michael Albinus <michael.albinus@gmx.de>
1681
1682 * net/tramp.el (tramp-do-copy-or-rename-file)
1683 (tramp-handle-file-local-copy, tramp-maybe-open-connection):
1684 Tune `with-progress-reporter' messages.
1685 (tramp-handle-vc-registered):
1686 * net/tramp-fish.el (tramp-fish-handle-file-local-copy)
1687 (tramp-fish-handle-insert-file-contents)
1688 (tramp-fish-maybe-open-connection):
1689 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
1690 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file)
1691 (tramp-imap-handle-insert-file-contents)
1692 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
1693
1694 2010-05-21 Juanma Barranquero <lekktu@gmail.com>
1695
1696 * add-log.el (change-log-font-lock-keywords):
1697 Highlight all authors in multi-author entries.
1698
1699 * smerge-mode.el (smerge-refine-ignore-whitespace)
1700 (smerge-refine-weight-hack, smerge-refine, smerge-makeup-conflict):
1701 Fix typos in docstrings.
1702 (smerge-resolve, smerge-refine-subst): Reflow docstrings.
1703
1704 2010-05-21 Glenn Morris <rgm@gnu.org>
1705
1706 * progmodes/fortran.el (fortran-mode):
1707 * progmodes/f90.el (f90-mode): Derive from prog-mode.
1708
1709 * loadup.el [CANNOT_DUMP]: Update for bootstrap-emacs no longer
1710 having a relative path in src/Makefile.in.
1711
1712 2010-05-20 Kevin Ryde <user42@zip.com.au>
1713
1714 * help-mode.el (help-make-xrefs): For Info node links turn
1715 newlines into spaces. Link node names with newlines are matched
1716 by help-xref-info-regexp and buttonized, this change ensures they
1717 can be followed successfully with RET. (Bug#6206)
1718
1719 2010-05-20 Juri Linkov <juri@jurta.org>
1720
1721 * locate.el (locate): Use pop-to-buffer instead of
1722 switch-to-buffer-other-window. (Bug#6204)
1723
1724 2010-05-20 Juri Linkov <juri@jurta.org>
1725
1726 * replace.el (replace-highlight): Fix lazy-highlighting
1727 for `M-s w str M-% str RET'.
1728
1729 2009-12-15 Masatake YAMATO <yamato@redhat.com>
1730
1731 * isearch.el (isearch-yank-word-or-char): Pull next subword
1732 when `subword-mode' is activated. (Bug#6220)
1733
1734 2010-05-20 Mark A. Hershberger <mah@everybody.org>
1735
1736 * isearch.el (isearch-update-post-hook): New hook.
1737 (isearch-update): Use the new hook. (Bug#6225)
1738
1739 2010-05-20 Juri Linkov <juri@jurta.org>
1740
1741 * isearch.el (isearch-mode-map): Bind more keys to isearch-help-map:
1742 [f1], [help], and (char-to-string help-char) instead of "\C-h".
1743 (Bug#6222)
1744
1745 2010-05-20 Juri Linkov <juri@jurta.org>
1746
1747 * isearch.el (isearch-yank-string): Use isearch-process-search-string.
1748 (Bug#6223)
1749
1750 2010-05-20 Juri Linkov <juri@jurta.org>
1751
1752 * dired-x.el (dired-jump, dired-jump-other-window): Add arg
1753 FILE-NAME to read from the minibuffer when called interactively
1754 with prefix argument instead of using buffer-file-name.
1755 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00534.html
1756
1757 * dired.el: Update autoloads.
1758
1759 2010-05-20 Chong Yidong <cyd@stupidchicken.com>
1760
1761 * nxml/nxml-mode.el (nxml-mode-map): Bind C-c / to
1762 nxml-finish-element, for consistency with SGML mode.
1763
1764 * progmodes/octave-mod.el (octave-mode-map): Bind C-c / to
1765 octave-close-block.
1766
1767 2010-05-20 Juanma Barranquero <lekktu@gmail.com>
1768
1769 * composite.el: Require cl when compiling.
1770 (reference-point-alist, compose-gstring-for-graphic)
1771 (compose-gstring-for-terminal): Fix typos in docstrings.
1772
1773 2010-05-19 Juri Linkov <juri@jurta.org>
1774
1775 * emacs-lisp/cl-macs.el (window-parameter): Add defsetf with
1776 set-window-parameter.
1777
1778 2010-05-19 Michael Albinus <michael.albinus@gmx.de>
1779
1780 * net/tramp.el (tramp-methods): Add `tramp-async-args' attribute
1781 where appropriate.
1782 (tramp-maybe-open-connection): Use it.
1783
1784 2010-05-19 Eli Zaretskii <eliz@gnu.org>
1785
1786 * simple.el (move-end-of-line): Make sure we are at line beginning
1787 before backing up to end of previous line.
1788
1789 2010-05-19 Michael Albinus <michael.albinus@gmx.de>
1790
1791 * password-cache.el (password-cache-remove): Fix docstring.
1792
1793 * net/secrets.el: Autoload the widget functions.
1794 (secrets-search-items, secrets-create-item)
1795 (secrets-get-attributes, secrets-expand-item): Attributes will be
1796 stored on the password database without leading ":", as all other
1797 clients do as well.
1798 (secrets-mode): Fix docstring.
1799 (secrets-show-secrets): Provide it as autoloaded command only when
1800 D-Bus support is available. Check existence of Secret Service API.
1801
1802 2010-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
1803
1804 * indent.el (indent-region): Deactivate region (bug#6200).
1805
1806 2010-05-19 Glenn Morris <rgm@gnu.org>
1807
1808 * vc-dir.el (vc-dir): Don't pop-up-windows. (Bug#6204)
1809
1810 2010-05-19 Kenichi Handa <handa@m17n.org>
1811
1812 * composite.el: Register compose-gstring-for-graphic in
1813 composition-function-table only for combining characters (Mn, Mc, Me).
1814
1815 2010-05-18 Jay Belanger <jay.p.belanger@gmail.com>
1816
1817 * calc/calc-trail.el (calc-trail-isearch-forward)
1818 (calc-trail-isearch-backward): Ensure that the new window
1819 point is set correctly.
1820
1821 2010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
1822
1823 * subr.el (read-quoted-char): Resolve modifiers after key
1824 remapping (bug#6212).
1825
1826 2010-05-18 Michael Albinus <michael.albinus@gmx.de>
1827
1828 Add visualization code for secrets.
1829 * net/secrets.el (secrets-mode): New major mode.
1830 (secrets-show-secrets, secrets-show-collections)
1831 (secrets-expand-collection, secrets-expand-item)
1832 (secrets-tree-widget-after-toggle-function)
1833 (secrets-tree-widget-show-password): New defuns.
1834
1835 2010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
1836
1837 * emacs-lisp/smie.el (smie-next-sexp): Break inf-loop at BOB.
1838 (smie-backward-sexp, smie-forward-sexp): Remove boundary condition now
1839 handled in smie-next-sexp.
1840 (smie-indent-calculate): Provide a starting indentation (so the
1841 recursion is well-founded ;-).
1842
1843 Fix handling of non-associative equal levels.
1844 * emacs-lisp/smie.el (smie-prec2-levels): Choose distinct levels even
1845 when it's not needed.
1846 (smie-op-left, smie-op-right): New functions.
1847 (smie-next-sexp): New function, extracted from smie-backward-sexp.
1848 Better handle equal levels to distinguish the associative case from
1849 the "multi-keyword construct" case.
1850 (smie-backward-sexp, smie-forward-sexp): Use it.
1851
1852 2010-05-18 Juanma Barranquero <lekktu@gmail.com>
1853
1854 * progmodes/prolog.el (smie-indent-basic): Declare for byte-compiler.
1855
1856 * emacs-lisp/smie.el (smie-precs-precedence-table, smie-backward-sexp)
1857 (smie-forward-sexp, smie-indent-calculate): Fix typos in docstrings.
1858
1859 2010-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
1860
1861 Provide a simple generic indentation engine and use it for Prolog.
1862 * emacs-lisp/smie.el: New file.
1863 * progmodes/prolog.el (prolog-smie-op-levels)
1864 (prolog-smie-indent-rules): New var.
1865 (prolog-mode-variables): Use them to configure SMIE.
1866 (prolog-indent-line, prolog-indent-level): Remove.
1867
1868 2010-05-17 Jay Belanger <jay.p.belanger@gmail.com>
1869
1870 * calc/calc-vec.el (math-vector-avg): Put the vector elements in
1871 order before computing the averages.
1872
1873 2010-05-16 Jay Belanger <jay.p.belanger@gmail.com>
1874
1875 * calc/calc-vec.el (calc-histogram):
1876 (calcFunc-histogram): Allow vectors as inputs.
1877 (math-vector-avg): New function.
1878
1879 * calc/calc-ext.el (math-group-float): Have the number of digits
1880 being grouped depend on the radix (Bug#6189).
1881
1882 2010-05-15 Ken Raeburn <raeburn@raeburn.org>
1883
1884 * version.el (emacs-copyright, emacs-version): Don't define here,
1885 now that emacs.c defines it.
1886
1887 2010-05-15 Eli Zaretskii <eliz@gnu.org>
1888
1889 * international/mule-cmds.el (mule-menu-keymap): Fix definition of
1890 "Describe Language Environment" menu item.
1891
1892 * language/hebrew.el ("Hebrew", "Windows-1255"): Doc fix.
1893
1894 Bidi-sensitive movement with arrow keys.
1895 * subr.el (right-arrow-command, left-arrow-command): New functions.
1896
1897 * bindings.el (global-map): Bind them to right and left arrow keys.
1898
1899 Don't override standard definition of convert-standard-filename.
1900 * files.el (convert-standard-filename): Call
1901 w32-convert-standard-filename and dos-convert-standard-filename on
1902 the corresponding systems.
1903
1904 * w32-fns.el (w32-convert-standard-filename): Rename from
1905 convert-standard-filename. Doc fix.
1906
1907 * dos-fns.el (dos-convert-standard-filename): Doc fix.
1908 (convert-standard-filename): Don't defalias.
1909 (register-name-alist, make-register, register-value)
1910 (set-register-value, intdos): Obsolete aliases for the
1911 corresponding dos-* functions and variables.
1912 (dos-intdos): Add a doc string.
1913
1914 2010-05-15 Jay Belanger <jay.p.belanger@gmail.com>
1915
1916 * calc/calc-aent.el (math-read-token, math-find-user-tokens):
1917 * calc/calc-lang.el (math-read-big-rec, math-lang-read-symbol):
1918 (math-compose-tex-func):
1919 * calc/calccomp.el (math-compose-expr):
1920 * calc/calc-ext.el (math-format-flat-expr-fancy):
1921 * calc/calc-store.el (calc-read-var-name):
1922 * calc/calc-units.el (calc-explain-units-rec): Allow Greek letters.
1923
1924 * calc/calc.el (var-π, var-φ, var-γ): New variables.
1925 * calc/calc-aent.el (math-read-replacement-list): Add "micro" symbol.
1926 * calc/calc-units.el (math-unit-prefixes): Add mu for micro.
1927 (math-standard-units): Add units.
1928
1929 2010-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
1930
1931 * progmodes/asm-mode.el (asm-mode):
1932 * progmodes/prolog.el (prolog-mode): Use define-derived-mode.
1933
1934 * pcomplete.el (pcomplete-completions-at-point): New function,
1935 extracted from pcomplete-std-complete.
1936 (pcomplete-std-complete): Use it.
1937
1938 2010-05-15 Glenn Morris <rgm@gnu.org>
1939
1940 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
1941 Remove references to CVS, RCS and Old directories.
1942
1943 2010-05-14 Jay Belanger <jay.p.belanger@gmail.com>
1944
1945 * calc/calc-bin.el (math-format-twos-complement): Group digits when
1946 appropriate.
1947
1948 2010-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
1949
1950 * progmodes/sh-script.el (sh-mode-default-syntax-table): Remove.
1951 (sh-mode-syntax-table): Give it a default value instead.
1952 (sh-header-marker): Make buffer-local.
1953 (sh-mode): Move make-local-variable to the corresponding setq.
1954 (sh-add-completer): Avoid gratuitously let-binding a buffer-local var.
1955 Use complete-with-action.
1956
1957 * simple.el (prog-mode): New (abstract) major mode.
1958 * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode): Use it.
1959 * progmodes/sh-script.el (sh-mode): Remove redundant var assignment.
1960
1961 2010-05-14 Juanma Barranquero <lekktu@gmail.com>
1962
1963 * progmodes/sql.el (sql-oracle-program): Reflow docstring.
1964 (sql-oracle-scan-on, sql-sybase-program, sql-product-font-lock)
1965 (sql-add-product-keywords, sql-highlight-product, sql-set-product)
1966 (sql-make-alternate-buffer-name, sql-placeholders-filter)
1967 (sql-escape-newlines-filter, sql-input-sender)
1968 (sql-send-magic-terminator, sql-sybase): Fix typos in docstrings.
1969
1970 2010-05-13 Chong Yidong <cyd@stupidchicken.com>
1971
1972 Add TeX open-block and close-block keybindings to SGML, and vice versa.
1973
1974 * textmodes/tex-mode.el (tex-mode-map): Bind C-c C-t to
1975 latex-open-block and C-c / to latex-close-block.
1976
1977 * textmodes/sgml-mode.el (sgml-mode-map): Bind C-c C-o to sgml-tag
1978 and C-c C-e to sgml-close-tag.
1979
1980 2010-05-13 Michael Albinus <michael.albinus@gmx.de>
1981
1982 * net/tramp.el (with-progress-reporter): Create reporter object
1983 only when the message would be displayed. Handle nested calls.
1984 (tramp-handle-load, tramp-handle-file-local-copy)
1985 (tramp-handle-insert-file-contents, tramp-handle-write-region)
1986 (tramp-maybe-send-script, tramp-find-shell):
1987 Use `with-progress-reporter'.
1988 (tramp-handle-dired-compress-file, tramp-maybe-open-connection):
1989 Fix message text.
1990
1991 * net/tramp-smb.el (tramp-smb-handle-copy-file)
1992 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
1993 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
1994 Use `with-progress-reporter'.
1995
1996 2010-05-13 Agustín Martín <agustin.martin@hispalinux.es>
1997
1998 * textmodes/ispell.el (ispell-init-process): Do not kill ispell
1999 process everytime when spellchecking from the minibuffer (bug#6143).
2000
2001 2010-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
2002
2003 * progmodes/sh-script.el (sh-mode): Use define-derived-mode.
2004
2005 * dos-fns.el: Add "dos-" prefix for namespace control.
2006 (convert-standard-filename): Define as alias for
2007 dos-convert-standard-filename but only if applicable.
2008
2009 2010-05-12 Alan Mackenzie <acm@muc.de>
2010
2011 * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
2012 Push the mark at the start of these functions when appropriate.
2013
2014 2010-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
2015
2016 * minibuffer.el (completion-cycle-threshold): New custom var.
2017 (completion--do-completion): Use it.
2018 (minibuffer-complete): Use cycling if appropriate.
2019
2020 2010-05-11 Juanma Barranquero <lekktu@gmail.com>
2021
2022 * dirtrack.el (dirtrackp): Remove defcustom; don't make automatically
2023 buffer-local (it's an obsolete alias for `dirtrack-mode') (bug#6173).
2024
2025 2010-05-11 Juri Linkov <juri@jurta.org>
2026
2027 * scroll-all.el (scroll-all-check-to-scroll):
2028 Add `scroll-up-command' and `scroll-down-command' (bug#6164).
2029
2030 2010-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
2031
2032 * iimage.el (iimage-mode-map): Move initialization into declaration.
2033 (iimage-mode-buffer): Use with-silent-modifications.
2034 Simplify calling convention. Adjust callers.
2035 (iimage-mode): Don't run hook redundantly.
2036
2037 * minibuffer.el (completion-pcm--pattern->regex):
2038 Fix last change (bug#6160).
2039
2040 2010-05-10 Juri Linkov <juri@jurta.org>
2041
2042 Remove nodes visited during Isearch from the Info history.
2043 * info.el (Info-isearch-initial-history)
2044 (Info-isearch-initial-history-list): New variables.
2045 (Info-isearch-start): Record initial values of
2046 Info-isearch-initial-history and Info-isearch-initial-history-list.
2047 Add Info-isearch-end to isearch-mode-end-hook.
2048 (Info-isearch-end): New function.
2049
2050 2010-05-10 Michael Albinus <michael.albinus@gmx.de>
2051
2052 * net/tramp.el (tramp-do-file-attributes-with-stat): Add space in
2053 format string, in order to work around a bug in pdksh.
2054 Reported by Gilles Pion <gpion@lfdj.com>.
2055 (tramp-handle-verify-visited-file-modtime): Do not send a command
2056 when the connection is not established.
2057 (tramp-handle-set-file-times): Simplify the check for utc.
2058
2059 2010-05-10 Juanma Barranquero <lekktu@gmail.com>
2060
2061 Fix use of `filter-buffer-substring' (rework previous change).
2062 * emulation/cua-base.el (cua--filter-buffer-noprops): New function.
2063 (cua-repeat-replace-region):
2064 * emulation/cua-rect.el (cua--extract-rectangle, cua-incr-rectangle):
2065 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
2066 (cua-cut-region-to-global-mark): Use it.
2067
2068 2010-05-09 Michael R. Mauger <mmaug@yahoo.com>
2069
2070 * progmodes/sql.el: Version 2.1.
2071 (sql-product-alist): Redesign structure of product info.
2072 (sql-product, sql-user, sql-server, sql-database): Safe variables.
2073 (sql-port, sql-port-history): New variables.
2074 (sql-interactive-product): New variable.
2075 (sql-send-terminator): New variable.
2076 (sql-imenu-generic-expression): Add "Types" imenu entry.
2077 (sql-oracle-login-params, sql-sqlite-login-params)
2078 (sql-mysql-login-params, sql-solid-login-params)
2079 (sql-sybase-login-params, sql-informix-login-params)
2080 (sql-ingres-login-params, sql-ms-login-params)
2081 (sql-postgres-login-params, sql-interbase-login-params)
2082 (sql-db2-login-params, sql-linter-login-params)
2083 (sql-oracle-scan-on): New variables.
2084 (sql-mode-map): Add C-c C-i to start interactive mode.
2085 (sql-mode-menu): Update existing menu entries.
2086 (sql-font-lock-keywords-builder): Compile-time font-lock optimization.
2087 (sql-mode-oracle-font-lock-keywords)
2088 (sql-mode-postgres-font-lock-keywords)
2089 (sql-mode-ms-font-lock-keywords)
2090 (sql-mode-sybase-font-lock-keywords)
2091 (sql-mode-informix-font-lock-keywords)
2092 (sql-mode-interbase-font-lock-keywords)
2093 (sql-mode-ingres-font-lock-keywords)
2094 (sql-mode-solid-font-lock-keywords)
2095 (sql-mode-mysql-font-lock-keywords)
2096 (sql-mode-sqlite-font-lock-keywords)
2097 (sql-mode-db2-font-lock-keywords)
2098 (sql-mode-linter-font-lock-keywords): Update initialization to
2099 reduce run-time complexity.
2100 (sql-add-product, sql-del-product): New functions.
2101 (sql-set-product-feature, sql-get-product-feature): New functions.
2102 (sql-product-font-lock): Update product API.
2103 (sql-add-product-keywords): New function.
2104 (sql-highlight-product): Update product API.
2105 (sql-help-list-products): New function.
2106 (sql-help): Dynamically lists free and non-free products.
2107 (sql-get-login): Correct bug in handling history and added
2108 prompt for port.
2109 (sql-copy-column): Copy without properties.
2110 (sqli-input-sender): Apply filters to SQLi input.
2111 (sql-query-placeholders-and-send): Obey `sql-oracle-scan-on' setting.
2112 Implement as a filter.
2113 (sql-escape-newlines-filter): Implement as a filter.
2114 (sql-remove-tabs-filter): New function.
2115 (sql-send-magic-terminator): New function.
2116 (sql-send-string): Implement magic terminator.
2117 (sql-send-region): Use `sql-send-string'.
2118 (sql-interactive-mode): Use product API.
2119 (sql-product-interactive): Use product API.
2120 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
2121 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
2122 (sql-db2, sql-linter): Use `sql-product-interactive'.
2123 (sql-connect): New function.
2124 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
2125 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
2126 (sql-connect-ingres, sql-connect-ms, sql-connect-postgres)
2127 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
2128 Use `sql-connect'.
2129
2130 2010-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
2131
2132 * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
2133 New custom variable.
2134 (completion-pcm--string->pattern): Use it.
2135 (completion-pcm--pattern->regex, completion-pcm--pattern->string):
2136 Make it handle any symbol as `any'.
2137 (completion-pcm--merge-completions): Extract common suffix for the new
2138 `prefix' symbol as well.
2139 (completion-substring--all-completions): Use the new `prefix' symbol.
2140
2141 2010-05-09 Michael Albinus <michael.albinus@gmx.de>
2142
2143 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Define if
2144 not bound.
2145 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
2146 (tramp-compat-funcall): New defmacro.
2147 (tramp-compat-line-beginning-position)
2148 (tramp-compat-line-end-position)
2149 (tramp-compat-temporary-file-directory)
2150 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
2151 (tramp-compat-copy-file, tramp-compat-copy-directory)
2152 (tramp-compat-delete-file, tramp-compat-delete-directory)
2153 (tramp-compat-number-sequence, tramp-compat-process-running-p)
2154 * net/tramp.el (top, with-progress-reporter)
2155 (tramp-rfn-eshadow-setup-minibuffer)
2156 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
2157 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
2158 (tramp-completion-mode-p, tramp-check-for-regexp)
2159 (tramp-open-connection-setup-interactive-shell)
2160 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
2161 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
2162 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp)
2163 * net/tramp-cmds.el (tramp-cleanup-all-connections)
2164 (tramp-reporter-dump-variable, tramp-load-report-modules)
2165 (tramp-append-tramp-buffers)
2166 * net/tramp-gvfs.el (tramp-gvfs-handle-file-selinux-context): Use it.
2167
2168 * net/tramp-imap.el (top): Autoload `epg-make-context'.
2169
2170 2010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
2171
2172 * progmodes/compile.el (compilation-buffer-modtime): Rename from
2173 buffer-modtime. Adjust users.
2174
2175 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
2176
2177 * international/mule.el (auto-coding-alist): Only purecopy
2178 car of each item, not the whole list (Bug#6083).
2179
2180 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
2181
2182 * progmodes/js.el (js-mode): Make paragraph variables local before
2183 calling c-setup-paragraph-variables (Bug#6071).
2184
2185 2010-05-08 Eli Zaretskii <eliz@gnu.org>
2186
2187 * composite.el (compose-region, reference-point-alist): Fix typos
2188 in the doc strings.
2189
2190 2010-05-08 Alexander Klimov <alserkli@inbox.ru> (tiny change)
2191
2192 * calc/calc-graph.el (calc-graph-plot): Use the proper form for
2193 gnuplot's "set" command.
2194
2195 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
2196
2197 * abbrev.el (last-abbrev-text): Doc fix.
2198 (abbrev-prefix-mark): Don't escape parenthesis.
2199
2200 2010-05-08 Andreas Schwab <schwab@linux-m68k.org>
2201
2202 * composite.el (find-composition): Doc fix.
2203
2204 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
2205
2206 * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
2207 (sql-oracle-program, sql-sqlite-options)
2208 (sql-query-placeholders-and-send): Doc fixes.
2209 (sql-set-product, sql-interactive-mode): Reflow docstrings.
2210 (sql-imenu-generic-expression, sql-buffer)
2211 (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
2212 (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
2213 (sql-mode-sybase-font-lock-keywords)
2214 (sql-mode-informix-font-lock-keywords)
2215 (sql-mode-interbase-font-lock-keywords)
2216 (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
2217 (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
2218 (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
2219 (sql-product-feature, sql-highlight-product)
2220 (comint-line-beginning-position, sql-rename-buffer)
2221 (sql-toggle-pop-to-buffer-after-send-region sql-oracle)
2222 (sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
2223 (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
2224 Fix typos in docstrings.
2225
2226 2010-05-08 Juri Linkov <juri@jurta.org>
2227
2228 * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
2229 property instead of `invisible' and `after-string' (bug#5998).
2230
2231 2010-05-08 Juri Linkov <juri@jurta.org>
2232
2233 * image-mode.el (image-mode-as-text): Fix typo in docstring.
2234
2235 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
2236
2237 * filecache.el (file-cache-add-directory-list)
2238 (file-cache-add-directory-recursively): Fix typos in docstrings.
2239
2240 2010-05-08 Kenichi Handa <handa@m17n.org>
2241
2242 * language/indian.el (gurmukhi-composable-pattern): Fix typo.
2243 (gujarati-composable-pattern): Fix typo.
2244
2245 2010-05-08 Kenichi Handa <handa@m17n.org>
2246
2247 * language/indian.el (oriya-composable-pattern)
2248 (tamil-composable-pattern, malayalam-composable-pattern):
2249 Add two-part vowels to "v" (vowel sign).
2250
2251 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
2252
2253 * files.el (copy-directory): Handle symlinks (Bug#5982).
2254
2255 2010-05-08 Dan Nicolaescu <dann@ics.uci.edu>
2256
2257 * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
2258 (vc-hg-working-revision): Likewise. Use hg parents, not hg parent
2259 (Bug#5846).
2260
2261 2010-05-08 Glenn Morris <rgm@gnu.org>
2262
2263 * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
2264
2265 * minibuffer.el (completion-at-point): Doc fix.
2266
2267 2010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
2268
2269 * electric.el (Electric-command-loop): Minor tweak.
2270
2271 * ebuff-menu.el (electric-buffer-list): Try and make it behave a bit
2272 better with dedicated windows.
2273
2274 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
2275
2276 * Version 23.2 released.
2277
2278 2010-05-07 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
2279 Stefan Monnier <monnier@iro.umontreal.ca>
2280
2281 Highlight vendor specific properties.
2282 * textmodes/css-mode.el (css-proprietary-nmstart-re): New var.
2283 (css-proprietary-property): New face.
2284 (css-font-lock-keywords): Use them.
2285
2286 2010-05-07 Eli Zaretskii <eliz@gnu.org>
2287
2288 * cus-start.el (all): Add native condition for tool-bar-* symbols.
2289
2290 2010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
2291
2292 * textmodes/dns-mode.el (auto-mode-alist): Add entry for .zone files.
2293 * files.el (auto-mode-alist): Remove redundant entries.
2294
2295 * files.el (auto-save-mode): Move to simple.el to fix bootstrap.
2296 * simple.el (auto-save-mode): Move from files.el.
2297 * minibuffer.el (completion--common-suffix): Fix copy&paste error.
2298
2299 2010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
2300
2301 * lisp/epg.el (epg-key-capablity-alist): Add "D" flag (Bug#5592).
2302
2303 2010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
2304
2305 * mail/binhex.el (binhex-decode-region-internal)
2306 * mail/uudecode.el (uudecode-decode-region-internal)
2307 * net/dns.el (dns-read-string-name, dns-write, dns-read)
2308 (dns-read-type, dns-query)
2309 * pgg-parse.el (pgg-parse-armor)
2310 * pgg.el (pgg-verify-region)
2311 * sha1.el (sha1-string-external): Don't run set-buffer-multibyte for
2312 XEmacs.
2313
2314 * net/imap.el (imap-disable-multibyte): Redefine it as a macro.
2315
2316 2010-05-07 Juanma Barranquero <lekktu@gmail.com>
2317
2318 * progmodes/cperl-mode.el (cperl-mode-unload-function): New function.
2319
2320 Fix use of `filter-buffer-substring' (4th arg NOPROPS removed).
2321 * emulation/cua-base.el (cua-repeat-replace-region):
2322 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
2323 (cua-cut-region-to-global-mark):
2324 Remove text properties with `set-text-properties'.
2325
2326 2010-05-06 Michael Albinus <michael.albinus@gmx.de>
2327
2328 * net/tramp.el (top, with-progress-reporter):
2329 Use `symbol-function' inside `funcall'.
2330
2331 * net/tramp-compat.el (tramp-compat-file-attributes)
2332 (tramp-compat-delete-file, tramp-compat-delete-directory):
2333 Handle only `wrong-number-of-arguments' error.
2334
2335 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Fix typo.
2336 (tramp-gvfs-handle-file-selinux-context): Use `symbol-function'
2337 inside `funcall'.
2338
2339 2010-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
2340
2341 * minibuffer.el (completion--sreverse, completion--common-suffix):
2342 New functions.
2343 (completion-pcm--merge-completions): Extract common suffix when safe.
2344
2345 * emacs-lisp/easy-mmode.el (define-minor-mode):
2346 Make :variable more flexible.
2347 * files.el (auto-save-mode): Use it to define using define-minor-mode.
2348
2349 2010-05-05 Juri Linkov <juri@jurta.org>
2350
2351 Add `slow' and `history' tags to the desktop data.
2352
2353 * info.el (Info-virtual-nodes) [*Index*]: Add `slow' tag.
2354 (Info-virtual-files) [*Apropos*]: Add `slow' tag.
2355 (Info-finder-find-node): Require `finder.el' to be able
2356 to restore node from the desktop.
2357 (Info-desktop-buffer-misc-data): Save all nodes. Save additional
2358 data `Info-history' and `slow' tag in the assoc list.
2359 (Info-restore-desktop-buffer): Don't restore nodes with the
2360 `slow' tag. Restore `Info-history'.
2361
2362 2010-05-05 Michael Albinus <michael.albinus@gmx.de>
2363
2364 Add FORCE argument to `delete-file'.
2365
2366 * net/ange-ftp.el (ange-ftp-del-tmp-name): Make it a defun,
2367 forcing to delete the temporary file.
2368 (ange-ftp-delete-file): Add FORCE arg.
2369 (ange-ftp-rename-remote-to-remote)
2370 (ange-ftp-rename-local-to-remote, ange-ftp-rename-remote-to-local)
2371 (ange-ftp-load, ange-ftp-compress, ange-ftp-uncompress):
2372 Force file deletion.
2373
2374 * net/tramp-compat.el (tramp-compat-delete-file): New defun.
2375
2376 * net/tramp.el (tramp-handle-delete-file): Add FORCE arg.
2377 (tramp-handle-make-symbolic-link, tramp-handle-load)
2378 (tramp-do-copy-or-rename-file-via-buffer)
2379 (tramp-do-copy-or-rename-file-directly)
2380 (tramp-do-copy-or-rename-file-out-of-band)
2381 (tramp-handle-process-file, tramp-handle-call-process-region)
2382 (tramp-handle-shell-command, tramp-handle-file-local-copy)
2383 (tramp-handle-insert-file-contents, tramp-handle-write-region)
2384 (tramp-delete-temp-file-function): Use `tramp-compat-delete-file'.
2385
2386 * net/tramp-fish.el (tramp-fish-handle-delete-file): Add FORCE arg.
2387 (tramp-fish-handle-make-symbolic-link)
2388 (tramp-fish-handle-process-file): Use `tramp-compat-delete-file'.
2389
2390 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
2391 Use `tramp-compat-delete-file'.
2392
2393 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Add FORCE arg.
2394 (tramp-gvfs-handle-write-region): Use `tramp-compat-delete-file'.
2395
2396 * net/tramp-imap.el (tramp-imap-handle-delete-file): Add FORCE arg.
2397 (tramp-imap-do-copy-or-rename-file): Use `tramp-compat-delete-file'.
2398
2399 * net/tramp-smb.el (tramp-smb-handle-delete-file): Add FORCE arg.
2400 (tramp-smb-handle-copy-file, tramp-smb-handle-file-local-copy)
2401 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region): Use
2402 `tramp-compat-delete-file'.
2403
2404 2010-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
2405
2406 Minor cleanups.
2407 * subr.el (add-minor-mode): Use push.
2408 * mail/supercite.el (sc-electric-mode): Use more descriptive arg name.
2409 * emulation/edt.el (edt-select-mode): Simplify.
2410
2411 Use define-minor-mode in more cases.
2412 * term/tvi970.el (tvi970-set-keypad-mode):
2413 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
2414 (normal-erase-is-backspace-mode):
2415 * scroll-bar.el (scroll-bar-mode): Use it and define-minor-mode.
2416 (set-scroll-bar-mode-1): (Re)move to its sole caller.
2417 (get-scroll-bar-mode): New function.
2418 * emacs-lisp/cl-macs.el (eq): Handle a non-variable first arg.
2419
2420 Use define-minor-mode for less obvious cases.
2421 * emacs-lisp/easy-mmode.el (define-minor-mode): Add :variable keyword.
2422 * emacs-lisp/cl-macs.el (terminal-parameter, eq): Add setf method.
2423 * international/iso-ascii.el (iso-ascii-mode):
2424 * frame.el (auto-raise-mode, auto-lower-mode):
2425 * composite.el (global-auto-composition-mode): Use define-minor-mode.
2426
2427 2010-05-04 Michael Albinus <michael.albinus@gmx.de>
2428
2429 * net/tramp.el (tramp-methods): Remove "-q" from `tramp-login-args'
2430 in order to see error messages for failed logins.
2431
2432 2010-05-03 Chong Yidong <cyd@stupidchicken.com>
2433
2434 * diff.el (diff-sentinel):
2435
2436 * epg.el (epg--make-temp-file, epg-decrypt-string)
2437 (epg-verify-string, epg-sign-string, epg-encrypt-string):
2438
2439 * jka-compr.el (jka-compr-partial-uncompress)
2440 (jka-compr-call-process, jka-compr-write-region, jka-compr-load):
2441
2442 * server.el (server-sentinel): Use delete-file's new FORCE arg
2443 (Bug#6070).
2444
2445 2010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
2446
2447 Use define-minor-mode where applicable.
2448 * view.el (view-mode):
2449 * type-break.el (type-break-query-mode)
2450 (type-break-mode-line-message-mode):
2451 * textmodes/reftex.el (reftex-mode):
2452 * term/vt100.el (vt100-wide-mode):
2453 * tar-mode.el (tar-subfile-mode):
2454 * savehist.el (savehist-mode):
2455 * ibuf-ext.el (ibuffer-auto-mode):
2456 * composite.el (auto-composition-mode):
2457 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
2458 Use define-minor-mode.
2459 (vhdl-mode): Use static mode-line format.
2460 (vhdl-mode-line-update): Delete.
2461 (vhdl-create-mode-menu, vhdl-activate-customizations)
2462 (vhdl-hs-minor-mode): Don't bother calling it.
2463
2464 2010-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
2465
2466 * simple.el (with-wrapper-hook): Move.
2467 (buffer-substring-filters): Mark obsolete.
2468 (filter-buffer-substring-functions): New variable.
2469 (filter-buffer-substring): Use it. Remove unused arg `noprops'.
2470
2471 Use a mode-line spec rather than a static string in Semantic.
2472 * cedet/semantic/util-modes.el:
2473 (semantic-minor-modes-format): New var to replace...
2474 (semantic-minor-modes-status): Remove.
2475 (semantic-mode-line-update): Construct a mode-line spec rather than
2476 a static string so that mouse buttons can be used on individual minor
2477 modes and so that semantic-mode-line-update only needs to be called
2478 when global settings are changed.
2479 (semantic-add-minor-mode, semantic-toggle-minor-mode-globally):
2480 Call semantic-mode-line-update.
2481 (semantic-toggle-minor-mode-globally): Don't assume mode is on
2482 minor-mode-alist, check semantic-minor-mode-alist as well.
2483 (semantic-stickyfunc-mode, semantic-show-parser-state-auto-marker)
2484 (semantic-show-parser-state-marker, semantic-show-parser-state-mode)
2485 (semantic-show-unmatched-syntax-mode, semantic-highlight-edits-mode):
2486 * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
2487 * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
2488 (define-semantic-idle-service, semantic-idle-summary-mode):
2489 * cedet/semantic/decorate/mode.el (semantic-decoration-mode):
2490 Don't call semantic-mode-line-update any more.
2491
2492 2010-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
2493
2494 Use define-minor-mode in CEDET where applicable.
2495
2496 * cedet/srecode/mode.el (srecode-minor-mode,global-srecode-minor-mode):
2497 Use define-minor-mode.
2498
2499 * cedet/semantic/util-modes.el (semantic-add-minor-mode):
2500 Remove unused arg `keymap' and code redundant with define-minor-mode.
2501 (semantic-toggle-minor-mode-globally): Only handle arg -1 and 1.
2502 (semantic-stickyfunc-mode, global-semantic-show-unmatched-syntax-mode)
2503 (semantic-highlight-func-mode, global-semantic-show-parser-state-mode)
2504 (global-semantic-highlight-edits-mode, semantic-highlight-edits-mode)
2505 (semantic-show-unmatched-syntax-mode, semantic-show-parser-state-mode)
2506 (global-semantic-stickyfunc-mode, global-semantic-highlight-func-mode):
2507 Use define-minor-mode.
2508 (semantic-stickyfunc-mode-setup, semantic-highlight-edits-mode-setup)
2509 (semantic-show-unmatched-syntax-mode-setup)
2510 (semantic-show-parser-state-mode-setup)
2511 (semantic-highlight-func-mode-setup): Inline into sole caller.
2512
2513 * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
2514 (semantic-mru-bookmark-mode): Use define-minor-mode.
2515 (semantic-mru-bookmark-mode-setup): Inline into sole caller.
2516
2517 * cedet/semantic/idle.el (define-semantic-idle-service):
2518 Use define-minor-mode and inline setup function into its sole caller.
2519 (semantic-idle-scheduler-mode-setup)
2520 (semantic-idle-summary-mode-setup): Inline into sole caller.
2521 (global-semantic-idle-scheduler-mode, semantic-idle-scheduler-mode):
2522 Use define-minor-mode.
2523
2524 * cedet/semantic/decorate/mode.el (global-semantic-decoration-mode)
2525 (semantic-decoration-mode): Use define-minor-mode.
2526 (semantic-decoration-mode-setup): Inline into sole caller.
2527
2528 * cedet/ede/dired.el (ede-dired-minor-mode): Initialize in declaration.
2529 (ede-dired-minor-mode): Use define-minor-mode and derived-mode-p.
2530 (ede-dired-add-to-target): Use dolist.
2531
2532 2010-05-01 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
2533 Michael Albinus <michael.albinus@gmx.de>
2534
2535 Implement compression for inline methods.
2536
2537 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
2538 (tramp-copy-size-limit): Allow also nil.
2539 (tramp-inline-compress-commands): New defconst.
2540 (tramp-find-inline-compress, tramp-get-inline-compress)
2541 (tramp-get-inline-coding): New defuns.
2542 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
2543 replaced by `tramp-get-inline-coding'.
2544 (tramp-handle-file-local-copy, tramp-handle-write-region)
2545 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
2546
2547 2010-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
2548
2549 * bindings.el (mode-line-abbrev-mode, mode-line-auto-fill-mode):
2550 Remove unused functions.
2551
2552 * emacs-lisp/lisp-mode.el (lisp-mode): Use define-derived-mode.
2553 Set find-tag-default-function as a variable rather than a property.
2554
2555 * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
2556 * progmodes/etags.el (tags-completion-at-point-function):
2557 Remove left over interactive spec. Add autoloading stub.
2558 (complete-tag): Use tags-completion-at-point-function.
2559
2560 2010-04-30 Chong Yidong <cyd@stupidchicken.com>
2561
2562 * minibuffer.el (tags-completion-at-point-function): Fix return value.
2563
2564 2010-04-29 Chong Yidong <cyd@stupidchicken.com>
2565
2566 * ido.el (ido-init-completion-maps): Remove C-v binding.
2567 (ido-minibuffer-setup): Don't set cua-inhibit-cua-keys (Bug#5765).
2568
2569 2010-04-29 Chong Yidong <cyd@stupidchicken.com>
2570
2571 * minibuffer.el (tags-completion-at-point-function): New function.
2572 (completion-at-point-functions): Use it.
2573
2574 * cedet/semantic.el (semantic-completion-at-point-function): New function.
2575 (semantic-mode): Use semantic-completion-at-point-function for
2576 completion-at-point-functions instead.
2577
2578 * progmodes/etags.el (complete-tag): Revert last change.
2579
2580 2010-04-29 Alan Mackenzie <acm@muc.de>
2581
2582 * progmodes/cc-mode.el (c-extend-region-for-CPP): Fix an
2583 off-by-one error (in end of macro position).
2584
2585 2010-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
2586
2587 * net/browse-url.el (browse-url-firefox-program): Use iceweasel if
2588 firefox is absent. Don't autoload.
2589 (browse-url-galeon-program): Don't autoload.
2590
2591 2010-04-28 Chong Yidong <cyd@stupidchicken.com>
2592
2593 * bindings.el (complete-symbol): Move into minibuffer.el.
2594
2595 * minibuffer.el (complete-tag): Move from etags.el. If tags
2596 completion cannot be performed, return nil instead of signalling
2597 an error.
2598 (completion-at-point): Make it an alias for complete-symbol.
2599 (complete-symbol): Move from bindings.el, and replace with the
2600 body of completion-at-point.
2601
2602 * progmodes/etags.el (complete-tag): Move to minibuffer.el.
2603
2604 * cedet/semantic.el (semantic-mode): When enabled, add
2605 semantic-ia-complete-symbol to completion-at-point-functions.
2606
2607 * cedet/semantic/ia.el (semantic-ia-complete-symbol): Return nil
2608 if Semantic is not active.
2609
2610 2010-04-28 Michael Albinus <michael.albinus@gmx.de>
2611
2612 * net/tramp.el (tramp-remote-selinux-p): New defun.
2613 (tramp-handle-file-selinux-context)
2614 (tramp-handle-set-file-selinux-context): Use it.
2615
2616 2010-04-28 Sam Steingold <sds@gnu.org>
2617
2618 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
2619 `safe-local-variable' if the value is a string or a symbol with
2620 the property `bug-reference-url-format'.
2621
2622 2010-04-28 Chong Yidong <cyd@stupidchicken.com>
2623
2624 * progmodes/bug-reference.el (bug-reference-url-format): Revert
2625 2010-04-27 change due to security risk.
2626
2627 2010-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
2628
2629 Make it possible to locally disable a globally enabled mode.
2630 * simple.el (fundamental-mode): Run fundamental-mode-hook.
2631 * emacs-lisp/derived.el (define-derived-mode): Use fundamental-mode
2632 rather than kill-all-local-variables so it runs fundamental-mode-hook.
2633 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
2634 Use fundamental-mode-hook to run MODE-enable-in-buffers earlier, so
2635 that subsequent hooks get a chance to disable it.
2636
2637 2010-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
2638
2639 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
2640 Avoid re-enabling a minor mode after the user turned the minor mode
2641 off if MODE-enable-in-buffers is run twice (typically once from
2642 fundamental-mode's after-change-major-mode-hook and a second time from
2643 run-mode-hook's own after-change-major-mode-hook).
2644
2645 * emacs-lisp/lisp.el (lisp-complete-symbol): Fail gracefully.
2646
2647 2010-04-27 Sam Steingold <sds@gnu.org>
2648
2649 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
2650 `safe-local-variable' if the value is a string or a function, as
2651 documented and implemented on 2010-04-02.
2652
2653 2010-04-27 Juanma Barranquero <lekktu@gmail.com>
2654
2655 * ido.el (ido-buffer-internal): Bind `ido-use-virtual-buffers' to nil
2656 when method is 'kill.
2657
2658 2010-04-27 Agustín Martín <agustin.martin@hispalinux.es>
2659
2660 * textmodes/ispell.el (ispell-init-process): Fix personal dictionary
2661 condition in default directory check.
2662 (ispell-init-process,ispell-kill-ispell,kill-buffer-hook):
2663 Kill ispell process when killing its associated buffer.
2664
2665 2010-04-27 Jan Djärv <jan.h.d@swipnet.se>
2666
2667 * desktop.el (desktop-kill): ask-if-new: Ask if desktop file exists,
2668 but we aren't using it.
2669
2670 2010-04-25 Jan Djärv <jan.h.d@swipnet.se>
2671
2672 * tool-bar.el (tool-bar-local-item-from-menu): Revert unintended
2673 checkin in 2010-04-23T16:26:11Z!monnier@iro.umontreal.ca.
2674
2675 2010-04-24 Glenn Morris <rgm@gnu.org>
2676
2677 * emacs-lisp/authors.el (authors-obsolete-files-regexps):
2678 Ignore VCS-ignore files, and deleted nextstep preferences files.
2679 (authors-ignored-files): Ignore deleted cedet test files, and "*.el".
2680 (authors-ambiguous-files): New list.
2681 (authors-valid-file-names): Add some deleted files.
2682 (authors-renamed-files-alist): Add font-setting.el, edt-user.doc.
2683 (authors-disambiguate-file-name): New function. (Bug#5501)
2684 (authors-canonical-file-name): Doc fix.
2685 Don't warn about obsolete files.
2686 (authors-canonical-file-name, authors-scan-el):
2687 Use authors-disambiguate-file-name.
2688
2689 * hfy-cmap.el (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
2690 Add autoload cookies.
2691 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values): Add docs.
2692 (generated-autoload-file): Set file-local value to "htmlfontify.el".
2693 * htmlfontify.el (caddr, cadddr): Remove fallback definitions.
2694 They have definitions / compiler macros in cl.el.
2695 (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
2696 Replace manual autoloads with generated ones.
2697 (htmlfontify-unload-rgb-file): Remove autoload.
2698 * Makefile.in (autoloads): Ensure htmlfontify.el is writable.
2699
2700 2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
2701
2702 * emacs-lisp/bytecomp.el (byte-compile-set-default): New function.
2703 (byte-compile-setq-default): Optimize for the
2704 single-var case and don't call byte-compile-form in this case to avoid
2705 inf-loop with byte-compile-set-default.
2706
2707 * progmodes/compile.el (compilation-start): Abbreviate default directory.
2708
2709 2010-04-23 Michael Albinus <michael.albinus@gmx.de>
2710
2711 Implement SELINUX backends.
2712
2713 * net/tramp.el (tramp-file-name-handler-alist):
2714 Add `file-selinux-context' and `set-file-selinux-context'.
2715 (tramp-handle-file-selinux-context)
2716 (tramp-handle-set-file-selinux-context): New defuns.
2717 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
2718 Handle PRESERVE-SELINUX-CONTEXT.
2719
2720 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
2721 Add `file-selinux-context' and `set-file-selinux-context'.
2722 (tramp-gvfs-handle-file-selinux-context)
2723 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
2724 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
2725
2726 * net/ange-ftp.el (ange-ftp-copy-file):
2727 * net/tramp-fish.el (tramp-fish-handle-copy-file):
2728 * net/tramp-imap.el (tramp-imap-handle-copy-file):
2729 * net/tramp-smb.el (tramp-smb-handle-copy-file):
2730 Add PRESERVE-SELINUX-CONTEXT.
2731
2732 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
2733
2734 Synchronize with Tramp repository.
2735
2736 * net/tramp.el (with-connection-property, tramp-completion-mode-p)
2737 (tramp-action-process-alive, tramp-action-out-of-band)
2738 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
2739 (tramp-exists-file-name-handler): Fix docstring.
2740 (with-progress-reporter): New defmacro.
2741 (tramp-do-copy-or-rename-file, tramp-handle-dired-compress-file)
2742 (tramp-maybe-open-connection): Use it.
2743
2744 2010-04-22 Noah Lavine <noah549@gmail.com> (tiny change)
2745
2746 Detect ssh 'ControlMaster' argument automatically in some cases.
2747
2748 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
2749 (tramp-default-method): Use it.
2750
2751 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
2752
2753 * net/tramp.el (tramp-handle-copy-file): Add new optional
2754 parameter `preserve-selinux-context'.
2755 (tramp-file-name-for-operation): Add `set-file-selinux-context'.
2756
2757 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
2758
2759 * net/tramp.el (tramp-completion-handle-file-name-all-completions):
2760 Ensure, that non remote files are still checked. Oops.
2761
2762 2010-04-21 Michael Albinus <michael.albinus@gmx.de>
2763
2764 Fix Bug#5840.
2765
2766 * icomplete.el (icomplete-completions): Use `non-essential'.
2767
2768 * net/tramp.el (tramp-connectable-p): New defun.
2769 (tramp-handle-expand-file-name)
2770 (tramp-completion-handle-file-name-all-completions)
2771 (tramp-completion-handle-file-name-completion): Use it.
2772
2773 2010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
2774
2775 * emacs-lisp/lisp.el (lisp-completion-at-point): Try and handle errors.
2776
2777 2010-04-21 Jan Djärv <jan.h.d@swipnet.se>
2778
2779 * vc-dir.el (vc-dir-tool-bar-map): Add :label on some tool bar items.
2780
2781 * tool-bar.el (tool-bar-setup): Add :label on some tool bar items.
2782
2783 * loadup.el: Load dynamic-setting.el if feature dynamic-setting
2784 is present.
2785
2786 * info.el (info-tool-bar-map): Add labels.
2787
2788 * cus-start.el (all): Add tool-bar-style and tool-bar-max-label-size.
2789
2790 * cus-edit.el (custom-commands): Add labels for tool bar.
2791 (custom-buffer-create-internal, Custom-mode): Adjust for
2792 labels in custom-commands.
2793
2794 * dynamic-setting.el: Renamed from font-setting.el.
2795
2796 2010-04-21 John Wiegley <jwiegley@gmail.com>
2797
2798 * ido.el (ido-init-completion-maps): For ido-switch-buffer, C-o
2799 toggles the use of virtual buffers.
2800 (ido-buffer-internal): Guard `ido-use-virtual-buffers' global
2801 value.
2802 (ido-toggle-virtual-buffers): New function.
2803
2804 2010-04-21 Juanma Barranquero <lekktu@gmail.com>
2805
2806 Use `define-derived-mode'; fix window selection; doc fixes.
2807 * play/tetris.el (tetris, tetris-update-speed-function)
2808 (tetris-tty-colors, tetris-x-colors, tetris-move-bottom)
2809 (tetris-move-left, tetris-move-right, tetris-rotate-prev)
2810 (tetris-rotate-next, tetris-end-game, tetris-start-game)
2811 (tetris-pause-game): Fix typos in docstrings.
2812 (tetris-mode-map, tetris-null-map):
2813 Move initialization into declaration.
2814 (tetris-mode): Define with `define-derived-mode';
2815 set show-trailing-whitespace to nil.
2816 (tetris): Prefer window already displaying the "*Tetris*" buffer.
2817
2818 2010-04-21 Karel Klíč <kklic@redhat.com>
2819
2820 * files.el (backup-buffer): Handle SELinux context, and return it
2821 if a backup was made by renaming.
2822 (backup-buffer-copy): Set SELinux context to the target file.
2823 (basic-save-buffer): Set SELinux context of the newly written file.
2824 (basic-save-buffer-1): Now it also returns any SELinux context.
2825 (basic-save-buffer-2): Set SELinux context of the newly created file,
2826 and return it.
2827 * net/tramp.el (tramp-file-name-for-operation):
2828 Add file-selinux-context.
2829
2830 2010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
2831
2832 Make the log-edit comments use RFC822 format throughout.
2833
2834 * vc.el (vc-checkin, vc-modify-change-comment):
2835 Adjust to new vc-start/finish-logentry.
2836 (vc-find-conflicted-file): New command.
2837 (vc-transfer-file): Adjust to new vc-checkin.
2838 (vc-next-action): Improve scoping.
2839
2840 * vc-hg.el (vc-hg-log-edit-mode): Remove.
2841 (vc-hg-checkin): Remove extra arg. Use log-edit-extract-headers.
2842
2843 * vc-git.el (vc-git-log-edit-mode): Remove.
2844 (vc-git-checkin): Remove extra arg. Use log-edit-extract-headers.
2845 (vc-git-commits-coding-system): Rename from git-commits-coding-system.
2846
2847 * vc-dispatcher.el (vc-log-edit): Shorten names for log-edit-show-files.
2848 (vc-start-logentry): Remove argument `extra'.
2849 (vc-finish-logentry): Remove extra args.
2850
2851 * vc-bzr.el (vc-bzr-log-edit-mode): Remove.
2852 (vc-bzr-checkin): Remove extra arg. Use log-edit-extract-headers.
2853 (vc-bzr-conflicted-files): New function.
2854
2855 * log-edit.el (log-edit-extra-flags)
2856 (log-edit-before-checkin-process): Remove.
2857 (log-edit-summary, log-edit-header, log-edit-unknown-header): New faces.
2858 (log-edit-headers-alist): New var.
2859 (log-edit-header-contents-regexp): New const.
2860 (log-edit-match-to-eoh): New function.
2861 (log-edit-font-lock-keywords): Use them.
2862 (log-edit): Insert a "Summary:" header as default.
2863 (log-edit-mode): Mark font-lock rules as case-insensitive.
2864 (log-edit-done): Cleanup headers.
2865 (log-view-process-buffer): Remove.
2866 (log-edit-extract-headers): New function to replace it.
2867
2868 2010-04-20 Juanma Barranquero <lekktu@gmail.com>
2869
2870 * subr.el (default-direction-reversed): Remove obsolescence info.
2871
2872 2010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
2873
2874 * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with the
2875 windows/frames.
2876
2877 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete around point.
2878 I.e. include text after point in the completion region.
2879 Also, return nil when we're not after/in a symbol.
2880
2881 * international/mule-cmds.el (view-hello-file): Don't fiddle with the
2882 default enable-multibyte-characters.
2883
2884 2010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
2885
2886 * international/mule.el: Help the user choose a valid coding-system.
2887 (read-buffer-file-coding-system): New function.
2888 (set-buffer-file-coding-system): Use it. Prompt the user if the
2889 coding-system cannot encode all the chars.
2890
2891 * vc-bzr.el: Use standard *vc* and *vc-diff* buffers.
2892 (vc-bzr-shelve-show, vc-bzr-shelve-apply)
2893 (vc-bzr-shelve-apply-and-keep, vc-bzr-shelve-snapshot):
2894 Don't use *vc-bzr-shelve*.
2895
2896 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
2897
2898 * cedet/ede/pmake.el (ede-proj-makefile-insert-variables):
2899 Don't destroy list before using it.
2900
2901 2010-04-19 Dan Nicolaescu <dann@ics.uci.edu>
2902
2903 Fix the version number for added files.
2904 * vc-hg.el (vc-hg-working-revision): Check if the file is
2905 registered after hg parent fails (Bug#5961).
2906
2907 2010-04-19 Glenn Morris <rgm@gnu.org>
2908
2909 * htmlfontify.el (htmlfontify-buffer)
2910 (htmlfontify-copy-and-link-dir): Autoload entry points.
2911
2912 2010-04-19 Magnus Henoch <magnus.henoch@gmail.com>
2913
2914 * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
2915 name relative to the project root (Bug#5960).
2916
2917 2010-04-19 Glenn Morris <rgm@gnu.org>
2918
2919 * vc-git.el (vc-git-print-log): Doc fix.
2920
2921 2010-04-19 Óscar Fuentes <ofv@wanadoo.es>
2922
2923 * ido.el (ido-file-internal): Fix 2009-12-02 change.
2924
2925 2010-04-19 Christoph <cschol2112@googlemail.com> (tiny change)
2926
2927 * progmodes/grep.el (grep-compute-defaults): Fix handling of host
2928 default settings (Bug#5928).
2929
2930 2010-04-19 Glenn Morris <rgm@gnu.org>
2931
2932 * progmodes/fortran.el (fortran-match-and-skip-declaration):
2933 New function.
2934 (fortran-font-lock-keywords-3): Use it. (Bug#1385)
2935
2936 2010-04-19 Kenichi Handa <handa@m17n.org>
2937
2938 * language/indian.el (malayalam-composable-pattern): Fix previous
2939 change (add U+0D4D "SIGN VIRAMA").
2940 (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
2941 (tamil-composable-pattern): Fix typo in the regexp.
2942 (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
2943 (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
2944 (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
2945
2946 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
2947
2948 * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
2949 paragraph-separate (Bug#5821).
2950
2951 2010-04-19 Juri Linkov <juri@jurta.org>
2952
2953 Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
2954
2955 * info.el (Info-find-node-2): Comment out code that skips
2956 breadcrumbs line.
2957 (Info-mouse-follow-link): New command.
2958 (Info-link-keymap): New keymap.
2959 (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
2960 Return a string with links instead of inserting breadcrumbs
2961 to the Info buffer.
2962 (Info-fontify-node): Comment out code that inserts breadcrumbs.
2963 Instead of putting the `invisible' text property over the Info
2964 header, make an overlay over the Info header with the `invisible'
2965 property and `after-string' set to the string returned by
2966 `Info-breadcrumbs'.
2967
2968 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
2969
2970 * help.el (help-window-setup-finish): Doc fix (Bug#5830).
2971 Reported by monkey@sandpframing.com.
2972
2973 2010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
2974
2975 * tmm.el (tmm-prompt): Remove obsolete call to x-popup-menu.
2976 (tmm-get-keymap): Add key-binding shortcuts now that they're not
2977 available in the "keyseq cache" any more.
2978
2979 * custom.el (defcustom): Add edebug spec.
2980
2981 2010-04-18 Juri Linkov <juri@jurta.org>
2982
2983 Test for special mode-class in view-buffer instead of view-file (bug#5513).
2984
2985 * view.el (view-file, view-buffer): Move test for special mode-class
2986 from view-file to view-buffer.
2987
2988 * tar-mode.el (tar-extract): Turn if's into one cond
2989 like in arc-mode.el.
2990
2991 2010-04-18 Juri Linkov <juri@jurta.org>
2992
2993 Add 7z archive format support (bug#5475).
2994
2995 * arc-mode.el (archive-zip-extract): Try to find 7z executable.
2996 (archive-7z-extract): New defcustom.
2997 (archive-find-type): Add magic string for 7z.
2998 (archive-extract-by-stdout): Add new optional arg `stderr-file'.
2999 If `stderr-file' is non-nil, use `(t stderr-file)' for the
3000 `buffer' arg of `call-process'.
3001 (archive-zip-extract): Check `archive-zip-extract' for "7z" and
3002 call the function `archive-7z-extract' with the variable
3003 `archive-7z-extract' let-bound to `archive-zip-extract'.
3004 (archive-7z-summarize, archive-7z-extract): New functions.
3005
3006 * international/mule.el (auto-coding-alist):
3007 * files.el (auto-mode-alist): Add 7z file extension.
3008
3009 2010-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
3010
3011 * loadup.el: Setup hash-cons for pure data.
3012
3013 Fix duplicate entries in cedet's loaddefs.el files.
3014 * emacs-lisp/autoload.el (autoload-file-load-name): Be more clever.
3015 Should make most file-local generated-autoload-file unnecessary.
3016 (print-readably): Silence warnings.
3017 (autoload-find-destination): Take load-name as an arg to make sure
3018 it's the same as the one that will be in the file.
3019 (autoload-generate-file-autoloads): Adjust to above changes.
3020 Try to make the dataflow a bit simpler.
3021
3022 * cvs-status.el (cvs-refontify): Remove unused.
3023
3024 2010-04-18 Jay Belanger <jay.p.belanger@gmail.com>
3025
3026 * calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
3027
3028 * calc-bin.el (calc-radix): Have the "O" option turn on
3029 twos-complement mode.
3030
3031 2010-04-17 Jay Belanger <jay.p.belanger@gmail.com>
3032
3033 * calc-ext.el (calc-init-extensions): Add keybinding for 'calc-option'.
3034 Add `calc-option-prefix-help' to calc-help autoloads.
3035 (calc-inverse): Add "Option" to message, as appropriate.
3036 (calc-hyperbolic): Add "Option" to message, as appropriate.
3037 (calc-option, calc-is-option): New functions.
3038
3039 * calc-help.el (calc-full-help): Add `calc-option-help'.
3040 (calc-option-prefix-help): New function.
3041
3042 * calc-misc.el (calc-help): Add "Option" entry.
3043
3044 * calc.el (calc-local-var-list): Add `calc-option-flag'.
3045 (calc-option-flag): New variable.
3046 (calc-do): Set `calc-option-flag to nil.
3047 (calc-set-mode-line): Add "Opt " as appropriate.
3048
3049 2010-04-16 Juri Linkov <juri@jurta.org>
3050
3051 Move scrolling commands from simple.el to window.el
3052 because their primitives are implemented in window.c.
3053
3054 * simple.el (scroll-error-top-bottom)
3055 (scroll-up-command, scroll-down-command, scroll-up-line)
3056 (scroll-down-line, scroll-other-window-down)
3057 (beginning-of-buffer-other-window, end-of-buffer-other-window):
3058 * window.el (scroll-error-top-bottom)
3059 (scroll-up-command, scroll-down-command, scroll-up-line)
3060 (scroll-down-line, scroll-other-window-down)
3061 (beginning-of-buffer-other-window, end-of-buffer-other-window):
3062 Move from simple.el to window.el because their primitives are
3063 implemented in window.c.
3064
3065 2010-04-16 Juri Linkov <juri@jurta.org>
3066
3067 * isearch.el (isearch-lookup-scroll-key): Check both
3068 `isearch-scroll' and `scroll-command' properties.
3069 (scroll-up, scroll-down): Remove `isearch-scroll' property.
3070
3071 * mwheel.el (mwheel-scroll): Remove `isearch-scroll' property.
3072
3073 * simple.el (scroll-up-command, scroll-down-command)
3074 (scroll-up-line, scroll-down-line): Remove `isearch-scroll' property.
3075
3076 2010-04-15 Juri Linkov <juri@jurta.org>
3077
3078 * simple.el (scroll-up-command, scroll-down-command)
3079 (scroll-up-line, scroll-down-line): Put `scroll-command'
3080 property on the these symbols. Remove them from
3081 `scroll-preserve-screen-position-commands'.
3082
3083 * mwheel.el (mwheel-scroll): Put `scroll-command' and
3084 `isearch-scroll' properties on the `mwheel-scroll' symbol.
3085 Remove it from `scroll-preserve-screen-position-commands'.
3086
3087 * isearch.el (isearch-allow-scroll): Doc fix.
3088
3089 2010-04-15 Michael Albinus <michael.albinus@gmx.de>
3090
3091 * net/tramp.el (tramp-error-with-buffer): Don't show the
3092 connection buffer when we are in completion mode.
3093 (tramp-file-name-handler): Catch the error for some operations
3094 when we are in completion mode. This gives the user the chance to
3095 correct the file name in the minibuffer.
3096
3097 2010-04-15 Glenn Morris <rgm@gnu.org>
3098
3099 * progmodes/verilog-mode.el (verilog-forward-sexp): Avoid free variable.
3100
3101 2010-04-15 Juanma Barranquero <lekktu@gmail.com>
3102
3103 Simplify by using `define-derived-mode'.
3104 * info.el (Info-mode):
3105 * calendar/todo-mode.el (todo-mode):
3106 * play/gomoku.el (gomoku-mode): Define with `define-derived-mode'.
3107 (gomoku-mode-map): Move initialization into declaration.
3108
3109 2010-04-14 Michael Albinus <michael.albinus@gmx.de>
3110
3111 Fix Bug#5840.
3112 * ido.el (ido-file-name-all-completions-1):
3113 * minibuffer.el (minibuffer-completion-help):
3114 * net/tramp.el (tramp-completion-mode-p): Use `non-essential'.
3115
3116 2010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
3117
3118 * simple.el (non-essential): New var.
3119
3120 Add a new field `location' to bookmarks for non-file bookmarks.
3121 * bookmark.el (bookmark-location): Use the new field, if present.
3122 (bookmark-insert-location): Undo last change, not needed any more.
3123 * man.el (Man-bookmark-make-record):
3124 * woman.el (woman-bookmark-make-record): Add `location' field.
3125
3126 2010-04-14 Juri Linkov <juri@jurta.org>
3127
3128 * simple.el (scroll-error-top-bottom): New defcustom.
3129 (scroll-up-command, scroll-down-command): Use it. Doc fix.
3130
3131 * emulation/pc-select.el (pc-select-override-scroll-error):
3132 Obsolete in favor of `scroll-error-top-bottom'.
3133
3134 2010-04-14 Juri Linkov <juri@jurta.org>
3135
3136 * tutorial.el (tutorial--default-keys): Rebind `C-v' to
3137 `scroll-up-command' and `M-v' to `scroll-down-command'.
3138
3139 * emulation/cua-rect.el (cua--init-rectangles):
3140 * forms.el (forms--change-commands):
3141 * image-mode.el (image-mode-map):
3142 Remap scroll-down-command and scroll-up-command
3143 in addition to scroll-down and scroll-up.
3144
3145 2010-04-14 Juri Linkov <juri@jurta.org>
3146
3147 * mwheel.el (scroll-preserve-screen-position-commands):
3148 Add mwheel-scroll to this list of commands.
3149
3150 * simple.el (scroll-preserve-screen-position-commands):
3151 Add scroll-up-command, scroll-down-command, scroll-up-line,
3152 scroll-down-line to this list of commands.
3153
3154 2010-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
3155
3156 * obsolete/complete.el: Move from lisp/complete.el.
3157
3158 * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
3159
3160 * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument
3161 to the minor mode function now turns the mode ON unconditionally.
3162
3163 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
3164
3165 * vc-dir.el (vc-dir-kill-line): New command.
3166 (vc-dir-mode-map): Bind it to C-k.
3167
3168 * bookmark.el (bookmark-insert-location): Handle a nil filename.
3169
3170 * woman.el: Add bookmark declarations to silence the compiler.
3171 (bookmark-prop-get): Use `man-args' rather than `filename' as a first
3172 step to compatibility between man and woman bookmarks.
3173 Adjust for Man-default-bookmark-title renaming.
3174 (woman-bookmark-jump): Adjust accordingly. Don't forget to autoload.
3175
3176 * man.el: Add bookmark declarations to silence the compiler.
3177 (Man-name-local-regexp): Make it match NAME as well.
3178 (Man-getpage-in-background): Return the buffer.
3179 (Man-notify-when-ready): Use `case'.
3180 (man-set-default-bookmark-title): Rename to Man-default-bookmark-title.
3181 Don't hardcode "NAME". Simplify.
3182 (Man-bookmark-make-record): Use Man-arguments rather than buffer-name.
3183 Rename from Man-bookmark-make-record.
3184 (Man-bookmark-jump): Rename from man-bookmark-jump. Simplify now that
3185 we have the actual man-args. Use Man-getpage-in-background rather
3186 than `man' since the arg is already processed. Let bookmark.el do the
3187 window handling. Only wait for the relevant process.
3188 Don't forget to autoload.
3189
3190 * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
3191
3192 2010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3193
3194 * woman.el (woman-bookmark-make-record, woman-bookmark-jump):
3195 New functions.
3196 (woman-mode): Setup bookmark support.
3197
3198 * man.el (man-set-default-bookmark-title, man-bookmark-make-record)
3199 (man-bookmark-jump): New functions.
3200 (Man-mode): Setup bookmark support.
3201
3202 2010-04-10 Jari Aalto <jari.aalto@cante.net>
3203
3204 * comint.el (comint-password-prompt-regexp): Use regexp-opt, and
3205 recognize ssh-keygen prompt (Bug#2817).
3206
3207 2010-04-10 Michael Albinus <michael.albinus@gmx.de>
3208
3209 * net/tramp.el (tramp-do-copy-or-rename-file): Add progress reporter.
3210
3211 2010-04-10 Michael Albinus <michael.albinus@gmx.de>
3212
3213 Synchronize with Tramp repository.
3214
3215 * net/tramp.el (tramp-completion-function-alist)
3216 (tramp-file-name-regexp, tramp-chunksize)
3217 (tramp-local-coding-commands, tramp-remote-coding-commands):
3218 Fix docstring.
3219 (tramp-remote-process-environment): Use `format' instead of `concat'.
3220 (tramp-handle-directory-files-and-attributes)
3221 (tramp-get-remote-path): Use `copy-tree'.
3222 (tramp-handle-file-name-all-completions): Backward/ XEmacs
3223 compatibility: Use `completion-ignore-case' if
3224 `read-file-name-completion-ignore-case' does not exist.
3225 (tramp-do-copy-or-rename-file-directly): Do not use
3226 `tramp-handle-file-remote-p'.
3227 (tramp-do-copy-or-rename-file-out-of-band):
3228 Use `tramp-compat-delete-directory'.
3229 (tramp-do-copy-or-rename-file-out-of-band)
3230 (tramp-compute-multi-hops, tramp-maybe-open-connection):
3231 Use `format-spec-make'.
3232 (tramp-find-foreign-file-name-handler)
3233 (tramp-advice-make-auto-save-file-name)
3234 (tramp-set-auto-save-file-modes): Remove superfluous check for
3235 `stringp'. This is done inside `tramp-tramp-file-p'.
3236 (tramp-debug-outline-regexp): New defconst.
3237 (tramp-get-debug-buffer): Use it.
3238 (tramp-check-for-regexp): Use (forward-line 1).
3239 (tramp-set-auto-save-file-modes): Adapt version check.
3240
3241 * net/tramp-compat.el (tramp-advice-file-expand-wildcards):
3242 Wrap call of `featurep' for 2nd argument.
3243 (tramp-compat-make-temp-file): Simplify fallback implementation.
3244 (tramp-compat-copy-tree): Remove function.
3245 (tramp-compat-delete-directory): Provide implementation for older
3246 Emacsen.
3247
3248 * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes):
3249 Do not use `tramp-fish-handle-file-attributes.
3250
3251 * net/trampver.el: Update release number.
3252
3253 2010-04-10 Glenn Morris <rgm@gnu.org>
3254
3255 * progmodes/compile.el (compilation-save-buffers-predicate):
3256 Add missing :version tag.
3257
3258 2010-04-09 Sam Steingold <sds@gnu.org>
3259
3260 * progmodes/compile.el (compilation-save-buffers-predicate):
3261 Remove the "autoload" cookie.
3262
3263 * progmodes/bug-reference.el (turn-on-bug-reference-mode)
3264 (turn-on-bug-reference-prog-mode): Remove, `bug-reference-mode'
3265 and `bug-reference-prog-mode' can be used in hooks directly.
3266
3267 2010-04-09 Dan Nicolaescu <dann@ics.uci.edu>
3268
3269 Add --author support to git commit.
3270 * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
3271 (vc-git-log-edit-mode): New minor mode.
3272 (log-edit-mode, log-edit-extra-flags, log-edit-mode):
3273 New declarations.
3274
3275 2010-04-09 Eric Raymond <esr@snark.thyrsus.com>
3276
3277 * vc-hooks.el, vc-git.el: Improve documentation comments.
3278
3279 2010-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
3280
3281 Fix some of the problems in defsubst* (bug#5728).
3282 * emacs-lisp/cl-macs.el (defsubst*): Don't substitute non-trivial args.
3283 (cl-defsubst-expand): Do the substitutions simultaneously (bug#5728).
3284
3285 2010-04-07 Sam Steingold <sds@gnu.org>
3286
3287 * progmodes/compile.el (compilation-save-buffers-predicate):
3288 New custom variable.
3289 (compile, recompile): Pass it to `save-some-buffers'.
3290
3291 2010-04-07 Jan Djärv <jan.h.d@swipnet.se>
3292
3293 * wid-edit.el (widget-choose): Move cursor to the second line of
3294 the buffer (Bug#5695).
3295
3296 2010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
3297
3298 Add new VC methods: vc-log-incoming and vc-log-outgoing.
3299 * vc.el (vc-print-log-setup-buttons): New function split out from
3300 vc-print-log-internal.
3301 (vc-log-internal-common): New function, a parametrized version of
3302 vc-print-log-internal.
3303 (vc-print-log-internal): Just call vc-log-internal-common with the
3304 right arguments.
3305 (vc-incoming-outgoing-internal):
3306 (vc-log-incoming, vc-log-outgoing): New functions.
3307 (vc-log-view-type): New permanent local variable.
3308
3309 * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
3310
3311 * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
3312 of the dynamic bound vc-short-log.
3313 (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
3314
3315 * vc-git.el (vc-git-log-outgoing): New function.
3316 (vc-git-log-view-mode): Use vc-log-view-type instead
3317 of the dynamic bound vc-short-log.
3318
3319 * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead
3320 of the dynamic bound vc-short-log. Highlight the tag.
3321 (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
3322 (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
3323 (vc-hg-incoming-mode): Remove.
3324 (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
3325
3326 2010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
3327
3328 Fix default-directory for vc-root-diff.
3329 * vc.el (vc-root-diff): Bind default-directory to the root
3330 directory for the diff command.
3331
3332 2010-04-07 Michael McNamara <mac@mail.brushroad.com>
3333
3334 * progmodes/verilog-mode.el (verilog-forward-sexp):
3335 (verilog-calc-1): Support "disable fork" and "fork wait" multi
3336 word keywords, suggested by Steve Pearlmutter.
3337 (verilog-pretty-declarations): Support lineup of declarations in
3338 port lists.
3339 (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
3340 fix bug for /* / comments.
3341 (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
3342 Speed up and simplfy as this is never called with a bound.
3343 (verilog-pretty-declarations): Enhance to line up declarations
3344 inside a parameter list, suggested by Alan Morgan.
3345 (verilog-pretty-expr): Tune assignment regular expression match
3346 string for corner cases; also use markers instead of character
3347 number as indent changes the later.
3348
3349 2010-04-07 Wilson Snyder <wsnyder@wsnyder.org>
3350
3351 * progmodes/verilog-mode.el (verilog-type-keywords): Fix pulldown
3352 as missing keyword.
3353 (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
3354 causing truncation of AUTOWIRE signals. Reported by Bruce Tennant.
3355 (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
3356 AUTO_TEMPLATEs needing multiple array bits. Suggested by Bruce
3357 Tennant.
3358 (verilog-keywords):
3359 (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
3360 1800-2009 keywords, including "global.".
3361
3362 2010-04-06 John Wiegley <jwiegley@gmail.com>
3363
3364 * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
3365 appearing in buffer list (if a live buffer name matched a recentf
3366 file basename). Should use uniquify to offer a real solution.
3367
3368 2010-04-06 John Wiegley <jwiegley@gmail.com>
3369
3370 * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
3371 comment to code, and add a :version tag.
3372 (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
3373
3374 2010-04-06 Juanma Barranquero <lekktu@gmail.com>
3375
3376 Enable recentf-mode if using virtual buffers.
3377 * ido.el (recentf-list): Declare for byte-compiler.
3378 (ido-virtual-buffers): Move up to silence byte-compiler. Add docstring.
3379 (ido-make-buffer-list): Simplify.
3380 (ido-add-virtual-buffers-to-list): Simplify. Enable recentf-mode.
3381
3382 2010-04-05 Juri Linkov <juri@jurta.org>
3383
3384 Scrolling commands which scroll a line instead of full screen.
3385 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
3386
3387 * simple.el (scroll-up-line, scroll-down-line): New commands.
3388 Put property isearch-scroll=t on them.
3389
3390 * emulation/ws-mode.el (scroll-down-line, scroll-up-line):
3391 Remove commands.
3392
3393 2010-04-05 Juri Linkov <juri@jurta.org>
3394
3395 Scrolling commands which do not signal errors at top/bottom.
3396 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
3397
3398 * simple.el (scroll-up-command, scroll-down-command): New commands.
3399 Put property isearch-scroll=t on them.
3400
3401 * bindings.el (global-map): Rebind [prior] from `scroll-down' to
3402 `scroll-down-command' and [next] from `scroll-up' to
3403 `scroll-up-command'.
3404
3405 * emulation/cua-base.el: Put property CUA=move on
3406 `scroll-up-command' and `scroll-down-command'.
3407 (cua--init-keymaps): Remap `scroll-up-command' to `cua-scroll-up'
3408 and `scroll-down-command' to `cua-scroll-down'.
3409
3410 2010-04-05 Juanma Barranquero <lekktu@gmail.com>
3411
3412 * help.el (describe-mode): Return nil.
3413
3414 2010-04-04 John Wiegley <jwiegley@gmail.com>
3415
3416 * ido.el (ido-use-virtual-buffers): New variable to indicate
3417 whether "virtual buffer" support is enabled for IDO.
3418 (ido-virtual): Face used to indicate virtual buffers in the list.
3419 (ido-buffer-internal): If a buffer is chosen, and no such buffer
3420 exists, but a virtual buffer of that name does (which would be why
3421 it was in the list), recreate the buffer by reopening the file.
3422 (ido-make-buffer-list): If virtual buffers are being used, call
3423 `ido-add-virtual-buffers-to-list' before the make list hook.
3424 (ido-virtual-buffers): New variable which contains a copy of the
3425 current contents of the `recentf-list', albeit pared down for the
3426 sake of speed, and with proper faces applied.
3427 (ido-add-virtual-buffers-to-list): Using the `recentf-list',
3428 create a list of "virtual buffers" to present to the user in
3429 addition to the currently open set. Note that this logic could
3430 get rather slow if that list is too large. With the default
3431 `recentf-max-saved-items' of 200, there is little speed penalty.
3432
3433 2010-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
3434
3435 * font-lock.el: Require CL when compiling.
3436 (font-lock-turn-on-thing-lock): Use `case'.
3437
3438 2010-04-03 Eli Zaretskii <eliz@gnu.org>
3439
3440 * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
3441 Zaretskii.
3442
3443 2010-04-02 Juanma Barranquero <lekktu@gmail.com>
3444
3445 * cedet/semantic/imenu.el (semantic-imenu-bucketize-type-members)
3446 (semantic-create-imenu-directory-index): Fix typos in docstrings.
3447 (semantic-imenu-goto-function): Reflow docstring.
3448
3449 2010-04-02 Juri Linkov <juri@jurta.org>
3450
3451 * ehelp.el (electric-help-orig-major-mode):
3452 New buffer-local variable.
3453 (electric-help-mode): Set it to original major-mode. Doc fix.
3454 (with-electric-help): Use `electric-help-orig-major-mode' instead
3455 of (default-value 'major-mode). Doc fix.
3456 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html
3457
3458 2010-04-02 Sam Steingold <sds@gnu.org>
3459
3460 * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
3461 `vc-hg-command' with a list of flags.
3462
3463 * progmodes/bug-reference.el (bug-reference-bug-regexp):
3464 Also accept "patch" and "RFE".
3465 (bug-reference-fontify): `bug-reference-url-format' can also be a
3466 function to be able to handle the bug kind.
3467 (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add.
3468
3469 2010-04-02 Jan Djärv <jan.h.d@swipnet.se>
3470
3471 * tmm.el (tmm-get-keymap): Check with symbolp before passing
3472 value to fboundp, it may not be a symbol.
3473
3474 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
3475
3476 * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
3477
3478 2010-03-31 Juri Linkov <juri@jurta.org>
3479
3480 * simple.el (next-line, previous-line): Re-throw a signal
3481 with `signal' instead of using `ding'.
3482 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html
3483
3484 2010-03-31 Juri Linkov <juri@jurta.org>
3485
3486 * simple.el (keyboard-escape-quit): Raise deselecting the active
3487 region higher than exiting the minibuffer.
3488 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html
3489
3490 2010-03-31 Juri Linkov <juri@jurta.org>
3491
3492 * image.el (image-animated-p): Use `image-metadata' instead of
3493 `image-extension-data'. Get GIF extenstion data from metadata
3494 property `extension-data'.
3495
3496 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
3497
3498 * simple.el (append-to-buffer): Simplify.
3499
3500 2010-03-31 Tomas Abrahamsson <tab@lysator.liu.se>
3501
3502 * textmodes/artist.el (artist-mode): Fix typo in docstring.
3503 Reported by Alex Schröder <kensanata@gmail.com>. (Bug#5807)
3504
3505 2010-03-31 Kenichi Handa <handa@m17n.org>
3506
3507 * language/sinhala.el (composition-function-table): Fix regexp for
3508 the new Unicode specification.
3509
3510 * language/indian.el (devanagari-composable-pattern)
3511 (tamil-composable-pattern, kannada-composable-pattern)
3512 (malayalam-composable-pattern): Adjust for the new Unicode
3513 specification.
3514 (bengali-composable-pattern, gurmukhi-composable-pattern)
3515 (gujarati-composable-pattern, oriya-composable-pattern)
3516 (telugu-composable-pattern): New variables to cope with the new
3517 Unicode specification. Use them in composition-function-table.
3518
3519 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
3520
3521 Make tmm-menubar work for the Buffers menu again (bug#5726).
3522 * tmm.el (tmm-prompt): Also handle keymap entries in the form of
3523 vectors rather than cons cells, as used in menu-bar-update-buffers.
3524
3525 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
3526
3527 * progmodes/js.el (js-auto-indent-flag, js-mode-map)
3528 (js-insert-and-indent): Revert 2009-08-15 change, restoring
3529 electric punctuation for "{}();,:" (Bug#5586).
3530
3531 * mail/sendmail.el (mail-default-directory): Doc fix.
3532
3533 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
3534
3535 * mail/sendmail.el (mail-default-directory): Doc fix.
3536
3537 2010-03-31 Eli Zaretskii <eliz@gnu.org>
3538
3539 * subr.el (version-regexp-alist, version-to-list)
3540 (version-list-<, version-list-=, version-list-<=)
3541 (version-list-not-zero, version<, version<=, version=): Doc fix.
3542 (Bug#5744).
3543
3544 2010-02-31 Dan Nicolaescu <dann@ics.uci.edu>
3545
3546 * vc.el (vc-root-diff): Doc fix.
3547
3548 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
3549
3550 * vc.el (vc-print-log, vc-print-root-log): Doc fix.
3551
3552 * simple.el (append-to-buffer): Fix last change.
3553
3554 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
3555
3556 * simple.el (append-to-buffer): Ensure that point is preserved if
3557 BUFFER is the current buffer. Suggested by YAMAMOTO Mitsuharu.
3558 (Bug#5749)
3559
3560 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
3561
3562 * files.el (auto-mode-case-fold): Change default to t.
3563
3564 2010-03-30 Juri Linkov <juri@jurta.org>
3565
3566 * dired-x.el (dired-omit-mode): Doc fix.
3567
3568 2010-03-30 Juri Linkov <juri@jurta.org>
3569
3570 * replace.el (occur-accumulate-lines): Move occur-engine related
3571 functions `occur-accumulate-lines' and `occur-engine-add-prefix'
3572 to be located after `occur-engine'.
3573
3574 2010-03-30 Juri Linkov <juri@jurta.org>
3575
3576 Make occur handle multi-line matches cleanly with context.
3577 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
3578
3579 * replace.el (occur-accumulate-lines): Add optional arg `pt'.
3580 (occur-engine): Add local variables `ret', `prev-after-lines',
3581 `prev-lines'. Use more arguments for `occur-context-lines'.
3582 Set first elem of its returned list to `data', and the second elem
3583 to `prev-after-lines'. Don't print the separator line.
3584 In the end, print remaining context after-lines.
3585 (occur-context-lines): Add new arguments `begpt', `endpt',
3586 `lines', `prev-lines', `prev-after-lines'. Rewrite to combine
3587 after-lines of the previous match with before-lines of the
3588 current match and not overlap them. Return a list with two
3589 values: the output line and the list of context after-lines.
3590
3591 2010-03-30 Juri Linkov <juri@jurta.org>
3592
3593 * replace.el (occur-accumulate-lines): Fix a bug where the first
3594 context line at the beginning of the buffer was missing.
3595
3596 2010-03-30 Eli Zaretskii <eliz@gnu.org>
3597
3598 * files.el: Make bidi-display-reordering safe variable for boolean
3599 values.
3600
3601 2010-03-29 Phil Hagelberg <phil@evri.com>
3602 Chong Yidong <cyd@stupidchicken.com>
3603
3604 * subr.el: Extend progress reporters to perform "spinning".
3605 (progress-reporter-update, progress-reporter-do-update):
3606 Handle non-numeric value arguments.
3607 (progress-reporter--pulse-characters): New var.
3608
3609 2010-03-28 Chong Yidong <cyd@stupidchicken.com>
3610
3611 * progmodes/compile.el (compilation-start): Fix regexp detection
3612 of initial cd command (Bug#5771).
3613
3614 2010-03-28 Stefan Guath <stefan@automata.se> (tiny change)
3615
3616 * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
3617
3618 2010-03-27 Nick Roberts <nickrob@snap.net.nz>
3619
3620 Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
3621 * lisp/progmodes/gdb-mi.el: Restore.
3622 * lisp/progmodes/gdb-ui.el: Remove.
3623 * lisp/progmodes/gud.el: Re-accommodate for gdb-mi.el.
3624
3625 2010-03-25 Glenn Morris <rgm@gnu.org>
3626
3627 * desktop.el (desktop-save-buffer-p): Don't mistakenly include
3628 all dired buffers, even tramp ones. (Bug#5755)
3629
3630 2010-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
3631
3632 Add "union tags" in mpc.el.
3633 * mpc.el: Remove backward compatibility code.
3634 (mpc-browser-tags): Change default.
3635 (mpc--find-memoize-union-tags): New var.
3636 (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
3637 (mpc-cmd-find): Handle the case where the playlist does not exist.
3638 Handle union-tags.
3639 (mpc-cmd-list): Use mpc-cmd-special-tag-p. Handle union-tags.
3640 (mpc-cmd-add): Use mpc-cmd-flush.
3641 (mpc-tagbrowser-tag-name): New fun.
3642 (mpc-tagbrowser-buf): Use it.
3643 (mpc-songs-refresh): Use cond. Move to point-min as a fallback.
3644
3645 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
3646
3647 Misc cleanup.
3648 * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
3649 Use replace-regexp-in-string.
3650 (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
3651 (makefile-imake-mode-syntax-table): Move init into defvar.
3652 (makefile-mode): Use define-derived-mode.
3653
3654 * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
3655 (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
3656 not be present any more.
3657
3658 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
3659
3660 * faces.el (set-face-attribute): Fix typo in docstring.
3661 (face-valid-attribute-values): Reflow docstring.
3662
3663 * cedet/srecode/table.el (srecode-template-table): Fix docstring typo.
3664
3665 2010-03-24 Glenn Morris <rgm@gnu.org>
3666
3667 * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
3668
3669 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
3670
3671 * indent.el (indent-for-tab-command): Doc fix.
3672
3673 2010-03-24 Alan Mackenzie <acm@muc.de>
3674
3675 * progmodes/cc-engine.el (c-remove-stale-state-cache):
3676 Fix off-by-one error. Fixes bug #5747.
3677
3678 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
3679
3680 * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
3681 (image-dired-read-comment): Doc fix.
3682
3683 * json.el (json-object-type, json-array-type, json-key-type)
3684 (json-false, json-null, json-read-number):
3685 * minibuffer.el (completion-in-region-functions):
3686 * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
3687 (cal-tex-cursor-week):
3688 * emacs-lisp/trace.el (trace-function):
3689 * eshell/em-basic.el (eshell/printnl):
3690 * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
3691 (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
3692 * obsolete/levents.el (allocate-event, event-key, event-object)
3693 (event-point, event-process, event-timestamp, event-to-character)
3694 (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
3695 * textmodes/reftex-vars.el (reftex-index-macros-builtin)
3696 (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
3697 (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
3698 (reftex-highlight-selection): Fix typos in docstrings.
3699
3700 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
3701
3702 * minibuffer.el (completion-in-region-functions): Fix docstring typos.
3703
3704 2010-03-24 Glenn Morris <rgm@gnu.org>
3705
3706 * mail/rmail.el (rmail-highlight-face): Restore option deleted
3707 2008-02-13 without comment; mark it obsolete.
3708 (rmail-highlight-headers): Use rmail-highlight-face once more.
3709
3710 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
3711
3712 * woman.el (woman2-process-escapes): Only consume the newline if
3713 the filler character is on a line by itself (Bug#5729).
3714
3715 2010-03-24 Kenichi Handa <handa@m17n.org>
3716
3717 * language/indian.el (devanagari-composable-pattern): Add more
3718 consonants.
3719
3720 2010-03-24 Michael Albinus <michael.albinus@gmx.de>
3721
3722 * net/trampver.el: Update release number.
3723
3724 2010-03-24 Glenn Morris <rgm@gnu.org>
3725
3726 * Makefile.in (ELCFILES): Add cedet/semantic/imenu.el.
3727
3728 2010-03-24 Michael Albinus <michael.albinus@gmx.de>
3729
3730 * net/tramp.el (tramp-find-executable):
3731 Use `tramp-get-connection-buffer'. Make the regexp for checking
3732 output of "wc -l" more robust.
3733 (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
3734 (tramp-open-connection-setup-interactive-shell): Remove workaround
3735 for OpenSolaris bug, it is not needed anymore.
3736
3737 2010-03-24 Eric M. Ludlam <zappo@gnu.org>
3738
3739 * cedet/semantic/imenu.el: New file, from the CEDET repository
3740 (Bug#5412).
3741
3742 2010-03-24 Glenn Morris <rgm@gnu.org>
3743
3744 * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie. (Bug#4427)
3745
3746 2010-03-24 Wilson Snyder <wsnyder@wsnyder.org>
3747
3748 * files.el (auto-mode-alist): Accept more verilog file patterns.
3749
3750 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
3751
3752 * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
3753
3754 2010-03-24 Glenn Morris <rgm@gnu.org>
3755
3756 * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
3757 log-edit-before-checkin-process.
3758
3759 * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
3760
3761 * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
3762
3763 * vc-dispatcher.el (vc-start-logentry): Doc fix.
3764 (log-view-process-buffer, log-edit-extra-flags): Declare.
3765
3766 * log-edit.el (log-edit-before-checkin-process): Doc fix.
3767
3768 * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
3769 Consistently check ede-object is bound throughout.
3770
3771 * cedet/ede/project-am.el (ede-shell-run-something): Declare.
3772
3773 2010-03-23 Sam Steingold <sds@gnu.org>
3774
3775 Fix bug#5620: recalculate all markers on compilation buffer
3776 modifications, not on file modifications.
3777 * progmodes/compile.el (buffer-modtime): New buffer-local variable:
3778 the buffer modification time, for buffers not associated with files.
3779 (compilation-mode): Create it.
3780 (compilation-filter): Update it.
3781 (compilation-next-error-function): Use it instead of
3782 `visited-file-modtime' for timestamp.
3783
3784 2010-03-23 Juri Linkov <juri@jurta.org>
3785
3786 Implement Occur multi-line matches.
3787 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
3788
3789 * replace.el (occur): Doc fix.
3790 (occur-engine): Set `begpt' to the beginning of the first line.
3791 Set `endpt' to the end of the last match line. At first, count
3792 line numbers between `origpt' and `begpt'. Split out code from
3793 `out-line' variable to new let-bindings `match-prefix' and
3794 `match-str'. In `out-line' add non-numeric prefix to all
3795 non-first lines of multi-line matches. Finally, count lines
3796 between `begpt' and `endpt' and add to `lines'.
3797
3798 2010-03-23 Juri Linkov <juri@jurta.org>
3799
3800 * replace.el (occur-accumulate-lines, occur-engine):
3801 Use `occur-engine-line' instead of duplicate code.
3802 (occur-engine-line): New function created from duplicate code
3803 in `occur-accumulate-lines' and `occur-engine'.
3804
3805 * replace.el (occur-engine-line): Add optional arg `keep-props'.
3806 (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
3807
3808 2010-03-23 Juri Linkov <juri@jurta.org>
3809
3810 * finder.el: Remove TODO tasks.
3811
3812 * info.el (Info-finder-find-node): Add node "all"
3813 with all package info. Handle a list of multiple keywords
3814 separated by comma.
3815 (info-finder): In interactive use with a prefix argument,
3816 use `completing-read-multiple' to read a list of keywords
3817 separated by comma.
3818
3819 2010-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
3820
3821 Add a new completion style `substring'.
3822 * minibuffer.el (completion-basic--pattern): New function.
3823 (completion-basic-try-completion, completion-basic-all-completions):
3824 Use it.
3825 (completion-substring--all-completions)
3826 (completion-substring-try-completion)
3827 (completion-substring-all-completions): New functions.
3828 (completion-styles-alist): New style `substring'.
3829
3830 2010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
3831
3832 Get rid of .elc files after removal of the corresponding .el.
3833 * Makefile.in (compile-clean): New target.
3834 (compile-main): Use it.
3835
3836 2010-03-22 Jan Djärv <jan.h.d@swipnet.se>
3837
3838 * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
3839 don't do make there. When compiling with separate object dir, there
3840 is no Makefile there.
3841
3842 2010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
3843
3844 Get rid of the ELCFILES abomination, again.
3845 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
3846 (all, compile): Don't call compile-last.
3847 (compile-main): Build the "elcfiles" list dynamically.
3848 (compile-targets): New (internal) target.
3849
3850 2010-03-21 Andreas Schwab <schwab@linux-m68k.org>
3851
3852 * Makefile.in (top_srcdir): Define.
3853 (abs_top_builddir): Define.
3854 (srcdir): Don't append `/..'.
3855 (EMACS): Use ${abs_top_builddir}.
3856 (all, compile, compile-always, compile-last): Don't set emacswd.
3857 (update-subdirs, update-authors): Use $(top_srcdir) instead of
3858 $(srcdir).
3859 (lisp): Use $(srcdir) instead of @srcdir@.
3860
3861 2010-03-21 Juri Linkov <juri@jurta.org>
3862
3863 Fix message of multi-line occur regexps and multi-buffer header lines.
3864 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
3865
3866 * replace.el (occur-1): Don't display regexp if it is longer
3867 than window-width. Use `query-replace-descr' to display regexp.
3868 (occur-engine): Don't display regexp in the buffer header for
3869 multi-buffer occur. Display a separate header line with total
3870 match count and regexp for multi-buffer occur.
3871 Use `query-replace-descr' to display regexp.
3872
3873 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
3874
3875 * net/secrets.el: Fix parenthesis.
3876 (secrets-enabled): Fix parenthesis.
3877
3878 2010-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
3879
3880 Use more relative file and directory names.
3881 * Makefile.in (EMACS): Arrange for it to work when we chdir.
3882 (setwins, setwins_almost, setwins_for_subdirs):
3883 Don't `cd'; output relative names.
3884 (all, compile, compile-always, compile-last): Set emacswd.
3885 (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
3886 Just cd to the lisp source dir so we can use relative file names.
3887
3888 * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
3889
3890 2010-03-20 Glenn Morris <rgm@gnu.org>
3891
3892 * textmodes/rst.el: Use faces for font-lock customization, and make the
3893 old -face variables obsolete.
3894 (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
3895 (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
3896 (rst-block-face, rst-external-face, rst-definition-face)
3897 (rst-directive-face, rst-comment-face, rst-emphasis1-face)
3898 (rst-emphasis2-face, rst-literal-face, rst-reference-face):
3899 Make obsolete.
3900 (rst-font-lock-keywords-function): Update for above changes.
3901
3902 2010-03-20 Juri Linkov <juri@jurta.org>
3903
3904 * s-region.el:
3905 * obsolete/s-region.el: Move to obsolete.
3906
3907 2010-03-19 Juanma Barranquero <lekktu@gmail.com>
3908
3909 * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
3910
3911 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
3912
3913 * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
3914
3915 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
3916
3917 Add special markup processing for commit logs.
3918 * log-edit.el (log-edit-extra-flags): New variable.
3919 (log-edit): Add new argument MODE. Use that mode when non-nil
3920 instead of the log-view-mode.
3921 (log-view-process-buffer): New function.
3922
3923 * vc.el: Document that the checkin method takes optional
3924 arguments. Document new backend specific method: log-view-mode.
3925 (vc-default-log-edit-mode): New function.
3926 (vc-checkin): Use a backend specific log-view-mode.
3927 Pass extra arguments to the checkin method.
3928 (vc-modify-change-comment): Pass a dummy extra argument.
3929
3930 * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
3931 log-edit.
3932 (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
3933 (vc-finish-logentry): Process the log buffer before passing it
3934 down. Pass log-edit-extra-flags.
3935
3936 * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
3937 command.
3938 (log-edit-extra-flags, log-edit-before-checkin-process):
3939 New declarations.
3940
3941 * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
3942 command.
3943 (log-edit-extra-flags, log-edit-before-checkin-process):
3944 New declarations.
3945 (vc-hg-log-edit-mode): New derived mode.
3946
3947 * vc-arch.el (vc-arch-checkin):
3948 * vc-cvs.el (vc-cvs-checkin):
3949 * vc-git.el (vc-git-checkin):
3950 * vc-mtn.el (vc-mtn-checkin):
3951 * vc-rcs.el (vc-rcs-checkin):
3952 * vc-sccs.el (vc-sccs-checkin):
3953 * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
3954
3955 2010-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
3956
3957 * outline.el (hide-sublevels): Don't hide trailing newline (and fix
3958 parent typo).
3959
3960 2010-03-19 Glenn Morris <rgm@gnu.org>
3961
3962 * password-cache.el (password-cache, password-cache-expiry): Autoload.
3963
3964 2010-03-18 Glenn Morris <rgm@gnu.org>
3965
3966 * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
3967
3968 * replace.el (query-replace-history): Give it a doc string.
3969 (map-query-replace-regexp): Use query-replace-from-history-variable
3970 and query-replace-to-history-variable.
3971
3972 * mail/hashcash.el (declare-function): Remove duplicate definition.
3973
3974 * mail/emacsbug.el (report-emacs-bug-pretest-address):
3975 Make it an obsolete alias for report-emacs-bug-address.
3976 (message-strip-special-text-properties): Declare.
3977 (report-emacs-bug): Remove test for a pretest bug address.
3978 Combine message-mode-specific code.
3979
3980 * mail/supercite.el: Don't require sendmail.
3981 (mh-in-header-p): Declare rather than using with-no-warnings.
3982 (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
3983 mail-header-end. Don't bind mysterious variable `kill-lines-magic'.
3984
3985 * calendar/cal-french.el: Convert to utf-8.
3986
3987 * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
3988 Emacs scripts.
3989
3990 2010-03-16 Michael Albinus <michael.albinus@gmx.de>
3991
3992 * net/secrets.el (secrets-enabled): New variable. Use it instead
3993 of a subfeature.
3994
3995 2010-03-15 Michael Albinus <michael.albinus@gmx.de>
3996
3997 * net/secrets.el (top): Register the D-Bus signals only when the
3998 service "org.freedesktop.secrets" can be pinged.
3999 Provide subfeature `enabled'.
4000
4001 2010-03-14 Juri Linkov <juri@jurta.org>
4002
4003 Add finder unknown keywords.
4004
4005 * finder.el (finder-unknown-keywords): New function.
4006
4007 * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
4008 to create a Finder node with unknown keywords.
4009
4010 2010-03-14 Juri Linkov <juri@jurta.org>
4011
4012 * finder.el (finder-compile-keywords): Replace `princ' with
4013 `prin1' on a list of symbols interned from keyword strings.
4014
4015 * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
4016 a comma, then split keywords using a comma and optional whitespace.
4017 Otherwise, split by whitespace.
4018
4019 * complete.el:
4020 * face-remap.el:
4021 * log-view.el:
4022 * net/hmac-def.el:
4023 * net/hmac-md5.el:
4024 * net/netrc.el:
4025 * progmodes/mixal-mode.el: Fix keywords.
4026
4027 2010-03-13 Michael Albinus <michael.albinus@gmx.de>
4028
4029 * Makefile.in (ELCFILES): Add net/secrets.elc.
4030
4031 * net/secrets.el: New file.
4032
4033 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
4034
4035 * facemenu.el (list-colors-display, list-colors-print): New arg
4036 callback. Use it to allow selecting colors.
4037
4038 * wid-edit.el (widget-image-insert): Insert image prop even if the
4039 current display is non-graphic.
4040 (widget-field-value-set): New fun.
4041 (editable-field): Use it.
4042 (widget-field-value-get): Clean up unused var.
4043 (widget-color-value-create, widget-color--choose-action):
4044 New funs. Allow using list-colors-display to choose color.
4045
4046 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
4047
4048 * cus-edit.el: Resort topmost custom groups.
4049 (custom-buffer-sort-alphabetically): Default to t.
4050 (customize-apropos): Use apropos-parse-pattern.
4051 (custom-search-field): New var.
4052 (custom-buffer-create-internal): Add custom-apropos search field.
4053 (custom-add-parent-links): Don't display parent doc.
4054 (custom-group-value-create): Don't sort top-level custom group.
4055 (custom-magic-value-create): Show visibility button before option name.
4056
4057 (custom-variable-state): New fun, from custom-variable-state-set.
4058 (custom-variable-state-set): Use it.
4059 (custom-group-value-create): Hide options with standard values
4060 using the :hidden-states property. Use progress reporter.
4061
4062 (custom-show): Simplify.
4063 (custom-visibility): Disable images by default.
4064 (custom-variable): New property :hidden-states.
4065 (custom-variable-value-create): Enable images for
4066 custom-visibility widgets. Use :hidden-states property to
4067 determine initial visibility.
4068
4069 * wid-edit.el (widget-image-find): Give images center ascent.
4070 (visibility): Add :on-image and :off-image properties.
4071 (widget-visibility-value-create): Use them.
4072
4073 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
4074
4075 * cus-edit.el (processes): Remove from development group.
4076 (oop, hypermedia): Delete group.
4077 (comm): Promote to top-level group.
4078
4079 * net/browse-url.el (browse-url):
4080 * net/xesam.el (xesam):
4081 * net/tramp.el (tramp):
4082 * net/goto-addr.el (goto-address):
4083 * net/ange-ftp.el (ange-ftp): Put in comm group.
4084
4085 * view.el (view): Remove from editing group.
4086
4087 * uniquify.el (uniquify): Put in files group.
4088
4089 * net/browse-url.el (browse-url):
4090 * ps-print.el (postscript): Put in external group.
4091
4092 * cus-edit.el (outlines):
4093 * textmodes/text-mode.el (text-mode-hook):
4094 * textmodes/table.el (table):
4095 * textmodes/picture.el (picture):
4096 * outline.el (outlines): Put in wp group.
4097
4098 * nxml/nxml-mode.el (nxml): Remove from wp group.
4099
4100 * net/tramp-imap.el (tramp-imap): Put in tramp group.
4101
4102 * mail/metamail.el (metamail): Remove from hypermedia group.
4103
4104 * cus-edit.el (abbrev):
4105 * whitespace.el (whitespace):
4106 * vcursor.el (vcursor):
4107 * reveal.el (reveal):
4108 * hl-line.el (hl-line): Put in convenience group.
4109
4110 * epg-config.el (epg): Put in data group.
4111
4112 * emulation/pc-select.el (pc-select): Put in emulations group.
4113
4114 * calculator.el (calculator): Put in applications group.
4115
4116 2010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
4117
4118 Add .dir-locals.el support for file-less buffers.
4119 * files.el (hack-local-variables): Split out code to apply local
4120 variable settings ...
4121 (hack-local-variables-apply): ... here. New function.
4122 (hack-dir-local-variables): Use the default directory for when the
4123 buffer does not have an associated file.
4124 (hack-dir-local-variables-non-file-buffer): New function.
4125 * diff-mode.el (diff-mode):
4126 * vc-annotate.el (vc-annotate-mode):
4127 * vc-dir.el (vc-dir-mode):
4128 * log-edit.el (log-edit-mode):
4129 * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
4130
4131 2010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
4132
4133 Add support for shelving snapshots and for showing shelves.
4134 * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
4135 (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
4136 New functions.
4137 (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
4138 (vc-bzr-extra-menu-map): Map them.
4139
4140 2010-03-11 Glenn Morris <rgm@gnu.org>
4141
4142 * cus-edit.el (customize-changed-options-previous-release):
4143 Bump to 23.1.
4144
4145 * image.el (image-animate-max-time): Fix :version tag.
4146
4147 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
4148
4149 * Branch for 23.2.
4150
4151 2010-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
4152
4153 * vc-git.el (vc-git-revision-table): Include remote branches.
4154
4155 2010-03-10 Kim F. Storm <storm@cua.dk>
4156
4157 Animated image API.
4158 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
4159
4160 * image.el (image-animate-max-time): New defcustom.
4161 (image-animated-types): New defconst.
4162 (create-animated-image, image-animate-timer)
4163 (image-animate-start, image-animate-stop, image-animate-timeout)
4164 (image-animated-p): New functions.
4165
4166 * image-mode.el (image-toggle-display-image):
4167 Replace `create-image' with `create-animated-image'.
4168
4169 2010-03-09 Miles Bader <miles@gnu.org>
4170
4171 * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
4172 instead of "format:"; this ensures that the output is
4173 newline-terminated.
4174
4175 2010-03-08 Chong Yidong <cyd@stupidchicken.com>
4176
4177 * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
4178 that all errors are caught, and that the return value is always a
4179 list (Bug#5692).
4180
4181 2010-03-08 Kenichi Handa <handa@m17n.org>
4182
4183 * language/misc-lang.el (windows-1256): New coding system.
4184 (cp1256): New alias of windows-1256 (bug#5690).
4185
4186 2010-03-07 Andreas Schwab <schwab@linux-m68k.org>
4187
4188 * mail/rfc822.el (rfc822-addresses): Move catch clause down around
4189 call to rfc822-bad-address. (Bug#5692)
4190
4191 2010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change)
4192
4193 * vc-git.el (vc-git-annotate-extract-revision-at-line):
4194 Use vc-git-root as default directory for revision path (Bug#5657).
4195
4196 2010-03-06 Chong Yidong <cyd@stupidchicken.com>
4197
4198 * calculator.el (calculator): Don't bind split-window-keep-point
4199 (Bug#5674).
4200
4201 2010-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
4202
4203 * vc-git.el: Re-flow to fit into 80 columns.
4204 (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
4205 Remove spurious `quote' element in each case alternative.
4206 (vc-git-show-log-entry): Use prog1.
4207 (vc-git-after-dir-status-stage): Remove unused var `remaining'.
4208
4209 2010-03-06 Glenn Morris <rgm@gnu.org>
4210
4211 * cedet/semantic/grammar.el (semantic-grammar-header-template):
4212 Update template copyright to GPLv3+.
4213
4214 2010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
4215
4216 * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
4217
4218 2010-03-03 Chong Yidong <cyd@stupidchicken.com>
4219
4220 * macros.el (insert-kbd-macro): Look up keyboard macro using the
4221 definition, not the name (Bug#5481).
4222
4223 2010-03-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
4224
4225 * subr.el (momentary-string-display): Don't overwrite the MESSAGE
4226 argument with a local variable. (Bug#5670)
4227
4228 2010-03-02 Juri Linkov <juri@jurta.org>
4229
4230 * info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
4231
4232 2010-03-02 Michael Albinus <michael.albinus@gmx.de>
4233
4234 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
4235 error when FILENAME and NEWNAME are existing remote directories.
4236
4237 * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
4238 parameter DIR-FLAG.
4239
4240 2010-03-02 Glenn Morris <rgm@gnu.org>
4241
4242 * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
4243 of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
4244
4245 2010-03-01 Kenichi Handa <handa@m17n.org>
4246
4247 * language/burmese.el (burmese-composable-pattern): Rename from
4248 myanmar-composable-pattern.
4249
4250 * international/characters.el (script-list):
4251 * international/fontset.el (script-representative-chars):
4252 Change myanmar to burmese.
4253 (otf-script-alist): Likewise.
4254 (setup-default-fontset): Likewise. Re-fix :otf spec.
4255
4256 2010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
4257
4258 * menu-bar.el (menu-bar-manuals-menu): Fix typo.
4259
4260 2010-02-28 Jan Djärv <jan.h.d@swipnet.se>
4261
4262 * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
4263
4264 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
4265
4266 * net/tramp.el (tramp-handle-write-region): START can be a string.
4267 Take care in the checks. Reported by Dan Davison
4268 <davison@stats.ox.ac.uk>.
4269
4270 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
4271
4272 * net/dbus.el (dbus-introspect, dbus-get-property)
4273 (dbus-set-property, dbus-get-all-properties):
4274 Use `dbus-call-method' when noninteractive. (Bug#5645)
4275
4276 2010-02-28 Chong Yidong <cyd@stupidchicken.com>
4277
4278 * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
4279 * emacs-lisp/elint.el (elint-add-required-env):
4280 * cedet/semantic/db-find.el
4281 (semanticdb-find-translate-path-brutish-default):
4282 * cedet/ede/make.el (ede-make-check-version):
4283 * calendar/icalendar.el (icalendar--add-diary-entry):
4284 * calc/calcalg2.el (math-tracing-integral):
4285 * files.el (recover-session-finish): Use with-current-buffer
4286 instead of save-excursion.
4287
4288 2010-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
4289
4290 Fix in-buffer completion when after-change-functions modify the buffer.
4291 * minibuffer.el (completion--replace): New function.
4292 (completion--do-completion): Use it and use relative movement.
4293
4294 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
4295
4296 * international/fontset.el (setup-default-fontset): Fix :otf spec.
4297
4298 2010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
4299
4300 * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
4301 Allow the characters _<> in the stack entry (Bug#5653).
4302
4303 2010-02-26 Kenichi Handa <handa@m17n.org>
4304
4305 * language/burmese.el: Fix entries in composition-function-table.
4306 (myanmar-composable-pattern): New variable.
4307
4308 * international/fontset.el (setup-default-fontset): Add an entry
4309 for myanmar.
4310
4311 * international/characters.el (script-list): Add Myanmar
4312 Extended-A.
4313
4314 2010-02-26 Glenn Morris <rgm@gnu.org>
4315
4316 * custom.el (custom-initialize-delay): Doc fix.
4317
4318 * mail/sendmail.el (send-mail-function): Autoload the call
4319 to custom-initialize-delay, not otherwise preserved in loaddefs.el.
4320
4321 2010-02-24 Chong Yidong <cyd@stupidchicken.com>
4322
4323 * files.el (hack-local-variables-filter): For eval forms, also
4324 check safe-local-variable-p (Bug#5636).
4325
4326 2010-02-24 Eduard Wiebe <usenet@pusto.de>
4327
4328 * javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
4329 and use c(ad)r of cddr (Bug#5640).
4330
4331 2010-02-22 Michael Albinus <michael.albinus@gmx.de>
4332
4333 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
4334 setting the modes by `ignore-errors'. It might fail, for example
4335 if the file is not owned by the user but the group.
4336 (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
4337
4338 2010-02-21 Chong Yidong <cyd@stupidchicken.com>
4339
4340 * files.el (directory-listing-before-filename-regexp): Use
4341 stricter matching for iso-style dates, to avoid false matches with
4342 date-like filenames (Bug#5597).
4343
4344 * htmlfontify.el (htmlfontify): Doc fix.
4345
4346 * eshell/eshell.el (eshell): Doc fix.
4347
4348 * startup.el (fancy-about-screen): In mode-line, apply
4349 mode-line-buffer-id face only to the buffer name (Bug#5613).
4350
4351 2010-02-20 Kevin Ryde <user42@zip.com.au>
4352
4353 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4354 In `watcom' anchor regexp to start of line, to avoid slowness
4355 (Bug#5599).
4356
4357 2010-02-20 Eli Zaretskii <eliz@gnu.org>
4358
4359 * subr.el (remove-yank-excluded-properties): Explain in a comment
4360 why `category' property is removed.
4361
4362 2010-02-19 Chong Yidong <cyd@stupidchicken.com>
4363
4364 * isearch.el (isearch-update-post-hook, isearch-update): Revert
4365 2010-02-17 change.
4366
4367 2010-02-19 Ulf Jasper <ulf.jasper@web.de>
4368
4369 * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
4370 (icalendar--convert-weekly-to-ical)
4371 (icalendar--convert-yearly-to-ical)
4372 (icalendar--convert-block-to-ical)
4373 (icalendar--convert-cyclic-to-ical)
4374 (icalendar--convert-anniversary-to-ical): Take care of time
4375 specifications where hour has 1-digit only (Bug#5549).
4376
4377 2010-02-19 Nick Roberts <nickrob@snap.net.nz>
4378
4379 * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
4380 of disassemble output in GDB 7.1.
4381
4382 2010-02-19 Glenn Morris <rgm@gnu.org>
4383
4384 * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
4385 property. (Bug#5593)
4386
4387 2010-02-18 Sam Steingold <sds@gnu.org>
4388
4389 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
4390
4391 2010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
4392
4393 Use abbreviated file names in bookmarks (bug#5591).
4394 * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
4395 calls to expand-file-name.
4396 (bookmark-relocate): Use abbreviated file names in bookmarks.
4397 (bookmark-load): Use abbreviated file names in messages.
4398
4399 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
4400
4401 * net/tramp.el (tramp-handle-directory-files): When FULL, do not
4402 expand "." and "..". Reported by Thierry Volpiatto
4403 <thierry.volpiatto@gmail.com>.
4404
4405 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
4406
4407 * net/tramp.el (tramp-handle-insert-file-contents): Set always the
4408 permissions of the temporary file to "0600". In case the remote
4409 file has no read permissions for the owner, there might be
4410 problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
4411
4412 22010-02-18 Glenn Morris <rgm@gnu.org>
4413
4414 * emacs-lisp/authors.el (authors-renamed-files-alist):
4415 Add entries for INSTALL.CVS.
4416
4417 2010-02-17 Mark A. Hershberger <mah@everybody.org>
4418
4419 * vc-bzr.el: Fix typo in Known Bugs section.
4420
4421 * isearch.el (isearch-update-post-hook): New hook.
4422 (isearch-update): Use the new hook.
4423
4424 2010-02-16 Michael Albinus <michael.albinus@gmx.de>
4425
4426 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
4427 Fix errors in copying directories.
4428 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
4429 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
4430 (tramp-handle-delete-file)
4431 (tramp-handle-dired-recursive-delete-directory)
4432 (tramp-handle-write-region): Flush also the cache for the upper
4433 directory.
4434
4435 2010-02-16 Chong Yidong <cyd@stupidchicken.com>
4436
4437 * simple.el (save-interprogram-paste-before-kill): Doc fix.
4438
4439 * cus-edit.el (hardware): Doc fix.
4440
4441 * man.el (man): Add to external custom group.
4442
4443 * delim-col.el (columns): Move to wp custom group.
4444
4445 * doc-view.el (doc-view): Add to data custom group.
4446
4447 * cedet/data-debug.el (data-debug): Move to extensions group.
4448
4449 * cedet/ede.el (ede):
4450 * cedet/srecode.el (srecode):
4451 * cedet/semantic.el (semantic): Put in tools and extensions group.
4452
4453 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
4454
4455 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
4456 by ispell-parse-output (Bug#5575).
4457
4458 2010-02-16 Kenichi Handa <handa@m17n.org>
4459
4460 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
4461 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
4462 (skkdic-convert): Use `euc-japan' coding system for writing.
4463
4464 2010-02-16 Glenn Morris <rgm@gnu.org>
4465
4466 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
4467 tex-main-file before using it. (Bug#5562)
4468
4469 2010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
4470
4471 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
4472 warnings, since it is annoying for the user to see them each time he
4473 runs the code.
4474
4475 2010-02-15 Michael Albinus <michael.albinus@gmx.de>
4476
4477 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
4478 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
4479 instead of PROC for caching "first-password-request". Otherwise,
4480 new processes would not profit from passwords already entered.
4481
4482 * net/tramp-cache.el (tramp-dump-connection-properties):
4483 Don't save "first-password-request" property.
4484
4485 2010-02-14 Juanma Barranquero <lekktu@gmail.com>
4486
4487 * outline.el (outline-head-from-level):
4488 * simple.el (with-wrapper-hook):
4489 * cedet/ede.el (ede-run-target, project-delete-target)
4490 (project-dist-files, ede-name, ede-documentation, ede-parent-project)
4491 (ede-adebug-project, ede-adebug-project-parent)
4492 (ede-adebug-project-root):
4493 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
4494 (elint-defun, elint-buffer-env, elint-top-form-logged)
4495 (elint-unbound-variable):
4496 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
4497 Fix typos in docstrings.
4498
4499 2010-02-14 Michael Albinus <michael.albinus@gmx.de>
4500
4501 * files.el (insert-directory): When WILDCARD-REGEXP and
4502 FULL-DIRECTORY-P are nil, insert the file entry instead of the
4503 whole directory. (Bug#5551)
4504
4505 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
4506 dired's alignment sanity. (Bug#5516)
4507
4508 2010-02-14 Juri Linkov <juri@jurta.org>
4509
4510 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
4511 Remove remaining ^H with their preceding chars. (Bug#5566)
4512
4513 2010-02-13 Glenn Morris <rgm@gnu.org>
4514
4515 * simple.el (transpose-subr): Give it a doc-string.
4516
4517 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
4518 Doc fixes.
4519
4520 2010-02-12 Juri Linkov <juri@jurta.org>
4521
4522 * arc-mode.el (archive-unique-fname): Make directories for nested
4523 archives. (Bug#5540)
4524
4525 2010-02-12 Juri Linkov <juri@jurta.org>
4526
4527 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
4528
4529 2010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
4530
4531 * subr.el (copy-overlay): Handle deleted overlays.
4532
4533 * man.el (Man-completion-table): Don't signal an error if we can't run
4534 manual-program (bug#4056).
4535
4536 2010-02-10 Juanma Barranquero <lekktu@gmail.com>
4537
4538 * textmodes/artist.el (artist-mt): Fix typos in docstring.
4539
4540 2010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4541
4542 * info.el (Info-bookmark-jump): Simplify.
4543
4544 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
4545 (bookmark-default-handler): Accept new bookmark field `buffer'.
4546
4547 2010-02-10 Chong Yidong <cyd@stupidchicken.com>
4548
4549 * iswitchb.el (iswitchb-completions): Revert last change.
4550
4551 2010-02-10 Michael Albinus <michael.albinus@gmx.de>
4552
4553 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
4554 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
4555 This prevents file names like "~/" being listed literally.
4556
4557 2010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
4558
4559 * term/xterm.el (xterm-maybe-set-dark-background-mode):
4560 Remove dead code. (Bug#5546)
4561
4562 2010-02-09 Chong Yidong <cyd@stupidchicken.com>
4563
4564 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
4565 correctly (Bug#5548).
4566
4567 2010-02-08 Jose E. Marchesi <jemarch@gnu.org>
4568
4569 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
4570 (ada-adjust-case): Don't adjust case in hexadecimal number literals.
4571
4572 2010-02-08 Kenichi Handa <handa@m17n.org>
4573
4574 * international/mule-util.el (with-coding-priority): Add autoload
4575 cookie for putting `lisp-indent-function'.
4576
4577 2010-02-07 Glenn Morris <rgm@gnu.org>
4578
4579 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
4580 Move F2003 named interfaces from keywords-2 to keywords-1, and
4581 use function-name-face rather than constant-face.
4582 Simplify "abstract interface" regexp.
4583
4584 2010-02-07 Chong Yidong <cyd@stupidchicken.com>
4585
4586 * eshell/esh-util.el (eshell-file-attributes): New optional arg
4587 ID-FORMAT. Pass it to `file-attributes'.
4588
4589 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
4590
4591 2010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
4592
4593 * faces.el (set-face-attribute): Allow calling
4594 internal-set-lisp-face-attribute with 'unspecified family and
4595 foundry argument (Bug#5536).
4596
4597 2010-02-07 Glenn Morris <rgm@gnu.org>
4598
4599 * progmodes/f90.el (f90-font-lock-keywords-2)
4600 (f90-looking-at-type-like, f90-looking-at-program-block-end):
4601 Handle F2003 named interfaces.
4602
4603 2010-02-06 Chong Yidong <cyd@stupidchicken.com>
4604
4605 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
4606 beg and end before calling c-get-state-before-change-functions.
4607
4608 2010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
4609
4610 * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
4611
4612 2010-02-05 Juri Linkov <juri@jurta.org>
4613
4614 * doc-view.el (doc-view-mode):
4615 * image-mode.el (image-mode): Put property mode-class=special.
4616 (Bug#4896)
4617
4618 2010-02-05 Mark A. Hershberger <mah@everybody.org>
4619
4620 * vc-svn.el (vc-svn-revision-table): New function.
4621
4622 2010-02-05 Michael Albinus <michael.albinus@gmx.de>
4623
4624 * net/ange-ftp.el (ange-ftp-insert-directory):
4625 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
4626 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
4627 Handle also directories. (Bug#5478)
4628
4629 2010-02-05 Glenn Morris <rgm@gnu.org>
4630
4631 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
4632
4633 2010-02-05 Chong Yidong <cyd@stupidchicken.com>
4634
4635 * startup.el (command-line-1): Convert options beginning with a
4636 single dash as well (Bug#5519).
4637
4638 2010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
4639
4640 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
4641 * minibuffer.el (completion-initials-expand): Only check the presence
4642 of delims *within* the boundaries, since otherwise the / delim is
4643 always found for files.
4644
4645 Fix up various corner case problems.
4646 * doc-view.el (doc-view-last-page-number): New function.
4647 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
4648 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
4649 (doc-view-kill-proc): Avoid inf-loop in freak cases.
4650 (doc-view-reconvert-doc): Use the new recursive delete-directory.
4651 (doc-view-convert-current-doc): Don't create the resolution.el file
4652 here any more.
4653 (doc-view-pdf/ps->png): Do it here instead.
4654 (doc-view-already-converted-p): Check that resolution.el is present.
4655 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
4656 windows that are not yet showing images.
4657
4658 2010-02-04 Michael Albinus <michael.albinus@gmx.de>
4659
4660 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
4661 `dired-uncache' for every elemnt which is an absolute file name.
4662
4663 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
4664 directory, handle its directory component.
4665 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
4666 function is called permanently and creates noise, otherwise.
4667
4668 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
4669 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
4670 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
4671
4672 2010-02-04 David Burger <dburger@google.com> (tiny change)
4673
4674 * macros.el (apply-macro-to-region-lines):
4675 Minor simplification. (Bug#5485)
4676
4677 2010-02-04 Glenn Morris <rgm@gnu.org>
4678
4679 * mail/rmail.el (rmail-show-message-1): Handle malformed
4680 quoted-printable text. (Bug#5441)
4681
4682 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
4683
4684 * simple.el (visual-line-mode): Capitalize lighter.
4685
4686 2010-02-03 John Wiegley <jwiegley@gmail.com>
4687
4688 * iswitchb.el (iswitchb-completions): Add bookmark files to the
4689 list of files considered for "virtual buffer" completions.
4690
4691 2010-02-03 Michael Albinus <michael.albinus@gmx.de>
4692
4693 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
4694 also in case of (and (not full) (not wildcard)). This is needed
4695 when dired is called with a list of files, which are not in
4696 `default-directory'. (Bug#5478)
4697
4698 2010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
4699
4700 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
4701
4702 2010-02-02 Juri Linkov <juri@jurta.org>
4703
4704 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
4705 from unidiff to allow function-line after @@.
4706
4707 2010-02-02 Juri Linkov <juri@jurta.org>
4708
4709 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
4710 '(RCS SCCS) with inverted condition.
4711
4712 2010-02-02 Michael Albinus <michael.albinus@gmx.de>
4713
4714 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
4715 messages.
4716
4717 2010-02-01 Juri Linkov <juri@jurta.org>
4718
4719 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
4720 compare with "pkunzip" and "pkzip" instead of only "pkzip".
4721 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
4722 only when (car archive-zip-extract) is "unzip". (Bug#5475)
4723
4724 2010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
4725
4726 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
4727 (doc-view-revert-buffer): New command.
4728 (doc-view-mode-map): Use it.
4729
4730 2010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
4731
4732 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
4733 pending merge is detected.
4734
4735 2010-01-31 Juri Linkov <juri@jurta.org>
4736
4737 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
4738 beginning of interactive spec like all other grep commands do.
4739 Put "all" in front of "gz". (Bug#5260)
4740
4741 2010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
4742
4743 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
4744
4745 2010-01-29 Chong Yidong <cyd@stupidchicken.com>
4746
4747 * dirtrack.el (dirtrack): Warn instead of signalling error if the
4748 regexp is incorrect (Bug#5476).
4749
4750 2010-01-29 Michael Albinus <michael.albinus@gmx.de>
4751
4752 * net/tramp.el (tramp-handle-insert-directory): Handle also
4753 symlinks, when FILENAME is not in `default-directory'.
4754
4755 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
4756
4757 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
4758 FILE is not in `default-directory'. (Bug#5478)
4759
4760 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
4761 of SWITCHES. Handle the case, FILENAME is not in
4762 `default-directory'. (Bug#5478)
4763 (tramp-register-file-name-handlers): Add safe-magic property.
4764
4765 2010-01-28 Chong Yidong <cyd@stupidchicken.com>
4766
4767 * arc-mode.el (archive-zip-extract): Quote the argument passed to
4768 unzip (Bug#5475).
4769
4770 2010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
4771
4772 * progmodes/flymake.el (flymake-allowed-file-name-masks)
4773 (flymake-master-make-header-init): Add other C++ filename masks.
4774 (flymake-find-possible-master-files)
4775 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
4776
4777 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
4778
4779 Fix some busybox annoyances.
4780
4781 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
4782 not responding." string.
4783 (tramp-open-connection-setup-interactive-shell): Dump stty
4784 settings. Enable "neveropen" arg for all `tramp-send-command'
4785 calls. Handle "=" in variable values properly.
4786 (tramp-find-inline-encoding): Raise an error, when no encoding is
4787 found.
4788 (tramp-wait-for-output): Check, whether PROC buffer is available.
4789 Remove spurious " ^H" sequences, sent by busybox.
4790 (tramp-get-ls-command): Suppress coloring, if possible.
4791
4792 2010-01-28 Glenn Morris <rgm@gnu.org>
4793
4794 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
4795
4796 * log-edit.el (log-edit-strip-single-file-name): Add missing
4797 :safe, :group, and :version tags.
4798
4799 2010-01-27 Stephen Berman <stephen.berman@gmx.net>
4800
4801 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
4802 buffers. (Bug#5477)
4803
4804 2010-01-27 David De La Harpe Golden <david@harpegolden.net>
4805
4806 * files.el (delete-directory): Handle moving to trash without
4807 first doing recursion (Bug#5436).
4808
4809 2010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
4810
4811 * vc-hooks.el (vc-path): Mark as obsolete.
4812
4813 2010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
4814
4815 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
4816 names too.
4817
4818 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
4819 for the short log.
4820 (vc-bzr-log-view-mode): Adjust regexp for the above change.
4821
4822 2010-01-25 Mark A. Hershberger <mah@everybody.org>
4823
4824 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
4825
4826 * vc-bzr.el (vc-bzr-revision-table): New function.
4827
4828 2010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com> (tiny change)
4829
4830 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
4831 diff-index command. This requires at least git-1.5.5. (Bug#1589).
4832
4833 2010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
4834
4835 Remove support for adding --signoff on commit.
4836 Future support will use an incompatible generic mechanism.
4837 * vc-git.el (vc-git-add-signoff): Remove variable.
4838 (vc-git-toggle-signoff): Remove function.
4839 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
4840
4841 * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
4842 from xterm-set-background-mode. Return t if the background mode
4843 was set.
4844 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
4845 earlier, call it again in case the background mode has changed.
4846
4847 2010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
4848
4849 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
4850 (Bug#3541).
4851
4852 2010-01-23 Chong Yidong <cyd@stupidchicken.com>
4853
4854 * emacs-lisp/assoc.el (aelement): Doc fix.
4855 (aput, adelete, amake): Use lexical-let (Bug#5450).
4856
4857 2010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
4858
4859 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
4860 is the same as subprogram call, not declaration. (Bug#5435).
4861
4862 2010-01-23 Michael Albinus <michael.albinus@gmx.de>
4863
4864 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
4865 (tramp-smb-maybe-open-connection): Use it.
4866
4867 2010-01-22 Michael Albinus <michael.albinus@gmx.de>
4868
4869 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
4870
4871 2010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
4872
4873 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
4874 just because we see "encoding: 8bit".
4875 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
4876
4877 2010-01-22 Chong Yidong <cyd@stupidchicken.com>
4878
4879 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
4880
4881 2010-01-22 Eli Zaretskii <eliz@gnu.org>
4882
4883 * jka-compr.el (jka-compr-load): If load-file is not in
4884 load-history, try its file-truename version. (bug#5447)
4885
4886 2010-01-21 Alan Mackenzie <acm@muc.de>
4887
4888 Fix a situation where deletion of a cpp construct throws an error.
4889 * progmodes/cc-engine.el (c-invalidate-state-cache): Before
4890 invoking c-with-all-but-one-cpps-commented-out, check that the
4891 special cpp construct is still in the buffer.
4892 (c-parse-state): Record the special cpp with markers, not numbers.
4893
4894 2010-01-21 Kenichi Handa <handa@m17n.org>
4895
4896 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
4897 process last-command-event, as it is now decoded first (Bug#5380).
4898
4899 2010-01-20 Chong Yidong <cyd@stupidchicken.com>
4900
4901 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
4902
4903 2010-01-20 Glenn Morris <rgm@gnu.org>
4904
4905 * indent.el (tab-always-indent): Fix custom-type.
4906
4907 2010-01-19 Alan Mackenzie <acm@muc.de>
4908
4909 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
4910 buffer throws "args out of range".
4911 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
4912 playing the role of delimiter.
4913
4914 2010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
4915
4916 * progmodes/ada-mode.el: Fix bug#5400.
4917 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
4918 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
4919 changed. Delete RECURSIVE parameter; never used. Improve doc string.
4920 Improve comments in "is" portion. Handle null procedure declaration.
4921 (ada-move-to-end): Improve doc string.
4922
4923 2010-01-18 Óscar Fuentes <ofv@wanadoo.es>
4924
4925 * ido.el (ido-cur-list): Initialize to nil.
4926 Remove obsolete information from commentary.
4927 (ido-choice-list): Initialize to nil.
4928 (ido-get-bufname): Reject minibuffers.
4929 (ido-make-buffer-list): If "default" is a nonexistent
4930 buffer, ignore it, as per the function's comment.
4931 (ido-kill-buffer-internal): New function.
4932 (ido-kill-buffer-at-head): Use it.
4933 (ido-visit-buffer): Likewise.
4934
4935 2010-01-18 Chong Yidong <cyd@stupidchicken.com>
4936
4937 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
4938
4939 2010-01-18 Juanma Barranquero <lekktu@gmail.com>
4940
4941 * cedet/ede/locate.el (ede-locate-file-in-project)
4942 (ede-locate-file-in-project-impl): Fix typos in docstrings.
4943 (ede-enable-locate-on-project): Fix typos in error messages.
4944
4945 * cedet/semantic/util-modes.el (semantic-unmatched-syntax-face)
4946 (semantic-stickyfunc-old-hlf, semantic-stickyfunc-header-line-format)
4947 (semantic-stickyfunc-sticky-classes, semantic-highlight-func-mode-setup)
4948 (semantic-stickyfunc-fetch-stickyline): Fix typos in docstrings.
4949 (semantic-stickyfunc-popup-menu, semantic-highlight-func-popup-menu):
4950 Fix typos in menu help.
4951
4952 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
4953 Fix typos in chart titles.
4954
4955 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
4956 * cedet/semantic.el (semantic-require-version, semantic--buffer-cache)
4957 (semantic-unmatched-syntax-cache-check, semantic-unmatched-syntax-hook)
4958 (semantic--before-fetch-tags-hook, semantic-new-buffer-fcn-was-run)
4959 (semantic--umatched-syntax-needs-refresh-p, semantic-elapsed-time)
4960 (semantic-parse-stream, semantic-parse-region)
4961 (semantic-parse-region-default, semantic--set-buffer-cache)
4962 (semantic-minimum-working-buffer-size, semantic-refresh-tags-safe)
4963 (semantic-bovinate-toplevel, semantic-load-system-cache-loaded)
4964 (semantic-default-submodes):
4965 * cedet/semantic/db-ebrowse.el (semanticdb-table-ebrowse)
4966 (semanticdb-create-ebrowse-database)
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 * cedet/semantic/db-el.el (semanticdb-elisp-mapatom-collector)
4972 (semanticdb-find-tags-by-name-method, emacs-lisp-mode)
4973 (semanticdb-find-tags-for-completion-method)
4974 (semanticdb-find-tags-by-class-method)
4975 (semanticdb-deep-find-tags-for-completion-method):
4976 * cedet/semantic/db-find.el (semanticdb-find-translate-path)
4977 (semanticdb-find-need-cache-update-p, semanticdb-find-result-with-nil-p)
4978 (semanticdb-find-scanned-include-tags, semanticdb-find-tags-collector)
4979 (semanticdb-find-tags-by-name-method)
4980 (semanticdb-find-tags-by-name-regexp-method)
4981 (semanticdb-find-tags-for-completion-method)
4982 (semanticdb-find-tags-by-class-method)
4983 (semanticdb-find-tags-external-children-of-type-method)
4984 (semanticdb-find-tags-subclasses-of-type-method)
4985 (semanticdb-deep-find-tags-by-name-method)
4986 (semanticdb-deep-find-tags-by-name-regexp-method)
4987 (semanticdb-deep-find-tags-for-completion-method):
4988 * cedet/semantic/db-global.el (semanticdb-enable-gnu-global-hook)
4989 (semanticdb-enable-gnu-global-in-buffer)
4990 (semanticdb-find-tags-for-completion-method)
4991 (semanticdb-deep-find-tags-by-name-method)
4992 (semanticdb-deep-find-tags-for-completion-method):
4993 * cedet/semantic/db-javascript.el (semanticdb-javascript-tags)
4994 (javascript-mode, semanticdb-find-translate-path)
4995 (semanticdb-find-tags-for-completion-method)
4996 (semanticdb-find-tags-by-class-method)
4997 (semanticdb-deep-find-tags-by-name-method)
4998 (semanticdb-deep-find-tags-for-completion-method)
4999 (semanticdb-find-tags-external-children-of-type-method):
5000 * cedet/semantic/idle.el (semantic-idle-work-core-handler)
5001 (define-semantic-idle-service, semantic-idle-summary-useful-context-p)
5002 (global-semantic-idle-scheduler-mode):
5003 * cedet/srecode/dictionary.el (srecode-field-value)
5004 (srecode-dictionary-add-section-dictionary):
5005 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
5006 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
5007 (describe-class, eieio-describe-generic, describe-generic):
5008 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
5009 (eieio-speedbar-expand):
5010 * emulation/viper-cmd.el (viper-exec-form-in-vi)
5011 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
5012 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
5013 (viper-del-backward-char-in-replace, viper-backward-indent)
5014 (viper-brac-function, viper-register-to-point, viper-submit-report):
5015 * net/tramp.el (tramp-remote-coding-commands):
5016 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
5017 Fix typos in docstrings.
5018
5019 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
5020
5021 * mail/sendmail.el (mail-yank-original): Set the mark if the
5022 specified function for yanking does not do it.
5023
5024 2010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
5025
5026 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
5027
5028 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
5029 resyncing a directory.
5030
5031 2010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
5032
5033 * progmodes/ada-mode.el: Fix bug#1920.
5034 (ada-ident-re): Delete ., allow multibyte characters.
5035 (ada-goto-label-re): New; matches goto labels.
5036 (ada-block-label-re): New; matches block labels.
5037 (ada-label-re): New; matches both.
5038 (ada-named-block-re): Deleted; callers changed to use
5039 `ada-block-label-re' instead.
5040 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
5041 Use `ada-block-label-re'.
5042 (ada-indent-on-previous-lines): Improve handling of goto labels.
5043 (ada-get-indent-block-start): Special-case block label.
5044 (ada-get-indent-label): Split into `ada-indent-block-label' and
5045 `ada-indent-goto-label'.
5046 (ada-goto-stmt-start, ada-goto-next-non-ws):
5047 Optionally ignore goto labels.
5048 (ada-goto-next-word): Simplify.
5049 (ada-indent-newline-indent-conditional): Insert newline before
5050 trying to fix indentation; doc fix.
5051
5052 2010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
5053
5054 * calc/calc.el (calc-command-flags): Give it an initial value.
5055
5056 2010-01-17 Glenn Morris <rgm@gnu.org>
5057
5058 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer): Doc fix.
5059
5060 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
5061
5062 * cedet/semantic.el (semantic-mode):
5063 * files.el (minibuffer-with-setup-hook):
5064 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
5065 (artist-key-draw-continously, artist-key-do-continously-continously)
5066 (artist-key-set-point-continously, artist-mouse-draw-continously):
5067 Fix typos in docstrings.
5068
5069 2010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
5070
5071 * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
5072 return t (Bug#3898).
5073
5074 2010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
5075
5076 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
5077 can parse the output of the external commands (Bug#5279).
5078
5079 2010-01-16 Jari Aalto <jari.aalto@cante.net>
5080
5081 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
5082
5083 2010-01-16 Chong Yidong <cyd@stupidchicken.com>
5084
5085 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
5086
5087 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
5088
5089 * startup.el (command-line): Remove unused --icon-type arg.
5090 Handle --display arg, passing it to command-line-1 (Bug#5392).
5091
5092 2010-01-16 Mario Lang <mlang@delysid.org>
5093
5094 * cedet/ede/cpp-root.el (ede-cpp-root-project):
5095 * cedet/ede/files.el (ede-expand-filename):
5096 * cedet/ede/simple.el (ede-simple-project):
5097 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
5098 (semantic-complete-inline-tag-engine):
5099 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
5100 * cedet/semantic/db-global.el (semanticdb-equivalent-mode):
5101 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
5102 * cedet/semantic/db.el (semanticdb-equivalent-mode):
5103 * cedet/semantic/decorate/include.el (semantic-decoration-unknown-include-describe):
5104 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
5105 * emacs-lisp/chart.el (chart-translate-namezone):
5106 * textmodes/artist.el (artist-compute-popup-menu-table):
5107 Remove duplicated words in doc-strings.
5108
5109 2010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
5110
5111 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
5112 to mairix-search to suppress threading (Bug#5342).
5113
5114 2010-01-15 Kenichi Handa <handa@m17n.org>
5115
5116 * international/mule-cmds.el (canonicalize-coding-system-name):
5117 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
5118
5119 2010-01-15 Glenn Morris <rgm@gnu.org>
5120
5121 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
5122
5123 * wid-edit.el (widget-keymap): Doc fix.
5124
5125 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
5126 former seems to be more widely accepted by various svn versions.
5127
5128 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
5129
5130 * find-cmd.el (find-constituents):
5131 * vc-arch.el (vc-arch-root):
5132 * window.el (window-body-height, pop-up-frames):
5133 * cedet/semantic/edit.el (semantic-reparse-needed-change-hook)
5134 (semantic-no-reparse-needed-change-hook):
5135 * cedet/srecode/insert.el (srecode-resolve-argument-list)
5136 (srecode-template-inserter-blank, srecode-template-inserter-variable)
5137 (srecode-template-inserter-ask, srecode-template-inserter-width)
5138 (srecode-template-inserter-section-start)
5139 (srecode-template-inserter-section-end, srecode-insert-method):
5140 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
5141 * progmodes/ada-stmt.el (ada-if):
5142 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
5143 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
5144 (ispell-encoding8-command, ispell-aspell-supports-utf8)
5145 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
5146
5147 * progmodes/flymake.el (flymake-post-syntax-check):
5148 Fix typo in error message.
5149
5150 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
5151
5152 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
5153 which is always a string. (Bug#5313)
5154
5155 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
5156
5157 * progmodes/ada-xref.el (ada-default-prj-properties):
5158 Simplify previous change.
5159
5160 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
5161
5162 * progmodes/ada-xref.el (ada-default-prj-properties):
5163 Default ada_project_path to $ADA_PROJECT_PATH.
5164
5165 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
5166
5167 * progmodes/ada-mode.el (ada-create-keymap):
5168 Override `narrow-to-defun' with `ada-narrow-to-defun'.
5169
5170 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
5171
5172 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
5173 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
5174 (ada-get-current-indent, ada-imenu-generic-expression)
5175 (ada-which-function): Check for it.
5176
5177 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
5178
5179 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
5180 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
5181
5182 2010-01-14 Glenn Morris <rgm@gnu.org>
5183
5184 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
5185
5186 2010-01-14 Kenichi Handa <handa@m17n.org>
5187
5188 * composite.el (auto-composition-mode): Make it a buffer local
5189 variable (permanent-local).
5190 (auto-composition-function): Set the default value to
5191 auto-compose-chars.
5192 (auto-composition-mode): Make it a simple function, not a minor mode.
5193 (global-auto-composition-mode): Likewise.
5194 (turn-on-auto-composition-if-enabled): Delete it.
5195
5196 2010-01-13 Karl Fogel <kfogel@red-bean.com>
5197
5198 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
5199
5200 2010-01-12 Michael Albinus <michael.albinus@gmx.de>
5201
5202 * files.el (copy-directory): Compute target for recursive
5203 directories with identical names. (Bug#5343)
5204
5205 2010-01-12 Glenn Morris <rgm@gnu.org>
5206
5207 * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
5208 it to bug-gnu-emacs rather than emacs-pretest-bug.
5209
5210 2010-01-12 Juanma Barranquero <lekktu@gmail.com>
5211
5212 * cedet/data-debug.el (data-debug): Fix customization group reference.
5213
5214 2010-01-12 Juanma Barranquero <lekktu@gmail.com>
5215
5216 * cedet/semantic/analyze.el (semantic-analyze-push-error)
5217 (semantic-analyze-context, semantic-analyze-context-assignment)
5218 (semantic-analyze-find-tag-sequence, semantic-analyze-find-tag):
5219 * cedet/semantic/java.el (java-mode, semantic-tag-include-filename)
5220 (semantic-java-doc-keywords-map):
5221 * cedet/semantic/bovine/c.el (c-mode, semantic-c-member-of-autocast)
5222 (semantic-lex-c-nested-namespace-ignore-second, semantic-parse-region)
5223 (semantic-c-parse-lexical-token, semantic-c-debug-mode-init-pch)
5224 (semantic-c-classname, semantic-format-tag-uml-prototype)
5225 (semantic-c-dereference-namespace, semantic-analyze-type-constants):
5226 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string)
5227 (semantic-emacs-lisp-obsoleted-doc, semantic-up-context)
5228 (semantic-get-local-variables, semantic-end-of-command)
5229 (semantic-beginning-of-command, semantic-ctxt-current-class-list)
5230 (lisp-mode):
5231 * cedet/semantic/bovine/make.el (makefile-mode):
5232 * cedet/semantic/wisent/python.el (wisent-python-string-re)
5233 (wisent-python-implicit-line-joining-p, wisent-python-forward-string)
5234 (wisent-python-lex-beginning-of-line, wisent-python-lex-end-of-line)
5235 (semantic-lex, semantic-get-local-variables, python-mode):
5236 * cedet/semantic/wisent/python-wy.el (wisent-python-wy--keyword-table):
5237 * cedet/srecode/extract.el (srecode-extract-state-set)
5238 (srecode-extract-method): Fix typos in docstrings.
5239
5240 2010-01-11 Sam Steingold <sds@gnu.org>
5241
5242 * imenu.el (imenu-default-create-index-function): Detect infinite
5243 loops caused by imenu-prev-index-position-function.
5244
5245 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
5246
5247 * htmlfontify.el (htmlfontify-load-rgb-file)
5248 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
5249 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
5250 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
5251 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
5252 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
5253 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
5254 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
5255 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
5256 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
5257 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
5258 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
5259 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
5260 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
5261 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
5262 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
5263 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
5264 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
5265 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
5266 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
5267 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
5268 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
5269 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
5270 backslash-quoting from parentheses, etc.
5271
5272 2010-01-11 Chong Yidong <cyd@stupidchicken.com>
5273
5274 * progmodes/js.el: Autoload javascript-mode alias.
5275
5276 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
5277
5278 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
5279 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
5280 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
5281 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
5282 Fix typos in docstrings.
5283 (ffap-url-regexp): Doc fix.
5284 (ffap-at-mouse): Fix typo in message.
5285
5286 2010-01-11 Glenn Morris <rgm@gnu.org>
5287
5288 * version.el (emacs-copyright): Set copyright year to 2010.
5289
5290 2010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
5291
5292 * format.el (format-annotate-function): Only set
5293 write-region-post-annotation-function after running to-fn so as not to
5294 affect nested write-region calls (bug#5273).
5295
5296 2010-01-10 Chong Yidong <cyd@stupidchicken.com>
5297
5298 * cedet/semantic.el (semantic-new-buffer-setup-functions):
5299 Add python parser.
5300
5301 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
5302 wisent/python.el.
5303
5304 2010-01-10 Richard Kim <emacs18@gmail.com>
5305
5306 * cedet/semantic/wisent/python-wy.el:
5307 * cedet/semantic/wisent/python.el: New files.
5308
5309 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
5310
5311 * man.el (Man-goto-section): Signal error if the section is not
5312 found (Bug#5317).
5313
5314 2010-01-09 Juanma Barranquero <lekktu@gmail.com>
5315
5316 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
5317 URLs with a leading triple slash in the file: scheme. (Bug#5345)
5318
5319 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
5320
5321 * progmodes/compile.el: Don't treat compile-command as safe if
5322 compilation-read-command might be nil (Bug#4218).
5323
5324 2010-01-09 Jan Djärv <jan.h.d@swipnet.se>
5325
5326 * startup.el (command-line-1): Use orig-argi to check for ignored X and
5327 NS options.
5328
5329 2010-01-08 Kenichi Handa <handa@m17n.org>
5330
5331 * international/fontset.el (build-default-fontset-data):
5332 Exclude characters in scripts kana, hangul, han, or cjk-misc.
5333
5334 2010-01-07 Juanma Barranquero <lekktu@gmail.com>
5335
5336 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
5337 to `create-file-buffer' as it expects, not just a buffer name.
5338 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
5339 to help uniquify. (Bug#3224)
5340
5341 2010-01-06 Jan Djärv <jan.h.d@swipnet.se>
5342
5343 * font-setting.el (font-setting-change-default-font): Use user-spec
5344 instead of name.
5345
5346 2010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
5347
5348 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
5349
5350 2010-01-05 Tom Tromey <tromey@redhat.com>
5351
5352 * progmodes/python.el (python-font-lock-keywords):
5353 Handle qualified decorators (Bug#881).
5354
5355 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
5356
5357 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
5358 in a lightweight checkout.
5359
5360 2010-01-05 Kenichi Handa <handa@m17n.org>
5361
5362 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
5363
5364 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
5365
5366 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
5367
5368 2010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
5369
5370 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
5371 checkouts. (Bug#618)
5372 (vc-bzr-log-view-mode): Also highlight the author.
5373 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
5374 (vc-bzr-shelve-menu-map):
5375 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
5376 (vc-bzr-shelve-apply): Make prompt more explicit.
5377
5378 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
5379
5380 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
5381 They are valid characters in URL paths (rfc3986), and at least
5382 Firefox does not understand the encoded version (Bug#3166).
5383
5384 2010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
5385
5386 * progmodes/octave-mod.el (octave-end-keywords)
5387 (octave-block-begin-or-end-regexp, octave-block-match-alist):
5388 Add "end" keyword (Bug#3061).
5389 (octave-end-as-array-index-p): New function.
5390 (calculate-octave-indent): Use it.
5391
5392 2010-01-02 Karl Fogel <kfogel@red-bean.com>
5393
5394 * bookmark.el: Consistently put the text property on the bookmark name.
5395 (bookmark-bmenu-marks-width): Bump back to 2, to include
5396 annotation marks.
5397 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
5398 property on the bookmark name, instead of not putting it at all.
5399 (bookmark-bmenu-list): Fix where we put the text property.
5400
5401 2010-01-02 Karl Fogel <kfogel@red-bean.com>
5402
5403 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
5404 for showing buffer modified state (as added in the previous change).
5405
5406 2010-01-02 Karl Fogel <kfogel@red-bean.com>
5407
5408 * bookmark.el: Show modified state of bookmark buffer more accurately.
5409 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
5410 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
5411 (with-buffer-modified-unmodified): New macro.
5412 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
5413 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
5414 Use new macro to preserve the buffer modified state.
5415
5416 2010-01-02 Karl Fogel <kfogel@red-bean.com>
5417
5418 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
5419 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
5420 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
5421 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
5422 (bookmark-bmenu-rename, bookmark-bmenu-locate)
5423 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
5424 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
5425
5426 2010-01-02 Eli Zaretskii <eliz@gnu.org>
5427
5428 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
5429 Make the lines in the generated doc string shorter. (Bug#4668)
5430
5431 2010-01-02 Ryan Yeske <rcyeske@gmail.com>
5432
5433 * net/rcirc.el: Add follow-link binding (Bug#4738).
5434
5435 2010-01-02 Eli Zaretskii <eliz@gnu.org>
5436
5437 * Makefile.in (bzr-update): Rename from cvs-update.
5438 (cvs-update): New target for backward compatibility.
5439
5440 * makefile.w32-in (bzr-update): Rename from cvs-update.
5441 (cvs-update): New target for backward compatibility.
5442
5443 2010-01-02 Karl Fogel <kfogel@red-bean.com>
5444
5445 * bookmark.el: Remove gratuitous gratitude.
5446
5447 2010-01-02 Karl Fogel <kfogel@red-bean.com>
5448
5449 * bookmark.el (bookmark-bmenu-any-marks): New function.
5450 (bookmark-bmenu-save): Clear buffer modification if no marks.
5451
5452 2010-01-02 Karl Fogel <kfogel@red-bean.com>
5453
5454 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
5455 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
5456 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
5457 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
5458
5459 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
5460 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
5461 To: emacs-devel {_AT_} gnu.org
5462 Subject: bookmark.el bug report
5463 Date: Mon, 28 Dec 2009 14:19:16 +0800
5464 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
5465
5466 2010-01-02 Karl Fogel <kfogel@red-bean.com>
5467
5468 * bookmark.el: Improvements suggested by Drew Adams:
5469 (bookmark-bmenu-ensure-position): New name for
5470 `bookmark-bmenu-check-position'. Just ensure the position,
5471 don't return any meaningful value.
5472 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
5473 New constants.
5474
5475 2010-01-02 Juanma Barranquero <lekktu@gmail.com>
5476
5477 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
5478 (bookmark-yank-point, bookmark-bmenu-check-position):
5479 Fix typos in docstrings.
5480 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
5481 (bookmark-name-from-full-record, bookmark-get-position)
5482 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
5483 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
5484 Remove useless quoting of parenthesis, etc. in docstrings.
5485
5486 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
5487 (ediff-append-custom-diff): Fix typo in error message.
5488 (ediff-meta-mark-equal-files): Fix typos in messages.
5489
5490 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
5491
5492 * cedet/semantic/db-typecache.el (semanticdb-typecache-find-default):
5493 Fix typo in docstring.
5494
5495 * net/imap-hash.el (imap-hash-make): Doc fix.
5496 (imap-hash-test): Fix typo in error message; reflow docstring.
5497 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
5498 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
5499 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
5500 Fix typos in docstrings.
5501 (imap-hash-open-connection): Fix typo in error message.
5502
5503 * play/gomoku.el (gomoku): Fix typos in docstring.
5504
5505 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
5506 (gdb-jsonify-buffer): Fix typos in docstring.
5507 (gdb-goto-breakpoint): Fix typo in error message.
5508 ("Display Other Windows"): Fix typo in help message.
5509 (gdb-speedbar-expand-node): Fix typo in question.
5510
5511 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
5512 (idlwave-html-system-help-location, idlwave-html-help-location)
5513 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
5514 (idlwave-help-browser-generic-args, idlwave-help-directory)
5515 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
5516 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
5517 (idlwave-online-help, idlwave-help-html-link)
5518 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
5519 Fix typos in docstrings.
5520 (idlwave-help-with-source, idlwave-help-find-routine-definition):
5521 Reflow docstrings.
5522 (idlwave-help-assistant-start): Fix typo in error message.
5523
5524 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
5525 (octave-electric-space): Fix typos in docstrings.
5526
5527 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
5528
5529 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
5530
5531 2010-01-01 Juri Linkov <juri@jurta.org>
5532
5533 * comint.el (comint-input-ring-size): Make it a defcustom and
5534 increase the default to 500 (Bug#5148).
5535
5536 2009-12-31 Nick Roberts <nickrob@snap.net.nz>
5537
5538 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
5539 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
5540 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
5541
5542 2009-12-30 Nick Roberts <nickrob@snap.net.nz>
5543
5544 Show working revision correctly for mercurial.
5545 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
5546 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
5547
5548 2009-12-29 Juanma Barranquero <lekktu@gmail.com>
5549
5550 Declare some functions for the byte-compiler.
5551 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
5552 (speedbar-timer-fn, speedbar-change-expand-button-char)
5553 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
5554
5555 2009-12-29 Nick Roberts <nickrob@snap.net.nz>
5556
5557 This changeset reverts GDB Graphical Interface to use annotations.
5558 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
5559
5560 2009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
5561
5562 Make vc-dir work on subdirectories of the bzr root.
5563 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument. Return
5564 file names relative to it.
5565 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
5566 relative directory to vc-bzr-after-dir-status.
5567
5568 2009-12-28 Tassilo Horn <tassilo@member.fsf.org>
5569
5570 * font-lock.el (font-lock-refresh-defaults): New function, which
5571 can be used to let font-lock react to external changes in
5572 variables like font-lock-defaults and keywords.
5573 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
5574
5575 2009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
5576
5577 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
5578
5579 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
5580
5581 2009-12-28 Juanma Barranquero <lekktu@gmail.com>
5582
5583 Supersede color.diff settings in git log (bug#5211).
5584
5585 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
5586 escape chars in its output when the user has color.diff set to `always'.
5587 This fix works on git 1.4.2 and newer (released on 2006-08-13).
5588
5589 2009-12-26 Kevin Ryde <user42@zip.com.au>
5590
5591 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
5592 node. Keep previous "Index" name to work with past coreutils too.
5593
5594 * man.el (man): Revise docstring a bit to show -a and -l as
5595 examples. Add -k description since support for it has otherwise
5596 been a secret. (Further to bug#3717.)
5597 (Man-bgproc-sentinel): When "-k foo" produces no output show error
5598 "no matches" rather than "Can't find manpage", as the latter reads
5599 like -k was interpreted as a page name, which is not so. (Bug#5431)
5600
5601 2009-12-26 Michael Albinus <michael.albinus@gmx.de>
5602
5603 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
5604 switches. Check also for //SUBDIRED// line.
5605
5606 2009-12-25 Kenichi Handa <handa@m17n.org>
5607
5608 * language/indian.el (devanagari-composable-pattern): Fixed to
5609 handle ZWNJ and ZWJ. Use it in composition-function-table for
5610 Devanagari.
5611 (malayalam-composable-pattern): Fix previous change.
5612
5613 2009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5614
5615 * ps-print.el (ps-face-attributes): It was not returning the
5616 attribute face for faces specified as string. Reported by harven
5617 <harven@free.fr>.
5618 (ps-print-version): New version 7.3.5.
5619
5620 2009-12-18 Ulf Jasper <ulf.jasper@web.de>
5621
5622 * calendar/icalendar.el (icalendar--convert-tz-offset):
5623 Fix timezone names.
5624 (icalendar--convert-tz-offset): Fix the "last-day-problem".
5625 (icalendar--add-diary-entry): Remove the trailing blank that
5626 diary-make-entry inserts.
5627
5628 2009-12-17 Michael Albinus <michael.albinus@gmx.de>
5629
5630 Make `file-expand-wildcards' work for remote files.
5631
5632 * files.el (file-expand-wildcards): In case of remote files, check
5633 only local file name part for wildcards. Provide feature 'files
5634 and subfeature 'remote-wildcards. (Bug#5198)
5635
5636 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
5637 if there is already an established connection.
5638 (tramp-advice-file-expand-wildcards): Remove it.
5639
5640 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
5641 (tramp-advice-file-expand-wildcards): Move from tramp.el.
5642 Activate advice for older GNU Emacs versions. (Bug#5237)
5643
5644 2009-12-17 Juanma Barranquero <lekktu@gmail.com>
5645
5646 Some doc fixes (more needed).
5647
5648 * find-cmd.el (find-constituents): Reflow docstring.
5649 (find-cmd, find-prune, find-command): Fix typos in docstrings.
5650 (find-generic): Doc fix.
5651
5652 2009-12-17 Juri Linkov <juri@jurta.org>
5653
5654 Fix regression from 23.1 to allow multiple modes in Local Variables.
5655
5656 * files.el (hack-local-variables-filter): While ignoring duplicates,
5657 don't take `mode' into account.
5658 (hack-local-variables-filter, hack-dir-local-variables):
5659 Don't remove duplicate `mode' from local-variables-alist (like `eval').
5660
5661 2009-12-17 Juri Linkov <juri@jurta.org>
5662
5663 Make `dired-diff' safer. (Bug#5225)
5664
5665 * dired-aux.el (dired-diff): Signal an error when `file' equals to
5666 `current' or when `file' is a directory of the `current' file.
5667
5668 2009-12-17 Andreas Schwab <schwab@linux-m68k.org>
5669
5670 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
5671 unconditionally preloaded files.
5672
5673 2009-12-16 Juri Linkov <juri@jurta.org>
5674
5675 Revert to old 23.1 logic of using the file at the mark as default.
5676 * dired-aux.el (dired-diff): Use the file at the mark as default
5677 if it's not the same as the current file, and the target dir is
5678 the current dir or the mark is active. Add the current file
5679 as the arg of `dired-dwim-target-defaults'. Use the default file
5680 in the prompt. (Bug#5225)
5681
5682 2009-12-15 Michael Albinus <michael.albinus@gmx.de>
5683
5684 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
5685 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
5686 (tramp-check-for-regexp): Check also, when an echoing shell stops
5687 to echo sent commands.
5688
5689 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
5690
5691 * Makefile.in: Revert last change (Bug#5191).
5692
5693 2009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
5694
5695 * vc-hg.el (vc-hg-print-log): Fix argument order.
5696 (vc-hg-working-revision): Make sure the command is executed in a
5697 known environment so that we can parse the output. (Bug#4417)
5698
5699 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
5700
5701 * progmodes/python.el (python-symbol-completions): Remove text
5702 properties from symbol string before calling python-send-receive.
5703
5704 2009-12-14 Nick Roberts <nickrob@snap.net.nz>
5705
5706 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
5707 when there are values for both file and line. (Bug#5060)
5708
5709 2009-12-14 Juri Linkov <juri@jurta.org>
5710
5711 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
5712 whitespace after the file name of the first line of unified format,
5713 because git-diff doesn't output whitespace and file modification time
5714 after the file name.
5715
5716 2009-12-14 David Kastrup <dak@gnu.org>
5717
5718 * info.el (Info-hide-cookies-node): Before hiding a cookie,
5719 check if it already has the `display' property added by
5720 `Info-display-images-node', and not put the `invisible' property
5721 in this case.
5722
5723 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
5724
5725 * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
5726 (semantic-mru-bookmark-mode): Doc fixes.
5727
5728 * cedet/semantic/db.el (semanticdb-cache-get): Use error instead
5729 of assert.
5730
5731 2009-12-13 Glenn Morris <rgm@gnu.org>
5732
5733 * mail/emacsbug.el (message-sort-headers): Define for compiler.
5734 (report-emacs-bug): In message-mode, sort manually before storing
5735 original report text. (Bug#5178)
5736 Remove superfluous save-excursion.
5737
5738 2009-12-12 Michael Albinus <michael.albinus@gmx.de>
5739
5740 * net/dbus.el (dbus-property-handler): Filter lambda forms out
5741 when responding to "GetAll" properties.
5742
5743 2009-12-12 Chong Yidong <cyd@stupidchicken.com>
5744
5745 * simple.el (compose-mail): Remove mail-setup-with-from from
5746 customization checks.
5747
5748 2009-12-12 Eli Zaretskii <eliz@gnu.org>
5749
5750 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
5751 RAR archives created on Unix systems.
5752
5753 2009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
5754
5755 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
5756 the varalias that was accidentally removed by the 2009-11-19 change
5757 (bug#5186).
5758
5759 2009-12-12 Kenichi Handa <handa@m17n.org>
5760
5761 * language/indian.el (indian-compose-regexp): New function.
5762 (malayalam-composable-pattern): Fix the pattern.
5763 (composition-function-table): Set malayalam-composable-pattern for
5764 Malayalam characters.
5765
5766 2009-12-11 Chong Yidong <cyd@stupidchicken.com>
5767
5768 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
5769 rather than down-mouse-1, based on follow-link conventions.
5770
5771 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
5772 are compiled.
5773
5774 2009-12-11 Michael McNamara <mac@mail.brushroad.com>
5775
5776 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
5777 (verilog-vmm-statement-re, verilog-ovm-statement-re)
5778 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
5779 (verilog-leap-to-head, verilog-backward-token):
5780 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
5781
5782 2009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
5783
5784 * progmodes/verilog-mode.el (verilog-auto-lineup)
5785 (verilog-nameable-item-re): Cleanup user-visible spelling and
5786 documentation errors. One reported by Gary Delp.
5787 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
5788 (verilog-read-decls): Fix AUTOWIRE with types declared in a
5789 package, bug195. Reported by Pierre-David Pfister.
5790
5791 2009-12-11 Glenn Morris <rgm@gnu.org>
5792
5793 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
5794
5795 * mail/emacsbug.el: No longer require sendmail.
5796 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
5797 (report-emacs-bug-orig-text): Doc fix.
5798 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
5799 New local variables, to adapt to different mail-user-agents.
5800 (report-emacs-bug): Fix test for a gnu.org address.
5801 Use overlays for emphasis, since font-lock defeats 'face property.
5802 Pretest bugs also end up at the newsgroup these days.
5803 Stop message-mode stripping text properties.
5804 Set and use the new buffer-local variables.
5805 (report-emacs-bug-hook): Add doc-string.
5806 Remove some unnecessary save-excursions and simplify.
5807 Use the appropriate hook and send-command.
5808
5809 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
5810 capitalization of some menu entries.
5811
5812 2009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5813
5814 * whitespace.el (whitespace-display-char-on):
5815 Ensure `buffer-display-table' is unique when two or more windows are
5816 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
5817 New version 12.1.
5818
5819 2009-12-10 Eli Zaretskii <eliz@gnu.org>
5820
5821 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
5822 characters in the Attribute field.
5823
5824 2009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
5825
5826 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
5827
5828 2009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
5829
5830 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
5831 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
5832 Disregard autoload-excludes.
5833 (update-directory-autoloads): Obey autoload-excludes here instead.
5834 But don't store its contents in no-autoloads and remove entries that
5835 refer to excludes files.
5836
5837 2009-12-10 Glenn Morris <rgm@gnu.org>
5838
5839 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
5840 (expand-mail-aliases): Define for compiler.
5841
5842 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
5843 Define for compiler.
5844
5845 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
5846 appropriate for the mail-user-agent in use.
5847
5848 2009-12-09 Michael Albinus <michael.albinus@gmx.de>
5849
5850 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
5851
5852 2009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
5853
5854 Fix short log parsing and fontification.
5855 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
5856 Fix fontification for the [merge] label.
5857
5858 2009-12-09 Vivek Dasmohapatra <vivek@etla.org>
5859
5860 Drop some properties to avoid surprises (bug#5002).
5861 * htmlfontify.el (hfy-ignored-properties): New defcustom.
5862 (hfy-fontify-buffer): Use it.
5863
5864 2009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
5865
5866 Minor cleanup.
5867 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
5868 Adjust all callers.
5869 (ffap-locate-file): Remove unused arg `dir-ok' and make other
5870 args compulsory. Adjust callers.
5871 (ffap-gopher-at-point): Remove unused var `name'.
5872
5873 Get rid of the ELCFILES abomination.
5874 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
5875 (compile-elcfiles): New phony target.
5876 (compile-main): Compute ELCFILES dynamically.
5877 (compile-clean): New target to remove left-over elc files.
5878 (compile, all): Use it.
5879
5880 2009-12-09 Kenichi Handa <handa@etlken>
5881
5882 * international/mule-diag.el: Require help-mode instead of help-fns.
5883
5884 2009-12-09 Kenichi Handa <handa@m17n.org>
5885
5886 * international/mule-cmds.el (ucs-names): Supply sufficiently
5887 fine ranges instead of pre-calculating accurate ranges.
5888 Iterate with bigger gc-cons-threshold.
5889
5890 2009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
5891
5892 Add support for stashing a snapshot of the current tree.
5893 * vc-git.el (vc-git-stash-snapshot): New function.
5894 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
5895
5896 2009-12-08 Jose E. Marchesi <jemarch@gnu.org>
5897
5898 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
5899 instead of `(beginning|end)-of-line'.
5900
5901 2009-12-08 Glenn Morris <rgm@gnu.org>
5902
5903 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
5904
5905 * Makefile.in (ELCFILES): Regenerate.
5906
5907 2009-12-07 Juri Linkov <juri@jurta.org>
5908
5909 Don't lazy-highlight the comint output in history Isearch mode.
5910
5911 * comint.el (comint-history-isearch-search): Instead of
5912 `comint-line-beginning-position', use `comint-after-pmark-p'
5913 to check if point if before the process mark, and go to
5914 `process-mark' in this case.
5915
5916 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
5917
5918 * textmodes/tex-mode.el (latex-complete)
5919 (latex-indent-or-complete): Remove.
5920 (latex-mode): Set completion-at-point-functions instead.
5921
5922 Provide a standard completion command and hook it into TAB.
5923 * minibuffer.el (completion-at-point-functions): New var.
5924 (completion-at-point): New command.
5925 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
5926 * progmodes/python.el (python-mode-map): Use completion-at-point.
5927 (python-completion-at-point): Rename from python-partial-symbol and
5928 adjust for use in completion-at-point-functions.
5929 (python-mode): Setup completion-at-point for Python completion.
5930 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
5931 extracted from lisp-complete-symbol.
5932 (lisp-complete-symbol): Use it.
5933 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
5934 setup completion-at-point for Elisp completion.
5935 (emacs-lisp-mode-map, lisp-interaction-mode-map):
5936 Use completion-at-point.
5937 * ielm.el (ielm-map): Use completion-at-point.
5938 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
5939 * progmodes/sym-comp.el: Move to...
5940 * obsolete/sym-comp.el: Move from progmodes.
5941
5942 2009-12-07 Eli Zaretskii <eliz@gnu.org>
5943
5944 Prevent save-buffer in Rmail buffers from using the coding-system
5945 of the current message, and from clobbering the encoding mnemonics
5946 in the mode line (Bug#4623).
5947
5948 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
5949 flag, too.
5950 (rmail-message-encoding): New variable.
5951 (rmail-write-region-annotate): Record the encoding of the current
5952 message in rmail-message-encoding.
5953 (rmail-after-save-hook): New function, restores the encoding of
5954 the current message after the message collection is saved.
5955
5956 2009-12-07 Juri Linkov <juri@jurta.org>
5957
5958 * progmodes/grep.el (grep-read-files): Use `completing-read'
5959 instead of `read-string'. Set its `collection' arg to
5960 `read-file-name-internal'. (Bug#4301)
5961
5962 2009-12-07 Juri Linkov <juri@jurta.org>
5963
5964 Correctly restore original Isearch point. (Bug#4994)
5965
5966 * isearch.el (isearch-mode): Move `isearch-push-state' after
5967 `(run-hooks 'isearch-mode-hook)'.
5968 (isearch-cancel): When `isearch-push-state-function' is defined,
5969 let-bind `isearch-cmds' to the first state (the last element of
5970 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
5971 function and restores the original point). Otherwise, move point
5972 to `isearch-opoint'.
5973
5974 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
5975
5976 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
5977 chars that don't have names, so the table can be built much faster at
5978 run-time.
5979
5980 2009-12-07 Chong Yidong <cyd@stupidchicken.com>
5981
5982 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
5983 change. Suggested by David Kastrup.
5984
5985 * simple.el (compose-mail): Check for incompatibilities and warn.
5986 (compose-mail-user-agent-warnings): New option.
5987
5988 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
5989
5990 Support showing a single log entry from vc-annotate.
5991 * vc.el (print-log): Add a new argument: START-REVISION.
5992 (vc-print-log-internal): Add a new optional argument and
5993 pass it to the backend.
5994 (vc-print-log, vc-print-root-log): Adjust callers.
5995 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
5996 buffer already displays the requested log entry, use it.
5997 Otherwise display only the log entry in question.
5998 * vc-svn.el (vc-svn-print-log):
5999 * vc-mtn.el (vc-mtn-print-log):
6000 * vc-hg.el (vc-hg-state):
6001 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
6002 (vc-git-show-log-entry): Return t on success.
6003 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
6004 (vc-bzr-show-log-entry): Return t on success.
6005 * vc-rcs.el (vc-rcs-print-log):
6006 * vc-sccs.el (vc-sccs-print-log):
6007 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
6008
6009 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
6010
6011 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
6012 Add menus to the meta mode. (Bug#5043)
6013
6014 2009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
6015
6016 * ediff-init.el (ediff-event-key): Use event-to-character instead of
6017 event-key.
6018
6019 * ediff.el (ediff-buffers-internal): Add unwind-protect.
6020
6021 2009-12-07 Michael Albinus <michael.albinus@gmx.de>
6022
6023 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
6024 Berbain <raphael.berbain@gmail.com>.
6025
6026 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
6027 characters.
6028 (tramp-initial-end-of-output): New defconst.
6029 (tramp-methods, tramp-find-shell)
6030 (tramp-open-connection-setup-interactive-shell)
6031 (tramp-maybe-open-connection): Use it.
6032 (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
6033 existence of `#' and `$'.
6034
6035 * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
6036 `tramp-initial-end-of-output'.
6037
6038 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
6039
6040 Get the background mode from the terminal for xterm, and set
6041 faces accordingly.
6042 * term/xterm.el (xterm-set-background-mode): New function.
6043 (terminal-init-xterm): Use it in case xterm supports background
6044 color queries. Recompute faces after getting the background
6045 color.
6046
6047 2009-12-07 Ulrich Mueller <ulm@gentoo.org>
6048
6049 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
6050 number comment back on its own line, for easier parsing.
6051
6052 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
6053
6054 Make it work for non-file buffers (bug#5102).
6055 * doc-view.el (doc-view-current-cache-dir):
6056 Use doc-view-buffer-file-name rather than buffer-file-name.
6057 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
6058
6059 2009-12-06 Óscar Fuentes <ofv@wanadoo.es>
6060
6061 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
6062 author field is too short.
6063
6064 2009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
6065
6066 * vc-git.el (vc-git-print-log): Handle a limit argument.
6067 Display the short log in graph form and with labels.
6068 (vc-git-log-view-mode): Handle labels.
6069
6070 Make vc-revert change VC state from 'added to 'unregistered.
6071 * vc-git.el (vc-git-revert): Call git reset first.
6072
6073 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
6074
6075 * net/newst-backend.el, net/newst-plainview.el:
6076 * net/newst-reader.el, net/newst-ticker.el:
6077 * net/newst-treeview.el, net/newsticker.el:
6078 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
6079
6080 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
6081
6082 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
6083
6084 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
6085 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
6086 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
6087 Update annotation regexp.
6088
6089 * simple.el (beginning-of-visual-line): Constrain to field
6090 boundaries (Bug#5106).
6091
6092 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
6093
6094 * xml.el (xml-substitute-numeric-entities): Move
6095 newsticker--decode-numeric-entities in newst-backend.el to
6096 xml-substitute-numeric-entities in xml.el. (Bug#5008)
6097 * net/newst-backend.el (newsticker--parse-generic-feed)
6098 (newsticker--parse-generic-items)
6099 (newsticker--decode-numeric-entities): Move
6100 newsticker--decode-numeric-entities in newst-backend.el to
6101 xml-substitute-numeric-entities in xml.el. (Bug#5008)
6102
6103 2009-12-06 Daniel Colascione <dan.colascione@gmail.com>
6104
6105 * progmodes/js.el (js--js-not): Add null to the list of values.
6106
6107 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
6108
6109 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
6110
6111 2009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6112
6113 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
6114 delimiter if it is at the end of the current line.
6115 (bibtex-generate-url-list): Fix docstring.
6116
6117 2009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
6118
6119 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
6120 minibuffer's content with itself.
6121 Fold the confirm-after-completion case into the `confirm' case.
6122 (completion-pcm-word-delimiters): Add : and / to the delimiters.
6123
6124 2009-12-06 Kevin Ryde <user42@zip.com.au>
6125
6126 * ffap.el (ffap-rfc-path): Make this a defcustom since
6127 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
6128
6129 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
6130 manuals, similar to existing setup for help-mode. (Bug#3913.)
6131
6132 2009-12-05 Juri Linkov <juri@jurta.org>
6133
6134 Save and restore dired buffer's point positions too. (Bug#4880)
6135
6136 * dired.el (dired-save-positions): Return in the first element
6137 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
6138 Doc fix.
6139 (dired-restore-positions): First restore buffer's position.
6140 While restoring window's positions, check if window still displays
6141 the original buffer.
6142
6143 2009-12-05 Chong Yidong <cyd@stupidchicken.com>
6144
6145 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
6146 if possible.
6147
6148 * cedet/semantic/ia.el (semantic-ia-complete-symbol):
6149 Make argument optional.
6150
6151 * shell.el (shell): Require ansi-color (Bug#5113).
6152
6153 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
6154
6155 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
6156
6157 2009-12-05 Alan Mackenzie <acm@muc.de>
6158
6159 * progmodes/cc-mode.el (c-before-hack-hook)
6160 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
6161 `c-file-style' to work again. This reversion restores the current
6162 software to its state in Emacs 23.1. (Bug#4146)
6163
6164 2009-12-05 Kevin Ryde <user42@zip.com.au>
6165
6166 * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
6167 comment-start-skip to comment-end-skip as comment (Bug#4781).
6168
6169 2009-12-05 Juri Linkov <juri@jurta.org>
6170
6171 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
6172 for virtual nodes. (Bug#4147)
6173 (Info-find-node-2): Set `Info-current-node-virtual' to nil
6174 when moving from a virtual node.
6175 (Info-mode-menu): Add `Info-virtual-index' to the menu.
6176 (Info-mode): Add `Info-virtual-index' to the docstring.
6177
6178 2009-12-05 Eric Ludlam <zappo@gnu.org>
6179
6180 * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
6181 Describe project macro symbols.
6182
6183 * cedet/semantic/complete.el (semantic-complete-do-completion):
6184 Don't call semantic-collector-current-exact-match.
6185
6186 * cedet/ede.el (ede-apply-preprocessor-map): Accept lists of
6187 ede-objects as targets.
6188
6189 * cedet/ede/pmake.el (ede-proj-makefile-insert-variables): Output
6190 a target's object list even if compiler vars are already in the
6191 Makefile.
6192
6193 * cedet/ede/emacs.el (ede-preprocessor-map): Add config.h to the
6194 list of headers producing necessary macros.
6195
6196 2009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6197
6198 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
6199 track of the buffer position of the end of a BibTeX entry as this
6200 position may change during reformatting.
6201 (bibtex-format-entry): Remove whitespace before processing
6202 numerical fields so that we recognize the latter properly.
6203 (bibtex-reformat): Do not use push which changes the global value
6204 of bibtex-entry-format.
6205 (bibtex-field-braces-alist, bibtex-field-strings-alist)
6206 (bibtex-field-re-init): Replace only space characters by regexp
6207 for whitespace.
6208 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
6209 (bibtex-initialize): Also update bibtex-strings.
6210 (bibtex-kill-field): Preserve white space at end of entry.
6211 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
6212 Update bibtex-reference-keys.
6213
6214 2009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
6215
6216 * minibuffer.el (completion-pcm--merge-try): Also consider placing
6217 point after a star, if that's the only place where modifications can
6218 make progress.
6219
6220 2009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
6221
6222 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
6223 in docstrings.
6224
6225 2009-12-04 Juri Linkov <juri@jurta.org>
6226
6227 * proced.el (proced): Call `(proced-update t)' to update process
6228 information instead of only running proced-post-display-hook.
6229 (proced-send-signal): Add a leading space to the buffer name
6230 " *Marked Processes*" to make this buffer ephemeral.
6231
6232 2009-12-04 Juri Linkov <juri@jurta.org>
6233
6234 * dired.el (dired-auto-revert-buffer): New defcustom.
6235 (dired-internal-noselect): Use it.
6236
6237 2009-12-04 Juri Linkov <juri@jurta.org>
6238
6239 Change roles of modes and functions in image-mode.el (Bug#5062).
6240
6241 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
6242 in `auto-mode-alist'.
6243 (image-mode-previous-major-mode): New variable.
6244 (image-minor-mode-map): Rename from `image-mode-text-map'.
6245 (image-mode): Move graceful error-handling code from
6246 `image-minor-mode' to here. On errors call `image-mode-as-text'.
6247 (image-minor-mode): Remove all image-handling code.
6248 Replace `image-mode-text-map' with `image-minor-mode-map'.
6249 Check for `image-type' in mode-line format string.
6250 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
6251 (image-mode-as-text): New function with most code from
6252 `image-mode-maybe'.
6253 (image-toggle-display-text): Move code that removes image
6254 properties from `image-toggle-display' to here.
6255 (image-toggle-display-image): New function with code that adds
6256 image properties copied from `image-toggle-display'.
6257 (image-toggle-display): Remove most code with leaving only code
6258 that toggles between `image-mode-as-text' and `image-mode'.
6259
6260 2009-12-04 Ulf Jasper <ulf.jasper@web.de>
6261
6262 * net/newst-treeview.el
6263 (newsticker--treeview-list-highlight-start): Restored call to
6264 save-excursion: Selected item was stuck.
6265 (newsticker--treeview-list-select): New.
6266 (newsticker--treeview-item-show-text)
6267 (newsticker--treeview-item-show)
6268 (newsticker--treeview-item-update): Use new
6269 newsticker-treeview-item-mode.
6270 (newsticker-treeview-update): Keep current item.
6271 (newsticker-treeview-next-new-or-immortal-item): Doc change.
6272 (newsticker--treeview-first-feed): Doc change.
6273 (newsticker-treeview-list-menu)
6274 (newsticker-treeview-item-menu): Added menu entries.
6275 (newsticker-treeview-item-mode): New.
6276
6277 * net/newst-backend.el (newsticker-customize): Delete other
6278 windows.
6279
6280 2009-12-04 Sam Steingold <sds@gnu.org>
6281
6282 * log-view.el (log-view-mode-map): "q" calls quit-window,
6283 like in all the other non-self-insert buffers.
6284
6285 2009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
6286
6287 Minor cleanup.
6288 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
6289 key decoding rather than do it manually via last-input-event +
6290 ascii-character.
6291 (term-exec): Use delete-and-extract-region.
6292 (term-handle-ansi-terminal-messages): Remove unused var `end'.
6293 (term-process-pager): Remove unused var `i'.
6294 (term-dynamic-simple-complete): Make obsolete.
6295 (serial-update-config-menu): Remove unused vars `y' and `str'.
6296 (term-update-mode-line): Remove unused var `temp'.
6297
6298 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
6299
6300 Limit the number of log entries displayed by default.
6301 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
6302 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
6303 using a prefix argument.
6304
6305 2009-12-03 Glenn Morris <rgm@gnu.org>
6306
6307 * progmodes/idlwave.el (class): Restore still useful declaration.
6308
6309 2009-12-03 Alan Mackenzie <acm@muc.de>
6310
6311 Enhance `c-parse-state' to run efficiently in "brace deserts".
6312
6313 * progmodes/cc-mode.el (c-basic-common-init):
6314 Call c-state-cache-init.
6315 (c-neutralize-syntax-in-and-mark-CPP): Rename from
6316 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
6317 placing `category' properties value 'c-cpp-delimiter at its boundaries.
6318
6319 * progmodes/cc-langs.el (c-before-font-lock-function):
6320 c-extend-and-neutralize-syntax-in-CPP has been renamed
6321 c-neutralize-syntax-in-and-mark-CPP.
6322
6323 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
6324 with `category' properties now, not `syntax-table' ones.
6325
6326 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
6327 enhanced (but slower) version of c-end-of-macro that won't land
6328 inside a literal or on another awkward character.
6329 (c-state-cache-too-far, c-state-cache-start)
6330 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
6331 (c-state-nonlit-pos-cache-limit, c-state-point-min)
6332 (c-state-point-min-lit-type, c-state-point-min-lit-start)
6333 (c-state-min-scan-pos, c-state-brace-pair-desert)
6334 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
6335 buffer local variables.
6336 (c-state-literal-at, c-state-lit-beg)
6337 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
6338 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
6339 (c-state-cache-top-paren, c-state-cache-after-top-paren)
6340 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
6341 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
6342 (c-renarrow-state-cache)
6343 (c-append-lower-brace-pair-to-state-cache)
6344 (c-state-push-any-brace-pair, c-append-to-state-cache)
6345 (c-remove-stale-state-cache)
6346 (c-remove-stale-state-cache-backwards, c-state-cache-init)
6347 (c-invalidate-state-cache-1, c-parse-state-1)
6348 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
6349 (c-parse-state): Enhance and refactor.
6350 (c-debug-parse-state): Amend to deal with all the new variables.
6351
6352 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
6353 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
6354 modify to use category text properties rather than syntax-table ones.
6355 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
6356 to switch off/on the syntactic paren property of C++ template
6357 delimiters using the category property.
6358 (c-with-<->-as-parens-suppressed): Macro to invoke code with
6359 template delims suppressed.
6360 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
6361 New constant/macros which apply category properties to the start
6362 and end of preprocessor constructs.
6363 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
6364 "comment out" the syntactic value of characters in preprocessor
6365 constructs.
6366 (c-with-cpps-commented-out)
6367 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
6368 with characters in all or all but one preprocessor constructs
6369 "commented out".
6370
6371 2009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6372
6373 * proced.el (proced-filter-alist): Use regexp-quote.
6374
6375 2009-12-03 Michael Albinus <michael.albinus@gmx.de>
6376
6377 Cleanup.
6378 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
6379 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
6380 arguments. Expand `default-directory'.
6381
6382 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
6383 the benefit of returning an expanded localname.
6384 (tramp-tramp-file-p): Handle the case NAME is not a string.
6385
6386 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
6387
6388 Add support for bzr shelve/unshelve.
6389 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
6390 (vc-bzr-extra-menu-map): New variables.
6391 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
6392 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
6393 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
6394 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
6395 (vc-bzr-dir-extra-headers): Display shelves.
6396
6397 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
6398
6399 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
6400
6401 * textmodes/bibtex.el (bibtex-complete-internal):
6402 Use completion-in-region.
6403 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
6404
6405 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
6406
6407 Support applying stashes. Improve UI.
6408 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
6409 (vc-git-stash-apply, vc-git-stash-pop)
6410 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
6411 (vc-git-stash-menu): New functions.
6412 (vc-git-stash-menu-map): New variable.
6413 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
6414
6415 2009-12-03 Glenn Morris <rgm@gnu.org>
6416
6417 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
6418 (vc-print-log-internal): Fix previous change.
6419 (vc-revert): Correct pluralization.
6420
6421 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
6422
6423 * progmodes/make-mode.el (makefile-special-targets-list): No need for
6424 it to be an alist any more.
6425 (makefile-complete): Use completion-in-region.
6426
6427 * progmodes/octave-mod.el (octave-complete-symbol):
6428 Use completion-in-region.
6429
6430 Misc cleanup.
6431 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
6432 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
6433 (idlwave-complete-class): Don't quote lambda.
6434 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
6435 (idlwave-mode-map): Move initialization into declaration.
6436 (idlwave-action-and-binding): Use backquotes.
6437 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
6438 Simplify.
6439 (idlwave-is-pointer-dereference): Remove unused var `pos'.
6440 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
6441 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
6442 `parts', and `all-parts'.
6443 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
6444 (idlwave-convert-xml-system-routine-info): Remove unused string
6445 `version-string'.
6446 (idlwave-display-user-catalog-widget): Use dolist.
6447 (idlwave-scanning-lib): Declare dynamically-scoped var.
6448 (idlwave-scan-library-catalogs): Remove unused var `flags'.
6449 (completion-highlight-first-word-only): Declare to silence bytecomp.
6450 (idlwave-popup-select): Tighten scope of `resp'.
6451 (idlwave-find-struct-tag): Remove unused var `beg'.
6452 (idlwave-after-load-rinfo-hook): Declare.
6453 (idlwave-sintern-class-info): Remove unused var `taglist'.
6454 (idlwave-find-class-definition): Remove unused var `list'.
6455 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
6456 (idlwave-what-module-find-class): Remove unused var `classes'.
6457
6458 2009-12-03 Juanma Barranquero <lekktu@gmail.com>
6459
6460 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
6461
6462 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
6463
6464 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
6465 buffers visited. Remove redundant current-buffer-saving.
6466
6467 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
6468
6469 Use completion-in-buffer and remove uses of dynamic scoping.
6470 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
6471 (pascal-buffer-to-use, pascal-flag): Don't declare.
6472 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
6473 (pascal-get-completion-decl, pascal-keyword-completion):
6474 Add `pascal-str' argument, save-excursion,
6475 return the found completions, and don't filter with pascal-pred.
6476 (pascal-completion-cache): New var.
6477 (pascal-completion): Don't switch buffer any more (it was never
6478 necessary). Don't save-excursion any more (it's done by the called
6479 subroutines). Use a cache to avoid redundant computations.
6480 Use complete-with-action rather than pascal-completion-response and
6481 let it apply the predicate as well.
6482 (pascal-complete-word): Use completion-in-buffer when
6483 pascal-toggle-completions is nil.
6484 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
6485 not used any more.
6486 (pascal-comp-defun): Don't change buffer any more.
6487 Use complete-with-action rather than pascal-completion-response and
6488 let it apply the predicate as well.
6489 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
6490 when neded.
6491
6492 2009-12-02 Kenichi Handa <handa@m17n.org>
6493
6494 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
6495 shape for all Indic scripts.
6496
6497 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
6498
6499 Use completion-in-buffer.
6500 * wid-edit.el (widget-field-text-end): New function.
6501 (widget-field-value-get): Use it.
6502 (widget-string-complete, widget-file-complete)
6503 (widget-color-complete): Use it and completion-in-region.
6504 (widget-complete): Don't narrow the buffer.
6505
6506 2009-12-02 Glenn Morris <rgm@gnu.org>
6507
6508 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
6509 (rmail-select-summary): Use rmail-pop-to-buffer.
6510 * mail/rmailsum.el: Replace all pop-to-buffer calls with
6511 rmail-pop-to-buffer, to prevent horizontal splits.
6512
6513 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
6514 save-excursion with save-current-buffer.
6515 Widen before searching. (Bug#5093)
6516 (diary-list-sexp-entries): Remove superfluous save-excursion.
6517
6518 2009-12-02 Michael Welsh Duggan <mwd@cert.org>
6519
6520 * woman.el (woman-make-bufname): Handle man-pages with "." in the
6521 name. (Bug#5038)
6522
6523 2009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
6524
6525 * ido.el (ido-file-internal): Handle filenames at point that do
6526 not have a directory part. (Bug#5049)
6527
6528 2009-12-02 Juanma Barranquero <lekktu@gmail.com>
6529
6530 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
6531 (mpc-songs-jump-to, mpc-resume): Doc fixes.
6532
6533 2009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
6534
6535 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
6536 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
6537 any more.
6538
6539 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
6540
6541 * comint.el (comint-insert-input): Ignore clicks to the right of
6542 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
6543
6544 * vc.el (vc-print-log-internal): Don't wait for the process to
6545 terminate before setting up the major mode.
6546
6547 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
6548 in case.
6549
6550 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
6551 the last element.
6552
6553 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
6554
6555 2009-12-01 Glenn Morris <rgm@gnu.org>
6556
6557 * window.el (window--display-buffer-2): Fix previous changes.
6558
6559 2009-12-01 Chong Yidong <cyd@stupidchicken.com>
6560
6561 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
6562
6563 2009-12-01 Glenn Morris <rgm@gnu.org>
6564
6565 * Makefile.in (ELCFILES): Add mpc.elc.
6566
6567 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
6568
6569 * mpc.el: New file.
6570
6571 2009-12-01 Glenn Morris <rgm@gnu.org>
6572
6573 * window.el (window-to-use): Define for compiler.
6574
6575 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
6576 consistent with others (no final period).
6577
6578 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
6579 (rmail-mime-show): Downcase the encoding. (Bug#5070)
6580
6581 2009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
6582
6583 Make vc-print-log buttons work.
6584 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
6585
6586 2009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
6587
6588 * savehist.el (savehist-autosave-interval): Allow setting to nil
6589 through customize. (Bug#5056)
6590
6591 2009-11-30 Juanma Barranquero <lekktu@gmail.com>
6592
6593 Fix references to jit-lock properties.
6594 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
6595 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
6596 (perl-font-lock-special-syntactic-constructs):
6597 Quote jit-lock-defer-multiline property.
6598
6599 2009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
6600
6601 * vc-git.el (vc-git-registered): Call vc-git-root only once.
6602
6603 2009-11-30 Juri Linkov <juri@jurta.org>
6604
6605 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
6606 value `buffer' of `multi-isearch-next-buffer-current-function'.
6607 Use `(current-buffer)' when `buffer' is nil.
6608 (multi-isearch-next-buffer-from-list): Don't fallback to
6609 `(current-buffer)' when `buffer' is nil. (Bug#4947)
6610
6611 2009-11-30 Juri Linkov <juri@jurta.org>
6612
6613 * misearch.el (multi-isearch-read-buffers): Move canonicalization
6614 of buffers with `get-buffer' to `multi-isearch-buffers'.
6615 (multi-isearch-buffers, multi-isearch-buffers-regexp):
6616 Canonicalize BUFFERS with `get-buffer'. Doc fix.
6617 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
6618 FILES with `expand-file-name' converting relative file names
6619 to absolute. Doc fix. (Bug#4727)
6620
6621 2009-11-30 Juri Linkov <juri@jurta.org>
6622
6623 * misearch.el (multi-isearch-read-buffers)
6624 (multi-isearch-read-matching-buffers): New functions.
6625 (multi-isearch-buffers, multi-isearch-buffers-regexp):
6626 Use them in the `interactive' spec. Doc fix.
6627 (multi-isearch-read-files, multi-isearch-read-matching-files):
6628 New functions.
6629 (multi-isearch-files, multi-isearch-files-regexp):
6630 Use them in the `interactive' spec. Doc fix. (Bug#4725)
6631
6632 2009-11-30 Juri Linkov <juri@jurta.org>
6633
6634 * doc-view.el (doc-view-continuous):
6635 Rename from `doc-view-continuous-mode'.
6636 (doc-view-menu): Move "Toggle display" to the top.
6637 Add submenu "Continuous" with radio buttons "Off"/"On"
6638 and "Save as Default".
6639 (doc-view-scroll-up-or-next-page)
6640 (doc-view-scroll-down-or-previous-page)
6641 (doc-view-next-line-or-next-page)
6642 (doc-view-previous-line-or-previous-page): Rename
6643 `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
6644
6645 2009-11-30 Juri Linkov <juri@jurta.org>
6646
6647 * comint.el (comint-mode-map): Rebind `M-r' from
6648 `comint-previous-matching-input' to
6649 `comint-history-isearch-backward-regexp'.
6650 Unbind `M-s' to allow global key binding `M-s'.
6651 Add menu items for `comint-history-isearch-backward' and
6652 `comint-history-isearch-backward-regexp'. (Bug#3746)
6653
6654 2009-11-30 Juri Linkov <juri@jurta.org>
6655
6656 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
6657 For def=recenter, replace `recenter' with `recenter-top-bottom'
6658 that is called with `this-command' and `last-command' let-bound
6659 to `recenter-top-bottom'. When the last `def' was not `recenter',
6660 set `recenter-last-op' to nil. (Bug#4981)
6661
6662 2009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
6663
6664 Minor cleanup and simplification.
6665 * filecache.el (file-cache-add-directory)
6666 (file-cache-add-directory-recursively)
6667 (file-cache-add-from-file-cache-buffer)
6668 (file-cache-delete-file-regexp, file-cache-delete-directory)
6669 (file-cache-files-matching-internal, file-cache-display): Use dolist.
6670 (file-cache-temp-minibuffer-message): Delete function.
6671 (file-cache-minibuffer-complete): Use minibuffer-message instead.
6672
6673 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
6674 Don't signal an error when bumping into EOB in tr, s, or y.
6675
6676 2009-11-29 Juri Linkov <juri@jurta.org>
6677
6678 * startup.el (fancy-about-text): Fix wording of Guided Tour.
6679 (Bug#4960)
6680
6681 * descr-text.el (describe-char-unidata-list): Use lowercase name
6682 for "Unicode name" like in other tags.
6683
6684 2009-11-29 Juri Linkov <juri@jurta.org>
6685
6686 * ediff-util.el (ediff-minibuffer-with-setup-hook):
6687 New compatibility macro.
6688 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
6689
6690 2009-11-29 Juri Linkov <juri@jurta.org>
6691
6692 Add defcustom to define the cycling order of `recenter-top-bottom'.
6693 (Bug#4981)
6694
6695 * window.el (recenter-last-op): Doc fix.
6696 (recenter-positions): New defcustom.
6697 (recenter-top-bottom): Rewrite to use `recenter-positions'.
6698 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
6699
6700 2009-11-29 Michael Albinus <michael.albinus@gmx.de>
6701
6702 Improve integration of Tramp and ange-ftp in eshell.
6703
6704 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
6705 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
6706 (eshell/sudo): Flatten args. Let-bind `default-directory'.
6707
6708 * eshell/esh-util.el (top): Require also Tramp when compiling.
6709 (eshell-directory-files-and-attributes): Check for FTP remote
6710 connection.
6711 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
6712 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
6713 (eshell-file-attributes): Handle ".". Return `entry'.
6714
6715 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
6716 (ange-ftp-directory-files-and-attributes)
6717 (ange-ftp-real-directory-files-and-attributes): New defuns.
6718
6719 * net/tramp.el (tramp-maybe-open-connection): Open the remote
6720 shell with "exec" when possible. This prevents trailing prompts
6721 in `start-file-process'.
6722
6723 2009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
6724
6725 Try and remove assumptions about point-min==1.
6726 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
6727 (rng-compute-mode-line-string): Show the validation percentage in
6728 terms of the narrowed text, not the widened text.
6729 (rng-do-some-validation): Don't catch internal errors when debugging.
6730 (rng-first-error): Simplify.
6731 (rng-after-change-function): Remove work around. AFAIK the bug has
6732 been fixed a while ago.
6733
6734 * image-mode.el (image-minor-mode): Exit more gracefully when the image
6735 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
6736
6737 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
6738
6739 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
6740 `cd' doesn't always do it for us (bug#5067).
6741
6742 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
6743 on 2009-10-25 as part of some other change (bug#5067).
6744
6745 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
6746
6747 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
6748 `suspicious'.
6749 (byte-compile-warnings): Use byte-compile-warning-types.
6750 (byte-compile-save-excursion): Warn about use of set-buffer right
6751 after save-excursion.
6752
6753 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
6754 the excursion as well.
6755
6756 2009-11-27 Michael Albinus <michael.albinus@gmx.de>
6757
6758 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
6759 providing a Tramp related implementation of "su" and "sudo".
6760 (eshell-unix-initialize): Add "su" and "sudo".
6761
6762 2009-11-27 Daiki Ueno <ueno@unixuser.org>
6763
6764 * net/socks.el (socks-send-command): Convert binary request to
6765 unibyte before sending. This fixes mishandling of some port
6766 numbers such as 129.
6767
6768 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
6769
6770 * help.el (describe-bindings-internal): Remove `interactive'.
6771
6772 * man.el (Man-completion-table): Trim a terminating "(".
6773 Remove the space between name page a section.
6774 Add the command's description on the `help-echo' property.
6775 Remove `process-connection-type' binding since it's unused by
6776 call-process.
6777 Provide completion for the "<section> <name>" format as well.
6778 (Man-default-man-entry): Remove spurious var shadowing the argument.
6779
6780 2009-11-26 Kevin Ryde <user42@zip.com.au>
6781
6782 * log-view.el: Add "Keywords: tools", since its other keywords
6783 aren't in finder-known-keywords, and following vc.el.
6784
6785 * sha1.el (sha1-string-external): default-directory "/" in case
6786 otherwise non-existent. process-connection-type pipe for touch of
6787 efficiency recommended by elisp manual. (An aside in Bug#3911.)
6788
6789 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
6790
6791 Misc coding convention cleanups.
6792 * htmlfontify.el (hfy-init-kludge-hook): Rename from
6793 hfy-init-kludge-hooks.
6794 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
6795 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
6796 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
6797 and push.
6798 (hfy-slant, hfy-weight): Use tables rather than code.
6799 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
6800 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
6801 (hfy-face-attr-for-class): Initialize `face-spec' directly.
6802 (hfy-face-to-css): Remove `nconc' with single arg.
6803 (hfy-p-to-face-lennart): Use `or'.
6804 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
6805 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
6806 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
6807 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
6808 (hfy-force-fontification): Use run-hooks.
6809
6810 2009-11-26 Vivek Dasmohapatra <vivek@etla.org>
6811
6812 Various minor fixes.
6813 * htmlfontify.el (hfy-default-header): Add toggle_invis since
6814 Javascript belongs in the header, not the body.
6815 (hfy-javascript): Remove.
6816 (hfy-fontify-buffer): Don't insert it any more.
6817 (hfy-face-at): Handle (face0 face1 face2) style face properties.
6818 Fix bug in invis handling when there were no invis props in a chunk.
6819
6820 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
6821
6822 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
6823
6824 2009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
6825
6826 * finder.el (finder-mode-map): Add a menu.
6827
6828 2009-11-26 Michael McNamara <mac@mail.brushroad.com>
6829
6830 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
6831 "unsigned" structs.
6832
6833 (verilog-leap-to-head, verilog-backward-token): Handle "disable
6834 fork" statement better.
6835
6836 2009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
6837
6838 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
6839 (verilog-delete-auto, verilog-delete-empty-auto-pair)
6840 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
6841 Reported by Clay Douglass.
6842
6843 (verilog-auto-inst, verilog-auto-star-safe)
6844 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
6845 Fix removing "// Interfaces" when saving .* expansions. Reported by
6846 Pierre-David Pfister.
6847
6848 2009-11-26 Glenn Morris <rgm@gnu.org>
6849
6850 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
6851 the scope.
6852
6853 2009-11-25 Johan Bockgård <bojohan@gnu.org>
6854
6855 * vc-annotate.el (vc-annotate-revision-previous-to-line):
6856 Really use previous revision.
6857
6858 2009-11-25 Kevin Ryde <user42@zip.com.au>
6859
6860 * man.el (Man-completion-table): default-directory "/" in case
6861 doesn't otherwise exist. process-environment COLUMNS=999 so as
6862 not to truncate long names. process-connection-type pipe to avoid
6863 any chance of hitting the pseudo-tty TIOCGWINSZ.
6864 (man): completion-ignore-case t for friendliness and since man
6865 itself is case-insensitive on the command line.
6866 Further to Bug#3717.
6867
6868 * arc-mode.el: Add "Keywords: files", so the details in its
6869 commentary can be reached from finder-by-keyword.
6870 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
6871 editing mode, but it's comms related and sgml-mode.el has "comm"
6872 on that basis too.
6873 * textmodes/bibtex-style.el: Add "Keywords: tex".
6874 * international/isearch-x.el, international/ja-dic-cnv.el:
6875 * international/ja-dic-utl.el, international/kkc.el:
6876 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
6877
6878 2009-11-25 Juri Linkov <juri@jurta.org>
6879
6880 * man.el (Man-completion-table): Modify regexp to include
6881 section names to completion strings. (Bug#3717)
6882
6883 2009-11-25 Juri Linkov <juri@jurta.org>
6884
6885 Search recursively in gzipped files. (Bug#4982)
6886
6887 * progmodes/grep.el (grep-highlight-matches): Add new options
6888 `always' and `auto'. Doc fix.
6889 (grep-process-setup): Check `grep-highlight-matches' for
6890 `auto-detect' to determine the need to compute grep defaults.
6891 Move Windows/DOS specific --colors settings handling
6892 to `grep-compute-defaults'. Check `grep-highlight-matches'
6893 to get the value of "--color=".
6894 (grep-compute-defaults): Compute `grep-highlight-matches' when it
6895 has the value `auto-detect'. Move Windows/DOS specific settings
6896 from `grep-process-setup'.
6897 (zrgrep): New command with alias `rzgrep'.
6898
6899 2009-11-25 Juri Linkov <juri@jurta.org>
6900
6901 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
6902 to nil instead of switching off view-mode. (Bug#4896)
6903
6904 2009-11-25 Juri Linkov <juri@jurta.org>
6905
6906 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
6907
6908 * mwheel.el (mwheel-scroll-up-function)
6909 (mwheel-scroll-down-function): New defvars.
6910 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
6911 `scroll-up', and `mwheel-scroll-down-function' instead of
6912 `scroll-down'.
6913
6914 * doc-view.el (doc-view-scroll-up-or-next-page)
6915 (doc-view-scroll-down-or-previous-page): Add optional ARG.
6916 Use this ARG in the call to image-scroll-up/image-scroll-down.
6917 Change `interactive' spec to "P". Goto next/previous page only
6918 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
6919 SPC/DEL case). Doc fix.
6920 (doc-view-next-line-or-next-page)
6921 (doc-view-previous-line-or-previous-page): Rename arg to ARG
6922 for consistency.
6923 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
6924 `doc-view-scroll-up-or-next-page', and buffer-local
6925 `mwheel-scroll-down-function' to
6926 `doc-view-scroll-down-or-previous-page'.
6927
6928 2009-11-25 Juri Linkov <juri@jurta.org>
6929
6930 Provide additional default values (directories at other Dired
6931 windows) via M-n in the minibuffer of some Dired commands.
6932
6933 * dired-aux.el (dired-diff, dired-compare-directories)
6934 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
6935 `minibuffer-default' in `minibuffer-with-setup-hook'.
6936 (dired-dwim-target-directory): Find a window that displays Dired
6937 buffer instead of failing when the next window is not Dired.
6938 Use `get-window-with-predicate' to find for the next Dired window.
6939 (dired-dwim-target-defaults): New function.
6940
6941 * ediff-util.el (ediff-read-file-name):
6942 Use `dired-dwim-target-defaults' to set `minibuffer-default'
6943 in `minibuffer-with-setup-hook'.
6944
6945 2009-11-25 Juri Linkov <juri@jurta.org>
6946
6947 Provide additional default values (file name at point or at the
6948 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
6949
6950 * minibuffer.el (read-file-name-defaults): New function.
6951 (read-file-name): Reset `minibuffer-default' to nil when
6952 it duplicates initial input `insdef'.
6953 Bind `minibuffer-default-add-function' to lambda that
6954 calls `read-file-name-defaults' in `minibuffer-selected-window'.
6955 (minibuffer-insert-file-name-at-point): New command.
6956
6957 * files.el (file-name-at-point-functions): New defcustom.
6958 (find-file-default): Remove defvar.
6959 (find-file-read-args): Don't use `find-file-default'.
6960 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
6961 to `read-file-name'.
6962 (find-file-literally): Use `read-file-name' with
6963 `confirm-nonexistent-file-or-buffer'.
6964
6965 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
6966
6967 * dired.el (dired-read-dir-and-switches):
6968 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
6969 to `read-file-name'.
6970 (dired-file-name-at-point): New function.
6971 (dired-mode): Add hook `dired-file-name-at-point' to
6972 `file-name-at-point-functions'.
6973
6974 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
6975
6976 Really make the *Completions* window soft-dedicated (bug#5030).
6977 * window.el (window--display-buffer-2): Add `dedicated' argument.
6978 (display-buffer): Pass it when needed so the dedicated flag is set
6979 after calling set-window-buffer, which would otherwise reset it.
6980
6981 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
6982
6983 * progmodes/meta-mode.el (meta-complete-symbol):
6984 * progmodes/etags.el (complete-tag):
6985 * mail/mailabbrev.el (mail-abbrev-complete-alias):
6986 Use completion-in-region.
6987
6988 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
6989 (dabbrev-completion): Use completion-in-region.
6990 (dabbrev--abbrev-at-point): Simplify regexp.
6991
6992 * abbrev.el (abbrev--before-point): Use word-motion functions
6993 if :regexp is not specified (bug#5031).
6994
6995 * subr.el (string-prefix-p): New function.
6996
6997 * man.el (Man-completion-cache): New var.
6998 (Man-completion-table): Use it.
6999
7000 * vc.el (vc-print-log-internal): Make `limit' optional for better
7001 compatibility (e.g. with vc-annotate.el).
7002
7003 2009-11-24 Kevin Ryde <user42@zip.com.au>
7004
7005 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
7006 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
7007
7008 * emacs-lisp/elint.el (elint-add-required-env): Better error message
7009 when .el source file not found or other error.
7010
7011 2009-11-24 Markus Triska <markus.triska@gmx.at>
7012
7013 * linum.el (linum-update-window): Ignore intangible (bug#4996).
7014
7015 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
7016
7017 Handle the [back] button properly (bug#4979).
7018 * descr-text.el (describe-text-properties): Add a `buffer' argument.
7019 Use help-setup-xref, help-buffer, and with-help-window.
7020 (describe-char): Add `buffer' argument.
7021 Pass proper command to help-setup-xref. Don't meddle with
7022 help-xref-stack-item directly.
7023 (describe-text-category): Use with-help-window and help-buffer.
7024
7025 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
7026 for the displayed buffer (bug#4887).
7027
7028 * man.el (Man-completion-table): New function.
7029 (man): Use it.
7030
7031 2009-11-24 David Reitter <david.reitter@gmail.com>
7032
7033 * vc-git.el (vc-git-registered): Use checkout directory (where
7034 .git is) rather than the file's directory and a relative path spec
7035 to work around a bug in git.
7036
7037 2009-11-24 Michael Albinus <michael.albinus@gmx.de>
7038
7039 Improve handling of processes on remote hosts.
7040
7041 * eshell/esh-util.el (eshell-path-env): New defvar.
7042 (eshell-parse-colon-path): New defun.
7043 (eshell-file-attributes): Use `eshell-parse-colon-path'.
7044
7045 * eshell/esh-ext.el (eshell-search-path):
7046 Use `eshell-parse-colon-path'.
7047 (eshell-remote-command): Remove argument HANDLER.
7048 (eshell-external-command): Check for FTP remote connection.
7049
7050 * eshell/esh-proc.el (eshell-gather-process-output):
7051 Use `file-truename', in order to start also symlinked files.
7052 Apply `start-file-process' instead of `start-process'.
7053 Shorten `command' to the local file name part.
7054
7055 * eshell/em-cmpl.el (eshell-complete-commands-list):
7056 Use `eshell-parse-colon-path'.
7057
7058 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
7059
7060 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
7061 to `eshell-directory-change-hook'.
7062
7063 2009-11-24 Tassilo Horn <tassilo@member.fsf.org>
7064
7065 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
7066 because it could be enabled automatically if view-read-only is non-nil.
7067
7068 2009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
7069
7070 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
7071 made on 2009-11-22.
7072
7073 2009-11-24 Glenn Morris <rgm@gnu.org>
7074
7075 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
7076 deleted variable bookmark-bmenu-bookmark-column.
7077
7078 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
7079 Move after definition of global-semantic-idle-tag-highlight-mode.
7080
7081 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
7082
7083 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
7084
7085 2009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
7086
7087 * net/browse-url.el (browse-url-filename-alist): On Windows, add
7088 two slashes to the "file:" prefix.
7089 (browse-url-file-url): De-munge Cygwin filenames before passing
7090 them to Windows browser.
7091 (browse-url-default-windows-browser): Use call-process.
7092
7093 2009-11-23 Juri Linkov <juri@jurta.org>
7094
7095 Implement DocView Continuous mode. (Bug#4896)
7096 * doc-view.el (doc-view-continuous-mode): New defcustom.
7097 (doc-view-mode-map): Bind C-n/<down> to
7098 `doc-view-next-line-or-next-page', C-p/<up> to
7099 `doc-view-previous-line-or-previous-page'.
7100 (doc-view-next-line-or-next-page)
7101 (doc-view-previous-line-or-previous-page): New commands.
7102
7103 2009-11-23 Juri Linkov <juri@jurta.org>
7104
7105 Implement Isearch in comint input history. (Bug#3746)
7106 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
7107 `isearch-mode-hook'.
7108 (comint-history-isearch): New defcustom.
7109 (comint-history-isearch-backward)
7110 (comint-history-isearch-backward-regexp): New commands.
7111 (comint-history-isearch-message-overlay): New buffer-local variable.
7112 (comint-history-isearch-setup, comint-history-isearch-end)
7113 (comint-goto-input, comint-history-isearch-search)
7114 (comint-history-isearch-message, comint-history-isearch-wrap)
7115 (comint-history-isearch-push-state)
7116 (comint-history-isearch-pop-state): New functions.
7117
7118 2009-11-23 Michael Albinus <michael.albinus@gmx.de>
7119
7120 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
7121 return.
7122 (tramp-handle-make-symbolic-link)
7123 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
7124 Quote file names.
7125 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
7126 (tramp-handle-process-file): Use it.
7127
7128 2009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
7129
7130 * window.el (move-to-window-line-last-op): Remove.
7131 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
7132
7133 2009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
7134
7135 Make M-r mirror the new cycling behavior of C-l.
7136 * window.el (move-to-window-line-last-op): New var.
7137 (move-to-window-line-top-bottom): New command.
7138 (global-map): Bind M-r move-to-window-line-top-bottom.
7139
7140 2009-11-23 Sven Joachim <svenjoac@gmx.de>
7141
7142 * dired-x.el (dired-guess-shell-alist-default):
7143 Support xz format. (Bug#4953)
7144
7145 2009-11-22 Chong Yidong <cyd@stupidchicken.com>
7146
7147 * cedet/srecode/map.el (srecode-get-maps):
7148 * cedet/semantic/wisent/wisent.el (wisent-parse-toggle-verbose-flag):
7149 * cedet/semantic/wisent/comp.el (wisent-toggle-verbose-flag):
7150 * cedet/semantic/decorate/mode.el (semantic-decoration-mode)
7151 (semantic-toggle-decoration-style):
7152 * cedet/semantic/decorate/include.el
7153 (semantic-decoration-include-describe)
7154 (semantic-decoration-unknown-include-describe)
7155 (semantic-decoration-unparsed-include-describe)
7156 (semantic-decoration-all-include-summary):
7157 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init):
7158 * cedet/semantic/analyze/complete.el
7159 (semantic-analyze-possible-completions):
7160 * cedet/semantic/util-modes.el (semantic-highlight-edits-mode)
7161 (semantic-show-unmatched-syntax-mode)
7162 (semantic-show-parser-state-mode, semantic-stickyfunc-mode)
7163 (semantic-highlight-func-mode):
7164 * cedet/semantic/util.el (semantic-describe-buffer):
7165 * cedet/semantic/symref.el (semantic-symref-find-references-by-name)
7166 (semantic-symref-find-tags-by-name)
7167 (semantic-symref-find-tags-by-regexp)
7168 (semantic-symref-find-tags-by-completion)
7169 (semantic-symref-find-file-references-by-name)
7170 (semantic-symref-find-text):
7171 * cedet/semantic/senator.el (senator-copy-tag, senator-kill-tag)
7172 (senator-yank-tag):
7173 * cedet/semantic/scope.el (semantic-calculate-scope):
7174 * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
7175 * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
7176 (define-semantic-idle-service):
7177 * cedet/semantic/complete.el (semantic-complete-analyze-inline)
7178 (semantic-complete-analyze-inline-idle):
7179 * cedet/semantic/analyze.el (semantic-analyze-current-context):
7180 * cedet/mode-local.el (describe-mode-local-bindings)
7181 (describe-mode-local-bindings-in-mode):
7182 * cedet/ede/make.el (ede-make-check-version):
7183 * cedet/ede/locate.el (ede-enable-locate-on-project):
7184 * cedet/cedet-idutils.el (cedet-idutils-expand-filename)
7185 (cedet-idutils-version-check):
7186 * cedet/cedet-global.el (cedet-gnu-global-expand-filename)
7187 (cedet-gnu-global-version-check):
7188 * cedet/cedet-cscope.el (cedet-cscope-expand-filename)
7189 (cedet-cscope-version-check): Use called-interactively-p instead
7190 of interactive-p.
7191
7192 * cedet/semantic/ia.el (semantic-ia-completion-format-tag-function):
7193 Use semantic-format-tag-prototype.
7194
7195 2009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
7196
7197 * emulation/viper-cmd.el: Use viper-last-command-char instead of
7198 last-command-char/last-command-event.
7199 (viper-prefix-arg-value): Do correct conversion of event-char for
7200 XEmacs.
7201
7202 * emulation/viper-util.el, emulation/viper.el:
7203 Use viper-last-command-char instead of
7204 last-command-char/last-command-event.
7205
7206 * ediff-init.el, ediff-mult.el, ediff-util.el:
7207 Replace last-command-char and last-command-event
7208 with (ediff-last-command-char) everywhere.
7209
7210 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
7211 created in fundamental mode.
7212
7213 * ediff.el (ediff-version): Revert the change of interactive-p to
7214 called-interactively-p.
7215
7216 2009-11-22 Tassilo Horn <tassilo@member.fsf.org>
7217
7218 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
7219 generation from word-movement command names.
7220
7221 2009-11-21 Chong Yidong <cyd@stupidchicken.com>
7222
7223 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
7224 (semantic-complete-jump-local, semantic-complete-jump):
7225 Improve prompt string.
7226
7227 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
7228
7229 * cus-start.el (all): Add native condition for font-use-system-font.
7230
7231 2009-11-21 Nathaniel Flath <flat0103@gmail.com>
7232
7233 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
7234 Correct the patch from 2009-11-18. (Bug#3910)
7235
7236 2009-11-21 Tassilo Horn <tassilo@member.fsf.org>
7237
7238 * progmodes/subword.el: Rename from lisp/subword.el.
7239
7240 * subword.el: Rename to progmodes/subword.el.
7241
7242 * Makefile.in (ELCFILES): Adapt to subword.el move.
7243
7244 2009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
7245 Stefan Monnier <monnier@iro.umontreal.ca>
7246
7247 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
7248 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
7249 (bookmark-bmenu-show-filenames): Use push.
7250 (bookmark-bmenu-hide-filenames): Use local var instead of
7251 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
7252 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
7253 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
7254 filenames now that the bookmark names are always available.
7255
7256 2009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
7257
7258 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
7259 (bookmark-search-pattern): Move and leave unbound.
7260 (bookmark-bmenu-mode-map): Change binding.
7261 (bookmark-read-search-input): Simplify.
7262 Don't use text-char-description. Don't error on non-char events.
7263 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
7264 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
7265 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
7266 Use a local var for the timer.
7267 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
7268 (i.e. bookmark-bmenu-search).
7269
7270 2009-11-21 Glenn Morris <rgm@gnu.org>
7271
7272 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
7273
7274 2009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
7275
7276 * net/browse-url.el (browse-url-default-windows-browser):
7277 Use cygstart for cygwin.
7278
7279 2009-11-20 Karl Fogel <karl.fogel@red-bean.com>
7280
7281 * bookmark.el: Formatting and doc fixes only:
7282 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
7283 (bookmark-bmenu-search): Wrap to fit within 80 columns.
7284 Minor grammar and punctuation fixes in doc string.
7285 (bookmark-read-search-input): Adjust to fit within 80 columns.
7286
7287 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
7288
7289 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
7290 (c-backward-into-nomenclature): Adapt to subword renaming.
7291
7292 * subword.el (subword-forward, subword-backward, subword-mark)
7293 (subword-kill, subword-backward-kill, subword-transpose)
7294 (subword-downcase, subword-upcase, subword-capitalize)
7295 (subword-forward-internal, subword-backward-internal):
7296 Rename from forward-subword, backward-subword, mark-subword,
7297 kill-subword, backward-kill-subword, transpose-subwords,
7298 downcase-subword, upcase-subword, capitalize-subword,
7299 forward-subword-internal, backward-subword-internal.
7300
7301 2009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
7302
7303 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
7304 New options.
7305 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
7306 New vars.
7307 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
7308 (bookmark-bmenu-filter-alist-by-regexp)
7309 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
7310 (bookmark-bmenu-search): New command.
7311 (bookmark-bmenu-mode-map): Bind it.
7312
7313 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
7314
7315 * cedet/semantic/complete.el (semantic-complete-inline-map): Doc fix.
7316
7317 * cedet/semantic/idle.el (define-semantic-idle-service)
7318 (semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
7319
7320 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
7321
7322 * progmodes/cc-cmds.el: declare-functioned forward-subword and
7323 backward-subword to quit the byte-compiler.
7324
7325 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
7326
7327 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
7328
7329 * progmodes/cc-cmds.el (c-update-modeline)
7330 (c-forward-into-nomenclature, c-backward-into-nomenclature):
7331 Refer to subword.el functions instead of cc-subword.el.
7332
7333 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
7334 subword.el functions instead of cc-subword.el.
7335
7336 * progmodes/cc-subword.el: Rename to subword.el.
7337 * subword.el: Rename from progmodes/cc-subword.el.
7338 (subword-mode-map): Rename from c-subword-mode-map.
7339 (subword-mode): Rename from c-subword-mode.
7340 (global-subword-mode): New global minor mode.
7341 (forward-subword): Rename from c-forward-subword.
7342 (backward-subword): Rename from c-backward-subword.
7343 (mark-subword): Rename from c-mark-subword.
7344 (kill-subword): Rename from c-kill-subword.
7345 (backward-kill-subword): Rename from c-backward-kill-subword.
7346 (transpose-subwords): Rename from c-tranpose-subword.
7347 (downcase-subword): Rename from c-downcase-subword.
7348 (capitalize-subword): Rename from c-capitalize-subword.
7349 (forward-subword-internal): Rename from c-forward-subword-internal.
7350 (backward-subword-internal): Rename from c-backward-subword-internal.
7351
7352 2009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
7353
7354 * vc.el (vc-deduce-fileset): Allow non-state changing operations
7355 from a dired buffer.
7356 (vc-dired-deduce-fileset): New function.
7357 (vc-root-diff, vc-print-root-log): Use it.
7358
7359 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
7360 nil LIMIT argument to vc-print-log-internal.
7361
7362 2009-11-20 Glenn Morris <rgm@gnu.org>
7363
7364 * Makefile.in (ELCFILES): Regenerate.
7365
7366 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
7367
7368 * cedet/cedet.el (cedet-menu-map): Re-order menu items.
7369
7370 * cedet/semantic.el: Enable idle-mode menu items only if
7371 global-semantic-idle-scheduler-mode is enabled.
7372 (semantic-default-submodes): Doc fix.
7373
7374 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
7375 When turning off, disable other idle modes.
7376
7377 2009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
7378
7379 * calc/calc.el (calc-set-mode-line):
7380 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
7381 (math-format-number): Rename `math-format-complement-signed' to
7382 `math-format-twos-complement'.
7383
7384 * calc/calc-bin.el (math-format-twos-complement): Rename from
7385 math-format-complement-signed.
7386 (calc-radix): Rename `calc-complement-signed-mode' to
7387 `calc-twos-complement-mode'.
7388 (calc-octal-radix, calc-hex-radix): Add an argument for
7389 two's complement.
7390
7391 * calc/calc-embed.el (calc-embedded-mode-vars):
7392 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
7393
7394 * calc/calc-ext.el (calc-init-extensions):
7395 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
7396 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
7397
7398 * calc/calc-units.el (math-build-units-table-buffer):
7399 Let `calc-twos-complement-mode' be nil.
7400
7401 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
7402 entries.
7403
7404 * calc/calc-vec.el (calcFunc-vunpack):
7405 * calc/calc-aent.el (calc-do-calc-eval):
7406 * calc/calc-forms.el (math-format-date):
7407 * calc/calc-graph.el (calc-graph-plot):
7408 * calc/calc-math.el (math-use-emacs-fn):
7409 * calc/calccomp.el (math-compose-expr):
7410 Let `calc-twos-complement-mode' be nil.
7411
7412 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
7413
7414 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
7415 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
7416 * minibuffer.el (completion-in-region-functions): New hook.
7417 (completion-in-region): New function.
7418 * emacs-lisp/lisp.el (lisp-complete-symbol):
7419 * pcomplete.el (pcomplete-std-complete): Use it.
7420
7421 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
7422
7423 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
7424 (latex-complete-alist): New vars.
7425 (latex-string-prefix-p, latex-complete-bibtex-keys)
7426 (latex-complete-envnames, latex-complete-refkeys)
7427 (latex-complete-data): New functions.
7428 (latex-complete, latex-indent-or-complete): New commands.
7429
7430 * window.el (display-buffer-mark-dedicated): New var.
7431 (display-buffer): Obey it.
7432 * minibuffer.el (minibuffer-completion-help): Use it.
7433
7434 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
7435
7436 * filecache.el (file-cache-add-file): Use push and cons.
7437 (file-cache-delete-file-regexp): Use push.
7438 (file-cache-complete): Use completion-in-region.
7439
7440 * simple.el (with-wrapper-hook): Fix thinko.
7441
7442 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
7443 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
7444 Use with-current-buffer and string-to-number.
7445 (hfy-fallback-colour-values): Use assoc-string.
7446 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
7447 (hfy-face-at): Remove unused var `found-face'.
7448 (hfy-compile-stylesheet): Remove unused var `css'.
7449 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
7450 and `orig-buffer'.
7451 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
7452 Use with-current-buffer.
7453 (hfy-text-p): Use expand-file-name and fewer setq.
7454
7455 2009-11-19 Vivek Dasmohapatra <vivek@etla.org>
7456
7457 * htmlfontify.el, hfy-cmap.el: New files.
7458
7459 2009-11-19 Juri Linkov <juri@jurta.org>
7460
7461 * minibuffer.el (completions-format): New defcustom.
7462 (completion--insert-strings): Implement vertical format.
7463
7464 * simple.el (switch-to-completions): Move point to the first
7465 completion when point was at the beginning of the buffer.
7466
7467 2009-11-19 Juri Linkov <juri@jurta.org>
7468
7469 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
7470
7471 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
7472
7473 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
7474
7475 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
7476 (mail-signature): Change default to t.
7477 (mail-from-style): Deprecate `system-default' value.
7478 (mail-insert-from-field): For default value of mail-from-style,
7479 default to `angles' unless `angles' needs quoting and `parens'
7480 does not.
7481 (mail-citation-prefix-regexp): Use citation regexp from
7482 message-mode.
7483
7484 2009-11-19 Michael Albinus <michael.albinus@gmx.de>
7485
7486 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
7487 Set variables for computing the prompt for reading password.
7488
7489 2009-11-19 Glenn Morris <rgm@gnu.org>
7490
7491 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
7492
7493 * textmodes/flyspell.el (sgml-lexical-context): Declare.
7494
7495 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
7496 (newsticker-treeview-listwindow-height): Fix custom type.
7497
7498 2009-11-19 Kenichi Handa <handa@m17n.org>
7499
7500 * descr-text.el (describe-char-padded-string): Compose with TAB
7501 only if there's a font for CH.
7502 (describe-char): Fix the condition for detecting a trivial composition.
7503
7504 2009-11-18 Nathaniel Flath <flat0103@gmail.com>
7505
7506 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
7507 more accurate version of the regexp. (Bug#3910)
7508
7509 2009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
7510
7511 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
7512
7513 2009-11-18 Juanma Barranquero <lekktu@gmail.com>
7514
7515 * font-setting.el (font-use-system-font): Declare for byte-compiler.
7516 (font-setting-change-default-font): Fix typo in docstring.
7517
7518 2009-11-18 Alan Mackenzie <acm@muc.de>
7519
7520 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
7521
7522 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
7523
7524 * font-setting.el (font-use-system-font): Move ...
7525
7526 * cus-start.el (all): ... to here.
7527
7528 2009-11-17 Michael Albinus <michael.albinus@gmx.de>
7529
7530 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
7531 Don't set `ad-return-value' if `ad-do-it' doesn't.
7532
7533 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
7534 modification time.
7535
7536 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
7537
7538 * menu-bar.el: Put "Use system font" in Option-menu.
7539 (menu-bar-options-save): Add font-use-system-font.
7540
7541 * loadup.el: If feature system-font-setting or font-render-setting is
7542 there, load font-setting.
7543
7544 * Makefile.in (ELCFILES): Add font-settings.el.
7545 * font-setting.el: New file.
7546
7547 2009-11-17 Glenn Morris <rgm@gnu.org>
7548
7549 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
7550
7551 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
7552 Preserve point in the list buffer. (Bug#4939)
7553 Use point-at-eol.
7554 (newsticker--treeview-list-update-highlight)
7555 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
7556
7557 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
7558
7559 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
7560 Remove.
7561
7562 * calc/calc-ext.el (calc-init-extensions): Remove references to
7563 symclip.
7564
7565 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
7566
7567 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
7568 * calc/calc-help.el (calc-b-prefix-help): Remove references to
7569 `calc-symclip'.
7570
7571 2009-11-16 Kevin Ryde <user42@zip.com.au>
7572
7573 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
7574 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
7575
7576 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
7577 (lm-keywords-list): Allow comma-only separator like "foo,bar".
7578 Ignore trailing spaces by omit-nulls to split-string (fixing
7579 regression from Emacs 21 due to the incompatible split-string
7580 change). (Bug #4928.)
7581
7582 2009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
7583
7584 * vc.el (vc-log-show-limit): Default to 2000.
7585 (vc-print-log-internal): Insert buttons to request more entries
7586 when limiting the output.
7587
7588 * vc-sccs.el (vc-sccs-print-log):
7589 * vc-rcs.el (vc-rcs-print-log):
7590 * vc-cvs.el (vc-cvs-print-log):
7591 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
7592 LIMIT is non-nil.
7593
7594 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
7595
7596 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
7597 error when `tramp-gvfs-dbus-event-vector' is set.
7598 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
7599
7600 2009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
7601
7602 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
7603
7604 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
7605
7606 * net/dbus.el (dbus-unregister-service): New defun.
7607 (dbus-register-property): Register the handlers of
7608 "org.freedesktop.DBus.Properties" for SERVICE.
7609 (dbus-property-handler): Fix docstring.
7610
7611 2009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7612
7613 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
7614 Quote doc string reference in defvaralias as it is not in special form.
7615 (byte-compile-output-docform): Doc fix.
7616
7617 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
7618
7619 * calc/calc.el (math-2-word-size, math-half-2-word-size)
7620 (calc-complement-signed-mode): New variables.
7621 (calc-set-mode-line): Add indicator for twos-complements.
7622 (math-format-number): Format twos-complement notation.
7623
7624 * calc/calc-bin.el (calc-word-size): Reset the variables
7625 `math-2-word-size' and `math-half-2-word-size'.
7626 (math-format-complement-signed, math-symclip, calcFunc-symclip)
7627 (calc-symclip): New functions.
7628
7629 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
7630
7631 * calc/calc-embed.el (calc-embedded-mode-vars):
7632 Add `calc-complement-signed-mode' to the list of modes.
7633
7634 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
7635 (calc-b-oper-keys): Add `calc-symclip' to list.
7636
7637 * calc/calc-ext.el (math-read-number-fancy): Read complement
7638 signed numbers.
7639 (calc-init-extensions): Add binding for `calc-symclip'.
7640 Add autoload for `calcFunc-symclip' and `calc-symclip'.
7641
7642 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
7643 `calc-symclip'.
7644 (calc-modes-menu): Add item for twos complement mode.
7645
7646 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
7647
7648 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
7649
7650 * register.el (jump-to-register, insert-register): Handle Semantic
7651 tags. From commented-out advice in semantic/senator.el.
7652
7653 2009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
7654
7655 * vc.el (vc-log-show-limit): New variable.
7656 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
7657 when using a prefix argument.
7658 (vc-print-log-internal): Add new argument LIMIT.
7659
7660 * vc-svn.el (vc-svn-print-log):
7661 * vc-mtn.el (vc-mtn-print-log):
7662 * vc-hg.el (vc-hg-print-log):
7663 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
7664 pass it to the log command when set. Make the BUFFER argument
7665 non-optional.
7666
7667 * vc-sccs.el (vc-sccs-print-log):
7668 * vc-rcs.el (vc-rcs-print-log):
7669 * vc-git.el (vc-git-print-log):
7670 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
7671 ignore it. Make the BUFFER argument non-optional
7672
7673 * bindings.el (mode-line-buffer-identification): Do not purecopy.
7674
7675 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
7676
7677 * dired.el (dired-mode-map): Move encryption items to "Operate"
7678 menu (Bug#4703).
7679
7680 * strokes.el (strokes-update-window-configuration): Make strokes
7681 buffer current before erasing (Bug#4906).
7682
7683 * cedet/semantic/idle.el (semantic-idle-summary-mode)
7684 (semantic-idle-summary-mode): Define using define-minor-mode
7685 instead of define-semantic-idle-service.
7686 (semantic-idle-summary-mode): New function.
7687 (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
7688 that mouse motion does not reset the echo area.
7689
7690 2009-11-15 Juri Linkov <juri@jurta.org>
7691
7692 * simple.el (set-mark-default-inactive): Add :type, :group
7693 and :version. (Bug#4876)
7694
7695 2009-11-15 Michael Albinus <michael.albinus@gmx.de>
7696
7697 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
7698 (archive-unique-fname): ... here. (Bug#4929)
7699
7700 2009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
7701
7702 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
7703 with a real fix.
7704
7705 * novice.el (disabled-command-function): Add useful args.
7706 Setup the help buffer so that [back] works.
7707 Remove redundant call to help-mode.
7708 (disabled-command-function): Use `case'.
7709 (en/disable-command): New function extracted from enable-command.
7710 (enable-command, disable-command): Use it.
7711
7712 2009-11-14 Glenn Morris <rgm@gnu.org>
7713
7714 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
7715 constants. (Bug#4913)
7716
7717 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
7718
7719 2009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
7720
7721 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
7722 defined in C that have no doc-strings. (Bug#1063)
7723
7724 2009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
7725
7726 * cus-edit.el (data, files):
7727 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
7728
7729 2009-11-14 Chong Yidong <cyd@stupidchicken.com>
7730
7731 * simple.el (shell-command): Doc fix (Bug#4891).
7732
7733 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
7734
7735 2009-11-14 Glenn Morris <rgm@gnu.org>
7736
7737 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
7738 statements for vc-diff, emerge-quit, and rmail-cease-edit.
7739 If they are already loaded, eval-after-load will do the right thing.
7740
7741 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
7742 compiling.
7743
7744 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
7745
7746 * simple.el (x-selection-owner-p): Declare.
7747 (read-mail-command): Use custom radio type rather than choice.
7748 (completion-no-auto-exit): Doc fix.
7749
7750 * custom.el (defgroup):
7751 * epg-config.el (epg): Doc fixes.
7752
7753 2009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
7754
7755 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
7756 * international/ccl.el (define-ccl-program): Do not purecopy the
7757 docstring, defconst does it anyway.
7758
7759 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
7760
7761 * add-log.el (add-change-log-entry): Avoid displaying the changelog
7762 a second time.
7763
7764 * x-dnd.el (x-dnd-maybe-call-test-function):
7765 * window.el (split-window-vertically):
7766 * whitespace.el (whitespace-help-on):
7767 * vc-rcs.el (vc-rcs-consult-headers):
7768 * userlock.el (ask-user-about-lock-help)
7769 (ask-user-about-supersession-help):
7770 * type-break.el (type-break-force-mode-line-update):
7771 * time-stamp.el (time-stamp-conv-warn):
7772 * terminal.el (te-set-output-log, te-more-break, te-filter)
7773 (te-sentinel, terminal-emulator):
7774 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
7775 (term-write-input-ring, term-check-source, term-start-output-log):
7776 (term-display-buffer-line, term-dynamic-list-completions):
7777 (term-ansi-make-term, serial-term):
7778 * subr.el (selective-display):
7779 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
7780 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
7781 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
7782 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
7783 (speedbar-remove-localized-speedbar-support)
7784 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
7785 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
7786 (speedbar-buffers-line-directory):
7787 * simple.el (shell-command-on-region, append-to-buffer)
7788 (prepend-to-buffer):
7789 * shadowfile.el (shadow-save-todo-file):
7790 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
7791 (scroll-bar-maybe-set-window-start):
7792 * sb-image.el (speedbar-image-dump):
7793 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
7794 (load-save-place-alist-from-file):
7795 * ps-samp.el (ps-print-message-from-summary):
7796 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
7797 (ps-background-image, ps-begin-job, ps-do-despool):
7798 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
7799 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
7800 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
7801 (pr-call-process, pr-file-list, pr-interface-save):
7802 * novice.el (disabled-command-function)
7803 (enable-command, disable-command):
7804 * mouse.el (mouse-buffer-menu-alist):
7805 * mouse-copy.el (mouse-kill-preserving-secondary):
7806 * macros.el (kbd-macro-query):
7807 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
7808 * informat.el (batch-info-validate):
7809 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
7810 * hippie-exp.el (try-expand-dabbrev-visible):
7811 * help-mode.el (help-make-xrefs):
7812 * help-fns.el (describe-variable):
7813 * generic-x.el (bat-generic-mode-run-as-comint):
7814 * finder.el (finder-mouse-select):
7815 * find-dired.el (find-dired-sentinel):
7816 * filesets.el (filesets-file-close):
7817 * files.el (list-directory):
7818 * faces.el (list-faces-display, describe-face):
7819 * facemenu.el (list-colors-display):
7820 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
7821 * epg.el (epg--process-filter, epg-cancel):
7822 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
7823 (epa--read-signature-type):
7824 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
7825 (emerge-file-names):
7826 * ehelp.el (electric-helpify):
7827 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
7828 * ediff-vers.el (rcs-ediff-view-revision):
7829 * ediff-util.el (ediff-setup):
7830 * ediff-mult.el (ediff-append-custom-diff):
7831 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
7832 (ediff-wordify):
7833 * echistory.el (Electric-command-history-redo-expression):
7834 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
7835 * disp-table.el (describe-display-table):
7836 * dired.el (dired-find-buffer-nocreate):
7837 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
7838 * dabbrev.el (dabbrev--same-major-mode-p):
7839 * chistory.el (list-command-history):
7840 * apropos.el (apropos-documentation):
7841 * allout.el (allout-obtain-passphrase):
7842 (allout-copy-exposed-to-buffer):
7843 (allout-verify-passphrase): Use with-current-buffer.
7844
7845 2009-11-13 Glenn Morris <rgm@gnu.org>
7846
7847 * Makefile.in (ELCFILES): Regenerate.
7848
7849 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
7850
7851 * net/dbus.el (dbus-registered-objects-table): Rename from
7852 `dbus-registered-functions-table', because it contains also properties.
7853 (dbus-unregister-object): Unregister also properties.
7854 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
7855 Use a timeout of 500 msec, in order to not block.
7856 (dbus-register-property, dbus-property-handler): New defuns.
7857
7858 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
7859
7860 * simple.el (minibuffer-default-add-completions): Drop deprecated
7861 4th arg.
7862
7863 2009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
7864
7865 * textmodes/artist.el (artist-mouse-choose-operation):
7866 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
7867 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
7868 (artist-compute-up-event-key): New function.
7869 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
7870
7871 2009-11-13 Kenichi Handa <handa@m17n.org>
7872
7873 * language/japan-util.el: Make sure that the value of jisx0208
7874 property is jisx0208 character.
7875
7876 2009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
7877
7878 * international/mule.el (auto-coding-regexp-alist): Only purecopy
7879 car or each item, not the whole list.
7880
7881 2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
7882
7883 * minibuffer.el (minibuffer-completion-help):
7884 Use minibuffer-hide-completions.
7885
7886 2009-11-12 Per Starbäck <per@starback.se> (tiny change)
7887
7888 * dired.el (dired-save-positions, dired-restore-positions): New funs.
7889 (dired-revert): Use them (bug#4880).
7890
7891 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
7892
7893 * tooltip.el (tooltip-frame-parameters): Undo previous change.
7894
7895 2009-11-12 Juri Linkov <juri@jurta.org>
7896
7897 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
7898 New functions.
7899 (find-file-literally-at-point): Alias of `ffap-literally'.
7900
7901 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
7902
7903 * textmodes/ispell.el (ispell-skip-region-alist):
7904 * textmodes/css-mode.el (auto-mode-alist):
7905 * progmodes/compile.el (auto-mode-alist):
7906 * international/mule.el (ctext-non-standard-encodings-alist)
7907 (ctext-non-standard-encodings-regexp):
7908 * simple.el (shell-command-switch, text-read-only):
7909 * replace.el (occur-mode-map):
7910 * paths.el (rmail-file-name):
7911 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
7912 * find-file.el (ff-special-constructs):
7913 * files.el (file-name-handler-alist):
7914 * composite.el: Purecopy strings.
7915
7916 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
7917
7918 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
7919
7920 * widget.el (define-widget): Purecopy the docstring.
7921 * international/mule-cmds.el (charset): Do not purecopy the
7922 docstring here, define-widget does it.
7923
7924 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
7925 * textmodes/bibtex-style.el (auto-mode-alist):
7926 * progmodes/inf-lisp.el (inferior-lisp-prompt):
7927 * progmodes/compile.el (compile-command):
7928 * language/korea-util.el (default-korean-keyboard):
7929 * international/mule-conf.el (file-coding-system-alist):
7930 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
7931 * tooltip.el (tooltip-frame-parameters):
7932 * newcomment.el (comment-end, comment-padding):
7933 * dired.el (dired-trivial-filenames):
7934 * comint.el (comint-file-name-prefix): Purecopy initial values.
7935
7936 2009-11-11 Michael Albinus <michael.albinus@gmx.de>
7937
7938 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
7939 (tramp-advice-minibuffer-electric-tilde): Unload advices via
7940 `tramp-unload'.
7941 (tramp-advice-make-auto-save-file-name)
7942 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
7943 after removing the advice.
7944
7945 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
7946
7947 * progmodes/grep.el (grep-regexp-alist):
7948 * international/mule-cmds.el (iso-2022-control-alist):
7949 * emacs-lisp/timer.el (timer-duration-words):
7950 * subr.el (version-separator, version-regexp-alist):
7951 * minibuffer.el (completion-styles-alist):
7952 * faces.el (face-attribute-name-alist, list-faces-sample-text):
7953 Change defvars to defconsts.
7954
7955 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
7956 * loadup.el ("international/mule-conf"): Load the byte compiled version.
7957 * international/mule-conf.el: Allow to be byte compiled.
7958
7959 * international/mule.el (define-charset): Purecopy props.
7960 (load-with-code-conversion): Purecopy doc string and file name.
7961 (put-charset-property): Purecopy strings.
7962 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
7963
7964 * international/mule-cmds.el (register-input-method): Purecopy arguments.
7965 (define-char-code-property): Correctly purecopy the table.
7966
7967 * international/ccl.el (define-ccl-program): Purecopy the docstring.
7968
7969 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
7970
7971 * subr.el (add-hook): Purecopy strings.
7972 (eval-after-load): Purecopy load-history-regexp and the form.
7973
7974 * custom.el (custom-declare-group): Purecopy load-file-name.
7975
7976 * subr.el (menu-bar-separator): New defconst.
7977 * net/eudc.el (eudc-tools-menu):
7978 * international/mule-cmds.el (set-coding-system-map)
7979 (mule-menu-keymap):
7980 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
7981 * vc-hooks.el (vc-menu-map):
7982 * replace.el (occur-mode-map):
7983 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
7984 (menu-bar-edit-menu, menu-bar-goto-menu)
7985 (menu-bar-custom-menu, menu-bar-showhide-menu)
7986 (menu-bar-options-menu, menu-bar-tools-menu)
7987 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
7988 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
7989 (menu-bar-help-menu):
7990 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
7991 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
7992
7993 * term/x-win.el (x-gtk-stock-map):
7994 * progmodes/vera-mode.el (auto-mode-alist):
7995 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
7996 (inferior-lisp-program, inferior-lisp-load-command):
7997 * progmodes/hideshow.el (hs-special-modes-alist):
7998 * progmodes/gud.el (same-window-regexps):
7999 * progmodes/grep.el (grep-program, find-program, xargs-program):
8000 * net/telnet.el (same-window-regexps):
8001 * net/rlogin.el (same-window-regexps):
8002 * language/ethiopic.el (font-ccl-encoder-alist):
8003 * vc-sccs.el (vc-sccs-master-templates):
8004 * vc-rcs.el (vc-rcs-master-templates):
8005 * subr.el (cl-assertion-failed):
8006 * simple.el (next-error-overlay-arrow-position):
8007 * lpr.el (lpr-command):
8008 * locate.el (locate-ls-subdir-switches):
8009 * info.el (same-window-regexps, info)
8010 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
8011 * image-mode.el (image-mode, auto-mode-alist):
8012 * hippie-exp.el (hippie-expand-ignore-buffers):
8013 * format.el (format-alist):
8014 * find-dired.el (find-ls-subdir-switches, find-grep-options)
8015 (find-name-arg):
8016 * facemenu.el (facemenu-keybindings):
8017 * dired.el (dired-listing-switches, dired-chown-program):
8018 * diff.el (diff-switches, diff-command):
8019 * cus-edit.el (same-window-regexps):
8020 * bindings.el (mode-line-mule-info)
8021 (mode-line-buffer-identification): Purecopy strings.
8022
8023 2009-11-11 Juri Linkov <juri@jurta.org>
8024
8025 * simple.el (dired-get-filename) <declare-function>:
8026 Tell the byte-compiler about dired-get-filename.
8027 (shell-command): In Dired mode, get filename from the current line
8028 as the default value.
8029
8030 2009-11-10 Glenn Morris <rgm@gnu.org>
8031
8032 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
8033 * calendar/holidays.el, progmodes/cperl-mode.el:
8034 Update x-popup-menu declarations.
8035
8036 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
8037 (list-load-path-shadows): Use dolist.
8038 (list-load-path-shadows): Use with-current-buffer.
8039
8040 2009-11-10 Juri Linkov <juri@jurta.org>
8041
8042 * minibuffer.el (read-file-name): Support a list of default values
8043 in `default-filename'. Use the first file name where only one
8044 element is required. Doc fix.
8045
8046 2009-11-09 Michael Albinus <michael.albinus@gmx.de>
8047
8048 * net/dbus.el (dbus-unregister-object): Release service, if no
8049 other method is registered for it.
8050
8051 2009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
8052
8053 * bookmark.el (bookmark-completing-read): Sort bookmark names if
8054 bookmark-sort-flag is non-nil (Bug#4653).
8055
8056 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
8057
8058 * cedet/semantic/ctxt.el (semantic-get-local-variables): Disable
8059 the progress reporter entirely.
8060
8061 * emulation/cua-base.el: Add CUA property to some CC mode commands
8062 (Bug#4100).
8063
8064 2009-11-08 Kevin Ryde <user42@zip.com.au>
8065
8066 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
8067 at end of sentence (Bug#4818).
8068
8069 2009-11-08 Jared Finder <jfinder@crypticstudios.com>
8070
8071 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8072 Handle "see declaration of" MSFT statements (Bug#4100).
8073
8074 2009-11-08 Michael Albinus <michael.albinus@gmx.de>
8075
8076 * net/tramp.el (tramp-advice-make-auto-save-file-name)
8077 (tramp-advice-file-expand-wildcards): Unload via
8078 `ad-remove-advice'.
8079
8080 * net/trampver.el: Update release number.
8081
8082 2009-11-08 Kevin Ryde <user42@zip.com.au>
8083
8084 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
8085 `ad-do-it'.
8086
8087 2009-11-08 Andr <m00naticus@gmail.com> (tiny change)
8088
8089 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
8090 in order to keep context in SELinux.
8091
8092 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
8093
8094 * dired-aux.el (dired-query): Place cursor in echo area and allow
8095 C-g.
8096
8097 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
8098 menu item if not on a directory (Bug#4701).
8099
8100 2009-11-07 Michael Albinus <michael.albinus@gmx.de>
8101
8102 Sync with Tramp 2.1.17.
8103
8104 * net/tramp.el (tramp-handle-copy-directory): Don't use
8105 `file-remote-p' (due to compatibility).
8106
8107 * net/tramp-compat.el (tramp-compat-copy-directory)
8108 (tramp-compat-delete-directory): New defuns.
8109
8110 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
8111 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
8112 `tramp-compat-delete-directory'.
8113
8114 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
8115 (tramp-smb-handle-delete-directory): Use
8116 `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
8117
8118 * net/trampver.el: Update release number.
8119
8120 2009-11-07 Chong Yidong <cyd@stupidchicken.com>
8121
8122 * tar-mode.el (tar-copy): Call write-region on the right buffer
8123 (Bug#4857).
8124
8125 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
8126 by hand, if necessary (Bug#4878).
8127
8128 2009-11-06 Chong Yidong <cyd@stupidchicken.com>
8129
8130 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
8131 align size column (Bug#4839).
8132
8133 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
8134 statement.
8135
8136 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
8137
8138 * progmodes/ld-script.el (auto-mode-alist):
8139 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
8140
8141 * cus-face.el (custom-declare-face): Purecopy face spec.
8142
8143 2009-11-06 Kenichi Handa <handa@m17n.org>
8144
8145 * international/uni-bidi.el: Re-generated.
8146 * international/uni-category.el: Re-generated.
8147 * international/uni-combining.el: Re-generated.
8148 * international/uni-mirrored.el: Re-generated.
8149
8150 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
8151
8152 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
8153 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
8154 (tex-start-options, slitex-run-command, latex-run-command)
8155 (tex-run-command, tex-directory):
8156 * textmodes/ispell.el (ispell-html-skip-alists)
8157 (ispell-tex-skip-alists, ispell-tex-skip-alists):
8158 * textmodes/fill.el (adaptive-fill-first-line-regexp):
8159 (adaptive-fill-regexp):
8160 * textmodes/dns-mode.el (auto-mode-alist):
8161 * progmodes/python.el (interpreter-mode-alist):
8162 * progmodes/etags.el (tags-compression-info-list):
8163 * progmodes/etags.el (tags-file-name):
8164 * net/browse-url.el (browse-url-galeon-program)
8165 (browse-url-firefox-program):
8166 * mail/sendmail.el (mail-signature-file)
8167 (mail-citation-prefix-regexp):
8168 * international/mule-conf.el (eight-bit):
8169 * international/latexenc.el (latex-inputenc-coding-alist):
8170 * international/fontset.el (x-pixel-size-width-font-regexp):
8171 * emacs-lisp/warnings.el (warning-type-format):
8172 * emacs-lisp/trace.el (trace-buffer):
8173 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
8174 (emacs-lisp-mode-map):
8175 * calendar/holidays.el (holiday-solar-holidays)
8176 (holiday-bahai-holidays, holiday-islamic-holidays)
8177 (holiday-christian-holidays, holiday-hebrew-holidays)
8178 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
8179 (hebrew-holidays-1, holiday-oriental-holidays)
8180 (holiday-general-holidays):
8181 * x-dnd.el (x-dnd-known-types):
8182 * tool-bar.el (tool-bar):
8183 * startup.el (site-run-file):
8184 * shell.el (shell-dumb-shell-regexp):
8185 * rfn-eshadow.el (file-name-shadow-tty-properties)
8186 (file-name-shadow-properties):
8187 * paths.el (remote-shell-program, news-directory):
8188 * mouse.el ([C-down-mouse-3]):
8189 * menu-bar.el (menu-bar-tools-menu):
8190 * jka-cmpr-hook.el (jka-compr-load-suffixes)
8191 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
8192 (jka-compr-compression-info-list):
8193 * isearch.el (search-whitespace-regexp):
8194 * image-file.el (image-file-name-extensions):
8195 * find-dired.el (find-ls-option):
8196 * files.el (directory-listing-before-filename-regexp)
8197 (directory-free-space-args, insert-directory-program)
8198 (list-directory-brief-switches, magic-fallback-mode-alist)
8199 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
8200 (automount-dir-prefix):
8201 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
8202 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
8203 (face-font-registry-alternatives, face-font-registry-alternatives)
8204 (face-font-family-alternatives):
8205 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
8206 (facemenu-foreground-menu, facemenu-face-menu):
8207 * epa-hook.el (epa-file-name-regexp):
8208 * dnd.el (dnd-protocol-alist):
8209 * textmodes/rst.el (auto-mode-alist):
8210 * button.el (default-button): Purecopy strings.
8211
8212 2009-11-06 Glenn Morris <rgm@gnu.org>
8213
8214 * Makefile.in (ELCFILES): Update.
8215
8216 2009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
8217
8218 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
8219 * emacs-lisp/levents.el: Move to obsolete/levents.el.
8220
8221 * nxml/xsd-regexp.el (xsdre-gen-categories):
8222 * nxml/xmltok.el (xmltok-parse-entity):
8223 * nxml/rng-parse.el (rng-parse-validate-file):
8224 * nxml/rng-maint.el (rng-format-manual)
8225 (rng-manual-output-force-new-line):
8226 * nxml/rng-loc.el (rng-save-schema-location-1):
8227 * nxml/rng-cmpct.el (rng-c-parse-file):
8228 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
8229 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
8230
8231 2009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
8232
8233 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
8234 Remove extra save-excursions and make-variable-buffer-local's.
8235 Suggested by Stefan Monnier.
8236
8237 (verilog-getopt-file, verilog-module-inside-filename-p)
8238 (verilog-set-define): Merge GNU 1.35 and repair changes from
8239 switching to using with-current-buffer.
8240
8241 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
8242 being treated as a number and confusing AUTORESET.
8243 Reported by Dan Dever.
8244
8245 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
8246 Add verilog-auto-ignore-concat to fix backward compatibility with
8247 older verilog-modes. Reported by Dan Katz.
8248
8249 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
8250 containing closing anchors "...$".
8251
8252 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
8253 Reported by Wade Smith.
8254
8255 (verilog-batch-execute-func): Comment on function usage.
8256
8257 2009-11-05 Michael McNamara <mac@mail.brushroad.com>
8258
8259 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
8260 for labels.
8261
8262 (verilog-label-re, verilog-calc-1): Support proper indent of named
8263 asserts.
8264
8265 (verilog-backward-token, verilog-basic-complete-re)
8266 (verilog-beg-of-statement, verilog-indent-re): Support proper
8267 indent of the assert statement at the beginning of a block of text.
8268
8269 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
8270 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
8271 tokens as begins.
8272
8273 2009-11-05 Glenn Morris <rgm@gnu.org>
8274
8275 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
8276 Emacs 19. (Bug#1531)
8277 (byte-compile-fix-header): Update for the above change.
8278 Drop test for epoch::version.
8279
8280 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
8281 * cus-dep.el (custom-make-dependencies):
8282 * finder.el (finder-compile-keywords):
8283 Use autoload-rubric's feature argument.
8284
8285 * calendar/diary-lib.el (top-level): Make load behave more like require.
8286
8287 * vc-git.el (vc-git-stash-map): Move definition before use.
8288
8289 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
8290
8291 * custom.el (custom-declare-group): Purecopy standard-value.
8292 (custom-declare-group): Purecopy custom-prefix.
8293
8294 * international/mule.el (load-with-code-conversion):
8295 Call do-after-load-evaluation unconditionally.
8296
8297 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
8298
8299 2009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
8300
8301 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
8302
8303 2009-11-04 Glenn Morris <rgm@gnu.org>
8304
8305 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
8306 (byte-compile-compatibility): Remove option.
8307 (byte-compile-close-variables, byte-compile-fix-header)
8308 (byte-compile-insert-header, byte-compile-output-docform)
8309 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
8310 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
8311 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
8312 (byte-compile-insert, byte-compile-defun):
8313 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
8314 (byte-defop-compiler19): Remove.
8315 Without byte-compile-compatibility, the 'emacs19-opcode property is not
8316 used by anything. Replace all calls with byte-defop-compiler.
8317
8318 2009-11-04 Juri Linkov <juri@jurta.org>
8319
8320 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
8321 (menu-bar-options-menu): Don't quote the `prop' arg of
8322 `menu-bar-make-mm-toggle'.
8323
8324 2009-11-04 Juanma Barranquero <lekktu@gmail.com>
8325
8326 * calendar/calendar.el (cal-loaddefs):
8327 * calendar/diary-lib.el (diary-loaddefs):
8328 * calendar/holidays.el (hol-loaddefs):
8329 * eshell/esh-module.el (esh-groups): Load rather than require.
8330
8331 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
8332
8333 * calendar/todo-mode.el (todo-add-category): Don't hardcode
8334 point-min==1.
8335 (todo-top-priorities): Only display-buffer when called interactively.
8336 (todo-item-start): Don't save excursion point.
8337 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
8338 (todo-insert-item-here, todo-file-item, todo-remove-item):
8339 Adjust uses of todo-item-start and todo-item-end.
8340
8341 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
8342 (autoload-rubric): Don't use any more.
8343 * cedet/semantic/fw.el (semantic/loaddefs):
8344 * cedet/srecode.el (srecode/loaddefs):
8345 * cedet/ede.el (ede/loaddefs): Load rather than require.
8346 * cedet/ede/cpp-root.el:
8347 * cedet/ede/emacs.el:
8348 * cedet/ede/files.el:
8349 * cedet/ede/linux.el:
8350 * cedet/ede/locate.el:
8351 * cedet/ede/make.el:
8352 * cedet/ede/shell.el:
8353 * cedet/ede/speedbar.el:
8354 * cedet/ede/system.el:
8355 * cedet/ede/util.el:
8356 * cedet/semantic/analyze.el:
8357 * cedet/semantic/bovine.el:
8358 * cedet/semantic/complete.el:
8359 * cedet/semantic/ctxt.el:
8360 * cedet/semantic/db-file.el:
8361 * cedet/semantic/db-find.el:
8362 * cedet/semantic/db-global.el:
8363 * cedet/semantic/db-mode.el:
8364 * cedet/semantic/db-typecache.el:
8365 * cedet/semantic/db.el:
8366 * cedet/semantic/debug.el:
8367 * cedet/semantic/dep.el:
8368 * cedet/semantic/doc.el:
8369 * cedet/semantic/edit.el:
8370 * cedet/semantic/find.el:
8371 * cedet/semantic/format.el:
8372 * cedet/semantic/html.el:
8373 * cedet/semantic/ia-sb.el:
8374 * cedet/semantic/ia.el:
8375 * cedet/semantic/idle.el:
8376 * cedet/semantic/lex-spp.el:
8377 * cedet/semantic/lex.el:
8378 * cedet/semantic/mru-bookmark.el:
8379 * cedet/semantic/scope.el:
8380 * cedet/semantic/senator.el:
8381 * cedet/semantic/sort.el:
8382 * cedet/semantic/symref.el:
8383 * cedet/semantic/tag-file.el:
8384 * cedet/semantic/tag-ls.el:
8385 * cedet/semantic/tag-write.el:
8386 * cedet/semantic/tag.el:
8387 * cedet/semantic/util-modes.el:
8388 * cedet/semantic/analyze/complete.el:
8389 * cedet/semantic/analyze/refs.el:
8390 * cedet/semantic/bovine/c.el:
8391 * cedet/semantic/bovine/gcc.el:
8392 * cedet/semantic/bovine/make.el:
8393 * cedet/semantic/bovine/scm.el:
8394 * cedet/semantic/decorate/include.el:
8395 * cedet/semantic/decorate/mode.el:
8396 * cedet/semantic/symref/cscope.el:
8397 * cedet/semantic/symref/global.el:
8398 * cedet/semantic/symref/grep.el:
8399 * cedet/semantic/symref/idutils.el:
8400 * cedet/semantic/symref/list.el:
8401 * cedet/semantic/wisent/java-tags.el:
8402 * cedet/semantic/wisent/javascript.el:
8403 * cedet/srecode/compile.el:
8404 * cedet/srecode/cpp.el:
8405 * cedet/srecode/document.el:
8406 * cedet/srecode/el.el:
8407 * cedet/srecode/expandproto.el:
8408 * cedet/srecode/getset.el:
8409 * cedet/srecode/insert.el:
8410 * cedet/srecode/java.el:
8411 * cedet/srecode/map.el:
8412 * cedet/srecode/mode.el:
8413 * cedet/srecode/template.el:
8414 * cedet/srecode/texi.el: Remove the file-local setting of
8415 generated-autoload-feature.
8416
8417 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
8418 and only put a prop if it is non-nil.
8419
8420 2009-11-03 Juri Linkov <juri@jurta.org>
8421
8422 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
8423 (menu-bar-options-menu): Fix list quoting (Bug#4429).
8424
8425 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
8426 and "Menu" to make top-level menu item visually one unit (like
8427 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
8428 multi-word menu items). Fix :help string for quit-window.
8429
8430 2009-11-03 Glenn Morris <rgm@gnu.org>
8431
8432 * cedet/mode-local.el (with-mode-local): Doc fix.
8433
8434 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
8435 (byte-compile-file-form-define-abbrev-table)
8436 (byte-compile-file-form-custom-declare-variable)
8437 (byte-compile-variable-ref, byte-compile-defvar):
8438 Whether or not a warning is enabled should only affect whether we issue
8439 the warning, not whether or not we collect the relevant data.
8440 Eg warnings can be turned on and off throughout the course of a file.
8441
8442 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
8443 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
8444
8445 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
8446
8447 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
8448 * play/mpuz.el (mpuz-create-buffer):
8449 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
8450 (lm-print-y,s,noise, lm-print-w0, lm-init):
8451 * play/gomoku.el (gomoku-prompt-for-move):
8452 * play/fortune.el (fortune-in-buffer):
8453 * play/dissociate.el (dissociated-press):
8454 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
8455 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
8456 * mail/supercite.el (sc-eref-show):
8457 * mail/smtpmail.el (smtpmail-send-it):
8458 * mail/rmailsum.el (rmail-summary-next-labeled-message)
8459 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
8460 (rmail-summary-undelete-many, rmail-summary-rmail-update)
8461 (rmail-summary-goto-msg, rmail-summary-expunge)
8462 (rmail-summary-get-new-mail, rmail-summary-search-backward)
8463 (rmail-summary-add-label, rmail-summary-output-menu)
8464 (rmail-summary-output-body):
8465 * mail/rfc822.el (rfc822-addresses):
8466 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
8467 * mail/mailpost.el (post-mail-send-it):
8468 * mail/hashcash.el (hashcash-generate-payment):
8469 * mail/feedmail.el (feedmail-run-the-queue)
8470 (feedmail-queue-send-edit-prompt-help-first)
8471 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
8472 (feedmail-deduce-address-list):
8473 * eshell/esh-ext.el (eshell-remote-command):
8474 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
8475 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
8476 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
8477 (viper-save-string-in-file, viper-valid-marker):
8478 * emulation/viper-keym.el (viper-toggle-key):
8479 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
8480 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
8481 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
8482 * emulation/viper-cmd.el (viper-exec-form-in-vi)
8483 (viper-exec-form-in-emacs, viper-brac-function):
8484 * emulation/viper.el (viper-delocalize-var):
8485 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
8486 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
8487 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
8488 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
8489 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
8490 * emulation/edt.el (edt-electric-helpify):
8491 * emulation/cua-rect.el (cua--rectangle-aux-replace):
8492 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
8493 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
8494 (cua-indent-to-global-mark-column):
8495 * calendar/diary-lib.el (calendar-mark-1):
8496 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
8497 Use with-current-buffer.
8498 * emulation/viper.el (viper-delocalize-var): Use dolist.
8499
8500 2009-11-03 Chong Yidong <cyd@stupidchicken.com>
8501
8502 * comint.el (comint-replace-by-expanded-history-before-point):
8503 Replace !! with the previous input string literally (Bug#1795).
8504
8505 2009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
8506
8507 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
8508 to be made up of whitespace.
8509
8510 2009-11-02 Chong Yidong <cyd@stupidchicken.com>
8511
8512 * minibuffer.el (read-file-name): Don't use file dialogs for
8513 remote directories (Bug#99).
8514
8515 2009-11-01 Chong Yidong <cyd@stupidchicken.com>
8516
8517 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
8518
8519 2009-11-01 Andreas Schwab <schwab@linux-m68k.org>
8520
8521 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
8522 instead of deleting the window or frame.
8523
8524 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
8525
8526 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
8527 Support face colors.
8528
8529 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
8530 New function. Support face colors (Bug#1168).
8531 (tex-common-initialization): Use it.
8532
8533 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
8534 mode allows it (Bug#1168).
8535
8536 2009-10-31 Juri Linkov <juri@jurta.org>
8537
8538 * facemenu.el (list-colors-display): Don't mark buffer as
8539 modified (Bug#3948).
8540
8541 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
8542
8543 * international/mule-diag.el (list-character-sets-1): Minor
8544 message fix (Bug#3526).
8545
8546 * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
8547 face property (Bug#4834).
8548 (etags-list-tags, etags-tags-apropos-additional)
8549 (etags-tags-apropos, tags-select-tags-table): Add follow-link
8550 property.
8551
8552 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
8553 items.
8554
8555 * cedet/cedet.el (cedet-menu-map): Remove Semantic and EDE menu
8556 items.
8557
8558 * cedet/ede.el (ede-minor-mode):
8559 * cedet/semantic.el (semantic-mode): Toggle menu separators.
8560
8561 2009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
8562
8563 * textmodes/two-column.el (2C-split):
8564 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
8565 * textmodes/tex-mode.el (tex-set-buffer-directory):
8566 * textmodes/spell.el (spell-region, spell-string):
8567 * textmodes/reftex.el (reftex-erase-buffer):
8568 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
8569 * textmodes/reftex-toc.el (reftex-toc-promote-action):
8570 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
8571 (reftex-select-item):
8572 * textmodes/reftex-ref.el (reftex-label-info-update)
8573 (reftex-offer-label-menu):
8574 * textmodes/reftex-index.el (reftex-index-change-entry)
8575 (reftex-index-phrases-info):
8576 * textmodes/reftex-global.el (reftex-create-tags-file)
8577 (reftex-save-all-document-buffers, reftex-ensure-write-access):
8578 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
8579 (reftex-view-crossref-from-bibtex):
8580 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
8581 (reftex-extract-bib-entries-from-thebibliography)
8582 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
8583 * textmodes/refbib.el (r2b-capitalize-title):
8584 (r2b-convert-buffer, r2b-help):
8585 * textmodes/page-ext.el (pages-directory)
8586 (pages-directory-goto-with-mouse):
8587 * textmodes/bibtex.el (bibtex-validate-globally):
8588 * textmodes/bib-mode.el (bib-capitalize-title):
8589 * textmodes/artist.el (artist-clear-buffer, artist-system):
8590 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
8591 (local-set-scheme-interaction-buffer, xscheme-process-filter)
8592 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
8593 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
8594 (xscheme-send-control-g-interrupt, xscheme-start-process)
8595 (xscheme-process-sentinel, xscheme-cd):
8596 * progmodes/verilog-mode.el (verilog-read-always-signals)
8597 (verilog-set-define, verilog-getopt-file)
8598 (verilog-module-inside-filename-p):
8599 * progmodes/sh-script.el:
8600 * progmodes/python.el (python-pdbtrack-get-source-buffer)
8601 (python-pdbtrack-grub-for-buffer, python-execute-file):
8602 * progmodes/octave-inf.el (inferior-octave):
8603 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
8604 (idlwave-shell-compile-helper-routines, idlwave-set-local)
8605 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
8606 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
8607 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
8608 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
8609 (idlwave-shell-filter, idlwave-shell-examine-highlight)
8610 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
8611 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
8612 (idlwave-shell-examine-display, idlwave-shell-run-region)
8613 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
8614 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
8615 * progmodes/idlw-help.el (idlwave-help-get-special-help)
8616 (idlwave-help-get-help-buffer):
8617 * progmodes/gud.el (gud-basic-call, gud-find-class)
8618 (gud-tooltip-activate-mouse-motions-if-enabled):
8619 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
8620 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
8621 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
8622 (ebrowse-tags-next-file):
8623 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
8624 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
8625 (ebnf-eps-finish-and-write):
8626 * progmodes/cpp.el (cpp-edit-save):
8627 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
8628 * progmodes/cc-defs.el (c-emacs-features):
8629 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
8630 (antlr-directory-dependencies):
8631 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
8632 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
8633 (ada-find-any-references, ada-make-filename-from-adaname)
8634 (ada-make-body-gnatstub):
8635 * obsolete/rnews.el (news-list-news-groups):
8636 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
8637 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
8638 * net/rcirc.el (rcirc-debug):
8639 * net/newst-treeview.el (newsticker--treeview-list-add-item)
8640 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
8641 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
8642 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
8643 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
8644 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
8645 (newsticker--treeview-list-clear-highlight)
8646 (newsticker--treeview-list-update-highlight)
8647 (newsticker--treeview-list-highlight-start)
8648 (newsticker--treeview-tree-update-highlight)
8649 (newsticker--treeview-get-selected-item)
8650 (newsticker-treeview-mark-list-items-old)
8651 (newsticker--treeview-set-current-node):
8652 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
8653 * net/newst-backend.el (newsticker--get-news-by-funcall)
8654 (newsticker--get-news-by-wget, newsticker--image-get)
8655 (newsticker--image-sentinel):
8656 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
8657 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
8658 (eudc-ph-close-session):
8659 * net/eudc.el (eudc-save-options):
8660 * language/thai-word.el (thai-update-word-table):
8661 * language/japan-util.el (japanese-string-conversion):
8662 * international/titdic-cnv.el (tsang-quick-converter)
8663 (ziranma-converter, ctlau-converter):
8664 * international/mule-cmds.el (describe-language-environment):
8665 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
8666 (skkdic-convert-postfix, skkdic-convert-prefix):
8667 (skkdic-convert-okuri-nasi, skkdic-convert):
8668 * emacs-lisp/re-builder.el (reb-update-overlays):
8669 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
8670 * emacs-lisp/gulp.el (gulp-send-requests):
8671 * emacs-lisp/find-gc.el (trace-call-tree):
8672 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
8673 (eieio-describe-generic):
8674 * emacs-lisp/eieio-base.el (eieio-persistent-read):
8675 * emacs-lisp/edebug.el (edebug-outside-excursion):
8676 * emacs-lisp/debug.el (debugger-make-xrefs):
8677 * emacs-lisp/cust-print.el (custom-prin1-to-string):
8678 * emacs-lisp/chart.el (chart-new-buffer):
8679 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
8680 Use with-current-buffer.
8681 * textmodes/artist.el (artist-system): Don't call
8682 copy-sequence on a fresh string.
8683 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
8684
8685 2009-10-31 Stephen Berman <stephen.berman@gmx.net>
8686
8687 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
8688 is no item to edit. (Bug#4820)
8689 (todo-top-priorities): Restore point and restore narrowing in Todo
8690 buffer. (Bug#4820)
8691
8692 2009-10-31 Glenn Morris <rgm@gnu.org>
8693
8694 * net/ange-ftp.el (top-level): Don't require dired when compiling.
8695 (comint-last-output-start, comint-last-input-start)
8696 (comint-last-input-end): Don't defvar when compiling.
8697 (ange-ftp-process-file): Use bound-and-true-p.
8698
8699 * pcmpl-rpm.el (top-level): Move provide statement to end.
8700 (pcmpl-rpm): Remove unused custom group.
8701
8702 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
8703
8704 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
8705
8706 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
8707 (byte-compile-warnings): Add `constants' as an option.
8708 (byte-compile-callargs-warn, byte-compile-arglist-warn)
8709 (display-call-tree): Update for byte-compile-fdefinition possibly
8710 returning `(macro lambda ...)'. (Bug#4778)
8711 (byte-compile-variable-ref, byte-compile-setq-default):
8712 Respect `constants' member of byte-compile-warnings.
8713
8714 * cedet/semantic/tag.el (semantic--tag-link-list-to-buffer):
8715 Use mapc rather than mapcar because the return value is never used.
8716
8717 * cedet/srecode/template.el, cedet/semantic/wisent/javascript.el:
8718 * cedet/semantic/wisent/java-tags.el, cedet/semantic/texi.el:
8719 * cedet/semantic/html.el:
8720 Suppress harmless warnings about setting up semantic-imenu (not
8721 part of Emacs) variables.
8722
8723 2009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
8724
8725 * vc-bzr.el (vc-bzr-revision-keywords): New var.
8726 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
8727 to "submit:".
8728
8729 * cedet/srecode/srt-mode.el (semantic-analyze-possible-completions):
8730 * cedet/semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
8731 * cedet/semantic/symref/grep.el (semantic-symref-perform-search):
8732 * cedet/semantic/bovine/gcc.el (semantic-gcc-query):
8733 * cedet/semantic/bovine/c.el (semantic-c-parse-lexical-token):
8734 * cedet/semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
8735 (semantic-analyzer-debug-global-symbol)
8736 (semantic-analyzer-debug-missing-innertype)
8737 (semantic-analyzer-debug-insert-include-summary):
8738 * cedet/semantic/util.el (semantic-file-tag-table):
8739 (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
8740 (semantic-recursive-find-nonterminal-by-name):
8741 * cedet/semantic/tag-ls.el (semantic-tag-calculate-parent-default):
8742 * cedet/semantic/tag-file.el (semantic-prototype-file):
8743 * cedet/semantic/symref.el (semantic-symref-parse-tool-output):
8744 * cedet/semantic/sb.el (semantic-sb-fetch-tag-table):
8745 * cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
8746 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
8747 (semantic-idle-summary-maybe-highlight):
8748 * cedet/semantic/ia-sb.el (semantic-ia-speedbar)
8749 (semantic-ia-sb-tag-info):
8750 * cedet/semantic/grammar.el (semantic-analyze-possible-completions):
8751 * cedet/semantic/find.el (semantic-brute-find-tag-by-position):
8752 * cedet/semantic/ede-grammar.el (project-compile-target):
8753 (ede-proj-makefile-insert-variables):
8754 * cedet/semantic/debug.el (semantic-debug-set-parser-location):
8755 (semantic-debug-set-source-location, semantic-debug-interface-layout)
8756 (semantic-debug-mode, semantic-debug):
8757 * cedet/semantic/db.el (semanticdb-needs-refresh-p):
8758 * cedet/semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
8759 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
8760 * cedet/semantic/db-find.el (semanticdb-find-log-new-search)
8761 (semanticdb-find-translate-path-includes--internal)
8762 (semanticdb-reset-log, semanticdb-find-log-activity):
8763 * cedet/semantic/db-file.el (object-write):
8764 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
8765 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
8766 (semanticdb-create-ebrowse-database):
8767 * cedet/semantic/db-debug.el (semanticdb-table-sanity-check):
8768 * cedet/semantic/complete.el (semantic-displayor-focus-request)
8769 (semantic-collector-calculate-completions-raw)
8770 (semantic-complete-read-tag-analyzer):
8771 * cedet/semantic/analyze.el (semantic-analyze-pulse):
8772 * cedet/ede/util.el (ede-update-version-in-source):
8773 * cedet/ede/proj.el (project-delete-target):
8774 * cedet/ede/proj-elisp.el (ede-update-version-in-source)
8775 (ede-proj-flush-autoconf):
8776 * cedet/ede/pconf.el (ede-proj-configure-synchronize)
8777 (ede-proj-configure-synchronize):
8778 * cedet/ede/locate.el (ede-locate-file-in-project-impl):
8779 * cedet/ede/linux.el (ede-linux-version):
8780 * cedet/ede/emacs.el (ede-emacs-version):
8781 * cedet/ede/dired.el (ede-dired-add-to-target):
8782 * cedet/ede.el (ede-buffer-header-file, ede-find-target)
8783 (ede-buffer-documentation-files, ede-project-buffers, ede-set)
8784 (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
8785 * cedet/cedet-idutils.el (cedet-idutils-fnid-call):
8786 (cedet-idutils-lid-call, cedet-idutils-expand-filename)
8787 (cedet-idutils-version-check):
8788 * cedet/cedet-global.el (cedet-gnu-global-call):
8789 (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
8790 (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
8791 * cedet/cedet-cscope.el (cedet-cscope-call)
8792 (cedet-cscope-expand-filename, cedet-cscope-version-check):
8793 Use with-current-buffer.
8794 * cedet/ede.el (ede-make-project-local-variable)
8795 (ede-set-project-variables, ede-set): Use dolist.
8796
8797 2009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
8798
8799 * textmodes/ispell.el (ispell-skip-region-alist):
8800 * international/mule-conf.el (eight-bit):
8801 * international/fontset.el (font-encoding-alist):
8802 * startup.el (pure-space-overflow-message):
8803 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
8804 * paths.el (gnus-nntp-service, rmail-spool-directory)
8805 (term-file-prefix):
8806 * files.el (save-some-buffers-action-alist):
8807 * cmuscheme.el (same-window-buffer-names):
8808 * ielm.el (same-window-buffer-names):
8809 * shell.el (same-window-buffer-names):
8810 * mail/sendmail.el (same-window-buffer-names):
8811 * progmodes/inf-lisp.el (same-window-buffer-names):
8812 * bindings.el (mode-line-client)
8813 (mode-line-column-line-number-mode-map):
8814 * language/tibetan.el (tibetan-precomposition-rule-regexp)
8815 (tibetan-precomposed-regexp): Purecopy string arguments.
8816
8817 2009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
8818
8819 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
8820 (calcDigit-nondigit):
8821 * calc/calc-yank.el (calc-copy-to-buffer):
8822 * calc/calc-units.el (calc-invalidate-units-table):
8823 * calc/calc-trail.el (calc-trail-yank):
8824 * calc/calc-store.el (calc-insert-variables):
8825 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
8826 * calc/calc-prog.el (calc-read-parse-table):
8827 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
8828 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
8829 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
8830 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
8831 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
8832 (calc-graph-name, calc-graph-find-command, calc-graph-view)
8833 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
8834 * calc/calc-ext.el (calc-realign):
8835 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
8836 (calc-embedded-finish-edit, calc-embedded-make-info)
8837 (calc-embedded-finish-command, calc-embedded-stack-change):
8838 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
8839
8840 * cedet/mode-local.el (make-obsolete-overload): Add `when' argument.
8841 (overload-docstring-extension): Use that info.
8842 * cedet/semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
8843 * cedet/semantic/idle.el (semantic-eldoc-current-symbol-info):
8844 * cedet/semantic/tag-ls.el (semantic-nonterminal-protection)
8845 (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
8846 (semantic-nonterminal-full-name): Add the new `when' info.
8847 * cedet/semantic/decorate/mode.el (semantic/decorate): Require CL for
8848 `assert'.
8849
8850 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
8851 shell-dynamic-complete-filename in preference to
8852 comint-dynamic-complete-filename.
8853
8854 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
8855 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
8856 Don't consider whether the display supports colors.
8857 (bookmark-import-new-list): Use dolist.
8858 (bookmark-bmenu-mode-map): Move initialization into declaration.
8859 (bookmark-bmenu-list): Use dolist, simplify.
8860 (bookmark-show-all-annotations): Use save-selected-window and dolist.
8861 (menu-bar-final-items): Use push.
8862
8863 2009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
8864
8865 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
8866 it works on remote files.
8867 (vc-hg-diff): Don't pass any `--cwd' argument.
8868
8869 2009-10-27 Kevin Ryde <user42@zip.com.au>
8870
8871 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
8872 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
8873 (Further to Bug#3921).
8874
8875 2009-10-27 Michael Albinus <michael.albinus@gmx.de>
8876
8877 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
8878 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
8879 calling `tramp-imap-put-file'. Add file size to the call.
8880 (tramp-imap-get-file-entries): Compute also user name, file size,
8881 and date.
8882 (tramp-imap-handle-insert-directory): Insert uid and gid.
8883 (tramp-imap-handle-file-attributes): Transform uid and gid
8884 according to `id-format'.
8885 (tramp-imap-put-file): New optional parameter SIZE. Encode file
8886 size in header X-Size.
8887
8888 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
8889
8890 * simple.el (transpose-subr): Give clearer error when the mark
8891 is not set. (Bug#4807)
8892
8893 2009-10-26 Michael Albinus <michael.albinus@gmx.de>
8894
8895 * net/tramp.el (tramp-perl-file-truename): New defconst.
8896 Perl code contributed by yary <not.com@gmail.com> (tiny change).
8897 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
8898 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
8899 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
8900
8901 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
8902 Ignore `dired-call-process'.
8903 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
8904
8905 2009-10-26 Julian Scheid <julians37@gmail.com>
8906
8907 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
8908 (tramp-get-remote-readlink): New defun.
8909 (tramp-handle-file-truename): Use it.
8910 (tramp-handle-file-exists-p): Check file-attributes cache, assume
8911 file exists if cache value present.
8912 (tramp-check-cached-permissions): New defun.
8913 (tramp-handle-file-readable-p): Use it.
8914 (tramp-handle-file-writable-p): Likewise.
8915 (tramp-handle-file-executable-p): Likewise.
8916 (tramp-handle-file-name-all-completions): Try using Perl to get
8917 partial completions. When perl not available, combine `cd' and
8918 `ls' into single remote operation and use shell expansion to get
8919 partial remote directory contents. Set `file-exists-p' cache for
8920 directory and any files returned by ls. Change cache handling to
8921 support partial directory contents. Use error message emitted by
8922 remote `cd' or Perl code for local tramp-error.
8923 (tramp-do-copy-or-rename-file-directly): Avoid separate
8924 tramp-send-command-and-check call.
8925 (tramp-handle-process-file): Merge three remote ops into one.
8926 Do not flush all caches when `process-file-side-effects' is set.
8927 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
8928 file-attributes shows uid/gid to be set already.
8929
8930 2009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
8931
8932 * textmodes/tex-mode.el (tex-dvi-view-command)
8933 (tex-show-queue-command, tex-open-quote):
8934 * progmodes/ruby-mode.el (auto-mode-alist)
8935 (interpreter-mode-alist): Purecopy strings.
8936
8937 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
8938
8939 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
8940 string for the hook, keymap and abbrev table.
8941
8942 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
8943
8944 * x-dnd.el (x-dnd-xdnd-to-action):
8945 * startup.el (fancy-startup-text, fancy-about-text): Change to
8946 defconst from defvar.
8947
8948 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
8949
8950 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
8951 Purecopy initialization strings.
8952
8953 * mail/sendmail.el (mail-header-separator)
8954 (mail-personal-alias-file):
8955 * mail/rmail.el (rmail-default-dont-reply-to-names)
8956 (rmail-ignored-headers, rmail-retry-ignored-headers)
8957 (rmail-highlighted-headers, rmail-secondary-file-directory)
8958 (rmail-secondary-file-regexp):
8959 * files.el (null-device, file-name-invalid-regexp)
8960 (locate-dominating-stop-dir-regexp)
8961 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
8962 (interpreter-mode-alist): Use mapcar instead of mapc.
8963
8964 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
8965
8966 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
8967 (completion-ignored-extensions):
8968 (debug-ignored-errors): Purecopy strings.
8969
8970 2009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
8971
8972 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
8973 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
8974 (pcomplete--here): Use push.
8975
8976 * subr.el (all-completions): Declare the 4th arg obsolete.
8977
8978 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
8979
8980 * pcomplete.el (pcomplete-unquote-argument-function): New var.
8981 (pcomplete-unquote-argument): New function.
8982 (pcomplete--common-suffix): Always pay attention to case.
8983 (pcomplete--table-subvert): Quote and unquote the text.
8984 (pcomplete--common-quoted-suffix): New function.
8985 (pcomplete-std-complete): Use it and pcomplete-begin.
8986
8987 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
8988 we're inside a dedicated or minibuffer window.
8989
8990 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
8991
8992 * cedet/semantic/fw.el (semantic-alias-obsolete)
8993 (semantic-varalias-obsolete): Make the `when' arg mandatory.
8994 (define-mode-overload-implementation):
8995 * cedet/semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
8996 * cedet/semantic/wisent.el (wisent-lex-make-token-table):
8997 * cedet/semantic/util.el (semantic-file-token-stream)
8998 (semantic-something-to-stream):
8999 * cedet/semantic/tag.el (semantic-tag-make-assoc-list)
9000 (semantic-expand-nonterminal):
9001 * cedet/semantic/tag-file.el (semantic-find-nonterminal)
9002 (semantic-find-dependency, semantic-find-nonterminal)
9003 (semantic-find-dependency):
9004 * cedet/semantic/lex.el (semantic-flex-start, semantic-flex-end)
9005 (semantic-flex-text, semantic-flex-make-keyword-table)
9006 (semantic-flex-keyword-p, semantic-flex-keyword-put)
9007 (semantic-flex-keyword-get, semantic-flex-map-keywords)
9008 (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
9009 * cedet/semantic/java.el (semantic-java-prototype-nonterminal):
9010 * cedet/semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
9011 (semantic-after-idle-scheduler-reparse-hooks):
9012 * cedet/semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
9013 * cedet/semantic/db-mode.el (semanticdb-mode-hooks):
9014 * cedet/semantic.el (semantic-toplevel-bovine-table)
9015 (semantic-toplevel-bovine-cache)
9016 (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
9017 (semantic-init-mode-hooks, semantic-init-db-hooks)
9018 (semantic-bovination-working-type): Provide the `when' arg.
9019
9020 2009-10-24 Karl Fogel <kfogel@red-bean.com>
9021
9022 * bookmark.el: Update documentation, especially documentation
9023 of `bookmark-alist' and of the bookmark file format.
9024 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
9025
9026 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
9027
9028 * mail/emacsbug.el (report-emacs-bug): Clarify that the
9029 keybindings apply to the mail buffer (Bug#4003). Shrink help
9030 window to buffer.
9031
9032 * whitespace.el (whitespace-mode, whitespace-newline-mode)
9033 (global-whitespace-mode, global-whitespace-newline-mode)
9034 (whitespace-toggle-options, global-whitespace-toggle-options):
9035 Doc fix (Bug#3660).
9036
9037 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
9038 of xmltok-start before the end tag was inserted (Bug#2840).
9039
9040 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
9041 patterns that are preceded by an open-paren (Bug#1320).
9042
9043 2009-10-24 Sven Joachim <svenjoac@gmx.de>
9044
9045 * files.el (delete-directory): Delete symlinks to directories with
9046 delete-file (Bug#4739).
9047
9048 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
9049
9050 * cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):
9051 * cedet/semantic/tag.el (semantic-token-type-parent): Add WHEN
9052 argument to make-obsolete.
9053
9054 * cedet/semantic/fw.el (semantic-alias-obsolete)
9055 (semantic-varalias-obsolete): Add optional WHEN argument.
9056
9057 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
9058
9059 * vc.el (vc-backend-for-registration): Rename from
9060 vc-get-backend-for-registration. Update callers.
9061
9062 * international/mule-cmds.el (set-language-info-alist):
9063 Purecopy lang-env.
9064 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
9065 (charset): Purecopy the name.
9066 (define-char-code-property): Purecopy string arguments.
9067
9068 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
9069 Purecopy string arguments.
9070
9071 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
9072 * ediff-hook.el (menu-bar-ediff-menu):
9073 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
9074 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
9075
9076 2009-10-24 Glenn Morris <rgm@gnu.org>
9077
9078 * comint.el (comint-dynamic-list-completions):
9079 * term.el (term-dynamic-list-completions): Use choose-completion rather
9080 than obsolete alias mouse-choose-completion.
9081
9082 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
9083 file-cache-choose-completion.
9084 (file-cache-choose-completion): Handle an optional event argument.
9085 (file-cache-mouse-choose-completion): Make it an obsolete alias.
9086
9087 * progmodes/octave-mod.el (octave-complete-symbol):
9088 Use choose-completion if mouse-choose-completion is ever removed.
9089
9090 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
9091 use.
9092
9093 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
9094 compiler.
9095
9096 * vc-hooks.el (vc-responsible-backend): Fix declaration.
9097
9098 2009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
9099
9100 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
9101 Ignore `pred' now that we receive one.
9102 Handle test-completion specially.
9103
9104 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
9105
9106 * vc.el (vc-responsible-backend): Throw an error if not backend is
9107 found. Remove the REGISTER argument. Move the code dealing with
9108 REGISTER ...
9109 (vc-get-backend-for-registration): ... here. New function.
9110 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
9111 of vc-responsible-backend, pass the file name instead of the
9112 directory name.
9113
9114 2009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
9115
9116 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
9117 New funs.
9118 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
9119 (pcomplete-comint-setup): Don't modify a global var via
9120 accidental side-effects.
9121 (pcomplete-shell-setup): Adjust call accordingly.
9122 (pcomplete-parse-comint-arguments): Use push.
9123
9124 2009-10-23 Chong Yidong <cyd@stupidchicken.com>
9125
9126 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
9127 Allow uncapitalized info node names (Bug#3921).
9128
9129 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
9130 to the DEBUG file (Bug#3781).
9131
9132 2009-10-23 Jari Aalto <jari.aalto@cante.net>
9133
9134 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
9135 dictionary entry (Bug#4579).
9136
9137 2009-10-23 Michael Albinus <michael.albinus@gmx.de>
9138
9139 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
9140 from `rfn-eshadow-update-overlay-hook' when unloading.
9141 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
9142 "rsyncc". Adjust doc string.
9143 (tramp-temp-buffer-file-name): New buffer-local defvar.
9144 (tramp-handle-insert-file-contents, tramp-handle-write-region):
9145 Keep temporary file when indicated by method ("rsync" and
9146 "rsyncc").
9147 (tramp-handle-write-region): Handle APPEND.
9148 (tramp-delete-temp-file-function): New defun. Added to
9149 `kill-buffer-hook'.
9150
9151 2009-10-23 Juanma Barranquero <lekktu@gmail.com>
9152
9153 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
9154
9155 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
9156
9157 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
9158 (color-name-rgb-alist, tty-standard-colors)
9159 (tty-color-mode-alist): Change to defconst.
9160
9161 * simple.el (mark-inactive): Purecopy message.
9162
9163 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
9164 (global-map, yank-menu):
9165 * textmodes/ispell.el (ispell-menu-map):
9166 * net/eudc.el (eudc-tools-menu):
9167 * international/mule-cmds.el (describe-language-environment-map)
9168 (setup-language-environment-map, set-coding-system-map)
9169 (mule-menu-keymap):
9170 * vc-hooks.el (vc-menu-entry, vc-menu-map):
9171 * replace.el (occur-mode-map):
9172 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
9173
9174 2009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
9175
9176 * calc/calc.el (math-read-number, math-read-number-simple): Use
9177 `save-match-data'.
9178
9179 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
9180
9181 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
9182 rather than fiddling with global-map bindings, since it should only
9183 affect per-terminal settings.
9184 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
9185
9186 * minibuffer.el (completion-table-with-terminator): Allow to specify
9187 the terminator-regexp.
9188
9189 * simple.el (switch-to-completions): Look for *Completions* in other
9190 frames as well.
9191
9192 * pcomplete.el: Allow the use of completion-tables.
9193 (pcomplete-std-complete): New command.
9194 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
9195 (pcomplete--here): Use a function for `form' rather than an expression,
9196 so it can be byte-compiled.
9197 (pcomplete-here, pcomplete-here*): Adjust accordingly.
9198 Add edebug declaration.
9199 (pcomplete-show-completions): Remove unused var `curbuf'.
9200 (pcomplete-do-complete, pcomplete-stub):
9201 Don't assume `completions' is a list of strings any more.
9202
9203 2009-10-22 Juanma Barranquero <lekktu@gmail.com>
9204
9205 * find-dired.el (find-name-arg): Fix typo in docstring.
9206
9207 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
9208
9209 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
9210 (pcmpl-linux-fs-types): Same, and update to new modules layout.
9211
9212 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
9213 pcomplete-entries.
9214
9215 * comint.el (comint-read-input-ring, comint-write-input-ring)
9216 (comint-substitute-in-file-name)
9217 (comint-dynamic-complete-as-filename)
9218 (comint-dynamic-simple-complete)
9219 (comint-dynamic-list-filename-completions)
9220 (comint-dynamic-list-completions)
9221 (comint-redirect-results-list-from-process): Minor simplifications.
9222
9223 2009-10-21 Kevin Ryde <user42@zip.com.au>
9224
9225 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
9226 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
9227 the first form. And insert a blank line after ";;; Code" since
9228 that's usual style. (Bug#4612)
9229
9230 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
9231
9232 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
9233
9234 * minibuffer.el (completion-table-with-terminator): Properly implement
9235 boundaries, in case `terminator' appears in the suffix.
9236 (completion--embedded-envvar-table): Don't return boundaries if
9237 there's no valid completion. Simplify.
9238 (completion-file-name-table): New completion table extracted from
9239 completion--file-name-table.
9240 (completion--file-name-table): Use it.
9241 (read-file-name-predicate): Declare obsolete.
9242 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
9243 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
9244 completion-file-name-table, and use the `pred' argument.
9245 * files.el (locate-file-completion-table): Use the `pred' arg rather
9246 than read-file-name-predicate.
9247 (abbreviate-file-name): Use \` rather than ^ for BOS.
9248
9249 2009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
9250
9251 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
9252 vc-responsible-backend to register, it causes problems.
9253
9254 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
9255
9256 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
9257
9258 2009-10-21 Eric Ludlam <zappo@gnu.org>
9259
9260 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
9261 (semantic-c-debug-mode-init-pch): New functions.
9262 (semantic-c-debug-mode-init-last-mode): New var.
9263 (semantic-c-parse-lexical-token): Use them.
9264
9265 * cedet/semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
9266 When extracting the argument list, limit only by point-max.
9267
9268 2009-10-21 Michael Albinus <michael.albinus@gmx.de>
9269
9270 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
9271 (tramp-smb-handle-file-attributes): Use it.
9272 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
9273 (tramp-smb-handle-insert-directory): Use `mapc' rather than
9274 `mapcar'. Use `tramp-smb-get-stat-capability'.
9275 Add `dired-filename' text properties.
9276 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
9277 (tramp-smb-maybe-open-connection): Simplify check for smbclient
9278 version.
9279
9280 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
9281
9282 * subr.el (read-key-delay): Reduce to 0.01.
9283 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
9284 (bug#4751).
9285
9286 2009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
9287
9288 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
9289
9290 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
9291 (Info-menu): Remove unused vars `last' and `completions'.
9292 (Info-index-nodes): Remove unused var `node'.
9293
9294 * info.el (Info-complete-menu-item): Use complete-with-action.
9295
9296 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
9297
9298 Make vc-annotate work through copies and renames.
9299 * vc-annotate.el (vc-annotate-extract-revision-at-line):
9300 Return the file name too.
9301 (vc-annotate-revision-at-line)
9302 (vc-annotate-find-revision-at-line)
9303 (vc-annotate-revision-previous-to-line)
9304 (vc-annotate-show-log-revision-at-line): Update to get the file
9305 name from vc-annotate-extract-revision-at-line.
9306 (vc-annotate-show-diff-revision-at-line-internal): Change the
9307 argument to mean whether to show a file diff or not. Get the file
9308 name from vc-annotate-extract-revision-at-line.
9309 (vc-annotate-show-diff-revision-at-line):
9310 Update vc-annotate-show-diff-revision-at-line call.
9311 (vc-annotate-warp-revision): Add an optional file argument.
9312
9313 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
9314 (vc-git-annotate-extract-revision-at-line): Also return the file
9315 name if found.
9316
9317 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
9318 command. Remove unused code.
9319 (vc-hg-annotate-re): Update to match --follow output.
9320 (vc-hg-annotate-extract-revision-at-line): Also return the file
9321 name if found.
9322
9323 * vc.el: Update annotate-extract-revision-at-line documentation.
9324
9325 2009-10-18 Kevin Ryde <user42@zip.com.au>
9326
9327 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
9328 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
9329
9330 * net/browse-url.el (browse-url): Identify alist with "consp and
9331 not functionp" and let all other things go down the `apply' leg,
9332 as suggested by Stefan. (Further to bug#4531.)
9333
9334 2009-10-18 Chong Yidong <cyd@stupidchicken.com>
9335
9336 * minibuffer.el (read-file-name): Check for repeat before putting
9337 a default argument in file-name-history (Bug#4657).
9338
9339 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
9340 read syntax (Bug#4737).
9341
9342 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
9343
9344 2009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
9345
9346 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
9347 (html-tag-alist, html-tag-help): Add descriptions for undocumented
9348 entries and make note of obsolete tags.
9349
9350 2009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
9351
9352 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
9353
9354 2009-10-18 Glenn Morris <rgm@gnu.org>
9355
9356 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
9357 grep, so that binary files (eg international/uni-bidi.el) can match.
9358 Remove test for "UnicodeData" files, since it is hopefully unnecessary
9359 now, and in any case the file header format has changed.
9360
9361 2009-10-17 Glenn Morris <rgm@gnu.org>
9362
9363 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
9364 (flyspell-get-word, flyspell-large-region)
9365 (flyspell-auto-correct-previous-word): Doc/error message fixes.
9366
9367 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
9368
9369 * Makefile.in (ELCFILES): Add ede/shell.
9370
9371 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
9372
9373 * term/common-win.el (x-colors): Purecopy it.
9374
9375 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
9376
9377 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
9378 permissive for when the buffer is empty.
9379 (tar-header-block-tokenize): Decode the username and groupname.
9380 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
9381
9382 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
9383
9384 * cedet/srecode/srt.el:
9385 * cedet/srecode/compile.el:
9386 * cedet/semantic/mru-bookmark.el:
9387 * cedet/semantic/debug.el:
9388 * cedet/semantic/complete.el:
9389 * cedet/semantic/analyze.el: Require CL when compiling.
9390
9391 2009-10-17 Eric Ludlam <zappo@gnu.org>
9392
9393 * cedet/semantic/scope.el
9394 (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
9395 tmpscope so that the regular scope will continue to work.
9396
9397 * cedet/semantic/idle.el (semantic-idle-tag-highlight):
9398 Use semantic-idle-summary-highlight-face as the highlighting.
9399
9400 * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
9401 contains multibyte characters, choose first applicable coding
9402 system automatically.
9403
9404 * cedet/ede/project-am.el (project-run-target): New method.
9405 (project-run-target): New method.
9406
9407 * cedet/ede.el (ede-target): Add run target menu item.
9408 (ede-project, ede-minor-keymap): Add ede-run-target binding.
9409 (ede-run-target): New function.
9410 (ede-target::project-run-target): New method.
9411
9412 * cedet/ede/proj.el (project-run-target): New method.
9413
9414 * cedet/ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
9415 (ede-g++-libtool-shared-compiler): Remove SHELL. Remove COMMANDS.
9416 Add :rules.
9417 (ede-proj-target-makefile-shared-object): Only libtool compilers
9418 now available. Add linkers for libtool.
9419 (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
9420 (ede-proj-makefile-target-name): Always use .la extension.
9421
9422 * cedet/ede/proj-prog.el (project-run-target): New method.
9423
9424 * cedet/ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
9425 (ede-g++-linker): Change Change link lines.
9426
9427 * cedet/ede/pmake.el (ede-pmake-insert-variable-shared):
9428 When searching for old variables, go to the end of the buffer and
9429 search backward from there.
9430 (ede-proj-makefile-automake-insert-subdirs)
9431 (ede-proj-makefile-automake-insert-extradist): New methods.
9432 (ede-proj-makefile-create): Use them.
9433
9434 * cedet/ede/pconf.el (ede-proj-configure-test-required-file):
9435 Force FILE to expand to the current target. Use file-exists-p to
9436 check that it exists.
9437
9438 * cedet/ede/linux.el (ede-linux-version): Don't call "head".
9439 (ede-linux-load): Wrap dir in file-name-as-directory.
9440 Set :version slot.
9441
9442 * cedet/ede/files.el (ede-get-locator-object): When enabling
9443 locate, do so on "top".
9444
9445 * cedet/ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
9446 file-name-as-directory during compare.
9447 (ede-emacs-version): Return Emacs/XEmacs differentiator.
9448 Get version number from different places. Don't call egrep.
9449 (ede-emacs-load): Set :version slot. Call file-name-as-directory
9450 to set the directory.
9451
9452 * cedet/ede/shell.el: New file.
9453
9454 * cedet/inversion.el (inversion-decoders): Allow for stray . in
9455 alpha/beta variants.
9456
9457 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
9458
9459 * international/mule-cmds.el (select-safe-coding-system): If the file
9460 has a coding cookie, use it regardless of any other setting (bug#4712).
9461
9462 2009-10-17 Glenn Morris <rgm@gnu.org>
9463
9464 * cedet/semantic/grammar.el (semantic-grammar--lex-delim-spec):
9465 All errors should have messages.
9466
9467 * foldout.el (foldout-mouse-swallow-events):
9468 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
9469
9470 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
9471 (dired-keep-marker-copy, dired-keep-marker-hardlink)
9472 (dired-keep-marker-symlink, dired-dwim-target)
9473 (dired-copy-preserve-time): Do not autoload these defcustoms.
9474
9475 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
9476 messages from messing up the file coding. (Bug#4623)
9477
9478 2009-10-17 Jari Aalto <jari.aalto@cante.net>
9479
9480 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
9481 if no match is found for the current dictionary. (Bug#4578)
9482
9483 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
9484 optional, since that is how it is documented, and this is often called
9485 with a nil argument. (Bug#4577)
9486 (flyspell-external-point-words, flyspell-auto-correct-word)
9487 (flyspell-correct-word-before-point, flyspell-word-search-forward)
9488 (flyspell-word-search-backward): Remove nil argument in calls to
9489 flyspell-get-word, since it is not needed now.
9490
9491 2009-10-17 Ulrich Mueller <ulm@gentoo.org>
9492
9493 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
9494
9495 2009-10-16 Glenn Morris <rgm@gnu.org>
9496
9497 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
9498
9499 2009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
9500
9501 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
9502 (ange-ftp-file-size): New function.
9503 (ange-ftp-file-attributes): Use it.
9504
9505 2009-10-16 Michael Albinus <michael.albinus@gmx.de>
9506
9507 * net/tramp-smb.el (tramp-smb-version): New defvar.
9508 (tramp-smb-maybe-open-connection): Use it, in order to avoid
9509 repeated checks.
9510
9511 2009-10-16 Glenn Morris <rgm@gnu.org>
9512
9513 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
9514 Maybe copy some custom properties from old to new name. (Bug#4706)
9515
9516 2009-10-16 Juanma Barranquero <lekktu@gmail.com>
9517
9518 * subr.el (error, sit-for, start-process-shell-command)
9519 (start-file-process-shell-command): Set the calling convention
9520 after the function definition.
9521
9522 2009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
9523
9524 * subr.el (error, sit-for, start-process-shell-command)
9525 (start-file-process-shell-command): Use the new
9526 set-advertised-calling-convention feature.
9527
9528 2009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
9529
9530 * international/ucs-normalize.el (ucs-normalize-version):
9531 Change to 1.2.
9532 (check-range): Adjust for Unicode 5.2.
9533
9534 2009-10-15 Juri Linkov <juri@jurta.org>
9535
9536 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
9537 to the `menu-item' format.
9538
9539 2009-10-15 Michael Albinus <michael.albinus@gmx.de>
9540
9541 * net/tramp.el (tramp-replace-environment-variables): Do not fail
9542 if the environment variable does not exist.
9543
9544 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
9545 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
9546 parameter.
9547 (tramp-smb-handle-add-name-to-file)
9548 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
9549 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
9550 (tramp-smb-handle-file-attributes)
9551 (tramp-smb-do-file-attributes-with-stat)
9552 (tramp-smb-handle-file-local-copy)
9553 (tramp-smb-handle-insert-directory)
9554 (tramp-smb-handle-make-directory)
9555 (tramp-smb-handle-make-directory-internal)
9556 (tramp-smb-handle-make-symbolic-link)
9557 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
9558 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
9559 (tramp-smb-maybe-open-connection): Apply the changed parameters.
9560 (tramp-smb-read-file-entry): Read Disk names in compressed format.
9561 Handle long file names.
9562 (tramp-smb-get-cifs-capabilities): Check, whether the connection
9563 process is running.
9564 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
9565 Read share names with "-g" option.
9566
9567 2009-10-15 Ryan Yeske <rcyeske@gmail.com>
9568
9569 * net/rcirc.el (rcirc-view-log-file): New command.
9570 (rcirc-track-minor-mode-map): Remove C-c ` binding.
9571 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
9572 specified.
9573
9574 2009-10-15 Glenn Morris <rgm@gnu.org>
9575
9576 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
9577 from the second command-line argument.
9578 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
9579 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
9580 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
9581 w32-batch-update-autoloads.
9582 * emacs-lisp/autoload.el (autoload-make-program): New variable.
9583 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
9584
9585 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
9586 the headers cannot be located. Simplify, subtracting superflous
9587 save-excursions.
9588
9589 2009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
9590
9591 Replace completion-base-size by completion-base-position to fix bugs
9592 such as (bug#4699).
9593 * simple.el (completion-base-position): New var.
9594 (completion-base-size): Mark as obsolete.
9595 (choose-completion): Make it work for mouse events as well.
9596 Pass the new base-position to choose-completion-string.
9597 (choose-completion-guess-base-position): New function, extracted from
9598 choose-completion-delete-max-match.
9599 (choose-completion-delete-max-match): Use it. Make obsolete.
9600 (choose-completion-string): Use the new base-position info.
9601 (completion-root-regexp): Delete.
9602 (completion-setup-function): Preserve completion-base-position.
9603 Eliminate obsolete base-size manipulation.
9604 * minibuffer.el (display-completion-list): Don't mess with base-size.
9605 (minibuffer-completion-help): Set completion-base-position instead.
9606 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
9607 choose-completion.
9608 * textmodes/bibtex.el (bibtex-complete):
9609 * emacs-lisp/crm.el (crm--choose-completion-string):
9610 Adjust to new calling convention.
9611 * complete.el (partial-completion-mode): Use minibufferp to avoid
9612 bumping into incompatible change to choose-completion-string-functions.
9613 * ido.el (ido-choose-completion-string): Make its calling convention
9614 more permissive.
9615 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
9616 base-size manipulation.
9617 (comint-dynamic-list-input-ring): Use dotimes and push.
9618 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
9619 fundamental-mode. Use `or'.
9620
9621 2009-10-14 Juri Linkov <juri@jurta.org>
9622
9623 * misearch.el (multi-isearch-next-buffer-from-list)
9624 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
9625
9626 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
9627
9628 * Makefile.in (compile-onefile): Load `bytecomp' rather than
9629 `bytecomp.el'.
9630
9631 * minibuffer.el (completion-pcm--merge-completions): Make sure the
9632 string we return is all made up of text from the completions rather
9633 than part from the completions and part from the input (bug#4219).
9634
9635 * ido.el (ido-everywhere): Use define-minor-mode.
9636
9637 * buff-menu.el (list-buffers, ctl-x-map):
9638 Mark the entry points with ;;;###autoload cookies.
9639
9640 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
9641
9642 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
9643 correctly in the detached head case.
9644 (vc-git-print-log): Remove unused binding.
9645
9646 * vc.el (vc-responsible-backend): When a directory is passed for
9647 for registration create a VC repository if no backend is
9648 responsible for the directory argument.
9649 (vc-deduce-fileset): Tell vc-responsible-backend to register.
9650
9651 * vc.el: Move comments about RCS and SCCS ...
9652 * vc-rcs.el:
9653 * vc-sccs.el: ... here, respectively.
9654
9655 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
9656
9657 * minibuffer.el (completion--file-name-table): Return nil if there's
9658 no file completion, even if substitute-in-file-name changed
9659 the string (bug#4708).
9660
9661 2009-10-13 Juri Linkov <juri@jurta.org>
9662
9663 * files-x.el (read-file-local-variable-value): Don't filter out
9664 minor modes from mode name completion (bug#4664).
9665
9666 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
9667
9668 * international/mule-cmds.el (ucs-names): Remove exclusion of
9669 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
9670
9671 2009-10-13 Kenichi Handa <handa@m17n.org>
9672
9673 * international/uni-name.el: Regenerated.
9674
9675 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
9676
9677 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
9678 should be automatically buffer-local, but isn't.)
9679
9680 2009-10-12 Sam Steingold <sds@gnu.org>
9681
9682 * progmodes/compile.el (compilation-next-error-function): Fix the
9683 timestamps if the buffer has been visited before.
9684 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
9685 non-anchored patterns, like the perl one (bug#3928).
9686
9687 2009-10-12 Glenn Morris <rgm@gnu.org>
9688
9689 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
9690 Let-bind `size'.
9691
9692 2009-10-12 Juanma Barranquero <lekktu@gmail.com>
9693
9694 * proced.el (proced-unload-function): New function.
9695
9696 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
9697 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
9698 Doc fix.
9699
9700 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
9701
9702 2009-10-11 Juri Linkov <juri@jurta.org>
9703
9704 * files-x.el (read-file-local-variable-value):
9705 Provide default value only for bound variables (bug#4664).
9706
9707 2009-10-11 Michael Albinus <michael.albinus@gmx.de>
9708
9709 * net/tramp.el (tramp-local-host-p): Function shall return nil for
9710 connection methods like smb.
9711
9712 * net/tramp-cache.el (tramp-flush-connection-property): The hash
9713 can be empty.
9714
9715 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
9716 (tramp-smb-file-name-handler-alist): Add handlers for
9717 `add-name-to-file', `make-symbolic-link'.
9718 (tramp-smb-handle-add-name-to-file)
9719 (tramp-smb-do-file-attributes-with-stat)
9720 (tramp-smb-handle-make-symbolic-link)
9721 (tramp-smb-get-cifs-capabilities): New defuns.
9722 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
9723 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
9724 (tramp-smb-handle-file-local-copy)
9725 (tramp-smb-handle-make-directory-internal)
9726 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
9727 The file name syntax depends on cifs capabilities.
9728 (tramp-smb-handle-file-attributes):
9729 Call `tramp-smb-do-file-attributes-with-stat' if possible.
9730 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
9731 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
9732
9733 2009-10-11 Chong Yidong <cyd@stupidchicken.com>
9734
9735 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
9736 (eieio-defclass): Apply deftype handler and setf-method properties
9737 directly.
9738 (eieio-add-new-slot): Avoid union function from cl library.
9739 (eieio--typep): New function.
9740 (eieio-perform-slot-validation): Use it.
9741
9742 2009-10-10 Karl Fogel <kfogel@red-bean.com>
9743
9744 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
9745 Update documentation to refer to the variables documented in r1.135.
9746 (Bug#4188)
9747
9748 2009-10-10 Karl Fogel <kfogel@red-bean.com>
9749
9750 * bookmark.el (Info-suffix-list): Remove this unused variable.
9751 (bookmark-current-point): Remove this obsolete variable.
9752 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
9753 Adjust for removal of bookmark-current-point.
9754
9755 (bookmarks-already-loaded, bookmark-current-buffer)
9756 (bookmark-yank-point): Document. (Bug#4188)
9757
9758 2009-10-10 Glenn Morris <rgm@gnu.org>
9759
9760 * frame.el (frame-height): Doc fix.
9761
9762 * calendar/calendar.el (calendar-split-width-threshold): New option.
9763 (calendar-basic-setup): Use calendar-split-width-threshold.
9764
9765 2009-10-10 Sascha Wilde <wilde@sha-bang.de>
9766
9767 * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
9768 Use .la for Automake.
9769
9770 2009-10-09 Chong Yidong <cyd@stupidchicken.com>
9771
9772 * cedet/ede/pconf.el (ede-proj-configure-synchronize):
9773 Use "autoreconf -i". Suggested by Andreas Schwab.
9774
9775 2009-10-09 Juanma Barranquero <lekktu@gmail.com>
9776
9777 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
9778 Ideographic Supplement" range (U+1F200..U+1F2FF).
9779
9780 2009-10-09 Karl Fogel <kfogel@red-bean.com>
9781
9782 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
9783 since the list will have been rebuilt anyway. (Bug#4349)
9784
9785 2009-10-09 Karl Fogel <kfogel@red-bean.com>
9786
9787 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
9788 (bookmark-bmenu-execute-deletions): Don't save here, as
9789 bookmark-delete will now do so if necessary.
9790 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
9791 (Bug#4348)
9792
9793 2009-10-09 Glenn Morris <rgm@gnu.org>
9794
9795 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
9796
9797 2009-10-09 Karl Fogel <kfogel@red-bean.com>
9798
9799 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
9800 (bookmark-jump-other-window): Just invoke bookmark-jump with new
9801 argument now, so the two function's behaviors will match. (Bug#3645)
9802
9803 2009-10-08 Chong Yidong <cyd@stupidchicken.com>
9804
9805 * cedet/ede/proj.el (project-make-dist, project-compile-project):
9806 Fix filename test.
9807 (ede-proj-dist-makefile): Use expand-file-name instead of concat
9808 to expand file names.
9809
9810 2009-10-08 Michael Albinus <michael.albinus@gmx.de>
9811
9812 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
9813 (tramp-file-name-real-host, tramp-file-name-port):
9814 Apply `save-match-data'.
9815
9816 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
9817 case both directories are remote.
9818 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
9819 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
9820
9821 2009-10-08 Chong Yidong <cyd@stupidchicken.com>
9822
9823 * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
9824 (ede-proj-target-makefile-objectcode): Use it.
9825
9826 * cedet/ede/source.el (ede-want-any-source-files-p)
9827 (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
9828 Return search result. This error was introduced while merging.
9829
9830 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
9831
9832 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
9833
9834 2009-10-07 Glenn Morris <rgm@gnu.org>
9835
9836 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
9837 of concat.
9838
9839 2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
9840
9841 * files-x.el (read-file-local-variable): Include some
9842 non-user-variables in the completion table (bug#4664).
9843
9844 2009-10-07 Michael Albinus <michael.albinus@gmx.de>
9845
9846 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
9847 message.
9848
9849 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
9850 (tramp-smb-file-name-handler-alist): Add handler for
9851 `copy-directory', `expand-file-name', `set-file-modes'.
9852 (tramp-smb-handle-copy-directory)
9853 (tramp-smb-handle-expand-file-name)
9854 (tramp-smb-handle-set-file-modes): New defuns.
9855 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
9856 (tramp-smb-handle-file-attributes): Simplify check for retrieving
9857 entry.
9858 (tramp-smb-handle-insert-directory): Don't flush the cache.
9859 (tramp-smb-maybe-open-connection): Check for samba client and
9860 server versions.
9861
9862 2009-10-07 Eli Zaretskii <eliz@gnu.org>
9863
9864 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
9865 to not error out of search for "^lisp=" fails.
9866
9867 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
9868
9869 * makefile.w32-in (WINS_UPDATES): New macro.
9870 (custom-deps, finder-data, autoloads): Use it.
9871
9872 2009-10-07 Glenn Morris <rgm@gnu.org>
9873
9874 * Makefile.in (autoloads): Revert previous change.
9875 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
9876 the list of preloaded files passed on the command-line, get
9877 it from src/Makefile.
9878
9879 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
9880 show the original buffer rather than a random one.
9881
9882 2009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
9883
9884 * help.el (describe-no-warranty): Place point in a slightly better
9885 position in the GPLv3 text.
9886
9887 2009-10-06 Sam Steingold <sds@gnu.org>
9888
9889 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
9890 the comm attribute is present before calling regexp-quote.
9891
9892 2009-10-06 Juanma Barranquero <lekktu@gmail.com>
9893
9894 * play/animate.el (animate-string): For good effect, make sure
9895 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
9896
9897 * play/animate.el (animate-sequence, animate-birthday-present):
9898 * misc.el (butterfly): Don't set `indent-tabs-mode'.
9899
9900 2009-10-06 Glenn Morris <rgm@gnu.org>
9901
9902 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
9903
9904 * emacs-lisp/autoload.el (autoload-excludes): New variable.
9905 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
9906 (batch-update-autoloads): Process a string value of autoload-excludes,
9907 set during the build process.
9908 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
9909
9910 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
9911 inside with-parsed... macro so that `v' is defined.
9912
9913 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
9914 * progmodes/fortran.el (fortran-end-of-block)
9915 (fortran-beginning-of-block):
9916 Also push mark in the macro case.
9917
9918 * emerge.el (emerge-show-file-name):
9919 * calc/calc.el (calc-quit):
9920 * calc/calc-misc.el (calc-big-or-small):
9921 * calc/calc-graph.el (calc-graph-view):
9922 * calc/calc-ext.el (calc-reset):
9923 * calendar/calendar.el (calendar-basic-setup):
9924 Use window-full-height-p.
9925
9926 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
9927 header we don't understand, don't insert another. (Bug#4624)
9928 If changing mime charset, insert the new one in the right place.
9929
9930 2009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
9931
9932 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
9933 (cal-tex-cursor-month): Correctly increment the end date for diary and
9934 holiday listing. (Bug#4626)
9935
9936 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
9937
9938 * help-fns.el (describe-function-1): Don't burp if the function is not
9939 a symbol.
9940
9941 2009-10-05 Juanma Barranquero <lekktu@gmail.com>
9942
9943 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
9944 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
9945 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
9946 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
9947
9948 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
9949 (eieio-default-superclass): Reflow docstrings.
9950 (this, class-option-assoc, defclass, eieio-class-un-autoload)
9951 (eieio-unbind-method-implementations, defmethod)
9952 (eieio-validate-slot-value, eieio-validate-class-slot-value)
9953 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
9954 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
9955 (eieio-slot-originating-class-p, eieio-slot-name-index)
9956 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
9957 (constructor, initialize-instance, no-next-method, object-print)
9958 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
9959 Fix typos in docstrings.
9960 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
9961 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
9962 (next-method-p): Doc fixes.
9963 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
9964 Fix typos in error messages.
9965 (eieio-defmethod): Fix typo in description of generic method.
9966
9967 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
9968 (eieio-persistent-save-interactive, slot-missing):
9969 Fix typos in docstrings.
9970 (eieio-instance-inheritor-slot-boundp): Doc fix.
9971
9972 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
9973 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
9974
9975 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
9976 (eieio-custom-object-apply-reset):
9977 Fix typos in docstrings and error messages.
9978
9979 * emacs-lisp/eieio-datadebug.el (data-debug-show):
9980 Fix typo in docstring.
9981
9982 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
9983 (eieio-browse-tree): Doc fix.
9984 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
9985 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
9986 Fix typos in docstrings.
9987
9988 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
9989 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
9990 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
9991 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
9992 Reflow docstrings.
9993
9994 2009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
9995
9996 * vc-hg.el (log-view-vc-backend): Declare for compiler.
9997 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
9998 Set log-view-vc-backend so that diff can work.
9999
10000 * log-view.el (log-view-diff): Use vc-diff-internal instead of
10001 vc-version-diff.
10002 (vc-diff-internal): Autoload this instead of vc-version-diff.
10003
10004 2009-10-05 Eli Zaretskii <eliz@gnu.org>
10005
10006 * simple.el (eval-expression): Doc fix.
10007
10008 * progmodes/cwarn.el (cwarn-mode): Doc fix.
10009
10010 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
10011
10012 * files.el (directory-files-no-dot-files-regexp): New defconst.
10013 (delete-directory): Use it.
10014 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
10015
10016 * net/tramp.el (tramp-verbose): Fix docstring.
10017 (tramp-methods): Add recursive option to `tramp-copy-args'.
10018 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
10019 "scp1_old", "scp2_old", "rsync", "rsyncc".
10020 (tramp-default-method): Check also for `auth-source-user-or-password'.
10021 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
10022 Add handler for `copy-directory'.
10023 (tramp-handle-copy-directory): New defun.
10024 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
10025 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
10026 Optimize sent command.
10027
10028 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
10029
10030 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
10031 window if necessary.
10032
10033 * calendar/calendar.el (calendar-basic-setup): Don't call
10034 switch-to-buffer in a dedicated window.
10035
10036 2009-10-05 Karl Fogel <kfogel@red-bean.com>
10037
10038 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
10039 don't do anything related to relocating, just return nil.
10040 (bookmark-error-no-filename): New error.
10041 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
10042 bookmark has no file. Don't even attempt to handle things that
10043 are not files; the whole point of custom handlers is to keep that
10044 knowledge elsewhere anyway. Tighten some comments.
10045 (bookmark-file-or-variation-thereof): Remove now-unused function.
10046 (bookmark-location): Doc string fix.
10047 (Bug#4250)
10048
10049 2009-10-04 Karl Fogel <kfogel@red-bean.com>
10050
10051 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
10052 don't use a file dialog, because they usually don't know how to read
10053 a directory target from the user. (Bug#4230)
10054 Also, make sure the prompt can display directories as well as files.
10055
10056 2009-10-04 Karl Fogel <kfogel@red-bean.com>
10057
10058 * bookmark.el (bookmark-set, bookmark-buffer-name):
10059 Improve doc strings. (Bug#1193)
10060
10061 2009-10-04 Karl Fogel <kfogel@red-bean.com>
10062
10063 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
10064 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
10065 (bookmark-get-annotation, bookmark-set-annotation)
10066 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
10067 (bookmark-set-position, bookmark-get-front-context-string)
10068 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
10069 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
10070 (bookmark-jump-other-window, bookmark-handle-bookmark)
10071 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
10072 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
10073 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
10074 Improve doc strings to say whether bookmark can be a string or
10075 a record or both, and make other consistency and clarity fixes.
10076 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
10077 (bookmark-default-annotation-text, bookmark-yank-word)
10078 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
10079 (bookmark-import-new-list, bookmark-maybe-rename)
10080 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
10081 (bookmark-bmenu-bookmark): Give these doc strings.
10082 (bookmark-bmenu-check-position): Give this a doc string, but also
10083 add a FIXME comment about how the function may be pointless.
10084 (bookmark-default-handler): Rework doc string and change a
10085 parameter name, to clarify that this takes a bookmark record
10086 not a bookmark name.
10087 (bookmark-set): Change a parameter name to indicate its meaning,
10088 and improve the doc string a bit.
10089 (Bug#4188)
10090
10091 2009-10-04 Karl Fogel <kfogel@red-bean.com>
10092
10093 * bookmark.el (bookmark-alist): Document the new `handler' element
10094 in the param alist.
10095 (bookmark-make-record-function): Adjust documentation for above.
10096 (Bug#4193)
10097
10098 2009-10-04 Karl Fogel <kfogel@red-bean.com>
10099
10100 * info.el (Info-bookmark-make-record): Document this function.
10101 (Info-bookmark-jump): Document with a doc string, not just a comment.
10102 (Bug#4203)
10103
10104 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
10105
10106 * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
10107 (semantic-new-buffer-fcn): Call parser setup functions here.
10108 (semantic-mode): Don't call parser setup functions here, it's done
10109 in semantic-new-buffer-fcn now.
10110 (semantic-mode): Parse all existing buffers when enabled.
10111
10112 * cedet/srecode/compile.el (srecode-compile-file):
10113 Call semantic-new-buffer-fcn if the buffer has not been parsed.
10114
10115 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
10116
10117 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
10118
10119 * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
10120 (proj-comp-insert-variable-once): New macro, renamed from
10121 ede-pmake-insert-variable-once in ede/pmake.edl.
10122 (ede-proj-makefile-insert-variables): Use it.
10123
10124 2009-10-04 Michael Albinus <michael.albinus@gmx.de>
10125
10126 * files.el (copy-directory): New defun.
10127
10128 * dired-aux.el (dired-copy-file-recursive): Use it.
10129
10130 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
10131
10132 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
10133 (makefile-end-of-command):
10134 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
10135 (semantic-end-of-context): Fix previous change. Doc fixes.
10136
10137 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
10138
10139 * files-x.el (modify-dir-local-variable)
10140 (copy-dir-locals-to-file-locals-prop-line):
10141 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
10142 (makefile-end-of-command):
10143 * cedet/semantic/lex.el (semantic-lex-token):
10144 * cedet/semantic/analyze/fcn.el
10145 (semantic-analyze-dereference-metatype-1):
10146 * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
10147 (semantic-lex-cpp-undef):
10148 * cedet/semantic/wisent/wisent.el (wisent-skip-block):
10149 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
10150 (semantic-end-of-context): Fix typos in docstrings.
10151
10152 * recentf.el (recentf-unload-function): New function.
10153
10154 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
10155
10156 * cedet/ede.el (ede-project-placeholder-cache-file):
10157 * cedet/semantic/db-file.el (semanticdb-default-save-directory):
10158 * cedet/srecode/map.el (srecode-map-save-file):
10159 Use locate-user-emacs-file. Suggested by Juanma Barranquero.
10160
10161 2009-10-04 Glenn Morris <rgm@gnu.org>
10162
10163 * window.el (window-full-height-p): Add doc string.
10164
10165 2009-10-04 Martin Rudalics <rudalics@gmx.at>
10166
10167 * window.el (window-full-height-p): New function. (Bug#4543)
10168
10169 2009-10-03 Chong Yidong <cyd@stupidchicken.com>
10170
10171 * cedet/srecode/insert.el: Require srecode/args.
10172
10173 * cedet/srecode/args.el: Require srecode/dictionary instead of
10174 srecode/insert.
10175
10176 * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
10177
10178 * files.el (auto-mode-alist): Add .srt and Project.ede.
10179
10180 * cedet/semantic.el (semantic-mode):
10181 Handle srecode-template-mode-hook as well.
10182 (semantic-mode): Use js-mode-hook for Javascript hook.
10183
10184 * cedet/srecode/template.el: Remove hook variable.
10185
10186 * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
10187
10188 * cedet/ede.el (ede-target-forms-menu): Don't enable if no
10189 projects exist.
10190 (ede-project-placeholder-cache-file): Default to a file in
10191 user-emacs-directory.
10192
10193 * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
10194 templates in data-directory.
10195 (srecode-map-save-file): Default to a file in user-emacs-directory.
10196
10197 * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
10198 directory.
10199
10200 2009-09-30 Eric Ludlam <zappo@gnu.org>
10201
10202 * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
10203 Doc fix.
10204
10205 * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
10206 Only insert each variable once.
10207
10208 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
10209 (ede-pmake-insert-variable-shared): Use it.
10210
10211 * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
10212 for lexical table iff table is nil.
10213
10214 2009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
10215
10216 * vc.el: Remove commented out code.
10217 (vc-derived-from-dir-mode): Remove, unused.
10218 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
10219
10220 2009-10-03 Michael Albinus <michael.albinus@gmx.de>
10221
10222 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
10223 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
10224 there could be recursive loading when `default-directory' is a
10225 remote file name. (Bug#4614)
10226
10227 2009-10-03 Glenn Morris <rgm@gnu.org>
10228
10229 * calendar/calendar.el (calendar-basic-setup): Handle the case where
10230 the frame is wide.
10231 (calendar-generate-window): Test for shrinkability rather than width.
10232
10233 * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
10234 declaration, currently false.
10235
10236 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
10237 reusing existing buffers, in case we happen to visit two files with the
10238 same basename. (Bug#4593)
10239
10240 2009-10-02 Eli Zaretskii <eliz@gnu.org>
10241
10242 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
10243 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
10244 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
10245 subdirs of cedet as well.
10246 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
10247
10248 2009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
10249
10250 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
10251 Obey advertised-signature-table.
10252
10253 * help-fns.el (help-function-arglist): Don't check
10254 advertised-signature-table.
10255 (describe-function-1): Do it here instead so it also applies to subrs.
10256
10257 2009-10-02 Michael Albinus <michael.albinus@gmx.de>
10258
10259 * simple.el (start-file-process): Say in the doc-string, that file
10260 handlers might not support pty association, if PROGRAM is nil.
10261
10262 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
10263 HOST and USER are strings. They are nil, when there are
10264 incomplete entries in ~/.netrc, for example.
10265 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
10266 root directory ("device busy" error otherwise).
10267
10268 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
10269 Flush file properties of created directory.
10270
10271 2009-10-02 Eli Zaretskii <eliz@gnu.org>
10272
10273 * makefile.w32-in (WINS_BASIC): Remove cedet.
10274 (WINS_CEDET): Add cedet.
10275 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
10276
10277 2009-10-02 Kevin Ryde <user42@zip.com.au>
10278
10279 * net/browse-url.el (browse-url): Pass any symbol in
10280 browse-url-browser-function to `apply', since if you've mistakenly put
10281 an unbound symbol then the error is clearer. (Bug#4531)
10282
10283 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
10284
10285 * allout.el (allout-init, allout-back-to-current-heading)
10286 (allout-beginning-of-current-entry, allout-ascend-to-depth)
10287 (allout-ascend, allout-up-current-level, allout-end-of-level)
10288 (allout-previous-visible-heading, allout-forward-current-level)
10289 (allout-backward-current-level, allout-show-children):
10290 * apropos.el (apropos-describe-plist):
10291 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
10292 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
10293 * completion.el (add-completion, add-permanent-completion):
10294 * descr-text.el (describe-text-category, describe-char):
10295 * desktop.el (desktop-lazy-abort):
10296 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
10297 * dired.el (dired-build-subdir-alist):
10298 * ediff.el (ediff-version):
10299 * elide-head.el (elide-head, elide-head-show):
10300 * emerge.el (emerge-version):
10301 * env.el (getenv):
10302 * face-remap.el (variable-pitch-mode):
10303 * faces.el (describe-face):
10304 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
10305 (dired-at-point):
10306 * files.el (find-file-existing, auto-save-mode):
10307 * font-lock.el (font-lock-fontify-buffer):
10308 * help-fns.el (describe-function, describe-variable)
10309 (describe-syntax, describe-categories):
10310 * help.el (view-lossage, describe-bindings, describe-key)
10311 (describe-mode):
10312 * hexl.el (hexl-current-address):
10313 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
10314 * info.el (Info-goto-emacs-key-command-node):
10315 * log-edit.el (log-edit-insert-cvs-template)
10316 (log-edit-insert-cvs-rcstemplate):
10317 * menu-bar.el (menu-bar-mode):
10318 * mouse.el (mouse-appearance-menu):
10319 * newcomment.el (comment-indent-new-line):
10320 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
10321 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
10322 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
10323 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
10324 * recentf.el (recentf-mode):
10325 * savehist.el (savehist-mode, savehist-save):
10326 * shadowfile.el (shadow-copy-files):
10327 * simple.el (kill-ring-save, next-line, previous-line)
10328 (normal-erase-is-backspace-mode):
10329 * strokes.el (strokes-update-window-configuration)
10330 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
10331 (strokes-xpm-for-stroke):
10332 * time.el (emacs-uptime, emacs-init-time):
10333 * tutorial.el (tutorial--describe-nonstandard-key)
10334 (tutorial--detailed-help):
10335 * type-break.el (type-break-mode)
10336 (type-break-mode-line-message-mode, type-break-query-mode)
10337 (type-break-guesstimate-keystroke-threshold):
10338 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
10339 * version.el (emacs-version):
10340 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
10341 * winner.el (winner-mode):
10342 * calendar/timeclock.el (timeclock-in, timeclock-out)
10343 (timeclock-status-string, timeclock-change)
10344 (timeclock-workday-remaining-string)
10345 (timeclock-workday-elapsed-string)
10346 (timeclock-when-to-leave-string):
10347 * calendar/todo-mode.el (todo-add-category):
10348 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
10349 * emacs-lisp/autoload.el (update-file-autoloads):
10350 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
10351 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
10352 (checkdoc-message-text, checkdoc-defun):
10353 * emacs-lisp/debug.el (debugger-list-functions):
10354 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
10355 * emacs-lisp/eieio-opt.el (eieio-describe-class)
10356 (eieio-describe-generic):
10357 * emacs-lisp/lisp-mnt.el (lm-synopsis):
10358 * emacs-lisp/shadow.el (list-load-path-shadows):
10359 * emulation/cua-base.el (cua-mode):
10360 * emulation/edt.el (edt-set-scroll-margins):
10361 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
10362 (tpu-toggle-regexp, tpu-toggle-search-direction)
10363 (tpu-toggle-rectangle, tpu-toggle-control-keys):
10364 * emulation/tpu-extras.el (tpu-set-scroll-margins):
10365 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
10366 (viper-set-parsing-style-toggling-macro)
10367 (viper-set-emacs-state-searchstyle-macros):
10368 * emulation/viper.el (viper-set-hooks):
10369 * eshell/esh-mode.el (eshell-truncate-buffer):
10370 * international/mule-cmds.el (prefer-coding-system)
10371 (describe-input-method, describe-language-environment):
10372 * international/mule-diag.el (list-character-sets)
10373 (describe-character-set, describe-coding-system)
10374 (describe-fontset, list-fontsets, list-input-methods):
10375 * mail/sendmail.el (mail-signature):
10376 * net/ange-ftp.el (ange-ftp-copy-file):
10377 * net/browse-url.el (browse-url):
10378 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
10379 * net/quickurl.el (quickurl-add-url):
10380 * net/rcirc.el (names, topic):
10381 * net/xesam.el (xesam-mode):
10382 * play/5x5.el (5x5-new-game):
10383 * play/yow.el (apropos-zippy):
10384 * progmodes/ada-mode.el (ada-mode-version):
10385 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
10386 (f90-end-of-block)
10387 (f90-beginning-of-block):
10388 * progmodes/fortran.el (fortran-end-of-block)
10389 (fortran-beginning-of-block):
10390 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
10391 * progmodes/python.el (python-describe-symbol, python-shell):
10392 * term/ns-win.el (ns-print-buffer):
10393 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
10394 * textmodes/flyspell.el (flyspell-mode-on):
10395 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
10396 (pages-directory-for-addresses):
10397 * textmodes/table.el (table-recognize-cell)
10398 (table-query-dimension, table-generate-source)
10399 (table-insert-sequence, table--warn-incompatibility):
10400 * textmodes/tex-mode.el (tex-validate-buffer):
10401 * textmodes/texinfmt.el (texinfmt-version)
10402 (texinfo-format-buffer):
10403 Use `called-interactively-p' instead of `interactive-p'.
10404
10405 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
10406
10407 * image-mode.el (image-toggle-display):
10408 * emacs-lisp/elp.el (elp-instrument-function):
10409 * emacs-lisp/advice.el (ad-make-advised-definition):
10410 * emacs-lisp/easy-mmode.el (define-minor-mode):
10411 * net/browse-url.el (browse-url-maybe-new-window):
10412 * progmodes/sh-script.el (sh-learn-buffer-indent):
10413 Pass new argument 'any to `called-interactively-p'.
10414
10415 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
10416
10417 * international/uni-bidi.el:
10418 * international/uni-category.el:
10419 * international/uni-combining.el:
10420 * international/uni-comment.el:
10421 * international/uni-decimal.el:
10422 * international/uni-decomposition.el:
10423 * international/uni-digit.el:
10424 * international/uni-lowercase.el:
10425 * international/uni-mirrored.el:
10426 * international/uni-name.el:
10427 * international/uni-numeric.el:
10428 * international/uni-old-name.el:
10429 * international/uni-titlecase.el:
10430 * international/uni-uppercase.el:
10431 Regenerate from Unicode 5.2.0 data.
10432
10433 2009-10-01 Glenn Morris <rgm@gnu.org>
10434
10435 * Makefile.in (ELCFILES): Regenerate.
10436
10437 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
10438
10439 * subr.el (interactive-p): Mark obsolete.
10440 (called-interactively-p): Make the optional-ness of `kind' obsolete.
10441 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
10442 advertised-signature-table for subroutines as well.
10443
10444 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
10445 (set-advertised-calling-convention): New function.
10446 (make-obsolete, define-obsolete-function-alias)
10447 (make-obsolete-variable, define-obsolete-variable-alias):
10448 Make the optional-ness of `when' obsolete.
10449 (define-obsolete-face-alias): Make `when' non-optional.
10450 * help-fns.el (help-function-arglist):
10451 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
10452 Use advertised-signature-table.
10453
10454 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
10455
10456 * files.el (delete-directory): New defun. The original function
10457 in fileio.c has been renamed to `delete-directory-internal'.
10458
10459 * dired.el (dired-delete-file): Call `delete-directory' with
10460 RECURSIVE parameter.
10461
10462 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
10463 parameter RECURSIVE. Implementation is missing.
10464
10465 * net/tramp.el (tramp-handle-make-directory): Flush upper
10466 directory's file properties.
10467 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
10468 (tramp-handle-dired-recursive-delete-directory): Flush directory
10469 properties after the remove command only.
10470
10471 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
10472 Handle optional parameter RECURSIVE.
10473
10474 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
10475 Handle optional parameter RECURSIVE.
10476
10477 * net/tramp-smb.el (tramp-smb-errors): Add error message for
10478 connection timeout.
10479 (tramp-smb-handle-delete-directory): Handle optional parameter
10480 RECURSIVE.
10481
10482 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
10483
10484 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
10485 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
10486 (byte-compile-defmacro): Use backquotes.
10487
10488 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
10489
10490 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
10491 has no associated file.
10492 (vc-resynch-buffer): Use vc-dir-buffers.
10493
10494 2009-10-01 Glenn Morris <rgm@gnu.org>
10495
10496 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
10497 (chart-file-count):
10498 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
10499 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
10500 * emacs-lisp/eieio-opt.el (eieio-describe-class):
10501 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
10502 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
10503 (eieio-copy-parents-into-subclass, make-instance, class-children)
10504 (eieio-generic-form):
10505 * cedet/cedet-files.el (cedet-directory-name-to-file-name):
10506 * cedet/cedet-idutils.el (cedet-idutils-search)
10507 (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
10508 (cedet-idutils-version-check):
10509 * cedet/cedet.el (cedet-version):
10510 * cedet/data-debug.el (data-debug-insert-overlay-button)
10511 (data-debug-insert-overlay-list-button)
10512 (data-debug-insert-buffer-button)
10513 (data-debug-insert-buffer-list-button)
10514 (data-debug-insert-process-button, data-debug-insert-ring-button)
10515 (data-debug-insert-widget, data-debug-insert-stuff-list-button)
10516 (data-debug-insert-stuff-vector-button)
10517 (data-debug-insert-symbol-button, data-debug-insert-string)
10518 (data-debug-insert-number, data-debug-insert-lambda-expression)
10519 (data-debug-insert-nil, data-debug-insert-simple-thing)
10520 (data-debug-insert-custom, data-debug-edebug-expr):
10521 * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
10522 (global-ede-mode-map, ede-new, ede-debug-target)
10523 (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
10524 * cedet/semantic.el (semantic-minimum-working-buffer-size)
10525 (semantic-fetch-tags, semantic-submode-list)
10526 (semantic-default-submodes):
10527 * cedet/ede/source.el (ede-source-match):
10528 * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
10529 (project-am-package-info):
10530 * cedet/ede/proj.el (ede-proj-target, project-new-target):
10531 * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
10532 * cedet/ede/proj-comp.el (ede-current-build-list):
10533 * cedet/ede/makefile-edit.el (makefile-move-to-macro):
10534 * cedet/ede/files.el (ede-toplevel-project-or-nil):
10535 * cedet/ede/cpp-root.el (initialize-instance):
10536 * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
10537 (autoconf-parameter-strip, autoconf-insert-new-macro):
10538 * cedet/semantic/wisent.el (wisent-lex-eoi):
10539 * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
10540 (semantic-show-parser-state-mode):
10541 * cedet/semantic/texi.el (semantic-texi-environment-regexp):
10542 * cedet/semantic/tag.el (semantic-tag-new-variable)
10543 (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
10544 (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
10545 (semantic--tag-deep-copy-tag-list)
10546 (semantic-tag-components-with-overlays-default):
10547 * cedet/semantic/symref.el (semantic-symref-find-text):
10548 * cedet/semantic/senator.el (senator-yank-tag)
10549 (senator-transpose-tags-up):
10550 * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
10551 (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
10552 * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
10553 * cedet/semantic/lex.el (semantic-lex-comment-regex)
10554 (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
10555 (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
10556 * cedet/semantic/lex-spp.el
10557 (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
10558 (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
10559 * cedet/semantic/idle.el
10560 (semantic-idle-summary-current-symbol-info-brutish)
10561 (semantic-idle-summary-current-symbol-info-default):
10562 * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
10563 (semantic--grammar-macro-compl-dict):
10564 * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
10565 * cedet/semantic/format.el (semantic-format-tag-custom-list)
10566 (semantic-format-tag-canonical-name-default):
10567 * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
10568 (semantic-find-tags-for-completion)
10569 (semantic-find-tags-by-scope-protection-default)
10570 (semantic-deep-find-tags-for-completion):
10571 * cedet/semantic/edit.el
10572 (semantic-edits-incremental-reparse-failed-hook)
10573 (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
10574 (semantic-edits-splice-remove, semantic-edits-splice-replace):
10575 * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
10576 * cedet/semantic/dep.el (semantic-dependency-include-path):
10577 * cedet/semantic/db.el (semanticdb-default-find-index-class)
10578 (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
10579 (semanticdb-project-roots):
10580 * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
10581 (semanticdb-find-adebug-insert-scanned-tag-cons)
10582 (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
10583 (semanticdb-brute-deep-find-tags-for-completion):
10584 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
10585 * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
10586 (semantic-end-of-context-default)
10587 (semantic-ctxt-current-function-default)
10588 (semantic-ctxt-scoped-types-default):
10589 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
10590 (semantic-complete-inline-tag-engine)
10591 (semantic-complete-inline-custom-type)
10592 (semantic-complete-read-tag-analyzer):
10593 * cedet/semantic/chart.el (semantic-chart-tags-by-class)
10594 (semantic-chart-database-size):
10595 * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
10596 (semantic-analyze-current-context):
10597 * cedet/semantic/symref/list.el (semantic-symref)
10598 (semantic-symref-hide-buffer, semantic-symref-symbol):
10599 * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
10600 * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
10601 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
10602 * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
10603 (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
10604 (semantic-c-dereference-template):
10605 * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
10606 (semantic--analyze-refs-full-lookup-with-parents)
10607 (semantic--analyze-refs-full-lookup-simple):
10608 * cedet/semantic/analyze/complete.el
10609 (semantic-analyze-possible-completions):
10610 * cedet/srecode/table.el (srecode-mode-table-new):
10611 * cedet/srecode/srt.el (srecode-read-variable-name):
10612 * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
10613 * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
10614 (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
10615 * cedet/srecode/map.el (srecode-current-map):
10616 * cedet/srecode/insert.el (srecode-insert)
10617 (srecode-insert-variable-secondname-handler, srecode-insert-method)
10618 (srecode-template-inserter-point-override)
10619 (srecode-insert-include-lookup):
10620 * cedet/srecode/getset.el (srecode-auto-choose-class):
10621 * cedet/srecode/extract.el (srecode-inserter-extract):
10622 * cedet/srecode/document.el
10623 (srecode-document-autocomment-return-last-alist)
10624 (srecode-document-autocomment-param-type-alist)
10625 (srecode-document-insert-function-comment)
10626 (srecode-document-insert-variable-one-line-comment)
10627 (srecode-document-function-name-comment):
10628 * cedet/srecode/dictionary.el (srecode-create-dictionary)
10629 (srecode-compound-toString):
10630 * cedet/srecode/compile.el (srecode-flush-active-templates):
10631 * cedet/srecode/args.el (srecode-semantic-handle-:blank):
10632 Doc/message fixes.
10633
10634 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
10635 match-data. (Bug#4555).
10636
10637 * cedet/semantic/bovine/gcc.el
10638 (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
10639 (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
10640
10641 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
10642 rather than parsing it as a regexp. This relaxes the layout
10643 requirements and makes errors easier to detect.
10644 (check-declare-verify): Check file is regular.
10645 (check-declare-directory): Doc fix.
10646 * subr.el (declare-function): Doc fix.
10647
10648 * ibuffer.el (ibuffer-format-qualifier):
10649 * isearch.el (hi-lock-regexp-okay):
10650 * calc/calc.el (math-zerop):
10651 * mail/uce.el (rmail-msgbeg, rmail-msgend):
10652 * term/w32-win.el (setup-default-fontset, set-fontset-font):
10653 Remove unused declarations.
10654
10655 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
10656
10657 * cedet/semantic/wisent/javat-wy.el
10658 (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
10659
10660 2009-09-30 Juanma Barranquero <lekktu@gmail.com>
10661
10662 * cedet/srecode/expandproto.el: Fix provide statement.
10663
10664 2009-09-30 Eric Ludlam <zappo@gnu.org>
10665
10666 * emacs-lisp/eieio.el (boolean-p): Delete.
10667
10668 2009-09-30 Sascha Wilde <wilde@sha-bang.de>
10669
10670 * cedet/ede/srecode.el: Fix provide statement.
10671
10672 2009-09-30 Glenn Morris <rgm@gnu.org>
10673
10674 * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
10675 * cedet/ede/proj-aux.el (ede-aux-source):
10676 * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
10677 (ede-misc-source):
10678 * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
10679 (semantic-mrub-switch-tags): Fix doc typos.
10680
10681 * cedet/semantic/db-global.el (data-debug-new-buffer)
10682 (data-debug-insert-thing): Remove unneeded declarations (one broken).
10683 (semanticdb-enable-gnu-global-databases): Fix prompt typo.
10684
10685 * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
10686
10687 * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
10688 use of CL function `remove-if-not'.
10689
10690 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
10691
10692 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
10693 filename is not a string.
10694
10695 2009-09-29 Chong Yidong <cyd@stupidchicken.com>
10696
10697 * files.el (safe-local-eval-forms): Fix typo.
10698
10699 2009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
10700
10701 * vc-hooks.el (vc-dir-buffers): New var.
10702 (vc-state-refresh): New function.
10703 (vc-state): Use it.
10704 (vc-after-save): Always ask the backend to recompute the new state.
10705 Always call vc-dir if necessary, using vc-dir-buffers.
10706 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
10707 Use vc-dir-buffers.
10708 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
10709 (vc-dir-prepare-status-buffer, vc-dir-update)
10710 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
10711 Don't call expand-file-name on default-directory.
10712
10713 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
10714
10715 * speedbar.el (speedbar-item-delete):
10716 * calc/calc-prog.el (calc-kbd-if):
10717 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
10718
10719 * epa.el (epa-key-list-mode-map):
10720 * hi-lock.el (hi-lock-menu): Fix typos in menus.
10721
10722 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
10723 (hs-show-hook): Fix typo in docstring.
10724
10725 2009-09-29 Glenn Morris <rgm@gnu.org>
10726
10727 * cedet/semantic/symref/idutils.el:
10728 * cedet/semantic/symref/list.el: Relicense under GPLv3+.
10729
10730 * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
10731
10732 * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
10733 * cedet/semantic/tag-file.el (semanticdb-table-child-p):
10734 * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
10735 Mark declarations not understood by check-declare.
10736
10737 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
10738 file-name-nondirectory call preventing location of cedet files.
10739 (check-declare-verify): Use literal search rather than re-search.
10740 Add basic defmethod and defclass, and define-overloadable-function.
10741
10742 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
10743 Use tramp-compat-file-attributes rather than nonexistent
10744 tramp-compat-handle-file-attributes.
10745
10746 * Makefile.in (lisptagsfiles4): New.
10747 (AUTOGENEL): Add cedet loaddefs files.
10748 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
10749 (update-elclist, compile-always, backup-compiled-files)
10750 (bootstrap-clean): Add yet another directory level.
10751 (update-elclist): Use LC_COLLATE rather than COLLATE.
10752 (ELCFILES): Update, via `make update-elclist'.
10753
10754 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
10755
10756 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
10757 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
10758 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
10759
10760 2009-09-28 Andreas Schwab <schwab@linux-m68k.org>
10761
10762 * Makefile.in (lisptagsfiles3): Define.
10763 (TAGS, TAGS-LISP): Use it.
10764 (update-elclist): Add third directory level to look for elc files.
10765 (compile-always): Likewise.
10766 (backup-compiled-files): Likewise.
10767 (bootstrap-clean): Likewise.
10768 (ELCFILES): Update.
10769
10770 2009-09-28 Chong Yidong <cyd@stupidchicken.com>
10771
10772 * Makefile.in (ELCFILES): Add CEDET files.
10773
10774 2009-09-28 Eric Ludlam <zappo@gnu.org>
10775
10776 CEDET (development tools) package merged.
10777
10778 * cedet/*.el:
10779 * cedet/ede/*.el:
10780 * cedet/semantic/*.el:
10781 * cedet/srecode/*.el: New files.
10782
10783 2009-09-28 Michael Albinus <michael.albinus@gmx.de>
10784
10785 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
10786
10787 * net/tramp.el (top): Require tramp-imap.
10788
10789 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
10790 Use `tramp-compat-handle-file-attributes'.
10791
10792 2009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
10793
10794 * net/tramp-imap.el: New package.
10795
10796 2009-09-28 Eric Ludlam <zappo@gnu.org>
10797
10798 * emacs-lisp/chart.el:
10799 * emacs-lisp/eieio-base.el:
10800 * emacs-lisp/eieio-comp.el:
10801 * emacs-lisp/eieio-custom.el:
10802 * emacs-lisp/eieio-datadebug.el:
10803 * emacs-lisp/eieio-opt.el:
10804 * emacs-lisp/eieio-speedbar.el:
10805 * emacs-lisp/eieio.el: New files.
10806
10807 * cedet/cedet-cscope.el:
10808 * cedet/cedet-files.el:
10809 * cedet/cedet-global.el:
10810 * cedet/cedet-idutils.el:
10811 * cedet/data-debug.el:
10812 * cedet/inversion.el:
10813 * cedet/mode-local.el:
10814 * cedet/pulse.el: New files.
10815
10816 2009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10817
10818 * whitespace.el (whitespace-trailing-regexp)
10819 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
10820 Fix doc string.
10821
10822 2009-09-27 Chong Yidong <cyd@stupidchicken.com>
10823
10824 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
10825 menu.
10826
10827 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
10828 menu-bar-ediff-menu.
10829
10830 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
10831 define-overloadable-function.
10832
10833 * progmodes/autoconf.el: Provide autoconf as well, so that this
10834 file can be `require'd.
10835
10836 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
10837
10838 * emacs-lisp/autoload.el (generated-autoload-feature)
10839 (generated-autoload-load-name): New vars.
10840 (autoload-rubric, autoload-generate-file-autoloads): Use them.
10841 (make-autoload): Recognize define-overloadable-function and
10842 defclass forms (for EIEIO).
10843
10844 * Makefile.in (update-subdirs): Exclude cedet directory.
10845
10846 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
10847
10848 * term/ns-win.el: Don't set the region face background. (Bug#4381)
10849
10850 * faces.el: Default light-background background for region face to
10851 ns_selection_color under NS.
10852
10853 2009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
10854
10855 * net/imap-hash.el: New library, see NEWS.
10856
10857 * Makefile.in (ELCFILES): Add imap-hash.el.
10858
10859 2009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
10860
10861 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
10862 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
10863 * help-macro.el (make-help-screen): Avoid using an ambiguous function
10864 definition where the docstring could be taken for the return value.
10865
10866 2009-09-26 Glenn Morris <rgm@gnu.org>
10867
10868 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
10869 Add option to only show images below a certain size.
10870 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
10871 save-excursion calls.
10872
10873 2009-09-26 Eli Zaretskii <eliz@gnu.org>
10874
10875 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
10876 subdirectories) and eieio.
10877
10878 2009-09-26 Alan Mackenzie <acm@muc.de>
10879
10880 * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
10881 buggy bracketing. (Bug#4289)
10882
10883 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
10884 character constants (as case labels). (Bug#4289)
10885
10886 2009-09-25 Juri Linkov <juri@jurta.org>
10887
10888 * files.el (safe-local-eval-forms): Allow time-stamp in
10889 before-save-hook (Bug#4554).
10890
10891 2009-09-25 Drew Adams <drew.adams@oracle.com>
10892
10893 * menu-bar.el (list-buffers-directory): Doc fix.
10894
10895 2009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
10896
10897 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
10898 Try and avoid copying twice the same paragraph.
10899 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
10900 Remove save-excursion.
10901 (log-edit-changelog-entry): Do it here instead.
10902
10903 2009-09-25 Juanma Barranquero <lekktu@gmail.com>
10904
10905 * bs.el (bs--get-file-name): Use `list-buffers-directory'
10906 when available, instead of hardcoding mode names. Doc fix.
10907
10908 * menu-bar.el (list-buffers-directory): Add docstring.
10909 Make automatically buffer-local.
10910
10911 * dired.el (dired-mode):
10912 * files.el (cd-absolute):
10913 * pcvs.el (cvs-temp-buffer):
10914 * pcvs-util.el (cvs-get-buffer-create):
10915 * shell.el (shell-mode):
10916 * vc-dir.el (vc-dir-mode):
10917 Don't make `list-buffers-directory' buffer local.
10918
10919 2009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
10920
10921 * comint.el (comint-exec, comint-run, make-comint):
10922 Doc fixes (Bug#4542).
10923
10924 2009-09-25 Glenn Morris <rgm@gnu.org>
10925
10926 * mail/rmailmm.el (rmail-mime): New custom group.
10927 Move all defcustoms in this file into this group.
10928 (rmail-mime-media-type-handlers-alist): Revert previous change.
10929 (rmail-mime-show-images): New option.
10930 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
10931 references to it, since it wasn't actually used for anything.
10932 (rmail-mime-insert-image): New function.
10933 (rmail-mime-image): Use rmail-mime-insert-image.
10934 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
10935 obey the value of `rmail-mime-show-images' option. Print the size of
10936 attachments.
10937
10938 2009-09-25 David Engster <deng@randomsample.de>
10939
10940 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
10941
10942 2009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10943
10944 * whitespace.el: Does not highlight trailing spaces While point is
10945 at end of line. Does not highligt spaces at beginning of buffer
10946 while point is at beginning of buffer. Does not highlight spaces
10947 at end of buffer while point is at end of buffer. (Bug#4177)
10948 New version 12.0.
10949 (whitespace-display-mappings): Adjust initialization.
10950 (whitespace-point, whitespace-font-lock-refontify): New vars.
10951 (whitespace-color-on, whitespace-color-off): Adjust code.
10952 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
10953 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
10954 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
10955
10956 2009-09-24 Chong Yidong <cyd@stupidchicken.com>
10957
10958 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
10959
10960 * textmodes/sgml-mode.el: Remove xml-mode alias.
10961
10962 * files.el (auto-mode-alist, conf-mode-maybe)
10963 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
10964
10965 2009-09-24 Alan Mackenzie <acm@muc.de>
10966
10967 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
10968 c-forward-conditionals, but it doesn't move point and doesn't set
10969 the mark.
10970 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
10971 (c-down-conditional-with-else, c-backward-conditional)
10972 (c-forward-conditional): Refactor to use c-scan-conditionals.
10973
10974 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
10975
10976 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
10977 (help-default-arg-highlight): Remove.
10978 (help-highlight-arg): New function.
10979 (help-do-arg-highlight): Use it.
10980 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
10981
10982 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
10983
10984 * term.el (term-set-scroll-region, term-handle-ansi-escape):
10985 Undo last change, which didn't fix the problem and introduced others.
10986
10987 2009-09-24 Nick Roberts <nickrob@snap.net.nz>
10988
10989 * progmodes/gdb-mi.el: Don't require speedbar.
10990 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
10991
10992 2009-09-24 Glenn Morris <rgm@gnu.org>
10993
10994 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
10995
10996 * term/ns-win.el (ns-reg-to-script): Define for compiler.
10997
10998 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
10999 there is no newline after the final mime boundary. (Bug#4539)
11000 Move markers on insertion so that any buttons inserted don't end up in
11001 the next part of a multipart message.
11002 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
11003 (rmail-mime-bulk-handler): Optionally handle images.
11004 (rmail-mime-image): New button action.
11005 (rmail-mime-image-handler): New function.
11006 (rmail-mime-mode): New mode.
11007 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
11008
11009 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
11010
11011 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
11012 than just dropping elements from it (bug#4504).
11013
11014 * term.el (term-set-scroll-region): Don't move cursor any more.
11015 (term-handle-ansi-escape): Call term-goto here instead.
11016 Suggested by Ivan Kanis <apple@kanis.eu>.
11017
11018 * term.el: Require CL.
11019 (term-ansi-reset): New function.
11020 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
11021 (term-handle-colors-array): Simplify.
11022
11023 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
11024
11025 * allout.el (allout-overlay-interior-modification-handler)
11026 (allout-obtain-passphrase):
11027 * epa-file.el (epa-file-write-region):
11028 * ps-print.el (ps-begin-job):
11029 * vc-hooks.el (vc-toggle-read-only):
11030 * vc-rcs.el (vc-rcs-rollback):
11031 * vc-sccs.el (vc-sccs-rollback):
11032 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
11033 (vc-version-diff, vc-revert, vc-rollback):
11034 * wdired.el (wdired-check-kill-buffer):
11035 * emacs-lisp/authors.el (authors):
11036 * net/socks.el (socks-open-connection):
11037 * net/zeroconf.el (zeroconf-service-add-hook):
11038 * obsolete/vc-mcvs.el (vc-mcvs-register):
11039 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
11040 (gdb-select-frame):
11041 * progmodes/grep.el (lgrep, rgrep):
11042 * progmodes/idlw-help.el (idlwave-help-check-locations)
11043 (idlwave-help-html-link, idlwave-help-assistant-open-link):
11044 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
11045 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
11046 (reftex-toc-rename-label): Fix typos in error messages.
11047
11048 * dired-aux.el (dired-do-shell-command): Reflow docstring.
11049 (dired-copy-how-to-fn): Doc fix.
11050 (dired-files-attributes, dired-read-shell-command):
11051 Fix typos in docstrings.
11052
11053 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
11054 (dired-x-find-file-other-window): Reflow docstrings.
11055 (dired-omit-marker-char, dired-read-shell-command)
11056 (dired-x-submit-report): Fix typos in docstrings.
11057
11058 * shell.el (shell-mode-hook):
11059 * view.el (View-scroll-line-forward):
11060 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
11061 Fix typos in docstrings.
11062
11063 * net/dig.el (dig-invoke): Fix typo in docstring.
11064 (query-dig): Reflow docstring.
11065
11066 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
11067 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
11068 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
11069 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
11070 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
11071 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
11072 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
11073 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
11074 (idlwave-completion-map, idlwave-current-indent)
11075 (idlwave-custom-ampersand-surround, idlwave-customize)
11076 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
11077 (idlwave-define-abbrev, idlwave-determine-class-special)
11078 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
11079 (idlwave-end-block-reg, idlwave-end-of-statement)
11080 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
11081 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
11082 (idlwave-explicit-class-listed, idlwave-file-header)
11083 (idlwave-fill-paragraph, idlwave-find-class-definition)
11084 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
11085 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
11086 (idlwave-in-quote, idlwave-indent-action-table)
11087 (idlwave-indent-expand-table, idlwave-indent-line)
11088 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
11089 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
11090 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
11091 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
11092 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
11093 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
11094 (idlwave-outlawed-buffers, idlwave-popup-select)
11095 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
11096 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
11097 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
11098 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
11099 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
11100 (idlwave-statement-type, idlwave-struct-skip)
11101 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
11102 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
11103 (idlwave-what-module-find-class): Fix typos in docstrings.
11104 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
11105 (idlwave-calculate-cont-indent, idlwave-expand-equal)
11106 (idlwave-find-module, idlwave-find-structure-definition)
11107 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
11108 (idlwave-list-load-path-shadows, idlwave-next-statement)
11109 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
11110 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
11111 (idlwave-template): Reflow docstrings.
11112
11113 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
11114 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
11115 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
11116 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
11117 (idlwave-shell-display-line, idlwave-shell-display-wframe)
11118 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
11119 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
11120 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
11121 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
11122 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
11123 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
11124 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
11125 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
11126 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
11127 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
11128 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
11129 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
11130 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
11131 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
11132 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
11133 Fix typos in docstrings.
11134 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
11135 (idlwave-shell-hide-output, idlwave-shell-mode)
11136 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
11137 Reflow docstrings.
11138
11139 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
11140
11141 2009-09-24 Ivan Kanis <apple@kanis.eu>
11142
11143 * term.el (term-bold-attribute): New var.
11144 (term-handle-colors-array): Use it.
11145
11146 2009-09-23 Nick Roberts <nickrob@snap.net.nz>
11147
11148 * progmodes/gdb-mi.el (gdb-version): New variable.
11149 (gdb-non-stop-handler): Set gdb-version.
11150 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
11151 Condition "--thread" option on gdb-version.
11152 (gdb-invalidate-threads): Remove unused argument.
11153
11154 2009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
11155
11156 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
11157 to looking-back to avoid ridiculous slow down in large files (bug#4511).
11158
11159 2009-09-23 Glenn Morris <rgm@gnu.org>
11160
11161 * mail/rmail.el (rmail-reply): Don't try to add a References header when
11162 replying to mail without References or Message-Id. (Bug#4525)
11163
11164 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
11165
11166 * term/ns-win.el (ns-reg-to-script): New variable.
11167
11168 2009-09-23 Daiki Ueno <ueno@unixuser.org>
11169
11170 * epg.el (epg-wait-for-status): Preserve existing 'error results.
11171
11172 2009-09-22 Sam Steingold <sds@gnu.org>
11173
11174 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
11175 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
11176 to 1 because hg returns status 1 when nothing is found.
11177 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
11178
11179 2009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
11180
11181 * textmodes/fill.el: Convert to utf-8 encoding.
11182 (fill-french-nobreak-p): Remove redundant » and « inherited from our
11183 pre-Unicode days.
11184
11185 * add-log.el (change-log-fill-forward-paragraph): New function.
11186 (change-log-mode): Use it so fill-region DTRT.
11187 Set fill-indent-according-to-mode here rather than in
11188 change-log-fill-paragraph.
11189 (change-log-fill-paragraph): Remove.
11190
11191 2009-09-22 Juanma Barranquero <lekktu@gmail.com>
11192
11193 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
11194 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
11195
11196 2009-09-22 Glenn Morris <rgm@gnu.org>
11197
11198 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
11199 the scroll-bar scroll the calendar window rather than the buffer.
11200
11201 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
11202 commands that move point (as opposed to scrolling).
11203
11204 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
11205
11206 * emacs-lisp/elint.el (elint): New custom group.
11207 (elint-log-buffer): Make it a defcustom.
11208 (elint-scan-preloaded, elint-ignored-warnings)
11209 (elint-directory-skip-re): New options.
11210 (elint-builtin-variables): Doc fix.
11211 (elint-preloaded-env): New variable.
11212 (elint-unknown-builtin-args): Add an entry for encode-time.
11213 (elint-extra-errors): Make it a variable rather than a constant.
11214 (elint-preloaded-skip-re): New constant.
11215 (elint-directory): Skip files matching elint-directory-skip-re.
11216 (elint-features): New variable, local to linted buffers.
11217 (elint-update-env): Initialize elint-features. Possibly add
11218 elint-preloaded-env to the buffer's environment.
11219 (elint-get-top-forms): Bind elint-current-pos, for log messages.
11220 Skip quoted forms.
11221 (elint-init-form): New function, extracted from elint-init-env.
11222 Make non-list forms a warning rather than an error.
11223 Add the mode-map for define-derived-mode. Handle define-minor-mode,
11224 easy-menu-define, put that adds an error-condition, and provide.
11225 When requiring cl, also require cl-macs. Really require cl, to handle
11226 some cl macros. Store required libraries in the list elint-features,
11227 so as not to re-load them. Treat cc-require like require.
11228 (elint-init-env): Call elint-init-form to do the work.
11229 Handle eval-and-compile and such like.
11230 (elint-add-required-env): Do not clear messages.
11231 (elint-special-forms): Add handlers for function, defalias, if, when,
11232 unless, and, or.
11233 (elint-form): Add optional argument to ignore elint-special-forms,
11234 useful to prevent recursive calls from handlers. Doc fix.
11235 Respect elint-ignored-warnings.
11236 (elint-form): Respect elint-ignored-warnings.
11237 (elint-bound-variable, elint-bound-function): New variables.
11238 (elint-unbound-variable): Respect elint-bound-variable.
11239 (elint-get-args): Respect elint-bound-function.
11240 (elint-check-cond-form): Add some simple handling for (f)boundp and
11241 featurep tests.
11242 (elint-check-defalias-form): New handler.
11243 (elint-check-let-form): Make an empty let a warning rather than an
11244 error.
11245 (elint-check-setq-form): Make an empty setq a warning rather than an
11246 error. Respect elint-ignored-warnings.
11247 (elint-check-defvar-form): Accept null doc-strings.
11248 (elint-check-conditional-form): New handler. Does some simple-minded
11249 checking of featurep and (f)boundp tests.
11250 (elint-put-function-args): New function.
11251 (elint-initialize): Use elint-scan-doc-file rather than
11252 elint-find-builtin-variables. Use elint-put-function-args.
11253 Possibly scan preloaded-file-list.
11254 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
11255 extend to handle functions as well.
11256
11257 2009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
11258
11259 * linum.el (linum-delete-overlays, linum-update-window):
11260 Do not modify the right margin. (Bug#3971)
11261
11262 2009-09-21 Chong Yidong <cyd@stupidchicken.com>
11263
11264 * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
11265 nxml-mode instead of xml-mode.
11266
11267 2009-09-21 Kevin Ryde <user42@zip.com.au>
11268
11269 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
11270
11271 2009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
11272
11273 * net/dig.el (dig-mode): Use define-derived-mode.
11274
11275 2009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
11276
11277 * vc-dispatcher.el (vc-do-command): Return the process object in
11278 the asynchronous case. Use when instead of if. Do not run
11279 vc-exec-after to display a message if not enabled. (Bug#4463)
11280
11281 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
11282 properties to the stash strings.
11283 (vc-git-stash-list): Return a list of strings.
11284 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
11285 (vc-git-stash-show-at-point): New functions.
11286 (vc-git-stash-map): New keymap.
11287
11288 * register.el (ctl-x-r-map): Define the keys here instead of
11289 using autoload.
11290
11291 2009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
11292
11293 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
11294 list, to workaround performance problem (bug#4485).
11295
11296 2009-09-20 Nick Roberts <nickrob@snap.net.nz>
11297
11298 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
11299
11300 2009-09-20 Daiki Ueno <ueno@unixuser.org>
11301
11302 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
11303 Document that this option is not recommended to use.
11304
11305 2009-09-19 Glenn Morris <rgm@gnu.org>
11306
11307 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
11308 variable `var'.
11309
11310 * calc/calc-alg.el (var):
11311 * calc/calcalg2.el (var): Define for compiler.
11312
11313 2009-09-19 Chong Yidong <cyd@stupidchicken.com>
11314
11315 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
11316 Doc fix (Bug#3932).
11317
11318 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
11319
11320 * time-stamp.el (time-stamp-month-dd-yyyy)
11321 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
11322 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
11323 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
11324 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
11325 Remove functions that have been obsolete since 1995 (Bug#4436).
11326
11327 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
11328 indent buffer only if called interactively (Bug#4452).
11329
11330 2009-09-19 Juanma Barranquero <lekktu@gmail.com>
11331 Eli Zaretskii <eliz@gnu.org>
11332
11333 This fixes bug#4197 (merged to bug#865, though not identical).
11334 * server.el (server-auth-dir): Add docstring note about FAT32.
11335 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
11336 but warn against using them.
11337
11338 2009-09-19 Nick Roberts <nickrob@snap.net.nz>
11339
11340 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
11341 older GDB where there is no has_more field.
11342
11343 2009-09-19 Glenn Morris <rgm@gnu.org>
11344
11345 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
11346
11347 2009-09-18 Chong Yidong <cyd@stupidchicken.com>
11348
11349 * files.el (auto-mode-alist): Change default for XML files to nXML
11350 mode (Bug#4169).
11351
11352 2009-09-18 Juanma Barranquero <lekktu@gmail.com>
11353
11354 * server.el (server-ensure-safe-dir): Pass 'integer
11355 to `file-attributes', as suggested.
11356
11357 2009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
11358
11359 * dired-aux.el (dired-query-alist): Remove spurious backslash.
11360 (dired-query): Use read-key.
11361
11362 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
11363
11364 * cus-start.el (ns-use-qd-smoothing): Remove.
11365
11366 2009-09-18 Glenn Morris <rgm@gnu.org>
11367
11368 * allout.el (top-level): Remove unnecessary progn.
11369
11370 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
11371
11372 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
11373 definition of abbrev table.
11374
11375 * speedbar.el (speedbar-track-mouse):
11376 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
11377 * net/eudc.el (eudc-expand-inline):
11378 * net/newst-backend.el (newsticker--cache-read-feed):
11379 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
11380 condition-case handlers.
11381
11382 2009-09-18 Nick Roberts <nickrob@snap.net.nz>
11383
11384 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
11385 (gdb-var-list): Add an element for has_more field.
11386 (gdb-non-stop-handler): Enable pretty printing for STL containers.
11387 (gdb-var-create-handler, gdb-var-list-children-handler-1)
11388 (gdb-var-update-handler-1): Parse output of dynamic variable
11389 objects (STL containers).
11390 (gdb-var-delete-1): Pass var1 as an explicit second argument.
11391 (gdb-get-field): Delete alias. Use bindat-get-field directly.
11392
11393 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
11394 gdb-var-list.
11395 (gud-speedbar-buttons): Make node expandable if expression "has more"
11396 children.
11397
11398 2009-09-17 Juanma Barranquero <lekktu@gmail.com>
11399
11400 * startup.el (emacs-quick-startup): Remove variable and all uses.
11401 (command-line): Set `inhibit-x-resources' instead.
11402 (command-line-1): Use `inhibit-x-resources' instead.
11403
11404 2009-09-17 Chong Yidong <cyd@stupidchicken.com>
11405
11406 * subr.el: Fix last change to avoid using the `unless' macro,
11407 which breaks bootstrapping.
11408
11409 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
11410
11411 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
11412 extended definitions, in case we reload subr.el after having
11413 loaded CL.
11414 (eval-next-after-load): Mark as obsolete.
11415
11416 2009-09-17 Juri Linkov <juri@jurta.org>
11417
11418 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
11419 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
11420 (menu-bar-showhide-menu, menu-bar-tools-menu)
11421 (menu-bar-describe-menu, menu-bar-help-menu)
11422 (minibuffer-local-completion-map, minibuffer-local-map):
11423 Fix list quoting.
11424
11425 2009-09-17 Glenn Morris <rgm@gnu.org>
11426
11427 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
11428 arguments, whether or not it has a handler.
11429
11430 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
11431
11432 * simple.el (hard-newline): Give it a doc-string.
11433
11434 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
11435 (lisp-mode-syntax-table): Give them doc-strings.
11436
11437 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
11438
11439 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
11440 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
11441 (menu-bar-options-menu, menu-bar-showhide-menu)
11442 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
11443 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
11444 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
11445 (menu-bar-options-menu, menu-bar-tools-menu)
11446 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
11447 (menu-bar-help-menu):
11448 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
11449 string arguments.
11450
11451 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
11452 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
11453 calls for the menu names and :help.
11454
11455 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
11456
11457 * mouse.el (minor-mode-menu-from-indicator): Pay attention
11458 to :minor-mode-function (bug#4455).
11459
11460 2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
11461
11462 * startup.el (command-line): Initialize the window-system after
11463 processing the command-line.
11464
11465 * textmodes/page.el (what-page): Make sure we don't inf-loop if
11466 page-delimiter matches the empty string.
11467
11468 2009-09-16 Glenn Morris <rgm@gnu.org>
11469
11470 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
11471 byte-compile-not-obsolete-var. It's a list now.
11472 (byte-compile-not-obsolete-funcs): New variable.
11473 (byte-compile-warn-obsolete): Don't warn about functions if they are in
11474 byte-compile-not-obsolete-funcs.
11475 (byte-compile-variable-ref, byte-compile-defvar): Update for
11476 byte-compile-not-obsolete-vars name-change and list nature.
11477 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
11478 and variables behind (f)boundp tests.
11479 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
11480
11481 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
11482
11483 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
11484
11485 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
11486
11487 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
11488 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
11489 Don't autoload.
11490
11491 2009-09-15 Stephen Eglen <stephen@gnu.org>
11492
11493 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
11494 the virtual-buffers, use the name of the buffer specified by
11495 find-file-noselect, as the match may be a symlink. (This was a
11496 problem if the target and the symlink had different names.)
11497
11498 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
11499
11500 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
11501
11502 * desktop.el (desktop-path): Check user-emacs-directory.
11503
11504 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
11505
11506 * loadup.el: Use after-load-functions to GC after loading each file.
11507 Remove the explicit GC calls that used to be sprinkled around.
11508
11509 * subr.el (after-load-functions): New hook.
11510 (do-after-load-evaluation): Run it. Use string-match-p to detect
11511 `obsolete' packages, rather than painfully extracting the relevant
11512 directory name.
11513
11514 2009-09-15 Glenn Morris <rgm@gnu.org>
11515
11516 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
11517 free variable `doc'.
11518
11519 * dired.el (dired-mode-map): Add menu entry for async shell command.
11520
11521 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
11522 variables, also consider the .elc files, since the .el files are
11523 normally gzipped (subsequent code locates the .el.gz from the .elc).
11524
11525 * calc/calc-prog.el (arglist): Define for compiler.
11526
11527 * calendar/diary-lib.el (diary-display-function): Change the default to
11528 fancy display.
11529 (body): Define for compiler.
11530
11531 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
11532 (byte-compile-file-form, byte-compile-lambda)
11533 (byte-compile-top-level-body, byte-compile-form)
11534 (byte-compile-variable-ref, byte-compile-setq)
11535 (byte-compile-setq-default, byte-compile-body)
11536 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
11537 (batch-byte-compile): Give some more local variables with common names
11538 a "bytecomp-" prefix to avoid masking warnings about free variables.
11539
11540 * startup.el (command-line-1): Give local variables with common names a
11541 distinguishing prefix, so as not to hide free variable warnings during
11542 bootstrap.
11543
11544 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
11545 clever and add a suffix to make a unique name, just let the user decide
11546 whether or not to overwrite it. If the input is a directory, write the
11547 default filename to that directory. (Bug#4388)
11548 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
11549 is a filename-as-a-directory.
11550
11551 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
11552
11553 * textmodes/page.el (what-page): Don't move to beginning of line.
11554 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
11555
11556 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
11557
11558 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
11559
11560 2009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
11561
11562 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
11563 * help.el (help-for-help-internal): Add purecopy calls for text.
11564
11565 * vc.el (top): print-log method now takes an optional SHORTLOG
11566 argument. Add a new method: root.
11567 (vc-root-diff, vc-print-root-log): New functions.
11568 (vc-log-short-style): New variable.
11569 (vc-print-log-internal): Add support for showing short logs.
11570
11571 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
11572 vc-print-root-log and vc-print-root-diff.
11573
11574 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
11575 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
11576 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
11577 short logs.
11578
11579 * vc-cvs.el (vc-cvs-print-log):
11580 * vc-mtn.el (vc-mtn-print-log):
11581 * vc-rcs.el (vc-rcs-print-log):
11582 * vc-sccs.el (vc-sccs-print-log):
11583 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
11584 that is ignored for now.
11585
11586 * vc-mtn.el (vc-mtn-annotate-command):
11587 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
11588
11589 2009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
11590
11591 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
11592 to function-key-map, and give them ascii-character property.
11593 * term/x-win.el (x-alternatives-map):
11594 * term/ns-win.el (ns-alternatives-map):
11595 * term/internal.el (msdos-key-remapping-map):
11596 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
11597
11598 2009-09-14 Glenn Morris <rgm@gnu.org>
11599
11600 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
11601 temp-buffers (2009-09-12).
11602
11603 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
11604
11605 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
11606 the new read-key function.
11607
11608 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
11609
11610 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
11611 is defined (Bug#4405).
11612
11613 2009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
11614
11615 * recentf.el (recentf-cleanup): Use a hash table to find
11616 duplicates (Bug#4407).
11617
11618 2009-09-13 Per Starbäck <per@starback.se> (tiny change)
11619
11620 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
11621 kp-0 to ascii equivalents (Bug#4325).
11622
11623 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
11624
11625 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
11626
11627 * eshell/em-hist.el:
11628 * eshell/em-dirs.el (eshell-complete-user-reference):
11629 Declare pcomplete functions and variables to avoid compiler warnings.
11630
11631 2009-09-13 Leo <sdl.web@gmail.com> (tiny change)
11632
11633 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
11634 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
11635 * eshell/em-alias.el (eshell-aliases-file):
11636 * eshell/em-hist.el (eshell-history-file-name):
11637 Use expand-file-name instead of concat to make file names (Bug#4308).
11638
11639 2009-09-13 Glenn Morris <rgm@gnu.org>
11640
11641 * ediff-merg.el (ediff-do-merge):
11642 * filesets.el (filesets-run-cmd):
11643 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
11644 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
11645 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
11646 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
11647 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
11648 Replace empty `let's with `progn'.
11649
11650 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
11651
11652 * mail/sendmail.el (send-mail-function):
11653 * tooltip.el (tooltip-mode):
11654 * simple.el (transient-mark-mode):
11655 * rfn-eshadow.el (file-name-shadow-mode):
11656 * frame.el (blink-cursor-mode):
11657 * font-core.el (global-font-lock-mode):
11658 * files.el (temporary-file-directory)
11659 (small-temporary-file-directory, auto-save-file-name-transforms):
11660 * epa-hook.el (auto-encryption-mode):
11661 * composite.el (global-auto-composition-mode):
11662 Use custom-initialize-delay.
11663 * startup.el (command-line): Don't explicitly call
11664 custom-reevaluate-setting for all the above vars.
11665 * custom.el (custom-initialize-safe-set)
11666 (custom-initialize-safe-default): Delete.
11667
11668 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
11669
11670 * term/x-win.el (x-initialize-window-system):
11671 * term/w32-win.el (w32-initialize-window-system):
11672 * term/ns-win.el (ns-initialize-window-system): Don't call
11673 mouse-wheel-mode since it's enabled globally by default already.
11674
11675 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
11676 actually define the variable, but only silences the byte-compiler.
11677 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
11678 before looking it up.
11679 (mouse-wheel-scroll-amount): Also reset the bindings if this value
11680 is changed.
11681
11682 2009-09-12 Glenn Morris <rgm@gnu.org>
11683
11684 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
11685 1000.
11686 (elint-add-required-env): Don't beep on error.
11687 (elint-forms): In case of error, return ENV unchanged.
11688 (elint-init-env): Skip non-list forms.
11689 (elint-log): Handle unknown file positions.
11690
11691 2009-09-12 Daiki Ueno <ueno@unixuser.org>
11692
11693 * epg.el (epg-make-context): Add autoload cookie.
11694 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
11695 (epg-decrypt-string, epg-start-verify, epg-verify-file)
11696 (epg-verify-string, epg-start-sign, epg-sign-file)
11697 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
11698 (epg-encrypt-string, epg-start-export-keys)
11699 (epg-export-keys-to-file, epg-export-keys-to-string)
11700 (epg-start-import-keys, epg-import-keys-from-file)
11701 (epg-import-keys-from-string, epg-start-receive-keys)
11702 (epg-receive-keys, epg-import-keys-from-server)
11703 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
11704 (epg-sign-keys, epg-start-generate-key)
11705 (epg-generate-key-from-file, epg-generate-key-from-string):
11706 Remove autoload cookie.
11707
11708 2009-09-12 Eli Zaretskii <eliz@gnu.org>
11709
11710 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
11711 reevaluation of trash-directory.
11712
11713 * mwheel.el: Fix last change.
11714 (mouse-wheel-mode): New defvar.
11715 (mouse-wheel-mode): Remove autoload cookie.
11716
11717 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
11718
11719 * mwheel.el (mwheel-installed-bindings): New var.
11720 (mouse-wheel-mode): Use it, so as to make sure we really remove all
11721 the bindings we set last time. Use custom-initialize-delay.
11722 * loadup.el: Load mwheel after term/*-win.el.
11723 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
11724 and mouse-wheel-up-event now that their first evaluation is done
11725 sufficiently late to be correct.
11726
11727 * startup.el (tutorial-directory): Make it a defcustom.
11728 Use custom-initialize-delay rather than eval-at-startup to set it.
11729 * image.el (image-load-path): Make it a defcustom.
11730 Use custom-initialize-delay rather than eval-at-startup to set it.
11731 * subr.el (eval-at-startup): Remove.
11732 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
11733
11734 * subr.el (do-after-load-evaluation): Warn the user after loading an
11735 obsolete package.
11736
11737 2009-09-12 Glenn Morris <rgm@gnu.org>
11738
11739 * proced.el (proced-mark-alt): Remove alias.
11740 (proced-mode-map): Remove proced-mark-alt.
11741
11742 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
11743 Elint file and directory. Remove initialization entry.
11744
11745 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
11746 commands.
11747 (elint-current-buffer): Set mode-line-process.
11748 (elint-init-env): Handle define-derived-mode.
11749 Fix declare-function with unspecified arglist. Guard against odd
11750 defalias statements (eg iso-insert's 8859-1-map).
11751 (elint-add-required-env): Use a temp buffer.
11752 (elint-form): Just print the function/macro name, not the whole form.
11753 Return env unchanged if we fail to parse a macro.
11754 (elint-forms): Guard against parse errors.
11755 (elint-output): New function, to handle batch mode.
11756 (elint-log-message): Add optional argument. Use elint-output.
11757 (elint-set-mode-line): New function.
11758
11759 2009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
11760
11761 * emacs-lisp/elp.el (elp-not-profilable): Add more
11762 functions (Bug#4233).
11763
11764 2009-09-12 Chong Yidong <cyd@stupidchicken.com>
11765
11766 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
11767 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
11768
11769 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
11770
11771 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
11772 (gdb-var-list-children): Use json parsing.
11773
11774 2009-09-11 Daniel Colascione <dan.colascione@gmail.com>
11775
11776 * progmodes/js.el (js--proper-indentation): Handle the case where
11777 char-before is null. Reported by Deniz Dogan.
11778
11779 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
11780
11781 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
11782
11783 2009-09-11 Daiki Ueno <ueno@unixuser.org>
11784
11785 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
11786 (epg-digest-algorithm-alist): Add SHA224.
11787 (epg-context-set-passphrase-callback)
11788 (epg-context-set-progress-callback): Add description about
11789 callback function.
11790
11791 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
11792
11793 * custom.el (custom-delayed-init-variables): New var.
11794 (custom-initialize-delay): New function.
11795 * startup.el (command-line): "Re"evaluate all vars in
11796 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
11797 explicitly any more.
11798 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
11799 to avoid creating a ~/.emacs.d at build-time (bug#4347).
11800
11801 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
11802
11803 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
11804
11805 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
11806 (gdb-var-update-handler): Use json parsing.
11807
11808 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
11809
11810 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
11811 decode annotated text, regardless of language environment. (Bug#2741)
11812
11813 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
11814
11815 * Makefile.in (autoloads): Make rmail.el writable as well.
11816
11817 2009-09-11 Glenn Morris <rgm@gnu.org>
11818
11819 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
11820 loaddefs.el.
11821 * dired.el: Regenerate with extracted autoloads.
11822 * Makefile.in (autoloads): Make dired.el writable.
11823
11824 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
11825 * ibuffer.el: Regenerate with extracted autoloads.
11826 * Makefile.in (autoloads): Make ibuffer.el writable.
11827
11828 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
11829 * version.el (emacs-copyright, emacs-major-version)
11830 (emacs-minor-version): Reformat doc-strings for make-docfile.
11831
11832 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
11833 functions and variables, since they must be stuff specific to some other
11834 platform.
11835 (apropos-print): Make mouse-click message less specific about button.
11836
11837 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
11838 that records where a macro was defined.
11839 * help-fns.el (describe-function-1): Mention if a function has a
11840 compiler-macro.
11841 * help-mode.el (help-function-cmacro): New button.
11842
11843 * locate.el (top-level): Always require dired.
11844 (locate-mode-map): Initialize inside the defvar.
11845
11846 * net/ange-ftp.el (dired-compress-file): Declare.
11847 (ange-ftp-dired-compress-file): Add doc string.
11848
11849 * term/ns-win.el (x-display-name, x-setup-function-keys):
11850 Unify doc-strings with X versions.
11851
11852 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
11853
11854 * emulation/crisp.el (crisp-mode-map): Move initialization
11855 into declaration.
11856 (crisp-mode): Use define-minor-mode.
11857
11858 * progmodes/xscheme.el (xscheme-evaluation-commands):
11859 Put a :advertised-binding property rather than using
11860 advertised-xscheme-send-previous-expression.
11861 (advertised-xscheme-send-previous-expression): Declare obsolete.
11862 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
11863 `advertised-undo'.
11864 (crisp-mode): Add corresponding bindings to
11865 undo's :advertised-binding instead.
11866 * dired.el (dired-mode-map): Put a :advertised-binding property rather
11867 than using dired-advertised-find-file.
11868 (dired-advertised-find-file):
11869 * simple.el (advertised-undo):
11870 * wid-edit.el (advertised-widget-backward): Declare obsolete.
11871 (widget-keymap): Put a :advertised-binding property rather
11872 than using advertised-widget-backward.
11873 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
11874 than using advertised-undo.
11875 * tutorial.el (tutorial--default-keys): Adjust accordingly.
11876
11877 2009-09-10 Simon South <ssouth@slowcomputing.org>
11878
11879 * progmodes/delphi.el (delphi-tab): Indent region when Transient
11880 Mark mode is enabled and region is active; otherwise indent or
11881 insert TAB as usual.
11882 (delphi-mode): Update description of TAB-key binding.
11883
11884 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
11885
11886 * subr.el (define-key-rebound-commands): Mark obsolete.
11887 * startup.el (precompute-menubar-bindings): Remove.
11888 (normal-top-level): Remove obsolete code that tried to precompute
11889 menubar bindings.
11890 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
11891 define-key-rebound-commands and precompute-menubar-bindings.
11892
11893 2009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
11894
11895 * net/imap.el (imap-interactive-login): Better messages.
11896 (imap-open): Fix bug with renamed buffer on reconnect.
11897 (imap-authenticate): Add buffer-local imap-last-authenticator variable
11898 for easier debugging and cleaner code. On successful (guessed based on
11899 server capabilities) secondary authentication, set imap-state
11900 correctly.
11901 (imap-last-authenticator): Define imap-last-authenticator as a variable
11902 to avoid warnings.
11903
11904 2009-09-10 Glenn Morris <rgm@gnu.org>
11905
11906 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
11907
11908 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
11909 (byte-compile-file-form-autoload): Don't warn about unknown functions
11910 where the autoload statement comes after the use.
11911 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
11912 that any handlers inside the body (eg require) are in turn respected.
11913
11914 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
11915 effects.
11916
11917 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
11918 and syntax and abbrev tables basic docs, if they don't have any.
11919
11920 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
11921
11922 * international/mule-cmds.el (top-level): Require cl when compiling.
11923 (view-hello-file): Use default-value rather than
11924 default-enable-multibyte-characters.
11925
11926 * progmodes/fortran.el: Move all safe and risky properties into the
11927 defcustoms.
11928
11929 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
11930 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
11931 * mail/undigest.el:
11932 Put autoloads in rmail.el rather than loaddefs.el.
11933 * mail/rmail.el: Regenerate with extracted autoloads.
11934
11935 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
11936 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
11937
11938 2009-09-10 Nick Roberts <nickrob@snap.net.nz>
11939
11940 Reported in thread for Bug#4375.
11941 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
11942 "-data-evaluate-expression" instead of print.
11943 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
11944 (gdb-tooltip-print): Parse output from above MI command.
11945 (gdb): Revert 2009-08-11 change. User should detach inferior
11946 manually.
11947
11948 Remove the word "separate" from IO functions as inferior
11949 output is now never displayed in the GUD buffer.
11950
11951 2009-09-10 Juanma Barranquero <lekktu@gmail.com>
11952
11953 * startup.el (command-line-normalize-file-name): On Windows and
11954 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
11955
11956 2009-09-10 Juri Linkov <juri@jurta.org>
11957
11958 * isearch.el (isearch-text-char-description): Propertize escape
11959 character sequences with the `escape-glyph' face. (Bug#4344)
11960
11961 * simple.el (shell-command): Set asynchronous process filter to
11962 `comint-output-filter'. (Bug#4343)
11963
11964 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
11965 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
11966 the list. Move "asm" to the bottom.
11967 (grep-find-ignored-directories): Add `choice' with nil value
11968 to empty the list easily.
11969 (grep-find-ignored-files): New option.
11970 (grep-files-history): Set to nil by default instead of '("ch" "el").
11971 (grep-compute-defaults): Add "<X>" to `grep-template'.
11972 (grep-read-files): Bind new local variables `default-alias' and
11973 `default-extension'. Use a list of default values for the file prompt.
11974 (lgrep): Add `--exclude=' command line options composed from
11975 `grep-find-ignored-files'.
11976 (rgrep): Add `-name' command line options composed from
11977 `grep-find-ignored-files'. (Bug#4301)
11978
11979 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
11980
11981 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
11982 (bug#4368).
11983
11984 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
11985
11986 * calendar/time-date.el (autoload):
11987 Expand define-obsolete-function-alias into defalias and make-obsolete
11988 for old Emacsen that Gnus supports.
11989 (with-no-warnings): Define it for old Emacsen.
11990 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
11991 is available.
11992 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
11993 float-time is available; suppress compile warning for time-to-seconds.
11994
11995 2009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
11996
11997 * net/imap.el (imap-message-map): Docstring fix.
11998
11999 2009-09-09 Glenn Morris <rgm@gnu.org>
12000
12001 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
12002 line numbers too. (Bug#4374)
12003
12004 2009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
12005
12006 * smerge-mode.el (smerge-remove-props, smerge-refine):
12007 Use with-silent-modifications (bug#4342).
12008
12009 * subr.el (with-silent-modifications): New macro.
12010
12011 2009-09-07 Juanma Barranquero <lekktu@gmail.com>
12012
12013 * files.el (top-level): Require `cl' when compiling.
12014
12015 2009-09-07 Glenn Morris <rgm@gnu.org>
12016
12017 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
12018
12019 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
12020 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
12021
12022 2009-09-06 Nick Roberts <nickrob@snap.net.nz>
12023
12024 * vc-git.el (vc-git-annotate-command): Use separator to parse
12025 arguments correctly.
12026
12027 2009-09-06 Eli Zaretskii <eliz@gnu.org>
12028
12029 * proced.el (proced-mode): Doc fix.
12030
12031 2009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
12032
12033 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
12034 lstat fails.
12035 (tramp-do-file-attributes-with-ls): Check for file existence at
12036 remote end.
12037 (tramp-do-file-attributes-with-stat): Likewise.
12038 (tramp-convert-file-attributes): Return nil when attr is nil.
12039
12040 2009-09-05 Glenn Morris <rgm@gnu.org>
12041
12042 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
12043 properties to this button.
12044 (diary-fancy-display): Don't extend the button to the final newline.
12045 (diary-fancy-display-mode): Continue to define "q" as a local key.
12046
12047 * calendar/cal-china.el (holiday-chinese): Make it slightly more
12048 efficient.
12049
12050 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
12051
12052 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
12053 (byte-compile-dest-file-function): New option.
12054 (byte-compile-dest-file): Doc fix.
12055 Obey byte-compile-dest-file-function.
12056 (byte-compile-cl-file-p): New function.
12057 (byte-compile-eval): Only suppress noruntime warnings about cl functions
12058 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
12059 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
12060 than for file being previously loaded.
12061 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
12062 (byte-compile-file-form-require): Handle the case where requiring a file
12063 indirectly causes CL to be loaded.
12064
12065 2009-09-05 Karl Fogel <kfogel@red-bean.com>
12066
12067 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
12068 before killing the old buffer, since by the time `kill-buffer' is
12069 run so many buffer variables have been set to nil that it may not
12070 behave as expected. (Bug#4061)
12071
12072 2009-09-05 Karl Fogel <kfogel@red-bean.com>
12073
12074 * files.el (find-alternate-file): If the old buffer is modified
12075 and visiting a file, behave similarly to `kill-buffer' when
12076 killing it, thus reverting to the pre-1.878 behavior; see
12077 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
12078 for discussion. Also, consult `buffer-file-name' as a variable
12079 not as a function, for consistency with the rest of the code.
12080
12081 2009-09-04 Michael Albinus <michael.albinus@gmx.de>
12082
12083 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
12084 also when adding a new directory.
12085
12086 * net/tramp-compat.el (tramp-compat-line-beginning-position): New
12087 defun.
12088
12089 2009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
12090
12091 * files.el (locate-file-completion-table): Make it provide boundary
12092 information, so partial-completion works better.
12093
12094 2009-09-04 Leo <sdl.web@gmail.com> (tiny change)
12095
12096 * mail/footnote.el (Footnote-text-under-cursor):
12097 Check footnote-text-marker-alist before using it (bug#4324).
12098
12099 2009-09-04 Glenn Morris <rgm@gnu.org>
12100
12101 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
12102 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
12103 * play/solitaire.el, play/tetris.el:
12104 Remove leading * from defcustom and defface docs.
12105
12106 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
12107 necessary.
12108 (diary-fancy-overriding-map): New variable.
12109 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
12110 Use view-mode.
12111
12112 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
12113 goto-line.
12114
12115 2009-09-03 Glenn Morris <rgm@gnu.org>
12116
12117 * arc-mode.el (archive-mode):
12118 * dos-fns.el (set-default-process-coding-system):
12119 * man.el (Man-getpage-in-background):
12120 * menu-bar.el (menu-bar-describe-menu):
12121 * server.el (server-process-filter):
12122 * startup.el (command-line):
12123 * tar-mode.el (tar-header-block-tokenize, tar-extract):
12124 * w32-fns.el (set-default-process-coding-system):
12125 * x-dnd.el (x-dnd-handle-file-name):
12126 * international/mule-cmds.el (mule-menu-keymap)
12127 (set-default-coding-systems, language-info-alist, set-language-info)
12128 (set-language-environment, standard-display-european-internal)
12129 (set-locale-environment):
12130 * international/mule-diag.el (mule-diag):
12131 * mail/emacsbug.el (report-emacs-bug):
12132 * mail/rmail.el (rmail-mode):
12133 * mail/sendmail.el (mail-setup):
12134 Use default-value rather than default-enable-multibyte-characters.
12135
12136 * progmodes/f90.el: Move all safe properties into the defcustoms.
12137 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
12138
12139 * calendar/appt.el (appt-check):
12140 * calendar/diary-lib.el (diary-set-header, diary-live-p)
12141 (diary-check-diary-file, diary-list-entries)
12142 (diary-include-other-diary-files, diary-simple-display)
12143 (diary-fancy-display, diary-print-entries)
12144 (diary-mark-included-diary-files, diary-make-entry):
12145 Don't call substitute-in-file-name on diary-file.
12146
12147 2009-09-03 Eduard Wiebe <usenet@pusto.de>
12148 Stefan Monnier <monnier@iro.umontreal.ca>
12149
12150 * mail/footnote.el (footnote-prefix): Make it a defcustom.
12151 (footnote-mode-map): Move initialization into the declaration.
12152 (footnote-minor-mode-map): Define it rather than changing global-map.
12153 (footnote-mode): Use define-minor-mode.
12154
12155 2009-09-02 Michael Albinus <michael.albinus@gmx.de>
12156
12157 * net/tramp.el (tramp-handle-file-attributes-with-ls)
12158 (tramp-do-file-attributes-with-perl)
12159 (tramp-do-file-attributes-with-stat): Rename from
12160 `tramp-handle-file-attributes-with-*'.
12161 (tramp-handle-file-attributes): Use them.
12162 (tramp-do-directory-files-and-attributes-with-perl)
12163 (tramp-do-directory-files-and-attributes-with-stat): Rename from
12164 `tramp-handle-directory-files-and-attributes-with-*'.
12165 (tramp-handle-directory-files-and-attributes): Use them.
12166 (tramp-method-out-of-band-p): Additional parameter SIZE.
12167 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
12168 (tramp-handle-write-region): Use it.
12169 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
12170 (tramp-handle-vc-registered): Check, whether the first run did
12171 return files to be tested.
12172 (tramp-advice-make-auto-save-file-name): Do not call directly
12173 `tramp-handle-make-auto-save-file-name', because this would bypass
12174 the locking mechanism.
12175
12176 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
12177 (file-remote-p, process-file, start-file-process, set-file-times)
12178 (tramp-compat-file-attributes): Compatibility functions shall not
12179 call directly `tramp-handle-*', because this would bypass the
12180 locking mechanism.
12181 (tramp-compat-number-sequence): New defun.
12182
12183 2009-09-02 Glenn Morris <rgm@gnu.org>
12184
12185 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
12186 alias for float-time.
12187 (time-to-number-of-days): In Emacs, use float-time.
12188 * net/newst-backend.el (time-add): Suppress warnings from compat
12189 function.
12190 * time.el (emacs-uptime, emacs-init-time):
12191 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
12192 Use float-time rather than time-to-seconds.
12193
12194 * minibuffer.el (completion-initials-expand): Fix typo.
12195
12196 * faces.el (modeline, modeline-inactive, modeline-highlight)
12197 (modeline-buffer-id):
12198 * info.el (info-menu-5): Mark these face aliases as obsolete.
12199
12200 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
12201
12202 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
12203 space ...
12204 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
12205 no "--thread" option.
12206 (gdb-stopped): Don't print "Switched to thread" message when it is
12207 unchanged.
12208
12209 2009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
12210
12211 * minibuffer.el (completion-try-completion)
12212 (completion-all-completions): Remove ill-defined (and
12213 mistakenly installed and luckily never used nor documented)
12214 `completion-styles' property.
12215 (completion-initials-expand, completion-initials-all-completions)
12216 (completion-initials-try-completion): New functions.
12217 (completion-styles-alist): Add doc to each entry.
12218 Add new `initials' entry.
12219
12220 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
12221
12222 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
12223 MI command -var-evaluate-expression.
12224 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
12225 and tweak for case of string child.
12226 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
12227
12228 2009-09-01 Glenn Morris <rgm@gnu.org>
12229
12230 * add-log.el (change-log-date-face, change-log-name-face)
12231 (change-log-email-face, change-log-file-face, change-log-list-face)
12232 (change-log-conditionals-face, change-log-function-face)
12233 (change-log-acknowledgement-face):
12234 * cus-edit.el (custom-invalid-face, custom-rogue-face)
12235 (custom-modified-face, custom-set-face, custom-changed-face)
12236 (custom-saved-face, custom-button-face, custom-button-pressed-face)
12237 (custom-documentation-face, custom-state-face, custom-comment-face)
12238 (custom-comment-tag-face, custom-variable-tag-face)
12239 (custom-variable-button-face, custom-face-tag-face)
12240 (custom-group-tag-face-1, custom-group-tag-face):
12241 * diff-mode.el (diff-header-face, diff-file-header-face)
12242 (diff-index-face, diff-hunk-header-face, diff-removed-face)
12243 (diff-added-face, diff-changed-face, diff-function-face)
12244 (diff-context-face, diff-nonexistent-face):
12245 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
12246 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
12247 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
12248 (Info-title-4-face):
12249 * isearch.el (isearch-lazy-highlight-face):
12250 * log-view.el (log-view-file-face, log-view-message-face):
12251 * paren.el (show-paren-match-face, show-paren-mismatch-face):
12252 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
12253 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
12254 (cvs-msg-face):
12255 * smerge-mode.el (smerge-mine-face, smerge-other-face)
12256 (smerge-base-face, smerge-markers-face):
12257 * wid-edit.el (widget-documentation-face, widget-button-face)
12258 (widget-field-face, widget-single-line-field-face)
12259 (widget-inactive-face, widget-button-pressed-face):
12260 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
12261 (woman-addition-face):
12262 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
12263 (eshell-ls-executable-face, eshell-ls-readonly-face)
12264 (eshell-ls-unreadable-face, eshell-ls-special-face)
12265 (eshell-ls-missing-face, eshell-ls-archive-face)
12266 (eshell-ls-backup-face, eshell-ls-product-face)
12267 (eshell-ls-clutter-face):
12268 * eshell/em-prompt.el (eshell-prompt-face):
12269 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
12270 * obsolete/old-whitespace.el (whitespace-highlight-face):
12271 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
12272 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
12273 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
12274 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
12275 (antlr-font-lock-literal-face):
12276 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
12277 (ebrowse-root-class-face, ebrowse-file-name-face)
12278 (ebrowse-default-face, ebrowse-member-attribute-face)
12279 (ebrowse-member-class-face, ebrowse-progress-face):
12280 * progmodes/make-mode.el (makefile-space-face):
12281 * progmodes/sh-script.el (sh-heredoc-face):
12282 * textmodes/flyspell.el (flyspell-incorrect-face)
12283 (flyspell-duplicate-face):
12284 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
12285 * textmodes/texinfo.el (texinfo-heading-face):
12286 Mark face aliases with "-face" suffix as obsolete.
12287
12288 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
12289 compiler.
12290
12291 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
12292 (eudc-bob-sound-menu): Use defvar rather than defconst, since
12293 easy-menu-define wants to modify these.
12294
12295 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
12296
12297 * net/browse-url.el (browse-url-file-url):
12298 * term/internal.el (dos-codepage-setup):
12299 Use default-value rather than default-enable-multibyte-characters.
12300
12301 * progmodes/etags.el (etags-goto-tag-location):
12302 * progmodes/flymake.el (flymake-highlight-line)
12303 (flymake-goto-file-and-line, flymake-goto-line):
12304 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
12305 (gdb-goto-breakpoint):
12306 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
12307 * progmodes/python.el (python-find-function)
12308 (python-pdbtrack-track-stack-file):
12309 * progmodes/verilog-mode.el (verilog-surelint-off):
12310 * term/ns-win.el (ns-open-file-select-line):
12311 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
12312 Use forward-line rather than goto-line.
12313
12314 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
12315 * textmodes/reftex-index.el (reftex-display-index):
12316 * textmodes/reftex-ref.el (reftex-offer-label-menu):
12317 * textmodes/reftex-toc.el (reftex-toc):
12318 Remove unnecessary bindings of default-major-mode (all are followed by
12319 major-mode check and possible mode switch).
12320
12321 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
12322
12323 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
12324 Handle watchpoints (bug#4282).
12325 (def-gdb-thread-buffer-command): Enable thread to be selected by
12326 clicking without selecting threads buffer first.
12327 (gdb-current-context-command): Use selected frame so that "up",
12328 "down" etc work in the GUD buffer.
12329 (gdb-update): Find selected frame before rendering stack buffer.
12330 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
12331
12332 2009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
12333
12334 * progmodes/sym-comp.el (displayed-completions): Remove.
12335 (symbol-complete): Use minibuffer-complete.
12336
12337 2009-08-31 Glenn Morris <rgm@gnu.org>
12338
12339 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
12340
12341 * apropos.el (apropos-symbols-internal):
12342 Handle (obsolete) face aliases.
12343
12344 * faces.el (describe-face): Adjust the output format to be more like
12345 describe-variable, and to mention (obsolete) face aliases.
12346 Adjust the whitespace so that help-setup-xref works.
12347
12348 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
12349 * calendar/diary-lib.el (diary-button-face):
12350 Mark these face aliases as obsolete.
12351
12352 * calendar/calendar.el (calendar-today): Doc fix.
12353
12354 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
12355
12356 * progmodes/gdb-mi.el (gdb-control-all-threads)
12357 (gdb-control-current-thread): Force tool bar update.
12358 (gdb-non-stop-handler): New function.
12359 (gdb-init-1): Use it to test if non-stop mode is supported.
12360 Remove unused gdbmi buffer type.
12361
12362 2009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
12363
12364 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
12365 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
12366
12367 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
12368
12369 * comint.el (comint-exec-1): Check command is non-null first.
12370 Part of gdb-mi.el change (2009-08-28).
12371
12372 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
12373
12374 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
12375
12376 2009-08-30 Juanma Barranquero <lekktu@gmail.com>
12377
12378 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
12379 instead of `dolist' to avoid a recursive require when bootstrapping.
12380
12381 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
12382
12383 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
12384
12385 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
12386
12387 * net/imap.el (imap-send-command): Simplify.
12388 (imap-wait-for-tag): point-max -> buffer-size.
12389
12390 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
12391
12392 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
12393 with constant argument.
12394
12395 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
12396
12397 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
12398
12399 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
12400 Change default, since most of our files don't have a history.
12401 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
12402 the user.
12403
12404 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
12405 Add comint-run.
12406
12407 * calc/calc.el: Improve commenting convention.
12408 (calc-digit-map, toplevel): Simplify.
12409
12410 * comint.el (comint-insert-input): Be careful to only set point if we
12411 don't delegate to some other command.
12412
12413 * proced.el (proced-signal-list): Make it an alist.
12414 (proced-grammar-alist): Capitalize names.
12415 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
12416 Disable undo manually and make it read-only.
12417 Use completion-annotate-function.
12418
12419 * minibuffer.el (minibuffer-message): If the current buffer is not
12420 a minibuffer, insert the message in the echo area rather than at the
12421 end of the buffer.
12422 (completion-annotate-function): New variable.
12423 (minibuffer-completion-help): Use it.
12424 (completion--embedded-envvar-table): Environment vars are
12425 always case-sensitive.
12426
12427 2009-08-30 Glenn Morris <rgm@gnu.org>
12428
12429 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
12430 from fortran-current-defun.
12431 (fortran-beginning-of-subprogram): Be more precise about finding the
12432 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
12433 (fortran-end-of-subprogram): Simplify.
12434 (fortran-current-defun): Use fortran-start-prog-re.
12435
12436 2009-08-29 Juanma Barranquero <lekktu@gmail.com>
12437
12438 * subr.el (do-after-load-evaluation): Simplify.
12439
12440 2009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
12441
12442 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
12443
12444 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
12445 (vc-rcs-print-log): Use it.
12446
12447 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
12448
12449 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
12450
12451 * paths.el (abbrev-file-name): Move to abbrev.el.
12452 * abbrev.el (abbrev-file-name): Move from paths.el.
12453 Obey user-emacs-directory.
12454 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
12455 user-emacs-directory.
12456 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
12457 abbrev-file-name and calc-settings-file any more.
12458 * startup.el (command-line): Recompute abbrev-file-name and
12459 abbreviated-home-dir.
12460 (normal-no-mouse-startup-screen): Improve the generic code and get rid
12461 of the special code for when C-h bindings haven't been changed.
12462 (display-startup-echo-area-message): Use with-current-buffer.
12463 (command-line-1): Use a list of strings, rather than a list of lists
12464 of strings for longopts.
12465
12466 * files.el (get-free-disk-space): Use / for default-directory.
12467
12468 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
12469 Use with-current-buffer.
12470
12471 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
12472 Recognize immutable variables like most-positive-fixnum.
12473 (byte-compile-setq-default): Check and warn if trying to assign
12474 to an immutable variable, or a non-variable.
12475
12476 * progmodes/cc-vars.el (c-comment-continuation-stars):
12477 * progmodes/cc-engine.el (c-looking-at-bos):
12478 * progmodes/cc-cmds.el (c-toggle-auto-state)
12479 (c-forward-into-nomenclature, c-backward-into-nomenclature)
12480 (c-comment-line-break-function): Add version of obsolescence.
12481
12482 2009-08-28 Juri Linkov <juri@jurta.org>
12483
12484 * files.el (magic-fallback-mode-alist): Add ZIP magic number
12485 associated with `archive-mode'.
12486
12487 * image.el (image-type-header-regexps): Use only JPEG magic number
12488 to determine JPEG images, and don't use `image-jpeg-p' because
12489 Emacs can display non-JFIF non-Exif JPEG images.
12490
12491 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
12492
12493 * arc-mode.el (archive-mode):
12494 * emacs-lisp/re-builder.el (re-builder-unload-function):
12495 Protect against the default value of `major-mode' being nil.
12496
12497 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
12498
12499 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
12500 Fix typos in docstrings.
12501
12502 * progmodes/js.el (js--macro-decl-re): Doc fix.
12503 (js--plain-method-re, js--split-name): Refloc docstring.
12504 (js--class-styles, js--make-merged-item, js--splice-into-items):
12505 Fix typos in docstrings; reflow docstrings.
12506 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
12507 (js--variable-decl-matcher, js--inside-pitem-p)
12508 (js--parse-state-at-point, js--get-all-known-symbols)
12509 (js--symbol-history, js-find-symbol, js--js-references)
12510 (js--moz-interactor, js--js-encode-value, js--read-tab):
12511 Fix typos in docstrings.
12512
12513 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
12514
12515 * textmodes/reftex.el (reftex-get-file-buffer-force):
12516 * progmodes/verilog-mode.el (verilog-batch-execute-func):
12517 * emulation/viper.el (viper-go-away, viper-set-hooks):
12518 * emacs-lisp/re-builder.el (re-builder-unload-function):
12519 * emacs-lisp/bytecomp.el (byte-compile-file):
12520 * ses.el (ses-unload-function):
12521 * hexl.el (hexl-find-file):
12522 * files.el (normal-mode):
12523 * ehelp.el (with-electric-help):
12524 * autoinsert.el (auto-insert-alist):
12525 * arc-mode.el (archive-mode):
12526 Use (default-value 'major-mode) instead of default-major-mode.
12527
12528 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
12529 * international/mule.el (load-with-code-conversion):
12530 * emacs-lisp/debug.el (debug):
12531 * ediff-vers.el (ediff-rcs-get-output-buffer):
12532 * dired.el (dired-internal-noselect): Don't let-bind
12533 default-major-mode around code that doesn't use it.
12534 E.g. buffer creation via get-buffer-create doesn't use it.
12535
12536 2009-08-28 Michael Albinus <michael.albinus@gmx.de>
12537
12538 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
12539 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
12540 when writing the temp file. Otherwise, epa-file gets confused.
12541 (tramp-register-file-name-handlers): Make it a defun. Move also
12542 `epa-file-handler' to the front of `file-name-handler-alist'.
12543
12544 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
12545
12546 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
12547 start right after a ^M.
12548 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
12549 (tramp-completion-file-name-regexp-separate)
12550 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
12551 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
12552 Don't modify last-coding-system-used by accident.
12553 (tramp-completion-file-name-handler): Apply the checks here,
12554 instead during registration.
12555 (tramp-register-file-name-handlers): Renamed from
12556 `tramp-register-file-name-handler'. Register both
12557 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
12558 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
12559
12560 2009-08-28 Nick Roberts <nickrob@snap.net.nz>
12561
12562 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
12563 Remove variable ...
12564 (gdb-init-1, gdb-display-separate-io-buffer)
12565 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
12566 references to it.
12567 (gdb-inferior-io-mode): Use make-comint-in-buffer.
12568 (gdb-inferior-filter): Use comint-output-filter to stop
12569 echoing and remove ^M characters.
12570
12571 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
12572
12573 * emulation/viper-init.el (viper-restore-cursor-type):
12574 * emulation/cua-base.el (cua--update-indications):
12575 Replace default-cursor-type with (default-value 'cursor-type).
12576
12577 * mail/sendmail.el (mail-recover-1):
12578 * international/mule-diag.el (describe-current-coding-system-briefly)
12579 (describe-current-coding-system):
12580 * international/mule-cmds.el (select-safe-coding-system)
12581 (select-message-coding-system)
12582 (set-language-environment-coding-systems, set-locale-environment):
12583 * hexl.el (hexl-insert-multibyte-char):
12584 * dos-w32.el (find-buffer-file-type-coding-system):
12585 * simple.el (what-cursor-position):
12586 Replace uses of default-buffer-file-coding-system
12587 with (default-value 'buffer-file-coding-system).
12588
12589 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
12590 Replace uses of default-cursor-in-non-selected-windows
12591 with (default-value 'cursor-in-non-selected-windows).
12592 Use with-current-buffer.
12593
12594 * mail/feedmail.el: Use CL macros.
12595 (feedmail-run-the-queue, feedmail-send-it-immediately):
12596 * dos-w32.el (find-buffer-file-type): Replace uses of
12597 default-buffer-file-type with (default-value 'buffer-file-type).
12598
12599 2009-08-28 Glenn Morris <rgm@gnu.org>
12600
12601 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
12602 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
12603 Use default-value of major-mode rather than default-major-mode.
12604
12605 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
12606
12607 * Makefile.in (update-elcfiles): Report left over elc files.
12608
12609 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
12610 expand-file-name and with-current-buffer.
12611 (mail-get-names, mail-directory): Use with-current-buffer.
12612
12613 * vc.el (vc-read-revision): New function.
12614 (vc-version-diff, vc-merge): Use it.
12615
12616 2009-08-27 Sam Steingold <sds@gnu.org>
12617
12618 * simple.el (kill-do-not-save-duplicates): New user option.
12619 (kill-new): When it is non-nil, and the new string is the same as
12620 the latest kill, set replace to t to avoid duplicates in kill-ring.
12621
12622 2009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
12623
12624 * net/tramp.el (tramp-handle-process-file): Do not flush all
12625 caches when `process-file-side-effects' is set.
12626 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
12627 instead of `tramp-find-file-exists-command'.
12628 Unset `process-file-side-effects'.
12629
12630 2009-08-27 Michael Albinus <michael.albinus@gmx.de>
12631
12632 * net/tramp.el (tramp-methods): New method "rsyncc".
12633 (top): Add completion function for "rsyncc".
12634 (tramp-message-show-message): New defvar.
12635 (tramp-message, tramp-error): Use it.
12636 (tramp-do-copy-or-rename-file-directly): Extend check for direct
12637 remote copying.
12638 (tramp-do-copy-or-rename-file-out-of-band): Handle new
12639 `tramp-methods' entry `copy-env' of "rsyncc".
12640 (tramp-vc-registered-read-file-names): New defconst.
12641 (tramp-vc-registered-file-names): New defvar.
12642 (tramp-handle-vc-registered): Implement optimization strategy.
12643 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
12644 (tramp-vc-file-name-handler): New defun.
12645 (tramp-get-ls-command, tramp-get-test-command)
12646 (tramp-get-file-exists-command, tramp-get-remote-ln)
12647 (tramp-get-remote-perl, tramp-get-remote-stat)
12648 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
12649
12650 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
12651 (tramp-cache-inhibit-cache): Extend doc string. It allows also
12652 timestamps.
12653 (tramp-get-file-property): Check for timestamps in
12654 `tramp-cache-inhibit-cache'.
12655 (tramp-set-file-property): Write timestamp.
12656
12657 2009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
12658
12659 * language/japan-util.el (japanese-symbol-table): Add entries for
12660 cp932-2-byte.
12661
12662 * international/characters.el: Add category `j' to cp932-2-byte.
12663
12664 2009-08-27 Kenichi Handa <handa@m17n.org>
12665
12666 * international/fontset.el (build-default-fontset-data): New macro.
12667 (setup-default-fontset): Use build-default-fontset-data for CJK,
12668 tibetan, ethiopic, and ipa.
12669
12670 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
12671
12672 * cus-start.el (default-major-mode): Customize `major-mode' instead.
12673 (enable-multibyte-characters): Not customizable any more.
12674
12675 * subr.el (default-mode-line-format, default-header-line-format)
12676 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
12677 (default-direction-reversed, default-truncate-lines)
12678 (default-left-margin, default-tab-width, default-case-fold-search)
12679 (default-left-margin-width, default-right-margin-width)
12680 (default-left-fringe-width, default-right-fringe-width)
12681 (default-fringes-outside-margins, default-scroll-bar-width)
12682 (default-vertical-scroll-bar, default-indicate-empty-lines)
12683 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
12684 (default-fringe-cursor-alist, default-scroll-up-aggressively)
12685 (default-scroll-down-aggressively, default-fill-column)
12686 (default-cursor-type, default-buffer-file-type)
12687 (default-cursor-in-non-selected-windows)
12688 (default-buffer-file-coding-system, default-major-mode)
12689 (default-enable-multibyte-characters): Mark as obsolete.
12690
12691 2009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
12692
12693 * vc-dir.el (vc-dir-update): Remove debug helper.
12694
12695 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
12696
12697 2009-08-26 Sam Steingold <sds@gnu.org>
12698
12699 * simple.el (save-interprogram-paste-before-kill): New user option.
12700 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
12701 save the interprogram-paste into kill-ring before overriding it
12702 with the Emacs kill.
12703
12704 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
12705
12706 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
12707 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
12708 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
12709 and move to vc-rcs.el.
12710 (vc-default-next-revision): Rename to vc-rcs-next-revision and
12711 move to vc-rcs.el.
12712 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
12713 (vc-rcs-update-changelog): Remove.
12714 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
12715 and move to vc-rcs.el.
12716
12717 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
12718 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
12719 renaming.
12720 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
12721 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
12722 vc.el, renamed to be RCS specific.
12723
12724 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
12725 New functions.
12726 (vc-cvs-update-changelog): Move here from vc.el.
12727
12728 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
12729 New functions.
12730
12731 2009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
12732
12733 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
12734
12735 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
12736
12737 * vc-git.el (vc-git-register): Use "git add" for directories.
12738 (vc-git-stash, vc-git-stash-show): New functions.
12739 (vc-git-extra-menu-map): Bind them.
12740
12741 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
12742 directory correctly in case the item is a directory itself.
12743
12744 * vc.el: Document the desired behavior for reverted files in the
12745 `added' state.
12746 (vc-default-prettify-state-info): Remove function, unused.
12747
12748 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
12749
12750 2009-08-26 Glenn Morris <rgm@gnu.org>
12751
12752 * bindings.el (standard-mode-line-format): Reposition dashes in
12753 which-func entry. (Bug#4217)
12754
12755 * files.el (enable-local-variables, enable-local-eval)
12756 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
12757 the defcustoms.
12758 (auto-mode-alist, ignored-local-variables)
12759 (save-some-buffers-action-alist): Move risky declarations to the
12760 definitions.
12761 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
12762 (font-lock-defaults, format-alist, imenu--index-alist)
12763 (imenu-generic-expression, input-method-alist, minor-mode-alist)
12764 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
12765 (mode-line-modified, mode-line-mule-info, mode-line-position)
12766 (mode-line-process, mode-line-remote, outline-level)
12767 (parse-time-rules, rmail-output-file-alist)
12768 (special-display-buffer-names, vc-mode):
12769 Move risky declarations to the relevant files.
12770 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
12771 (mode-line-modified, mode-line-process, mode-line-position)
12772 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
12773 * font-core.el (font-lock-defaults):
12774 * format.el (format-alist):
12775 * vc-hooks.el (vc-mode):
12776 * window.el (special-display-buffer-names):
12777 * international/mule-cmds.el (input-method-alist):
12778 Define riskiness here (dumped file) rather than in files.el.
12779 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
12780 * imenu.el (imenu-generic-expression, imenu--index-alist):
12781 * outline.el (outline-level):
12782 * time.el (display-time-string):
12783 * calendar/parse-time.el (parse-time-rules):
12784 * mail/rmailout.el (rmail-output-file-alist):
12785 Autoload riskiness here, rather than placing in files.el.
12786
12787 2009-08-26 Andreas Schwab <schwab@linux-m68k.org>
12788
12789 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
12790
12791 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
12792
12793 * simple.el (process-file-side-effects): New defvar.
12794
12795 * dired-aux.el (dired-show-file-type):
12796 * vc.el (vc-diff-internal):
12797 * vc-arch.el (vc-arch-diff):
12798 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
12799 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
12800 * vc-git.el (vc-git-registered, vc-git-working-revision)
12801 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
12802 (vc-git--empty-db-p):
12803 * vc-hooks.el (vc-user-login-name):
12804 * vc-svn.el (vc-svn-registered, vc-svn-state)
12805 (vc-svn-dir-extra-headers, vc-svn-find-revision):
12806 * progmodes/grep.el (grep-probe): Let-bind
12807 `process-file-side-effects' with nil.
12808
12809 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
12810
12811 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
12812 daemon. Replace ping by checking for running service for bluez
12813 and zeroconf. (Bug#4239)
12814
12815 2009-08-25 Kevin Ryde <user42@zip.com.au>
12816
12817 * net/dig.el (dig): Add autoload cookie.
12818
12819 2009-08-25 Glenn Morris <rgm@gnu.org>
12820
12821 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
12822 load-history for absolute file-names.
12823 (byte-compile-file-form-require): Warn about use of the cl package.
12824
12825 * format.el (format-alist): Doc fix.
12826
12827 * play/bubbles.el (top-level): Don't require cl at run-time.
12828
12829 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
12830 run-time cl).
12831
12832 2009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
12833
12834 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
12835 from cl package.
12836 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
12837
12838 2009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
12839
12840 * calc/calc-alg.el (math-trig-rewrite)
12841 (math-hyperbolic-trig-rewrite): New functions.
12842 (calc-simplify): Simplify trig functions when asked.
12843
12844 2009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
12845
12846 * diff-mode.el (diff-find-source-location): Avoid goto-line.
12847
12848 2009-08-24 Kenichi Handa <handa@m17n.org>
12849
12850 * language/ind-util.el (mapthread): Delete it.
12851 (combinatorial): New function.
12852 (indian--puthash-cv): Use combinatorial instead of mapthread.
12853
12854 2009-08-22 Kevin Ryde <user42@zip.com.au>
12855
12856 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
12857 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
12858 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
12859 Clarify docstring that the value is strings not symbols.
12860 (checkdoc-list-of-strings-p): New function.
12861
12862 2009-08-22 Glenn Morris <rgm@gnu.org>
12863
12864 * files.el (auto-mode-alist):
12865 * hippie-exp.el (he-concat-directory-file-name):
12866 * lpr.el (lpr-windows-system, printer-name):
12867 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
12868 * ps-print.el (ps-windows-system):
12869 * startup.el (command-line):
12870 * emulation/viper-ex.el (viper-glob-function):
12871 * international/mule-cmds.el (set-language-environment-coding-systems):
12872 * net/ange-ftp.el (ange-ftp-write-region):
12873 * obsolete/fast-lock.el (fast-lock-cache-name):
12874 Remove code for defunct system-types emx, macos, mswindows, next-mach,
12875 unisoft-unix, vax-vms, win32, w32.
12876
12877 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
12878 given name if the pattern is not more specific.
12879
12880 * calendar/lunar.el (lunar-phase-names): New option.
12881 (lunar-phase): Doc fix.
12882 (lunar-cycles-per-year): New constant.
12883 (lunar-index): New function.
12884 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
12885 (lunar-phase-name): Use lunar-phase-names.
12886 (calendar-lunar-phases): Use format.
12887 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
12888
12889 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
12890 Copy imenu-example--name-and-position function here for own use.
12891 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
12892
12893 * bs.el (bs--redisplay):
12894 * cus-edit.el (custom-redraw):
12895 * ibuffer.el (ibuffer-bury-buffer):
12896 * server.el (server-goto-line-column):
12897 * startup.el (command-line-1):
12898 * strokes.el (strokes-xpm-for-stroke):
12899 * term.el (term-display-buffer-line):
12900 * view.el (View-goto-line):
12901 * calc/calc.el (calc-do, calc-trail-buffer):
12902 * play/gamegrid.el (gamegrid-add-score-insecure):
12903 * progmodes/ada-mode.el (ada-compile-goto-error):
12904 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
12905 (ebrowse-select-1st-to-9nth):
12906 * progmodes/cperl-mode.el (cperl-time-fontification):
12907 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
12908 * progmodes/gud.el (gud-display-line):
12909 (idlwave-shell-display-line):
12910 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
12911 * progmodes/make-mode.el (makefile-browser-toggle):
12912 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
12913 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
12914 * textmodes/picture.el (picture-draw-rectangle):
12915 * textmodes/reftex-index.el (reftex-index-goto-letter):
12916 (reftex-select-jump-to-previous):
12917 * textmodes/reftex-sel.el (reftex-find-start-point)
12918 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
12919 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
12920 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
12921 * textmodes/tex-mode.el (tex-compilation-parse-errors):
12922 * textmodes/two-column.el (2C-associated-buffer):
12923 Use forward-line rather than goto-line.
12924
12925 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
12926 goto-line.
12927
12928 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
12929 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
12930 (quick-check-list-to-regexp): Declare.
12931
12932 * progmodes/make-mode.el (makefile-browser-insert-selection):
12933 Use goto-char rather than goto-line.
12934
12935 * progmodes/prolog.el (compilation-error-regexp-alist)
12936 (compilation-forget-errors): Declare.
12937
12938 2009-08-22 Juri Linkov <juri@jurta.org>
12939
12940 * progmodes/grep.el (lgrep, rgrep): At the beginning
12941 set `dir' to `default-directory' unless `dir' is a non-nil
12942 readable directory. (Bug#4052)
12943 (lgrep, rgrep): Change a weird way to report an error
12944 from using `read-string' to using `error'.
12945 Instead of using interactive arguments in the function body,
12946 add new argument `confirm'.
12947
12948 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
12949
12950 * textmodes/remember.el (remember-buffer):
12951 * progmodes/cperl-mode.el (cperl-vc-header-alist):
12952 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
12953 (icalendar-extract-ical-from-buffer):
12954 * net/newst-treeview.el (newsticker-groups-filename):
12955 * net/newst-backend.el (newsticker-cache-filename):
12956 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
12957 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
12958 (speedbar-add-ignored-path-regexp, speedbar-line-path)
12959 (speedbar-buffers-line-path, speedbar-path-line)
12960 (speedbar-buffers-line-path):
12961 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
12962 (epg-sign-keys):
12963 * epa.el (epa-display-verify-result):
12964 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
12965
12966 2009-08-21 Glenn Morris <rgm@gnu.org>
12967
12968 * progmodes/js.el (inferior-moz-process): Fix declaration.
12969
12970 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
12971
12972 * obsolete/rnewspost.el (news-mail-reply):
12973 Use goto-char rather than goto-line.
12974
12975 * term/ns-win.el (ns-open-file-select-line):
12976 Use line-beginning-position rather than goto-line.
12977
12978 * apropos.el (apropos-command):
12979 * ehelp.el (electric-helpify):
12980 * printing.el (pr-show-setup):
12981 * strokes.el (strokes-help):
12982 * tutorial.el (tutorial--describe-nonstandard-key)
12983 (tutorial--detailed-help):
12984 * woman.el (woman-mini-help, woman-display-extended-fonts):
12985 * calc/calc-help.el (calc-describe-key):
12986 * emulation/edt.el (edt-electric-helpify):
12987 * international/mule-diag.el (mule-diag):
12988 * play/yow.el (apropos-zippy):
12989 * progmodes/python.el (python-describe-symbol):
12990 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
12991 * textmodes/table.el (*table--cell-describe-mode)
12992 (*table--cell-describe-bindings):
12993 Use help-print-return-message rather than the now obsolete alias.
12994
12995 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
12996 (calendar-cursor-to-visible-date):
12997 * play/5x5.el (5x5-position-cursor):
12998 * play/decipher.el (decipher):
12999 * play/gomoku.el (gomoku-goto-xy):
13000 * play/landmark.el (lm-goto-xy):
13001 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
13002 (mpuz-paint-digit):
13003 Use forward-line, not goto-line.
13004
13005 * mail/rmail.el (rmail-obsolete): Delete custom group.
13006 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
13007 (rmail-remote-password, rmail-remote-password-required):
13008 Remove unneeded :set-after and :set properties.
13009
13010 2009-08-21 Michael Albinus <michael.albinus@gmx.de>
13011
13012 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
13013
13014 2009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
13015
13016 * loadup.el: Remove leftover macos code.
13017
13018 * vc-git.el (vc-git-annotate-command): Run asynchronously.
13019 Explicitly pass the date format to git blame so that user local
13020 so that the output format can be parsed.
13021
13022 2009-08-20 Michael Albinus <michael.albinus@gmx.de>
13023
13024 * net/dbus.el (top): Don't check for (getenv
13025 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
13026
13027 2009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
13028
13029 * log-edit.el (log-edit-strip-single-file-name): New var.
13030 (log-edit-insert-changelog): Use it. Bug#3571
13031
13032 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
13033
13034 * subr.el (read-passwd): Use read-key so keypad keys work as well.
13035 Bug#3287
13036
13037 * help.el (help-print-return-message): Rename from
13038 print-help-return-message.
13039
13040 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
13041 cvs-mode-map parent hack.
13042 (log-view-mode): Derive from special-mode.
13043
13044 * linum.el (linum-mode): window-size-change-functions is redundant.
13045 Adapt to new window-configuration-change-hook behavior.
13046 (linum-after-size, linum-after-config): Remove.
13047
13048 * imenu.el (imenu-example--name-and-position)
13049 (imenu-example--lisp-extract-index-name)
13050 (imenu-example--create-lisp-index, imenu-example--create-c-index):
13051 Mark as obsolete.
13052
13053 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
13054 (inferior-prolog-mode): Use it.
13055 (inferior-prolog-load-file): Reset list of errors.
13056
13057 2009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
13058
13059 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
13060
13061 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
13062
13063 2009-08-19 Michael Albinus <michael.albinus@gmx.de>
13064
13065 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
13066 is running already.
13067
13068 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
13069
13070 * subr.el (listify-key-sequence-1): Use normal syntax since those
13071 integers are nowadays always represented by the same (positive) number
13072 on all platforms.
13073 (read-key-empty-map): New const.
13074 (read-key-delay): New var.
13075 (read-key): New function.
13076 (force-mode-line-update): Use with-current-buffer.
13077 (locate-user-emacs-file): Don't forget to abbreviate the file name.
13078 (start-process-shell-command, start-file-process-shell-command):
13079 Discourage the use of command-args.
13080
13081 2009-08-19 Glenn Morris <rgm@gnu.org>
13082
13083 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
13084
13085 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
13086
13087 * simple.el (choose-completion-string): Don't rely on
13088 minibuffer-completing-file-name and ad-hoc checks to decide whether
13089 to continue completion or not.
13090
13091 * minibuffer.el (minibuffer-hide-completions): New function.
13092 (completion--do-completion): Use it.
13093 (completions-annotations): New face.
13094 (completion--insert-strings): Use it.
13095 (completion-pcm--delim-wild-regex): Add docstring.
13096 (completion-pcm--string->pattern): Add support for 0-width delimiters
13097 in completion-pcm--delim-wild-regex.
13098
13099 2009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
13100
13101 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
13102 Remove unused var `buffer-modified-p'.
13103
13104 * minibuffer.el (completion--do-completion): Move point for the #b001
13105 case as well (bug#4176).
13106 (minibuffer-complete, minibuffer-complete-word): Don't move point.
13107
13108 2009-08-18 Michael Albinus <michael.albinus@gmx.de>
13109
13110 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
13111 and :session buses.
13112
13113 2009-08-18 Kenichi Handa <handa@m17n.org>
13114
13115 * international/ucs-normalize.el (ucs-normalize-version):
13116 Change to 1.1.
13117 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
13118 (utf-8-hfs): Make it perform normalization on encoding too.
13119
13120 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
13121 (sentence-end-without-space): Delete duplicated chars.
13122 (sentence-end-base): Likewise.
13123
13124 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
13125 (html-mode): Delete duplicated chars from sentence-end-base.
13126
13127 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
13128 (texinfo-mode): Delete duplicated chars from sentence-end-base.
13129
13130 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
13131
13132 * files.el (hack-one-local-variable): If the mode function is for
13133 a minor mode, pass it an argument (Bug#4148).
13134
13135 2009-08-17 Michael Albinus <michael.albinus@gmx.de>
13136
13137 * net/tramp.el (tramp-register-completion-file-name-handler):
13138 Check also for (member 'partial-completion completion-styles).
13139
13140 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
13141
13142 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
13143 abbrev (Bug#3943).
13144
13145 2009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
13146
13147 * progmodes/cperl-mode.el: Merge upstream 6.2.
13148 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
13149 (cperl-forward-re): Check cperl-brace-recursing.
13150 (cperl-highlight-charclass): New function.
13151 (cperl-find-pods-heres): Use it.
13152 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
13153 (cperl-beautify-regexp-piece): Fix column calculation.
13154 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
13155 (cperl-beautify-level): Don't process entire regexp.
13156 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
13157 calling man.
13158 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
13159 (cperl-init-faces): Build a list in the normal way.
13160
13161 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
13162
13163 * calendar/parse-time.el (parse-time-string-chars): Save match
13164 data.
13165
13166 2009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
13167
13168 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
13169 (sql-product): Use it.
13170 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
13171 (sql-set-product): Add completion.
13172 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
13173 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
13174 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
13175 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
13176 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
13177 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
13178 (sql-highlight-db2-keywords): Remove.
13179 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
13180 (sql-highlight-product): Use derived-mode-p.
13181 (sql-set-sqli-buffer): Use with-current-buffer.
13182 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
13183 Simplify.
13184
13185 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
13186
13187 * term.el: Fix commenting convention, turn comments into docstrings.
13188
13189 2009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
13190
13191 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
13192
13193 2009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
13194
13195 * calendar/parse-time.el (parse-time-string-chars): Compute using
13196 character classes, to handle non-ascii characters (Bug#3190).
13197
13198 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
13199
13200 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
13201 another heredoc if the user adds another < (Bug#3226).
13202
13203 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
13204 Don't initialize based on window-system (Bug#4124).
13205
13206 * facemenu.el (facemenu-read-color): Use a completion function
13207 that accepts any defined color, such as RGB triplets (Bug#3677).
13208
13209 * files.el (get-free-disk-space): Change fallback default
13210 directory to /. Expand DIR argument before switching to fallback.
13211 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
13212
13213 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
13214
13215 * files.el (load-library): Doc fix.
13216
13217 2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
13218
13219 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
13220 (viper-if-string): Redefine C-s in the minibuffer to insert the last
13221 incremental search string.
13222
13223 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
13224 XEmacs.
13225
13226 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
13227 (ediff-merge-region-is-non-clash)
13228 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
13229 Also check if the job is really a merge job.
13230
13231 * ediff.el (ediff-current-file): New function.
13232
13233 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
13234
13235 * progmodes/js.el: Edit docstrings throughout to follow Emacs
13236 conventions.
13237 (js-insert-and-indent): Delete function.
13238 (js-mode-map): Don't bind keys to js-insert-and-indent.
13239 (js-beginning-of-defun): Rename from js--beginning-of-defun.
13240 (js-end-of-defun): Rename from js--end-of-defun.
13241 (js-auto-indent-flag): Delete variable.
13242
13243 2009-08-14 Chong Yidong <cyd@stupidchicken.com>
13244
13245 * progmodes/js.el: Remove proclaim statement.
13246 Defvar which-func-imenu-joiner-function to silence compiler.
13247
13248 * files.el (auto-mode-alist): Use js-mode for .js files.
13249
13250 * progmodes/js2-mode.el: Remove file.
13251
13252 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
13253
13254 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
13255
13256 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
13257
13258 2009-08-14 Daniel Colascione <dan.colascione@gmail.com>
13259 Karl Landstrom <karl.landstrom@brgeight.se>
13260
13261 * progmodes/js.el: New file.
13262
13263 2009-08-14 Mark A. Hershberger <mah@everybody.org>
13264
13265 * timezone.el (timezone-parse-date): Add ability to understand ISO
13266 basic format (minimal separators) dates in addition to the
13267 already-supported extended format dates.
13268
13269 2009-08-14 Eli Zaretskii <eliz@gnu.org>
13270
13271 * international/ucs-normalize.el: Add a `coding' file variable.
13272
13273 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
13274
13275 2009-08-14 Sam Steingold <sds@gnu.org>
13276
13277 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
13278
13279 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
13280
13281 * faces.el (help-argument-name): Define it here instead of
13282 help-fns.el, because in daemon mode help-fns.el may be loaded when
13283 faces are still uninitialized (Bug#1078).
13284
13285 * help-fns.el (help-argument-name): Move defface to faces.el.
13286
13287 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
13288
13289 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
13290 create buffer with a pty but no process so that GDB can make the
13291 inferior the controlling process.
13292
13293 2009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
13294
13295 * international/ucs-normalize.el: New file.
13296
13297 2009-08-13 Richard Stallman <rms@gnu.org>
13298
13299 * mail/rmail.el (rmail-get-attr-names):
13300 Accept an attribute header that is too short.
13301
13302 * mail/rmail.el (rmail-forget-messages):
13303 Ignore nil elt in rmail-message-vector. Use dotimes.
13304
13305 * progmodes/compile.el (compilation-goto-locus):
13306 Use next-error-move-function.
13307
13308 * simple.el (next-error-move-function): New variable.
13309
13310 2009-08-12 Juri Linkov <juri@jurta.org>
13311
13312 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
13313 always non-nil. (Bug#4052)
13314
13315 * replace.el (read-regexp): Return empty string when
13316 `default-value' is nil.
13317 (keep-lines-read-args): Don't use empty string as the
13318 default value for `read-regexp'. (Bug#2495)
13319
13320 2009-08-12 Juri Linkov <juri@jurta.org>
13321
13322 * international/mule-cmds.el (ucs-insert): Change arguments
13323 from `arg' to `character', `count', `inherit' to be the same
13324 as in `insert-char'. Doc fix. (Bug#4039)
13325
13326 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
13327
13328 2009-08-12 Juri Linkov <juri@jurta.org>
13329
13330 * files-x.el: New file.
13331
13332 * files.el: Move code that deals with adding/deleting
13333 file/directory-local variables to files-x.el.
13334
13335 * Makefile.in (ELCFILES): Add files-x.elc.
13336
13337 2009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
13338
13339 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
13340 to use `goto-line'.
13341 (gdb-place-breakpoints, gdb-get-location): Rewritten without
13342 `goto-line'.
13343 (gdb-invalidate-disassembly): Do not refresh upon receiving
13344 'update signal. Instead, update all disassembly buffers only after
13345 threads list.
13346 (gdb): Send -target-detach when buffer is killed (Bug#3794).
13347 (gdb-starting): Moved -data-list-register-names...
13348 (gdb-stopped): ...here so it's sent when first thread stops.
13349 (gdb-registers-handler-custom): Do nothing if register names are
13350 unknown yet.
13351
13352 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
13353 from `gdb-mi.el' to avoid extra tangling.
13354
13355 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
13356 change which breaks `gud-def' definitions used in `gdb'.
13357 (gdb-update-gud-running): No extra fuss for updating frame number.
13358
13359 2009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
13360
13361 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
13362 (describe-language-environment-map, setup-language-environment-map)
13363 (set-coding-system-map): Move initialization into declaration.
13364 (set-language-info-alist): Last arg to define-key-after can be skipped.
13365
13366 * international/quail.el (quail-completion-1): Simplify.
13367 (quail-define-rules): Use slightly more compact code.
13368 (quail-insert-decode-map): Propertize keys, compact columns.
13369
13370 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
13371 Add goto-line.
13372
13373 2009-08-10 Miles Bader <miles@gnu.org>
13374
13375 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
13376 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
13377 (js2-instance-member, js2-private-member, js2-private-function-call)
13378 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
13379 (js2-magic-paren, js2-external-variable):
13380 Remove "-face" suffix from face names.
13381 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
13382 (js2-highlight-undeclared-vars, js2-peek-token)
13383 (js2-parse-function-params, js2-mode-show-errors)
13384 (js2-mode-show-warnings, js2-make-magic-delimiter)
13385 (js2-mode-highlight-magic-parens): Update to use new face names.
13386
13387 2009-08-09 Michael Albinus <michael.albinus@gmx.de>
13388
13389 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
13390 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
13391
13392 2009-08-09 Chong Yidong <cyd@stupidchicken.com>
13393
13394 * subr.el: Provide hashtable-print-readable.
13395
13396 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
13397 hs-c-like-adjust-block-beginning.
13398 (hs-hide-block-at-point): Stop hiding at the beginning of
13399 hs-block-end-regexp (Bug#700).
13400
13401 2009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
13402
13403 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
13404 a macro.
13405 (gdb-registers-handler-custom): Do not fail when register names
13406 are unavailable.
13407
13408 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
13409
13410 * progmodes/gdb-mi.el (gdb-control-all-threads)
13411 (gdb-control-current-thread): Interactive setters for
13412 `gdb-gud-control-all-threads' to use in menu.
13413 (gdb-show-run-p): Show «Go» when process is not active.
13414 (gud-tool-bar-map): Add non-stop/A,T indicator. Uses
13415 gud/thread.xpm and gud/all.xpm.
13416
13417 2009-08-08 Yoni Rabkin <yoni@rabkins.net>
13418
13419 * net/net-utils.el (net-utils-font-lock-keywords): New var.
13420 (nslookup-font-lock-keywords): Make it a variable.
13421 (net-utils-mode): New mode for viewing diagnostic network output.
13422 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
13423 (net-utils-run-simple): New function.
13424 (ifconfig, iwconfig, netstat, arp, route): Use it.
13425
13426 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
13427
13428 * progmodes/gdb-mi.el (gdb-read-memory-custom)
13429 (gdb-memory-set-address, def-gdb-set-positive-number)
13430 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
13431 after changing settings.
13432 (gdb-invalidate-disassembly): Update when first shown.
13433 (gdb-edit-locals-value): Fixed.
13434 (gdb-registers-handler-custom): Print registers in right order and
13435 allow changing register values (only for current thread yet).
13436 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
13437 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
13438 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
13439 (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
13440 info in mode name.
13441 (gdb-registers-mode-map): TAB to switch to locals.
13442
13443 2009-08-08 Eli Zaretskii <eliz@gnu.org>
13444
13445 * mail/rmail.el (rmail-add-mbox-headers)
13446 (rmail-set-message-counters-counter): Search for
13447 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
13448
13449 2009-08-08 Glenn Morris <rgm@gnu.org>
13450
13451 * Makefile.in (ELCFILES): Update.
13452
13453 2009-08-07 Eli Zaretskii <eliz@gnu.org>
13454
13455 * mail/sendmail.el (mail-yank-original): Set
13456 buffer-file-coding-system from the one used by the message whose
13457 text is yanked.
13458
13459 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
13460 to "windows" when "pgnuplot" is used.
13461 (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
13462 call accept-process-output if "pgnuplot" is used.
13463 (calc-graph-init): Don't send -display and -geometry to
13464 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
13465 running "pgnuplot -V" with shell-command-to-string.
13466
13467 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
13468 the default.
13469
13470 2009-08-07 Eli Zaretskii <eliz@gnu.org>
13471
13472 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
13473 org/org-latex.elc.
13474
13475 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
13476
13477 * vc-dispatcher.el (vc-resynch-window): Update comment.
13478
13479 * term.el (term-handle-ansi-escape): Add comments with the
13480 terminfo capabilities implemented.
13481
13482 2009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
13483
13484 * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
13485 (gdb-var-create-handler): Rewritten using JSON parser.
13486 (gdb-propertize-header): Moved earlier.
13487 (gdb-set-header): Removed to avoid duplication.
13488 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
13489 Refresh disassembly buffers only after threads list have been
13490 update.
13491 (gdb-threads-header, gdb-registers-header): Per-buffer header line
13492 variables.
13493
13494 2009-08-04 Juri Linkov <juri@jurta.org>
13495
13496 * files.el: Commands to add/delete file/directory-local variables.
13497 (read-file-local-variable, read-file-local-variable-value)
13498 (read-file-local-variable-mode, modify-file-local-variable)
13499 (modify-file-local-variable-prop-line)
13500 (modify-dir-local-variable): New functions.
13501 (add-file-local-variable, delete-file-local-variable)
13502 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
13503 (add-dir-local-variable, delete-dir-local-variable)
13504 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
13505 (copy-dir-locals-to-file-locals-prop-line): New commands.
13506
13507 2009-08-04 Chong Yidong <cyd@stupidchicken.com>
13508
13509 * abbrev.el (insert-abbrev-table-description): Prettify output.
13510 Suggested by Karl Chen.
13511
13512 2009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
13513
13514 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
13515 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
13516 (gdb-overlay-arrow-position, gdb-thread-position)
13517 (gdb-disassembly-position): Declare variables.
13518 (gdb-wait-for-pending): Function now.
13519 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
13520 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
13521 compilation goes smoothly.
13522 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
13523 (gdb-non-stop-setting): New customization setting which replaces
13524 `gdb-non-stop' so changing it doesn't break active GDB session.
13525 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
13526 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
13527 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
13528 (gdb-show-threads-by-default): New customization options.
13529 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
13530 routines.
13531 (gdb-get-buffer-create): Send buffers update signal when they are
13532 created.
13533 (gdb-invalidate-locals, gdb-invalidate-registers)
13534 (gdb-invalidate-breakpoints)
13535 (gdb-invalidate-threads, gdb-invalidate-disassembly)
13536 (gdb-invalidate-memory): Accept update signal.
13537 (gdb-current-context-command): Use --frame option.
13538 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
13539 Implement `gdb-frame-number' selection logic.
13540 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
13541 whether to show GUD toolbar buttons.
13542 (gdb-thread-exited): Unselect current thread when it exits.
13543 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
13544 (gdb-mark-line): Routine which sets overlay arrow or inverses
13545 video on fringeless displays.
13546 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
13547 to build aligned columns of data in GDB buffers and set text
13548 properties line-by-line.
13549 (gdb-invalidate-breakpoints)
13550 (gdb-breakpoints-list-handler-custom)
13551 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
13552 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
13553 (gdb-registers-handler-custom): Align data columns.
13554 (gdb-locals-handler-custom): Now prints data like in variable
13555 declarations.
13556 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
13557 Removed confusing buttons.
13558 (gdb-invalidate-threads): Append --frame.
13559 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
13560 between breakpoints/threads buffers.
13561 (gdb-set-window-buffer): Now can ignore dedicated windows.
13562 (gdb-propertize-header): Use `gdb-set-window-buffer'.
13563 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
13564 (def-gdb-thread-buffer-gud-command): Replaces
13565 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
13566 for fine thread control.
13567 (gdb-preempt-existing-or-display-buffer): New function used to
13568 display bound buffers without breaking window layout.
13569 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
13570 (gdb-select-frame): New version of `gdb-frames-select' which now
13571 sets `gdb-frame-number' so commands may use --frame option instead
13572 of inner debugger state.
13573 (gdb-frame-handler): Do not set `gdb-frame-number'.
13574 (gdb-threads-mode-map): Select threads with mouse.
13575
13576 * progmodes/gud.el (gdb-gud-context-call): Declare function to
13577 avoid compilation warning.
13578 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
13579 `gdb-show-stop-p`.
13580
13581 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
13582 Argument `key' renamed to `buffer-type'.
13583 (gdb-current-context-buffer-name): Do not add thread info to
13584 buffer name when no thread is selected.
13585 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
13586 command (bug 3794).
13587 (gdb-thread-selected): Handle `=thread-selected' notification.
13588 (gdb-wait-for-pending): New macro to deal with congestion problems.
13589 (gdb-breakpoints-list-handler-custom): Don't fail on pending
13590 breakpoints.
13591 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
13592 This fixes problem similar to one described in bug 3947.
13593 (gud-menu-map): More menu items.
13594 (gdb-init-1): Reset `gdb-thread-number' to nil.
13595
13596 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
13597 non-stop settings.
13598
13599 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
13600 (gdb-current-context-command): Do not append --thread if
13601 `gdb-thread-number' is nil.
13602 (gdb-running-threads-count, gdb-stopped-threads-count): New
13603 variables.
13604 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
13605 (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
13606 customization options.
13607 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
13608 GUD commands.
13609 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
13610 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
13611 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
13612 set `gdb-thread-number' and update `gud-running' properly.
13613 (gdb-running): Update threads list when new threads appear.
13614 (gdb-stopped): Support non-stop operation and new thread switching
13615 logic.
13616 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
13617 (gdb-json-partial-output): New set of JSON routines.
13618 (def-gdb-auto-update-trigger): New `signal-list' optional
13619 argument.
13620 (gdb-thread-list-handler-custom): Update `gud-running',
13621 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
13622 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
13623 (gdb-continue-thread, gdb-step-thread): New commands for fine
13624 thread execution control.
13625 (gud-menu-map): New menu items to switch non-stop options.
13626 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
13627 (gdb-send): Mimic RET properly (bug 3794).
13628
13629 * progmodes/gdb-mi.el (gdb-rules-name-maker)
13630 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
13631 gdb-buffer-rules.
13632 (def-gdb-auto-update-handler): New nopreserve optional argument.
13633 (gdb-stack-list-frames-custom): Print stack from top to bottom.
13634
13635 * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
13636 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
13637 (gdb-parent-mode): New mode to derive other GDB modes from.
13638 (gdb-display-disassembly-for-thread)
13639 (gdb-frame-disassembly-for-thread): New commands for threads
13640 buffer.
13641
13642 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
13643 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
13644 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
13645 (gdb-update): We now store all GDB buffers in a list so that they
13646 can be updated by traversing a list instead of calling invalidate
13647 triggers explicitly.
13648 (def-gdb-trigger-and-handler): New macro to define trigger-handler
13649 pair for GDB buffer.
13650 (gdb-stack-buffer-name): Add thread information.
13651 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
13652 handle pending triggers.
13653 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
13654 (def-gdb-thread-buffer-simple-command)
13655 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
13656 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
13657 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
13658 New commands which show buffers bound to thread.
13659 (gdb-stack-list-locals-regexp): Removed unused regexp.
13660
13661 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
13662 (gdb-locals-buffer-name, gdb-registers-buffer-name)
13663 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
13664 to (gud-comint-buffer) in *-buffer-name functions
13665 because (gdb-get-target-string) already does that.
13666 (gdb-locals-handler-custom, gdb-registers-handler-custom)
13667 (gdb-changed-registers-handler): Rewritten without regexps.
13668
13669 * progmodes/gdb-mi.el: Basic thread selection support.
13670 (gdb-thread-number): New variable.
13671 (gdb-current-context-command): New macro which adds --thread
13672 option to command.
13673 (gdb-threads-mode-map): Select thread with SPC.
13674 (gdb-thread-list-handler-custom): Mark current thread with overlay
13675 arrow. Synchronize GDB thread and Emacs thread.
13676 (gdb-select-thread): New command which selects current thread.
13677 (gdb-invalidate-frames, gdb-invalidate-locals)
13678 (gdb-invalidate-registers): Use --thread option.
13679
13680 2009-08-04 Michael Albinus <michael.albinus@gmx.de>
13681
13682 * net/tramp.el (top): Make check for tramp-gvfs loading more
13683 robust. (Bug#3977)
13684 (tramp-handle-insert-file-contents): `unwind-protect' must be
13685 inside `with-parsed-tramp-file-name'.
13686
13687 * net/tramp-gvfs.el (top): Remove superfluous message when loading
13688 fails.
13689
13690 2009-08-03 Nick Roberts <nickrob@snap.net.nz>
13691
13692 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
13693 directory if CLASSPATH is not set.
13694
13695 2009-08-03 Michael Albinus <michael.albinus@gmx.de>
13696
13697 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
13698 New defconst.
13699 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
13700
13701 2009-08-02 Kevin Ryde <user42@zip.com.au>
13702
13703 * net/newst-backend.el (newsticker--raw-url-list-defaults):
13704 Update freshmeat link. Delete newsforge.com as it seems gone.
13705
13706 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
13707
13708 * select.el (x-set-selection): Doc fix (Bug#4021).
13709
13710 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
13711
13712 * help-fns.el (describe-variable): Treat list return values from
13713 dir-locals-find-file properly (Bug#4005).
13714
13715 2009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
13716
13717 * net/tramp.el (tramp-debug-message): Print also microseconds.
13718
13719 2009-08-02 Michael Albinus <michael.albinus@gmx.de>
13720
13721 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
13722 or END is non-nil.
13723 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
13724 (tramp-get-debug-buffer): Change `outline-regexp' according to new
13725 format.
13726
13727 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
13728 (tramp-get-file-property): Use it.
13729
13730 * autorevert.el (auto-revert-handler): Allow
13731 `auto-revert-tail-mode' for remote files.
13732
13733 2009-08-02 Jason Rumney <jasonr@gnu.org>
13734
13735 * minibuffer.el (read-file-name): Treat confirm options to
13736 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
13737
13738 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
13739
13740 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
13741 (font-lock-variable-name-face, font-lock-constant-face): Darken
13742 the colors for light backgrounds.
13743
13744 2009-08-01 Eli Zaretskii <eliz@gnu.org>
13745
13746 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
13747 month names. (Bug#3987)
13748
13749 2009-07-31 Chong Yidong <cyd@stupidchicken.com>
13750
13751 * simple.el (line-move-finish): Pass whole number to
13752 line-move-to-column.
13753 (line-move-visual): Perform hscroll to the recorded position.
13754
13755 2009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
13756
13757 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
13758
13759 2009-07-29 Alan Mackenzie <acm@muc.de>
13760
13761 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
13762
13763 2009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
13764
13765 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
13766 (gdb-place-breakpoints): Use full path when setting breakpoints.
13767
13768 2009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
13769
13770 * calc/calc.el (calc-mode-map): Add keybinding for
13771 `calc-transpose-lines'.
13772
13773 2009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
13774
13775 * calc/calc-misc.el (calc-transpose-lines): New function.
13776
13777 2009-07-28 Michael Albinus <michael.albinus@gmx.de>
13778
13779 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
13780 Simplify check for out-of-band methods.
13781 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
13782 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
13783
13784 2009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
13785
13786 * vc-git.el (vc-git-checkin): Fix typo.
13787
13788 2009-07-28 Steve Yegge <steve.yegge@gmail.com>
13789
13790 * progmodes/js2-mode.el: New file.
13791
13792 2009-07-28 Nick Roberts <nickrob@snap.net.nz>
13793
13794 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
13795 (gud-menu-map): Adjust tooltip accordingly.
13796
13797 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
13798
13799 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
13800 (vc-bzr-log-view-mode): Adjust log-view-file-re.
13801
13802 * add-log.el (change-log-mode-map): Add a menu.
13803
13804 2009-07-27 Michael Albinus <michael.albinus@gmx.de>
13805
13806 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
13807 function returns nil.
13808 (dbus-handle-event): Handle special return value :ignore.
13809 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
13810
13811 2009-07-26 Chong Yidong <cyd@stupidchicken.com>
13812
13813 * view.el (view-mode-enable): Don't define Helper-return-blurb if
13814 it's not needed.
13815
13816 2009-07-25 Eli Zaretskii <eliz@gnu.org>
13817
13818 Fix Bug#3888:
13819
13820 * w32-vars.el (x-select-enable-clipboard): Doc fix.
13821
13822 * term/pc-win.el (x-display-name, x-colors)
13823 (x-select-enable-clipboard, x-select-text): Doc fix.
13824
13825 * term/common-win.el (x-display-name, x-colors): Doc fix.
13826
13827 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
13828 (xw-defined-colors): Doc fix.
13829
13830 * w32-fns.el (x-select-text, x-setup-function-keys)
13831 (x-get-selection, x-set-selection): Doc fix.
13832
13833 * term/x-win.el (x-select-text, x-setup-function-keys)
13834 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
13835
13836 * select.el (x-set-selection): Doc fix.
13837
13838 2009-07-25 Michael Albinus <michael.albinus@gmx.de>
13839
13840 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
13841 instead of "IsNSSSupportAvailable". Avahi ought to work also when
13842 "IsNSSSupportAvailable" method is not available. Reported by
13843 Steve Youngs <steve@sxemacs.org>.
13844
13845 2009-07-24 Kenichi Handa <handa@m17n.org>
13846
13847 * international/characters.el: Fix setting of category ?C, ?|, ?K,
13848 and ?H. Fix setting of case for Latin Extended and Greek Extended.
13849 (build-unicode-category-table): Fix range checks.
13850
13851 2009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
13852
13853 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
13854 the buffer we try to sync is current when calling
13855 vc-resynch-buffer.
13856
13857 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
13858 not show up to date files.
13859
13860 2009-07-24 Glenn Morris <rgm@gnu.org>
13861
13862 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
13863 Add autoload cookies. If necessary, initialize.
13864 (elint-log): Handle non-file buffers.
13865 (elint-initialize): Add optional argument to reinitialize.
13866 (elint-find-builtin-variables): Save excursion.
13867
13868 2009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
13869
13870 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
13871 for Lint.
13872
13873 2009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
13874
13875 * vc.el (vc-print-log-internal): New function, split out from ...
13876 (vc-print-log): ... here.
13877 (vc-dir-move-to-goal-column): Declare.
13878
13879 * vc-git.el (vc-git-add-signoff): New variable.
13880 (vc-git-checkin): Use it.
13881 (vc-git-toggle-signoff): New function.
13882 (vc-git-extra-menu-map): Bind it to menu.
13883 (vc-git--run-command-string): Accept a nil FILE argument.
13884 (vc-git-stash-list): New function.
13885 (vc-git-dir-extra-headers): Use it.
13886
13887 2009-07-23 Glenn Morris <rgm@gnu.org>
13888
13889 * help-fns.el (describe-variable): Describe ignored and risky local
13890 variables in a similar way to that in which we describe safe ones.
13891
13892 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
13893 (byte-compile-output-file-form, byte-compile-output-docform)
13894 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
13895 Give some more local variables with common names a "bytecomp-" prefix,
13896 so as not to shadow things during compilation.
13897 * emacs-lisp/cl-macs.el (load-time-value)
13898 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
13899 `outbuffer' to `bytecomp-outbuffer'.
13900
13901 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
13902 since the next two variables cover them automatically now.
13903 (elint-builtin-variables, elint-autoloaded-variables): New.
13904 (elint-unknown-builtin-args): Remove all members, since they can be
13905 parsed automatically now.
13906 (elint-extra-errors): New.
13907 (elint-env-add-env, elint-env-add-macro): Use cadr.
13908 (elint-current-buffer): Use or. Change final message.
13909 (elint-get-top-forms): Use line-end-position.
13910 (elint-init-env): Use cadr. Handle autoload, declare-function,
13911 and defalias.
13912 (elint-add-required-env): Doc fix. Use or. Standardize error.
13913 (regexp-assoc): Remove unused function.
13914 (elint-top-form): Set elint-current-pos, to record the start of the
13915 top-level form, for compilation-mode.
13916 (elint-form): Trap errors in macro expansion. Use dolist.
13917 (elint-unbound-variable): Use elint-builtin-variables and
13918 elint-autoloaded-variables.
13919 (elint-get-args): Use cadr, or.
13920 (elint-check-cond-form): Use dolist, cadr.
13921 (elint-check-condition-case-form): Doc fix. Use cadr.
13922 Use elint-extra-errors.
13923 (elint-log): New function.
13924 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
13925 Distinguish errors and warnings.
13926 (elint-log-message): Use with-current-buffer. Inhibit read-only.
13927 Use a bytecomp-style format.
13928 (elint-clear-log): Preserve default-directory. Inhibit read-only.
13929 (elint-get-log-buffer): Use compilation mode. Disable undo.
13930 Don't truncate lines.
13931 (elint-initialize): Set builtin and autoloaded variable lists.
13932 Only process elint-unknown-builtin-args if non-nil.
13933 (elint-find-builtin-variables, elint-find-autoloaded-variables):
13934 New functions.
13935 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
13936
13937 2009-07-22 Kevin Ryde <user42@zip.com.au>
13938
13939 * net/newst-backend.el (newsticker--parse-atom-1.0)
13940 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
13941 (newsticker--parse-rss-1.0):
13942 * progmodes/idlwave.el (idlwave-mode):
13943 * progmodes/idlw-shell.el (idlwave-shell-mode):
13944 * progmodes/vera-mode.el (vera-mode):
13945 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
13946 * progmodes/vhdl-mode.el (vhdl-mode):
13947 * textmodes/table.el (table-generate-source)
13948 (table--warn-incompatibility):
13949 Hyperlink urls in docstrings with URL `...'.
13950
13951 2009-07-22 Glenn Morris <rgm@gnu.org>
13952
13953 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
13954 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
13955 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
13956 Remove leading * from defcustom docs.
13957
13958 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
13959
13960 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
13961 defcustom doc.
13962 (list-load-path-shadows): Optionally, just return shadows as a string.
13963
13964 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
13965
13966 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
13967
13968 * mail/rmailedit.el (rmail-edit-mode): Use
13969 auto-save-include-big-deletions.
13970
13971 * mail/rmail.el (rmail-variables): Use
13972 auto-save-include-big-deletions.
13973
13974 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
13975 changes.
13976
13977 2009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
13978
13979 * calc/calc.el (calc-undo-length): New variable.
13980 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
13981
13982 2009-07-21 Richard Stallman <rms@gnu.org>
13983
13984 * files.el (auto-save-mode): Handle buffer-save-size = -2
13985 for toggling mode.
13986
13987 2009-07-21 Glenn Morris <rgm@gnu.org>
13988
13989 * textmodes/ispell.el (ispell-looking-back): Update declaration.
13990
13991 * calendar/todo-mode.el (calendar-current-date): Update declaration.
13992
13993 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
13994 silence compiler. Instead...
13995 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
13996 (ps-print-ensure-fontified): Update for above function name changes.
13997
13998 * printing.el (pr-mh-get-msg-num, pr-mh-show)
13999 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
14000 silence compiler. Instead...
14001 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
14002 (mh-show-buffer): Only define for compiler.
14003 (pr-mh-current-message): Update for above function name changes.
14004
14005 * files.el (abort-if-file-too-large): Explicitly pass `filename'
14006 as an argument.
14007 (find-file-noselect, insert-file-1): Update for above change.
14008
14009 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
14010
14011 * mail/mailclient.el (mailclient-send-it): Fix message.
14012
14013 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
14014 (edebug-eval): Check cl-debug-env is bound.
14015 (print-level, print-circle): Don't redefine built-in variables.
14016
14017 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
14018 (custom-print-vectors): Remove old comments from doc.
14019
14020 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
14021 (emerge-version): Make the variable an obsolete alias for the
14022 emacs-version variable. Make the function obsolete.
14023 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
14024 Emerge options, rather than merging in into the main Options menu.
14025 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
14026 and auto advance modes. Disable edit/fast items when not relevant.
14027
14028 2009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
14029
14030 * term/vt420.el (terminal-init-vt420): Fix typo.
14031
14032 2009-07-20 Sam Steingold <sds@gnu.org>
14033
14034 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
14035 variable (removed from compile.el on 2004-03-11).
14036
14037 2009-07-20 Chong Yidong <cyd@stupidchicken.com>
14038
14039 * files.el (hack-local-variables-filter): Fix last change.
14040
14041 2009-07-19 Juri Linkov <juri@jurta.org>
14042
14043 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
14044 (dir-local-variables-alist): New buffer-local variable.
14045 (hack-local-variables-filter): If variable is not dir-local,
14046 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
14047 because file-local overrides dir-local.
14048 (c-postprocess-file-styles) <declare-function>:
14049 Remove obsolete declaration.
14050 (hack-dir-local-variables): Add dir-local variable/value pair to
14051 `dir-local-variables-alist' and remove duplicates. Doc fix.
14052
14053 * help-fns.el (describe-variable): Add information about
14054 file-local and dir-local variables.
14055
14056 2009-07-19 Chong Yidong <cyd@stupidchicken.com>
14057
14058 * files.el (hack-local-variables-filter): Rewrite.
14059
14060 2009-07-19 Glenn Morris <rgm@gnu.org>
14061
14062 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
14063 Silence compiler by only defining on XEmacs.
14064
14065 * international/mule.el (auto-coding-regexp-alist): Only match
14066 BABYL... at the start of buffer, not of lines. (Bug#3790)
14067
14068 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
14069 non-calendar buffers (Bug#3862). Restore "not on a date" message.
14070 (cal-menu-context-mouse-menu): Doc fix.
14071
14072 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
14073
14074 * simple.el (mail-user-agent): Doc fix. Set :version tag.
14075
14076 2009-07-18 Juri Linkov <juri@jurta.org>
14077
14078 * info.el: Virtual Info keyword finder.
14079 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
14080 (Info-finder-file): New variable.
14081 (Info-finder-find-file): New function.
14082 (finder-known-keywords, finder-package-info)
14083 (find-library-name, lm-commentary): Use defvar and
14084 declare-function to silence compiler warnings.
14085 (Info-finder-find-node): New function.
14086 (info-finder): New command.
14087
14088 * subr.el (process-kill-buffer-query-function): New function.
14089 (add-hook)<kill-buffer-query-functions>: Add hook
14090 `process-kill-buffer-query-function'.
14091
14092 2009-07-18 Alan Mackenzie <acm@muc.de>
14093
14094 * progmodes/cc-mode.el (c-before-hack-hook)
14095 (c-postprocess-file-styles): Give invocation of `c-set-style'
14096 DONT-OVERRIDE parameter of t. Already set style variables will
14097 thus not be overridden by style settings given by `c-file-syle'.
14098
14099 * files.el (hack-local-variables-filter): Remove entries with
14100 duplicate keys from `file-local-variables-alist'.
14101
14102 2009-07-18 Eli Zaretskii <eliz@gnu.org>
14103
14104 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
14105 x-set-selection if display-selections-p returns nil for the
14106 current frame.
14107
14108 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
14109
14110 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
14111
14112 2009-07-18 Eli Zaretskii <eliz@gnu.org>
14113
14114 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
14115 Accept nil in addition to a regexp.
14116 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
14117 Accept nil in addition to a regexp.
14118 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
14119 buffers that have an associated file. Handle nil values of
14120 desktop-buffers-not-to-save and desktop-files-not-to-save.
14121 (Bug#3833)
14122
14123 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
14124 (x-disown-selection-internal): New functions.
14125
14126 2009-07-18 Nick Roberts <nickrob@snap.net.nz>
14127
14128 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
14129 warning.
14130 (gdb-breakpoints-header): Move forward to avoid compiler warning.
14131 (gdb-make-header-line-mouse-map): Remove duplicate definition.
14132
14133 2009-07-18 David De La Harpe Golden <david@harpegolden.net>
14134
14135 * simple.el (set-mark): Revert last change.
14136
14137 2009-07-17 Tassilo Horn <tassilo@member.fsf.org>
14138
14139 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
14140 rendering of pngs is not possible instead of messaging a long
14141 description.
14142
14143 2009-07-17 David De La Harpe Golden <david@harpegolden.net>
14144
14145 * w32-fns.el (x-selection-owner-p): New function.
14146
14147 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
14148 (mouse-yank-at-click, mouse-yank-primary): If
14149 select-active-regions is non-nil, deactivate the mark before
14150 insertion.
14151
14152 * simple.el (deactivate-mark, set-mark): Only save selection if we
14153 own it.
14154
14155 2009-07-17 Kenichi Handa <handa@m17n.org>
14156
14157 * case-table.el (describe-buffer-case-table): Fix for the case
14158 that KEY is a cons.
14159
14160 2009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
14161
14162 * vc-rcs.el (vc-rcs-find-file-hook):
14163 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
14164
14165 2009-07-16 Michael Albinus <michael.albinus@gmx.de>
14166
14167 * net/tramp.el (tramp-wait-for-output): Handle the case when
14168 commands do not return a newline but a null byte before the shell
14169 prompt. (Bug#3858)
14170
14171 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14172
14173 * term/ns-win.el (ns-set-alpha): Don't declare.
14174 (ns-set-background-alpha): Remove function.
14175
14176 2009-07-16 Kevin Ryde <user42@zip.com.au>
14177
14178 * emacs-lisp/copyright.el (copyright-update): Save match-data across
14179 y-or-n-p, for safety.
14180
14181 2009-07-16 Richard Stallman <rms@gnu.org>
14182
14183 * files.el (auto-save-mode): If buffer-saved-size is -2,
14184 don't clobber it.
14185
14186 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
14187 (rmail-retry-ignored-headers): Add more uninteresting fields.
14188
14189 2009-07-15 Jari Aalto <jari.aalto@cante.net>
14190
14191 * net/rcirc.el (rcirc): Use history variables.
14192 (rcirc-server-name-history, rcirc-nick-name-history)
14193 (rcirc-server-port-history): New variables.
14194
14195 2009-07-15 Kenichi Handa <handa@m17n.org>
14196
14197 * international/mule-cmds.el (set-language-environment-charset):
14198 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
14199 ignore them.
14200
14201 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
14202 Delete unibyte-display.
14203
14204 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
14205
14206 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
14207
14208 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
14209
14210 * simple.el (deactivate-mark): Optional argument FORCE.
14211 (set-mark): Use deactivate-mark.
14212
14213 * info.el (Info-search): No need to check transient-mark-mode
14214 before calling deactivate-mark.
14215
14216 * select.el (x-set-selection): Doc fix.
14217 (x-valid-simple-selection-p): Allow buffer values.
14218 (xselect--selection-bounds): Handle buffer values. Suggested by
14219 David De La Harpe Golden.
14220
14221 * mouse.el (mouse-set-region, mouse-drag-track): Call
14222 copy-region-as-kill before setting the mark, to let
14223 select-active-regions work.
14224
14225 2009-07-15 David De La Harpe Golden <david@harpegolden.net>
14226
14227 * simple.el (deactivate-mark): If select-active-regions is
14228 non-nil, copy the selection data into a string.
14229 (activate-mark): If select-active-regions is non-nil, set the
14230 selection to the current buffer.
14231 (set-mark): Update selection if select-active-regions is non-nil.
14232
14233 * select.el (x-valid-simple-selection-p): Allow buffer values.
14234
14235 2009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
14236
14237 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
14238 and more featureful message-mode.
14239
14240 2009-07-14 Chong Yidong <cyd@stupidchicken.com>
14241
14242 * select.el (x-set-selection): Doc fix.
14243 (x-valid-simple-selection-p): Disallow selection data consisting
14244 of a list or cons of integers, since that is not used.
14245 (xselect--selection-bounds, xselect--int-to-cons): New functions.
14246 (xselect-convert-to-string, xselect-convert-to-length)
14247 (xselect-convert-to-filename, xselect-convert-to-charpos)
14248 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
14249
14250 2009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
14251
14252 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
14253 output in -break-info command (Emacs bug #3794).
14254
14255 2009-07-14 Glenn Morris <rgm@gnu.org>
14256
14257 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
14258 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
14259 (edebug-print-length, edebug-print-level, edebug-print-circle)
14260 (edebug-sit-for-seconds, edebug-view-outside)
14261 (edebug-bounce-point, edebug-set-global-break-condition)
14262 (edebug-Go-nonstop-mode, edebug-trace-mode)
14263 (edebug-Trace-fast-mode, edebug-continue-mode)
14264 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
14265 (edebug-visit-eval-list): Doc fixes.
14266
14267 * subr.el (def-edebug-spec): Doc fix.
14268
14269 2009-07-14 Kenichi Handa <handa@m17n.org>
14270
14271 * international/characters.el: Fix setting of category ?C.
14272
14273 2009-07-13 Jan Djärv <jan.h.d@swipnet.se>
14274
14275 * term/ns-win.el (x-select-font): defalias x-select-font to
14276 ns-popup-font-panel instead of generate-fontset-menu.
14277
14278 2009-07-12 Eli Zaretskii <eliz@gnu.org>
14279
14280 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
14281
14282 2009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
14283
14284 * arc-mode.el (archive-find-type): Allow for a PK00 string before
14285 the PK\003\004 header (Bug#3770).
14286
14287 2009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
14288
14289 * pcomplete.el (pcomplete-comint-setup): Check for
14290 shell-dynamic-complete-filename too.
14291
14292 2009-07-11 Chong Yidong <cyd@stupidchicken.com>
14293
14294 * simple.el (temporary-goal-column): Change the value for
14295 line-move-visual to a cons cell.
14296 (line-move-visual): Record or set the window hscroll, if
14297 necessary (Bug#3494).
14298 (line-move-1): Handle cons value of temporary-goal-column.
14299
14300 2009-07-11 Kenichi Handa <handa@m17n.org>
14301
14302 * international/mule-diag.el (describe-character-set): Don't show
14303 width.
14304
14305 2009-07-10 Sam Steingold <sds@gnu.org>
14306
14307 * progmodes/compile.el (compilation-mode-font-lock-keywords):
14308 Omake sometimes indents the errors it prints, so allow all
14309 regexps to start with spaces.
14310
14311 2009-07-10 Eli Zaretskii <eliz@gnu.org>
14312
14313 * cus-edit.el (customize-changed-options-previous-release):
14314 Bump value to 22.1. (Bug#3804)
14315
14316 2009-07-08 Sam Steingold <sds@gnu.org>
14317
14318 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
14319 to be a cons cell (test . ignored-directory) to selectively ignore
14320 some directories depending on the location of the search.
14321
14322 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
14323
14324 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
14325 remote user is root, on the local host.
14326 (tramp-local-host-p): Either the local user or the remote user
14327 must be root. (Bug#3771)
14328
14329 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
14330
14331 * progmodes/gdb-mi.el (gdb): Remove description of
14332 gdb-use-separate-io-buffer.
14333 (menu): Don't allow toggling of or enable
14334 gdb-use-separate-io-buffer from menubar.
14335
14336 2009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
14337
14338 * mail/unrmail.el (unrmail): Make sure the message ends with two
14339 newlines (Bug#3769).
14340
14341 2009-07-08 Glenn Morris <rgm@gnu.org>
14342
14343 * calendar/calendar.el (calendar-current-date): Rework previous change.
14344
14345 2009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
14346
14347 * calendar/calendar.el (calendar-current-date):
14348 Add an optional argument giving an offset from today.
14349
14350 2009-07-08 Glenn Morris <rgm@gnu.org>
14351
14352 * tutorial.el (tutorial--describe-nonstandard-key):
14353 Adjust the message for when a key has been unbound.
14354 (help-with-tutorial): Hide the arch-tag.
14355
14356 2009-07-08 Kenichi Handa <handa@m17n.org>
14357
14358 * international/fontset.el (setup-default-fontset): For each
14359 script, append (not set) font-specs.
14360
14361 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
14362 docstring.
14363
14364 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
14365
14366 * progmodes/gdb-mi.el (gdb-init-1): Move sending
14367 -data-list-register-names to ...
14368 (gdb-starting): ... here because GDB 7.0 requires execution to
14369 have started when using this MI command.
14370 (gdb-set-header): New function to distinguish select and
14371 unselected tabs in gdb buffers.
14372 (gdb-propertize-header): New macro that uses gdb-set-header.
14373 (gdb-breakpoints-header, gdb-locals-header): Use it.
14374 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
14375
14376 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
14377
14378 * Makefile.in (ELCFILES): Remove fadr.elc.
14379
14380 2009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
14381
14382 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
14383 may contain frame information, so `string-match' should be used.
14384 (gdb-update): Disassembly is invalidated through
14385 `gdb-get-selected-frame'.
14386 (gdb-pad-string): New function to pad string with spaces.
14387 (gdb-invalidate-disassembly): Invalidate only if the buffer
14388 exists.
14389 (gdb-disassembly-handler-custom): Column alignment.
14390 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
14391 placing new ones.
14392 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
14393 end of line, too.
14394 (gdb-frame-handler): Match convention to for disassembly buffer
14395 mode name.
14396 (gdb-stack-list-frames-handler): Rewritten without regexps.
14397 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
14398 not highlight breakpoints without line information.
14399 (gdb-input): Add trailing newline to command.
14400
14401 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
14402 buffer properly.
14403 (gdb-breakpoints-list-handler-custom): Replacement for
14404 `gdb-break-list-handler'. Using real parser instead of regexps
14405 now.
14406 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
14407 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
14408 to place breakpoints.
14409 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
14410 functions.
14411 (gdb-disassembly-handler-custom): Show overlay arrow.
14412 (gdb-disassembly-place-breakpoints): Show breakpoints in
14413 disassembly buffer.
14414 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
14415 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
14416 instead of parsing breakpoints buffer. Fixed old menu references
14417 in `gud-menu-map'.
14418
14419 * fadr.el: Remove.
14420
14421 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
14422 (gdb-memory-address): New variable which holds top address of
14423 memory page shown in memory buffer.
14424 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
14425 customization variables.
14426 New functions:
14427 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
14428 display the memory buffer.
14429 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
14430 buffer display parameters.
14431 (def-gdb-memory-format, gdb-memory-format-binary)
14432 (gdb-memory-format-octal, gdb-memory-format-unsigned)
14433 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
14434 Functions for setting memory buffer format.
14435 (gdb-memory-unit-word, gdb-memory-unit-halfword)
14436 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
14437 unit size used in memory buffer.
14438 (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
14439 to next/previous page of memory buffer.
14440 Now using (bindat-get-field) instead of fadr functions.
14441
14442 2009-07-07 Sam Steingold <sds@gnu.org>
14443
14444 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
14445 non-top-level files.
14446
14447 2009-07-07 Kenichi Handa <handa@m17n.org>
14448
14449 * international/mule-cmds.el (reset-language-environment): Put
14450 the highset priority to the charset iso-8859-1.
14451
14452 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
14453
14454 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
14455 to the end of the line when locating the block (Bug#700).
14456
14457 2009-07-06 Michael Albinus <michael.albinus@gmx.de>
14458
14459 * net/tramp.el (tramp-handle-write-region): Flush file properties
14460 in case of short track.
14461
14462 2009-07-06 Michael McNamara <mac@mail.brushroad.com>
14463
14464 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
14465 Coded custom representation of verilog error regular expressions
14466 to work with Emacs-22's new format.
14467 (verilog-error-regexp-xemacs-alist): Coded custom representation
14468 of verilog error regular expressions to work with XEmacs format.
14469 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
14470 error recognition into XEmacs.
14471 (verilog-error-regexp-add-emacs): Hook routine to install verilog
14472 error recognition into Emacs-22.
14473
14474 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
14475
14476 * woman.el: Remove stand-alone closing parentheses.
14477 (woman-file-name, woman2-format-paragraphs)
14478 (woman-leave-blank-lines): Code cleanup.
14479 (woman-use-own-frame): Change default to nil.
14480 (woman-italic, woman-bold, woman-unknown, woman-addition): Change
14481 defaults to inherit from default faces.
14482 (woman2-process-escapes): Consume the newline after a stand-alone
14483 filler character (Bug#3651).
14484
14485 2009-07-06 Glenn Morris <rgm@gnu.org>
14486
14487 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
14488 (top-level): Move provide to the end.
14489 (ffap): Remove defunct URL from custom group.
14490
14491 * subr.el (eval-after-load): Doc fix.
14492
14493 2009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
14494
14495 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
14496 `calc-embedded-word' is called twice.
14497
14498 2009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
14499
14500 * files.el (find-alternate-file-other-window, find-alternate-file):
14501 Obey confirm-nonexistent-file-or-buffer.
14502
14503 2009-07-05 Michael Albinus <michael.albinus@gmx.de>
14504
14505 * dired-aux.el (dired-show-file-type): Handle remote files.
14506
14507 2009-07-05 Jari Aalto <jari.aalto@cante.net>
14508
14509 * desktop.el (desktop-globals-to-save):
14510 Add file-name-history (Bug#2750).
14511
14512 2009-07-05 Chong Yidong <cyd@stupidchicken.com>
14513
14514 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
14515
14516 2009-07-04 Johan Bockgård <bojohan@gnu.org>
14517
14518 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
14519 property on entire argument since this is what eshell-lisp-command
14520 expects.
14521
14522 2009-07-03 Michael Albinus <michael.albinus@gmx.de>
14523
14524 * net/tramp-gvfs.el (tramp-gvfs-methods)
14525 (tramp-gvfs-zeroconf-domain)
14526 (tramp-bluez-discover-devices-timeout): Add version flag.
14527 (tramp-gvfs-handler-mounted-unmounted)
14528 (tramp-gvfs-connection-mounted-p): Polish handling of
14529 incompatibilities between GVFS 0.2 and 1.0.
14530
14531 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
14532
14533 * cus-start.el (all): Add make-pointer-invisible.
14534
14535 2009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
14536
14537 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
14538 formatted correctly.
14539
14540 2009-07-02 Juri Linkov <juri@jurta.org>
14541
14542 * info.el: Virtual Info files and nodes.
14543 (Info-virtual-files, Info-virtual-nodes): New variables.
14544 (Info-current-node-virtual): New variable.
14545 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
14546 New functions.
14547 (Info-file-supports-index-cookies): Use Info-virtual-file-p
14548 to check for a virtual file instead of checking a fixed list
14549 of node names.
14550 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
14551 instead of ad-hoc processing of "dir" and (apropos history toc).
14552 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
14553 instead of ad-hoc processing of "dir" and (apropos history toc).
14554 Reread a file when moving from a virtual node.
14555 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
14556 (Info-directory-toc-nodes, Info-directory-find-file)
14557 (Info-directory-find-node): New functions.
14558 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
14559 (Info-history): Move part of code to
14560 `Info-history-find-node'.
14561 (Info-history-toc-nodes, Info-history-find-file)
14562 (Info-history-find-node): New functions.
14563 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
14564 (Info-toc): Move part of code to `Info-toc-find-node'.
14565 (Info-toc-find-node): New function.
14566 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
14567 the current Info file name to references because now the node
14568 "*TOC*" belongs to the same Info manual.
14569 (Info-toc-build): Rename from `Info-build-toc'.
14570 (Info-toc-nodes): Rename input argument `file' to `filename'.
14571 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
14572 instead of ad-hoc processing of ("dir" apropos history toc).
14573 (Info-index-nodes): Use Info-virtual-file-p
14574 to check for a virtual file instead of checking a fixed list
14575 of node names.
14576 (Info-index-node): Add check for `Info-current-node-virtual'.
14577 Raise `save-match-data' higher up the tree to contain
14578 `search-forward' too (bug fix).
14579 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
14580 (Info-virtual-index-nodes): New variable.
14581 (Info-virtual-index-find-node, Info-virtual-index): New functions.
14582 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
14583 (Info-apropos-file, Info-apropos-nodes): New variables.
14584 (Info-apropos-toc-nodes, Info-apropos-find-file)
14585 (Info-apropos-find-node, Info-apropos-matches): New functions.
14586 (info-apropos): Move part of code to `Info-apropos-find-node' and
14587 `Info-apropos-matches'.
14588 (Info-mode-map): Bind "I" to `Info-virtual-index'.
14589 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
14590 for a virtual file instead of checking a fixed list of node names.
14591
14592 * simple.el (async-shell-command): New command.
14593
14594 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
14595
14596 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
14597 instead of `mount-info'.
14598
14599 2009-07-02 Michael Albinus <michael.albinus@gmx.de>
14600
14601 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
14602 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
14603
14604 2009-07-02 Kenichi Handa <handa@m17n.org>
14605
14606 * international/mule.el (set-keyboard-coding-system): Force *-unix
14607 coding-system to avoid eol conversion.
14608
14609 2009-07-01 Michael Albinus <michael.albinus@gmx.de>
14610
14611 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
14612 Add handler for `process-file', `shell-command' and
14613 `start-file-process'.
14614 (tramp-gvfs-handle-shell-command)
14615 (tramp-gvfs-handle-start-file-process)
14616 (tramp-gvfs-handle-process-file): New defuns.
14617 (tramp-synce-list-devices): Simplify check for existence of property.
14618
14619 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
14620
14621 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
14622
14623 2009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
14624
14625 * language/korean.el (set-language-info-alist): Add korean-cp949,
14626 cp949 to spec.
14627
14628 2009-07-01 Kenichi Handa <handa@m17n.org>
14629
14630 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
14631
14632 * international/encoded-kb.el: Deleted.
14633
14634 * international/mule.el (set-keyboard-coding-system): Perform the
14635 necessary setup here instead of calling encoded-kbd-setup-display.
14636
14637 2009-07-01 Glenn Morris <rgm@gnu.org>
14638
14639 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
14640
14641 2009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
14642
14643 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
14644
14645 2009-06-30 Michael Albinus <michael.albinus@gmx.de>
14646
14647 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
14648 Handle also the 'rename case, when setting file modes. (Bug#3712)
14649 (tramp-default-file-modes): Remove execute permissions.
14650
14651 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
14652 (top): Add a default for "synce" in `tramp-default-user-alist'.
14653 Add completion function for "synce" method.
14654 (tramp-hal-service, tramp-hal-path-manager)
14655 (tramp-hal-interface-manager, tramp-hal-interface-device):
14656 New defconst.
14657 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
14658 (tramp-synce-list-devices, tramp-synce-parse-device-names):
14659 New defuns.
14660
14661 * net/trampver.el: Update release number.
14662
14663 2009-06-30 Kenichi Handa <handa@m17n.org>
14664
14665 * international/fontset.el (setup-default-fontset): Add CJK fonts
14666 for symbols and the other miscellaneous characters.
14667
14668 * language/korea-util.el (setup-korean-environment-internal):
14669 Make char-width-table suitable for Korean environments.
14670 (exit-korean-environment): Cancel above.
14671
14672 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
14673 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
14674 setup-function to make char-width-table suitable for respective
14675 environments, and an exit-function to cancel that.
14676
14677 * language/japan-util.el (setup-japanese-environment-internal):
14678 Call use-cjk-char-width-table with arg `ja_JP'.
14679
14680 * international/characters.el (cjk-char-width-table): Delete it.
14681 (cjk-char-width-table-list): New variable.
14682 (use-cjk-char-width-table): New arg local-name.
14683 (use-default-char-width-table): Fix for the case that Emacs is
14684 already using the default char-width-table.
14685
14686 2009-06-29 Michael Albinus <michael.albinus@gmx.de>
14687
14688 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
14689 modes mandatory. (Bug#3712)
14690
14691 2009-06-29 Alan Mackenzie <acm@muc.de>
14692
14693 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
14694 correction between the visible width of TABs and their number of bytes.
14695
14696 2009-06-29 Chong Yidong <cyd@stupidchicken.com>
14697
14698 * server.el (server-buffer-done): Prevent kill-buffer from
14699 prompting by clearing the buffer modification flag (Bug#3696).
14700
14701 2009-06-28 Michael McNamara <mac@mail.brushroad.com>
14702
14703 * progmodes/verilog-mode.el (verilog-beg-of-statement)
14704 (verilog-endcomment-reason-re): Support unique case and priority case.
14705 (verilog-basic-complete-re): Support localparam lineup.
14706 (verilog-beg-of-statement-1): Fix for robustness, unique case.
14707 (verilog-set-auto-endcomments): Fix for unique case, always_comb
14708 commenting.
14709 (verilog-leap-to-case-head): Now support *nested* unique &
14710 priority case statements.
14711 (verilog-auto-lineup): Make just declarations the default (as it
14712 had been).
14713 (verilog-leap-to-case-head): Support priority/unique case statements.
14714 (verilog-auto-lineup): Rework to give users radio buttons to
14715 select the various styles of automatic lineup.
14716 (verilog-error-regexp-alist): Rework to support the XEmacs style
14717 of error regular expressions from compilers, lint tools &
14718 simulators. Note that GNU Emacs has made it impossible for a mode
14719 to load such things.
14720 (electric-verilog-terminate-line, verilog-indent-declaration)
14721 (verilog-auto-wiure): Rework for radio button selection of
14722 auto-lineup selection of specification of auto lineup.
14723 (verilog-beg-of-statement-1): Redesign to support proper operation
14724 in additional code, based on testing with auto-lineup.
14725 (verilog-calculate-indent, assignments & declarations)
14726 (verilog-backward-token): Enhance to support auto-lineup of
14727 assignments & declarations.
14728 (verilog-in-directive-p, verilog-at-struct-p): New function for
14729 easy test of whether we are.
14730 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
14731 to support safe execution at almost anyline.
14732 (verilog-calc-1): Properly support indenting deep inside generate
14733 blocks.
14734 (verilog-init-font): Remove definition & use of verilog-init-font,
14735 as it is redundant with font-lock-defaults.
14736 (verilog-mode): Alter the definition of verilog-font-lock-defaults
14737 to avoid circular calls if syntax-ppss is a function (as is the
14738 case now in 22.x GNU Emacs) as that function would sometimes call
14739 itself, leading to (nearly) infinite recursion.
14740 (verilog-ovm-begin-re, verilog-ovm-end-re)
14741 (verilog-ovm-statement-re, verilog-leap-to-head)
14742 (verilog-backward-token): Add support for OVM macros. Some are
14743 complete statements, and others open and close scopes like begin
14744 and end.
14745 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
14746 (verilog-defun-level-generate-only-re): Really fix the defun-list
14747 compilation issue.
14748 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
14749 coverpoint, constraint and cross statements.
14750 (verilog-defun-level-list, verilog-generate-defun-level-list)
14751 (verilog-all-defun-level-list): Redo these specifications - it is
14752 too hard to support eval-when compile aggregation of lists also
14753 built at when-compile time.
14754 (verilog-defun-level-list): Place defconsts of variables used in
14755 building regular expressions which are built in eval-when-compile
14756 bodies in the same eval-when-compile body to facilitate compile
14757 without load.
14758 (verilog-beg-block-re-ordered): Support indenting
14759 virtual/protected tasks and functions.
14760 (verilog-defun-level-list, verilog-in-generate-region-p)
14761 (verilog-backward-ws&directives, verilog-calc-1): Speed up
14762 indentation of some module items (generate items).
14763 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
14764 across virtual/protected tasks and functions.
14765
14766 2009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
14767
14768 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
14769 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
14770 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
14771 in concatenations. Reported by Yishay Belkind.
14772 (verilog-auto-ascii-enum): Support one-hot state machines in
14773 AUTOASCIIENUM. Suggested by Lloyd Gomez.
14774 (verilog-auto-inst, verilog-auto-inst-port): Include interface
14775 modport in AUTOINST and add vl-modport for users. Reported by
14776 David Rogoff.
14777 (verilog-auto-inout-module, verilog-auto-inst)
14778 (verilog-decls-get-interfaces, verilog-insert-definition)
14779 (verilog-insert-one-definition, verilog-read-decls)
14780 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
14781 (verilog-sig-modport, verilog-signals-combine-bus)
14782 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
14783 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
14784 Suggested by David Rogoff.
14785 (verilog-repair-open-comma): Fix non-insertion of comma when
14786 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
14787 (verilog-make-width-expression): Simplify [A-1:0] expression
14788 widths to just {A{1'b0}}.
14789 (verilog-mode): Cleanup checkdoc warnings.
14790 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
14791 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
14792 inputs/outputs or data type. Suggested by Vasu Kandadi.
14793 (next-error-last-buffer): Fix byte-compiler warning.
14794 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
14795 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
14796 or shell command text during AUTO expansion. Suggested by Tad Truex.
14797 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
14798 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
14799 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
14800 in AUTOINOUT. Reported by Matthew Lovell.
14801 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
14802 causing use of <= assignments. Reported by Alex Reed.
14803 (verilog-read-decls): Fix triand, trior, wand, wor to be
14804 recognized by AUTOWIRE. Reported by Spencer Isaacson.
14805 (verilog-extended-complete-re): Support import "DPI-C" functions.
14806 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
14807 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
14808 (verilog-insert-date, verilog-insert-year)
14809 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
14810 Windows systems. Reported by Michael Potts.
14811 (verilog-read-module-name): Fix AUTOINST when the child module
14812 declaration's name is a tick define. Reported by Elliot Mednick.
14813 (verilog-read-decls): Fix V2K parameter bit subscripts getting
14814 passed to next parameter's definition. Reported by Bruce T.
14815 (verilog-read-decls): Fix detecting "parameter int" when using
14816 AUTOINSTPARAM. Reported by Bruce T.
14817 (verilog-goto-defun): Fix goto not finding modules unless first
14818 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
14819 (verilog-mode): Expand -f flag arguments on entry to mode so
14820 verilog-goto-defun will work. Reported by Lawrence Butcher.
14821 (verilog-getopt): Expand environment variables in -f file
14822 arguments. Suggested by Lawrence Butcher.
14823 (verilog-set-define): Fix "Symbol's value as variable is void"
14824 when reading enumerations.
14825 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
14826 Suggested by Stephen Peltan.
14827 (verilog-read-defines): Fix reading of enumerations in include
14828 files. Reported by Steve Peltan.
14829
14830 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
14831
14832 * files.el (trash-directory): Fix defcustom type.
14833
14834 2009-06-28 Juri Linkov <juri@jurta.org>
14835
14836 * help-fns.el (describe-function-1): Correctly locate adviced
14837 functions in hyperlink (Bug#2438).
14838
14839 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
14840
14841 * files.el (trash-directory): Change default to nil.
14842 (move-file-to-trash): If trash-directory is nil and
14843 system-move-file-to-trash is unbound, perform freedesktop-style
14844 trashing.
14845
14846 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
14847
14848 * files.el (move-file-to-trash): Add freedesktop trash
14849 support (Bug#973).
14850
14851 2009-06-28 Glenn Morris <rgm@gnu.org>
14852
14853 * autorevert.el (global-auto-revert-non-file-buffers)
14854 (global-auto-revert-mode): Doc fixes.
14855
14856 2009-06-27 Johan Bockgård <bojohan@gnu.org>
14857
14858 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
14859
14860 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
14861
14862 * faces.el (x-handle-named-frame-geometry): Ensure that we have
14863 opened an X connection before calling x-get-resource (Bug#3194).
14864
14865 * play/doctor.el: Remove reference to obsolete website.
14866 (make-doctor-variables): Correct grammar mistake (Bug#2633).
14867
14868 2009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
14869
14870 Remove find-file-not-found-hook VC method. (Bug#2757)
14871 * vc-hooks.el (vc-file-not-found-hook)
14872 (vc-default-find-file-not-found-hook): Remove functions.
14873 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
14874 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
14875 * vc.el:
14876 * vc-hg.el:
14877 * vc-git.el: Do not mention find-file-not-found-hook VC method.
14878
14879 2009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
14880
14881 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
14882 compatibility function for `looking-back'.
14883
14884 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
14885 Use `ispell-looking-back'.
14886
14887 2009-06-24 Michael Albinus <michael.albinus@gmx.de>
14888
14889 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
14890 rather than `filename'.
14891
14892 2009-06-23 Miles Bader <miles@gnu.org>
14893
14894 * face-remap.el (text-scale-set): New function.
14895
14896 2009-06-23 Glenn Morris <rgm@gnu.org>
14897
14898 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
14899
14900 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
14901
14902 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
14903
14904 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
14905
14906 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
14907 Simplify Persian conditionals.
14908
14909 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
14910 variable `filename'.
14911
14912 * comint.el (comint-insert-input): Doc fix.
14913
14914 * Makefile.in (ELCFILES): Fix typo in previous change.
14915
14916 2009-06-23 Miles Bader <miles@gnu.org>
14917
14918 * cus-start.el: Add entry for `recenter-redisplay'.
14919
14920 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
14921
14922 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
14923 Add an optional argument for the backend, use it instead of
14924 calling vc-backend.
14925 (vc-mode-line): Add an optional argument for the backend.
14926 Pass the backend to vc-state and vc-working-revision. Move code for
14927 special handling for vc-state being a buffer to ...
14928
14929 * vc-rcs.el (vc-rcs-find-file-hook):
14930 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
14931
14932 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
14933 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
14934 vc-stay-local-p and vc-mode-line calls.
14935
14936 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
14937 (vc-cvs-diff, vc-cvs-annotate-command)
14938 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
14939 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
14940 vc-mode-line calls.
14941
14942 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
14943 direct comparison.
14944 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
14945 backend when calling vc-mode-line.
14946 (vc-register): Do not create a closure for calling the vc register
14947 function, call it directly.
14948
14949 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
14950
14951 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
14952 to make it obvious item can be clicked.
14953
14954 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
14955
14956 2009-06-23 Kenichi Handa <handa@m17n.org>
14957
14958 * language/korea-util.el (korean-key-bindings): Change the binding
14959 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
14960 same command.
14961
14962 2009-06-22 Michael Albinus <michael.albinus@gmx.de>
14963
14964 Sync with Tramp 2.1.16.
14965
14966 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
14967
14968 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
14969 when a loading of a package fails. Completion function for rsync
14970 is `tramp-completion-function-alist-ssh'.
14971 (all): Replace all calls of `split-string' and
14972 `tramp-split-string' by `tramp-compat-split-string'.
14973 (tramp-default-method): Use `tramp-compat-process-running-p'.
14974 (tramp-default-proxies-alist): Allow also Lisp forms.
14975 (tramp-remote-path): Add choice "Private Directories".
14976 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
14977 (tramp-domain-regexp): Allow also "-", "_" and ".".
14978 (tramp-end-of-output): Remove newlines, and add "$" at the end.
14979 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
14980 (tramp-debug-message): Insert header line in debug buffer.
14981 (tramp-handle-directory-files-and-attributes-with-stat):
14982 Care about filenames with spaces, or starting with "-".
14983 (tramp-handle-dired-uncache): New defun.
14984 (tramp-handle-insert-directory): Don't flush the directory from
14985 cache, this is handled by `dired-uncache' now.
14986 (tramp-handle-insert-file-contents): Improve error handling.
14987 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
14988 Quote `tramp-end-of-output'.
14989 (tramp-action-password): Improve trace message.
14990 (tramp-check-for-regexp): Both echoes must be present, before removing.
14991 (tramp-open-connection-setup-interactive-shell): Trace coding system.
14992 (tramp-compute-multi-hops): Eval cons cells of
14993 `tramp-default-proxies-alist'.
14994 (tramp-maybe-open-connection): Use the same command pattern for
14995 first hop and further hops.
14996 (tramp-wait-for-output): Remove handling of newlines.
14997 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
14998 (tramp-split-string): Remove function. It is handled in
14999 tramp-compat now.
15000
15001 * net/tramp-cmds.el (tramp-bug):
15002 Recommend `tramp-cleanup-all-connections' in the bug mail.
15003
15004 * net/tramp-compat.el (tramp-compat-split-string)
15005 (tramp-compat-process-running-p): New defuns.
15006
15007 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
15008 for `dired-uncache'.
15009
15010 * net/tramp-gvfs.el: New package.
15011
15012 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
15013 Add handler for `dired-uncache'.
15014 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
15015
15016 * net/trampver.el: Update release number. Make version check fit
15017 for SXEmacs 22.
15018
15019 2009-06-22 Jim Meyering <meyering@redhat.com>
15020
15021 Automatically handle .xz suffix (XZ-compressed files), too.
15022 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
15023 XZ is the successor to LZMA: <http://tukaani.org/xz/>
15024
15025 2009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
15026 Nick Roberts <nickrob@snap.net.nz>
15027
15028 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
15029 repository (http://sphinx.net.ru/hg/gdb-mi/).
15030
15031 2009-06-22 Glenn Morris <rgm@gnu.org>
15032
15033 * files.el (dir-locals-collect-mode-variables): Allow for any number of
15034 `mode' and `eval' entries. (Bug#3430)
15035
15036 * Makefile.in (ELCFILES): Add fadr.elc.
15037
15038 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
15039 differing behavior of \n and ^ in strings. (Bug#3385)
15040
15041 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
15042
15043 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
15044 property.
15045 (lisp-indent-function): Make it a defcustom.
15046
15047 2009-06-21 Nick Roberts <nickrob@snap.net.nz>
15048
15049 * progmodes/gdb-ui.el: Replace with ...
15050 * progmodes/gdb-mi.el: ... this file.
15051 * progmodes/gud.el: Modify for gdb-mi.el.
15052
15053 2009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
15054
15055 * fadr.el: New file.
15056
15057 See ChangeLog.14 for earlier changes.
15058
15059 ;; Local Variables:
15060 ;; coding: utf-8
15061 ;; End:
15062
15063 Copyright (C) 2009, 2010 Free Software Foundation, Inc.
15064
15065 This file is part of GNU Emacs.
15066
15067 GNU Emacs is free software: you can redistribute it and/or modify
15068 it under the terms of the GNU General Public License as published by
15069 the Free Software Foundation, either version 3 of the License, or
15070 (at your option) any later version.
15071
15072 GNU Emacs is distributed in the hope that it will be useful,
15073 but WITHOUT ANY WARRANTY; without even the implied warranty of
15074 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15075 GNU General Public License for more details.
15076
15077 You should have received a copy of the GNU General Public License
15078 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
15079
15080 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1