* net/tramp.el (tramp-file-name-handler): Trace 'quit.
[bpt/emacs.git] / lisp / ChangeLog
1 2010-07-20 Michael Albinus <michael.albinus@gmx.de>
2
3 * net/tramp.el (tramp-file-name-handler): Trace 'quit.
4 (tramp-open-connection-setup-interactive-shell): Apply
5 workaround for IRIX64 bug. Move argument of last
6 `tramp-send-command' where it belongs to.
7
8 2010-07-20 Michael Albinus <michael.albinus@gmx.de>
9
10 * net/tramp.el (tramp-perl-file-attributes)
11 (tramp-perl-directory-files-and-attributes): Don't pass "$3".
12 (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
13 front of `login-args'.
14
15 2010-07-19 Juanma Barranquero <lekktu@gmail.com>
16
17 * time.el (display-time-world-mode): Define with `define-derived-mode'.
18 Set `show-trailing-whitespace' to nil.
19 (display-time-world-display): Simplify.
20
21 2010-07-18 Alan Mackenzie <acm@muc.de>
22
23 Enhance `c-file-style' in file/directory local variables.
24 * progmodes/cc-mode.el (c-count-cfss): New function.
25 (c-before-hack-hook): Call `c-set-style' differently according to
26 whether c-file-style was set in file or directory local
27 variables.
28
29 2010-07-18 Michael R. Mauger <mmaug@yahoo.com>
30
31 * progmodes/sql.el: Version 2.2.
32 (sql-product, sql-user, sql-database, sql-server, sql-port): Use
33 defcustom :safe keyword rather than putting safe-local-variable
34 property.
35 (sql-password): Use defcustom :risky keyword rather than putting
36 risky-local-variable property.
37 (sql-oracle-login-params, sql-sqlite-login-params)
38 (sql-solid-login-params, sql-sybase-login-params)
39 (sql-informix-login-params, sql-ingres-login-params)
40 (sql-ms-login-params, sql-postgres-login-params)
41 (sql-interbase-login-params, sql-db2-login-params)
42 (sql-linter-login-params): Add `port' option
43 (sql-get-product-feature): Added NO-INDIRECT parameter.
44 (sql-comint-oracle, sql-comint-sybase)
45 (sql-comint-informix, sql-comint-sqlite, sql-comint-mysql)
46 (sql-comint-solid, sql-comint-ingres, sql-comint-ms)
47 (sql-comint-postgres, sql-comint-interbase, sql-comint-db2)
48 (sql-comint-linter): Renamed sql-connect-* functions to
49 sql-comint-*.
50 (sql-product-alist, sql-mode-menu): Renamed as above and
51 :sqli-connect-func to :sqli-comint-func.
52 (sql-connection): New variable
53 (sql-interactive-mode): Set it.
54 (sql-connection-alist): New variable.
55 (sql-connect): New function.
56 (sql--alt-buffer-part, sql--alt-if-not-empty)
57 (sql-make-alternate-buffer-name): Improved alternative buffer name.
58
59 2010-07-17 Thierry Volpiatto <thierry.volpiatto@gmail.com>
60
61 * image-mode.el (image-bookmark-make-record): Do not set context
62 in an image (Bug#6650).
63
64 2010-07-17 Chong Yidong <cyd@stupidchicken.com>
65
66 * simple.el (select-active-region): New function.
67 (push-mark-command, set-mark, activate-mark)
68 (handle-shift-selection): Use it.
69 (deactivate-mark): Don't check for size of region.
70
71 * mouse.el (mouse-drag-track): Use select-active-region.
72
73 2010-07-17 Michael Albinus <michael.albinus@gmx.de>
74
75 * net/tramp.el (tramp-get-ls-command-with-dired): Make test for
76 "--dired" stronger.
77
78 2010-07-17 Chong Yidong <cyd@stupidchicken.com>
79
80 * term/x-win.el (x-select-enable-primary): Change default to nil.
81 (x-select-enable-clipboard): Add :version keyword.
82
83 * mouse.el (mouse-drag-copy-region):
84 * simple.el (select-active-regions): Likewise.
85
86 2010-07-16 Reiner Steib <Reiner.Steib@gmx.de>
87
88 * vc/vc.el (vc-coding-system-inherit-eol): New defvar.
89 (vc-coding-system-for-diff): Use it to decide whether to inherit
90 from the file the EOL format for reading the diffs of that file.
91 (Bug#4451)
92
93 2010-07-16 Eli Zaretskii <eliz@gnu.org>
94
95 * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
96 unibyte, so compressed attachments are not compressed again.
97
98 2010-07-16 Michael Albinus <michael.albinus@gmx.de>
99
100 * net/tramp.el (tramp-handle-shell-command): Don't use hard-wired
101 "/bin/sh" but `tramp-remote-sh' from `tramp-methods'.
102 (tramp-find-shell): Simplify setting connection property.
103 (tramp-get-ls-command): Make test for "--color=never" stronger.
104
105 2010-07-15 Simon South <ssouth@member.fsf.org>
106
107 * progmodes/delphi.el (delphi-previous-indent-of): Indent case
108 blocks within record declarations (i.e. variant parts) correctly.
109
110 2010-07-15 Simon South <ssouth@member.fsf.org>
111
112 * progmodes/delphi.el (delphi-token-at): Give newlines precedence
113 over literal tokens when parsing so newlines aren't "absorbed" by
114 single-line comments. Corrects the indentation of case blocks
115 that have a comment on the first line.
116
117 2010-07-14 Karl Fogel <kfogel@red-bean.com>
118
119 * bookmark.el (bookmark-load-hook): Fix doc string as suggested
120 by Drew Adams (Bug#5504).
121
122 2010-07-14 Jan Djärv <jan.h.d@swipnet.se>
123
124 * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
125 now that unicode is used (Bug#6594).
126
127 2010-07-14 Chong Yidong <cyd@stupidchicken.com>
128
129 * term/x-win.el (x-select-enable-clipboard): Default to t.
130 (x-initialize-window-system): Don't overwrite Paste menu item.
131
132 * simple.el (select-active-regions): Default to t.
133 (push-mark-command): Don't overwrite primary with empty string.
134
135 * mouse.el: Bind mouse-2 to mouse-yank-primary.
136 (mouse-drag-copy-region): Default to nil.
137
138 * menu-bar.el (menu-bar-enable-clipboard): Don't overwrite
139 Cut/Copy/Paste menu bar items.
140
141 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
142
143 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
144 Patch applied by Karl Fogel.
145
146 * bookmark.el (bookmark-set): Don't set `bookmark-yank-point'
147 and `bookmark-current-buffer' if they have been already set in
148 another buffer (e.g gnus-art).
149
150 2010-07-13 Karl Fogel <kfogel@red-bean.com>
151 Thierry Volpiatto <thierry.volpiatto@gmail.com>
152
153 Preparation for setting bookmarks in Gnus article buffers (Bug#5975).
154
155 * bookmark.el (bookmark-make-record-default): Allow unneeded
156 information to be omitted from the record.
157
158 Adjust declarations and calls:
159
160 * info.el (bookmark-make-record-default): Adjust declaration.
161 (Info-bookmark-make-record): Adjust call.
162
163 * woman.el (bookmark-make-record-default): Adjust declaration.
164 (woman-bookmark-make-record): Adjust call.
165
166 * man.el (bookmark-make-record-default): Adjust declaration.
167 (Man-bookmark-make-record): Adjust call.
168
169 * image-mode.el (bookmark-make-record-default): Adjust declaration.
170
171 * doc-view.el (bookmark-make-record-default): Adjust declaration.
172
173 2010-07-13 Karl Fogel <kfogel@red-bean.com>
174
175 * bookmark.el (bookmark-show-annotation): Use `when' instead of `if'.
176 This is also from Thierry Volpiatto's patch in bug #6444. However,
177 because it was extraneous to the functional change in that patch,
178 and causes a re-indendation, I am committing it separately.
179
180 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
181
182 * bookmark.el (bookmark-show-annotation): Ensure annotations show,
183 e.g. in Info bookmarks, by using `switch-to-buffer-other-window'.
184 Patch applied by Karl Fogel (Bug#6444).
185
186 2010-07-13 Chong Yidong <cyd@stupidchicken.com>
187
188 * frame.el (make-frame): Fix typo in 2010-06-30 change (Bug#6625).
189
190 2010-07-13 Adrian Robert <Adrian.B.Robert@gmail.com>
191
192 * term/ns-win.el: Bind M-~ to 'ns-prev-frame (due to Matthew
193 Dempsky; bug#5084). Remove incorrect binding for S-tab.
194 (ns-alternatives-map): Change S-tab binding to backtab
195 (bug#6616).
196
197 * simple.el (normal-erase-is-backspace-setup-frame): Set mode on
198 under ns.
199
200 2010-07-12 Andreas Schwab <schwab@linux-m68k.org>
201
202 * language/tai-viet.el ("TaiViet"): Try to fix re-encoding
203 bugs. (Bug#5806)
204
205 * language/tv-util.el (tai-viet-re): Remove format.
206
207 2010-07-12 Kenichi Handa <handa@m17n.org>
208
209 * language/hebrew.el: Remove no-byte-compile declaration. Change
210 coding: tag to utf-8. Register hebrew-shape-gstring in
211 composition-function-table for 3-character looking back.
212 (hebrew-font-get-precomposed): New function.
213 (hebrew-shape-gstring): Utilize precomposed glyphs if available.
214
215 2010-07-11 Chong Yidong <cyd@stupidchicken.com>
216
217 * mouse.el (mouse-drag-track): Handle select-active-regions
218 (Bug#6612).
219
220 2010-07-11 Magnus Henoch <magnus.henoch@gmail.com>
221
222 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
223 empty argument to gvfs-copy.
224
225 2010-07-10 Glenn Morris <rgm@gnu.org>
226
227 * calendar/calendar.el (calendar-week-end-day): New function.
228 * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
229 Respect calendar-week-start-day. (Bug#6606)
230 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
231 (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
232 (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
233 respect calendar-week-start-day.
234
235 2010-07-10 Chong Yidong <cyd@stupidchicken.com>
236
237 * simple.el (use-region-p): Doc fix (Bug#6607).
238
239 2010-07-10 Aleksei Gusev <aleksei.gusev@gmail.com> (tiny change)
240
241 * progmodes/compile.el (compilation-error-regexp-alist-alist): Add
242 regexps for cucumber and ruby.
243
244 2010-07-08 Daiki Ueno <ueno@unixuser.org>
245
246 * epa-file.el (epa-file-error, epa-file--find-file-not-found-function)
247 (epa-file-insert-file-contents): Hack to prevent
248 find-file from opening empty buffer when decryptin failed
249 (bug#6568).
250
251 2010-07-07 Agustín Martín <agustin.martin@hispalinux.es>
252
253 * textmodes/ispell.el (ispell-alternate-dictionary):
254 Use file-readable-p.
255 Return nil if no word-list is found at default locations.
256 (ispell-complete-word-dict): Default to nil.
257 (ispell-command-loop): Use 'word-list' when using lookup-words.
258 (lookup-words): Use ispell-complete-word-dict or
259 ispell-alternate-dictionary. Check for word-list availability
260 and handle errors if needed with better messages (Bug#6539).
261 (ispell-complete-word): Use ispell-complete-word-dict or
262 ispell-alternate-dictionary.
263
264 2010-07-07 Christoph Scholtes <cschol2112@gmail.com>
265
266 * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
267 builtins (BufferError, BytesWarning, WindowsError; callables
268 bin, bytearray, bytes, format, memoryview, next, print; __package__).
269
270 2010-07-07 Glenn Morris <rgm@gnu.org>
271
272 * play/zone.el (top-level): Do not require timer, tabify, or cl.
273 (zone-shift-left): Ignore intangibility, and any errors from
274 forward-char.
275 (zone-shift-right): Remove no-op end-of-line. Ignore intangibility.
276 (zone-pgm-putz-with-case): Use upcase-region rather than inserting,
277 deleting, and copying text properties.
278 (zone-line-specs, zone-pgm-stress): Check forward-line exit status.
279 (zone-pgm-rotate): Handle odd buffers like that of gomoku, where getting
280 to point-max is hard.
281 (zone-fret, zone-fill-out-screen): Replace cl's do with dotimes.
282 (zone-fill-out-screen): Ignore intangibility.
283
284 2010-07-05 Chong Yidong <cyd@stupidchicken.com>
285
286 * menu-bar.el (menu-bar-mode):
287 * tool-bar.el (tool-bar-mode): Replace default-frame-alist element
288 if it has been set.
289
290 * mouse.el (mouse-drag-track): Call mouse-start-end to handle
291 word/line selection (Bug#6565).
292
293 2010-07-04 Juanma Barranquero <lekktu@gmail.com>
294
295 * net/dbus.el (dbus-send-signal): Declare function.
296
297 2010-07-04 Michael Albinus <michael.albinus@gmx.de>
298
299 * net/dbus.el: Implement signal "PropertiesChanged" (from D-Bus 1.3.1).
300 (dbus-register-property): New optional argument EMITS-SIGNAL.
301 (dbus-property-handler): Send signal "PropertiesChanged" if requested.
302
303 2010-07-03 Chong Yidong <cyd@stupidchicken.com>
304
305 * mouse.el (mouse-drag-overlay): Variable deleted.
306 (mouse-move-drag-overlay, mouse-show-mark): Functions deleted.
307 (mouse--remap-link-click-p): New function.
308 (mouse-drag-track): Handle dragging by using temporary Transient
309 Mark mode, instead of a special overlay.
310 (mouse-kill-ring-save, mouse-save-then-kill): Don't call
311 mouse-show-mark.
312
313 * mouse-sel.el (mouse-sel-selection-alist): mouse-drag-overlay
314 deleted.
315
316 2010-07-02 Juri Linkov <juri@jurta.org>
317
318 * autoinsert.el (auto-insert-alist): Fix readability
319 by using dotted pair notation for lambda.
320
321 2010-07-02 Juri Linkov <juri@jurta.org>
322
323 * faces.el (read-face-name): Rename arg `string-describing-default'
324 to `default'. Doc fix. Display the default value in quotes
325 in the prompt. With empty input, return the `default' arg,
326 unless the default value is a string (in which case return nil).
327 (describe-face): Replace the string `default' arg of `read-face-name'
328 with the symbol `default'.
329
330 2010-07-02 Chong Yidong <cyd@stupidchicken.com>
331
332 * emulation/viper-cmd.el (viper-delete-backward-char)
333 (viper-del-backward-char-in-insert)
334 (viper-del-backward-char-in-replace, viper-change)
335 (viper-backward-indent): Replace delete-backward-char with
336 delete-char (Bug#6552).
337
338 2010-07-01 Chong Yidong <cyd@stupidchicken.com>
339
340 * ruler-mode.el (ruler--save-header-line-format): Fix typos.
341
342 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
343
344 * frame.el (make-frame): Add default-frame-alist to the PARAMETERS
345 argument passed to frame-creation-function (Bug#5378).
346
347 * faces.el (x-handle-named-frame-geometry)
348 (x-handle-reverse-video, x-create-frame-with-faces)
349 (face-set-after-frame-default, tty-create-frame-with-faces): Don't
350 separately consult default-frame-alist. It is now passed as the
351 PARAMETER argument.
352
353 2010-06-30 Andreas Schwab <schwab@linux-m68k.org>
354
355 * startup.el (command-line): Don't call tool-bar-setup in a
356 tty-only build.
357
358 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
359
360 * ruler-mode.el (ruler--save-header-line-format): New fun.
361 (ruler-mode): Use it as a setter function, so as not to overwrite
362 ruler-mode-header-line-format-old if Ruler mode is on (Bug#5370).
363
364 2010-06-29 Chong Yidong <cyd@stupidchicken.com>
365
366 * vc/vc.el (vc-deduce-backend): New fun. Handle diff buffers.
367 (vc-root-diff, vc-print-root-log, vc-log-incoming)
368 (vc-log-outgoing): Use it.
369 (vc-diff-internal): Set diff-vc-backend.
370
371 * vc/diff-mode.el (diff-vc-backend): New var.
372
373 2010-06-28 Jan Djärv <jan.h.d@swipnet.se>
374
375 * dynamic-setting.el (font-setting-change-default-font): Remove
376 call to message.
377
378 2010-06-28 Kenichi Handa <handa@m17n.org>
379
380 * international/quail.el (quail-insert-kbd-layout): Fix the
381 showing of untranslated characters.
382
383 2010-06-28 Chong Yidong <cyd@stupidchicken.com>
384
385 * simple.el (delete-active-region): New option.
386 (delete-backward-char): Implement in Lisp.
387 (delete-forward-char): New command.
388
389 * mouse.el (mouse-region-delete-keys): Deleted.
390 (mouse-show-mark): Simplify.
391
392 * bindings.el (global-map): Bind delete and DEL, the former to
393 delete-forward-char.
394
395 2010-06-27 Lennart Borgman <lennart.borgman@gmail.com>
396
397 * progmodes/ruby-mode.el (ruby-mode-map): Don't bind TAB.
398 (ruby-mode): Bind indent-line-function (Bug#5119).
399
400 2010-06-27 Chong Yidong <cyd@stupidchicken.com>
401
402 * startup.el (command-line): Recognize "0" X resource value.
403
404 2010-06-27 Chong Yidong <cyd@stupidchicken.com>
405
406 * startup.el (command-line): Use X resources to set the value of
407 menu-bar-mode and tool-bar-mode, before calling frame-initialize.
408
409 * menu-bar.el (menu-bar-mode):
410 * tool-bar.el (tool-bar-mode): Don't change default-frame-alist.
411 Set init-value to t.
412
413 * frame.el (frame-notice-user-settings): Don't change
414 default-frame-alist based on menu-bar-mode and tool-bar-mode, or
415 vice versa (Bug#2249).
416
417 2010-06-26 Eli Zaretskii <eliz@gnu.org>
418
419 * w32-fns.el (w32-convert-standard-filename): Doc fix.
420
421 2010-06-25 Agustín Martín <agustin.martin@hispalinux.es>
422
423 * textmodes/flyspell.el (flyspell-check-previous-highlighted-word):
424 Make sure `flyspell-word' re-checks word after function run (Bug#6504).
425
426 * textmodes/ispell.el (ispell-init-process): Make sure ispell and
427 default directories are expanded. (Bug#6143).
428
429 2010-06-24 Juri Linkov <juri@jurta.org>
430
431 * minibuffer.el (completions-format): Change default from nil to
432 `horizontal'. Remove `nil' value from :type. Doc fix. (Bug#6459)
433
434 2010-06-24 Juri Linkov <juri@jurta.org>
435
436 * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
437 buffer-locally to lambda that re-runs the vc diff command.
438 (Bug#6447)
439
440 2010-06-24 Chong Yidong <cyd@stupidchicken.com>
441
442 * kmacro.el (kmacro-call-macro): Don't issue hint message if the
443 echo area is in use (Bug#3412).
444
445 2010-06-22 Glenn Morris <rgm@gnu.org>
446
447 * textmodes/texinfmt.el (texinfo-format-region)
448 (texinfo-raise-lower-sections, texinfo-format-separate-node)
449 (texinfo-itemize-item, texinfo-multitable-item, texinfo-alias)
450 (texinfo-format-option, texinfo-noindent):
451 Use line-beginning-position and line-end-position.
452
453 * calc/calc-aent.el, calc/calc-ext.el, calc/calc-lang.el:
454 * calc/calc-store.el, calc/calc-units.el, calc/calc.el:
455 * calc/calccomp.el: Add explicit utf-8 coding cookies to files with
456 utf-8 characters.
457
458 2010-06-21 Karl Fogel <kfogel@red-bean.com>
459
460 * play/zone.el (zone-fall-through-ws): Fix next-line ->
461 forward-line fallout.
462
463 2010-07-06 Chong Yidong <cyd@stupidchicken.com>
464
465 * mouse.el (mouse-appearance-menu): Add docstring.
466
467 * help.el (describe-key): Print up-event using key-description.
468
469 2010-07-03 Michael Albinus <michael.albinus@gmx.de>
470
471 * net/zeroconf.el (zeroconf-resolve-service)
472 (zeroconf-service-resolver-handler): Use
473 `dbus-byte-array-to-string'.
474 (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
475
476 2010-07-03 Jan Moringen <jan.moringen@uni-bielefeld.de>
477
478 * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
479
480 2010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
481
482 Avoid displaying files with a nil state in vc-dir.
483 * vc/vc-dir.el (vc-dir-update): Obey the noinsert argument in all
484 cases that cause insertion.
485 (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
486 with a nil state.
487
488 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
489
490 * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
491
492 2010-06-29 Leo <sdl.web@gmail.com>
493
494 * emacs-lisp/rx.el (rx): Doc fix. (Bug#6537)
495
496 2010-06-27 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
497
498 * generic-x.el (bat-generic-mode): Fix regexp for command line
499 switches (Bug#5719).
500
501 2010-06-27 Masatake YAMATO <yamato@redhat.com>
502
503 * htmlfontify.el (hfy-face-attr-for-class): Use append instead
504 of nconc to avoid pure storage error (Bug#6239).
505
506 2010-06-27 Christoph <cschol2112@googlemail.com> (tiny change)
507
508 * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
509 (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
510 bindings of bookmark-automatically-show-annotations (Bug#6515).
511
512 2010-06-25 Eli Zaretskii <eliz@gnu.org>
513
514 * arc-mode.el (archive-zip-extract): Don't quote the file name on
515 MS-Windows and MS-DOS. (Bug#6467, Bug#6144)
516
517 2010-06-24 Štěpán Němec <stepnem@gmail.com> (tiny change)
518
519 * comint.el (make-comint, make-comint-in-buffer): Mention return
520 value in the docstrings. (Bug#6498)
521
522 2010-06-24 Yoni Rabkin <yoni@rabkins.net>
523
524 * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
525 since it is not present when using some non-default switches.
526
527 2010-06-23 Karl Fogel <kfogel@red-bean.com>
528
529 * simple.el (compose-mail): Fix doc string to refer to
530 `compose-mail-user-agent-warnings', instead of to the
531 nonexistent `compose-mail-check-user-agent'.
532
533 2010-06-21 Alan Mackenzie <bug-cc-mode@gnu.org>
534
535 Fix an indentation bug:
536
537 * progmodes/cc-mode.el (c-common-init): Initialise c-new-BEG/END.
538 (c-neutralize-syntax-in-and-mark-CPP): c-new-BEG/END: Take account
539 of existing values.
540
541 * progmodes/cc-engine.el (c-clear-<-pair-props-if-match-after)
542 (c-clear->-pair-props-if-match-before): now return t when they've
543 cleared properties, nil otherwise.
544 (c-before-change-check-<>-operators): Set c-new-beg/end correctly
545 by taking account of the existing value.
546
547 * progmodes/cc-defs.el
548 (c-clear-char-property-with-value-function): Fix this to clear the
549 property rather than overwriting it with nil.
550
551 2010-06-20 Chong Yidong <cyd@stupidchicken.com>
552
553 * emacs-lisp/package.el (package-print-package): Add link to
554 package description via describe-package.
555 (describe-package-1): List package requirements. Add button to
556 perform installation.
557 (package-menu-describe-package): New command.
558
559 * help-mode.el (help-package): New button type.
560
561 2010-06-19 Chong Yidong <cyd@stupidchicken.com>
562
563 * emacs-lisp/package.el: Move package-list-packages binding to
564 menu-bar.el.
565 (describe-package, describe-package-1, package--dir): New funs.
566 (package-activate-1): Use package--dir.
567
568 * emacs-lisp/package-x.el (gnus-article-buffer): Require package.
569
570 * help-mode.el (help-package-def): New button type.
571
572 * menu-bar.el: Move package-list-packages binding here from
573 package.el.
574
575 2010-06-19 Gustav Hållberg <gustav@gmail.com> (tiny change)
576
577 * descr-text.el (describe-char): Avoid trailing whitespace. (Bug#6423)
578
579 2010-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
580
581 * emacs-lisp/edebug.el (edebug-read-list):
582 Phase out old-style backquotes.
583
584 2010-06-17 Juri Linkov <juri@jurta.org>
585
586 * help-mode.el (help-mode): Set buffer-local variable
587 revert-buffer-function to help-mode-revert-buffer.
588 (help-mode-revert-buffer): New function.
589
590 * info.el (Info-revert-find-node): Check for major-mode Info-mode
591 before popping to "*info*" (like in other Info functions).
592 Keep buffer-name in old-buffer-name. Keep Info-history-forward in
593 old-history-forward. Pop to old-buffer-name or "*info*" to
594 recreate the killed buffer. Set Info-history-forward from
595 old-history-forward.
596 (Info-breadcrumbs-depth): Add :group and :version.
597
598 2010-06-17 Dan Nicolaescu <dann@ics.uci.edu>
599
600 * emacs-lisp/package.el (package-menu-mode-map): Add a menu.
601
602 2010-06-17 Agustín Martín <agustin.martin@hispalinux.es>
603
604 * textmodes/ispell.el (ispell-aspell-find-dictionary): Fix regexp
605 for languages like Portuguese with pt_{BR,PT} and no plain pt.
606
607 2010-06-17 Juanma Barranquero <lekktu@gmail.com>
608
609 * emacs-lisp/package.el (package-menu-mode-map):
610 Move initialization into declaration.
611
612 * menu-bar.el (menu-bar-options-menu): Fix typo in menu entry.
613
614 2010-06-17 Chong Yidong <cyd@stupidchicken.com>
615
616 * emacs-lisp/package.el (package-archive-base): Point to
617 elpa.gnu.org.
618 (package-enable, package-load-list): New defcustoms.
619 (package-user-dir, package-directory-list): Turn into defcustoms.
620 Don't include package-user-dir in package-directory-list.
621 (package--builtins-base): Don't include Emacs as a "package".
622 (package-subdirectory-regexp): New var.
623 (package-load-all-descriptors, package-compute-transaction)
624 (package-download-transaction): Obey package-load-list.
625 (package-activate-1): Rename from package-do-activate.
626 (package-list-packages-internal): Check package-load-list.
627 (package-load-descriptor, package-generate-autoloads)
628 (package-unpack, package-unpack-single)
629 (package--read-archive-file, package-delete): Use
630 expand-file-name.
631
632 * emacs-lisp/package-x.el: New file. Package uploading
633 functionality split out from package.el.
634
635 * startup.el (command-line): Load packages after reading init
636 file.
637
638 2010-06-17 Tom Tromey <tromey@redhat.com>
639
640 * emacs-lisp/package.el: New file.
641
642 2010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
643
644 Fix vc-annotate for renamed files when using Git.
645 * vc-git.el (vc-git-find-revision): Deal with empty results from
646 ls-files. Doe not pass the object as a file name to cat-file, it
647 is not a file name.
648 (vc-git-annotate-command): Pass the file name using -- to avoid
649 ambiguity with the revision.
650 (vc-git-previous-revision): Pass a relative file name.
651
652 2010-06-22 Glenn Morris <rgm@gnu.org>
653
654 * progmodes/js.el (js-mode-map): Use standard capitalization and
655 ellipses for menu entries.
656
657 * wid-edit.el (widget-complete): Doc fix.
658
659 2010-06-22 Jürgen Hötzel <juergen@hoetzel.info> (tiny change)
660
661 * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
662
663 2010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
664
665 Fix annotating other revisions for renamed files in vc-annotate.
666 * vc-annotate.el (vc-annotate): Add an optional argument for the
667 VC backend. Use it when non-nil.
668 (vc-annotate-warp-revision): Pass the VC backend to vc-annotate.
669 (Bug#6487)
670
671 Fix vc-annotate-show-changeset-diff-revision-at-line for git.
672 * vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
673 Do not pass the file name to the 'previous-revision call when we
674 don't want a file diff. (Bug#6489)
675
676 2010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
677
678 Fix finding revisions for renamed files in vc-annotate.
679 * vc.el (vc-find-revision): Add an optional argument for
680 the VC backend. Use it when non-nil.
681 * vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
682 backend to vc-find-revision. (Bug#6487)
683
684 2010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
685
686 Fix reading file names in Git annotate buffers.
687 * vc-git.el (vc-git-annotate-extract-revision-at-line): Remove
688 trailing whitespace. Suggested by Eric Hanchrow. (Bug#6481)
689
690 2010-06-20 Alan Mackenzie <acm@muc.de>
691
692 * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
693 in file local variables, set it first.
694
695 2010-06-19 Glenn Morris <rgm@gnu.org>
696
697 * descr-text.el (describe-char-unicode-data): Insert separating
698 space when needed. (Bug#6422)
699
700 * progmodes/idlwave.el (idlwave-action-and-binding):
701 Fix typo in 2009-12-03 change. (Bug#6450)
702
703 2010-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
704
705 * emacs-lisp/macroexp.el (macroexpand-all-1): Put back special
706 handling for `lambda' (misunderstanding).
707
708 2010-06-16 Jay Belanger <jay.p.belanger@gmail.com>
709
710 * calc/calc-poly.el: (math-accum-factors): Make sure that
711 constants aren't distributed after they are factored out.
712
713 2010-06-16 Juri Linkov <juri@jurta.org>
714
715 * facemenu.el (list-colors-display): Call `pop-to-buffer' before
716 `list-colors-print'. (Bug#6332)
717
718 * subr.el (read-quoted-char): Fix up last change (bug#6290).
719
720 2010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
721
722 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't handle `lambda'
723 specially, since it's a macro. Fix up wrong hint passed to maybe-cons.
724
725 * font-lock.el (font-lock-major-mode): Rename from
726 font-lock-mode-major-mode to distinguish it from
727 global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
728 (font-lock-set-defaults):
729 * font-core.el (font-lock-default-function): Adjust users.
730 (font-lock-mode): Don't set it at all.
731
732 2010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
733
734 * vc-annotate.el (vc-annotate): Use vc-read-revision.
735
736 2010-06-16 Glenn Morris <rgm@gnu.org>
737
738 * calendar/appt.el (appt-time-msg-list): Doc fix.
739 (appt-check): Let-bind appt-warn-time.
740 (appt-add): Make the 3rd argument optional.
741 Simplify argument names. Doc fix. Check for integer WARNTIME.
742 Only add WARNTIME to the output list if non-nil.
743
744 2010-06-16 Ivan Kanis <apple@kanis.eu>
745
746 * calendar/appt.el (appt-check): Let the 3rd element of
747 appt-time-msg-list specify the warning time.
748 (appt-add): Add new argument with the warning time. (Bug#5176)
749
750 2010-06-16 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
751
752 * vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
753 older than version 1.6. (Bug#6361)
754
755 2010-06-16 Helmut Eller <eller.helmut@gmail.com>
756
757 * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
758 used by cl-do-arglist. (Bug#6408)
759
760 2010-06-16 Agustín Martín <agustin.martin@hispalinux.es>
761
762 * textmodes/ispell.el (ispell-dictionary-base-alist): Fix
763 portuguese casechars/not-casechars for missing 'çÇ'.
764 Suggested by Rolando Pereira (bug#6434).
765
766 2010-06-15 Juanma Barranquero <lekktu@gmail.com>
767
768 * facemenu.el (list-colors-sort): Doc fix.
769
770 2010-06-15 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
771
772 * progmodes/sql.el (sql-connect-mysql): Fix typo.
773
774 2010-06-14 Juri Linkov <juri@jurta.org>
775
776 Add sort option `list-colors-sort'. (Bug#6332)
777 * facemenu.el (color-rgb-to-hsv): New function.
778 (list-colors-sort): New defcustom.
779 (list-colors-sort-key): New function.
780 (list-colors-display): Doc fix. Sort list according to the option
781 `list-colors-sort'.
782 (list-colors-print): Add HSV values to `help-echo' property of
783 RGB strings.
784
785 2010-06-14 Juri Linkov <juri@jurta.org>
786
787 * compare-w.el: Move to the "vc" subdirectory.
788
789 2010-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
790
791 * image-mode.el (image-mode-map): Remap left-char and right-char.
792
793 * nxml/nxml-mode.el (nxml-indent-line): Standardize indent behavior.
794
795 2010-06-12 Chong Yidong <cyd@stupidchicken.com>
796
797 * term/common-win.el (x-colors): Add all the color names defined
798 in rgb.txt (Bug#6332).
799
800 * facemenu.el (list-colors-print): Don't print extra names if it
801 will overflow the window width.
802
803 * vc/log-edit.el (log-edit-font-lock-keywords): Revert 2010-06-02
804 change (Bug#6343).
805
806 2010-06-12 Eli Zaretskii <eliz@gnu.org>
807
808 * files.el (make-directory): Doc fix (bug#6396).
809
810 2010-06-12 Michael Albinus <michael.albinus@gmx.de>
811
812 * net/tramp.el (tramp-remote-process-environment): Protect version
813 string by apostroph.
814 (tramp-shell-prompt-pattern): Do not use a shy group in case of
815 XEmacs.
816 (tramp-file-name-for-operation): Add `call-process-region'.
817 (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
818
819 * net/tramp-compat.el (top): Do not autoload
820 `tramp-handle-file-remote-p'. Load tramp-util.el and tramp-vc.el
821 only when `start-file-process' is not bound.
822 (tramp-advice-file-expand-wildcards): Do not use
823 `tramp-handle-file-remote-p'.
824 (tramp-compat-make-temp-file): Handle the case, that
825 `make-temp-file' has no third argument EXTENSION.
826
827 2010-06-11 Juanma Barranquero <lekktu@gmail.com>
828
829 * makefile.w32-in (WINS_BASIC): Include new directory vc.
830
831 * loadup.el ("vc-hooks", "ediff-hook"): Load from lisp/vc/.
832
833 2010-06-11 Juri Linkov <juri@jurta.org>
834
835 * finder.el (finder-known-keywords): Add keyword "vc"
836 for version control.
837
838 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff.el,
839 * emerge.el, log-edit.el, log-view.el, pcvs.el, smerge-mode.el,
840 * vc-annotate.el, vc-bzr.el, vc-dir.el, vc-dispatcher.el, vc-git.el,
841 * vc-hg.el, vc-mtn.el, vc.el: Add keyword "vc".
842
843 2010-06-11 Juri Linkov <juri@jurta.org>
844
845 Move version control related files to the "vc" subdirectory.
846 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff-diff.el,
847 * ediff.el, ediff-help.el, ediff-hook.el, ediff-init.el,
848 * ediff-merg.el, ediff-mult.el, ediff-ptch.el, ediff-util.el,
849 * ediff-vers.el, ediff-wind.el, emerge.el, log-edit.el, log-view.el,
850 * pcvs-defs.el, pcvs.el, pcvs-info.el, pcvs-parse.el, pcvs-util.el,
851 * smerge-mode.el, vc-annotate.el, vc-arch.el, vc-bzr.el, vc-cvs.el,
852 * vc-dav.el, vc-dir.el, vc-dispatcher.el, vc.el, vc-git.el,
853 * vc-hg.el, vc-hooks.el, vc-mtn.el, vc-rcs.el, vc-sccs.el, vc-svn.el:
854 Move files to the "vc" subdirectory.
855
856 2010-06-11 Chong Yidong <cyd@stupidchicken.com>
857
858 * comint.el (comint-password-prompt-regexp): Fix 2010-04-10 change
859 (Bug#6367).
860
861 2010-06-11 Stephen Eglen <stephen@gnu.org>
862
863 * shell.el: Bind `shell-resync-dirs' to M-RET.
864
865 2010-06-10 Michael Albinus <michael.albinus@gmx.de>
866
867 * notifications.el: Move file from lisp/net, because it is
868 supposed to talk locally to the user.
869
870 2010-06-10 Julien Danjou <julien@danjou.info>
871
872 * net/notifications.el (notifications-on-action-signal)
873 (notifications-on-closed-signal): Pass notification id as first
874 argument to the callback functions. Add docstrings.
875 (notifications-notify): Fix docstring.
876
877 2010-06-10 Glenn Morris <rgm@gnu.org>
878
879 * emacs-lisp/authors.el (authors-ignored-files)
880 (authors-valid-file-names): Add some files.
881
882 2010-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
883
884 * net/rcirc.el (rcirc-server-alist, rcirc, rcirc-connect): Resolve
885 merge conflict, giving preference to the emacs-23 version of the code.
886
887 2010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
888
889 * emacs-lisp/advice.el (ad-compile-function):
890 Define warning-suppress-types before we let-bind it (bug#6275).
891
892 * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
893 declare it, make it buffer-local and permanent-local (bug#6324).
894 (vc-resynch-window): Adjust name.
895 * vc-hooks.el (vc-find-file-hook): Adjust name.
896
897 2010-06-09 Michael Albinus <michael.albinus@gmx.de>
898
899 * net/notifications.el (notifications-notify): Fix docstring.
900
901 2010-06-09 Juanma Barranquero <lekktu@gmail.com>
902
903 Update to Unicode 6.0.0 beta.
904 * international/charprop.el: Update copyright.
905 * international/mule-cmds.el (ucs-names): Update character ranges.
906 * international/uni-bidi.el:
907 * international/uni-category.el:
908 * international/uni-combining.el:
909 * international/uni-comment.el:
910 * international/uni-decimal.el:
911 * international/uni-decomposition.el:
912 * international/uni-digit.el:
913 * international/uni-lowercase.el:
914 * international/uni-mirrored.el:
915 * international/uni-name.el:
916 * international/uni-numeric.el:
917 * international/uni-old-name.el:
918 * international/uni-titlecase.el:
919 * international/uni-uppercase.el: Regenerate.
920
921 2010-06-09 Juanma Barranquero <lekktu@gmail.com>
922
923 * emacs-lisp/smie.el (comment-string-strip): Declare function.
924 (smie-precs-precedence-table): Fix typo in docstring.
925
926 * vc-mtn.el (log-edit-extract-headers): Declare function.
927
928 * vc-hg.el (log-edit-extract-headers): Remove duplicate declaration.
929
930 * net/notifications.el (dbus-register-signal): Declare function.
931 (notifications-notify): Fix typos and reflow docstring.
932
933 2010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
934
935 Improve VC create/retrieve tag/branch.
936 * vc.el (vc-create-tag): Do not read the directory name for VCs
937 with repository revision granularity. Adjust the tag/branch
938 prompt. Reset VC properties.
939 (vc-retrieve-tag): Do not read the directory name for VCs
940 with repository revision granularity. Reset VC properties.
941
942 2010-06-09 Julien Danjou <julien@danjou.info>
943
944 * net/notifications.el: New file.
945
946 2010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
947
948 Add optional support for resetting VC properties.
949 * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
950 call vc-file-clearprops when true.
951 (vc-resynch-buffer): Add new optional argument, pass it down.
952 (vc-resynch-buffers-in-directory): Likewise.
953
954 Improve support for special markup in the VC commit message.
955 * vc-mtn.el (vc-mtn-checkin): Add support for Author: and Date: markup.
956 * vc-hg.el (vc-hg-checkin): Add support for Date:.
957 * vc-git.el (vc-git-checkin):
958 * vc-bzr.el (vc-bzr-checkin): Likewise.
959
960 2010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
961
962 * emacs-lisp/smie.el (smie-indent-keyword): Remove special case that
963 can be handled with a ((:before "fn") (:prev "=>" parent)) rule.
964
965 2010-06-07 Martin Pohlack <mp26@os.inf.tu-dresden.de>
966
967 * iimage.el: Remove images as soon as the underlying text is modified.
968 (iimage-modification-hook): New function.
969 (iimage-mode-buffer): Use it.
970
971 2010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
972
973 * emacs-lisp/smie.el (smie-indent-offset-rule): Rename from
974 smie-indent-offset-after. Add :prev case. Make a bit more generic.
975 (smie-indent-virtual): Remove `virtual' arg. Update callers.
976 (smie-indent-keyword): Add handling of open-paren keywords.
977 (smie-indent-comment-continue): Don't assume comment-continue.
978
979 2010-06-07 Martin Rudalics <rudalics@gmx.at>
980
981 * window.el (pop-to-buffer): Remove the conditional that
982 compares new-window and old-window, so it will reselect
983 the selected window unconditionally.
984 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00078.html
985
986 2010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
987
988 * emacs-lisp/smie.el (smie-indent-offset-after)
989 (smie-indent-forward-token, smie-indent-backward-token): New functions.
990 (smie-indent-after-keyword): Use them.
991 (smie-indent-fixindent): Only applies to the indentation of the BOL.
992 (smie-indent-keyword): Tweak the black magic.
993 (smie-indent-comment-continue): Strip comment-continue before use.
994 (smie-indent-functions): Indent comments before keywords.
995
996 2010-06-06 Juri Linkov <juri@jurta.org>
997
998 * isearch.el (isearch-lazy-highlight-search): Fix looping
999 by checking for empty match. This syncs this loop with the
1000 similar loop in `isearch-search'. (Bug#6362)
1001
1002 2010-06-05 Juanma Barranquero <lekktu@gmail.com>
1003
1004 * net/dbus.el (dbus-register-method): Declare function.
1005 (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
1006 (dbus-introspect): Doc fix.
1007 (dbus-event-bus-name, dbus-introspect-get-interface)
1008 (dbus-introspect-get-argument): Reflow docstrings.
1009
1010 2010-06-05 Dan Nicolaescu <dann@ics.uci.edu>
1011
1012 vc-log-incoming/vc-log-outgoing fixes for Git.
1013 * vc-git.el (vc-git-log-view-mode): Fix font lock for
1014 incoming/outgoing logs.
1015 (vc-git-log-outgoing, vc-git-log-incoming): Use @{upstream}
1016 instead of vc-git-compute-remote.
1017 (vc-git-compute-remote): Remove.
1018
1019 2010-06-04 Chong Yidong <cyd@stupidchicken.com>
1020
1021 * term/common-win.el (x-colors): Add "dark green" and "dark
1022 turquoise" (Bug#6332).
1023
1024 2010-06-04 Juri Linkov <juri@jurta.org>
1025
1026 * simple.el (kill-new): Fix logic of kill-do-not-save-duplicates.
1027 Instead of setting `replace' to t and replacing the same string
1028 with itself, don't do certain actions when
1029 kill-do-not-save-duplicates is non-nil and string is equal to car
1030 of kill-ring: don't call menu-bar-update-yank-menu, don't push
1031 interprogram-paste strings to kill-ring, and don't push the input
1032 argument `string' to kill-ring.
1033 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00072.html
1034
1035 2010-06-04 Juanma Barranquero <lekktu@gmail.com>
1036
1037 * subr.el (directory-sep-char): Move from fileio.c and make a defconst.
1038
1039 2010-06-04 Michael Albinus <michael.albinus@gmx.de>
1040
1041 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name): Expand "~/".
1042 (tramp-gvfs-handler-mounted-unmounted)
1043 (tramp-gvfs-connection-mounted-p): Handle default-location.
1044
1045 * net/tramp-smb.el (tramp-smb-handle-delete-directory): Don't try to
1046 move files to trash.
1047
1048 2010-06-04 Juanma Barranquero <lekktu@gmail.com>
1049
1050 * international/mule-cmds.el (nonascii-insert-offset)
1051 (nonascii-translation-table): Add obsolescence information.
1052
1053 * international/mule.el (make-translation-table-from-vector): Doc fix.
1054
1055 2010-06-03 Eric Ludlam <zappo@gnu.org>
1056
1057 * cedet/semantic/lex-spp.el
1058 (semantic-lex-spp-table-write-slot-value): Instead of erroring on
1059 invalid values during save, just save a nil (Bug#6324).
1060
1061 2010-06-03 Glenn Morris <rgm@gnu.org>
1062
1063 * desktop.el (desktop-clear-preserve-buffers):
1064 Add "*Warnings*" buffer. (Bug#6336)
1065
1066 2010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
1067
1068 vc-log-incoming/vc-log-outgoing improvements for Git.
1069 * vc-git.el (vc-git-log-outgoing): Use the same format as the
1070 short log.
1071 (vc-git-log-incoming): Likewise. Run "git fetch" before the log command.
1072
1073 Add bindings for vc-log-incoming and vc-log-outgoing.
1074 * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
1075 and vc-log-outgoing.
1076 * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
1077 and vc-log-outgoing.
1078
1079 2010-06-03 Chong Yidong <cyd@stupidchicken.com>
1080
1081 * net/rcirc.el (rcirc-sort-nicknames): Remove.
1082 (rcirc-handler-366): Always sort nicknames.
1083
1084 2010-06-03 Juanma Barranquero <lekktu@gmail.com>
1085
1086 * emacs-lisp/smie.el (comment-continue): Declare for byte-compiler.
1087
1088 2010-06-03 Chong Yidong <cyd@stupidchicken.com>
1089
1090 * net/rcirc.el (rcirc-nickname<, rcirc-sort-nicknames-join): Doc fix.
1091
1092 2010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
1093
1094 * net/rcirc.el (rcirc-sort-nicknames): Change default.
1095 (rcirc-sort-nicknames-join): Avoid setq.
1096
1097 2010-06-03 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1098
1099 * net/rcirc.el (rcirc-sort-nicknames): New custom.
1100 (rcirc-nickname<, rcirc-sort-nicknames-join): New funs.
1101 (rcirc-handler-366): Use them.
1102
1103 2010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
1104
1105 Split smie-indent-calculate into more manageable chunks.
1106 * emacs-lisp/smie.el (smie-indent-virtual, smie-indent-fixindent)
1107 (smie-indent-comment, smie-indent-after-keyword, smie-indent-keyword)
1108 (smie-indent-close, smie-indent-comment-continue, smie-indent-bob)
1109 (smie-indent-exps): Extract from smie-indent-calculate.
1110 (smie-indent-functions): New var.
1111 (smie-indent-functions): Use them.
1112
1113 2010-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
1114
1115 * emacs-lisp/smie.el (smie-indent-hanging-p): Use smie-bolp.
1116 (smie-indent-calculate): Simplify and cleanup.
1117
1118 2010-06-02 Michael Albinus <michael.albinus@gmx.de>
1119
1120 * net/tramp-gvfs.el (top): Require url-util.
1121 (tramp-gvfs-mount-point): Remove.
1122 (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command):
1123 New defuns.
1124 (with-tramp-dbus-call-method): Format trace message.
1125 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
1126 Implement backup call, when operation on local files fails.
1127 Use progress reporter. Flush properties of changed files.
1128 (tramp-gvfs-handle-make-directory): Make more traces.
1129 (tramp-gvfs-url-file-name): Hexify file name in url.
1130 (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
1131 into account for the resulting file name.
1132 (tramp-gvfs-handler-askquestion): Return dummy mountpoint, when
1133 the answer is "no". See `tramp-gvfs-maybe-open-connection'.
1134 (tramp-gvfs-handler-mounted-unmounted)
1135 (tramp-gvfs-connection-mounted-p): Test also for new mountspec
1136 attribute "default_location". Set "prefix" property.
1137 (tramp-gvfs-mount-spec): Return both prefix and mountspec.
1138 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
1139 exists. Raise an error, if not (due to a corresponding answer
1140 "no" in interactive questions, for example).
1141
1142 2010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
1143
1144 * log-edit.el (log-edit-font-lock-keywords): Make group 4 match lax.
1145
1146 2010-06-01 Juanma Barranquero <lekktu@gmail.com>
1147
1148 * emacs-lisp/eldoc.el: Add completions for new commands left-* and
1149 right-*. (Bug#6265)
1150
1151 2010-06-01 Dan Nicolaescu <dann@ics.uci.edu>
1152
1153 Add support for vc-log-incoming, improve vc-log-outgoing for Git.
1154 * vc-git.el (vc-git-compute-remote): New function.
1155 (vc-git-log-outgoing): Use it instead of hard coding a value.
1156 (vc-git-log-incoming): New function.
1157
1158 Improve state updating for VC tag commands.
1159 * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
1160 to update the state of all buffers in the directory.
1161
1162 * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
1163
1164 2010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
1165
1166 * vc-bzr.el (vc-bzr-revision-completion-table): Apply
1167 `file-directory-p' to the filename part rather than to the whole text.
1168
1169 2010-05-31 Jonathan Marchand <jonathlela@gmail.com> (tiny change)
1170
1171 * cedet/ede/cpp-root.el (ede-set-project-variables): Fix feature name
1172 (bug#6231).
1173
1174 2010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
1175
1176 * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
1177
1178 2010-05-31 Drew Adams <drew.adams@oracle.com>
1179
1180 * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
1181
1182 2010-05-31 Juanma Barranquero <lekktu@gmail.com>
1183
1184 * subr.el (momentary-string-display): Just use read-event to read
1185 the exit event (Bug#6238).
1186
1187 2010-05-30 Eli Zaretskii <eliz@gnu.org>
1188
1189 * international/mule.el (define-coding-system): Doc fix (bug#6313).
1190
1191 2010-05-30 Juanma Barranquero <lekktu@gmail.com>
1192
1193 * emulation/cua-base.el: Recognize also `right-word' and `left-word'.
1194 Suggested by Eli Zaretskii <eliz@gnu.org>.
1195
1196 2010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
1197
1198 * minibuffer.el (completion-file-name-table): Don't return a boundary
1199 past the end of `string' (bug#6299).
1200 (completion--file-name-table): Delegate to completion-file-name-table
1201 for the `boundaries' case.
1202
1203 2010-05-30 Juanma Barranquero <lekktu@gmail.com>
1204
1205 * emulation/cua-base.el: Recognize `right-char' and `left-char' as
1206 movement commands.
1207
1208 * progmodes/ada-xref.el (ada-prj-ada-project-path-sep): Set from
1209 `path-separator', but maintain compatibility with Emacs 20.2.
1210
1211 2010-05-29 Chong Yidong <cyd@stupidchicken.com>
1212
1213 * server.el (server-process-filter): Receive parent-id argument
1214 from emacsclient.
1215 (server-create-window-system-frame): New arg. Pass parent-id as
1216 frame parameter.
1217
1218 2010-05-29 Eli Zaretskii <eliz@gnu.org>
1219
1220 Bidi-sensitive word movement with arrow keys.
1221 * subr.el (right-arrow-command, left-arrow-command): Move to
1222 bindings.el.
1223
1224 * bindings.el (right-char, left-char): Move from subr.el and
1225 rename from right-arrow-command and left-arrow-command.
1226 (right-word, left-word): New functions.
1227 (global-map) <right>: Bind to right-char.
1228 (global-map) <left>: Bind to left-char.
1229 (global-map) <C-right>: Bind to right-word.
1230 (global-map) <C-left>: Bind to left-word.
1231
1232 * ls-lisp.el (ls-lisp-classify-file): New function.
1233 (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
1234 (ls-lisp-classify): Call ls-lisp-classify-file.
1235 (insert-directory): Remove blanks from switches.
1236
1237 2010-05-29 Chong Yidong <cyd@stupidchicken.com>
1238
1239 * ansi-color.el: Delete unused escape sequences (Bug#6085).
1240 (ansi-color-drop-regexp): New constant.
1241 (ansi-color-apply, ansi-color-filter-region)
1242 (ansi-color-apply-on-region): Delete unrecognized control sequences.
1243 (ansi-color-apply): Build string list before calling concat.
1244
1245 2010-05-28 Juri Linkov <juri@jurta.org>
1246
1247 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
1248 Replace LOCALP arg of `dired-get-filename' 'no-dir with nil.
1249 (Bug#5270)
1250
1251 2010-05-28 Michael Albinus <michael.albinus@gmx.de>
1252
1253 * net/tramp.el (tramp-debug-message): Add `tramp-compat-funcall'
1254 to ignored backtrace functions.
1255 (with-progress-reporter): Expand docstring.
1256 (tramp-handle-delete-file): Implement TRASH argument.
1257 (tramp-get-remote-trash): New defun.
1258
1259 2010-05-28 Michael Albinus <michael.albinus@gmx.de>
1260
1261 * net/tramp-compat.el (tramp-compat-delete-file): Use
1262 `symbol-value' for backward compatibility.
1263
1264 * net/tramp.el (tramp-handle-make-symbolic-link)
1265 (tramp-handle-load)
1266 (tramp-do-copy-or-rename-file-via-buffer)
1267 (tramp-do-copy-or-rename-file-directly)
1268 (tramp-do-copy-or-rename-file-out-of-band)
1269 (tramp-handle-process-file, tramp-handle-call-process-region)
1270 (tramp-handle-shell-command, tramp-handle-file-local-copy)
1271 (tramp-handle-insert-file-contents, tramp-handle-write-region)
1272 (tramp-delete-temp-file-function): Use `delete-file' instead
1273 of `tramp-compat-delete-file'.
1274
1275 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
1276 (tramp-fish-handle-make-symbolic-link)
1277 (tramp-fish-handle-process-file): Use `delete-file' instead
1278 of `tramp-compat-delete-file'.
1279
1280 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use
1281 `delete-file' instead of `tramp-compat-delete-file'.
1282
1283 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
1284 (tramp-gvfs-handle-write-region): Use `delete-file' instead of
1285 `tramp-compat-delete-file'.
1286
1287 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file): Use
1288 `delete-file' instead of `tramp-compat-delete-file'.
1289
1290 * net/tramp-smb.el (tramp-smb-handle-copy-file)
1291 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
1292 (tramp-smb-handle-write-region): Use `delete-file' instead of
1293 `tramp-compat-delete-file'.
1294 (tramp-smb-handle-delete-directory): Use 'trash as arg.
1295
1296 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
1297
1298 * dired.el (dired-delete-file): New arg TRASH.
1299 (dired-internal-do-deletions): New arg TRASH. Use progress reporter.
1300 (dired-do-flagged-delete, dired-do-delete): Use trash.
1301
1302 * speedbar.el (speedbar-item-delete): Allow trashing.
1303
1304 * files.el (delete-directory): New arg TRASH.
1305
1306 * net/ange-ftp.el (ange-ftp-del-tmp-name, ange-ftp-delete-file)
1307 (ange-ftp-rename-remote-to-remote)
1308 (ange-ftp-rename-local-to-remote)
1309 (ange-ftp-rename-remote-to-local, ange-ftp-load)
1310 (ange-ftp-compress, ange-ftp-uncompress): Remove optional arg from
1311 `delete-file'.
1312 (ange-ftp-delete-directory): Add optional arg to `delete-file', to
1313 allow trashing.
1314
1315 * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
1316 handle new TRASH arg of `delete-file'.
1317
1318 * net/tramp.el (tramp-handle-delete-file): Change FORCE arg to TRASH.
1319 (tramp-handle-make-symbolic-link, tramp-handle-load)
1320 (tramp-do-copy-or-rename-file-via-buffer)
1321 (tramp-do-copy-or-rename-file-directly)
1322 (tramp-do-copy-or-rename-file-out-of-band)
1323 (tramp-handle-process-file, tramp-handle-call-process-region)
1324 (tramp-handle-shell-command, tramp-handle-file-local-copy)
1325 (tramp-handle-insert-file-contents, tramp-handle-write-region)
1326 (tramp-delete-temp-file-function): Use null TRASH arg in
1327 tramp-compat-delete-file call.
1328
1329 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
1330 (tramp-fish-handle-delete-file)
1331 (tramp-fish-handle-make-symbolic-link)
1332 (tramp-fish-handle-process-file): Use null TRASH arg in
1333 `tramp-compat-delete-file' call.
1334
1335 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use null TRASH
1336 arg in `tramp-compat-delete-file' call.
1337
1338 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
1339 (tramp-gvfs-handle-write-region): Use null TRASH arg in
1340 `tramp-compat-delete-file' call.
1341
1342 * net/tramp-imap.el (tramp-imap-handle-delete-file): Rename arg.
1343 (tramp-imap-do-copy-or-rename-file): Use null TRASH arg in
1344 `tramp-compat-delete-file' call.
1345
1346 * net/tramp-smb.el (tramp-smb-handle-copy-file)
1347 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
1348 (tramp-smb-handle-write-region): Use null TRASH arg in
1349 tramp-compat-delete-file call.
1350 (tramp-smb-handle-delete-directory): Use tramp-compat-delete-file.
1351 (tramp-smb-handle-delete-file): Rename arg.
1352
1353 * diff.el (diff-sentinel):
1354 * epg.el (epg--make-temp-file, epg-decrypt-string)
1355 (epg-verify-string, epg-sign-string, epg-encrypt-string):
1356 * jka-compr.el (jka-compr-partial-uncompress)
1357 (jka-compr-call-process, jka-compr-write-region):
1358 * server.el (server-sentinel): Remove optional arg from
1359 delete-file, reverting 2010-05-03 change.
1360
1361 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
1362
1363 * progmodes/verilog-mode.el (verilog-type-font-keywords): Use
1364 font-lock-constant-face, not obsolete font-lock-reference-face.
1365
1366 2010-05-27 Kenichi Handa <handa@m17n.org>
1367
1368 * language/hebrew.el (hebrew-shape-gstring): Check if a glyph
1369 element of GSTRING is nil.
1370
1371 2010-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
1372
1373 * emacs-lisp/smie.el (smie-forward-token-function)
1374 (smie-backward-token-function): New vars.
1375 (smie-backward-sexp, smie-forward-sexp)
1376 (smie-indent-hanging-p, smie-indent-calculate): Use them.
1377 (smie-default-backward-token): Rename from smie-backward-token and
1378 skip comments.
1379 (smie-default-forward-token): Rename from smie-forward-token and
1380 skip comments.
1381 (smie-next-sexp): Handle nil results from next-token.
1382 (smie-indent-calculate): Add a new case for special `fixindent' comments.
1383
1384 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
1385
1386 * progmodes/verilog-mode.el (verilog-type-font-keywords):
1387 Use font-lock-constant-face, not obsolete font-lock-reference-face.
1388
1389 2010-05-27 Masatake YAMATO <yamato@redhat.com>
1390
1391 * htmlfontify.el (hfy-face-resolve-face): New function.
1392 (hfy-face-to-style): Use it (Bug#6279).
1393
1394 2010-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
1395
1396 * progmodes/ada-xref.el (ada-gnat-parse-gpr):
1397 * emulation/edt.el (edt-load-keys): Avoid (expand-file-name ".").
1398
1399 2010-05-26 Glenn Morris <rgm@gnu.org>
1400
1401 * emulation/edt.el (edt-load-keys): Use locate-library.
1402
1403 2010-05-25 Chong Yidong <cyd@stupidchicken.com>
1404
1405 * log-edit.el (log-edit-strip-single-file-name): Default to nil.
1406 (log-edit-changelog-entries): Doc fix.
1407 (log-edit-changelog-insert-entries): Args changed.
1408 Rename relative filenames in ChangeLog entries. Delete tabs.
1409 (log-edit-insert-changelog-entries): Reorganize return value of
1410 `log-edit-changelog-entries' to pass filenames to
1411 log-edit-changelog-insert-entries.
1412
1413 2010-05-25 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1414
1415 * dired.el (dired-mode-map): Rebind "\C-t\C-t" from
1416 `image-dired-dired-insert-marked-thumbs' to
1417 `image-dired-dired-toggle-marked-thumbs'.
1418
1419 * image-dired.el: Require cl when compiling.
1420 (image-dired-dired-toggle-marked-thumbs): Rename from
1421 `image-dired-dired-insert-marked-thumbs'. Add ARG. Doc fix.
1422 Use interactive spec "P". Set LOCALP arg of `dired-get-filename'
1423 to 'no-dir. Skip files whose names don't match
1424 `image-file-name-regexp'. When file has a thumbnail overlay,
1425 delete it. (Bug#5270)
1426
1427 2010-05-25 Juri Linkov <juri@jurta.org>
1428
1429 * image-mode.el (image-mode): Add image-after-revert-hook to
1430 after-revert-hook.
1431 (image-after-revert-hook): New function. (Bug#5669)
1432
1433 2010-05-25 Juri Linkov <juri@jurta.org>
1434
1435 * image.el (image-animated-p): When delay between animated images
1436 is 0, set it to 10 (0.1 sec). (Bug#6258)
1437
1438 2010-05-25 Christian Lynbech <christian.lynbech@tieto.com> (tiny change)
1439
1440 * net/tramp.el (tramp-handle-insert-directory): Don't use
1441 `forward-word', its default syntax could be changed.
1442
1443 2010-05-25 Michael Albinus <michael.albinus@gmx.de>
1444
1445 * net/tramp.el (tramp-progress-reporter-update): New defun.
1446 (with-progress-reporter): Use it.
1447 (tramp-process-actions):
1448 * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion): Preserve
1449 current message, in order to let progress reporter continue
1450 afterwards. (Bug#6257)
1451
1452 2010-05-25 Glenn Morris <rgm@gnu.org>
1453
1454 * net/rcirc.el (rcirc-default-user-name, rcirc-default-full-name):
1455 Add :version.
1456
1457 2010-05-25 Ryan Yeske <rcyeske@gmail.com>
1458
1459 * net/rcirc.el (rcirc-default-user-name): Change to "user".
1460 (rcirc-default-full-name): Change to "unknown".
1461 (rcirc-user-name-history): Add variable.
1462
1463 2010-05-25 Ryan Yeske <rcyeske@gmail.com>
1464 Jonathan Rockway <jon@jrock.us>
1465
1466 * net/rcirc.el (rcirc-server-alist): Add :pass.
1467 (rcirc): When prompting for connection parameters, also prompt for
1468 username and password.
1469 (rcirc-connect): Take a PASS argument. If PASS is non-nil, send
1470 value to server when connecting.
1471
1472 2010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
1473
1474 * emacs-lisp/smie.el (smie-set-prec2tab): Check override before use.
1475 (smie-merge-prec2s): Pass the tables as separate args.
1476 (smie-bnf-precedence-table): Adjust call accordingly.
1477 (smie-prec2-levels): Set levels at the end.
1478
1479 Replace Lisp calls to delete-backward-char by delete-char.
1480 * bs.el, expand.el, ido.el, image-dired.el, lpr.el, pcomplete.el,
1481 * skeleton.el, term.el, time.el, wid-edit.el, woman.el,
1482 * calc/calc-graph.el, calc/calc-help.el, calc/calc-incom.el,
1483 * calc/calc.el, emacs-cl-extra.el, emacs-cl-loaddefs.el,
1484 * emulation/cua-rect.el, emulation/viper-ex.el, eshell/esh-test.el,
1485 * eshell/eshell.el, gnus/gnus-uu.el, gnus/nndoc.el, gnus/nnrss.el,
1486 * gnus/rfc2047.el, gnus/utf7.el, international/utf-7.el,
1487 * language/ethio-util.el, mh-e/mh-alias.el, mh-e/mh-search.el,
1488 * net/imap.el, net/rcirc.el, obsolete/complete.el, play/decipher.el,
1489 * progmodes/ada-mode.el, progmodes/cc-awk.el, progmodes/dcl-mode.el,
1490 * progmodes/ps-mode.el, progmodes/verilog-mode.el,
1491 * progmodes/vhdl-mode.el, textmodes/bibtex.el, textmodes/fill.el,
1492 * textmodes/reftex-auc.el, textmodes/rst.el, textmodes/sgml-mode.el,
1493 * textmodes/table.el, textmodes/texinfmt.el: Replace Lisp calls to
1494 delete-backward-char by calls to delete-char.
1495
1496 2010-05-25 Kenichi Handa <handa@m17n.org>
1497
1498 * language/hebrew.el (hebrew-shape-gstring): New function.
1499 Register it in composition-function-table for all Hebrew combining
1500 characters.
1501
1502 2010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
1503
1504 * epa.el (epa--select-keys): Don't explicitly delete the window since
1505 that can fail (e.g. sole window in frame). Use dedication instead.
1506
1507 2010-05-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
1508
1509 * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
1510
1511 2010-05-22 Chong Yidong <cyd@stupidchicken.com>
1512
1513 * image.el (image-refresh): Define as an alias for image-flush.
1514
1515 * image-mode.el (image-toggle-display-image): Caller changed.
1516
1517 2010-05-21 Juri Linkov <juri@jurta.org>
1518
1519 * progmodes/grep.el (grep-read-files): Fix multi-pattern aliases.
1520 Remove "all" from grep-files-aliases. Split grep-files-aliases by
1521 whitespace, call wildcard-to-regexp on substrings and concat them
1522 with "\\|". (Bug#6114)
1523
1524 2010-05-21 Alan Mackenzie <acm@muc.de>
1525
1526 * progmodes/cc-engine.el (c-parse-state-get-strategy):
1527 Replace parameter `here' with `here-' and `here-plus', which sandwich
1528 any pertinent CPP construct.
1529 (c-remove-stale-state-cache-backwards): Fix a bug which happens
1530 when doing (c-parse-state) in a CPP construct: Exclude any "new"
1531 CPP construct from taking part in the scanning.
1532
1533 2010-05-21 Michael Albinus <michael.albinus@gmx.de>
1534
1535 * net/tramp.el (tramp-do-copy-or-rename-file)
1536 (tramp-handle-file-local-copy, tramp-maybe-open-connection):
1537 Tune `with-progress-reporter' messages.
1538 (tramp-handle-vc-registered):
1539 * net/tramp-fish.el (tramp-fish-handle-file-local-copy)
1540 (tramp-fish-handle-insert-file-contents)
1541 (tramp-fish-maybe-open-connection):
1542 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
1543 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file)
1544 (tramp-imap-handle-insert-file-contents)
1545 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
1546
1547 2010-05-21 Juanma Barranquero <lekktu@gmail.com>
1548
1549 * add-log.el (change-log-font-lock-keywords):
1550 Highlight all authors in multi-author entries.
1551
1552 * smerge-mode.el (smerge-refine-ignore-whitespace)
1553 (smerge-refine-weight-hack, smerge-refine, smerge-makeup-conflict):
1554 Fix typos in docstrings.
1555 (smerge-resolve, smerge-refine-subst): Reflow docstrings.
1556
1557 2010-05-21 Glenn Morris <rgm@gnu.org>
1558
1559 * progmodes/fortran.el (fortran-mode):
1560 * progmodes/f90.el (f90-mode): Derive from prog-mode.
1561
1562 * loadup.el [CANNOT_DUMP]: Update for bootstrap-emacs no longer
1563 having a relative path in src/Makefile.in.
1564
1565 2010-05-20 Kevin Ryde <user42@zip.com.au>
1566
1567 * help-mode.el (help-make-xrefs): For Info node links turn
1568 newlines into spaces. Link node names with newlines are matched
1569 by help-xref-info-regexp and buttonized, this change ensures they
1570 can be followed successfully with RET. (Bug#6206)
1571
1572 2010-05-20 Juri Linkov <juri@jurta.org>
1573
1574 * locate.el (locate): Use pop-to-buffer instead of
1575 switch-to-buffer-other-window. (Bug#6204)
1576
1577 2010-05-20 Juri Linkov <juri@jurta.org>
1578
1579 * replace.el (replace-highlight): Fix lazy-highlighting
1580 for `M-s w str M-% str RET'.
1581
1582 2009-12-15 Masatake YAMATO <yamato@redhat.com>
1583
1584 * isearch.el (isearch-yank-word-or-char): Pull next subword
1585 when `subword-mode' is activated. (Bug#6220)
1586
1587 2010-05-20 Mark A. Hershberger <mah@everybody.org>
1588
1589 * isearch.el (isearch-update-post-hook): New hook.
1590 (isearch-update): Use the new hook. (Bug#6225)
1591
1592 2010-05-20 Juri Linkov <juri@jurta.org>
1593
1594 * isearch.el (isearch-mode-map): Bind more keys to isearch-help-map:
1595 [f1], [help], and (char-to-string help-char) instead of "\C-h".
1596 (Bug#6222)
1597
1598 2010-05-20 Juri Linkov <juri@jurta.org>
1599
1600 * isearch.el (isearch-yank-string): Use isearch-process-search-string.
1601 (Bug#6223)
1602
1603 2010-05-20 Juri Linkov <juri@jurta.org>
1604
1605 * dired-x.el (dired-jump, dired-jump-other-window): Add arg
1606 FILE-NAME to read from the minibuffer when called interactively
1607 with prefix argument instead of using buffer-file-name.
1608 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00534.html
1609
1610 * dired.el: Update autoloads.
1611
1612 2010-05-20 Chong Yidong <cyd@stupidchicken.com>
1613
1614 * nxml/nxml-mode.el (nxml-mode-map): Bind C-c / to
1615 nxml-finish-element, for consistency with SGML mode.
1616
1617 * progmodes/octave-mod.el (octave-mode-map): Bind C-c / to
1618 octave-close-block.
1619
1620 2010-05-20 Juanma Barranquero <lekktu@gmail.com>
1621
1622 * composite.el: Require cl when compiling.
1623 (reference-point-alist, compose-gstring-for-graphic)
1624 (compose-gstring-for-terminal): Fix typos in docstrings.
1625
1626 2010-05-19 Juri Linkov <juri@jurta.org>
1627
1628 * emacs-lisp/cl-macs.el (window-parameter): Add defsetf with
1629 set-window-parameter.
1630
1631 2010-05-19 Michael Albinus <michael.albinus@gmx.de>
1632
1633 * net/tramp.el (tramp-methods): Add `tramp-async-args' attribute
1634 where appropriate.
1635 (tramp-maybe-open-connection): Use it.
1636
1637 2010-05-19 Eli Zaretskii <eliz@gnu.org>
1638
1639 * simple.el (move-end-of-line): Make sure we are at line beginning
1640 before backing up to end of previous line.
1641
1642 2010-05-19 Michael Albinus <michael.albinus@gmx.de>
1643
1644 * password-cache.el (password-cache-remove): Fix docstring.
1645
1646 * net/secrets.el: Autoload the widget functions.
1647 (secrets-search-items, secrets-create-item)
1648 (secrets-get-attributes, secrets-expand-item): Attributes will be
1649 stored on the password database without leading ":", as all other
1650 clients do as well.
1651 (secrets-mode): Fix docstring.
1652 (secrets-show-secrets): Provide it as autoloaded command only when
1653 D-Bus support is available. Check existence of Secret Service API.
1654
1655 2010-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
1656
1657 * indent.el (indent-region): Deactivate region (bug#6200).
1658
1659 2010-05-19 Glenn Morris <rgm@gnu.org>
1660
1661 * vc-dir.el (vc-dir): Don't pop-up-windows. (Bug#6204)
1662
1663 2010-05-19 Kenichi Handa <handa@m17n.org>
1664
1665 * composite.el: Register compose-gstring-for-graphic in
1666 composition-function-table only for combining characters (Mn, Mc, Me).
1667
1668 2010-05-18 Jay Belanger <jay.p.belanger@gmail.com>
1669
1670 * calc/calc-trail.el (calc-trail-isearch-forward)
1671 (calc-trail-isearch-backward): Ensure that the new window
1672 point is set correctly.
1673
1674 2010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
1675
1676 * subr.el (read-quoted-char): Resolve modifiers after key
1677 remapping (bug#6212).
1678
1679 2010-05-18 Michael Albinus <michael.albinus@gmx.de>
1680
1681 Add visualization code for secrets.
1682 * net/secrets.el (secrets-mode): New major mode.
1683 (secrets-show-secrets, secrets-show-collections)
1684 (secrets-expand-collection, secrets-expand-item)
1685 (secrets-tree-widget-after-toggle-function)
1686 (secrets-tree-widget-show-password): New defuns.
1687
1688 2010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
1689
1690 * emacs-lisp/smie.el (smie-next-sexp): Break inf-loop at BOB.
1691 (smie-backward-sexp, smie-forward-sexp): Remove boundary condition now
1692 handled in smie-next-sexp.
1693 (smie-indent-calculate): Provide a starting indentation (so the
1694 recursion is well-founded ;-).
1695
1696 Fix handling of non-associative equal levels.
1697 * emacs-lisp/smie.el (smie-prec2-levels): Choose distinct levels even
1698 when it's not needed.
1699 (smie-op-left, smie-op-right): New functions.
1700 (smie-next-sexp): New function, extracted from smie-backward-sexp.
1701 Better handle equal levels to distinguish the associative case from
1702 the "multi-keyword construct" case.
1703 (smie-backward-sexp, smie-forward-sexp): Use it.
1704
1705 2010-05-18 Juanma Barranquero <lekktu@gmail.com>
1706
1707 * progmodes/prolog.el (smie-indent-basic): Declare for byte-compiler.
1708
1709 * emacs-lisp/smie.el (smie-precs-precedence-table, smie-backward-sexp)
1710 (smie-forward-sexp, smie-indent-calculate): Fix typos in docstrings.
1711
1712 2010-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
1713
1714 Provide a simple generic indentation engine and use it for Prolog.
1715 * emacs-lisp/smie.el: New file.
1716 * progmodes/prolog.el (prolog-smie-op-levels)
1717 (prolog-smie-indent-rules): New var.
1718 (prolog-mode-variables): Use them to configure SMIE.
1719 (prolog-indent-line, prolog-indent-level): Remove.
1720
1721 2010-05-17 Jay Belanger <jay.p.belanger@gmail.com>
1722
1723 * calc/calc-vec.el (math-vector-avg): Put the vector elements in
1724 order before computing the averages.
1725
1726 2010-05-16 Jay Belanger <jay.p.belanger@gmail.com>
1727
1728 * calc/calc-vec.el (calc-histogram):
1729 (calcFunc-histogram): Allow vectors as inputs.
1730 (math-vector-avg): New function.
1731
1732 * calc/calc-ext.el (math-group-float): Have the number of digits
1733 being grouped depend on the radix (Bug#6189).
1734
1735 2010-05-15 Ken Raeburn <raeburn@raeburn.org>
1736
1737 * version.el (emacs-copyright, emacs-version): Don't define here,
1738 now that emacs.c defines it.
1739
1740 2010-05-15 Eli Zaretskii <eliz@gnu.org>
1741
1742 * international/mule-cmds.el (mule-menu-keymap): Fix definition of
1743 "Describe Language Environment" menu item.
1744
1745 * language/hebrew.el ("Hebrew", "Windows-1255"): Doc fix.
1746
1747 Bidi-sensitive movement with arrow keys.
1748 * subr.el (right-arrow-command, left-arrow-command): New functions.
1749
1750 * bindings.el (global-map): Bind them to right and left arrow keys.
1751
1752 Don't override standard definition of convert-standard-filename.
1753 * files.el (convert-standard-filename): Call
1754 w32-convert-standard-filename and dos-convert-standard-filename on
1755 the corresponding systems.
1756
1757 * w32-fns.el (w32-convert-standard-filename): Rename from
1758 convert-standard-filename. Doc fix.
1759
1760 * dos-fns.el (dos-convert-standard-filename): Doc fix.
1761 (convert-standard-filename): Don't defalias.
1762 (register-name-alist, make-register, register-value)
1763 (set-register-value, intdos): Obsolete aliases for the
1764 corresponding dos-* functions and variables.
1765 (dos-intdos): Add a doc string.
1766
1767 2010-05-15 Jay Belanger <jay.p.belanger@gmail.com>
1768
1769 * calc/calc-aent.el (math-read-token, math-find-user-tokens):
1770 * calc/calc-lang.el (math-read-big-rec, math-lang-read-symbol):
1771 (math-compose-tex-func):
1772 * calc/calccomp.el (math-compose-expr):
1773 * calc/calc-ext.el (math-format-flat-expr-fancy):
1774 * calc/calc-store.el (calc-read-var-name):
1775 * calc/calc-units.el (calc-explain-units-rec): Allow Greek letters.
1776
1777 * calc/calc.el (var-π, var-φ, var-γ): New variables.
1778 * calc/calc-aent.el (math-read-replacement-list): Add "micro" symbol.
1779 * calc/calc-units.el (math-unit-prefixes): Add mu for micro.
1780 (math-standard-units): Add units.
1781
1782 2010-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
1783
1784 * progmodes/asm-mode.el (asm-mode):
1785 * progmodes/prolog.el (prolog-mode): Use define-derived-mode.
1786
1787 * pcomplete.el (pcomplete-completions-at-point): New function,
1788 extracted from pcomplete-std-complete.
1789 (pcomplete-std-complete): Use it.
1790
1791 2010-05-15 Glenn Morris <rgm@gnu.org>
1792
1793 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
1794 Remove references to CVS, RCS and Old directories.
1795
1796 2010-05-14 Jay Belanger <jay.p.belanger@gmail.com>
1797
1798 * calc/calc-bin.el (math-format-twos-complement): Group digits when
1799 appropriate.
1800
1801 2010-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
1802
1803 * progmodes/sh-script.el (sh-mode-default-syntax-table): Remove.
1804 (sh-mode-syntax-table): Give it a default value instead.
1805 (sh-header-marker): Make buffer-local.
1806 (sh-mode): Move make-local-variable to the corresponding setq.
1807 (sh-add-completer): Avoid gratuitously let-binding a buffer-local var.
1808 Use complete-with-action.
1809
1810 * simple.el (prog-mode): New (abstract) major mode.
1811 * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode): Use it.
1812 * progmodes/sh-script.el (sh-mode): Remove redundant var assignment.
1813
1814 2010-05-14 Juanma Barranquero <lekktu@gmail.com>
1815
1816 * progmodes/sql.el (sql-oracle-program): Reflow docstring.
1817 (sql-oracle-scan-on, sql-sybase-program, sql-product-font-lock)
1818 (sql-add-product-keywords, sql-highlight-product, sql-set-product)
1819 (sql-make-alternate-buffer-name, sql-placeholders-filter)
1820 (sql-escape-newlines-filter, sql-input-sender)
1821 (sql-send-magic-terminator, sql-sybase): Fix typos in docstrings.
1822
1823 2010-05-13 Chong Yidong <cyd@stupidchicken.com>
1824
1825 Add TeX open-block and close-block keybindings to SGML, and vice versa.
1826
1827 * textmodes/tex-mode.el (tex-mode-map): Bind C-c C-t to
1828 latex-open-block and C-c / to latex-close-block.
1829
1830 * textmodes/sgml-mode.el (sgml-mode-map): Bind C-c C-o to sgml-tag
1831 and C-c C-e to sgml-close-tag.
1832
1833 2010-05-13 Michael Albinus <michael.albinus@gmx.de>
1834
1835 * net/tramp.el (with-progress-reporter): Create reporter object
1836 only when the message would be displayed. Handle nested calls.
1837 (tramp-handle-load, tramp-handle-file-local-copy)
1838 (tramp-handle-insert-file-contents, tramp-handle-write-region)
1839 (tramp-maybe-send-script, tramp-find-shell):
1840 Use `with-progress-reporter'.
1841 (tramp-handle-dired-compress-file, tramp-maybe-open-connection):
1842 Fix message text.
1843
1844 * net/tramp-smb.el (tramp-smb-handle-copy-file)
1845 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
1846 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
1847 Use `with-progress-reporter'.
1848
1849 2010-05-13 Agustín Martín <agustin.martin@hispalinux.es>
1850
1851 * textmodes/ispell.el (ispell-init-process): Do not kill ispell
1852 process everytime when spellchecking from the minibuffer (bug#6143).
1853
1854 2010-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
1855
1856 * progmodes/sh-script.el (sh-mode): Use define-derived-mode.
1857
1858 * dos-fns.el: Add "dos-" prefix for namespace control.
1859 (convert-standard-filename): Define as alias for
1860 dos-convert-standard-filename but only if applicable.
1861
1862 2010-05-12 Alan Mackenzie <acm@muc.de>
1863
1864 * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
1865 Push the mark at the start of these functions when appropriate.
1866
1867 2010-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
1868
1869 * minibuffer.el (completion-cycle-threshold): New custom var.
1870 (completion--do-completion): Use it.
1871 (minibuffer-complete): Use cycling if appropriate.
1872
1873 2010-05-11 Juanma Barranquero <lekktu@gmail.com>
1874
1875 * dirtrack.el (dirtrackp): Remove defcustom; don't make automatically
1876 buffer-local (it's an obsolete alias for `dirtrack-mode') (bug#6173).
1877
1878 2010-05-11 Juri Linkov <juri@jurta.org>
1879
1880 * scroll-all.el (scroll-all-check-to-scroll):
1881 Add `scroll-up-command' and `scroll-down-command' (bug#6164).
1882
1883 2010-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
1884
1885 * iimage.el (iimage-mode-map): Move initialization into declaration.
1886 (iimage-mode-buffer): Use with-silent-modifications.
1887 Simplify calling convention. Adjust callers.
1888 (iimage-mode): Don't run hook redundantly.
1889
1890 * minibuffer.el (completion-pcm--pattern->regex):
1891 Fix last change (bug#6160).
1892
1893 2010-05-10 Juri Linkov <juri@jurta.org>
1894
1895 Remove nodes visited during Isearch from the Info history.
1896 * info.el (Info-isearch-initial-history)
1897 (Info-isearch-initial-history-list): New variables.
1898 (Info-isearch-start): Record initial values of
1899 Info-isearch-initial-history and Info-isearch-initial-history-list.
1900 Add Info-isearch-end to isearch-mode-end-hook.
1901 (Info-isearch-end): New function.
1902
1903 2010-05-10 Michael Albinus <michael.albinus@gmx.de>
1904
1905 * net/tramp.el (tramp-do-file-attributes-with-stat): Add space in
1906 format string, in order to work around a bug in pdksh.
1907 Reported by Gilles Pion <gpion@lfdj.com>.
1908 (tramp-handle-verify-visited-file-modtime): Do not send a command
1909 when the connection is not established.
1910 (tramp-handle-set-file-times): Simplify the check for utc.
1911
1912 2010-05-10 Juanma Barranquero <lekktu@gmail.com>
1913
1914 Fix use of `filter-buffer-substring' (rework previous change).
1915 * emulation/cua-base.el (cua--filter-buffer-noprops): New function.
1916 (cua-repeat-replace-region):
1917 * emulation/cua-rect.el (cua--extract-rectangle, cua-incr-rectangle):
1918 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
1919 (cua-cut-region-to-global-mark): Use it.
1920
1921 2010-05-09 Michael R. Mauger <mmaug@yahoo.com>
1922
1923 * progmodes/sql.el: Version 2.1.
1924 (sql-product-alist): Redesign structure of product info.
1925 (sql-product, sql-user, sql-server, sql-database): Safe variables.
1926 (sql-port, sql-port-history): New variables.
1927 (sql-interactive-product): New variable.
1928 (sql-send-terminator): New variable.
1929 (sql-imenu-generic-expression): Add "Types" imenu entry.
1930 (sql-oracle-login-params, sql-sqlite-login-params)
1931 (sql-mysql-login-params, sql-solid-login-params)
1932 (sql-sybase-login-params, sql-informix-login-params)
1933 (sql-ingres-login-params, sql-ms-login-params)
1934 (sql-postgres-login-params, sql-interbase-login-params)
1935 (sql-db2-login-params, sql-linter-login-params)
1936 (sql-oracle-scan-on): New variables.
1937 (sql-mode-map): Add C-c C-i to start interactive mode.
1938 (sql-mode-menu): Update existing menu entries.
1939 (sql-font-lock-keywords-builder): Compile-time font-lock optimization.
1940 (sql-mode-oracle-font-lock-keywords)
1941 (sql-mode-postgres-font-lock-keywords)
1942 (sql-mode-ms-font-lock-keywords)
1943 (sql-mode-sybase-font-lock-keywords)
1944 (sql-mode-informix-font-lock-keywords)
1945 (sql-mode-interbase-font-lock-keywords)
1946 (sql-mode-ingres-font-lock-keywords)
1947 (sql-mode-solid-font-lock-keywords)
1948 (sql-mode-mysql-font-lock-keywords)
1949 (sql-mode-sqlite-font-lock-keywords)
1950 (sql-mode-db2-font-lock-keywords)
1951 (sql-mode-linter-font-lock-keywords): Update initialization to
1952 reduce run-time complexity.
1953 (sql-add-product, sql-del-product): New functions.
1954 (sql-set-product-feature, sql-get-product-feature): New functions.
1955 (sql-product-font-lock): Update product API.
1956 (sql-add-product-keywords): New function.
1957 (sql-highlight-product): Update product API.
1958 (sql-help-list-products): New function.
1959 (sql-help): Dynamically lists free and non-free products.
1960 (sql-get-login): Correct bug in handling history and added
1961 prompt for port.
1962 (sql-copy-column): Copy without properties.
1963 (sqli-input-sender): Apply filters to SQLi input.
1964 (sql-query-placeholders-and-send): Obey `sql-oracle-scan-on' setting.
1965 Implement as a filter.
1966 (sql-escape-newlines-filter): Implement as a filter.
1967 (sql-remove-tabs-filter): New function.
1968 (sql-send-magic-terminator): New function.
1969 (sql-send-string): Implement magic terminator.
1970 (sql-send-region): Use `sql-send-string'.
1971 (sql-interactive-mode): Use product API.
1972 (sql-product-interactive): Use product API.
1973 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
1974 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
1975 (sql-db2, sql-linter): Use `sql-product-interactive'.
1976 (sql-connect): New function.
1977 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
1978 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
1979 (sql-connect-ingres, sql-connect-ms, sql-connect-postgres)
1980 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
1981 Use `sql-connect'.
1982
1983 2010-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
1984
1985 * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
1986 New custom variable.
1987 (completion-pcm--string->pattern): Use it.
1988 (completion-pcm--pattern->regex, completion-pcm--pattern->string):
1989 Make it handle any symbol as `any'.
1990 (completion-pcm--merge-completions): Extract common suffix for the new
1991 `prefix' symbol as well.
1992 (completion-substring--all-completions): Use the new `prefix' symbol.
1993
1994 2010-05-09 Michael Albinus <michael.albinus@gmx.de>
1995
1996 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Define if
1997 not bound.
1998 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
1999 (tramp-compat-funcall): New defmacro.
2000 (tramp-compat-line-beginning-position)
2001 (tramp-compat-line-end-position)
2002 (tramp-compat-temporary-file-directory)
2003 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
2004 (tramp-compat-copy-file, tramp-compat-copy-directory)
2005 (tramp-compat-delete-file, tramp-compat-delete-directory)
2006 (tramp-compat-number-sequence, tramp-compat-process-running-p)
2007 * net/tramp.el (top, with-progress-reporter)
2008 (tramp-rfn-eshadow-setup-minibuffer)
2009 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
2010 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
2011 (tramp-completion-mode-p, tramp-check-for-regexp)
2012 (tramp-open-connection-setup-interactive-shell)
2013 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
2014 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
2015 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp)
2016 * net/tramp-cmds.el (tramp-cleanup-all-connections)
2017 (tramp-reporter-dump-variable, tramp-load-report-modules)
2018 (tramp-append-tramp-buffers)
2019 * net/tramp-gvfs.el (tramp-gvfs-handle-file-selinux-context): Use it.
2020
2021 * net/tramp-imap.el (top): Autoload `epg-make-context'.
2022
2023 2010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
2024
2025 * progmodes/compile.el (compilation-buffer-modtime): Rename from
2026 buffer-modtime. Adjust users.
2027
2028 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
2029
2030 * international/mule.el (auto-coding-alist): Only purecopy
2031 car of each item, not the whole list (Bug#6083).
2032
2033 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
2034
2035 * progmodes/js.el (js-mode): Make paragraph variables local before
2036 calling c-setup-paragraph-variables (Bug#6071).
2037
2038 2010-05-08 Eli Zaretskii <eliz@gnu.org>
2039
2040 * composite.el (compose-region, reference-point-alist): Fix typos
2041 in the doc strings.
2042
2043 2010-05-08 Alexander Klimov <alserkli@inbox.ru> (tiny change)
2044
2045 * calc/calc-graph.el (calc-graph-plot): Use the proper form for
2046 gnuplot's "set" command.
2047
2048 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
2049
2050 * abbrev.el (last-abbrev-text): Doc fix.
2051 (abbrev-prefix-mark): Don't escape parenthesis.
2052
2053 2010-05-08 Andreas Schwab <schwab@linux-m68k.org>
2054
2055 * composite.el (find-composition): Doc fix.
2056
2057 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
2058
2059 * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
2060 (sql-oracle-program, sql-sqlite-options)
2061 (sql-query-placeholders-and-send): Doc fixes.
2062 (sql-set-product, sql-interactive-mode): Reflow docstrings.
2063 (sql-imenu-generic-expression, sql-buffer)
2064 (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
2065 (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
2066 (sql-mode-sybase-font-lock-keywords)
2067 (sql-mode-informix-font-lock-keywords)
2068 (sql-mode-interbase-font-lock-keywords)
2069 (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
2070 (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
2071 (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
2072 (sql-product-feature, sql-highlight-product)
2073 (comint-line-beginning-position, sql-rename-buffer)
2074 (sql-toggle-pop-to-buffer-after-send-region sql-oracle)
2075 (sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
2076 (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
2077 Fix typos in docstrings.
2078
2079 2010-05-08 Juri Linkov <juri@jurta.org>
2080
2081 * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
2082 property instead of `invisible' and `after-string' (bug#5998).
2083
2084 2010-05-08 Juri Linkov <juri@jurta.org>
2085
2086 * image-mode.el (image-mode-as-text): Fix typo in docstring.
2087
2088 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
2089
2090 * filecache.el (file-cache-add-directory-list)
2091 (file-cache-add-directory-recursively): Fix typos in docstrings.
2092
2093 2010-05-08 Kenichi Handa <handa@m17n.org>
2094
2095 * language/indian.el (gurmukhi-composable-pattern): Fix typo.
2096 (gujarati-composable-pattern): Fix typo.
2097
2098 2010-05-08 Kenichi Handa <handa@m17n.org>
2099
2100 * language/indian.el (oriya-composable-pattern)
2101 (tamil-composable-pattern, malayalam-composable-pattern):
2102 Add two-part vowels to "v" (vowel sign).
2103
2104 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
2105
2106 * files.el (copy-directory): Handle symlinks (Bug#5982).
2107
2108 2010-05-08 Dan Nicolaescu <dann@ics.uci.edu>
2109
2110 * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
2111 (vc-hg-working-revision): Likewise. Use hg parents, not hg parent
2112 (Bug#5846).
2113
2114 2010-05-08 Glenn Morris <rgm@gnu.org>
2115
2116 * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
2117
2118 * minibuffer.el (completion-at-point): Doc fix.
2119
2120 2010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
2121
2122 * electric.el (Electric-command-loop): Minor tweak.
2123
2124 * ebuff-menu.el (electric-buffer-list): Try and make it behave a bit
2125 better with dedicated windows.
2126
2127 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
2128
2129 * Version 23.2 released.
2130
2131 2010-05-07 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
2132 Stefan Monnier <monnier@iro.umontreal.ca>
2133
2134 Highlight vendor specific properties.
2135 * textmodes/css-mode.el (css-proprietary-nmstart-re): New var.
2136 (css-proprietary-property): New face.
2137 (css-font-lock-keywords): Use them.
2138
2139 2010-05-07 Eli Zaretskii <eliz@gnu.org>
2140
2141 * cus-start.el (all): Add native condition for tool-bar-* symbols.
2142
2143 2010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
2144
2145 * textmodes/dns-mode.el (auto-mode-alist): Add entry for .zone files.
2146 * files.el (auto-mode-alist): Remove redundant entries.
2147
2148 * files.el (auto-save-mode): Move to simple.el to fix bootstrap.
2149 * simple.el (auto-save-mode): Move from files.el.
2150 * minibuffer.el (completion--common-suffix): Fix copy&paste error.
2151
2152 2010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
2153
2154 * lisp/epg.el (epg-key-capablity-alist): Add "D" flag (Bug#5592).
2155
2156 2010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
2157
2158 * mail/binhex.el (binhex-decode-region-internal)
2159 * mail/uudecode.el (uudecode-decode-region-internal)
2160 * net/dns.el (dns-read-string-name, dns-write, dns-read)
2161 (dns-read-type, dns-query)
2162 * pgg-parse.el (pgg-parse-armor)
2163 * pgg.el (pgg-verify-region)
2164 * sha1.el (sha1-string-external): Don't run set-buffer-multibyte for
2165 XEmacs.
2166
2167 * net/imap.el (imap-disable-multibyte): Redefine it as a macro.
2168
2169 2010-05-07 Juanma Barranquero <lekktu@gmail.com>
2170
2171 * progmodes/cperl-mode.el (cperl-mode-unload-function): New function.
2172
2173 Fix use of `filter-buffer-substring' (4th arg NOPROPS removed).
2174 * emulation/cua-base.el (cua-repeat-replace-region):
2175 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
2176 (cua-cut-region-to-global-mark):
2177 Remove text properties with `set-text-properties'.
2178
2179 2010-05-06 Michael Albinus <michael.albinus@gmx.de>
2180
2181 * net/tramp.el (top, with-progress-reporter):
2182 Use `symbol-function' inside `funcall'.
2183
2184 * net/tramp-compat.el (tramp-compat-file-attributes)
2185 (tramp-compat-delete-file, tramp-compat-delete-directory):
2186 Handle only `wrong-number-of-arguments' error.
2187
2188 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Fix typo.
2189 (tramp-gvfs-handle-file-selinux-context): Use `symbol-function'
2190 inside `funcall'.
2191
2192 2010-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
2193
2194 * minibuffer.el (completion--sreverse, completion--common-suffix):
2195 New functions.
2196 (completion-pcm--merge-completions): Extract common suffix when safe.
2197
2198 * emacs-lisp/easy-mmode.el (define-minor-mode):
2199 Make :variable more flexible.
2200 * files.el (auto-save-mode): Use it to define using define-minor-mode.
2201
2202 2010-05-05 Juri Linkov <juri@jurta.org>
2203
2204 Add `slow' and `history' tags to the desktop data.
2205
2206 * info.el (Info-virtual-nodes) [*Index*]: Add `slow' tag.
2207 (Info-virtual-files) [*Apropos*]: Add `slow' tag.
2208 (Info-finder-find-node): Require `finder.el' to be able
2209 to restore node from the desktop.
2210 (Info-desktop-buffer-misc-data): Save all nodes. Save additional
2211 data `Info-history' and `slow' tag in the assoc list.
2212 (Info-restore-desktop-buffer): Don't restore nodes with the
2213 `slow' tag. Restore `Info-history'.
2214
2215 2010-05-05 Michael Albinus <michael.albinus@gmx.de>
2216
2217 Add FORCE argument to `delete-file'.
2218
2219 * net/ange-ftp.el (ange-ftp-del-tmp-name): Make it a defun,
2220 forcing to delete the temporary file.
2221 (ange-ftp-delete-file): Add FORCE arg.
2222 (ange-ftp-rename-remote-to-remote)
2223 (ange-ftp-rename-local-to-remote, ange-ftp-rename-remote-to-local)
2224 (ange-ftp-load, ange-ftp-compress, ange-ftp-uncompress):
2225 Force file deletion.
2226
2227 * net/tramp-compat.el (tramp-compat-delete-file): New defun.
2228
2229 * net/tramp.el (tramp-handle-delete-file): Add FORCE arg.
2230 (tramp-handle-make-symbolic-link, tramp-handle-load)
2231 (tramp-do-copy-or-rename-file-via-buffer)
2232 (tramp-do-copy-or-rename-file-directly)
2233 (tramp-do-copy-or-rename-file-out-of-band)
2234 (tramp-handle-process-file, tramp-handle-call-process-region)
2235 (tramp-handle-shell-command, tramp-handle-file-local-copy)
2236 (tramp-handle-insert-file-contents, tramp-handle-write-region)
2237 (tramp-delete-temp-file-function): Use `tramp-compat-delete-file'.
2238
2239 * net/tramp-fish.el (tramp-fish-handle-delete-file): Add FORCE arg.
2240 (tramp-fish-handle-make-symbolic-link)
2241 (tramp-fish-handle-process-file): Use `tramp-compat-delete-file'.
2242
2243 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
2244 Use `tramp-compat-delete-file'.
2245
2246 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Add FORCE arg.
2247 (tramp-gvfs-handle-write-region): Use `tramp-compat-delete-file'.
2248
2249 * net/tramp-imap.el (tramp-imap-handle-delete-file): Add FORCE arg.
2250 (tramp-imap-do-copy-or-rename-file): Use `tramp-compat-delete-file'.
2251
2252 * net/tramp-smb.el (tramp-smb-handle-delete-file): Add FORCE arg.
2253 (tramp-smb-handle-copy-file, tramp-smb-handle-file-local-copy)
2254 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region): Use
2255 `tramp-compat-delete-file'.
2256
2257 2010-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
2258
2259 Minor cleanups.
2260 * subr.el (add-minor-mode): Use push.
2261 * mail/supercite.el (sc-electric-mode): Use more descriptive arg name.
2262 * emulation/edt.el (edt-select-mode): Simplify.
2263
2264 Use define-minor-mode in more cases.
2265 * term/tvi970.el (tvi970-set-keypad-mode):
2266 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
2267 (normal-erase-is-backspace-mode):
2268 * scroll-bar.el (scroll-bar-mode): Use it and define-minor-mode.
2269 (set-scroll-bar-mode-1): (Re)move to its sole caller.
2270 (get-scroll-bar-mode): New function.
2271 * emacs-lisp/cl-macs.el (eq): Handle a non-variable first arg.
2272
2273 Use define-minor-mode for less obvious cases.
2274 * emacs-lisp/easy-mmode.el (define-minor-mode): Add :variable keyword.
2275 * emacs-lisp/cl-macs.el (terminal-parameter, eq): Add setf method.
2276 * international/iso-ascii.el (iso-ascii-mode):
2277 * frame.el (auto-raise-mode, auto-lower-mode):
2278 * composite.el (global-auto-composition-mode): Use define-minor-mode.
2279
2280 2010-05-04 Michael Albinus <michael.albinus@gmx.de>
2281
2282 * net/tramp.el (tramp-methods): Remove "-q" from `tramp-login-args'
2283 in order to see error messages for failed logins.
2284
2285 2010-05-03 Chong Yidong <cyd@stupidchicken.com>
2286
2287 * diff.el (diff-sentinel):
2288
2289 * epg.el (epg--make-temp-file, epg-decrypt-string)
2290 (epg-verify-string, epg-sign-string, epg-encrypt-string):
2291
2292 * jka-compr.el (jka-compr-partial-uncompress)
2293 (jka-compr-call-process, jka-compr-write-region, jka-compr-load):
2294
2295 * server.el (server-sentinel): Use delete-file's new FORCE arg
2296 (Bug#6070).
2297
2298 2010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
2299
2300 Use define-minor-mode where applicable.
2301 * view.el (view-mode):
2302 * type-break.el (type-break-query-mode)
2303 (type-break-mode-line-message-mode):
2304 * textmodes/reftex.el (reftex-mode):
2305 * term/vt100.el (vt100-wide-mode):
2306 * tar-mode.el (tar-subfile-mode):
2307 * savehist.el (savehist-mode):
2308 * ibuf-ext.el (ibuffer-auto-mode):
2309 * composite.el (auto-composition-mode):
2310 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
2311 Use define-minor-mode.
2312 (vhdl-mode): Use static mode-line format.
2313 (vhdl-mode-line-update): Delete.
2314 (vhdl-create-mode-menu, vhdl-activate-customizations)
2315 (vhdl-hs-minor-mode): Don't bother calling it.
2316
2317 2010-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
2318
2319 * simple.el (with-wrapper-hook): Move.
2320 (buffer-substring-filters): Mark obsolete.
2321 (filter-buffer-substring-functions): New variable.
2322 (filter-buffer-substring): Use it. Remove unused arg `noprops'.
2323
2324 Use a mode-line spec rather than a static string in Semantic.
2325 * cedet/semantic/util-modes.el:
2326 (semantic-minor-modes-format): New var to replace...
2327 (semantic-minor-modes-status): Remove.
2328 (semantic-mode-line-update): Construct a mode-line spec rather than
2329 a static string so that mouse buttons can be used on individual minor
2330 modes and so that semantic-mode-line-update only needs to be called
2331 when global settings are changed.
2332 (semantic-add-minor-mode, semantic-toggle-minor-mode-globally):
2333 Call semantic-mode-line-update.
2334 (semantic-toggle-minor-mode-globally): Don't assume mode is on
2335 minor-mode-alist, check semantic-minor-mode-alist as well.
2336 (semantic-stickyfunc-mode, semantic-show-parser-state-auto-marker)
2337 (semantic-show-parser-state-marker, semantic-show-parser-state-mode)
2338 (semantic-show-unmatched-syntax-mode, semantic-highlight-edits-mode):
2339 * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
2340 * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
2341 (define-semantic-idle-service, semantic-idle-summary-mode):
2342 * cedet/semantic/decorate/mode.el (semantic-decoration-mode):
2343 Don't call semantic-mode-line-update any more.
2344
2345 2010-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
2346
2347 Use define-minor-mode in CEDET where applicable.
2348
2349 * cedet/srecode/mode.el (srecode-minor-mode,global-srecode-minor-mode):
2350 Use define-minor-mode.
2351
2352 * cedet/semantic/util-modes.el (semantic-add-minor-mode):
2353 Remove unused arg `keymap' and code redundant with define-minor-mode.
2354 (semantic-toggle-minor-mode-globally): Only handle arg -1 and 1.
2355 (semantic-stickyfunc-mode, global-semantic-show-unmatched-syntax-mode)
2356 (semantic-highlight-func-mode, global-semantic-show-parser-state-mode)
2357 (global-semantic-highlight-edits-mode, semantic-highlight-edits-mode)
2358 (semantic-show-unmatched-syntax-mode, semantic-show-parser-state-mode)
2359 (global-semantic-stickyfunc-mode, global-semantic-highlight-func-mode):
2360 Use define-minor-mode.
2361 (semantic-stickyfunc-mode-setup, semantic-highlight-edits-mode-setup)
2362 (semantic-show-unmatched-syntax-mode-setup)
2363 (semantic-show-parser-state-mode-setup)
2364 (semantic-highlight-func-mode-setup): Inline into sole caller.
2365
2366 * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
2367 (semantic-mru-bookmark-mode): Use define-minor-mode.
2368 (semantic-mru-bookmark-mode-setup): Inline into sole caller.
2369
2370 * cedet/semantic/idle.el (define-semantic-idle-service):
2371 Use define-minor-mode and inline setup function into its sole caller.
2372 (semantic-idle-scheduler-mode-setup)
2373 (semantic-idle-summary-mode-setup): Inline into sole caller.
2374 (global-semantic-idle-scheduler-mode, semantic-idle-scheduler-mode):
2375 Use define-minor-mode.
2376
2377 * cedet/semantic/decorate/mode.el (global-semantic-decoration-mode)
2378 (semantic-decoration-mode): Use define-minor-mode.
2379 (semantic-decoration-mode-setup): Inline into sole caller.
2380
2381 * cedet/ede/dired.el (ede-dired-minor-mode): Initialize in declaration.
2382 (ede-dired-minor-mode): Use define-minor-mode and derived-mode-p.
2383 (ede-dired-add-to-target): Use dolist.
2384
2385 2010-05-01 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
2386 Michael Albinus <michael.albinus@gmx.de>
2387
2388 Implement compression for inline methods.
2389
2390 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
2391 (tramp-copy-size-limit): Allow also nil.
2392 (tramp-inline-compress-commands): New defconst.
2393 (tramp-find-inline-compress, tramp-get-inline-compress)
2394 (tramp-get-inline-coding): New defuns.
2395 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
2396 replaced by `tramp-get-inline-coding'.
2397 (tramp-handle-file-local-copy, tramp-handle-write-region)
2398 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
2399
2400 2010-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
2401
2402 * bindings.el (mode-line-abbrev-mode, mode-line-auto-fill-mode):
2403 Remove unused functions.
2404
2405 * emacs-lisp/lisp-mode.el (lisp-mode): Use define-derived-mode.
2406 Set find-tag-default-function as a variable rather than a property.
2407
2408 * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
2409 * progmodes/etags.el (tags-completion-at-point-function):
2410 Remove left over interactive spec. Add autoloading stub.
2411 (complete-tag): Use tags-completion-at-point-function.
2412
2413 2010-04-30 Chong Yidong <cyd@stupidchicken.com>
2414
2415 * minibuffer.el (tags-completion-at-point-function): Fix return value.
2416
2417 2010-04-29 Chong Yidong <cyd@stupidchicken.com>
2418
2419 * ido.el (ido-init-completion-maps): Remove C-v binding.
2420 (ido-minibuffer-setup): Don't set cua-inhibit-cua-keys (Bug#5765).
2421
2422 2010-04-29 Chong Yidong <cyd@stupidchicken.com>
2423
2424 * minibuffer.el (tags-completion-at-point-function): New function.
2425 (completion-at-point-functions): Use it.
2426
2427 * cedet/semantic.el (semantic-completion-at-point-function): New function.
2428 (semantic-mode): Use semantic-completion-at-point-function for
2429 completion-at-point-functions instead.
2430
2431 * progmodes/etags.el (complete-tag): Revert last change.
2432
2433 2010-04-29 Alan Mackenzie <acm@muc.de>
2434
2435 * progmodes/cc-mode.el (c-extend-region-for-CPP): Fix an
2436 off-by-one error (in end of macro position).
2437
2438 2010-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
2439
2440 * net/browse-url.el (browse-url-firefox-program): Use iceweasel if
2441 firefox is absent. Don't autoload.
2442 (browse-url-galeon-program): Don't autoload.
2443
2444 2010-04-28 Chong Yidong <cyd@stupidchicken.com>
2445
2446 * bindings.el (complete-symbol): Move into minibuffer.el.
2447
2448 * minibuffer.el (complete-tag): Move from etags.el. If tags
2449 completion cannot be performed, return nil instead of signalling
2450 an error.
2451 (completion-at-point): Make it an alias for complete-symbol.
2452 (complete-symbol): Move from bindings.el, and replace with the
2453 body of completion-at-point.
2454
2455 * progmodes/etags.el (complete-tag): Move to minibuffer.el.
2456
2457 * cedet/semantic.el (semantic-mode): When enabled, add
2458 semantic-ia-complete-symbol to completion-at-point-functions.
2459
2460 * cedet/semantic/ia.el (semantic-ia-complete-symbol): Return nil
2461 if Semantic is not active.
2462
2463 2010-04-28 Michael Albinus <michael.albinus@gmx.de>
2464
2465 * net/tramp.el (tramp-remote-selinux-p): New defun.
2466 (tramp-handle-file-selinux-context)
2467 (tramp-handle-set-file-selinux-context): Use it.
2468
2469 2010-04-28 Sam Steingold <sds@gnu.org>
2470
2471 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
2472 `safe-local-variable' if the value is a string or a symbol with
2473 the property `bug-reference-url-format'.
2474
2475 2010-04-28 Chong Yidong <cyd@stupidchicken.com>
2476
2477 * progmodes/bug-reference.el (bug-reference-url-format): Revert
2478 2010-04-27 change due to security risk.
2479
2480 2010-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
2481
2482 Make it possible to locally disable a globally enabled mode.
2483 * simple.el (fundamental-mode): Run fundamental-mode-hook.
2484 * emacs-lisp/derived.el (define-derived-mode): Use fundamental-mode
2485 rather than kill-all-local-variables so it runs fundamental-mode-hook.
2486 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
2487 Use fundamental-mode-hook to run MODE-enable-in-buffers earlier, so
2488 that subsequent hooks get a chance to disable it.
2489
2490 2010-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
2491
2492 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
2493 Avoid re-enabling a minor mode after the user turned the minor mode
2494 off if MODE-enable-in-buffers is run twice (typically once from
2495 fundamental-mode's after-change-major-mode-hook and a second time from
2496 run-mode-hook's own after-change-major-mode-hook).
2497
2498 * emacs-lisp/lisp.el (lisp-complete-symbol): Fail gracefully.
2499
2500 2010-04-27 Sam Steingold <sds@gnu.org>
2501
2502 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
2503 `safe-local-variable' if the value is a string or a function, as
2504 documented and implemented on 2010-04-02.
2505
2506 2010-04-27 Juanma Barranquero <lekktu@gmail.com>
2507
2508 * ido.el (ido-buffer-internal): Bind `ido-use-virtual-buffers' to nil
2509 when method is 'kill.
2510
2511 2010-04-27 Agustín Martín <agustin.martin@hispalinux.es>
2512
2513 * textmodes/ispell.el (ispell-init-process): Fix personal dictionary
2514 condition in default directory check.
2515 (ispell-init-process,ispell-kill-ispell,kill-buffer-hook):
2516 Kill ispell process when killing its associated buffer.
2517
2518 2010-04-27 Jan Djärv <jan.h.d@swipnet.se>
2519
2520 * desktop.el (desktop-kill): ask-if-new: Ask if desktop file exists,
2521 but we aren't using it.
2522
2523 2010-04-25 Jan Djärv <jan.h.d@swipnet.se>
2524
2525 * tool-bar.el (tool-bar-local-item-from-menu): Revert unintended
2526 checkin in 2010-04-23T16:26:11Z!monnier@iro.umontreal.ca.
2527
2528 2010-04-24 Glenn Morris <rgm@gnu.org>
2529
2530 * emacs-lisp/authors.el (authors-obsolete-files-regexps):
2531 Ignore VCS-ignore files, and deleted nextstep preferences files.
2532 (authors-ignored-files): Ignore deleted cedet test files, and "*.el".
2533 (authors-ambiguous-files): New list.
2534 (authors-valid-file-names): Add some deleted files.
2535 (authors-renamed-files-alist): Add font-setting.el, edt-user.doc.
2536 (authors-disambiguate-file-name): New function. (Bug#5501)
2537 (authors-canonical-file-name): Doc fix.
2538 Don't warn about obsolete files.
2539 (authors-canonical-file-name, authors-scan-el):
2540 Use authors-disambiguate-file-name.
2541
2542 * hfy-cmap.el (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
2543 Add autoload cookies.
2544 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values): Add docs.
2545 (generated-autoload-file): Set file-local value to "htmlfontify.el".
2546 * htmlfontify.el (caddr, cadddr): Remove fallback definitions.
2547 They have definitions / compiler macros in cl.el.
2548 (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
2549 Replace manual autoloads with generated ones.
2550 (htmlfontify-unload-rgb-file): Remove autoload.
2551 * Makefile.in (autoloads): Ensure htmlfontify.el is writable.
2552
2553 2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
2554
2555 * emacs-lisp/bytecomp.el (byte-compile-set-default): New function.
2556 (byte-compile-setq-default): Optimize for the
2557 single-var case and don't call byte-compile-form in this case to avoid
2558 inf-loop with byte-compile-set-default.
2559
2560 * progmodes/compile.el (compilation-start): Abbreviate default directory.
2561
2562 2010-04-23 Michael Albinus <michael.albinus@gmx.de>
2563
2564 Implement SELINUX backends.
2565
2566 * net/tramp.el (tramp-file-name-handler-alist):
2567 Add `file-selinux-context' and `set-file-selinux-context'.
2568 (tramp-handle-file-selinux-context)
2569 (tramp-handle-set-file-selinux-context): New defuns.
2570 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
2571 Handle PRESERVE-SELINUX-CONTEXT.
2572
2573 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
2574 Add `file-selinux-context' and `set-file-selinux-context'.
2575 (tramp-gvfs-handle-file-selinux-context)
2576 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
2577 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
2578
2579 * net/ange-ftp.el (ange-ftp-copy-file):
2580 * net/tramp-fish.el (tramp-fish-handle-copy-file):
2581 * net/tramp-imap.el (tramp-imap-handle-copy-file):
2582 * net/tramp-smb.el (tramp-smb-handle-copy-file):
2583 Add PRESERVE-SELINUX-CONTEXT.
2584
2585 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
2586
2587 Synchronize with Tramp repository.
2588
2589 * net/tramp.el (with-connection-property, tramp-completion-mode-p)
2590 (tramp-action-process-alive, tramp-action-out-of-band)
2591 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
2592 (tramp-exists-file-name-handler): Fix docstring.
2593 (with-progress-reporter): New defmacro.
2594 (tramp-do-copy-or-rename-file, tramp-handle-dired-compress-file)
2595 (tramp-maybe-open-connection): Use it.
2596
2597 2010-04-22 Noah Lavine <noah549@gmail.com> (tiny change)
2598
2599 Detect ssh 'ControlMaster' argument automatically in some cases.
2600
2601 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
2602 (tramp-default-method): Use it.
2603
2604 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
2605
2606 * net/tramp.el (tramp-handle-copy-file): Add new optional
2607 parameter `preserve-selinux-context'.
2608 (tramp-file-name-for-operation): Add `set-file-selinux-context'.
2609
2610 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
2611
2612 * net/tramp.el (tramp-completion-handle-file-name-all-completions):
2613 Ensure, that non remote files are still checked. Oops.
2614
2615 2010-04-21 Michael Albinus <michael.albinus@gmx.de>
2616
2617 Fix Bug#5840.
2618
2619 * icomplete.el (icomplete-completions): Use `non-essential'.
2620
2621 * net/tramp.el (tramp-connectable-p): New defun.
2622 (tramp-handle-expand-file-name)
2623 (tramp-completion-handle-file-name-all-completions)
2624 (tramp-completion-handle-file-name-completion): Use it.
2625
2626 2010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
2627
2628 * emacs-lisp/lisp.el (lisp-completion-at-point): Try and handle errors.
2629
2630 2010-04-21 Jan Djärv <jan.h.d@swipnet.se>
2631
2632 * vc-dir.el (vc-dir-tool-bar-map): Add :label on some tool bar items.
2633
2634 * tool-bar.el (tool-bar-setup): Add :label on some tool bar items.
2635
2636 * loadup.el: Load dynamic-setting.el if feature dynamic-setting
2637 is present.
2638
2639 * info.el (info-tool-bar-map): Add labels.
2640
2641 * cus-start.el (all): Add tool-bar-style and tool-bar-max-label-size.
2642
2643 * cus-edit.el (custom-commands): Add labels for tool bar.
2644 (custom-buffer-create-internal, Custom-mode): Adjust for
2645 labels in custom-commands.
2646
2647 * dynamic-setting.el: Renamed from font-setting.el.
2648
2649 2010-04-21 John Wiegley <jwiegley@gmail.com>
2650
2651 * ido.el (ido-init-completion-maps): For ido-switch-buffer, C-o
2652 toggles the use of virtual buffers.
2653 (ido-buffer-internal): Guard `ido-use-virtual-buffers' global
2654 value.
2655 (ido-toggle-virtual-buffers): New function.
2656
2657 2010-04-21 Juanma Barranquero <lekktu@gmail.com>
2658
2659 Use `define-derived-mode'; fix window selection; doc fixes.
2660 * play/tetris.el (tetris, tetris-update-speed-function)
2661 (tetris-tty-colors, tetris-x-colors, tetris-move-bottom)
2662 (tetris-move-left, tetris-move-right, tetris-rotate-prev)
2663 (tetris-rotate-next, tetris-end-game, tetris-start-game)
2664 (tetris-pause-game): Fix typos in docstrings.
2665 (tetris-mode-map, tetris-null-map):
2666 Move initialization into declaration.
2667 (tetris-mode): Define with `define-derived-mode';
2668 set show-trailing-whitespace to nil.
2669 (tetris): Prefer window already displaying the "*Tetris*" buffer.
2670
2671 2010-04-21 Karel Klíč <kklic@redhat.com>
2672
2673 * files.el (backup-buffer): Handle SELinux context, and return it
2674 if a backup was made by renaming.
2675 (backup-buffer-copy): Set SELinux context to the target file.
2676 (basic-save-buffer): Set SELinux context of the newly written file.
2677 (basic-save-buffer-1): Now it also returns any SELinux context.
2678 (basic-save-buffer-2): Set SELinux context of the newly created file,
2679 and return it.
2680 * net/tramp.el (tramp-file-name-for-operation):
2681 Add file-selinux-context.
2682
2683 2010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
2684
2685 Make the log-edit comments use RFC822 format throughout.
2686
2687 * vc.el (vc-checkin, vc-modify-change-comment):
2688 Adjust to new vc-start/finish-logentry.
2689 (vc-find-conflicted-file): New command.
2690 (vc-transfer-file): Adjust to new vc-checkin.
2691 (vc-next-action): Improve scoping.
2692
2693 * vc-hg.el (vc-hg-log-edit-mode): Remove.
2694 (vc-hg-checkin): Remove extra arg. Use log-edit-extract-headers.
2695
2696 * vc-git.el (vc-git-log-edit-mode): Remove.
2697 (vc-git-checkin): Remove extra arg. Use log-edit-extract-headers.
2698 (vc-git-commits-coding-system): Rename from git-commits-coding-system.
2699
2700 * vc-dispatcher.el (vc-log-edit): Shorten names for log-edit-show-files.
2701 (vc-start-logentry): Remove argument `extra'.
2702 (vc-finish-logentry): Remove extra args.
2703
2704 * vc-bzr.el (vc-bzr-log-edit-mode): Remove.
2705 (vc-bzr-checkin): Remove extra arg. Use log-edit-extract-headers.
2706 (vc-bzr-conflicted-files): New function.
2707
2708 * log-edit.el (log-edit-extra-flags)
2709 (log-edit-before-checkin-process): Remove.
2710 (log-edit-summary, log-edit-header, log-edit-unknown-header): New faces.
2711 (log-edit-headers-alist): New var.
2712 (log-edit-header-contents-regexp): New const.
2713 (log-edit-match-to-eoh): New function.
2714 (log-edit-font-lock-keywords): Use them.
2715 (log-edit): Insert a "Summary:" header as default.
2716 (log-edit-mode): Mark font-lock rules as case-insensitive.
2717 (log-edit-done): Cleanup headers.
2718 (log-view-process-buffer): Remove.
2719 (log-edit-extract-headers): New function to replace it.
2720
2721 2010-04-20 Juanma Barranquero <lekktu@gmail.com>
2722
2723 * subr.el (default-direction-reversed): Remove obsolescence info.
2724
2725 2010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
2726
2727 * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with the
2728 windows/frames.
2729
2730 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete around point.
2731 I.e. include text after point in the completion region.
2732 Also, return nil when we're not after/in a symbol.
2733
2734 * international/mule-cmds.el (view-hello-file): Don't fiddle with the
2735 default enable-multibyte-characters.
2736
2737 2010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
2738
2739 * international/mule.el: Help the user choose a valid coding-system.
2740 (read-buffer-file-coding-system): New function.
2741 (set-buffer-file-coding-system): Use it. Prompt the user if the
2742 coding-system cannot encode all the chars.
2743
2744 * vc-bzr.el: Use standard *vc* and *vc-diff* buffers.
2745 (vc-bzr-shelve-show, vc-bzr-shelve-apply)
2746 (vc-bzr-shelve-apply-and-keep, vc-bzr-shelve-snapshot):
2747 Don't use *vc-bzr-shelve*.
2748
2749 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
2750
2751 * cedet/ede/pmake.el (ede-proj-makefile-insert-variables):
2752 Don't destroy list before using it.
2753
2754 2010-04-19 Dan Nicolaescu <dann@ics.uci.edu>
2755
2756 Fix the version number for added files.
2757 * vc-hg.el (vc-hg-working-revision): Check if the file is
2758 registered after hg parent fails (Bug#5961).
2759
2760 2010-04-19 Glenn Morris <rgm@gnu.org>
2761
2762 * htmlfontify.el (htmlfontify-buffer)
2763 (htmlfontify-copy-and-link-dir): Autoload entry points.
2764
2765 2010-04-19 Magnus Henoch <magnus.henoch@gmail.com>
2766
2767 * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
2768 name relative to the project root (Bug#5960).
2769
2770 2010-04-19 Glenn Morris <rgm@gnu.org>
2771
2772 * vc-git.el (vc-git-print-log): Doc fix.
2773
2774 2010-04-19 Óscar Fuentes <ofv@wanadoo.es>
2775
2776 * ido.el (ido-file-internal): Fix 2009-12-02 change.
2777
2778 2010-04-19 Christoph <cschol2112@googlemail.com> (tiny change)
2779
2780 * progmodes/grep.el (grep-compute-defaults): Fix handling of host
2781 default settings (Bug#5928).
2782
2783 2010-04-19 Glenn Morris <rgm@gnu.org>
2784
2785 * progmodes/fortran.el (fortran-match-and-skip-declaration):
2786 New function.
2787 (fortran-font-lock-keywords-3): Use it. (Bug#1385)
2788
2789 2010-04-19 Kenichi Handa <handa@m17n.org>
2790
2791 * language/indian.el (malayalam-composable-pattern): Fix previous
2792 change (add U+0D4D "SIGN VIRAMA").
2793 (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
2794 (tamil-composable-pattern): Fix typo in the regexp.
2795 (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
2796 (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
2797 (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
2798
2799 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
2800
2801 * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
2802 paragraph-separate (Bug#5821).
2803
2804 2010-04-19 Juri Linkov <juri@jurta.org>
2805
2806 Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
2807
2808 * info.el (Info-find-node-2): Comment out code that skips
2809 breadcrumbs line.
2810 (Info-mouse-follow-link): New command.
2811 (Info-link-keymap): New keymap.
2812 (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
2813 Return a string with links instead of inserting breadcrumbs
2814 to the Info buffer.
2815 (Info-fontify-node): Comment out code that inserts breadcrumbs.
2816 Instead of putting the `invisible' text property over the Info
2817 header, make an overlay over the Info header with the `invisible'
2818 property and `after-string' set to the string returned by
2819 `Info-breadcrumbs'.
2820
2821 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
2822
2823 * help.el (help-window-setup-finish): Doc fix (Bug#5830).
2824 Reported by monkey@sandpframing.com.
2825
2826 2010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
2827
2828 * tmm.el (tmm-prompt): Remove obsolete call to x-popup-menu.
2829 (tmm-get-keymap): Add key-binding shortcuts now that they're not
2830 available in the "keyseq cache" any more.
2831
2832 * custom.el (defcustom): Add edebug spec.
2833
2834 2010-04-18 Juri Linkov <juri@jurta.org>
2835
2836 Test for special mode-class in view-buffer instead of view-file (bug#5513).
2837
2838 * view.el (view-file, view-buffer): Move test for special mode-class
2839 from view-file to view-buffer.
2840
2841 * tar-mode.el (tar-extract): Turn if's into one cond
2842 like in arc-mode.el.
2843
2844 2010-04-18 Juri Linkov <juri@jurta.org>
2845
2846 Add 7z archive format support (bug#5475).
2847
2848 * arc-mode.el (archive-zip-extract): Try to find 7z executable.
2849 (archive-7z-extract): New defcustom.
2850 (archive-find-type): Add magic string for 7z.
2851 (archive-extract-by-stdout): Add new optional arg `stderr-file'.
2852 If `stderr-file' is non-nil, use `(t stderr-file)' for the
2853 `buffer' arg of `call-process'.
2854 (archive-zip-extract): Check `archive-zip-extract' for "7z" and
2855 call the function `archive-7z-extract' with the variable
2856 `archive-7z-extract' let-bound to `archive-zip-extract'.
2857 (archive-7z-summarize, archive-7z-extract): New functions.
2858
2859 * international/mule.el (auto-coding-alist):
2860 * files.el (auto-mode-alist): Add 7z file extension.
2861
2862 2010-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
2863
2864 * loadup.el: Setup hash-cons for pure data.
2865
2866 Fix duplicate entries in cedet's loaddefs.el files.
2867 * emacs-lisp/autoload.el (autoload-file-load-name): Be more clever.
2868 Should make most file-local generated-autoload-file unnecessary.
2869 (print-readably): Silence warnings.
2870 (autoload-find-destination): Take load-name as an arg to make sure
2871 it's the same as the one that will be in the file.
2872 (autoload-generate-file-autoloads): Adjust to above changes.
2873 Try to make the dataflow a bit simpler.
2874
2875 * cvs-status.el (cvs-refontify): Remove unused.
2876
2877 2010-04-18 Jay Belanger <jay.p.belanger@gmail.com>
2878
2879 * calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
2880
2881 * calc-bin.el (calc-radix): Have the "O" option turn on
2882 twos-complement mode.
2883
2884 2010-04-17 Jay Belanger <jay.p.belanger@gmail.com>
2885
2886 * calc-ext.el (calc-init-extensions): Add keybinding for 'calc-option'.
2887 Add `calc-option-prefix-help' to calc-help autoloads.
2888 (calc-inverse): Add "Option" to message, as appropriate.
2889 (calc-hyperbolic): Add "Option" to message, as appropriate.
2890 (calc-option, calc-is-option): New functions.
2891
2892 * calc-help.el (calc-full-help): Add `calc-option-help'.
2893 (calc-option-prefix-help): New function.
2894
2895 * calc-misc.el (calc-help): Add "Option" entry.
2896
2897 * calc.el (calc-local-var-list): Add `calc-option-flag'.
2898 (calc-option-flag): New variable.
2899 (calc-do): Set `calc-option-flag to nil.
2900 (calc-set-mode-line): Add "Opt " as appropriate.
2901
2902 2010-04-16 Juri Linkov <juri@jurta.org>
2903
2904 Move scrolling commands from simple.el to window.el
2905 because their primitives are implemented in window.c.
2906
2907 * simple.el (scroll-error-top-bottom)
2908 (scroll-up-command, scroll-down-command, scroll-up-line)
2909 (scroll-down-line, scroll-other-window-down)
2910 (beginning-of-buffer-other-window, end-of-buffer-other-window):
2911 * window.el (scroll-error-top-bottom)
2912 (scroll-up-command, scroll-down-command, scroll-up-line)
2913 (scroll-down-line, scroll-other-window-down)
2914 (beginning-of-buffer-other-window, end-of-buffer-other-window):
2915 Move from simple.el to window.el because their primitives are
2916 implemented in window.c.
2917
2918 2010-04-16 Juri Linkov <juri@jurta.org>
2919
2920 * isearch.el (isearch-lookup-scroll-key): Check both
2921 `isearch-scroll' and `scroll-command' properties.
2922 (scroll-up, scroll-down): Remove `isearch-scroll' property.
2923
2924 * mwheel.el (mwheel-scroll): Remove `isearch-scroll' property.
2925
2926 * simple.el (scroll-up-command, scroll-down-command)
2927 (scroll-up-line, scroll-down-line): Remove `isearch-scroll' property.
2928
2929 2010-04-15 Juri Linkov <juri@jurta.org>
2930
2931 * simple.el (scroll-up-command, scroll-down-command)
2932 (scroll-up-line, scroll-down-line): Put `scroll-command'
2933 property on the these symbols. Remove them from
2934 `scroll-preserve-screen-position-commands'.
2935
2936 * mwheel.el (mwheel-scroll): Put `scroll-command' and
2937 `isearch-scroll' properties on the `mwheel-scroll' symbol.
2938 Remove it from `scroll-preserve-screen-position-commands'.
2939
2940 * isearch.el (isearch-allow-scroll): Doc fix.
2941
2942 2010-04-15 Michael Albinus <michael.albinus@gmx.de>
2943
2944 * net/tramp.el (tramp-error-with-buffer): Don't show the
2945 connection buffer when we are in completion mode.
2946 (tramp-file-name-handler): Catch the error for some operations
2947 when we are in completion mode. This gives the user the chance to
2948 correct the file name in the minibuffer.
2949
2950 2010-04-15 Glenn Morris <rgm@gnu.org>
2951
2952 * progmodes/verilog-mode.el (verilog-forward-sexp): Avoid free variable.
2953
2954 2010-04-15 Juanma Barranquero <lekktu@gmail.com>
2955
2956 Simplify by using `define-derived-mode'.
2957 * info.el (Info-mode):
2958 * calendar/todo-mode.el (todo-mode):
2959 * play/gomoku.el (gomoku-mode): Define with `define-derived-mode'.
2960 (gomoku-mode-map): Move initialization into declaration.
2961
2962 2010-04-14 Michael Albinus <michael.albinus@gmx.de>
2963
2964 Fix Bug#5840.
2965 * ido.el (ido-file-name-all-completions-1):
2966 * minibuffer.el (minibuffer-completion-help):
2967 * net/tramp.el (tramp-completion-mode-p): Use `non-essential'.
2968
2969 2010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
2970
2971 * simple.el (non-essential): New var.
2972
2973 Add a new field `location' to bookmarks for non-file bookmarks.
2974 * bookmark.el (bookmark-location): Use the new field, if present.
2975 (bookmark-insert-location): Undo last change, not needed any more.
2976 * man.el (Man-bookmark-make-record):
2977 * woman.el (woman-bookmark-make-record): Add `location' field.
2978
2979 2010-04-14 Juri Linkov <juri@jurta.org>
2980
2981 * simple.el (scroll-error-top-bottom): New defcustom.
2982 (scroll-up-command, scroll-down-command): Use it. Doc fix.
2983
2984 * emulation/pc-select.el (pc-select-override-scroll-error):
2985 Obsolete in favor of `scroll-error-top-bottom'.
2986
2987 2010-04-14 Juri Linkov <juri@jurta.org>
2988
2989 * tutorial.el (tutorial--default-keys): Rebind `C-v' to
2990 `scroll-up-command' and `M-v' to `scroll-down-command'.
2991
2992 * emulation/cua-rect.el (cua--init-rectangles):
2993 * forms.el (forms--change-commands):
2994 * image-mode.el (image-mode-map):
2995 Remap scroll-down-command and scroll-up-command
2996 in addition to scroll-down and scroll-up.
2997
2998 2010-04-14 Juri Linkov <juri@jurta.org>
2999
3000 * mwheel.el (scroll-preserve-screen-position-commands):
3001 Add mwheel-scroll to this list of commands.
3002
3003 * simple.el (scroll-preserve-screen-position-commands):
3004 Add scroll-up-command, scroll-down-command, scroll-up-line,
3005 scroll-down-line to this list of commands.
3006
3007 2010-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
3008
3009 * obsolete/complete.el: Move from lisp/complete.el.
3010
3011 * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
3012
3013 * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument
3014 to the minor mode function now turns the mode ON unconditionally.
3015
3016 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
3017
3018 * vc-dir.el (vc-dir-kill-line): New command.
3019 (vc-dir-mode-map): Bind it to C-k.
3020
3021 * bookmark.el (bookmark-insert-location): Handle a nil filename.
3022
3023 * woman.el: Add bookmark declarations to silence the compiler.
3024 (bookmark-prop-get): Use `man-args' rather than `filename' as a first
3025 step to compatibility between man and woman bookmarks.
3026 Adjust for Man-default-bookmark-title renaming.
3027 (woman-bookmark-jump): Adjust accordingly. Don't forget to autoload.
3028
3029 * man.el: Add bookmark declarations to silence the compiler.
3030 (Man-name-local-regexp): Make it match NAME as well.
3031 (Man-getpage-in-background): Return the buffer.
3032 (Man-notify-when-ready): Use `case'.
3033 (man-set-default-bookmark-title): Rename to Man-default-bookmark-title.
3034 Don't hardcode "NAME". Simplify.
3035 (Man-bookmark-make-record): Use Man-arguments rather than buffer-name.
3036 Rename from Man-bookmark-make-record.
3037 (Man-bookmark-jump): Rename from man-bookmark-jump. Simplify now that
3038 we have the actual man-args. Use Man-getpage-in-background rather
3039 than `man' since the arg is already processed. Let bookmark.el do the
3040 window handling. Only wait for the relevant process.
3041 Don't forget to autoload.
3042
3043 * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
3044
3045 2010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3046
3047 * woman.el (woman-bookmark-make-record, woman-bookmark-jump):
3048 New functions.
3049 (woman-mode): Setup bookmark support.
3050
3051 * man.el (man-set-default-bookmark-title, man-bookmark-make-record)
3052 (man-bookmark-jump): New functions.
3053 (Man-mode): Setup bookmark support.
3054
3055 2010-04-10 Jari Aalto <jari.aalto@cante.net>
3056
3057 * comint.el (comint-password-prompt-regexp): Use regexp-opt, and
3058 recognize ssh-keygen prompt (Bug#2817).
3059
3060 2010-04-10 Michael Albinus <michael.albinus@gmx.de>
3061
3062 * net/tramp.el (tramp-do-copy-or-rename-file): Add progress reporter.
3063
3064 2010-04-10 Michael Albinus <michael.albinus@gmx.de>
3065
3066 Synchronize with Tramp repository.
3067
3068 * net/tramp.el (tramp-completion-function-alist)
3069 (tramp-file-name-regexp, tramp-chunksize)
3070 (tramp-local-coding-commands, tramp-remote-coding-commands):
3071 Fix docstring.
3072 (tramp-remote-process-environment): Use `format' instead of `concat'.
3073 (tramp-handle-directory-files-and-attributes)
3074 (tramp-get-remote-path): Use `copy-tree'.
3075 (tramp-handle-file-name-all-completions): Backward/ XEmacs
3076 compatibility: Use `completion-ignore-case' if
3077 `read-file-name-completion-ignore-case' does not exist.
3078 (tramp-do-copy-or-rename-file-directly): Do not use
3079 `tramp-handle-file-remote-p'.
3080 (tramp-do-copy-or-rename-file-out-of-band):
3081 Use `tramp-compat-delete-directory'.
3082 (tramp-do-copy-or-rename-file-out-of-band)
3083 (tramp-compute-multi-hops, tramp-maybe-open-connection):
3084 Use `format-spec-make'.
3085 (tramp-find-foreign-file-name-handler)
3086 (tramp-advice-make-auto-save-file-name)
3087 (tramp-set-auto-save-file-modes): Remove superfluous check for
3088 `stringp'. This is done inside `tramp-tramp-file-p'.
3089 (tramp-debug-outline-regexp): New defconst.
3090 (tramp-get-debug-buffer): Use it.
3091 (tramp-check-for-regexp): Use (forward-line 1).
3092 (tramp-set-auto-save-file-modes): Adapt version check.
3093
3094 * net/tramp-compat.el (tramp-advice-file-expand-wildcards):
3095 Wrap call of `featurep' for 2nd argument.
3096 (tramp-compat-make-temp-file): Simplify fallback implementation.
3097 (tramp-compat-copy-tree): Remove function.
3098 (tramp-compat-delete-directory): Provide implementation for older
3099 Emacsen.
3100
3101 * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes):
3102 Do not use `tramp-fish-handle-file-attributes.
3103
3104 * net/trampver.el: Update release number.
3105
3106 2010-04-10 Glenn Morris <rgm@gnu.org>
3107
3108 * progmodes/compile.el (compilation-save-buffers-predicate):
3109 Add missing :version tag.
3110
3111 2010-04-09 Sam Steingold <sds@gnu.org>
3112
3113 * progmodes/compile.el (compilation-save-buffers-predicate):
3114 Remove the "autoload" cookie.
3115
3116 * progmodes/bug-reference.el (turn-on-bug-reference-mode)
3117 (turn-on-bug-reference-prog-mode): Remove, `bug-reference-mode'
3118 and `bug-reference-prog-mode' can be used in hooks directly.
3119
3120 2010-04-09 Dan Nicolaescu <dann@ics.uci.edu>
3121
3122 Add --author support to git commit.
3123 * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
3124 (vc-git-log-edit-mode): New minor mode.
3125 (log-edit-mode, log-edit-extra-flags, log-edit-mode):
3126 New declarations.
3127
3128 2010-04-09 Eric Raymond <esr@snark.thyrsus.com>
3129
3130 * vc-hooks.el, vc-git.el: Improve documentation comments.
3131
3132 2010-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
3133
3134 Fix some of the problems in defsubst* (bug#5728).
3135 * emacs-lisp/cl-macs.el (defsubst*): Don't substitute non-trivial args.
3136 (cl-defsubst-expand): Do the substitutions simultaneously (bug#5728).
3137
3138 2010-04-07 Sam Steingold <sds@gnu.org>
3139
3140 * progmodes/compile.el (compilation-save-buffers-predicate):
3141 New custom variable.
3142 (compile, recompile): Pass it to `save-some-buffers'.
3143
3144 2010-04-07 Jan Djärv <jan.h.d@swipnet.se>
3145
3146 * wid-edit.el (widget-choose): Move cursor to the second line of
3147 the buffer (Bug#5695).
3148
3149 2010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
3150
3151 Add new VC methods: vc-log-incoming and vc-log-outgoing.
3152 * vc.el (vc-print-log-setup-buttons): New function split out from
3153 vc-print-log-internal.
3154 (vc-log-internal-common): New function, a parametrized version of
3155 vc-print-log-internal.
3156 (vc-print-log-internal): Just call vc-log-internal-common with the
3157 right arguments.
3158 (vc-incoming-outgoing-internal):
3159 (vc-log-incoming, vc-log-outgoing): New functions.
3160 (vc-log-view-type): New permanent local variable.
3161
3162 * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
3163
3164 * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
3165 of the dynamic bound vc-short-log.
3166 (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
3167
3168 * vc-git.el (vc-git-log-outgoing): New function.
3169 (vc-git-log-view-mode): Use vc-log-view-type instead
3170 of the dynamic bound vc-short-log.
3171
3172 * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead
3173 of the dynamic bound vc-short-log. Highlight the tag.
3174 (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
3175 (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
3176 (vc-hg-incoming-mode): Remove.
3177 (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
3178
3179 2010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
3180
3181 Fix default-directory for vc-root-diff.
3182 * vc.el (vc-root-diff): Bind default-directory to the root
3183 directory for the diff command.
3184
3185 2010-04-07 Michael McNamara <mac@mail.brushroad.com>
3186
3187 * progmodes/verilog-mode.el (verilog-forward-sexp):
3188 (verilog-calc-1): Support "disable fork" and "fork wait" multi
3189 word keywords, suggested by Steve Pearlmutter.
3190 (verilog-pretty-declarations): Support lineup of declarations in
3191 port lists.
3192 (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
3193 fix bug for /* / comments
3194 (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
3195 Speed up and simplfy as this is never called with a bound.
3196 (verilog-pretty-declarations): Enhance to line up declarations
3197 inside a parameter list, suggested by Alan Morgan.
3198 (verilog-pretty-expr): Tune assignment regular expression match
3199 string for corner cases; also use markers instead of character
3200 number as indent changes the later.
3201
3202 2010-04-07 Wilson Snyder <wsnyder@wsnyder.org>
3203
3204 * progmodes/verilog-mode.el (verilog-type-keywords): Fix pulldown
3205 as missing keyword.
3206 (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
3207 causing truncation of AUTOWIRE signals. Reported by Bruce Tennant.
3208 (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
3209 AUTO_TEMPLATEs needing multiple array bits. Suggested by Bruce
3210 Tennant.
3211 (verilog-keywords):
3212 (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
3213 1800-2009 keywords, including "global.".
3214
3215 2010-04-06 John Wiegley <jwiegley@gmail.com>
3216
3217 * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
3218 appearing in buffer list (if a live buffer name matched a recentf
3219 file basename). Should use uniquify to offer a real solution.
3220
3221 2010-04-06 John Wiegley <jwiegley@gmail.com>
3222
3223 * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
3224 comment to code, and add a :version tag.
3225 (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
3226
3227 2010-04-06 Juanma Barranquero <lekktu@gmail.com>
3228
3229 Enable recentf-mode if using virtual buffers.
3230 * ido.el (recentf-list): Declare for byte-compiler.
3231 (ido-virtual-buffers): Move up to silence byte-compiler. Add docstring.
3232 (ido-make-buffer-list): Simplify.
3233 (ido-add-virtual-buffers-to-list): Simplify. Enable recentf-mode.
3234
3235 2010-04-05 Juri Linkov <juri@jurta.org>
3236
3237 Scrolling commands which scroll a line instead of full screen.
3238 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
3239
3240 * simple.el (scroll-up-line, scroll-down-line): New commands.
3241 Put property isearch-scroll=t on them.
3242
3243 * emulation/ws-mode.el (scroll-down-line, scroll-up-line):
3244 Remove commands.
3245
3246 2010-04-05 Juri Linkov <juri@jurta.org>
3247
3248 Scrolling commands which do not signal errors at top/bottom.
3249 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
3250
3251 * simple.el (scroll-up-command, scroll-down-command): New commands.
3252 Put property isearch-scroll=t on them.
3253
3254 * bindings.el (global-map): Rebind [prior] from `scroll-down' to
3255 `scroll-down-command' and [next] from `scroll-up' to
3256 `scroll-up-command'.
3257
3258 * emulation/cua-base.el: Put property CUA=move on
3259 `scroll-up-command' and `scroll-down-command'.
3260 (cua--init-keymaps): Remap `scroll-up-command' to `cua-scroll-up'
3261 and `scroll-down-command' to `cua-scroll-down'.
3262
3263 2010-04-05 Juanma Barranquero <lekktu@gmail.com>
3264
3265 * help.el (describe-mode): Return nil.
3266
3267 2010-04-04 John Wiegley <jwiegley@gmail.com>
3268
3269 * ido.el (ido-use-virtual-buffers): New variable to indicate
3270 whether "virtual buffer" support is enabled for IDO.
3271 (ido-virtual): Face used to indicate virtual buffers in the list.
3272 (ido-buffer-internal): If a buffer is chosen, and no such buffer
3273 exists, but a virtual buffer of that name does (which would be why
3274 it was in the list), recreate the buffer by reopening the file.
3275 (ido-make-buffer-list): If virtual buffers are being used, call
3276 `ido-add-virtual-buffers-to-list' before the make list hook.
3277 (ido-virtual-buffers): New variable which contains a copy of the
3278 current contents of the `recentf-list', albeit pared down for the
3279 sake of speed, and with proper faces applied.
3280 (ido-add-virtual-buffers-to-list): Using the `recentf-list',
3281 create a list of "virtual buffers" to present to the user in
3282 addition to the currently open set. Note that this logic could
3283 get rather slow if that list is too large. With the default
3284 `recentf-max-saved-items' of 200, there is little speed penalty.
3285
3286 2010-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
3287
3288 * font-lock.el: Require CL when compiling.
3289 (font-lock-turn-on-thing-lock): Use `case'.
3290
3291 2010-04-03 Eli Zaretskii <eliz@gnu.org>
3292
3293 * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
3294 Zaretskii.
3295
3296 2010-04-02 Juanma Barranquero <lekktu@gmail.com>
3297
3298 * cedet/semantic/imenu.el (semantic-imenu-bucketize-type-members)
3299 (semantic-create-imenu-directory-index): Fix typos in docstrings.
3300 (semantic-imenu-goto-function): Reflow docstring.
3301
3302 2010-04-02 Juri Linkov <juri@jurta.org>
3303
3304 * ehelp.el (electric-help-orig-major-mode):
3305 New buffer-local variable.
3306 (electric-help-mode): Set it to original major-mode. Doc fix.
3307 (with-electric-help): Use `electric-help-orig-major-mode' instead
3308 of (default-value 'major-mode). Doc fix.
3309 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html
3310
3311 2010-04-02 Sam Steingold <sds@gnu.org>
3312
3313 * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
3314 `vc-hg-command' with a list of flags.
3315
3316 * progmodes/bug-reference.el (bug-reference-bug-regexp):
3317 Also accept "patch" and "RFE".
3318 (bug-reference-fontify): `bug-reference-url-format' can also be a
3319 function to be able to handle the bug kind.
3320 (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add.
3321
3322 2010-04-02 Jan Djärv <jan.h.d@swipnet.se>
3323
3324 * tmm.el (tmm-get-keymap): Check with symbolp before passing
3325 value to fboundp, it may not be a symbol.
3326
3327 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
3328
3329 * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
3330
3331 2010-03-31 Juri Linkov <juri@jurta.org>
3332
3333 * simple.el (next-line, previous-line): Re-throw a signal
3334 with `signal' instead of using `ding'.
3335 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html
3336
3337 2010-03-31 Juri Linkov <juri@jurta.org>
3338
3339 * simple.el (keyboard-escape-quit): Raise deselecting the active
3340 region higher than exiting the minibuffer.
3341 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html
3342
3343 2010-03-31 Juri Linkov <juri@jurta.org>
3344
3345 * image.el (image-animated-p): Use `image-metadata' instead of
3346 `image-extension-data'. Get GIF extenstion data from metadata
3347 property `extension-data'.
3348
3349 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
3350
3351 * simple.el (append-to-buffer): Simplify.
3352
3353 2010-03-31 Tomas Abrahamsson <tab@lysator.liu.se>
3354
3355 * textmodes/artist.el (artist-mode): Fix typo in docstring.
3356 Reported by Alex Schröder <kensanata@gmail.com>. (Bug#5807)
3357
3358 2010-03-31 Kenichi Handa <handa@m17n.org>
3359
3360 * language/sinhala.el (composition-function-table): Fix regexp for
3361 the new Unicode specification.
3362
3363 * language/indian.el (devanagari-composable-pattern)
3364 (tamil-composable-pattern, kannada-composable-pattern)
3365 (malayalam-composable-pattern): Adjust for the new Unicode
3366 specification.
3367 (bengali-composable-pattern, gurmukhi-composable-pattern)
3368 (gujarati-composable-pattern, oriya-composable-pattern)
3369 (telugu-composable-pattern): New variables to cope with the new
3370 Unicode specification. Use them in composition-function-table.
3371
3372 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
3373
3374 Make tmm-menubar work for the Buffers menu again (bug#5726).
3375 * tmm.el (tmm-prompt): Also handle keymap entries in the form of
3376 vectors rather than cons cells, as used in menu-bar-update-buffers.
3377
3378 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
3379
3380 * progmodes/js.el (js-auto-indent-flag, js-mode-map)
3381 (js-insert-and-indent): Revert 2009-08-15 change, restoring
3382 electric punctuation for "{}();,:" (Bug#5586).
3383
3384 * mail/sendmail.el (mail-default-directory): Doc fix.
3385
3386 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
3387
3388 * mail/sendmail.el (mail-default-directory): Doc fix.
3389
3390 2010-03-31 Eli Zaretskii <eliz@gnu.org>
3391
3392 * subr.el (version-regexp-alist, version-to-list)
3393 (version-list-<, version-list-=, version-list-<=)
3394 (version-list-not-zero, version<, version<=, version=): Doc fix.
3395 (Bug#5744).
3396
3397 2010-02-31 Dan Nicolaescu <dann@ics.uci.edu>
3398
3399 * vc.el (vc-root-diff): Doc fix.
3400
3401 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
3402
3403 * vc.el (vc-print-log, vc-print-root-log): Doc fix.
3404
3405 * simple.el (append-to-buffer): Fix last change.
3406
3407 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
3408
3409 * simple.el (append-to-buffer): Ensure that point is preserved if
3410 BUFFER is the current buffer. Suggested by YAMAMOTO Mitsuharu.
3411 (Bug#5749)
3412
3413 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
3414
3415 * files.el (auto-mode-case-fold): Change default to t.
3416
3417 2010-03-30 Juri Linkov <juri@jurta.org>
3418
3419 * dired-x.el (dired-omit-mode): Doc fix.
3420
3421 2010-03-30 Juri Linkov <juri@jurta.org>
3422
3423 * replace.el (occur-accumulate-lines): Move occur-engine related
3424 functions `occur-accumulate-lines' and `occur-engine-add-prefix'
3425 to be located after `occur-engine'.
3426
3427 2010-03-30 Juri Linkov <juri@jurta.org>
3428
3429 Make occur handle multi-line matches cleanly with context.
3430 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
3431
3432 * replace.el (occur-accumulate-lines): Add optional arg `pt'.
3433 (occur-engine): Add local variables `ret', `prev-after-lines',
3434 `prev-lines'. Use more arguments for `occur-context-lines'.
3435 Set first elem of its returned list to `data', and the second elem
3436 to `prev-after-lines'. Don't print the separator line.
3437 In the end, print remaining context after-lines.
3438 (occur-context-lines): Add new arguments `begpt', `endpt',
3439 `lines', `prev-lines', `prev-after-lines'. Rewrite to combine
3440 after-lines of the previous match with before-lines of the
3441 current match and not overlap them. Return a list with two
3442 values: the output line and the list of context after-lines.
3443
3444 2010-03-30 Juri Linkov <juri@jurta.org>
3445
3446 * replace.el (occur-accumulate-lines): Fix a bug where the first
3447 context line at the beginning of the buffer was missing.
3448
3449 2010-03-30 Eli Zaretskii <eliz@gnu.org>
3450
3451 * files.el: Make bidi-display-reordering safe variable for boolean
3452 values.
3453
3454 2010-03-29 Phil Hagelberg <phil@evri.com>
3455 Chong Yidong <cyd@stupidchicken.com>
3456
3457 * subr.el: Extend progress reporters to perform "spinning".
3458 (progress-reporter-update, progress-reporter-do-update):
3459 Handle non-numeric value arguments.
3460 (progress-reporter--pulse-characters): New var.
3461
3462 2010-03-28 Chong Yidong <cyd@stupidchicken.com>
3463
3464 * progmodes/compile.el (compilation-start): Fix regexp detection
3465 of initial cd command (Bug#5771).
3466
3467 2010-03-28 Stefan Guath <stefan@automata.se> (tiny change)
3468
3469 * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
3470
3471 2010-03-27 Nick Roberts <nickrob@snap.net.nz>
3472
3473 Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
3474 * lisp/progmodes/gdb-mi.el: Restore.
3475 * lisp/progmodes/gdb-ui.el: Remove.
3476 * lisp/progmodes/gud.el: Re-accommodate for gdb-mi.el.
3477
3478 2010-03-25 Glenn Morris <rgm@gnu.org>
3479
3480 * desktop.el (desktop-save-buffer-p): Don't mistakenly include
3481 all dired buffers, even tramp ones. (Bug#5755)
3482
3483 2010-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
3484
3485 Add "union tags" in mpc.el.
3486 * mpc.el: Remove backward compatibility code.
3487 (mpc-browser-tags): Change default.
3488 (mpc--find-memoize-union-tags): New var.
3489 (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
3490 (mpc-cmd-find): Handle the case where the playlist does not exist.
3491 Handle union-tags.
3492 (mpc-cmd-list): Use mpc-cmd-special-tag-p. Handle union-tags.
3493 (mpc-cmd-add): Use mpc-cmd-flush.
3494 (mpc-tagbrowser-tag-name): New fun.
3495 (mpc-tagbrowser-buf): Use it.
3496 (mpc-songs-refresh): Use cond. Move to point-min as a fallback.
3497
3498 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
3499
3500 Misc cleanup.
3501 * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
3502 Use replace-regexp-in-string.
3503 (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
3504 (makefile-imake-mode-syntax-table): Move init into defvar.
3505 (makefile-mode): Use define-derived-mode.
3506
3507 * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
3508 (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
3509 not be present any more.
3510
3511 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
3512
3513 * faces.el (set-face-attribute): Fix typo in docstring.
3514 (face-valid-attribute-values): Reflow docstring.
3515
3516 * cedet/srecode/table.el (srecode-template-table): Fix docstring typo.
3517
3518 2010-03-24 Glenn Morris <rgm@gnu.org>
3519
3520 * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
3521
3522 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
3523
3524 * indent.el (indent-for-tab-command): Doc fix.
3525
3526 2010-03-24 Alan Mackenzie <acm@muc.de>
3527
3528 * progmodes/cc-engine.el (c-remove-stale-state-cache):
3529 Fix off-by-one error. Fixes bug #5747.
3530
3531 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
3532
3533 * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
3534 (image-dired-read-comment): Doc fix.
3535
3536 * json.el (json-object-type, json-array-type, json-key-type)
3537 (json-false, json-null, json-read-number):
3538 * minibuffer.el (completion-in-region-functions):
3539 * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
3540 (cal-tex-cursor-week):
3541 * emacs-lisp/trace.el (trace-function):
3542 * eshell/em-basic.el (eshell/printnl):
3543 * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
3544 (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
3545 * obsolete/levents.el (allocate-event, event-key, event-object)
3546 (event-point, event-process, event-timestamp, event-to-character)
3547 (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
3548 * textmodes/reftex-vars.el (reftex-index-macros-builtin)
3549 (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
3550 (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
3551 (reftex-highlight-selection): Fix typos in docstrings.
3552
3553 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
3554
3555 * minibuffer.el (completion-in-region-functions): Fix docstring typos.
3556
3557 2010-03-24 Glenn Morris <rgm@gnu.org>
3558
3559 * mail/rmail.el (rmail-highlight-face): Restore option deleted
3560 2008-02-13 without comment; mark it obsolete.
3561 (rmail-highlight-headers): Use rmail-highlight-face once more.
3562
3563 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
3564
3565 * woman.el (woman2-process-escapes): Only consume the newline if
3566 the filler character is on a line by itself (Bug#5729).
3567
3568 2010-03-24 Kenichi Handa <handa@m17n.org>
3569
3570 * language/indian.el (devanagari-composable-pattern): Add more
3571 consonants.
3572
3573 2010-03-24 Michael Albinus <michael.albinus@gmx.de>
3574
3575 * net/trampver.el: Update release number.
3576
3577 2010-03-24 Glenn Morris <rgm@gnu.org>
3578
3579 * Makefile.in (ELCFILES): Add cedet/semantic/imenu.el.
3580
3581 2010-03-24 Michael Albinus <michael.albinus@gmx.de>
3582
3583 * net/tramp.el (tramp-find-executable):
3584 Use `tramp-get-connection-buffer'. Make the regexp for checking
3585 output of "wc -l" more robust.
3586 (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
3587 (tramp-open-connection-setup-interactive-shell): Remove workaround
3588 for OpenSolaris bug, it is not needed anymore.
3589
3590 2010-03-24 Eric M. Ludlam <zappo@gnu.org>
3591
3592 * cedet/semantic/imenu.el: New file, from the CEDET repository
3593 (Bug#5412).
3594
3595 2010-03-24 Glenn Morris <rgm@gnu.org>
3596
3597 * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie. (Bug#4427)
3598
3599 2010-03-24 Wilson Snyder <wsnyder@wsnyder.org>
3600
3601 * files.el (auto-mode-alist): Accept more verilog file patterns.
3602
3603 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
3604
3605 * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
3606
3607 2010-03-24 Glenn Morris <rgm@gnu.org>
3608
3609 * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
3610 log-edit-before-checkin-process.
3611
3612 * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
3613
3614 * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
3615
3616 * vc-dispatcher.el (vc-start-logentry): Doc fix.
3617 (log-view-process-buffer, log-edit-extra-flags): Declare.
3618
3619 * log-edit.el (log-edit-before-checkin-process): Doc fix.
3620
3621 * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
3622 Consistently check ede-object is bound throughout.
3623
3624 * cedet/ede/project-am.el (ede-shell-run-something): Declare.
3625
3626 2010-03-23 Sam Steingold <sds@gnu.org>
3627
3628 Fix bug#5620: recalculate all markers on compilation buffer
3629 modifications, not on file modifications.
3630 * progmodes/compile.el (buffer-modtime): New buffer-local variable:
3631 the buffer modification time, for buffers not associated with files.
3632 (compilation-mode): Create it.
3633 (compilation-filter): Update it.
3634 (compilation-next-error-function): Use it instead of
3635 `visited-file-modtime' for timestamp.
3636
3637 2010-03-23 Juri Linkov <juri@jurta.org>
3638
3639 Implement Occur multi-line matches.
3640 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
3641
3642 * replace.el (occur): Doc fix.
3643 (occur-engine): Set `begpt' to the beginning of the first line.
3644 Set `endpt' to the end of the last match line. At first, count
3645 line numbers between `origpt' and `begpt'. Split out code from
3646 `out-line' variable to new let-bindings `match-prefix' and
3647 `match-str'. In `out-line' add non-numeric prefix to all
3648 non-first lines of multi-line matches. Finally, count lines
3649 between `begpt' and `endpt' and add to `lines'.
3650
3651 2010-03-23 Juri Linkov <juri@jurta.org>
3652
3653 * replace.el (occur-accumulate-lines, occur-engine):
3654 Use `occur-engine-line' instead of duplicate code.
3655 (occur-engine-line): New function created from duplicate code
3656 in `occur-accumulate-lines' and `occur-engine'.
3657
3658 * replace.el (occur-engine-line): Add optional arg `keep-props'.
3659 (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
3660
3661 2010-03-23 Juri Linkov <juri@jurta.org>
3662
3663 * finder.el: Remove TODO tasks.
3664
3665 * info.el (Info-finder-find-node): Add node "all"
3666 with all package info. Handle a list of multiple keywords
3667 separated by comma.
3668 (info-finder): In interactive use with a prefix argument,
3669 use `completing-read-multiple' to read a list of keywords
3670 separated by comma.
3671
3672 2010-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
3673
3674 Add a new completion style `substring'.
3675 * minibuffer.el (completion-basic--pattern): New function.
3676 (completion-basic-try-completion, completion-basic-all-completions):
3677 Use it.
3678 (completion-substring--all-completions)
3679 (completion-substring-try-completion)
3680 (completion-substring-all-completions): New functions.
3681 (completion-styles-alist): New style `substring'.
3682
3683 2010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
3684
3685 Get rid of .elc files after removal of the corresponding .el.
3686 * Makefile.in (compile-clean): New target.
3687 (compile-main): Use it.
3688
3689 2010-03-22 Jan Djärv <jan.h.d@swipnet.se>
3690
3691 * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
3692 don't do make there. When compiling with separate object dir, there
3693 is no Makefile there.
3694
3695 2010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
3696
3697 Get rid of the ELCFILES abomination, again.
3698 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
3699 (all, compile): Don't call compile-last.
3700 (compile-main): Build the "elcfiles" list dynamically.
3701 (compile-targets): New (internal) target.
3702
3703 2010-03-21 Andreas Schwab <schwab@linux-m68k.org>
3704
3705 * Makefile.in (top_srcdir): Define.
3706 (abs_top_builddir): Define.
3707 (srcdir): Don't append `/..'.
3708 (EMACS): Use ${abs_top_builddir}.
3709 (all, compile, compile-always, compile-last): Don't set emacswd.
3710 (update-subdirs, update-authors): Use $(top_srcdir) instead of
3711 $(srcdir).
3712 (lisp): Use $(srcdir) instead of @srcdir@.
3713
3714 2010-03-21 Juri Linkov <juri@jurta.org>
3715
3716 Fix message of multi-line occur regexps and multi-buffer header lines.
3717 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
3718
3719 * replace.el (occur-1): Don't display regexp if it is longer
3720 than window-width. Use `query-replace-descr' to display regexp.
3721 (occur-engine): Don't display regexp in the buffer header for
3722 multi-buffer occur. Display a separate header line with total
3723 match count and regexp for multi-buffer occur.
3724 Use `query-replace-descr' to display regexp.
3725
3726 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
3727
3728 * net/secrets.el: Fix parenthesis.
3729 (secrets-enabled): Fix parenthesis.
3730
3731 2010-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
3732
3733 Use more relative file and directory names.
3734 * Makefile.in (EMACS): Arrange for it to work when we chdir.
3735 (setwins, setwins_almost, setwins_for_subdirs):
3736 Don't `cd'; output relative names.
3737 (all, compile, compile-always, compile-last): Set emacswd.
3738 (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
3739 Just cd to the lisp source dir so we can use relative file names.
3740
3741 * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
3742
3743 2010-03-20 Glenn Morris <rgm@gnu.org>
3744
3745 * textmodes/rst.el: Use faces for font-lock customization, and make the
3746 old -face variables obsolete.
3747 (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
3748 (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
3749 (rst-block-face, rst-external-face, rst-definition-face)
3750 (rst-directive-face, rst-comment-face, rst-emphasis1-face)
3751 (rst-emphasis2-face, rst-literal-face, rst-reference-face):
3752 Make obsolete.
3753 (rst-font-lock-keywords-function): Update for above changes.
3754
3755 2010-03-20 Juri Linkov <juri@jurta.org>
3756
3757 * s-region.el:
3758 * obsolete/s-region.el: Move to obsolete.
3759
3760 2010-03-19 Juanma Barranquero <lekktu@gmail.com>
3761
3762 * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
3763
3764 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
3765
3766 * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
3767
3768 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
3769
3770 Add special markup processing for commit logs.
3771 * log-edit.el (log-edit-extra-flags): New variable.
3772 (log-edit): Add new argument MODE. Use that mode when non-nil
3773 instead of the log-view-mode.
3774 (log-view-process-buffer): New function.
3775
3776 * vc.el: Document that the checkin method takes optional
3777 arguments. Document new backend specific method: log-view-mode.
3778 (vc-default-log-edit-mode): New function.
3779 (vc-checkin): Use a backend specific log-view-mode.
3780 Pass extra arguments to the checkin method.
3781 (vc-modify-change-comment): Pass a dummy extra argument.
3782
3783 * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
3784 log-edit.
3785 (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
3786 (vc-finish-logentry): Process the log buffer before passing it
3787 down. Pass log-edit-extra-flags.
3788
3789 * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
3790 command.
3791 (log-edit-extra-flags, log-edit-before-checkin-process):
3792 New declarations.
3793
3794 * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
3795 command.
3796 (log-edit-extra-flags, log-edit-before-checkin-process):
3797 New declarations.
3798 (vc-hg-log-edit-mode): New derived mode.
3799
3800 * vc-arch.el (vc-arch-checkin):
3801 * vc-cvs.el (vc-cvs-checkin):
3802 * vc-git.el (vc-git-checkin):
3803 * vc-mtn.el (vc-mtn-checkin):
3804 * vc-rcs.el (vc-rcs-checkin):
3805 * vc-sccs.el (vc-sccs-checkin):
3806 * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
3807
3808 2010-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
3809
3810 * outline.el (hide-sublevels): Don't hide trailing newline (and fix
3811 parent typo).
3812
3813 2010-03-19 Glenn Morris <rgm@gnu.org>
3814
3815 * password-cache.el (password-cache, password-cache-expiry): Autoload.
3816
3817 2010-03-18 Glenn Morris <rgm@gnu.org>
3818
3819 * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
3820
3821 * replace.el (query-replace-history): Give it a doc string.
3822 (map-query-replace-regexp): Use query-replace-from-history-variable
3823 and query-replace-to-history-variable.
3824
3825 * mail/hashcash.el (declare-function): Remove duplicate definition.
3826
3827 * mail/emacsbug.el (report-emacs-bug-pretest-address):
3828 Make it an obsolete alias for report-emacs-bug-address.
3829 (message-strip-special-text-properties): Declare.
3830 (report-emacs-bug): Remove test for a pretest bug address.
3831 Combine message-mode-specific code.
3832
3833 * mail/supercite.el: Don't require sendmail.
3834 (mh-in-header-p): Declare rather than using with-no-warnings.
3835 (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
3836 mail-header-end. Don't bind mysterious variable `kill-lines-magic'.
3837
3838 * calendar/cal-french.el: Convert to utf-8.
3839
3840 * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
3841 Emacs scripts.
3842
3843 2010-03-16 Michael Albinus <michael.albinus@gmx.de>
3844
3845 * net/secrets.el (secrets-enabled): New variable. Use it instead
3846 of a subfeature.
3847
3848 2010-03-15 Michael Albinus <michael.albinus@gmx.de>
3849
3850 * net/secrets.el (top): Register the D-Bus signals only when the
3851 service "org.freedesktop.secrets" can be pinged.
3852 Provide subfeature `enabled'.
3853
3854 2010-03-14 Juri Linkov <juri@jurta.org>
3855
3856 Add finder unknown keywords.
3857
3858 * finder.el (finder-unknown-keywords): New function.
3859
3860 * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
3861 to create a Finder node with unknown keywords.
3862
3863 2010-03-14 Juri Linkov <juri@jurta.org>
3864
3865 * finder.el (finder-compile-keywords): Replace `princ' with
3866 `prin1' on a list of symbols interned from keyword strings.
3867
3868 * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
3869 a comma, then split keywords using a comma and optional whitespace.
3870 Otherwise, split by whitespace.
3871
3872 * complete.el:
3873 * face-remap.el:
3874 * log-view.el:
3875 * net/hmac-def.el:
3876 * net/hmac-md5.el:
3877 * net/netrc.el:
3878 * progmodes/mixal-mode.el: Fix keywords.
3879
3880 2010-03-13 Michael Albinus <michael.albinus@gmx.de>
3881
3882 * Makefile.in (ELCFILES): Add net/secrets.elc.
3883
3884 * net/secrets.el: New file.
3885
3886 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
3887
3888 * facemenu.el (list-colors-display, list-colors-print): New arg
3889 callback. Use it to allow selecting colors.
3890
3891 * wid-edit.el (widget-image-insert): Insert image prop even if the
3892 current display is non-graphic.
3893 (widget-field-value-set): New fun.
3894 (editable-field): Use it.
3895 (widget-field-value-get): Clean up unused var.
3896 (widget-color-value-create, widget-color--choose-action):
3897 New funs. Allow using list-colors-display to choose color.
3898
3899 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
3900
3901 * cus-edit.el: Resort topmost custom groups.
3902 (custom-buffer-sort-alphabetically): Default to t.
3903 (customize-apropos): Use apropos-parse-pattern.
3904 (custom-search-field): New var.
3905 (custom-buffer-create-internal): Add custom-apropos search field.
3906 (custom-add-parent-links): Don't display parent doc.
3907 (custom-group-value-create): Don't sort top-level custom group.
3908 (custom-magic-value-create): Show visibility button before option name.
3909
3910 (custom-variable-state): New fun, from custom-variable-state-set.
3911 (custom-variable-state-set): Use it.
3912 (custom-group-value-create): Hide options with standard values
3913 using the :hidden-states property. Use progress reporter.
3914
3915 (custom-show): Simplify.
3916 (custom-visibility): Disable images by default.
3917 (custom-variable): New property :hidden-states.
3918 (custom-variable-value-create): Enable images for
3919 custom-visibility widgets. Use :hidden-states property to
3920 determine initial visibility.
3921
3922 * wid-edit.el (widget-image-find): Give images center ascent.
3923 (visibility): Add :on-image and :off-image properties.
3924 (widget-visibility-value-create): Use them.
3925
3926 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
3927
3928 * cus-edit.el (processes): Remove from development group.
3929 (oop, hypermedia): Delete group.
3930 (comm): Promote to top-level group.
3931
3932 * net/browse-url.el (browse-url):
3933 * net/xesam.el (xesam):
3934 * net/tramp.el (tramp):
3935 * net/goto-addr.el (goto-address):
3936 * net/ange-ftp.el (ange-ftp): Put in comm group.
3937
3938 * view.el (view): Remove from editing group.
3939
3940 * uniquify.el (uniquify): Put in files group.
3941
3942 * net/browse-url.el (browse-url):
3943 * ps-print.el (postscript): Put in external group.
3944
3945 * cus-edit.el (outlines):
3946 * textmodes/text-mode.el (text-mode-hook):
3947 * textmodes/table.el (table):
3948 * textmodes/picture.el (picture):
3949 * outline.el (outlines): Put in wp group.
3950
3951 * nxml/nxml-mode.el (nxml): Remove from wp group.
3952
3953 * net/tramp-imap.el (tramp-imap): Put in tramp group.
3954
3955 * mail/metamail.el (metamail): Remove from hypermedia group.
3956
3957 * cus-edit.el (abbrev):
3958 * whitespace.el (whitespace):
3959 * vcursor.el (vcursor):
3960 * reveal.el (reveal):
3961 * hl-line.el (hl-line): Put in convenience group.
3962
3963 * epg-config.el (epg): Put in data group.
3964
3965 * emulation/pc-select.el (pc-select): Put in emulations group.
3966
3967 * calculator.el (calculator): Put in applications group.
3968
3969 2010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
3970
3971 Add .dir-locals.el support for file-less buffers.
3972 * files.el (hack-local-variables): Split out code to apply local
3973 variable settings ...
3974 (hack-local-variables-apply): ... here. New function.
3975 (hack-dir-local-variables): Use the default directory for when the
3976 buffer does not have an associated file.
3977 (hack-dir-local-variables-non-file-buffer): New function.
3978 * diff-mode.el (diff-mode):
3979 * vc-annotate.el (vc-annotate-mode):
3980 * vc-dir.el (vc-dir-mode):
3981 * log-edit.el (log-edit-mode):
3982 * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
3983
3984 2010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
3985
3986 Add support for shelving snapshots and for showing shelves.
3987 * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
3988 (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
3989 New functions.
3990 (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
3991 (vc-bzr-extra-menu-map): Map them.
3992
3993 2010-03-11 Glenn Morris <rgm@gnu.org>
3994
3995 * cus-edit.el (customize-changed-options-previous-release):
3996 Bump to 23.1.
3997
3998 * image.el (image-animate-max-time): Fix :version tag.
3999
4000 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
4001
4002 * Branch for 23.2.
4003
4004 2010-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
4005
4006 * vc-git.el (vc-git-revision-table): Include remote branches.
4007
4008 2010-03-10 Kim F. Storm <storm@cua.dk>
4009
4010 Animated image API.
4011 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
4012
4013 * image.el (image-animate-max-time): New defcustom.
4014 (image-animated-types): New defconst.
4015 (create-animated-image, image-animate-timer)
4016 (image-animate-start, image-animate-stop, image-animate-timeout)
4017 (image-animated-p): New functions.
4018
4019 * image-mode.el (image-toggle-display-image):
4020 Replace `create-image' with `create-animated-image'.
4021
4022 2010-03-09 Miles Bader <miles@gnu.org>
4023
4024 * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
4025 instead of "format:"; this ensures that the output is
4026 newline-terminated.
4027
4028 2010-03-08 Chong Yidong <cyd@stupidchicken.com>
4029
4030 * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
4031 that all errors are caught, and that the return value is always a
4032 list (Bug#5692).
4033
4034 2010-03-08 Kenichi Handa <handa@m17n.org>
4035
4036 * language/misc-lang.el (windows-1256): New coding system.
4037 (cp1256): New alias of windows-1256 (bug#5690).
4038
4039 2010-03-07 Andreas Schwab <schwab@linux-m68k.org>
4040
4041 * mail/rfc822.el (rfc822-addresses): Move catch clause down around
4042 call to rfc822-bad-address. (Bug#5692)
4043
4044 2010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change)
4045
4046 * vc-git.el (vc-git-annotate-extract-revision-at-line):
4047 Use vc-git-root as default directory for revision path (Bug#5657).
4048
4049 2010-03-06 Chong Yidong <cyd@stupidchicken.com>
4050
4051 * calculator.el (calculator): Don't bind split-window-keep-point
4052 (Bug#5674).
4053
4054 2010-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
4055
4056 * vc-git.el: Re-flow to fit into 80 columns.
4057 (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
4058 Remove spurious `quote' element in each case alternative.
4059 (vc-git-show-log-entry): Use prog1.
4060 (vc-git-after-dir-status-stage): Remove unused var `remaining'.
4061
4062 2010-03-06 Glenn Morris <rgm@gnu.org>
4063
4064 * cedet/semantic/grammar.el (semantic-grammar-header-template):
4065 Update template copyright to GPLv3+.
4066
4067 2010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
4068
4069 * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
4070
4071 2010-03-03 Chong Yidong <cyd@stupidchicken.com>
4072
4073 * macros.el (insert-kbd-macro): Look up keyboard macro using the
4074 definition, not the name (Bug#5481).
4075
4076 2010-03-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
4077
4078 * subr.el (momentary-string-display): Don't overwrite the MESSAGE
4079 argument with a local variable. (Bug#5670)
4080
4081 2010-03-02 Juri Linkov <juri@jurta.org>
4082
4083 * info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
4084
4085 2010-03-02 Michael Albinus <michael.albinus@gmx.de>
4086
4087 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
4088 error when FILENAME and NEWNAME are existing remote directories.
4089
4090 * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
4091 parameter DIR-FLAG.
4092
4093 2010-03-02 Glenn Morris <rgm@gnu.org>
4094
4095 * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
4096 of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
4097
4098 2010-03-01 Kenichi Handa <handa@m17n.org>
4099
4100 * language/burmese.el (burmese-composable-pattern): Rename from
4101 myanmar-composable-pattern.
4102
4103 * international/characters.el (script-list):
4104 * international/fontset.el (script-representative-chars):
4105 Change myanmar to burmese.
4106 (otf-script-alist): Likewise.
4107 (setup-default-fontset): Likewise. Re-fix :otf spec.
4108
4109 2010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
4110
4111 * menu-bar.el (menu-bar-manuals-menu): Fix typo.
4112
4113 2010-02-28 Jan Djärv <jan.h.d@swipnet.se>
4114
4115 * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
4116
4117 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
4118
4119 * net/tramp.el (tramp-handle-write-region): START can be a string.
4120 Take care in the checks. Reported by Dan Davison
4121 <davison@stats.ox.ac.uk>.
4122
4123 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
4124
4125 * net/dbus.el (dbus-introspect, dbus-get-property)
4126 (dbus-set-property, dbus-get-all-properties):
4127 Use `dbus-call-method' when noninteractive. (Bug#5645)
4128
4129 2010-02-28 Chong Yidong <cyd@stupidchicken.com>
4130
4131 * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
4132 * emacs-lisp/elint.el (elint-add-required-env):
4133 * cedet/semantic/db-find.el
4134 (semanticdb-find-translate-path-brutish-default):
4135 * cedet/ede/make.el (ede-make-check-version):
4136 * calendar/icalendar.el (icalendar--add-diary-entry):
4137 * calc/calcalg2.el (math-tracing-integral):
4138 * files.el (recover-session-finish): Use with-current-buffer
4139 instead of save-excursion.
4140
4141 2010-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
4142
4143 Fix in-buffer completion when after-change-functions modify the buffer.
4144 * minibuffer.el (completion--replace): New function.
4145 (completion--do-completion): Use it and use relative movement.
4146
4147 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
4148
4149 * international/fontset.el (setup-default-fontset): Fix :otf spec.
4150
4151 2010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
4152
4153 * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
4154 Allow the characters _<> in the stack entry (Bug#5653).
4155
4156 2010-02-26 Kenichi Handa <handa@m17n.org>
4157
4158 * language/burmese.el: Fix entries in composition-function-table.
4159 (myanmar-composable-pattern): New variable.
4160
4161 * international/fontset.el (setup-default-fontset): Add an entry
4162 for myanmar.
4163
4164 * international/characters.el (script-list): Add Myanmar
4165 Extended-A.
4166
4167 2010-02-26 Glenn Morris <rgm@gnu.org>
4168
4169 * custom.el (custom-initialize-delay): Doc fix.
4170
4171 * mail/sendmail.el (send-mail-function): Autoload the call
4172 to custom-initialize-delay, not otherwise preserved in loaddefs.el.
4173
4174 2010-02-24 Chong Yidong <cyd@stupidchicken.com>
4175
4176 * files.el (hack-local-variables-filter): For eval forms, also
4177 check safe-local-variable-p (Bug#5636).
4178
4179 2010-02-24 Eduard Wiebe <usenet@pusto.de>
4180
4181 * javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
4182 and use c(ad)r of cddr (Bug#5640).
4183
4184 2010-02-22 Michael Albinus <michael.albinus@gmx.de>
4185
4186 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
4187 setting the modes by `ignore-errors'. It might fail, for example
4188 if the file is not owned by the user but the group.
4189 (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
4190
4191 2010-02-21 Chong Yidong <cyd@stupidchicken.com>
4192
4193 * files.el (directory-listing-before-filename-regexp): Use
4194 stricter matching for iso-style dates, to avoid false matches with
4195 date-like filenames (Bug#5597).
4196
4197 * htmlfontify.el (htmlfontify): Doc fix.
4198
4199 * eshell/eshell.el (eshell): Doc fix.
4200
4201 * startup.el (fancy-about-screen): In mode-line, apply
4202 mode-line-buffer-id face only to the buffer name (Bug#5613).
4203
4204 2010-02-20 Kevin Ryde <user42@zip.com.au>
4205
4206 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4207 In `watcom' anchor regexp to start of line, to avoid slowness
4208 (Bug#5599).
4209
4210 2010-02-20 Eli Zaretskii <eliz@gnu.org>
4211
4212 * subr.el (remove-yank-excluded-properties): Explain in a comment
4213 why `category' property is removed.
4214
4215 2010-02-19 Chong Yidong <cyd@stupidchicken.com>
4216
4217 * isearch.el (isearch-update-post-hook, isearch-update): Revert
4218 2010-02-17 change.
4219
4220 2010-02-19 Ulf Jasper <ulf.jasper@web.de>
4221
4222 * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
4223 (icalendar--convert-weekly-to-ical)
4224 (icalendar--convert-yearly-to-ical)
4225 (icalendar--convert-block-to-ical)
4226 (icalendar--convert-cyclic-to-ical)
4227 (icalendar--convert-anniversary-to-ical): Take care of time
4228 specifications where hour has 1-digit only (Bug#5549).
4229
4230 2010-02-19 Nick Roberts <nickrob@snap.net.nz>
4231
4232 * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
4233 of disassemble output in GDB 7.1.
4234
4235 2010-02-19 Glenn Morris <rgm@gnu.org>
4236
4237 * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
4238 property. (Bug#5593)
4239
4240 2010-02-18 Sam Steingold <sds@gnu.org>
4241
4242 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
4243
4244 2010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
4245
4246 Use abbreviated file names in bookmarks (bug#5591).
4247 * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
4248 calls to expand-file-name.
4249 (bookmark-relocate): Use abbreviated file names in bookmarks.
4250 (bookmark-load): Use abbreviated file names in messages.
4251
4252 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
4253
4254 * net/tramp.el (tramp-handle-directory-files): When FULL, do not
4255 expand "." and "..". Reported by Thierry Volpiatto
4256 <thierry.volpiatto@gmail.com>.
4257
4258 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
4259
4260 * net/tramp.el (tramp-handle-insert-file-contents): Set always the
4261 permissions of the temporary file to "0600". In case the remote
4262 file has no read permissions for the owner, there might be
4263 problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
4264
4265 22010-02-18 Glenn Morris <rgm@gnu.org>
4266
4267 * emacs-lisp/authors.el (authors-renamed-files-alist):
4268 Add entries for INSTALL.CVS.
4269
4270 2010-02-17 Mark A. Hershberger <mah@everybody.org>
4271
4272 * vc-bzr.el: Fix typo in Known Bugs section.
4273
4274 * isearch.el (isearch-update-post-hook): New hook.
4275 (isearch-update): Use the new hook.
4276
4277 2010-02-16 Michael Albinus <michael.albinus@gmx.de>
4278
4279 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
4280 Fix errors in copying directories.
4281 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
4282 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
4283 (tramp-handle-delete-file)
4284 (tramp-handle-dired-recursive-delete-directory)
4285 (tramp-handle-write-region): Flush also the cache for the upper
4286 directory.
4287
4288 2010-02-16 Chong Yidong <cyd@stupidchicken.com>
4289
4290 * simple.el (save-interprogram-paste-before-kill): Doc fix.
4291
4292 * cus-edit.el (hardware): Doc fix.
4293
4294 * man.el (man): Add to external custom group.
4295
4296 * delim-col.el (columns): Move to wp custom group.
4297
4298 * doc-view.el (doc-view): Add to data custom group.
4299
4300 * cedet/data-debug.el (data-debug): Move to extensions group.
4301
4302 * cedet/ede.el (ede):
4303 * cedet/srecode.el (srecode):
4304 * cedet/semantic.el (semantic): Put in tools and extensions group.
4305
4306 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
4307
4308 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
4309 by ispell-parse-output (Bug#5575).
4310
4311 2010-02-16 Kenichi Handa <handa@m17n.org>
4312
4313 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
4314 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
4315 (skkdic-convert): Use `euc-japan' coding system for writing.
4316
4317 2010-02-16 Glenn Morris <rgm@gnu.org>
4318
4319 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
4320 tex-main-file before using it. (Bug#5562)
4321
4322 2010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
4323
4324 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
4325 warnings, since it is annoying for the user to see them each time he
4326 runs the code.
4327
4328 2010-02-15 Michael Albinus <michael.albinus@gmx.de>
4329
4330 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
4331 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
4332 instead of PROC for caching "first-password-request". Otherwise,
4333 new processes would not profit from passwords already entered.
4334
4335 * net/tramp-cache.el (tramp-dump-connection-properties):
4336 Don't save "first-password-request" property.
4337
4338 2010-02-14 Juanma Barranquero <lekktu@gmail.com>
4339
4340 * outline.el (outline-head-from-level):
4341 * simple.el (with-wrapper-hook):
4342 * cedet/ede.el (ede-run-target, project-delete-target)
4343 (project-dist-files, ede-name, ede-documentation, ede-parent-project)
4344 (ede-adebug-project, ede-adebug-project-parent)
4345 (ede-adebug-project-root):
4346 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
4347 (elint-defun, elint-buffer-env, elint-top-form-logged)
4348 (elint-unbound-variable):
4349 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
4350 Fix typos in docstrings.
4351
4352 2010-02-14 Michael Albinus <michael.albinus@gmx.de>
4353
4354 * files.el (insert-directory): When WILDCARD-REGEXP and
4355 FULL-DIRECTORY-P are nil, insert the file entry instead of the
4356 whole directory. (Bug#5551)
4357
4358 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
4359 dired's alignment sanity. (Bug#5516)
4360
4361 2010-02-14 Juri Linkov <juri@jurta.org>
4362
4363 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
4364 Remove remaining ^H with their preceding chars. (Bug#5566)
4365
4366 2010-02-13 Glenn Morris <rgm@gnu.org>
4367
4368 * simple.el (transpose-subr): Give it a doc-string.
4369
4370 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
4371 Doc fixes.
4372
4373 2010-02-12 Juri Linkov <juri@jurta.org>
4374
4375 * arc-mode.el (archive-unique-fname): Make directories for nested
4376 archives. (Bug#5540)
4377
4378 2010-02-12 Juri Linkov <juri@jurta.org>
4379
4380 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
4381
4382 2010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
4383
4384 * subr.el (copy-overlay): Handle deleted overlays.
4385
4386 * man.el (Man-completion-table): Don't signal an error if we can't run
4387 manual-program (bug#4056).
4388
4389 2010-02-10 Juanma Barranquero <lekktu@gmail.com>
4390
4391 * textmodes/artist.el (artist-mt): Fix typos in docstring.
4392
4393 2010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4394
4395 * info.el (Info-bookmark-jump): Simplify.
4396
4397 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
4398 (bookmark-default-handler): Accept new bookmark field `buffer'.
4399
4400 2010-02-10 Chong Yidong <cyd@stupidchicken.com>
4401
4402 * iswitchb.el (iswitchb-completions): Revert last change.
4403
4404 2010-02-10 Michael Albinus <michael.albinus@gmx.de>
4405
4406 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
4407 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
4408 This prevents file names like "~/" being listed literally.
4409
4410 2010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
4411
4412 * term/xterm.el (xterm-maybe-set-dark-background-mode):
4413 Remove dead code. (Bug#5546)
4414
4415 2010-02-09 Chong Yidong <cyd@stupidchicken.com>
4416
4417 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
4418 correctly (Bug#5548).
4419
4420 2010-02-08 Jose E. Marchesi <jemarch@gnu.org>
4421
4422 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
4423 (ada-adjust-case): Don't adjust case in hexadecimal number literals.
4424
4425 2010-02-08 Kenichi Handa <handa@m17n.org>
4426
4427 * international/mule-util.el (with-coding-priority): Add autoload
4428 cookie for putting `lisp-indent-function'.
4429
4430 2010-02-07 Glenn Morris <rgm@gnu.org>
4431
4432 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
4433 Move F2003 named interfaces from keywords-2 to keywords-1, and
4434 use function-name-face rather than constant-face.
4435 Simplify "abstract interface" regexp.
4436
4437 2010-02-07 Chong Yidong <cyd@stupidchicken.com>
4438
4439 * eshell/esh-util.el (eshell-file-attributes): New optional arg
4440 ID-FORMAT. Pass it to `file-attributes'.
4441
4442 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
4443
4444 2010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
4445
4446 * faces.el (set-face-attribute): Allow calling
4447 internal-set-lisp-face-attribute with 'unspecified family and
4448 foundry argument (Bug#5536).
4449
4450 2010-02-07 Glenn Morris <rgm@gnu.org>
4451
4452 * progmodes/f90.el (f90-font-lock-keywords-2)
4453 (f90-looking-at-type-like, f90-looking-at-program-block-end):
4454 Handle F2003 named interfaces.
4455
4456 2010-02-06 Chong Yidong <cyd@stupidchicken.com>
4457
4458 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
4459 beg and end before calling c-get-state-before-change-functions.
4460
4461 2010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
4462
4463 * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
4464
4465 2010-02-05 Juri Linkov <juri@jurta.org>
4466
4467 * doc-view.el (doc-view-mode):
4468 * image-mode.el (image-mode): Put property mode-class=special.
4469 (Bug#4896)
4470
4471 2010-02-05 Mark A. Hershberger <mah@everybody.org>
4472
4473 * vc-svn.el (vc-svn-revision-table): New function.
4474
4475 2010-02-05 Michael Albinus <michael.albinus@gmx.de>
4476
4477 * net/ange-ftp.el (ange-ftp-insert-directory):
4478 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
4479 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
4480 Handle also directories. (Bug#5478)
4481
4482 2010-02-05 Glenn Morris <rgm@gnu.org>
4483
4484 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
4485
4486 2010-02-05 Chong Yidong <cyd@stupidchicken.com>
4487
4488 * startup.el (command-line-1): Convert options beginning with a
4489 single dash as well (Bug#5519).
4490
4491 2010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
4492
4493 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
4494 * minibuffer.el (completion-initials-expand): Only check the presence
4495 of delims *within* the boundaries, since otherwise the / delim is
4496 always found for files.
4497
4498 Fix up various corner case problems.
4499 * doc-view.el (doc-view-last-page-number): New function.
4500 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
4501 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
4502 (doc-view-kill-proc): Avoid inf-loop in freak cases.
4503 (doc-view-reconvert-doc): Use the new recursive delete-directory.
4504 (doc-view-convert-current-doc): Don't create the resolution.el file
4505 here any more.
4506 (doc-view-pdf/ps->png): Do it here instead.
4507 (doc-view-already-converted-p): Check that resolution.el is present.
4508 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
4509 windows that are not yet showing images.
4510
4511 2010-02-04 Michael Albinus <michael.albinus@gmx.de>
4512
4513 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
4514 `dired-uncache' for every elemnt which is an absolute file name.
4515
4516 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
4517 directory, handle its directory component.
4518 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
4519 function is called permanently and creates noise, otherwise.
4520
4521 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
4522 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
4523 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
4524
4525 2010-02-04 David Burger <dburger@google.com> (tiny change)
4526
4527 * macros.el (apply-macro-to-region-lines):
4528 Minor simplification. (Bug#5485)
4529
4530 2010-02-04 Glenn Morris <rgm@gnu.org>
4531
4532 * mail/rmail.el (rmail-show-message-1): Handle malformed
4533 quoted-printable text. (Bug#5441)
4534
4535 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
4536
4537 * simple.el (visual-line-mode): Capitalize lighter.
4538
4539 2010-02-03 John Wiegley <jwiegley@gmail.com>
4540
4541 * iswitchb.el (iswitchb-completions): Add bookmark files to the
4542 list of files considered for "virtual buffer" completions.
4543
4544 2010-02-03 Michael Albinus <michael.albinus@gmx.de>
4545
4546 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
4547 also in case of (and (not full) (not wildcard)). This is needed,
4548 when dired is called with a list of files, which are not in
4549 `default-directory'. (Bug#5478)
4550
4551 2010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
4552
4553 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
4554
4555 2010-02-02 Juri Linkov <juri@jurta.org>
4556
4557 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
4558 from unidiff to allow function-line after @@.
4559
4560 2010-02-02 Juri Linkov <juri@jurta.org>
4561
4562 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
4563 '(RCS SCCS) with inverted condition.
4564
4565 2010-02-02 Michael Albinus <michael.albinus@gmx.de>
4566
4567 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
4568 messages.
4569
4570 2010-02-01 Juri Linkov <juri@jurta.org>
4571
4572 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
4573 compare with "pkunzip" and "pkzip" instead of only "pkzip".
4574 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
4575 only when (car archive-zip-extract) is "unzip". (Bug#5475)
4576
4577 2010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
4578
4579 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
4580 (doc-view-revert-buffer): New command.
4581 (doc-view-mode-map): Use it.
4582
4583 2010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
4584
4585 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
4586 pending merge is detected.
4587
4588 2010-01-31 Juri Linkov <juri@jurta.org>
4589
4590 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
4591 beginning of interactive spec like all other grep commands do.
4592 Put "all" in front of "gz". (Bug#5260)
4593
4594 2010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
4595
4596 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
4597
4598 2010-01-29 Chong Yidong <cyd@stupidchicken.com>
4599
4600 * dirtrack.el (dirtrack): Warn instead of signalling error if the
4601 regexp is incorrect (Bug#5476).
4602
4603 2010-01-29 Michael Albinus <michael.albinus@gmx.de>
4604
4605 * net/tramp.el (tramp-handle-insert-directory): Handle also
4606 symlinks, when FILENAME is not in `default-directory'.
4607
4608 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
4609
4610 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
4611 FILE is not in `default-directory'. (Bug#5478)
4612
4613 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
4614 of SWITCHES. Handle the case, FILENAME is not in
4615 `default-directory'. (Bug#5478)
4616 (tramp-register-file-name-handlers): Add safe-magic property.
4617
4618 2010-01-28 Chong Yidong <cyd@stupidchicken.com>
4619
4620 * arc-mode.el (archive-zip-extract): Quote the argument passed to
4621 unzip (Bug#5475).
4622
4623 2010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
4624
4625 * progmodes/flymake.el (flymake-allowed-file-name-masks)
4626 (flymake-master-make-header-init): Add other C++ filename masks.
4627 (flymake-find-possible-master-files)
4628 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
4629
4630 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
4631
4632 Fix some busybox annoyances.
4633
4634 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
4635 not responding." string.
4636 (tramp-open-connection-setup-interactive-shell): Dump stty
4637 settings. Enable "neveropen" arg for all `tramp-send-command'
4638 calls. Handle "=" in variable values properly.
4639 (tramp-find-inline-encoding): Raise an error, when no encoding is
4640 found.
4641 (tramp-wait-for-output): Check, whether PROC buffer is available.
4642 Remove spurious " ^H" sequences, sent by busybox.
4643 (tramp-get-ls-command): Suppress coloring, if possible.
4644
4645 2010-01-28 Glenn Morris <rgm@gnu.org>
4646
4647 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
4648
4649 * log-edit.el (log-edit-strip-single-file-name): Add missing
4650 :safe, :group, and :version tags.
4651
4652 2010-01-27 Stephen Berman <stephen.berman@gmx.net>
4653
4654 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
4655 buffers. (Bug#5477)
4656
4657 2010-01-27 David De La Harpe Golden <david@harpegolden.net>
4658
4659 * files.el (delete-directory): Handle moving to trash without
4660 first doing recursion (Bug#5436).
4661
4662 2010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
4663
4664 * vc-hooks.el (vc-path): Mark as obsolete.
4665
4666 2010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
4667
4668 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
4669 names too.
4670
4671 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
4672 for the short log.
4673 (vc-bzr-log-view-mode): Adjust regexp for the above change.
4674
4675 2010-01-25 Mark A. Hershberger <mah@everybody.org>
4676
4677 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
4678
4679 * vc-bzr.el (vc-bzr-revision-table): New function.
4680
4681 2010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com> (tiny change)
4682
4683 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
4684 diff-index command. This requires at least git-1.5.5. (Bug#1589).
4685
4686 2010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
4687
4688 Remove support for adding --signoff on commit.
4689 Future support will use an incompatible generic mechanism.
4690 * vc-git.el (vc-git-add-signoff): Remove variable.
4691 (vc-git-toggle-signoff): Remove function.
4692 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
4693
4694 * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
4695 from xterm-set-background-mode. Return t if the background mode
4696 was set.
4697 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
4698 earlier, call it again in case the background mode has changed.
4699
4700 2010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
4701
4702 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
4703 (Bug#3541).
4704
4705 2010-01-23 Chong Yidong <cyd@stupidchicken.com>
4706
4707 * emacs-lisp/assoc.el (aelement): Doc fix.
4708 (aput, adelete, amake): Use lexical-let (Bug#5450).
4709
4710 2010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
4711
4712 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
4713 is the same as subprogram call, not declaration. (Bug#5435).
4714
4715 2010-01-23 Michael Albinus <michael.albinus@gmx.de>
4716
4717 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
4718 (tramp-smb-maybe-open-connection): Use it.
4719
4720 2010-01-22 Michael Albinus <michael.albinus@gmx.de>
4721
4722 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
4723
4724 2010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
4725
4726 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
4727 just because we see "encoding: 8bit".
4728 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
4729
4730 2010-01-22 Chong Yidong <cyd@stupidchicken.com>
4731
4732 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
4733
4734 2010-01-22 Eli Zaretskii <eliz@gnu.org>
4735
4736 * jka-compr.el (jka-compr-load): If load-file is not in
4737 load-history, try its file-truename version. (bug#5447)
4738
4739 2010-01-21 Alan Mackenzie <acm@muc.de>
4740
4741 Fix a situation where deletion of a cpp construct throws an error.
4742 * progmodes/cc-engine.el (c-invalidate-state-cache): Before
4743 invoking c-with-all-but-one-cpps-commented-out, check that the
4744 special cpp construct is still in the buffer.
4745 (c-parse-state): Record the special cpp with markers, not numbers.
4746
4747 2010-01-21 Kenichi Handa <handa@m17n.org>
4748
4749 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
4750 process last-command-event, as it is now decoded first (Bug#5380).
4751
4752 2010-01-20 Chong Yidong <cyd@stupidchicken.com>
4753
4754 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
4755
4756 2010-01-20 Glenn Morris <rgm@gnu.org>
4757
4758 * indent.el (tab-always-indent): Fix custom-type.
4759
4760 2010-01-19 Alan Mackenzie <acm@muc.de>
4761
4762 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
4763 buffer throws "args out of range".
4764 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
4765 playing the role of delimiter.
4766
4767 2010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
4768
4769 * progmodes/ada-mode.el: Fix bug#5400.
4770 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
4771 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
4772 changed. Delete RECURSIVE parameter; never used. Improve doc string.
4773 Improve comments in "is" portion. Handle null procedure declaration.
4774 (ada-move-to-end): Improve doc string.
4775
4776 2010-01-18 Óscar Fuentes <ofv@wanadoo.es>
4777
4778 * ido.el (ido-cur-list): Initialize to nil.
4779 Remove obsolete information from commentary.
4780 (ido-choice-list): Initialize to nil.
4781 (ido-get-bufname): Reject minibuffers.
4782 (ido-make-buffer-list): If "default" is a nonexistent
4783 buffer, ignore it, as per the function's comment.
4784 (ido-kill-buffer-internal): New function.
4785 (ido-kill-buffer-at-head): Use it.
4786 (ido-visit-buffer): Likewise.
4787
4788 2010-01-18 Chong Yidong <cyd@stupidchicken.com>
4789
4790 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
4791
4792 2010-01-18 Juanma Barranquero <lekktu@gmail.com>
4793
4794 * cedet/ede/locate.el (ede-locate-file-in-project)
4795 (ede-locate-file-in-project-impl): Fix typos in docstrings.
4796 (ede-enable-locate-on-project): Fix typos in error messages.
4797
4798 * cedet/semantic/util-modes.el (semantic-unmatched-syntax-face)
4799 (semantic-stickyfunc-old-hlf, semantic-stickyfunc-header-line-format)
4800 (semantic-stickyfunc-sticky-classes, semantic-highlight-func-mode-setup)
4801 (semantic-stickyfunc-fetch-stickyline): Fix typos in docstrings.
4802 (semantic-stickyfunc-popup-menu, semantic-highlight-func-popup-menu):
4803 Fix typos in menu help.
4804
4805 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
4806 Fix typos in chart titles.
4807
4808 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
4809 * cedet/semantic.el (semantic-require-version, semantic--buffer-cache)
4810 (semantic-unmatched-syntax-cache-check, semantic-unmatched-syntax-hook)
4811 (semantic--before-fetch-tags-hook, semantic-new-buffer-fcn-was-run)
4812 (semantic--umatched-syntax-needs-refresh-p, semantic-elapsed-time)
4813 (semantic-parse-stream, semantic-parse-region)
4814 (semantic-parse-region-default, semantic--set-buffer-cache)
4815 (semantic-minimum-working-buffer-size, semantic-refresh-tags-safe)
4816 (semantic-bovinate-toplevel, semantic-load-system-cache-loaded)
4817 (semantic-default-submodes):
4818 * cedet/semantic/db-ebrowse.el (semanticdb-table-ebrowse)
4819 (semanticdb-create-ebrowse-database)
4820 (semanticdb-find-tags-for-completion-method)
4821 (semanticdb-find-tags-by-class-method)
4822 (semanticdb-deep-find-tags-by-name-method)
4823 (semanticdb-deep-find-tags-for-completion-method):
4824 * cedet/semantic/db-el.el (semanticdb-elisp-mapatom-collector)
4825 (semanticdb-find-tags-by-name-method, emacs-lisp-mode)
4826 (semanticdb-find-tags-for-completion-method)
4827 (semanticdb-find-tags-by-class-method)
4828 (semanticdb-deep-find-tags-for-completion-method):
4829 * cedet/semantic/db-find.el (semanticdb-find-translate-path)
4830 (semanticdb-find-need-cache-update-p, semanticdb-find-result-with-nil-p)
4831 (semanticdb-find-scanned-include-tags, semanticdb-find-tags-collector)
4832 (semanticdb-find-tags-by-name-method)
4833 (semanticdb-find-tags-by-name-regexp-method)
4834 (semanticdb-find-tags-for-completion-method)
4835 (semanticdb-find-tags-by-class-method)
4836 (semanticdb-find-tags-external-children-of-type-method)
4837 (semanticdb-find-tags-subclasses-of-type-method)
4838 (semanticdb-deep-find-tags-by-name-method)
4839 (semanticdb-deep-find-tags-by-name-regexp-method)
4840 (semanticdb-deep-find-tags-for-completion-method):
4841 * cedet/semantic/db-global.el (semanticdb-enable-gnu-global-hook)
4842 (semanticdb-enable-gnu-global-in-buffer)
4843 (semanticdb-find-tags-for-completion-method)
4844 (semanticdb-deep-find-tags-by-name-method)
4845 (semanticdb-deep-find-tags-for-completion-method):
4846 * cedet/semantic/db-javascript.el (semanticdb-javascript-tags)
4847 (javascript-mode, semanticdb-find-translate-path)
4848 (semanticdb-find-tags-for-completion-method)
4849 (semanticdb-find-tags-by-class-method)
4850 (semanticdb-deep-find-tags-by-name-method)
4851 (semanticdb-deep-find-tags-for-completion-method)
4852 (semanticdb-find-tags-external-children-of-type-method):
4853 * cedet/semantic/idle.el (semantic-idle-work-core-handler)
4854 (define-semantic-idle-service, semantic-idle-summary-useful-context-p)
4855 (global-semantic-idle-scheduler-mode):
4856 * cedet/srecode/dictionary.el (srecode-field-value)
4857 (srecode-dictionary-add-section-dictionary):
4858 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
4859 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
4860 (describe-class, eieio-describe-generic, describe-generic):
4861 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
4862 (eieio-speedbar-expand):
4863 * emulation/viper-cmd.el (viper-exec-form-in-vi)
4864 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
4865 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
4866 (viper-del-backward-char-in-replace, viper-backward-indent)
4867 (viper-brac-function, viper-register-to-point, viper-submit-report):
4868 * net/tramp.el (tramp-remote-coding-commands):
4869 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
4870 Fix typos in docstrings.
4871
4872 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
4873
4874 * mail/sendmail.el (mail-yank-original): Set the mark if the
4875 specified function for yanking does not do it.
4876
4877 2010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
4878
4879 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
4880
4881 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
4882 resyncing a directory.
4883
4884 2010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
4885
4886 * progmodes/ada-mode.el: Fix bug#1920.
4887 (ada-ident-re): Delete ., allow multibyte characters.
4888 (ada-goto-label-re): New; matches goto labels.
4889 (ada-block-label-re): New; matches block labels.
4890 (ada-label-re): New; matches both.
4891 (ada-named-block-re): Deleted; callers changed to use
4892 `ada-block-label-re' instead.
4893 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
4894 Use `ada-block-label-re'.
4895 (ada-indent-on-previous-lines): Improve handling of goto labels.
4896 (ada-get-indent-block-start): Special-case block label.
4897 (ada-get-indent-label): Split into `ada-indent-block-label' and
4898 `ada-indent-goto-label'.
4899 (ada-goto-stmt-start, ada-goto-next-non-ws):
4900 Optionally ignore goto labels.
4901 (ada-goto-next-word): Simplify.
4902 (ada-indent-newline-indent-conditional): Insert newline before
4903 trying to fix indentation; doc fix.
4904
4905 2010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
4906
4907 * calc/calc.el (calc-command-flags): Give it an initial value.
4908
4909 2010-01-17 Glenn Morris <rgm@gnu.org>
4910
4911 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer): Doc fix.
4912
4913 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
4914
4915 * cedet/semantic.el (semantic-mode):
4916 * files.el (minibuffer-with-setup-hook):
4917 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
4918 (artist-key-draw-continously, artist-key-do-continously-continously)
4919 (artist-key-set-point-continously, artist-mouse-draw-continously):
4920 Fix typos in docstrings.
4921
4922 2010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
4923
4924 * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
4925 return t (Bug#3898).
4926
4927 2010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
4928
4929 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
4930 can parse the output of the external commands (Bug#5279).
4931
4932 2010-01-16 Jari Aalto <jari.aalto@cante.net>
4933
4934 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
4935
4936 2010-01-16 Chong Yidong <cyd@stupidchicken.com>
4937
4938 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
4939
4940 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
4941
4942 * startup.el (command-line): Remove unused --icon-type arg.
4943 Handle --display arg, passing it to command-line-1 (Bug#5392).
4944
4945 2010-01-16 Mario Lang <mlang@delysid.org>
4946
4947 * cedet/ede/cpp-root.el (ede-cpp-root-project):
4948 * cedet/ede/files.el (ede-expand-filename):
4949 * cedet/ede/simple.el (ede-simple-project):
4950 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
4951 (semantic-complete-inline-tag-engine):
4952 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
4953 * cedet/semantic/db-global.el (semanticdb-equivalent-mode):
4954 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
4955 * cedet/semantic/db.el (semanticdb-equivalent-mode):
4956 * cedet/semantic/decorate/include.el (semantic-decoration-unknown-include-describe):
4957 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
4958 * emacs-lisp/chart.el (chart-translate-namezone):
4959 * textmodes/artist.el (artist-compute-popup-menu-table):
4960 Remove duplicated words in doc-strings.
4961
4962 2010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
4963
4964 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
4965 to mairix-search to suppress threading (Bug#5342).
4966
4967 2010-01-15 Kenichi Handa <handa@m17n.org>
4968
4969 * international/mule-cmds.el (canonicalize-coding-system-name):
4970 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
4971
4972 2010-01-15 Glenn Morris <rgm@gnu.org>
4973
4974 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
4975
4976 * wid-edit.el (widget-keymap): Doc fix.
4977
4978 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
4979 former seems to be more widely accepted by various svn versions.
4980
4981 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
4982
4983 * find-cmd.el (find-constituents):
4984 * vc-arch.el (vc-arch-root):
4985 * window.el (window-body-height, pop-up-frames):
4986 * cedet/semantic/edit.el (semantic-reparse-needed-change-hook)
4987 (semantic-no-reparse-needed-change-hook):
4988 * cedet/srecode/insert.el (srecode-resolve-argument-list)
4989 (srecode-template-inserter-blank, srecode-template-inserter-variable)
4990 (srecode-template-inserter-ask, srecode-template-inserter-width)
4991 (srecode-template-inserter-section-start)
4992 (srecode-template-inserter-section-end, srecode-insert-method):
4993 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
4994 * progmodes/ada-stmt.el (ada-if):
4995 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
4996 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
4997 (ispell-encoding8-command, ispell-aspell-supports-utf8)
4998 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
4999
5000 * progmodes/flymake.el (flymake-post-syntax-check):
5001 Fix typo in error message.
5002
5003 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
5004
5005 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
5006 which is always a string. (Bug#5313)
5007
5008 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
5009
5010 * progmodes/ada-xref.el (ada-default-prj-properties):
5011 Simplify previous change.
5012
5013 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
5014
5015 * progmodes/ada-xref.el (ada-default-prj-properties):
5016 Default ada_project_path to $ADA_PROJECT_PATH.
5017
5018 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
5019
5020 * progmodes/ada-mode.el (ada-create-keymap):
5021 Override `narrow-to-defun' with `ada-narrow-to-defun'.
5022
5023 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
5024
5025 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
5026 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
5027 (ada-get-current-indent, ada-imenu-generic-expression)
5028 (ada-which-function): Check for it.
5029
5030 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
5031
5032 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
5033 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
5034
5035 2010-01-14 Glenn Morris <rgm@gnu.org>
5036
5037 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
5038
5039 2010-01-14 Kenichi Handa <handa@m17n.org>
5040
5041 * composite.el (auto-composition-mode): Make it a buffer local
5042 variable (permanent-local).
5043 (auto-composition-function): Set the default value to
5044 auto-compose-chars.
5045 (auto-composition-mode): Make it a simple function, not a minor mode.
5046 (global-auto-composition-mode): Likewise.
5047 (turn-on-auto-composition-if-enabled): Delete it.
5048
5049 2010-01-13 Karl Fogel <kfogel@red-bean.com>
5050
5051 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
5052
5053 2010-01-12 Michael Albinus <michael.albinus@gmx.de>
5054
5055 * files.el (copy-directory): Compute target for recursive
5056 directories with identical names. (Bug#5343)
5057
5058 2010-01-12 Glenn Morris <rgm@gnu.org>
5059
5060 * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
5061 it to bug-gnu-emacs rather than emacs-pretest-bug.
5062
5063 2010-01-12 Juanma Barranquero <lekktu@gmail.com>
5064
5065 * cedet/data-debug.el (data-debug): Fix customization group reference.
5066
5067 2010-01-12 Juanma Barranquero <lekktu@gmail.com>
5068
5069 * cedet/semantic/analyze.el (semantic-analyze-push-error)
5070 (semantic-analyze-context, semantic-analyze-context-assignment)
5071 (semantic-analyze-find-tag-sequence, semantic-analyze-find-tag):
5072 * cedet/semantic/java.el (java-mode, semantic-tag-include-filename)
5073 (semantic-java-doc-keywords-map):
5074 * cedet/semantic/bovine/c.el (c-mode, semantic-c-member-of-autocast)
5075 (semantic-lex-c-nested-namespace-ignore-second, semantic-parse-region)
5076 (semantic-c-parse-lexical-token, semantic-c-debug-mode-init-pch)
5077 (semantic-c-classname, semantic-format-tag-uml-prototype)
5078 (semantic-c-dereference-namespace, semantic-analyze-type-constants):
5079 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string)
5080 (semantic-emacs-lisp-obsoleted-doc, semantic-up-context)
5081 (semantic-get-local-variables, semantic-end-of-command)
5082 (semantic-beginning-of-command, semantic-ctxt-current-class-list)
5083 (lisp-mode):
5084 * cedet/semantic/bovine/make.el (makefile-mode):
5085 * cedet/semantic/wisent/python.el (wisent-python-string-re)
5086 (wisent-python-implicit-line-joining-p, wisent-python-forward-string)
5087 (wisent-python-lex-beginning-of-line, wisent-python-lex-end-of-line)
5088 (semantic-lex, semantic-get-local-variables, python-mode):
5089 * cedet/semantic/wisent/python-wy.el (wisent-python-wy--keyword-table):
5090 * cedet/srecode/extract.el (srecode-extract-state-set)
5091 (srecode-extract-method): Fix typos in docstrings.
5092
5093 2010-01-11 Sam Steingold <sds@gnu.org>
5094
5095 * imenu.el (imenu-default-create-index-function): Detect infinite
5096 loops caused by imenu-prev-index-position-function.
5097
5098 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
5099
5100 * htmlfontify.el (htmlfontify-load-rgb-file)
5101 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
5102 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
5103 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
5104 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
5105 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
5106 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
5107 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
5108 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
5109 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
5110 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
5111 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
5112 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
5113 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
5114 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
5115 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
5116 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
5117 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
5118 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
5119 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
5120 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
5121 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
5122 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
5123 backslash-quoting from parentheses, etc.
5124
5125 2010-01-11 Chong Yidong <cyd@stupidchicken.com>
5126
5127 * progmodes/js.el: Autoload javascript-mode alias.
5128
5129 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
5130
5131 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
5132 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
5133 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
5134 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
5135 Fix typos in docstrings.
5136 (ffap-url-regexp): Doc fix.
5137 (ffap-at-mouse): Fix typo in message.
5138
5139 2010-01-11 Glenn Morris <rgm@gnu.org>
5140
5141 * version.el (emacs-copyright): Set copyright year to 2010.
5142
5143 2010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
5144
5145 * format.el (format-annotate-function): Only set
5146 write-region-post-annotation-function after running to-fn so as not to
5147 affect nested write-region calls (bug#5273).
5148
5149 2010-01-10 Chong Yidong <cyd@stupidchicken.com>
5150
5151 * cedet/semantic.el (semantic-new-buffer-setup-functions):
5152 Add python parser.
5153
5154 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
5155 wisent/python.el.
5156
5157 2010-01-10 Richard Kim <emacs18@gmail.com>
5158
5159 * cedet/semantic/wisent/python-wy.el:
5160 * cedet/semantic/wisent/python.el: New files.
5161
5162 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
5163
5164 * man.el (Man-goto-section): Signal error if the section is not
5165 found (Bug#5317).
5166
5167 2010-01-09 Juanma Barranquero <lekktu@gmail.com>
5168
5169 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
5170 URLs with a leading triple slash in the file: scheme. (Bug#5345)
5171
5172 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
5173
5174 * progmodes/compile.el: Don't treat compile-command as safe if
5175 compilation-read-command might be nil (Bug#4218).
5176
5177 2010-01-09 Jan Djärv <jan.h.d@swipnet.se>
5178
5179 * startup.el (command-line-1): Use orig-argi to check for ignored X and
5180 NS options.
5181
5182 2010-01-08 Kenichi Handa <handa@m17n.org>
5183
5184 * international/fontset.el (build-default-fontset-data):
5185 Exclude characters in scripts kana, hangul, han, or cjk-misc.
5186
5187 2010-01-07 Juanma Barranquero <lekktu@gmail.com>
5188
5189 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
5190 to `create-file-buffer' as it expects, not just a buffer name.
5191 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
5192 to help uniquify. (Bug#3224)
5193
5194 2010-01-06 Jan Djärv <jan.h.d@swipnet.se>
5195
5196 * font-setting.el (font-setting-change-default-font): Use user-spec
5197 instead of name.
5198
5199 2010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
5200
5201 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
5202
5203 2010-01-05 Tom Tromey <tromey@redhat.com>
5204
5205 * progmodes/python.el (python-font-lock-keywords):
5206 Handle qualified decorators (Bug#881).
5207
5208 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
5209
5210 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
5211 in a lightweight checkout.
5212
5213 2010-01-05 Kenichi Handa <handa@m17n.org>
5214
5215 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
5216
5217 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
5218
5219 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
5220
5221 2010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
5222
5223 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
5224 checkouts. (Bug#618)
5225 (vc-bzr-log-view-mode): Also highlight the author.
5226 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
5227 (vc-bzr-shelve-menu-map):
5228 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
5229 (vc-bzr-shelve-apply): Make prompt more explicit.
5230
5231 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
5232
5233 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
5234 They are valid characters in URL paths (rfc3986), and at least
5235 Firefox does not understand the encoded version (Bug#3166).
5236
5237 2010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
5238
5239 * progmodes/octave-mod.el (octave-end-keywords)
5240 (octave-block-begin-or-end-regexp, octave-block-match-alist):
5241 Add "end" keyword (Bug#3061).
5242 (octave-end-as-array-index-p): New function.
5243 (calculate-octave-indent): Use it.
5244
5245 2010-01-02 Karl Fogel <kfogel@red-bean.com>
5246
5247 * bookmark.el: Consistently put the text property on the bookmark name.
5248 (bookmark-bmenu-marks-width): Bump back to 2, to include
5249 annotation marks.
5250 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
5251 property on the bookmark name, instead of not putting it at all.
5252 (bookmark-bmenu-list): Fix where we put the text property.
5253
5254 2010-01-02 Karl Fogel <kfogel@red-bean.com>
5255
5256 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
5257 for showing buffer modified state (as added in the previous change).
5258
5259 2010-01-02 Karl Fogel <kfogel@red-bean.com>
5260
5261 * bookmark.el: Show modified state of bookmark buffer more accurately.
5262 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
5263 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
5264 (with-buffer-modified-unmodified): New macro.
5265 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
5266 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
5267 Use new macro to preserve the buffer modified state.
5268
5269 2010-01-02 Karl Fogel <kfogel@red-bean.com>
5270
5271 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
5272 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
5273 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
5274 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
5275 (bookmark-bmenu-rename, bookmark-bmenu-locate)
5276 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
5277 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
5278
5279 2010-01-02 Eli Zaretskii <eliz@gnu.org>
5280
5281 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
5282 Make the lines in the generated doc string shorter. (Bug#4668)
5283
5284 2010-01-02 Ryan Yeske <rcyeske@gmail.com>
5285
5286 * net/rcirc.el: Add follow-link binding (Bug#4738).
5287
5288 2010-01-02 Eli Zaretskii <eliz@gnu.org>
5289
5290 * Makefile.in (bzr-update): Rename from cvs-update.
5291 (cvs-update): New target for backward compatibility.
5292
5293 * makefile.w32-in (bzr-update): Rename from cvs-update.
5294 (cvs-update): New target for backward compatibility.
5295
5296 2010-01-02 Karl Fogel <kfogel@red-bean.com>
5297
5298 * bookmark.el: Remove gratuitous gratitude.
5299
5300 2010-01-02 Karl Fogel <kfogel@red-bean.com>
5301
5302 * bookmark.el (bookmark-bmenu-any-marks): New function
5303 (bookmark-bmenu-save): Clear buffer modification if no marks.
5304
5305 2010-01-02 Karl Fogel <kfogel@red-bean.com>
5306
5307 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
5308 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
5309 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
5310 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
5311
5312 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
5313 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
5314 To: emacs-devel {_AT_} gnu.org
5315 Subject: bookmark.el bug report
5316 Date: Mon, 28 Dec 2009 14:19:16 +0800
5317 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
5318
5319 2010-01-02 Karl Fogel <kfogel@red-bean.com>
5320
5321 * bookmark.el: Improvements suggested by Drew Adams:
5322 (bookmark-bmenu-ensure-position): New name for
5323 `bookmark-bmenu-check-position'. Just ensure the position,
5324 don't return any meaningful value.
5325 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
5326 New constants.
5327
5328 2010-01-02 Juanma Barranquero <lekktu@gmail.com>
5329
5330 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
5331 (bookmark-yank-point, bookmark-bmenu-check-position):
5332 Fix typos in docstrings.
5333 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
5334 (bookmark-name-from-full-record, bookmark-get-position)
5335 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
5336 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
5337 Remove useless quoting of parenthesis, etc. in docstrings.
5338
5339 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
5340 (ediff-append-custom-diff): Fix typo in error message.
5341 (ediff-meta-mark-equal-files): Fix typos in messages.
5342
5343 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
5344
5345 * cedet/semantic/db-typecache.el (semanticdb-typecache-find-default):
5346 Fix typo in docstring.
5347
5348 * net/imap-hash.el (imap-hash-make): Doc fix.
5349 (imap-hash-test): Fix typo in error message; reflow docstring.
5350 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
5351 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
5352 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
5353 Fix typos in docstrings.
5354 (imap-hash-open-connection): Fix typo in error message.
5355
5356 * play/gomoku.el (gomoku): Fix typos in docstring.
5357
5358 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
5359 (gdb-jsonify-buffer): Fix typos in docstring.
5360 (gdb-goto-breakpoint): Fix typo in error message.
5361 ("Display Other Windows"): Fix typo in help message.
5362 (gdb-speedbar-expand-node): Fix typo in question.
5363
5364 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
5365 (idlwave-html-system-help-location, idlwave-html-help-location)
5366 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
5367 (idlwave-help-browser-generic-args, idlwave-help-directory)
5368 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
5369 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
5370 (idlwave-online-help, idlwave-help-html-link)
5371 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
5372 Fix typos in docstrings.
5373 (idlwave-help-with-source, idlwave-help-find-routine-definition):
5374 Reflow docstrings.
5375 (idlwave-help-assistant-start): Fix typo in error message.
5376
5377 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
5378 (octave-electric-space): Fix typos in docstrings.
5379
5380 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
5381
5382 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
5383
5384 2010-01-01 Juri Linkov <juri@jurta.org>
5385
5386 * comint.el (comint-input-ring-size): Make it a defcustom and
5387 increase the default to 500 (Bug#5148).
5388
5389 2009-12-31 Nick Roberts <nickrob@snap.net.nz>
5390
5391 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
5392 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
5393 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
5394
5395 2009-12-30 Nick Roberts <nickrob@snap.net.nz>
5396
5397 Show working revision correctly for mercurial.
5398 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
5399 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
5400
5401 2009-12-29 Juanma Barranquero <lekktu@gmail.com>
5402
5403 Declare some functions for the byte-compiler.
5404 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
5405 (speedbar-timer-fn, speedbar-change-expand-button-char)
5406 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
5407
5408 2009-12-29 Nick Roberts <nickrob@snap.net.nz>
5409
5410 This changeset reverts GDB Graphical Interface to use annotations.
5411 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
5412
5413 2009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
5414
5415 Make vc-dir work on subdirectories of the bzr root.
5416 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument. Return
5417 file names relative to it.
5418 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
5419 relative directory to vc-bzr-after-dir-status.
5420
5421 2009-12-28 Tassilo Horn <tassilo@member.fsf.org>
5422
5423 * font-lock.el (font-lock-refresh-defaults): New function, which
5424 can be used to let font-lock react to external changes in
5425 variables like font-lock-defaults and keywords.
5426 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
5427
5428 2009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
5429
5430 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
5431
5432 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
5433
5434 2009-12-28 Juanma Barranquero <lekktu@gmail.com>
5435
5436 Supersede color.diff settings in git log (bug#5211).
5437
5438 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
5439 escape chars in its output when the user has color.diff set to `always'.
5440 This fix works on git 1.4.2 and newer (released on 2006-08-13).
5441
5442 2009-12-26 Kevin Ryde <user42@zip.com.au>
5443
5444 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
5445 node. Keep previous "Index" name to work with past coreutils too.
5446
5447 * man.el (man): Revise docstring a bit to show -a and -l as
5448 examples. Add -k description since support for it has otherwise
5449 been a secret. (Further to bug#3717.)
5450 (Man-bgproc-sentinel): When "-k foo" produces no output show error
5451 "no matches" rather than "Can't find manpage", as the latter reads
5452 like -k was interpreted as a page name, which is not so. (Bug#5431)
5453
5454 2009-12-26 Michael Albinus <michael.albinus@gmx.de>
5455
5456 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
5457 switches. Check also for //SUBDIRED// line.
5458
5459 2009-12-25 Kenichi Handa <handa@m17n.org>
5460
5461 * language/indian.el (devanagari-composable-pattern): Fixed to
5462 handle ZWNJ and ZWJ. Use it in composition-function-table for
5463 Devanagari.
5464 (malayalam-composable-pattern): Fix previous change.
5465
5466 2009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5467
5468 * ps-print.el (ps-face-attributes): It was not returning the
5469 attribute face for faces specified as string. Reported by harven
5470 <harven@free.fr>.
5471 (ps-print-version): New version 7.3.5.
5472
5473 2009-12-18 Ulf Jasper <ulf.jasper@web.de>
5474
5475 * calendar/icalendar.el (icalendar--convert-tz-offset):
5476 Fix timezone names.
5477 (icalendar--convert-tz-offset): Fix the "last-day-problem".
5478 (icalendar--add-diary-entry): Remove the trailing blank that
5479 diary-make-entry inserts.
5480
5481 2009-12-17 Michael Albinus <michael.albinus@gmx.de>
5482
5483 Make `file-expand-wildcards' work for remote files.
5484
5485 * files.el (file-expand-wildcards): In case of remote files, check
5486 only local file name part for wildcards. Provide feature 'files
5487 and subfeature 'remote-wildcards. (Bug#5198)
5488
5489 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
5490 if there is already an established connection.
5491 (tramp-advice-file-expand-wildcards): Remove it.
5492
5493 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
5494 (tramp-advice-file-expand-wildcards): Move from tramp.el.
5495 Activate advice for older GNU Emacs versions. (Bug#5237)
5496
5497 2009-12-17 Juanma Barranquero <lekktu@gmail.com>
5498
5499 Some doc fixes (more needed).
5500
5501 * find-cmd.el (find-constituents): Reflow docstring.
5502 (find-cmd, find-prune, find-command): Fix typos in docstrings.
5503 (find-generic): Doc fix.
5504
5505 2009-12-17 Juri Linkov <juri@jurta.org>
5506
5507 Fix regression from 23.1 to allow multiple modes in Local Variables.
5508
5509 * files.el (hack-local-variables-filter): While ignoring duplicates,
5510 don't take `mode' into account.
5511 (hack-local-variables-filter, hack-dir-local-variables):
5512 Don't remove duplicate `mode' from local-variables-alist (like `eval').
5513
5514 2009-12-17 Juri Linkov <juri@jurta.org>
5515
5516 Make `dired-diff' safer. (Bug#5225)
5517
5518 * dired-aux.el (dired-diff): Signal an error when `file' equals to
5519 `current' or when `file' is a directory of the `current' file.
5520
5521 2009-12-17 Andreas Schwab <schwab@linux-m68k.org>
5522
5523 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
5524 unconditionally preloaded files.
5525
5526 2009-12-16 Juri Linkov <juri@jurta.org>
5527
5528 Revert to old 23.1 logic of using the file at the mark as default.
5529 * dired-aux.el (dired-diff): Use the file at the mark as default
5530 if it's not the same as the current file, and the target dir is
5531 the current dir or the mark is active. Add the current file
5532 as the arg of `dired-dwim-target-defaults'. Use the default file
5533 in the prompt. (Bug#5225)
5534
5535 2009-12-15 Michael Albinus <michael.albinus@gmx.de>
5536
5537 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
5538 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
5539 (tramp-check-for-regexp): Check also, when an echoing shell stops
5540 to echo sent commands.
5541
5542 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
5543
5544 * Makefile.in: Revert last change (Bug#5191).
5545
5546 2009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
5547
5548 * vc-hg.el (vc-hg-print-log): Fix argument order.
5549 (vc-hg-working-revision): Make sure the command is executed in a
5550 known environment so that we can parse the output. (Bug#4417)
5551
5552 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
5553
5554 * progmodes/python.el (python-symbol-completions): Remove text
5555 properties from symbol string before calling python-send-receive.
5556
5557 2009-12-14 Nick Roberts <nickrob@snap.net.nz>
5558
5559 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
5560 when there are values for both file and line. (Bug#5060)
5561
5562 2009-12-14 Juri Linkov <juri@jurta.org>
5563
5564 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
5565 whitespace after the file name of the first line of unified format,
5566 because git-diff doesn't output whitespace and file modification time
5567 after the file name.
5568
5569 2009-12-14 David Kastrup <dak@gnu.org>
5570
5571 * info.el (Info-hide-cookies-node): Before hiding a cookie,
5572 check if it already has the `display' property added by
5573 `Info-display-images-node', and not put the `invisible' property
5574 in this case.
5575
5576 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
5577
5578 * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
5579 (semantic-mru-bookmark-mode): Doc fixes.
5580
5581 * cedet/semantic/db.el (semanticdb-cache-get): Use error instead
5582 of assert.
5583
5584 2009-12-13 Glenn Morris <rgm@gnu.org>
5585
5586 * mail/emacsbug.el (message-sort-headers): Define for compiler.
5587 (report-emacs-bug): In message-mode, sort manually before storing
5588 original report text. (Bug#5178)
5589 Remove superfluous save-excursion.
5590
5591 2009-12-12 Michael Albinus <michael.albinus@gmx.de>
5592
5593 * net/dbus.el (dbus-property-handler): Filter lambda forms out
5594 when responding to "GetAll" properties.
5595
5596 2009-12-12 Chong Yidong <cyd@stupidchicken.com>
5597
5598 * simple.el (compose-mail): Remove mail-setup-with-from from
5599 customization checks.
5600
5601 2009-12-12 Eli Zaretskii <eliz@gnu.org>
5602
5603 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
5604 RAR archives created on Unix systems.
5605
5606 2009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
5607
5608 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
5609 the varalias that was accidentally removed by the 2009-11-19 change
5610 (bug#5186).
5611
5612 2009-12-12 Kenichi Handa <handa@m17n.org>
5613
5614 * language/indian.el (indian-compose-regexp): New function.
5615 (malayalam-composable-pattern): Fix the pattern.
5616 (composition-function-table): Set malayalam-composable-pattern for
5617 Malayalam characters.
5618
5619 2009-12-11 Chong Yidong <cyd@stupidchicken.com>
5620
5621 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
5622 rather than down-mouse-1, based on follow-link conventions.
5623
5624 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
5625 are compiled.
5626
5627 2009-12-11 Michael McNamara <mac@mail.brushroad.com>
5628
5629 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
5630 (verilog-vmm-statement-re, verilog-ovm-statement-re)
5631 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
5632 (verilog-leap-to-head, verilog-backward-token):
5633 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
5634
5635 2009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
5636
5637 * progmodes/verilog-mode.el (verilog-auto-lineup)
5638 (verilog-nameable-item-re): Cleanup user-visible spelling and
5639 documentation errors. One reported by Gary Delp.
5640 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
5641 (verilog-read-decls): Fix AUTOWIRE with types declared in a
5642 package, bug195. Reported by Pierre-David Pfister.
5643
5644 2009-12-11 Glenn Morris <rgm@gnu.org>
5645
5646 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
5647
5648 * mail/emacsbug.el: No longer require sendmail.
5649 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
5650 (report-emacs-bug-orig-text): Doc fix.
5651 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
5652 New local variables, to adapt to different mail-user-agents.
5653 (report-emacs-bug): Fix test for a gnu.org address.
5654 Use overlays for emphasis, since font-lock defeats 'face property.
5655 Pretest bugs also end up at the newsgroup these days.
5656 Stop message-mode stripping text properties.
5657 Set and use the new buffer-local variables.
5658 (report-emacs-bug-hook): Add doc-string.
5659 Remove some unnecessary save-excursions and simplify.
5660 Use the appropriate hook and send-command.
5661
5662 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
5663 capitalization of some menu entries.
5664
5665 2009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5666
5667 * whitespace.el (whitespace-display-char-on):
5668 Ensure `buffer-display-table' is unique when two or more windows are
5669 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
5670 New version 12.1.
5671
5672 2009-12-10 Eli Zaretskii <eliz@gnu.org>
5673
5674 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
5675 characters in the Attribute field.
5676
5677 2009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
5678
5679 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
5680
5681 2009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
5682
5683 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
5684 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
5685 Disregard autoload-excludes.
5686 (update-directory-autoloads): Obey autoload-excludes here instead.
5687 But don't store its contents in no-autoloads and remove entries that
5688 refer to excludes files.
5689
5690 2009-12-10 Glenn Morris <rgm@gnu.org>
5691
5692 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
5693 (expand-mail-aliases): Define for compiler.
5694
5695 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
5696 Define for compiler.
5697
5698 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
5699 appropriate for the mail-user-agent in use.
5700
5701 2009-12-09 Michael Albinus <michael.albinus@gmx.de>
5702
5703 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
5704
5705 2009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
5706
5707 Fix short log parsing and fontification.
5708 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
5709 Fix fontification for the [merge] label.
5710
5711 2009-12-09 Vivek Dasmohapatra <vivek@etla.org>
5712
5713 Drop some properties to avoid surprises (bug#5002).
5714 * htmlfontify.el (hfy-ignored-properties): New defcustom.
5715 (hfy-fontify-buffer): Use it.
5716
5717 2009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
5718
5719 Minor cleanup.
5720 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
5721 Adjust all callers.
5722 (ffap-locate-file): Remove unused arg `dir-ok' and make other
5723 args compulsory. Adjust callers.
5724 (ffap-gopher-at-point): Remove unused var `name'.
5725
5726 Get rid of the ELCFILES abomination.
5727 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
5728 (compile-elcfiles): New phony target.
5729 (compile-main): Compute ELCFILES dynamically.
5730 (compile-clean): New target to remove left-over elc files.
5731 (compile, all): Use it.
5732
5733 2009-12-09 Kenichi Handa <handa@etlken>
5734
5735 * international/mule-diag.el: Require help-mode instead of help-fns.
5736
5737 2009-12-09 Kenichi Handa <handa@m17n.org>
5738
5739 * international/mule-cmds.el (ucs-names): Supply sufficiently
5740 fine ranges instead of pre-calculating accurate ranges.
5741 Iterate with bigger gc-cons-threshold.
5742
5743 2009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
5744
5745 Add support for stashing a snapshot of the current tree.
5746 * vc-git.el (vc-git-stash-snapshot): New function.
5747 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
5748
5749 2009-12-08 Jose E. Marchesi <jemarch@gnu.org>
5750
5751 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
5752 instead of `(beginning|end)-of-line'.
5753
5754 2009-12-08 Glenn Morris <rgm@gnu.org>
5755
5756 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
5757
5758 * Makefile.in (ELCFILES): Regenerate.
5759
5760 2009-12-07 Juri Linkov <juri@jurta.org>
5761
5762 Don't lazy-highlight the comint output in history Isearch mode.
5763
5764 * comint.el (comint-history-isearch-search): Instead of
5765 `comint-line-beginning-position', use `comint-after-pmark-p'
5766 to check if point if before the process mark, and go to
5767 `process-mark' in this case.
5768
5769 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
5770
5771 * textmodes/tex-mode.el (latex-complete)
5772 (latex-indent-or-complete): Remove.
5773 (latex-mode): Set completion-at-point-functions instead.
5774
5775 Provide a standard completion command and hook it into TAB.
5776 * minibuffer.el (completion-at-point-functions): New var.
5777 (completion-at-point): New command.
5778 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
5779 * progmodes/python.el (python-mode-map): Use completion-at-point.
5780 (python-completion-at-point): Rename from python-partial-symbol and
5781 adjust for use in completion-at-point-functions.
5782 (python-mode): Setup completion-at-point for Python completion.
5783 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
5784 extracted from lisp-complete-symbol.
5785 (lisp-complete-symbol): Use it.
5786 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
5787 setup completion-at-point for Elisp completion.
5788 (emacs-lisp-mode-map, lisp-interaction-mode-map):
5789 Use completion-at-point.
5790 * ielm.el (ielm-map): Use completion-at-point.
5791 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
5792 * progmodes/sym-comp.el: Move to...
5793 * obsolete/sym-comp.el: Move from progmodes.
5794
5795 2009-12-07 Eli Zaretskii <eliz@gnu.org>
5796
5797 Prevent save-buffer in Rmail buffers from using the coding-system
5798 of the current message, and from clobbering the encoding mnemonics
5799 in the mode line (Bug#4623).
5800
5801 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
5802 flag, too.
5803 (rmail-message-encoding): New variable.
5804 (rmail-write-region-annotate): Record the encoding of the current
5805 message in rmail-message-encoding.
5806 (rmail-after-save-hook): New function, restores the encoding of
5807 the current message after the message collection is saved.
5808
5809 2009-12-07 Juri Linkov <juri@jurta.org>
5810
5811 * progmodes/grep.el (grep-read-files): Use `completing-read'
5812 instead of `read-string'. Set its `collection' arg to
5813 `read-file-name-internal'. (Bug#4301)
5814
5815 2009-12-07 Juri Linkov <juri@jurta.org>
5816
5817 Correctly restore original Isearch point. (Bug#4994)
5818
5819 * isearch.el (isearch-mode): Move `isearch-push-state' after
5820 `(run-hooks 'isearch-mode-hook)'.
5821 (isearch-cancel): When `isearch-push-state-function' is defined,
5822 let-bind `isearch-cmds' to the first state (the last element of
5823 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
5824 function and restores the original point). Otherwise, move point
5825 to `isearch-opoint'.
5826
5827 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
5828
5829 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
5830 chars that don't have names, so the table can be built much faster at
5831 run-time.
5832
5833 2009-12-07 Chong Yidong <cyd@stupidchicken.com>
5834
5835 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
5836 change. Suggested by David Kastrup.
5837
5838 * simple.el (compose-mail): Check for incompatibilities and warn.
5839 (compose-mail-user-agent-warnings): New option.
5840
5841 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
5842
5843 Support showing a single log entry from vc-annotate.
5844 * vc.el (print-log): Add a new argument: START-REVISION.
5845 (vc-print-log-internal): Add a new optional argument and
5846 pass it to the backend.
5847 (vc-print-log, vc-print-root-log): Adjust callers.
5848 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
5849 buffer already displays the requested log entry, use it.
5850 Otherwise display only the log entry in question.
5851 * vc-svn.el (vc-svn-print-log):
5852 * vc-mtn.el (vc-mtn-print-log):
5853 * vc-hg.el (vc-hg-state):
5854 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
5855 (vc-git-show-log-entry): Return t on success.
5856 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
5857 (vc-bzr-show-log-entry): Return t on success.
5858 * vc-rcs.el (vc-rcs-print-log):
5859 * vc-sccs.el (vc-sccs-print-log):
5860 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
5861
5862 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
5863
5864 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
5865 Add menus to the meta mode. (Bug#5043)
5866
5867 2009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
5868
5869 * ediff-init.el (ediff-event-key): Use event-to-character instead of
5870 event-key.
5871
5872 * ediff.el (ediff-buffers-internal): Add unwind-protect.
5873
5874 2009-12-07 Michael Albinus <michael.albinus@gmx.de>
5875
5876 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
5877 Berbain <raphael.berbain@gmail.com>.
5878
5879 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
5880 characters.
5881 (tramp-initial-end-of-output): New defconst.
5882 (tramp-methods, tramp-find-shell)
5883 (tramp-open-connection-setup-interactive-shell)
5884 (tramp-maybe-open-connection): Use it.
5885 (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
5886 existence of `#' and `$'.
5887
5888 * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
5889 `tramp-initial-end-of-output'.
5890
5891 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
5892
5893 Get the background mode from the terminal for xterm, and set
5894 faces accordingly.
5895 * term/xterm.el (xterm-set-background-mode): New function.
5896 (terminal-init-xterm): Use it in case xterm supports background
5897 color queries. Recompute faces after getting the background
5898 color.
5899
5900 2009-12-07 Ulrich Mueller <ulm@gentoo.org>
5901
5902 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
5903 number comment back on its own line, for easier parsing.
5904
5905 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
5906
5907 Make it work for non-file buffers (bug#5102).
5908 * doc-view.el (doc-view-current-cache-dir):
5909 Use doc-view-buffer-file-name rather than buffer-file-name.
5910 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
5911
5912 2009-12-06 Óscar Fuentes <ofv@wanadoo.es>
5913
5914 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
5915 author field is too short.
5916
5917 2009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
5918
5919 * vc-git.el (vc-git-print-log): Handle a limit argument.
5920 Display the short log in graph form and with labels.
5921 (vc-git-log-view-mode): Handle labels.
5922
5923 Make vc-revert change VC state from 'added to 'unregistered.
5924 * vc-git.el (vc-git-revert): Call git reset first.
5925
5926 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
5927
5928 * net/newst-backend.el, net/newst-plainview.el:
5929 * net/newst-reader.el, net/newst-ticker.el:
5930 * net/newst-treeview.el, net/newsticker.el:
5931 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
5932
5933 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
5934
5935 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
5936
5937 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
5938 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
5939 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
5940 Update annotation regexp.
5941
5942 * simple.el (beginning-of-visual-line): Constrain to field
5943 boundaries (Bug#5106).
5944
5945 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
5946
5947 * xml.el (xml-substitute-numeric-entities): Move
5948 newsticker--decode-numeric-entities in newst-backend.el to
5949 xml-substitute-numeric-entities in xml.el. (Bug#5008)
5950 * net/newst-backend.el (newsticker--parse-generic-feed)
5951 (newsticker--parse-generic-items)
5952 (newsticker--decode-numeric-entities): Move
5953 newsticker--decode-numeric-entities in newst-backend.el to
5954 xml-substitute-numeric-entities in xml.el. (Bug#5008)
5955
5956 2009-12-06 Daniel Colascione <dan.colascione@gmail.com>
5957
5958 * progmodes/js.el (js--js-not): Add null to the list of values.
5959
5960 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
5961
5962 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
5963
5964 2009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5965
5966 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
5967 delimiter if it is at the end of the current line.
5968 (bibtex-generate-url-list): Fix docstring.
5969
5970 2009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
5971
5972 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
5973 minibuffer's content with itself.
5974 Fold the confirm-after-completion case into the `confirm' case.
5975 (completion-pcm-word-delimiters): Add : and / to the delimiters.
5976
5977 2009-12-06 Kevin Ryde <user42@zip.com.au>
5978
5979 * ffap.el (ffap-rfc-path): Make this a defcustom since
5980 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
5981
5982 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
5983 manuals, similar to existing setup for help-mode. (Bug#3913.)
5984
5985 2009-12-05 Juri Linkov <juri@jurta.org>
5986
5987 Save and restore dired buffer's point positions too. (Bug#4880)
5988
5989 * dired.el (dired-save-positions): Return in the first element
5990 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
5991 Doc fix.
5992 (dired-restore-positions): First restore buffer's position.
5993 While restoring window's positions, check if window still displays
5994 the original buffer.
5995
5996 2009-12-05 Chong Yidong <cyd@stupidchicken.com>
5997
5998 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
5999 if possible.
6000
6001 * cedet/semantic/ia.el (semantic-ia-complete-symbol):
6002 Make argument optional.
6003
6004 * shell.el (shell): Require ansi-color (Bug#5113).
6005
6006 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
6007
6008 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
6009
6010 2009-12-05 Alan Mackenzie <acm@muc.de>
6011
6012 * progmodes/cc-mode.el (c-before-hack-hook)
6013 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
6014 `c-file-style' to work again. This reversion restores the current
6015 software to its state in Emacs 23.1. (Bug#4146)
6016
6017 2009-12-05 Kevin Ryde <user42@zip.com.au>
6018
6019 * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
6020 comment-start-skip to comment-end-skip as comment (Bug#4781).
6021
6022 2009-12-05 Juri Linkov <juri@jurta.org>
6023
6024 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
6025 for virtual nodes. (Bug#4147)
6026 (Info-find-node-2): Set `Info-current-node-virtual' to nil
6027 when moving from a virtual node.
6028 (Info-mode-menu): Add `Info-virtual-index' to the menu.
6029 (Info-mode): Add `Info-virtual-index' to the docstring.
6030
6031 2009-12-05 Eric Ludlam <zappo@gnu.org>
6032
6033 * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
6034 Describe project macro symbols.
6035
6036 * cedet/semantic/complete.el (semantic-complete-do-completion):
6037 Don't call semantic-collector-current-exact-match.
6038
6039 * cedet/ede.el (ede-apply-preprocessor-map): Accept lists of
6040 ede-objects as targets.
6041
6042 * cedet/ede/pmake.el (ede-proj-makefile-insert-variables): Output
6043 a target's object list even if compiler vars are already in the
6044 Makefile.
6045
6046 * cedet/ede/emacs.el (ede-preprocessor-map): Add config.h to the
6047 list of headers producing necessary macros.
6048
6049 2009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6050
6051 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
6052 track of the buffer position of the end of a BibTeX entry as this
6053 position may change during reformatting.
6054 (bibtex-format-entry): Remove whitespace before processing
6055 numerical fields so that we recognize the latter properly.
6056 (bibtex-reformat): Do not use push which changes the global value
6057 of bibtex-entry-format.
6058 (bibtex-field-braces-alist, bibtex-field-strings-alist)
6059 (bibtex-field-re-init): Replace only space characters by regexp
6060 for whitespace.
6061 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
6062 (bibtex-initialize): Also update bibtex-strings.
6063 (bibtex-kill-field): Preserve white space at end of entry.
6064 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
6065 Update bibtex-reference-keys.
6066
6067 2009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
6068
6069 * minibuffer.el (completion-pcm--merge-try): Also consider placing
6070 point after a star, if that's the only place where modifications can
6071 make progress.
6072
6073 2009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
6074
6075 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
6076 in docstrings.
6077
6078 2009-12-04 Juri Linkov <juri@jurta.org>
6079
6080 * proced.el (proced): Call `(proced-update t)' to update process
6081 information instead of only running proced-post-display-hook.
6082 (proced-send-signal): Add a leading space to the buffer name
6083 " *Marked Processes*" to make this buffer ephemeral.
6084
6085 2009-12-04 Juri Linkov <juri@jurta.org>
6086
6087 * dired.el (dired-auto-revert-buffer): New defcustom.
6088 (dired-internal-noselect): Use it.
6089
6090 2009-12-04 Juri Linkov <juri@jurta.org>
6091
6092 Change roles of modes and functions in image-mode.el (Bug#5062).
6093
6094 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
6095 in `auto-mode-alist'.
6096 (image-mode-previous-major-mode): New variable.
6097 (image-minor-mode-map): Rename from `image-mode-text-map'.
6098 (image-mode): Move graceful error-handling code from
6099 `image-minor-mode' to here. On errors call `image-mode-as-text'.
6100 (image-minor-mode): Remove all image-handling code.
6101 Replace `image-mode-text-map' with `image-minor-mode-map'.
6102 Check for `image-type' in mode-line format string.
6103 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
6104 (image-mode-as-text): New function with most code from
6105 `image-mode-maybe'.
6106 (image-toggle-display-text): Move code that removes image
6107 properties from `image-toggle-display' to here.
6108 (image-toggle-display-image): New function with code that adds
6109 image properties copied from `image-toggle-display'.
6110 (image-toggle-display): Remove most code with leaving only code
6111 that toggles between `image-mode-as-text' and `image-mode'.
6112
6113 2009-12-04 Ulf Jasper <ulf.jasper@web.de>
6114
6115 * net/newst-treeview.el
6116 (newsticker--treeview-list-highlight-start): Restored call to
6117 save-excursion: Selected item was stuck.
6118 (newsticker--treeview-list-select): New.
6119 (newsticker--treeview-item-show-text)
6120 (newsticker--treeview-item-show)
6121 (newsticker--treeview-item-update): Use new
6122 newsticker-treeview-item-mode.
6123 (newsticker-treeview-update): Keep current item.
6124 (newsticker-treeview-next-new-or-immortal-item): Doc change.
6125 (newsticker--treeview-first-feed): Doc change.
6126 (newsticker-treeview-list-menu)
6127 (newsticker-treeview-item-menu): Added menu entries.
6128 (newsticker-treeview-item-mode): New.
6129
6130 * net/newst-backend.el (newsticker-customize): Delete other
6131 windows.
6132
6133 2009-12-04 Sam Steingold <sds@gnu.org>
6134
6135 * log-view.el (log-view-mode-map): "q" calls quit-window,
6136 like in all the other non-self-insert buffers.
6137
6138 2009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
6139
6140 Minor cleanup.
6141 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
6142 key decoding rather than do it manually via last-input-event +
6143 ascii-character.
6144 (term-exec): Use delete-and-extract-region.
6145 (term-handle-ansi-terminal-messages): Remove unused var `end'.
6146 (term-process-pager): Remove unused var `i'.
6147 (term-dynamic-simple-complete): Make obsolete.
6148 (serial-update-config-menu): Remove unused vars `y' and `str'.
6149 (term-update-mode-line): Remove unused var `temp'.
6150
6151 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
6152
6153 Limit the number of log entries displayed by default.
6154 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
6155 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
6156 using a prefix argument.
6157
6158 2009-12-03 Glenn Morris <rgm@gnu.org>
6159
6160 * progmodes/idlwave.el (class): Restore still useful declaration.
6161
6162 2009-12-03 Alan Mackenzie <acm@muc.de>
6163
6164 Enhance `c-parse-state' to run efficiently in "brace deserts".
6165
6166 * progmodes/cc-mode.el (c-basic-common-init):
6167 Call c-state-cache-init.
6168 (c-neutralize-syntax-in-and-mark-CPP): Rename from
6169 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
6170 placing `category' properties value 'c-cpp-delimiter at its boundaries.
6171
6172 * progmodes/cc-langs.el (c-before-font-lock-function):
6173 c-extend-and-neutralize-syntax-in-CPP has been renamed
6174 c-neutralize-syntax-in-and-mark-CPP.
6175
6176 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
6177 with `category' properties now, not `syntax-table' ones.
6178
6179 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
6180 enhanced (but slower) version of c-end-of-macro that won't land
6181 inside a literal or on another awkward character.
6182 (c-state-cache-too-far, c-state-cache-start)
6183 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
6184 (c-state-nonlit-pos-cache-limit, c-state-point-min)
6185 (c-state-point-min-lit-type, c-state-point-min-lit-start)
6186 (c-state-min-scan-pos, c-state-brace-pair-desert)
6187 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
6188 buffer local variables.
6189 (c-state-literal-at, c-state-lit-beg)
6190 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
6191 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
6192 (c-state-cache-top-paren, c-state-cache-after-top-paren)
6193 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
6194 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
6195 (c-renarrow-state-cache)
6196 (c-append-lower-brace-pair-to-state-cache)
6197 (c-state-push-any-brace-pair, c-append-to-state-cache)
6198 (c-remove-stale-state-cache)
6199 (c-remove-stale-state-cache-backwards, c-state-cache-init)
6200 (c-invalidate-state-cache-1, c-parse-state-1)
6201 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
6202 (c-parse-state): Enhance and refactor.
6203 (c-debug-parse-state): Amend to deal with all the new variables.
6204
6205 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
6206 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
6207 modify to use category text properties rather than syntax-table ones.
6208 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
6209 to switch off/on the syntactic paren property of C++ template
6210 delimiters using the category property.
6211 (c-with-<->-as-parens-suppressed): Macro to invoke code with
6212 template delims suppressed.
6213 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
6214 New constant/macros which apply category properties to the start
6215 and end of preprocessor constructs.
6216 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
6217 "comment out" the syntactic value of characters in preprocessor
6218 constructs.
6219 (c-with-cpps-commented-out)
6220 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
6221 with characters in all or all but one preprocessor constructs
6222 "commented out".
6223
6224 2009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6225
6226 * proced.el (proced-filter-alist): Use regexp-quote.
6227
6228 2009-12-03 Michael Albinus <michael.albinus@gmx.de>
6229
6230 Cleanup.
6231 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
6232 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
6233 arguments. Expand `default-directory'.
6234
6235 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
6236 the benefit of returning an expanded localname.
6237 (tramp-tramp-file-p): Handle the case NAME is not a string.
6238
6239 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
6240
6241 Add support for bzr shelve/unshelve.
6242 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
6243 (vc-bzr-extra-menu-map): New variables.
6244 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
6245 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
6246 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
6247 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
6248 (vc-bzr-dir-extra-headers): Display shelves.
6249
6250 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
6251
6252 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
6253
6254 * textmodes/bibtex.el (bibtex-complete-internal):
6255 Use completion-in-region.
6256 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
6257
6258 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
6259
6260 Support applying stashes. Improve UI.
6261 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
6262 (vc-git-stash-apply, vc-git-stash-pop)
6263 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
6264 (vc-git-stash-menu): New functions.
6265 (vc-git-stash-menu-map): New variable.
6266 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
6267
6268 2009-12-03 Glenn Morris <rgm@gnu.org>
6269
6270 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
6271 (vc-print-log-internal): Fix previous change.
6272 (vc-revert): Correct pluralization.
6273
6274 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
6275
6276 * progmodes/make-mode.el (makefile-special-targets-list): No need for
6277 it to be an alist any more.
6278 (makefile-complete): Use completion-in-region.
6279
6280 * progmodes/octave-mod.el (octave-complete-symbol):
6281 Use completion-in-region.
6282
6283 Misc cleanup.
6284 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
6285 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
6286 (idlwave-complete-class): Don't quote lambda.
6287 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
6288 (idlwave-mode-map): Move initialization into declaration.
6289 (idlwave-action-and-binding): Use backquotes.
6290 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
6291 Simplify.
6292 (idlwave-is-pointer-dereference): Remove unused var `pos'.
6293 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
6294 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
6295 `parts', and `all-parts'.
6296 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
6297 (idlwave-convert-xml-system-routine-info): Remove unused string
6298 `version-string'.
6299 (idlwave-display-user-catalog-widget): Use dolist.
6300 (idlwave-scanning-lib): Declare dynamically-scoped var.
6301 (idlwave-scan-library-catalogs): Remove unused var `flags'.
6302 (completion-highlight-first-word-only): Declare to silence bytecomp.
6303 (idlwave-popup-select): Tighten scope of `resp'.
6304 (idlwave-find-struct-tag): Remove unused var `beg'.
6305 (idlwave-after-load-rinfo-hook): Declare.
6306 (idlwave-sintern-class-info): Remove unused var `taglist'.
6307 (idlwave-find-class-definition): Remove unused var `list'.
6308 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
6309 (idlwave-what-module-find-class): Remove unused var `classes'.
6310
6311 2009-12-03 Juanma Barranquero <lekktu@gmail.com>
6312
6313 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
6314
6315 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
6316
6317 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
6318 buffers visited. Remove redundant current-buffer-saving.
6319
6320 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
6321
6322 Use completion-in-buffer and remove uses of dynamic scoping.
6323 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
6324 (pascal-buffer-to-use, pascal-flag): Don't declare.
6325 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
6326 (pascal-get-completion-decl, pascal-keyword-completion):
6327 Add `pascal-str' argument, save-excursion,
6328 return the found completions, and don't filter with pascal-pred.
6329 (pascal-completion-cache): New var.
6330 (pascal-completion): Don't switch buffer any more (it was never
6331 necessary). Don't save-excursion any more (it's done by the called
6332 subroutines). Use a cache to avoid redundant computations.
6333 Use complete-with-action rather than pascal-completion-response and
6334 let it apply the predicate as well.
6335 (pascal-complete-word): Use completion-in-buffer when
6336 pascal-toggle-completions is nil.
6337 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
6338 not used any more.
6339 (pascal-comp-defun): Don't change buffer any more.
6340 Use complete-with-action rather than pascal-completion-response and
6341 let it apply the predicate as well.
6342 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
6343 when neded.
6344
6345 2009-12-02 Kenichi Handa <handa@m17n.org>
6346
6347 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
6348 shape for all Indic scripts.
6349
6350 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
6351
6352 Use completion-in-buffer.
6353 * wid-edit.el (widget-field-text-end): New function.
6354 (widget-field-value-get): Use it.
6355 (widget-string-complete, widget-file-complete)
6356 (widget-color-complete): Use it and completion-in-region.
6357 (widget-complete): Don't narrow the buffer.
6358
6359 2009-12-02 Glenn Morris <rgm@gnu.org>
6360
6361 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
6362 (rmail-select-summary): Use rmail-pop-to-buffer.
6363 * mail/rmailsum.el: Replace all pop-to-buffer calls with
6364 rmail-pop-to-buffer, to prevent horizontal splits.
6365
6366 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
6367 save-excursion with save-current-buffer.
6368 Widen before searching. (Bug#5093)
6369 (diary-list-sexp-entries): Remove superfluous save-excursion.
6370
6371 2009-12-02 Michael Welsh Duggan <mwd@cert.org>
6372
6373 * woman.el (woman-make-bufname): Handle man-pages with "." in the
6374 name. (Bug#5038)
6375
6376 2009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
6377
6378 * ido.el (ido-file-internal): Handle filenames at point that do
6379 not have a directory part. (Bug#5049)
6380
6381 2009-12-02 Juanma Barranquero <lekktu@gmail.com>
6382
6383 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
6384 (mpc-songs-jump-to, mpc-resume): Doc fixes.
6385
6386 2009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
6387
6388 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
6389 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
6390 any more.
6391
6392 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
6393
6394 * comint.el (comint-insert-input): Ignore clicks to the right of
6395 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
6396
6397 * vc.el (vc-print-log-internal): Don't wait for the process to
6398 terminate before setting up the major mode.
6399
6400 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
6401 in case.
6402
6403 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
6404 the last element.
6405
6406 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
6407
6408 2009-12-01 Glenn Morris <rgm@gnu.org>
6409
6410 * window.el (window--display-buffer-2): Fix previous changes.
6411
6412 2009-12-01 Chong Yidong <cyd@stupidchicken.com>
6413
6414 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
6415
6416 2009-12-01 Glenn Morris <rgm@gnu.org>
6417
6418 * Makefile.in (ELCFILES): Add mpc.elc.
6419
6420 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
6421
6422 * mpc.el: New file.
6423
6424 2009-12-01 Glenn Morris <rgm@gnu.org>
6425
6426 * window.el (window-to-use): Define for compiler.
6427
6428 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
6429 consistent with others (no final period).
6430
6431 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
6432 (rmail-mime-show): Downcase the encoding. (Bug#5070)
6433
6434 2009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
6435
6436 Make vc-print-log buttons work.
6437 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
6438
6439 2009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
6440
6441 * savehist.el (savehist-autosave-interval): Allow setting to nil
6442 through customize. (Bug#5056)
6443
6444 2009-11-30 Juanma Barranquero <lekktu@gmail.com>
6445
6446 Fix references to jit-lock properties.
6447 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
6448 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
6449 (perl-font-lock-special-syntactic-constructs):
6450 Quote jit-lock-defer-multiline property.
6451
6452 2009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
6453
6454 * vc-git.el (vc-git-registered): Call vc-git-root only once.
6455
6456 2009-11-30 Juri Linkov <juri@jurta.org>
6457
6458 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
6459 value `buffer' of `multi-isearch-next-buffer-current-function'.
6460 Use `(current-buffer)' when `buffer' is nil.
6461 (multi-isearch-next-buffer-from-list): Don't fallback to
6462 `(current-buffer)' when `buffer' is nil. (Bug#4947)
6463
6464 2009-11-30 Juri Linkov <juri@jurta.org>
6465
6466 * misearch.el (multi-isearch-read-buffers): Move canonicalization
6467 of buffers with `get-buffer' to `multi-isearch-buffers'.
6468 (multi-isearch-buffers, multi-isearch-buffers-regexp):
6469 Canonicalize BUFFERS with `get-buffer'. Doc fix.
6470 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
6471 FILES with `expand-file-name' converting relative file names
6472 to absolute. Doc fix. (Bug#4727)
6473
6474 2009-11-30 Juri Linkov <juri@jurta.org>
6475
6476 * misearch.el (multi-isearch-read-buffers)
6477 (multi-isearch-read-matching-buffers): New functions.
6478 (multi-isearch-buffers, multi-isearch-buffers-regexp):
6479 Use them in the `interactive' spec. Doc fix.
6480 (multi-isearch-read-files, multi-isearch-read-matching-files):
6481 New functions.
6482 (multi-isearch-files, multi-isearch-files-regexp):
6483 Use them in the `interactive' spec. Doc fix. (Bug#4725)
6484
6485 2009-11-30 Juri Linkov <juri@jurta.org>
6486
6487 * doc-view.el (doc-view-continuous):
6488 Rename from `doc-view-continuous-mode'.
6489 (doc-view-menu): Move "Toggle display" to the top.
6490 Add submenu "Continuous" with radio buttons "Off"/"On"
6491 and "Save as Default".
6492 (doc-view-scroll-up-or-next-page)
6493 (doc-view-scroll-down-or-previous-page)
6494 (doc-view-next-line-or-next-page)
6495 (doc-view-previous-line-or-previous-page): Rename
6496 `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
6497
6498 2009-11-30 Juri Linkov <juri@jurta.org>
6499
6500 * comint.el (comint-mode-map): Rebind `M-r' from
6501 `comint-previous-matching-input' to
6502 `comint-history-isearch-backward-regexp'.
6503 Unbind `M-s' to allow global key binding `M-s'.
6504 Add menu items for `comint-history-isearch-backward' and
6505 `comint-history-isearch-backward-regexp'. (Bug#3746)
6506
6507 2009-11-30 Juri Linkov <juri@jurta.org>
6508
6509 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
6510 For def=recenter, replace `recenter' with `recenter-top-bottom'
6511 that is called with `this-command' and `last-command' let-bound
6512 to `recenter-top-bottom'. When the last `def' was not `recenter',
6513 set `recenter-last-op' to nil. (Bug#4981)
6514
6515 2009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
6516
6517 Minor cleanup and simplification.
6518 * filecache.el (file-cache-add-directory)
6519 (file-cache-add-directory-recursively)
6520 (file-cache-add-from-file-cache-buffer)
6521 (file-cache-delete-file-regexp, file-cache-delete-directory)
6522 (file-cache-files-matching-internal, file-cache-display): Use dolist.
6523 (file-cache-temp-minibuffer-message): Delete function.
6524 (file-cache-minibuffer-complete): Use minibuffer-message instead.
6525
6526 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
6527 Don't signal an error when bumping into EOB in tr, s, or y.
6528
6529 2009-11-29 Juri Linkov <juri@jurta.org>
6530
6531 * startup.el (fancy-about-text): Fix wording of Guided Tour.
6532 (Bug#4960)
6533
6534 * descr-text.el (describe-char-unidata-list): Use lowercase name
6535 for "Unicode name" like in other tags.
6536
6537 2009-11-29 Juri Linkov <juri@jurta.org>
6538
6539 * ediff-util.el (ediff-minibuffer-with-setup-hook):
6540 New compatibility macro.
6541 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
6542
6543 2009-11-29 Juri Linkov <juri@jurta.org>
6544
6545 Add defcustom to define the cycling order of `recenter-top-bottom'.
6546 (Bug#4981)
6547
6548 * window.el (recenter-last-op): Doc fix.
6549 (recenter-positions): New defcustom.
6550 (recenter-top-bottom): Rewrite to use `recenter-positions'.
6551 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
6552
6553 2009-11-29 Michael Albinus <michael.albinus@gmx.de>
6554
6555 Improve integration of Tramp and ange-ftp in eshell.
6556
6557 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
6558 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
6559 (eshell/sudo): Flatten args. Let-bind `default-directory'.
6560
6561 * eshell/esh-util.el (top): Require also Tramp when compiling.
6562 (eshell-directory-files-and-attributes): Check for FTP remote
6563 connection.
6564 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
6565 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
6566 (eshell-file-attributes): Handle ".". Return `entry'.
6567
6568 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
6569 (ange-ftp-directory-files-and-attributes)
6570 (ange-ftp-real-directory-files-and-attributes): New defuns.
6571
6572 * net/tramp.el (tramp-maybe-open-connection): Open the remote
6573 shell with "exec" when possible. This prevents trailing prompts
6574 in `start-file-process'.
6575
6576 2009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
6577
6578 Try and remove assumptions about point-min==1.
6579 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
6580 (rng-compute-mode-line-string): Show the validation percentage in
6581 terms of the narrowed text, not the widened text.
6582 (rng-do-some-validation): Don't catch internal errors when debugging.
6583 (rng-first-error): Simplify.
6584 (rng-after-change-function): Remove work around. AFAIK the bug has
6585 been fixed a while ago.
6586
6587 * image-mode.el (image-minor-mode): Exit more gracefully when the image
6588 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
6589
6590 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
6591
6592 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
6593 `cd' doesn't always do it for us (bug#5067).
6594
6595 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
6596 on 2009-10-25 as part of some other change (bug#5067).
6597
6598 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
6599
6600 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
6601 `suspicious'.
6602 (byte-compile-warnings): Use byte-compile-warning-types.
6603 (byte-compile-save-excursion): Warn about use of set-buffer right
6604 after save-excursion.
6605
6606 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
6607 the excursion as well.
6608
6609 2009-11-27 Michael Albinus <michael.albinus@gmx.de>
6610
6611 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
6612 providing a Tramp related implementation of "su" and "sudo".
6613 (eshell-unix-initialize): Add "su" and "sudo".
6614
6615 2009-11-27 Daiki Ueno <ueno@unixuser.org>
6616
6617 * net/socks.el (socks-send-command): Convert binary request to
6618 unibyte before sending. This fixes mishandling of some port
6619 numbers such as 129.
6620
6621 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
6622
6623 * help.el (describe-bindings-internal): Remove `interactive'.
6624
6625 * man.el (Man-completion-table): Trim a terminating "(".
6626 Remove the space between name page a section.
6627 Add the command's description on the `help-echo' property.
6628 Remove `process-connection-type' binding since it's unused by
6629 call-process.
6630 Provide completion for the "<section> <name>" format as well.
6631 (Man-default-man-entry): Remove spurious var shadowing the argument.
6632
6633 2009-11-26 Kevin Ryde <user42@zip.com.au>
6634
6635 * log-view.el: Add "Keywords: tools", since its other keywords
6636 aren't in finder-known-keywords, and following vc.el.
6637
6638 * sha1.el (sha1-string-external): default-directory "/" in case
6639 otherwise non-existent. process-connection-type pipe for touch of
6640 efficiency recommended by elisp manual. (An aside in Bug#3911.)
6641
6642 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
6643
6644 Misc coding convention cleanups.
6645 * htmlfontify.el (hfy-init-kludge-hook): Rename from
6646 hfy-init-kludge-hooks.
6647 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
6648 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
6649 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
6650 and push.
6651 (hfy-slant, hfy-weight): Use tables rather than code.
6652 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
6653 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
6654 (hfy-face-attr-for-class): Initialize `face-spec' directly.
6655 (hfy-face-to-css): Remove `nconc' with single arg.
6656 (hfy-p-to-face-lennart): Use `or'.
6657 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
6658 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
6659 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
6660 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
6661 (hfy-force-fontification): Use run-hooks.
6662
6663 2009-11-26 Vivek Dasmohapatra <vivek@etla.org>
6664
6665 Various minor fixes.
6666 * htmlfontify.el (hfy-default-header): Add toggle_invis since
6667 Javascript belongs in the header, not the body.
6668 (hfy-javascript): Remove.
6669 (hfy-fontify-buffer): Don't insert it any more.
6670 (hfy-face-at): Handle (face0 face1 face2) style face properties.
6671 Fix bug in invis handling when there were no invis props in a chunk.
6672
6673 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
6674
6675 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
6676
6677 2009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
6678
6679 * finder.el (finder-mode-map): Add a menu.
6680
6681 2009-11-26 Michael McNamara <mac@mail.brushroad.com>
6682
6683 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
6684 "unsigned" structs.
6685
6686 (verilog-leap-to-head, verilog-backward-token): Handle "disable
6687 fork" statement better.
6688
6689 2009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
6690
6691 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
6692 (verilog-delete-auto, verilog-delete-empty-auto-pair)
6693 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
6694 Reported by Clay Douglass.
6695
6696 (verilog-auto-inst, verilog-auto-star-safe)
6697 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
6698 Fix removing "// Interfaces" when saving .* expansions. Reported by
6699 Pierre-David Pfister.
6700
6701 2009-11-26 Glenn Morris <rgm@gnu.org>
6702
6703 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
6704 the scope.
6705
6706 2009-11-25 Johan Bockgård <bojohan@gnu.org>
6707
6708 * vc-annotate.el (vc-annotate-revision-previous-to-line):
6709 Really use previous revision.
6710
6711 2009-11-25 Kevin Ryde <user42@zip.com.au>
6712
6713 * man.el (Man-completion-table): default-directory "/" in case
6714 doesn't otherwise exist. process-environment COLUMNS=999 so as
6715 not to truncate long names. process-connection-type pipe to avoid
6716 any chance of hitting the pseudo-tty TIOCGWINSZ.
6717 (man): completion-ignore-case t for friendliness and since man
6718 itself is case-insensitive on the command line.
6719 Further to Bug#3717.
6720
6721 * arc-mode.el: Add "Keywords: files", so the details in its
6722 commentary can be reached from finder-by-keyword.
6723 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
6724 editing mode, but it's comms related and sgml-mode.el has "comm"
6725 on that basis too.
6726 * textmodes/bibtex-style.el: Add "Keywords: tex".
6727 * international/isearch-x.el, international/ja-dic-cnv.el:
6728 * international/ja-dic-utl.el, international/kkc.el:
6729 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
6730
6731 2009-11-25 Juri Linkov <juri@jurta.org>
6732
6733 * man.el (Man-completion-table): Modify regexp to include
6734 section names to completion strings. (Bug#3717)
6735
6736 2009-11-25 Juri Linkov <juri@jurta.org>
6737
6738 Search recursively in gzipped files. (Bug#4982)
6739
6740 * progmodes/grep.el (grep-highlight-matches): Add new options
6741 `always' and `auto'. Doc fix.
6742 (grep-process-setup): Check `grep-highlight-matches' for
6743 `auto-detect' to determine the need to compute grep defaults.
6744 Move Windows/DOS specific --colors settings handling
6745 to `grep-compute-defaults'. Check `grep-highlight-matches'
6746 to get the value of "--color=".
6747 (grep-compute-defaults): Compute `grep-highlight-matches' when it
6748 has the value `auto-detect'. Move Windows/DOS specific settings
6749 from `grep-process-setup'.
6750 (zrgrep): New command with alias `rzgrep'.
6751
6752 2009-11-25 Juri Linkov <juri@jurta.org>
6753
6754 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
6755 to nil instead of switching off view-mode. (Bug#4896)
6756
6757 2009-11-25 Juri Linkov <juri@jurta.org>
6758
6759 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
6760
6761 * mwheel.el (mwheel-scroll-up-function)
6762 (mwheel-scroll-down-function): New defvars.
6763 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
6764 `scroll-up', and `mwheel-scroll-down-function' instead of
6765 `scroll-down'.
6766
6767 * doc-view.el (doc-view-scroll-up-or-next-page)
6768 (doc-view-scroll-down-or-previous-page): Add optional ARG.
6769 Use this ARG in the call to image-scroll-up/image-scroll-down.
6770 Change `interactive' spec to "P". Goto next/previous page only
6771 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
6772 SPC/DEL case). Doc fix.
6773 (doc-view-next-line-or-next-page)
6774 (doc-view-previous-line-or-previous-page): Rename arg to ARG
6775 for consistency.
6776 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
6777 `doc-view-scroll-up-or-next-page', and buffer-local
6778 `mwheel-scroll-down-function' to
6779 `doc-view-scroll-down-or-previous-page'.
6780
6781 2009-11-25 Juri Linkov <juri@jurta.org>
6782
6783 Provide additional default values (directories at other Dired
6784 windows) via M-n in the minibuffer of some Dired commands.
6785
6786 * dired-aux.el (dired-diff, dired-compare-directories)
6787 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
6788 `minibuffer-default' in `minibuffer-with-setup-hook'.
6789 (dired-dwim-target-directory): Find a window that displays Dired
6790 buffer instead of failing when the next window is not Dired.
6791 Use `get-window-with-predicate' to find for the next Dired window.
6792 (dired-dwim-target-defaults): New function.
6793
6794 * ediff-util.el (ediff-read-file-name):
6795 Use `dired-dwim-target-defaults' to set `minibuffer-default'
6796 in `minibuffer-with-setup-hook'.
6797
6798 2009-11-25 Juri Linkov <juri@jurta.org>
6799
6800 Provide additional default values (file name at point or at the
6801 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
6802
6803 * minibuffer.el (read-file-name-defaults): New function.
6804 (read-file-name): Reset `minibuffer-default' to nil when
6805 it duplicates initial input `insdef'.
6806 Bind `minibuffer-default-add-function' to lambda that
6807 calls `read-file-name-defaults' in `minibuffer-selected-window'.
6808 (minibuffer-insert-file-name-at-point): New command.
6809
6810 * files.el (file-name-at-point-functions): New defcustom.
6811 (find-file-default): Remove defvar.
6812 (find-file-read-args): Don't use `find-file-default'.
6813 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
6814 to `read-file-name'.
6815 (find-file-literally): Use `read-file-name' with
6816 `confirm-nonexistent-file-or-buffer'.
6817
6818 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
6819
6820 * dired.el (dired-read-dir-and-switches):
6821 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
6822 to `read-file-name'.
6823 (dired-file-name-at-point): New function.
6824 (dired-mode): Add hook `dired-file-name-at-point' to
6825 `file-name-at-point-functions'.
6826
6827 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
6828
6829 Really make the *Completions* window soft-dedicated (bug#5030).
6830 * window.el (window--display-buffer-2): Add `dedicated' argument.
6831 (display-buffer): Pass it when needed so the dedicated flag is set
6832 after calling set-window-buffer, which would otherwise reset it.
6833
6834 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
6835
6836 * progmodes/meta-mode.el (meta-complete-symbol):
6837 * progmodes/etags.el (complete-tag):
6838 * mail/mailabbrev.el (mail-abbrev-complete-alias):
6839 Use completion-in-region.
6840
6841 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
6842 (dabbrev-completion): Use completion-in-region.
6843 (dabbrev--abbrev-at-point): Simplify regexp.
6844
6845 * abbrev.el (abbrev--before-point): Use word-motion functions
6846 if :regexp is not specified (bug#5031).
6847
6848 * subr.el (string-prefix-p): New function.
6849
6850 * man.el (Man-completion-cache): New var.
6851 (Man-completion-table): Use it.
6852
6853 * vc.el (vc-print-log-internal): Make `limit' optional for better
6854 compatibility (e.g. with vc-annotate.el).
6855
6856 2009-11-24 Kevin Ryde <user42@zip.com.au>
6857
6858 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
6859 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
6860
6861 * emacs-lisp/elint.el (elint-add-required-env): Better error message
6862 when .el source file not found or other error.
6863
6864 2009-11-24 Markus Triska <markus.triska@gmx.at>
6865
6866 * linum.el (linum-update-window): Ignore intangible (bug#4996).
6867
6868 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
6869
6870 Handle the [back] button properly (bug#4979).
6871 * descr-text.el (describe-text-properties): Add a `buffer' argument.
6872 Use help-setup-xref, help-buffer, and with-help-window.
6873 (describe-char): Add `buffer' argument.
6874 Pass proper command to help-setup-xref. Don't meddle with
6875 help-xref-stack-item directly.
6876 (describe-text-category): Use with-help-window and help-buffer.
6877
6878 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
6879 for the displayed buffer (bug#4887).
6880
6881 * man.el (Man-completion-table): New function.
6882 (man): Use it.
6883
6884 2009-11-24 David Reitter <david.reitter@gmail.com>
6885
6886 * vc-git.el (vc-git-registered): Use checkout directory (where
6887 .git is) rather than the file's directory and a relative path spec
6888 to work around a bug in git.
6889
6890 2009-11-24 Michael Albinus <michael.albinus@gmx.de>
6891
6892 Improve handling of processes on remote hosts.
6893
6894 * eshell/esh-util.el (eshell-path-env): New defvar.
6895 (eshell-parse-colon-path): New defun.
6896 (eshell-file-attributes): Use `eshell-parse-colon-path'.
6897
6898 * eshell/esh-ext.el (eshell-search-path):
6899 Use `eshell-parse-colon-path'.
6900 (eshell-remote-command): Remove argument HANDLER.
6901 (eshell-external-command): Check for FTP remote connection.
6902
6903 * eshell/esh-proc.el (eshell-gather-process-output):
6904 Use `file-truename', in order to start also symlinked files.
6905 Apply `start-file-process' instead of `start-process'.
6906 Shorten `command' to the local file name part.
6907
6908 * eshell/em-cmpl.el (eshell-complete-commands-list):
6909 Use `eshell-parse-colon-path'.
6910
6911 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
6912
6913 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
6914 to `eshell-directory-change-hook'.
6915
6916 2009-11-24 Tassilo Horn <tassilo@member.fsf.org>
6917
6918 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
6919 because it could be enabled automatically if view-read-only is non-nil.
6920
6921 2009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
6922
6923 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
6924 made on 2009-11-22.
6925
6926 2009-11-24 Glenn Morris <rgm@gnu.org>
6927
6928 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
6929 deleted variable bookmark-bmenu-bookmark-column.
6930
6931 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
6932 Move after definition of global-semantic-idle-tag-highlight-mode.
6933
6934 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
6935
6936 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
6937
6938 2009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
6939
6940 * net/browse-url.el (browse-url-filename-alist): On Windows, add
6941 two slashes to the "file:" prefix.
6942 (browse-url-file-url): De-munge Cygwin filenames before passing
6943 them to Windows browser.
6944 (browse-url-default-windows-browser): Use call-process.
6945
6946 2009-11-23 Juri Linkov <juri@jurta.org>
6947
6948 Implement DocView Continuous mode. (Bug#4896)
6949 * doc-view.el (doc-view-continuous-mode): New defcustom.
6950 (doc-view-mode-map): Bind C-n/<down> to
6951 `doc-view-next-line-or-next-page', C-p/<up> to
6952 `doc-view-previous-line-or-previous-page'.
6953 (doc-view-next-line-or-next-page)
6954 (doc-view-previous-line-or-previous-page): New commands.
6955
6956 2009-11-23 Juri Linkov <juri@jurta.org>
6957
6958 Implement Isearch in comint input history. (Bug#3746)
6959 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
6960 `isearch-mode-hook'.
6961 (comint-history-isearch): New defcustom.
6962 (comint-history-isearch-backward)
6963 (comint-history-isearch-backward-regexp): New commands.
6964 (comint-history-isearch-message-overlay): New buffer-local variable.
6965 (comint-history-isearch-setup, comint-history-isearch-end)
6966 (comint-goto-input, comint-history-isearch-search)
6967 (comint-history-isearch-message, comint-history-isearch-wrap)
6968 (comint-history-isearch-push-state)
6969 (comint-history-isearch-pop-state): New functions.
6970
6971 2009-11-23 Michael Albinus <michael.albinus@gmx.de>
6972
6973 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
6974 return.
6975 (tramp-handle-make-symbolic-link)
6976 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
6977 Quote file names.
6978 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
6979 (tramp-handle-process-file): Use it.
6980
6981 2009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
6982
6983 * window.el (move-to-window-line-last-op): Remove.
6984 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
6985
6986 2009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
6987
6988 Make M-r mirror the new cycling behavior of C-l.
6989 * window.el (move-to-window-line-last-op): New var.
6990 (move-to-window-line-top-bottom): New command.
6991 (global-map): Bind M-r move-to-window-line-top-bottom.
6992
6993 2009-11-23 Sven Joachim <svenjoac@gmx.de>
6994
6995 * dired-x.el (dired-guess-shell-alist-default):
6996 Support xz format. (Bug#4953)
6997
6998 2009-11-22 Chong Yidong <cyd@stupidchicken.com>
6999
7000 * cedet/srecode/map.el (srecode-get-maps):
7001 * cedet/semantic/wisent/wisent.el (wisent-parse-toggle-verbose-flag):
7002 * cedet/semantic/wisent/comp.el (wisent-toggle-verbose-flag):
7003 * cedet/semantic/decorate/mode.el (semantic-decoration-mode)
7004 (semantic-toggle-decoration-style):
7005 * cedet/semantic/decorate/include.el
7006 (semantic-decoration-include-describe)
7007 (semantic-decoration-unknown-include-describe)
7008 (semantic-decoration-unparsed-include-describe)
7009 (semantic-decoration-all-include-summary):
7010 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init):
7011 * cedet/semantic/analyze/complete.el
7012 (semantic-analyze-possible-completions):
7013 * cedet/semantic/util-modes.el (semantic-highlight-edits-mode)
7014 (semantic-show-unmatched-syntax-mode)
7015 (semantic-show-parser-state-mode, semantic-stickyfunc-mode)
7016 (semantic-highlight-func-mode):
7017 * cedet/semantic/util.el (semantic-describe-buffer):
7018 * cedet/semantic/symref.el (semantic-symref-find-references-by-name)
7019 (semantic-symref-find-tags-by-name)
7020 (semantic-symref-find-tags-by-regexp)
7021 (semantic-symref-find-tags-by-completion)
7022 (semantic-symref-find-file-references-by-name)
7023 (semantic-symref-find-text):
7024 * cedet/semantic/senator.el (senator-copy-tag, senator-kill-tag)
7025 (senator-yank-tag):
7026 * cedet/semantic/scope.el (semantic-calculate-scope):
7027 * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
7028 * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
7029 (define-semantic-idle-service):
7030 * cedet/semantic/complete.el (semantic-complete-analyze-inline)
7031 (semantic-complete-analyze-inline-idle):
7032 * cedet/semantic/analyze.el (semantic-analyze-current-context):
7033 * cedet/mode-local.el (describe-mode-local-bindings)
7034 (describe-mode-local-bindings-in-mode):
7035 * cedet/ede/make.el (ede-make-check-version):
7036 * cedet/ede/locate.el (ede-enable-locate-on-project):
7037 * cedet/cedet-idutils.el (cedet-idutils-expand-filename)
7038 (cedet-idutils-version-check):
7039 * cedet/cedet-global.el (cedet-gnu-global-expand-filename)
7040 (cedet-gnu-global-version-check):
7041 * cedet/cedet-cscope.el (cedet-cscope-expand-filename)
7042 (cedet-cscope-version-check): Use called-interactively-p instead
7043 of interactive-p.
7044
7045 * cedet/semantic/ia.el (semantic-ia-completion-format-tag-function):
7046 Use semantic-format-tag-prototype.
7047
7048 2009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
7049
7050 * emulation/viper-cmd.el: Use viper-last-command-char instead of
7051 last-command-char/last-command-event.
7052 (viper-prefix-arg-value): Do correct conversion of event-char for
7053 XEmacs.
7054
7055 * emulation/viper-util.el, emulation/viper.el:
7056 Use viper-last-command-char instead of
7057 last-command-char/last-command-event.
7058
7059 * ediff-init.el, ediff-mult.el, ediff-util.el:
7060 Replace last-command-char and last-command-event
7061 with (ediff-last-command-char) everywhere.
7062
7063 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
7064 created in fundamental mode.
7065
7066 * ediff.el (ediff-version): Revert the change of interactive-p to
7067 called-interactively-p.
7068
7069 2009-11-22 Tassilo Horn <tassilo@member.fsf.org>
7070
7071 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
7072 generation from word-movement command names.
7073
7074 2009-11-21 Chong Yidong <cyd@stupidchicken.com>
7075
7076 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
7077 (semantic-complete-jump-local, semantic-complete-jump):
7078 Improve prompt string.
7079
7080 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
7081
7082 * cus-start.el (all): Add native condition for font-use-system-font.
7083
7084 2009-11-21 Nathaniel Flath <flat0103@gmail.com>
7085
7086 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
7087 Correct the patch from 2009-11-18. (Bug#3910)
7088
7089 2009-11-21 Tassilo Horn <tassilo@member.fsf.org>
7090
7091 * progmodes/subword.el: Rename from lisp/subword.el.
7092
7093 * subword.el: Rename to progmodes/subword.el.
7094
7095 * Makefile.in (ELCFILES): Adapt to subword.el move.
7096
7097 2009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
7098 Stefan Monnier <monnier@iro.umontreal.ca>
7099
7100 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
7101 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
7102 (bookmark-bmenu-show-filenames): Use push.
7103 (bookmark-bmenu-hide-filenames): Use local var instead of
7104 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
7105 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
7106 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
7107 filenames now that the bookmark names are always available.
7108
7109 2009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
7110
7111 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
7112 (bookmark-search-pattern): Move and leave unbound.
7113 (bookmark-bmenu-mode-map): Change binding.
7114 (bookmark-read-search-input): Simplify.
7115 Don't use text-char-description. Don't error on non-char events.
7116 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
7117 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
7118 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
7119 Use a local var for the timer.
7120 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
7121 (i.e. bookmark-bmenu-search).
7122
7123 2009-11-21 Glenn Morris <rgm@gnu.org>
7124
7125 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
7126
7127 2009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
7128
7129 * net/browse-url.el (browse-url-default-windows-browser):
7130 Use cygstart for cygwin.
7131
7132 2009-11-20 Karl Fogel <karl.fogel@red-bean.com>
7133
7134 * bookmark.el: Formatting and doc fixes only:
7135 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
7136 (bookmark-bmenu-search): Wrap to fit within 80 columns.
7137 Minor grammar and punctuation fixes in doc string.
7138 (bookmark-read-search-input): Adjust to fit within 80 columns.
7139
7140 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
7141
7142 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
7143 (c-backward-into-nomenclature): Adapt to subword renaming.
7144
7145 * subword.el (subword-forward, subword-backward, subword-mark)
7146 (subword-kill, subword-backward-kill, subword-transpose)
7147 (subword-downcase, subword-upcase, subword-capitalize)
7148 (subword-forward-internal, subword-backward-internal):
7149 Rename from forward-subword, backward-subword, mark-subword,
7150 kill-subword, backward-kill-subword, transpose-subwords,
7151 downcase-subword, upcase-subword, capitalize-subword,
7152 forward-subword-internal, backward-subword-internal.
7153
7154 2009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
7155
7156 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
7157 New options.
7158 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
7159 New vars.
7160 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
7161 (bookmark-bmenu-filter-alist-by-regexp)
7162 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
7163 (bookmark-bmenu-search): New command.
7164 (bookmark-bmenu-mode-map): Bind it.
7165
7166 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
7167
7168 * cedet/semantic/complete.el (semantic-complete-inline-map): Doc fix.
7169
7170 * cedet/semantic/idle.el (define-semantic-idle-service)
7171 (semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
7172
7173 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
7174
7175 * progmodes/cc-cmds.el: declare-functioned forward-subword and
7176 backward-subword to quit the byte-compiler.
7177
7178 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
7179
7180 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
7181
7182 * progmodes/cc-cmds.el (c-update-modeline)
7183 (c-forward-into-nomenclature, c-backward-into-nomenclature):
7184 Refer to subword.el functions instead of cc-subword.el.
7185
7186 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
7187 subword.el functions instead of cc-subword.el.
7188
7189 * progmodes/cc-subword.el: Rename to subword.el.
7190 * subword.el: Rename from progmodes/cc-subword.el.
7191 (subword-mode-map): Rename from c-subword-mode-map.
7192 (subword-mode): Rename from c-subword-mode.
7193 (global-subword-mode): New global minor mode.
7194 (forward-subword): Rename from c-forward-subword.
7195 (backward-subword): Rename from c-backward-subword.
7196 (mark-subword): Rename from c-mark-subword.
7197 (kill-subword): Rename from c-kill-subword.
7198 (backward-kill-subword): Rename from c-backward-kill-subword.
7199 (transpose-subwords): Rename from c-tranpose-subword.
7200 (downcase-subword): Rename from c-downcase-subword.
7201 (capitalize-subword): Rename from c-capitalize-subword.
7202 (forward-subword-internal): Rename from c-forward-subword-internal.
7203 (backward-subword-internal): Rename from c-backward-subword-internal.
7204
7205 2009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
7206
7207 * vc.el (vc-deduce-fileset): Allow non-state changing operations
7208 from a dired buffer.
7209 (vc-dired-deduce-fileset): New function.
7210 (vc-root-diff, vc-print-root-log): Use it.
7211
7212 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
7213 nil LIMIT argument to vc-print-log-internal.
7214
7215 2009-11-20 Glenn Morris <rgm@gnu.org>
7216
7217 * Makefile.in (ELCFILES): Regenerate.
7218
7219 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
7220
7221 * cedet/cedet.el (cedet-menu-map): Re-order menu items.
7222
7223 * cedet/semantic.el: Enable idle-mode menu items only if
7224 global-semantic-idle-scheduler-mode is enabled.
7225 (semantic-default-submodes): Doc fix.
7226
7227 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
7228 When turning off, disable other idle modes.
7229
7230 2009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
7231
7232 * calc/calc.el (calc-set-mode-line):
7233 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
7234 (math-format-number): Rename `math-format-complement-signed' to
7235 `math-format-twos-complement'.
7236
7237 * calc/calc-bin.el (math-format-twos-complement): Rename from
7238 math-format-complement-signed.
7239 (calc-radix): Rename `calc-complement-signed-mode' to
7240 `calc-twos-complement-mode'.
7241 (calc-octal-radix, calc-hex-radix): Add an argument for
7242 two's complement.
7243
7244 * calc/calc-embed.el (calc-embedded-mode-vars):
7245 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
7246
7247 * calc/calc-ext.el (calc-init-extensions):
7248 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
7249 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
7250
7251 * calc/calc-units.el (math-build-units-table-buffer):
7252 Let `calc-twos-complement-mode' be nil.
7253
7254 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
7255 entries.
7256
7257 * calc/calc-vec.el (calcFunc-vunpack):
7258 * calc/calc-aent.el (calc-do-calc-eval):
7259 * calc/calc-forms.el (math-format-date):
7260 * calc/calc-graph.el (calc-graph-plot):
7261 * calc/calc-math.el (math-use-emacs-fn):
7262 * calc/calccomp.el (math-compose-expr):
7263 Let `calc-twos-complement-mode' be nil.
7264
7265 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
7266
7267 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
7268 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
7269 * minibuffer.el (completion-in-region-functions): New hook.
7270 (completion-in-region): New function.
7271 * emacs-lisp/lisp.el (lisp-complete-symbol):
7272 * pcomplete.el (pcomplete-std-complete): Use it.
7273
7274 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
7275
7276 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
7277 (latex-complete-alist): New vars.
7278 (latex-string-prefix-p, latex-complete-bibtex-keys)
7279 (latex-complete-envnames, latex-complete-refkeys)
7280 (latex-complete-data): New functions.
7281 (latex-complete, latex-indent-or-complete): New commands.
7282
7283 * window.el (display-buffer-mark-dedicated): New var.
7284 (display-buffer): Obey it.
7285 * minibuffer.el (minibuffer-completion-help): Use it.
7286
7287 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
7288
7289 * filecache.el (file-cache-add-file): Use push and cons.
7290 (file-cache-delete-file-regexp): Use push.
7291 (file-cache-complete): Use completion-in-region.
7292
7293 * simple.el (with-wrapper-hook): Fix thinko.
7294
7295 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
7296 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
7297 Use with-current-buffer and string-to-number.
7298 (hfy-fallback-colour-values): Use assoc-string.
7299 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
7300 (hfy-face-at): Remove unused var `found-face'.
7301 (hfy-compile-stylesheet): Remove unused var `css'.
7302 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
7303 and `orig-buffer'.
7304 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
7305 Use with-current-buffer.
7306 (hfy-text-p): Use expand-file-name and fewer setq.
7307
7308 2009-11-19 Vivek Dasmohapatra <vivek@etla.org>
7309
7310 * htmlfontify.el, hfy-cmap.el: New files.
7311
7312 2009-11-19 Juri Linkov <juri@jurta.org>
7313
7314 * minibuffer.el (completions-format): New defcustom.
7315 (completion--insert-strings): Implement vertical format.
7316
7317 * simple.el (switch-to-completions): Move point to the first
7318 completion when point was at the beginning of the buffer.
7319
7320 2009-11-19 Juri Linkov <juri@jurta.org>
7321
7322 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
7323
7324 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
7325
7326 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
7327
7328 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
7329 (mail-signature): Change default to t.
7330 (mail-from-style): Deprecate `system-default' value.
7331 (mail-insert-from-field): For default value of mail-from-style,
7332 default to `angles' unless `angles' needs quoting and `parens'
7333 does not.
7334 (mail-citation-prefix-regexp): Use citation regexp from
7335 message-mode.
7336
7337 2009-11-19 Michael Albinus <michael.albinus@gmx.de>
7338
7339 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
7340 Set variables for computing the prompt for reading password.
7341
7342 2009-11-19 Glenn Morris <rgm@gnu.org>
7343
7344 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
7345
7346 * textmodes/flyspell.el (sgml-lexical-context): Declare.
7347
7348 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
7349 (newsticker-treeview-listwindow-height): Fix custom type.
7350
7351 2009-11-19 Kenichi Handa <handa@m17n.org>
7352
7353 * descr-text.el (describe-char-padded-string): Compose with TAB
7354 only if there's a font for CH.
7355 (describe-char): Fix the condition for detecting a trivial composition.
7356
7357 2009-11-18 Nathaniel Flath <flat0103@gmail.com>
7358
7359 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
7360 more accurate version of the regexp. (Bug#3910)
7361
7362 2009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
7363
7364 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
7365
7366 2009-11-18 Juanma Barranquero <lekktu@gmail.com>
7367
7368 * font-setting.el (font-use-system-font): Declare for byte-compiler.
7369 (font-setting-change-default-font): Fix typo in docstring.
7370
7371 2009-11-18 Alan Mackenzie <acm@muc.de>
7372
7373 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
7374
7375 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
7376
7377 * font-setting.el (font-use-system-font): Move ...
7378
7379 * cus-start.el (all): ... to here.
7380
7381 2009-11-17 Michael Albinus <michael.albinus@gmx.de>
7382
7383 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
7384 Don't set `ad-return-value' if `ad-do-it' doesn't.
7385
7386 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
7387 modification time.
7388
7389 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
7390
7391 * menu-bar.el: Put "Use system font" in Option-menu.
7392 (menu-bar-options-save): Add font-use-system-font.
7393
7394 * loadup.el: If feature system-font-setting or font-render-setting is
7395 there, load font-setting.
7396
7397 * Makefile.in (ELCFILES): Add font-settings.el.
7398 * font-setting.el: New file.
7399
7400 2009-11-17 Glenn Morris <rgm@gnu.org>
7401
7402 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
7403
7404 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
7405 Preserve point in the list buffer. (Bug#4939)
7406 Use point-at-eol.
7407 (newsticker--treeview-list-update-highlight)
7408 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
7409
7410 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
7411
7412 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
7413 Remove.
7414
7415 * calc/calc-ext.el (calc-init-extensions): Remove references to
7416 symclip.
7417
7418 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
7419
7420 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
7421 * calc/calc-help.el (calc-b-prefix-help): Remove references to
7422 `calc-symclip'.
7423
7424 2009-11-16 Kevin Ryde <user42@zip.com.au>
7425
7426 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
7427 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
7428
7429 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
7430 (lm-keywords-list): Allow comma-only separator like "foo,bar".
7431 Ignore trailing spaces by omit-nulls to split-string (fixing
7432 regression from Emacs 21 due to the incompatible split-string
7433 change). (Bug #4928.)
7434
7435 2009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
7436
7437 * vc.el (vc-log-show-limit): Default to 2000.
7438 (vc-print-log-internal): Insert buttons to request more entries
7439 when limiting the output.
7440
7441 * vc-sccs.el (vc-sccs-print-log):
7442 * vc-rcs.el (vc-rcs-print-log):
7443 * vc-cvs.el (vc-cvs-print-log):
7444 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
7445 LIMIT is non-nil.
7446
7447 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
7448
7449 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
7450 error when `tramp-gvfs-dbus-event-vector' is set.
7451 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
7452
7453 2009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
7454
7455 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
7456
7457 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
7458
7459 * net/dbus.el (dbus-unregister-service): New defun.
7460 (dbus-register-property): Register the handlers of
7461 "org.freedesktop.DBus.Properties" for SERVICE.
7462 (dbus-property-handler): Fix docstring.
7463
7464 2009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7465
7466 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
7467 Quote doc string reference in defvaralias as it is not in special form.
7468 (byte-compile-output-docform): Doc fix.
7469
7470 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
7471
7472 * calc/calc.el (math-2-word-size, math-half-2-word-size)
7473 (calc-complement-signed-mode): New variables.
7474 (calc-set-mode-line): Add indicator for twos-complements.
7475 (math-format-number): Format twos-complement notation.
7476
7477 * calc/calc-bin.el (calc-word-size): Reset the variables
7478 `math-2-word-size' and `math-half-2-word-size'.
7479 (math-format-complement-signed, math-symclip, calcFunc-symclip)
7480 (calc-symclip): New functions.
7481
7482 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
7483
7484 * calc/calc-embed.el (calc-embedded-mode-vars):
7485 Add `calc-complement-signed-mode' to the list of modes.
7486
7487 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
7488 (calc-b-oper-keys): Add `calc-symclip' to list.
7489
7490 * calc/calc-ext.el (math-read-number-fancy): Read complement
7491 signed numbers.
7492 (calc-init-extensions): Add binding for `calc-symclip'.
7493 Add autoload for `calcFunc-symclip' and `calc-symclip'.
7494
7495 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
7496 `calc-symclip'.
7497 (calc-modes-menu): Add item for twos complement mode.
7498
7499 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
7500
7501 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
7502
7503 * register.el (jump-to-register, insert-register): Handle Semantic
7504 tags. From commented-out advice in semantic/senator.el.
7505
7506 2009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
7507
7508 * vc.el (vc-log-show-limit): New variable.
7509 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
7510 when using a prefix argument.
7511 (vc-print-log-internal): Add new argument LIMIT.
7512
7513 * vc-svn.el (vc-svn-print-log):
7514 * vc-mtn.el (vc-mtn-print-log):
7515 * vc-hg.el (vc-hg-print-log):
7516 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
7517 pass it to the log command when set. Make the BUFFER argument
7518 non-optional.
7519
7520 * vc-sccs.el (vc-sccs-print-log):
7521 * vc-rcs.el (vc-rcs-print-log):
7522 * vc-git.el (vc-git-print-log):
7523 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
7524 ignore it. Make the BUFFER argument non-optional
7525
7526 * bindings.el (mode-line-buffer-identification): Do not purecopy.
7527
7528 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
7529
7530 * dired.el (dired-mode-map): Move encryption items to "Operate"
7531 menu (Bug#4703).
7532
7533 * strokes.el (strokes-update-window-configuration): Make strokes
7534 buffer current before erasing (Bug#4906).
7535
7536 * cedet/semantic/idle.el (semantic-idle-summary-mode)
7537 (semantic-idle-summary-mode): Define using define-minor-mode
7538 instead of define-semantic-idle-service.
7539 (semantic-idle-summary-mode): New function.
7540 (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
7541 that mouse motion does not reset the echo area.
7542
7543 2009-11-15 Juri Linkov <juri@jurta.org>
7544
7545 * simple.el (set-mark-default-inactive): Add :type, :group
7546 and :version. (Bug#4876)
7547
7548 2009-11-15 Michael Albinus <michael.albinus@gmx.de>
7549
7550 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
7551 (archive-unique-fname): ... here. (Bug#4929)
7552
7553 2009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
7554
7555 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
7556 with a real fix.
7557
7558 * novice.el (disabled-command-function): Add useful args.
7559 Setup the help buffer so that [back] works.
7560 Remove redundant call to help-mode.
7561 (disabled-command-function): Use `case'.
7562 (en/disable-command): New function extracted from enable-command.
7563 (enable-command, disable-command): Use it.
7564
7565 2009-11-14 Glenn Morris <rgm@gnu.org>
7566
7567 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
7568 constants. (Bug#4913)
7569
7570 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
7571
7572 2009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
7573
7574 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
7575 defined in C that have no doc-strings. (Bug#1063)
7576
7577 2009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
7578
7579 * cus-edit.el (data, files):
7580 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
7581
7582 2009-11-14 Chong Yidong <cyd@stupidchicken.com>
7583
7584 * simple.el (shell-command): Doc fix (Bug#4891).
7585
7586 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
7587
7588 2009-11-14 Glenn Morris <rgm@gnu.org>
7589
7590 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
7591 statements for vc-diff, emerge-quit, and rmail-cease-edit.
7592 If they are already loaded, eval-after-load will do the right thing.
7593
7594 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
7595 compiling.
7596
7597 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
7598
7599 * simple.el (x-selection-owner-p): Declare.
7600 (read-mail-command): Use custom radio type rather than choice.
7601 (completion-no-auto-exit): Doc fix.
7602
7603 * custom.el (defgroup):
7604 * epg-config.el (epg): Doc fixes.
7605
7606 2009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
7607
7608 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
7609 * international/ccl.el (define-ccl-program): Do not purecopy the
7610 docstring, defconst does it anyway.
7611
7612 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
7613
7614 * add-log.el (add-change-log-entry): Avoid displaying the changelog
7615 a second time.
7616
7617 * x-dnd.el (x-dnd-maybe-call-test-function):
7618 * window.el (split-window-vertically):
7619 * whitespace.el (whitespace-help-on):
7620 * vc-rcs.el (vc-rcs-consult-headers):
7621 * userlock.el (ask-user-about-lock-help)
7622 (ask-user-about-supersession-help):
7623 * type-break.el (type-break-force-mode-line-update):
7624 * time-stamp.el (time-stamp-conv-warn):
7625 * terminal.el (te-set-output-log, te-more-break, te-filter)
7626 (te-sentinel, terminal-emulator):
7627 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
7628 (term-write-input-ring, term-check-source, term-start-output-log):
7629 (term-display-buffer-line, term-dynamic-list-completions):
7630 (term-ansi-make-term, serial-term):
7631 * subr.el (selective-display):
7632 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
7633 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
7634 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
7635 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
7636 (speedbar-remove-localized-speedbar-support)
7637 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
7638 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
7639 (speedbar-buffers-line-directory):
7640 * simple.el (shell-command-on-region, append-to-buffer)
7641 (prepend-to-buffer):
7642 * shadowfile.el (shadow-save-todo-file):
7643 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
7644 (scroll-bar-maybe-set-window-start):
7645 * sb-image.el (speedbar-image-dump):
7646 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
7647 (load-save-place-alist-from-file):
7648 * ps-samp.el (ps-print-message-from-summary):
7649 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
7650 (ps-background-image, ps-begin-job, ps-do-despool):
7651 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
7652 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
7653 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
7654 (pr-call-process, pr-file-list, pr-interface-save):
7655 * novice.el (disabled-command-function)
7656 (enable-command, disable-command):
7657 * mouse.el (mouse-buffer-menu-alist):
7658 * mouse-copy.el (mouse-kill-preserving-secondary):
7659 * macros.el (kbd-macro-query):
7660 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
7661 * informat.el (batch-info-validate):
7662 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
7663 * hippie-exp.el (try-expand-dabbrev-visible):
7664 * help-mode.el (help-make-xrefs):
7665 * help-fns.el (describe-variable):
7666 * generic-x.el (bat-generic-mode-run-as-comint):
7667 * finder.el (finder-mouse-select):
7668 * find-dired.el (find-dired-sentinel):
7669 * filesets.el (filesets-file-close):
7670 * files.el (list-directory):
7671 * faces.el (list-faces-display, describe-face):
7672 * facemenu.el (list-colors-display):
7673 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
7674 * epg.el (epg--process-filter, epg-cancel):
7675 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
7676 (epa--read-signature-type):
7677 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
7678 (emerge-file-names):
7679 * ehelp.el (electric-helpify):
7680 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
7681 * ediff-vers.el (rcs-ediff-view-revision):
7682 * ediff-util.el (ediff-setup):
7683 * ediff-mult.el (ediff-append-custom-diff):
7684 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
7685 (ediff-wordify):
7686 * echistory.el (Electric-command-history-redo-expression):
7687 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
7688 * disp-table.el (describe-display-table):
7689 * dired.el (dired-find-buffer-nocreate):
7690 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
7691 * dabbrev.el (dabbrev--same-major-mode-p):
7692 * chistory.el (list-command-history):
7693 * apropos.el (apropos-documentation):
7694 * allout.el (allout-obtain-passphrase):
7695 (allout-copy-exposed-to-buffer):
7696 (allout-verify-passphrase): Use with-current-buffer.
7697
7698 2009-11-13 Glenn Morris <rgm@gnu.org>
7699
7700 * Makefile.in (ELCFILES): Regenerate.
7701
7702 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
7703
7704 * net/dbus.el (dbus-registered-objects-table): Rename from
7705 `dbus-registered-functions-table', because it contains also properties.
7706 (dbus-unregister-object): Unregister also properties.
7707 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
7708 Use a timeout of 500 msec, in order to not block.
7709 (dbus-register-property, dbus-property-handler): New defuns.
7710
7711 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
7712
7713 * simple.el (minibuffer-default-add-completions): Drop deprecated
7714 4th arg.
7715
7716 2009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
7717
7718 * textmodes/artist.el (artist-mouse-choose-operation):
7719 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
7720 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
7721 (artist-compute-up-event-key): New function.
7722 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
7723
7724 2009-11-13 Kenichi Handa <handa@m17n.org>
7725
7726 * language/japan-util.el: Make sure that the value of jisx0208
7727 property is jisx0208 character.
7728
7729 2009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
7730
7731 * international/mule.el (auto-coding-regexp-alist): Only purecopy
7732 car or each item, not the whole list.
7733
7734 2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
7735
7736 * minibuffer.el (minibuffer-completion-help):
7737 Use minibuffer-hide-completions.
7738
7739 2009-11-12 Per Starbäck <per@starback.se> (tiny change)
7740
7741 * dired.el (dired-save-positions, dired-restore-positions): New funs.
7742 (dired-revert): Use them (bug#4880).
7743
7744 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
7745
7746 * tooltip.el (tooltip-frame-parameters): Undo previous change.
7747
7748 2009-11-12 Juri Linkov <juri@jurta.org>
7749
7750 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
7751 New functions.
7752 (find-file-literally-at-point): Alias of `ffap-literally'.
7753
7754 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
7755
7756 * textmodes/ispell.el (ispell-skip-region-alist):
7757 * textmodes/css-mode.el (auto-mode-alist):
7758 * progmodes/compile.el (auto-mode-alist):
7759 * international/mule.el (ctext-non-standard-encodings-alist)
7760 (ctext-non-standard-encodings-regexp):
7761 * simple.el (shell-command-switch, text-read-only):
7762 * replace.el (occur-mode-map):
7763 * paths.el (rmail-file-name):
7764 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
7765 * find-file.el (ff-special-constructs):
7766 * files.el (file-name-handler-alist):
7767 * composite.el: Purecopy strings.
7768
7769 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
7770
7771 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
7772
7773 * widget.el (define-widget): Purecopy the docstring.
7774 * international/mule-cmds.el (charset): Do not purecopy the
7775 docstring here, define-widget does it.
7776
7777 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
7778 * textmodes/bibtex-style.el (auto-mode-alist):
7779 * progmodes/inf-lisp.el (inferior-lisp-prompt):
7780 * progmodes/compile.el (compile-command):
7781 * language/korea-util.el (default-korean-keyboard):
7782 * international/mule-conf.el (file-coding-system-alist):
7783 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
7784 * tooltip.el (tooltip-frame-parameters):
7785 * newcomment.el (comment-end, comment-padding):
7786 * dired.el (dired-trivial-filenames):
7787 * comint.el (comint-file-name-prefix): Purecopy initial values.
7788
7789 2009-11-11 Michael Albinus <michael.albinus@gmx.de>
7790
7791 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
7792 (tramp-advice-minibuffer-electric-tilde): Unload advices via
7793 `tramp-unload'.
7794 (tramp-advice-make-auto-save-file-name)
7795 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
7796 after removing the advice.
7797
7798 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
7799
7800 * progmodes/grep.el (grep-regexp-alist):
7801 * international/mule-cmds.el (iso-2022-control-alist):
7802 * emacs-lisp/timer.el (timer-duration-words):
7803 * subr.el (version-separator, version-regexp-alist):
7804 * minibuffer.el (completion-styles-alist):
7805 * faces.el (face-attribute-name-alist, list-faces-sample-text):
7806 Change defvars to defconsts.
7807
7808 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
7809 * loadup.el ("international/mule-conf"): Load the byte compiled version.
7810 * international/mule-conf.el: Allow to be byte compiled.
7811
7812 * international/mule.el (define-charset): Purecopy props.
7813 (load-with-code-conversion): Purecopy doc string and file name.
7814 (put-charset-property): Purecopy strings.
7815 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
7816
7817 * international/mule-cmds.el (register-input-method): Purecopy arguments.
7818 (define-char-code-property): Correctly purecopy the table.
7819
7820 * international/ccl.el (define-ccl-program): Purecopy the docstring.
7821
7822 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
7823
7824 * subr.el (add-hook): Purecopy strings.
7825 (eval-after-load): Purecopy load-history-regexp and the form.
7826
7827 * custom.el (custom-declare-group): Purecopy load-file-name.
7828
7829 * subr.el (menu-bar-separator): New defconst.
7830 * net/eudc.el (eudc-tools-menu):
7831 * international/mule-cmds.el (set-coding-system-map)
7832 (mule-menu-keymap):
7833 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
7834 * vc-hooks.el (vc-menu-map):
7835 * replace.el (occur-mode-map):
7836 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
7837 (menu-bar-edit-menu, menu-bar-goto-menu)
7838 (menu-bar-custom-menu, menu-bar-showhide-menu)
7839 (menu-bar-options-menu, menu-bar-tools-menu)
7840 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
7841 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
7842 (menu-bar-help-menu):
7843 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
7844 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
7845
7846 * term/x-win.el (x-gtk-stock-map):
7847 * progmodes/vera-mode.el (auto-mode-alist):
7848 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
7849 (inferior-lisp-program, inferior-lisp-load-command):
7850 * progmodes/hideshow.el (hs-special-modes-alist):
7851 * progmodes/gud.el (same-window-regexps):
7852 * progmodes/grep.el (grep-program, find-program, xargs-program):
7853 * net/telnet.el (same-window-regexps):
7854 * net/rlogin.el (same-window-regexps):
7855 * language/ethiopic.el (font-ccl-encoder-alist):
7856 * vc-sccs.el (vc-sccs-master-templates):
7857 * vc-rcs.el (vc-rcs-master-templates):
7858 * subr.el (cl-assertion-failed):
7859 * simple.el (next-error-overlay-arrow-position):
7860 * lpr.el (lpr-command):
7861 * locate.el (locate-ls-subdir-switches):
7862 * info.el (same-window-regexps, info)
7863 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
7864 * image-mode.el (image-mode, auto-mode-alist):
7865 * hippie-exp.el (hippie-expand-ignore-buffers):
7866 * format.el (format-alist):
7867 * find-dired.el (find-ls-subdir-switches, find-grep-options)
7868 (find-name-arg):
7869 * facemenu.el (facemenu-keybindings):
7870 * dired.el (dired-listing-switches, dired-chown-program):
7871 * diff.el (diff-switches, diff-command):
7872 * cus-edit.el (same-window-regexps):
7873 * bindings.el (mode-line-mule-info)
7874 (mode-line-buffer-identification): Purecopy strings.
7875
7876 2009-11-11 Juri Linkov <juri@jurta.org>
7877
7878 * simple.el (dired-get-filename) <declare-function>:
7879 Tell the byte-compiler about dired-get-filename.
7880 (shell-command): In Dired mode, get filename from the current line
7881 as the default value.
7882
7883 2009-11-10 Glenn Morris <rgm@gnu.org>
7884
7885 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
7886 * calendar/holidays.el, progmodes/cperl-mode.el:
7887 Update x-popup-menu declarations.
7888
7889 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
7890 (list-load-path-shadows): Use dolist.
7891 (list-load-path-shadows): Use with-current-buffer.
7892
7893 2009-11-10 Juri Linkov <juri@jurta.org>
7894
7895 * minibuffer.el (read-file-name): Support a list of default values
7896 in `default-filename'. Use the first file name where only one
7897 element is required. Doc fix.
7898
7899 2009-11-09 Michael Albinus <michael.albinus@gmx.de>
7900
7901 * net/dbus.el (dbus-unregister-object): Release service, if no
7902 other method is registered for it.
7903
7904 2009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
7905
7906 * bookmark.el (bookmark-completing-read): Sort bookmark names if
7907 bookmark-sort-flag is non-nil (Bug#4653).
7908
7909 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
7910
7911 * cedet/semantic/ctxt.el (semantic-get-local-variables): Disable
7912 the progress reporter entirely.
7913
7914 * emulation/cua-base.el: Add CUA property to some CC mode commands
7915 (Bug#4100).
7916
7917 2009-11-08 Kevin Ryde <user42@zip.com.au>
7918
7919 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
7920 at end of sentence (Bug#4818).
7921
7922 2009-11-08 Jared Finder <jfinder@crypticstudios.com>
7923
7924 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7925 Handle "see declaration of" MSFT statements (Bug#4100).
7926
7927 2009-11-08 Michael Albinus <michael.albinus@gmx.de>
7928
7929 * net/tramp.el (tramp-advice-make-auto-save-file-name)
7930 (tramp-advice-file-expand-wildcards): Unload via
7931 `ad-remove-advice'.
7932
7933 * net/trampver.el: Update release number.
7934
7935 2009-11-08 Kevin Ryde <user42@zip.com.au>
7936
7937 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
7938 `ad-do-it'.
7939
7940 2009-11-08 Andr <m00naticus@gmail.com> (tiny change)
7941
7942 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
7943 in order to keep context in SELinux.
7944
7945 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
7946
7947 * dired-aux.el (dired-query): Place cursor in echo area and allow
7948 C-g.
7949
7950 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
7951 menu item if not on a directory (Bug#4701).
7952
7953 2009-11-07 Michael Albinus <michael.albinus@gmx.de>
7954
7955 Sync with Tramp 2.1.17.
7956
7957 * net/tramp.el (tramp-handle-copy-directory): Don't use
7958 `file-remote-p' (due to compatibility).
7959
7960 * net/tramp-compat.el (tramp-compat-copy-directory)
7961 (tramp-compat-delete-directory): New defuns.
7962
7963 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
7964 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
7965 `tramp-compat-delete-directory'.
7966
7967 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
7968 (tramp-smb-handle-delete-directory): Use
7969 `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
7970
7971 * net/trampver.el: Update release number.
7972
7973 2009-11-07 Chong Yidong <cyd@stupidchicken.com>
7974
7975 * tar-mode.el (tar-copy): Call write-region on the right buffer
7976 (Bug#4857).
7977
7978 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
7979 by hand, if necessary (Bug#4878).
7980
7981 2009-11-06 Chong Yidong <cyd@stupidchicken.com>
7982
7983 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
7984 align size column (Bug#4839).
7985
7986 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
7987 statement.
7988
7989 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
7990
7991 * progmodes/ld-script.el (auto-mode-alist):
7992 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
7993
7994 * cus-face.el (custom-declare-face): Purecopy face spec.
7995
7996 2009-11-06 Kenichi Handa <handa@m17n.org>
7997
7998 * international/uni-bidi.el: Re-generated.
7999 * international/uni-category.el: Re-generated.
8000 * international/uni-combining.el: Re-generated.
8001 * international/uni-mirrored.el: Re-generated.
8002
8003 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
8004
8005 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
8006 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
8007 (tex-start-options, slitex-run-command, latex-run-command)
8008 (tex-run-command, tex-directory):
8009 * textmodes/ispell.el (ispell-html-skip-alists)
8010 (ispell-tex-skip-alists, ispell-tex-skip-alists):
8011 * textmodes/fill.el (adaptive-fill-first-line-regexp):
8012 (adaptive-fill-regexp):
8013 * textmodes/dns-mode.el (auto-mode-alist):
8014 * progmodes/python.el (interpreter-mode-alist):
8015 * progmodes/etags.el (tags-compression-info-list):
8016 * progmodes/etags.el (tags-file-name):
8017 * net/browse-url.el (browse-url-galeon-program)
8018 (browse-url-firefox-program):
8019 * mail/sendmail.el (mail-signature-file)
8020 (mail-citation-prefix-regexp):
8021 * international/mule-conf.el (eight-bit):
8022 * international/latexenc.el (latex-inputenc-coding-alist):
8023 * international/fontset.el (x-pixel-size-width-font-regexp):
8024 * emacs-lisp/warnings.el (warning-type-format):
8025 * emacs-lisp/trace.el (trace-buffer):
8026 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
8027 (emacs-lisp-mode-map):
8028 * calendar/holidays.el (holiday-solar-holidays)
8029 (holiday-bahai-holidays, holiday-islamic-holidays)
8030 (holiday-christian-holidays, holiday-hebrew-holidays)
8031 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
8032 (hebrew-holidays-1, holiday-oriental-holidays)
8033 (holiday-general-holidays):
8034 * x-dnd.el (x-dnd-known-types):
8035 * tool-bar.el (tool-bar):
8036 * startup.el (site-run-file):
8037 * shell.el (shell-dumb-shell-regexp):
8038 * rfn-eshadow.el (file-name-shadow-tty-properties)
8039 (file-name-shadow-properties):
8040 * paths.el (remote-shell-program, news-directory):
8041 * mouse.el ([C-down-mouse-3]):
8042 * menu-bar.el (menu-bar-tools-menu):
8043 * jka-cmpr-hook.el (jka-compr-load-suffixes)
8044 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
8045 (jka-compr-compression-info-list):
8046 * isearch.el (search-whitespace-regexp):
8047 * image-file.el (image-file-name-extensions):
8048 * find-dired.el (find-ls-option):
8049 * files.el (directory-listing-before-filename-regexp)
8050 (directory-free-space-args, insert-directory-program)
8051 (list-directory-brief-switches, magic-fallback-mode-alist)
8052 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
8053 (automount-dir-prefix):
8054 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
8055 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
8056 (face-font-registry-alternatives, face-font-registry-alternatives)
8057 (face-font-family-alternatives):
8058 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
8059 (facemenu-foreground-menu, facemenu-face-menu):
8060 * epa-hook.el (epa-file-name-regexp):
8061 * dnd.el (dnd-protocol-alist):
8062 * textmodes/rst.el (auto-mode-alist):
8063 * button.el (default-button): Purecopy strings.
8064
8065 2009-11-06 Glenn Morris <rgm@gnu.org>
8066
8067 * Makefile.in (ELCFILES): Update.
8068
8069 2009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
8070
8071 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
8072 * emacs-lisp/levents.el: Move to obsolete/levents.el.
8073
8074 * nxml/xsd-regexp.el (xsdre-gen-categories):
8075 * nxml/xmltok.el (xmltok-parse-entity):
8076 * nxml/rng-parse.el (rng-parse-validate-file):
8077 * nxml/rng-maint.el (rng-format-manual)
8078 (rng-manual-output-force-new-line):
8079 * nxml/rng-loc.el (rng-save-schema-location-1):
8080 * nxml/rng-cmpct.el (rng-c-parse-file):
8081 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
8082 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
8083
8084 2009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
8085
8086 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
8087 Remove extra save-excursions and make-variable-buffer-local's.
8088 Suggested by Stefan Monnier.
8089
8090 (verilog-getopt-file, verilog-module-inside-filename-p)
8091 (verilog-set-define): Merge GNU 1.35 and repair changes from
8092 switching to using with-current-buffer.
8093
8094 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
8095 being treated as a number and confusing AUTORESET.
8096 Reported by Dan Dever.
8097
8098 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
8099 Add verilog-auto-ignore-concat to fix backward compatibility with
8100 older verilog-modes. Reported by Dan Katz.
8101
8102 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
8103 containing closing anchors "...$".
8104
8105 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
8106 Reported by Wade Smith.
8107
8108 (verilog-batch-execute-func): Comment on function usage.
8109
8110 2009-11-05 Michael McNamara <mac@mail.brushroad.com>
8111
8112 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
8113 for labels.
8114
8115 (verilog-label-re, verilog-calc-1): Support proper indent of named
8116 asserts.
8117
8118 (verilog-backward-token, verilog-basic-complete-re)
8119 (verilog-beg-of-statement, verilog-indent-re): Support proper
8120 indent of the assert statement at the beginning of a block of text.
8121
8122 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
8123 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
8124 tokens as begins.
8125
8126 2009-11-05 Glenn Morris <rgm@gnu.org>
8127
8128 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
8129 Emacs 19. (Bug#1531)
8130 (byte-compile-fix-header): Update for the above change.
8131 Drop test for epoch::version.
8132
8133 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
8134 * cus-dep.el (custom-make-dependencies):
8135 * finder.el (finder-compile-keywords):
8136 Use autoload-rubric's feature argument.
8137
8138 * calendar/diary-lib.el (top-level): Make load behave more like require.
8139
8140 * vc-git.el (vc-git-stash-map): Move definition before use.
8141
8142 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
8143
8144 * custom.el (custom-declare-group): Purecopy standard-value.
8145 (custom-declare-group): Purecopy custom-prefix.
8146
8147 * international/mule.el (load-with-code-conversion):
8148 Call do-after-load-evaluation unconditionally.
8149
8150 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
8151
8152 2009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
8153
8154 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
8155
8156 2009-11-04 Glenn Morris <rgm@gnu.org>
8157
8158 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
8159 (byte-compile-compatibility): Remove option.
8160 (byte-compile-close-variables, byte-compile-fix-header)
8161 (byte-compile-insert-header, byte-compile-output-docform)
8162 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
8163 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
8164 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
8165 (byte-compile-insert, byte-compile-defun):
8166 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
8167 (byte-defop-compiler19): Remove.
8168 Without byte-compile-compatibility, the 'emacs19-opcode property is not
8169 used by anything. Replace all calls with byte-defop-compiler.
8170
8171 2009-11-04 Juri Linkov <juri@jurta.org>
8172
8173 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
8174 (menu-bar-options-menu): Don't quote the `prop' arg of
8175 `menu-bar-make-mm-toggle'.
8176
8177 2009-11-04 Juanma Barranquero <lekktu@gmail.com>
8178
8179 * calendar/calendar.el (cal-loaddefs):
8180 * calendar/diary-lib.el (diary-loaddefs):
8181 * calendar/holidays.el (hol-loaddefs):
8182 * eshell/esh-module.el (esh-groups): Load rather than require.
8183
8184 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
8185
8186 * calendar/todo-mode.el (todo-add-category): Don't hardcode
8187 point-min==1.
8188 (todo-top-priorities): Only display-buffer when called interactively.
8189 (todo-item-start): Don't save excursion point.
8190 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
8191 (todo-insert-item-here, todo-file-item, todo-remove-item):
8192 Adjust uses of todo-item-start and todo-item-end.
8193
8194 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
8195 (autoload-rubric): Don't use any more.
8196 * cedet/semantic/fw.el (semantic/loaddefs):
8197 * cedet/srecode.el (srecode/loaddefs):
8198 * cedet/ede.el (ede/loaddefs): Load rather than require.
8199 * cedet/ede/cpp-root.el:
8200 * cedet/ede/emacs.el:
8201 * cedet/ede/files.el:
8202 * cedet/ede/linux.el:
8203 * cedet/ede/locate.el:
8204 * cedet/ede/make.el:
8205 * cedet/ede/shell.el:
8206 * cedet/ede/speedbar.el:
8207 * cedet/ede/system.el:
8208 * cedet/ede/util.el:
8209 * cedet/semantic/analyze.el:
8210 * cedet/semantic/bovine.el:
8211 * cedet/semantic/complete.el:
8212 * cedet/semantic/ctxt.el:
8213 * cedet/semantic/db-file.el:
8214 * cedet/semantic/db-find.el:
8215 * cedet/semantic/db-global.el:
8216 * cedet/semantic/db-mode.el:
8217 * cedet/semantic/db-typecache.el:
8218 * cedet/semantic/db.el:
8219 * cedet/semantic/debug.el:
8220 * cedet/semantic/dep.el:
8221 * cedet/semantic/doc.el:
8222 * cedet/semantic/edit.el:
8223 * cedet/semantic/find.el:
8224 * cedet/semantic/format.el:
8225 * cedet/semantic/html.el:
8226 * cedet/semantic/ia-sb.el:
8227 * cedet/semantic/ia.el:
8228 * cedet/semantic/idle.el:
8229 * cedet/semantic/lex-spp.el:
8230 * cedet/semantic/lex.el:
8231 * cedet/semantic/mru-bookmark.el:
8232 * cedet/semantic/scope.el:
8233 * cedet/semantic/senator.el:
8234 * cedet/semantic/sort.el:
8235 * cedet/semantic/symref.el:
8236 * cedet/semantic/tag-file.el:
8237 * cedet/semantic/tag-ls.el:
8238 * cedet/semantic/tag-write.el:
8239 * cedet/semantic/tag.el:
8240 * cedet/semantic/util-modes.el:
8241 * cedet/semantic/analyze/complete.el:
8242 * cedet/semantic/analyze/refs.el:
8243 * cedet/semantic/bovine/c.el:
8244 * cedet/semantic/bovine/gcc.el:
8245 * cedet/semantic/bovine/make.el:
8246 * cedet/semantic/bovine/scm.el:
8247 * cedet/semantic/decorate/include.el:
8248 * cedet/semantic/decorate/mode.el:
8249 * cedet/semantic/symref/cscope.el:
8250 * cedet/semantic/symref/global.el:
8251 * cedet/semantic/symref/grep.el:
8252 * cedet/semantic/symref/idutils.el:
8253 * cedet/semantic/symref/list.el:
8254 * cedet/semantic/wisent/java-tags.el:
8255 * cedet/semantic/wisent/javascript.el:
8256 * cedet/srecode/compile.el:
8257 * cedet/srecode/cpp.el:
8258 * cedet/srecode/document.el:
8259 * cedet/srecode/el.el:
8260 * cedet/srecode/expandproto.el:
8261 * cedet/srecode/getset.el:
8262 * cedet/srecode/insert.el:
8263 * cedet/srecode/java.el:
8264 * cedet/srecode/map.el:
8265 * cedet/srecode/mode.el:
8266 * cedet/srecode/template.el:
8267 * cedet/srecode/texi.el: Remove the file-local setting of
8268 generated-autoload-feature.
8269
8270 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
8271 and only put a prop if it is non-nil.
8272
8273 2009-11-03 Juri Linkov <juri@jurta.org>
8274
8275 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
8276 (menu-bar-options-menu): Fix list quoting (Bug#4429).
8277
8278 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
8279 and "Menu" to make top-level menu item visually one unit (like
8280 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
8281 multi-word menu items). Fix :help string for quit-window.
8282
8283 2009-11-03 Glenn Morris <rgm@gnu.org>
8284
8285 * cedet/mode-local.el (with-mode-local): Doc fix.
8286
8287 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
8288 (byte-compile-file-form-define-abbrev-table)
8289 (byte-compile-file-form-custom-declare-variable)
8290 (byte-compile-variable-ref, byte-compile-defvar):
8291 Whether or not a warning is enabled should only affect whether we issue
8292 the warning, not whether or not we collect the relevant data.
8293 Eg warnings can be turned on and off throughout the course of a file.
8294
8295 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
8296 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
8297
8298 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
8299
8300 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
8301 * play/mpuz.el (mpuz-create-buffer):
8302 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
8303 (lm-print-y,s,noise, lm-print-w0, lm-init):
8304 * play/gomoku.el (gomoku-prompt-for-move):
8305 * play/fortune.el (fortune-in-buffer):
8306 * play/dissociate.el (dissociated-press):
8307 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
8308 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
8309 * mail/supercite.el (sc-eref-show):
8310 * mail/smtpmail.el (smtpmail-send-it):
8311 * mail/rmailsum.el (rmail-summary-next-labeled-message)
8312 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
8313 (rmail-summary-undelete-many, rmail-summary-rmail-update)
8314 (rmail-summary-goto-msg, rmail-summary-expunge)
8315 (rmail-summary-get-new-mail, rmail-summary-search-backward)
8316 (rmail-summary-add-label, rmail-summary-output-menu)
8317 (rmail-summary-output-body):
8318 * mail/rfc822.el (rfc822-addresses):
8319 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
8320 * mail/mailpost.el (post-mail-send-it):
8321 * mail/hashcash.el (hashcash-generate-payment):
8322 * mail/feedmail.el (feedmail-run-the-queue)
8323 (feedmail-queue-send-edit-prompt-help-first)
8324 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
8325 (feedmail-deduce-address-list):
8326 * eshell/esh-ext.el (eshell-remote-command):
8327 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
8328 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
8329 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
8330 (viper-save-string-in-file, viper-valid-marker):
8331 * emulation/viper-keym.el (viper-toggle-key):
8332 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
8333 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
8334 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
8335 * emulation/viper-cmd.el (viper-exec-form-in-vi)
8336 (viper-exec-form-in-emacs, viper-brac-function):
8337 * emulation/viper.el (viper-delocalize-var):
8338 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
8339 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
8340 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
8341 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
8342 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
8343 * emulation/edt.el (edt-electric-helpify):
8344 * emulation/cua-rect.el (cua--rectangle-aux-replace):
8345 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
8346 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
8347 (cua-indent-to-global-mark-column):
8348 * calendar/diary-lib.el (calendar-mark-1):
8349 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
8350 Use with-current-buffer.
8351 * emulation/viper.el (viper-delocalize-var): Use dolist.
8352
8353 2009-11-03 Chong Yidong <cyd@stupidchicken.com>
8354
8355 * comint.el (comint-replace-by-expanded-history-before-point):
8356 Replace !! with the previous input string literally (Bug#1795).
8357
8358 2009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
8359
8360 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
8361 to be made up of whitespace.
8362
8363 2009-11-02 Chong Yidong <cyd@stupidchicken.com>
8364
8365 * minibuffer.el (read-file-name): Don't use file dialogs for
8366 remote directories (Bug#99).
8367
8368 2009-11-01 Chong Yidong <cyd@stupidchicken.com>
8369
8370 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
8371
8372 2009-11-01 Andreas Schwab <schwab@linux-m68k.org>
8373
8374 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
8375 instead of deleting the window or frame.
8376
8377 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
8378
8379 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
8380 Support face colors.
8381
8382 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
8383 New function. Support face colors (Bug#1168).
8384 (tex-common-initialization): Use it.
8385
8386 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
8387 mode allows it (Bug#1168).
8388
8389 2009-10-31 Juri Linkov <juri@jurta.org>
8390
8391 * facemenu.el (list-colors-display): Don't mark buffer as
8392 modified (Bug#3948).
8393
8394 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
8395
8396 * international/mule-diag.el (list-character-sets-1): Minor
8397 message fix (Bug#3526).
8398
8399 * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
8400 face property (Bug#4834).
8401 (etags-list-tags, etags-tags-apropos-additional)
8402 (etags-tags-apropos, tags-select-tags-table): Add follow-link
8403 property.
8404
8405 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
8406 items.
8407
8408 * cedet/cedet.el (cedet-menu-map): Remove Semantic and EDE menu
8409 items.
8410
8411 * cedet/ede.el (ede-minor-mode):
8412 * cedet/semantic.el (semantic-mode): Toggle menu separators.
8413
8414 2009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
8415
8416 * textmodes/two-column.el (2C-split):
8417 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
8418 * textmodes/tex-mode.el (tex-set-buffer-directory):
8419 * textmodes/spell.el (spell-region, spell-string):
8420 * textmodes/reftex.el (reftex-erase-buffer):
8421 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
8422 * textmodes/reftex-toc.el (reftex-toc-promote-action):
8423 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
8424 (reftex-select-item):
8425 * textmodes/reftex-ref.el (reftex-label-info-update)
8426 (reftex-offer-label-menu):
8427 * textmodes/reftex-index.el (reftex-index-change-entry)
8428 (reftex-index-phrases-info):
8429 * textmodes/reftex-global.el (reftex-create-tags-file)
8430 (reftex-save-all-document-buffers, reftex-ensure-write-access):
8431 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
8432 (reftex-view-crossref-from-bibtex):
8433 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
8434 (reftex-extract-bib-entries-from-thebibliography)
8435 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
8436 * textmodes/refbib.el (r2b-capitalize-title):
8437 (r2b-convert-buffer, r2b-help):
8438 * textmodes/page-ext.el (pages-directory)
8439 (pages-directory-goto-with-mouse):
8440 * textmodes/bibtex.el (bibtex-validate-globally):
8441 * textmodes/bib-mode.el (bib-capitalize-title):
8442 * textmodes/artist.el (artist-clear-buffer, artist-system):
8443 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
8444 (local-set-scheme-interaction-buffer, xscheme-process-filter)
8445 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
8446 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
8447 (xscheme-send-control-g-interrupt, xscheme-start-process)
8448 (xscheme-process-sentinel, xscheme-cd):
8449 * progmodes/verilog-mode.el (verilog-read-always-signals)
8450 (verilog-set-define, verilog-getopt-file)
8451 (verilog-module-inside-filename-p):
8452 * progmodes/sh-script.el:
8453 * progmodes/python.el (python-pdbtrack-get-source-buffer)
8454 (python-pdbtrack-grub-for-buffer, python-execute-file):
8455 * progmodes/octave-inf.el (inferior-octave):
8456 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
8457 (idlwave-shell-compile-helper-routines, idlwave-set-local)
8458 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
8459 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
8460 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
8461 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
8462 (idlwave-shell-filter, idlwave-shell-examine-highlight)
8463 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
8464 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
8465 (idlwave-shell-examine-display, idlwave-shell-run-region)
8466 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
8467 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
8468 * progmodes/idlw-help.el (idlwave-help-get-special-help)
8469 (idlwave-help-get-help-buffer):
8470 * progmodes/gud.el (gud-basic-call, gud-find-class)
8471 (gud-tooltip-activate-mouse-motions-if-enabled):
8472 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
8473 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
8474 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
8475 (ebrowse-tags-next-file):
8476 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
8477 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
8478 (ebnf-eps-finish-and-write):
8479 * progmodes/cpp.el (cpp-edit-save):
8480 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
8481 * progmodes/cc-defs.el (c-emacs-features):
8482 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
8483 (antlr-directory-dependencies):
8484 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
8485 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
8486 (ada-find-any-references, ada-make-filename-from-adaname)
8487 (ada-make-body-gnatstub):
8488 * obsolete/rnews.el (news-list-news-groups):
8489 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
8490 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
8491 * net/rcirc.el (rcirc-debug):
8492 * net/newst-treeview.el (newsticker--treeview-list-add-item)
8493 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
8494 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
8495 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
8496 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
8497 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
8498 (newsticker--treeview-list-clear-highlight)
8499 (newsticker--treeview-list-update-highlight)
8500 (newsticker--treeview-list-highlight-start)
8501 (newsticker--treeview-tree-update-highlight)
8502 (newsticker--treeview-get-selected-item)
8503 (newsticker-treeview-mark-list-items-old)
8504 (newsticker--treeview-set-current-node):
8505 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
8506 * net/newst-backend.el (newsticker--get-news-by-funcall)
8507 (newsticker--get-news-by-wget, newsticker--image-get)
8508 (newsticker--image-sentinel):
8509 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
8510 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
8511 (eudc-ph-close-session):
8512 * net/eudc.el (eudc-save-options):
8513 * language/thai-word.el (thai-update-word-table):
8514 * language/japan-util.el (japanese-string-conversion):
8515 * international/titdic-cnv.el (tsang-quick-converter)
8516 (ziranma-converter, ctlau-converter):
8517 * international/mule-cmds.el (describe-language-environment):
8518 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
8519 (skkdic-convert-postfix, skkdic-convert-prefix):
8520 (skkdic-convert-okuri-nasi, skkdic-convert):
8521 * emacs-lisp/re-builder.el (reb-update-overlays):
8522 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
8523 * emacs-lisp/gulp.el (gulp-send-requests):
8524 * emacs-lisp/find-gc.el (trace-call-tree):
8525 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
8526 (eieio-describe-generic):
8527 * emacs-lisp/eieio-base.el (eieio-persistent-read):
8528 * emacs-lisp/edebug.el (edebug-outside-excursion):
8529 * emacs-lisp/debug.el (debugger-make-xrefs):
8530 * emacs-lisp/cust-print.el (custom-prin1-to-string):
8531 * emacs-lisp/chart.el (chart-new-buffer):
8532 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
8533 Use with-current-buffer.
8534 * textmodes/artist.el (artist-system): Don't call
8535 copy-sequence on a fresh string.
8536 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
8537
8538 2009-10-31 Stephen Berman <stephen.berman@gmx.net>
8539
8540 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
8541 is no item to edit. (Bug#4820)
8542 (todo-top-priorities): Restore point and restore narrowing in Todo
8543 buffer. (Bug#4820)
8544
8545 2009-10-31 Glenn Morris <rgm@gnu.org>
8546
8547 * net/ange-ftp.el (top-level): Don't require dired when compiling.
8548 (comint-last-output-start, comint-last-input-start)
8549 (comint-last-input-end): Don't defvar when compiling.
8550 (ange-ftp-process-file): Use bound-and-true-p.
8551
8552 * pcmpl-rpm.el (top-level): Move provide statement to end.
8553 (pcmpl-rpm): Remove unused custom group.
8554
8555 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
8556
8557 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
8558
8559 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
8560 (byte-compile-warnings): Add `constants' as an option.
8561 (byte-compile-callargs-warn, byte-compile-arglist-warn)
8562 (display-call-tree): Update for byte-compile-fdefinition possibly
8563 returning `(macro lambda ...)'. (Bug#4778)
8564 (byte-compile-variable-ref, byte-compile-setq-default):
8565 Respect `constants' member of byte-compile-warnings.
8566
8567 * cedet/semantic/tag.el (semantic--tag-link-list-to-buffer):
8568 Use mapc rather than mapcar because the return value is never used.
8569
8570 * cedet/srecode/template.el, cedet/semantic/wisent/javascript.el:
8571 * cedet/semantic/wisent/java-tags.el, cedet/semantic/texi.el:
8572 * cedet/semantic/html.el:
8573 Suppress harmless warnings about setting up semantic-imenu (not
8574 part of Emacs) variables.
8575
8576 2009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
8577
8578 * vc-bzr.el (vc-bzr-revision-keywords): New var.
8579 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
8580 to "submit:".
8581
8582 * cedet/srecode/srt-mode.el (semantic-analyze-possible-completions):
8583 * cedet/semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
8584 * cedet/semantic/symref/grep.el (semantic-symref-perform-search):
8585 * cedet/semantic/bovine/gcc.el (semantic-gcc-query):
8586 * cedet/semantic/bovine/c.el (semantic-c-parse-lexical-token):
8587 * cedet/semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
8588 (semantic-analyzer-debug-global-symbol)
8589 (semantic-analyzer-debug-missing-innertype)
8590 (semantic-analyzer-debug-insert-include-summary):
8591 * cedet/semantic/util.el (semantic-file-tag-table):
8592 (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
8593 (semantic-recursive-find-nonterminal-by-name):
8594 * cedet/semantic/tag-ls.el (semantic-tag-calculate-parent-default):
8595 * cedet/semantic/tag-file.el (semantic-prototype-file):
8596 * cedet/semantic/symref.el (semantic-symref-parse-tool-output):
8597 * cedet/semantic/sb.el (semantic-sb-fetch-tag-table):
8598 * cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
8599 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
8600 (semantic-idle-summary-maybe-highlight):
8601 * cedet/semantic/ia-sb.el (semantic-ia-speedbar)
8602 (semantic-ia-sb-tag-info):
8603 * cedet/semantic/grammar.el (semantic-analyze-possible-completions):
8604 * cedet/semantic/find.el (semantic-brute-find-tag-by-position):
8605 * cedet/semantic/ede-grammar.el (project-compile-target):
8606 (ede-proj-makefile-insert-variables):
8607 * cedet/semantic/debug.el (semantic-debug-set-parser-location):
8608 (semantic-debug-set-source-location, semantic-debug-interface-layout)
8609 (semantic-debug-mode, semantic-debug):
8610 * cedet/semantic/db.el (semanticdb-needs-refresh-p):
8611 * cedet/semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
8612 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
8613 * cedet/semantic/db-find.el (semanticdb-find-log-new-search)
8614 (semanticdb-find-translate-path-includes--internal)
8615 (semanticdb-reset-log, semanticdb-find-log-activity):
8616 * cedet/semantic/db-file.el (object-write):
8617 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
8618 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
8619 (semanticdb-create-ebrowse-database):
8620 * cedet/semantic/db-debug.el (semanticdb-table-sanity-check):
8621 * cedet/semantic/complete.el (semantic-displayor-focus-request)
8622 (semantic-collector-calculate-completions-raw)
8623 (semantic-complete-read-tag-analyzer):
8624 * cedet/semantic/analyze.el (semantic-analyze-pulse):
8625 * cedet/ede/util.el (ede-update-version-in-source):
8626 * cedet/ede/proj.el (project-delete-target):
8627 * cedet/ede/proj-elisp.el (ede-update-version-in-source)
8628 (ede-proj-flush-autoconf):
8629 * cedet/ede/pconf.el (ede-proj-configure-synchronize)
8630 (ede-proj-configure-synchronize):
8631 * cedet/ede/locate.el (ede-locate-file-in-project-impl):
8632 * cedet/ede/linux.el (ede-linux-version):
8633 * cedet/ede/emacs.el (ede-emacs-version):
8634 * cedet/ede/dired.el (ede-dired-add-to-target):
8635 * cedet/ede.el (ede-buffer-header-file, ede-find-target)
8636 (ede-buffer-documentation-files, ede-project-buffers, ede-set)
8637 (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
8638 * cedet/cedet-idutils.el (cedet-idutils-fnid-call):
8639 (cedet-idutils-lid-call, cedet-idutils-expand-filename)
8640 (cedet-idutils-version-check):
8641 * cedet/cedet-global.el (cedet-gnu-global-call):
8642 (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
8643 (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
8644 * cedet/cedet-cscope.el (cedet-cscope-call)
8645 (cedet-cscope-expand-filename, cedet-cscope-version-check):
8646 Use with-current-buffer.
8647 * cedet/ede.el (ede-make-project-local-variable)
8648 (ede-set-project-variables, ede-set): Use dolist.
8649
8650 2009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
8651
8652 * textmodes/ispell.el (ispell-skip-region-alist):
8653 * international/mule-conf.el (eight-bit):
8654 * international/fontset.el (font-encoding-alist):
8655 * startup.el (pure-space-overflow-message):
8656 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
8657 * paths.el (gnus-nntp-service, rmail-spool-directory)
8658 (term-file-prefix):
8659 * files.el (save-some-buffers-action-alist):
8660 * cmuscheme.el (same-window-buffer-names):
8661 * ielm.el (same-window-buffer-names):
8662 * shell.el (same-window-buffer-names):
8663 * mail/sendmail.el (same-window-buffer-names):
8664 * progmodes/inf-lisp.el (same-window-buffer-names):
8665 * bindings.el (mode-line-client)
8666 (mode-line-column-line-number-mode-map):
8667 * language/tibetan.el (tibetan-precomposition-rule-regexp)
8668 (tibetan-precomposed-regexp): Purecopy string arguments.
8669
8670 2009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
8671
8672 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
8673 (calcDigit-nondigit):
8674 * calc/calc-yank.el (calc-copy-to-buffer):
8675 * calc/calc-units.el (calc-invalidate-units-table):
8676 * calc/calc-trail.el (calc-trail-yank):
8677 * calc/calc-store.el (calc-insert-variables):
8678 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
8679 * calc/calc-prog.el (calc-read-parse-table):
8680 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
8681 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
8682 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
8683 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
8684 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
8685 (calc-graph-name, calc-graph-find-command, calc-graph-view)
8686 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
8687 * calc/calc-ext.el (calc-realign):
8688 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
8689 (calc-embedded-finish-edit, calc-embedded-make-info)
8690 (calc-embedded-finish-command, calc-embedded-stack-change):
8691 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
8692
8693 * cedet/mode-local.el (make-obsolete-overload): Add `when' argument.
8694 (overload-docstring-extension): Use that info.
8695 * cedet/semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
8696 * cedet/semantic/idle.el (semantic-eldoc-current-symbol-info):
8697 * cedet/semantic/tag-ls.el (semantic-nonterminal-protection)
8698 (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
8699 (semantic-nonterminal-full-name): Add the new `when' info.
8700 * cedet/semantic/decorate/mode.el (semantic/decorate): Require CL for
8701 `assert'.
8702
8703 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
8704 shell-dynamic-complete-filename in preference to
8705 comint-dynamic-complete-filename.
8706
8707 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
8708 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
8709 Don't consider whether the display supports colors.
8710 (bookmark-import-new-list): Use dolist.
8711 (bookmark-bmenu-mode-map): Move initialization into declaration.
8712 (bookmark-bmenu-list): Use dolist, simplify.
8713 (bookmark-show-all-annotations): Use save-selected-window and dolist.
8714 (menu-bar-final-items): Use push.
8715
8716 2009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
8717
8718 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
8719 it works on remote files.
8720 (vc-hg-diff): Don't pass any `--cwd' argument.
8721
8722 2009-10-27 Kevin Ryde <user42@zip.com.au>
8723
8724 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
8725 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
8726 (Further to Bug#3921).
8727
8728 2009-10-27 Michael Albinus <michael.albinus@gmx.de>
8729
8730 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
8731 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
8732 calling `tramp-imap-put-file'. Add file size to the call.
8733 (tramp-imap-get-file-entries): Compute also user name, file size,
8734 and date.
8735 (tramp-imap-handle-insert-directory): Insert uid and gid.
8736 (tramp-imap-handle-file-attributes): Transform uid and gid
8737 according to `id-format'.
8738 (tramp-imap-put-file): New optional parameter SIZE. Encode file
8739 size in header X-Size.
8740
8741 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
8742
8743 * simple.el (transpose-subr): Give clearer error when the mark
8744 is not set. (Bug#4807)
8745
8746 2009-10-26 Michael Albinus <michael.albinus@gmx.de>
8747
8748 * net/tramp.el (tramp-perl-file-truename): New defconst.
8749 Perl code contributed by yary <not.com@gmail.com> (tiny change).
8750 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
8751 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
8752 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
8753
8754 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
8755 Ignore `dired-call-process'.
8756 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
8757
8758 2009-10-26 Julian Scheid <julians37@gmail.com>
8759
8760 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
8761 (tramp-get-remote-readlink): New defun.
8762 (tramp-handle-file-truename): Use it.
8763 (tramp-handle-file-exists-p): Check file-attributes cache, assume
8764 file exists if cache value present.
8765 (tramp-check-cached-permissions): New defun.
8766 (tramp-handle-file-readable-p): Use it.
8767 (tramp-handle-file-writable-p): Likewise.
8768 (tramp-handle-file-executable-p): Likewise.
8769 (tramp-handle-file-name-all-completions): Try using Perl to get
8770 partial completions. When perl not available, combine `cd' and
8771 `ls' into single remote operation and use shell expansion to get
8772 partial remote directory contents. Set `file-exists-p' cache for
8773 directory and any files returned by ls. Change cache handling to
8774 support partial directory contents. Use error message emitted by
8775 remote `cd' or Perl code for local tramp-error.
8776 (tramp-do-copy-or-rename-file-directly): Avoid separate
8777 tramp-send-command-and-check call.
8778 (tramp-handle-process-file): Merge three remote ops into one.
8779 Do not flush all caches when `process-file-side-effects' is set.
8780 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
8781 file-attributes shows uid/gid to be set already.
8782
8783 2009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
8784
8785 * textmodes/tex-mode.el (tex-dvi-view-command)
8786 (tex-show-queue-command, tex-open-quote):
8787 * progmodes/ruby-mode.el (auto-mode-alist)
8788 (interpreter-mode-alist): Purecopy strings.
8789
8790 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
8791
8792 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
8793 string for the hook, keymap and abbrev table.
8794
8795 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
8796
8797 * x-dnd.el (x-dnd-xdnd-to-action):
8798 * startup.el (fancy-startup-text, fancy-about-text): Change to
8799 defconst from defvar.
8800
8801 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
8802
8803 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
8804 Purecopy initialization strings.
8805
8806 * mail/sendmail.el (mail-header-separator)
8807 (mail-personal-alias-file):
8808 * mail/rmail.el (rmail-default-dont-reply-to-names)
8809 (rmail-ignored-headers, rmail-retry-ignored-headers)
8810 (rmail-highlighted-headers, rmail-secondary-file-directory)
8811 (rmail-secondary-file-regexp):
8812 * files.el (null-device, file-name-invalid-regexp)
8813 (locate-dominating-stop-dir-regexp)
8814 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
8815 (interpreter-mode-alist): Use mapcar instead of mapc.
8816
8817 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
8818
8819 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
8820 (completion-ignored-extensions):
8821 (debug-ignored-errors): Purecopy strings.
8822
8823 2009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
8824
8825 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
8826 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
8827 (pcomplete--here): Use push.
8828
8829 * subr.el (all-completions): Declare the 4th arg obsolete.
8830
8831 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
8832
8833 * pcomplete.el (pcomplete-unquote-argument-function): New var.
8834 (pcomplete-unquote-argument): New function.
8835 (pcomplete--common-suffix): Always pay attention to case.
8836 (pcomplete--table-subvert): Quote and unquote the text.
8837 (pcomplete--common-quoted-suffix): New function.
8838 (pcomplete-std-complete): Use it and pcomplete-begin.
8839
8840 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
8841 we're inside a dedicated or minibuffer window.
8842
8843 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
8844
8845 * cedet/semantic/fw.el (semantic-alias-obsolete)
8846 (semantic-varalias-obsolete): Make the `when' arg mandatory.
8847 (define-mode-overload-implementation):
8848 * cedet/semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
8849 * cedet/semantic/wisent.el (wisent-lex-make-token-table):
8850 * cedet/semantic/util.el (semantic-file-token-stream)
8851 (semantic-something-to-stream):
8852 * cedet/semantic/tag.el (semantic-tag-make-assoc-list)
8853 (semantic-expand-nonterminal):
8854 * cedet/semantic/tag-file.el (semantic-find-nonterminal)
8855 (semantic-find-dependency, semantic-find-nonterminal)
8856 (semantic-find-dependency):
8857 * cedet/semantic/lex.el (semantic-flex-start, semantic-flex-end)
8858 (semantic-flex-text, semantic-flex-make-keyword-table)
8859 (semantic-flex-keyword-p, semantic-flex-keyword-put)
8860 (semantic-flex-keyword-get, semantic-flex-map-keywords)
8861 (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
8862 * cedet/semantic/java.el (semantic-java-prototype-nonterminal):
8863 * cedet/semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
8864 (semantic-after-idle-scheduler-reparse-hooks):
8865 * cedet/semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
8866 * cedet/semantic/db-mode.el (semanticdb-mode-hooks):
8867 * cedet/semantic.el (semantic-toplevel-bovine-table)
8868 (semantic-toplevel-bovine-cache)
8869 (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
8870 (semantic-init-mode-hooks, semantic-init-db-hooks)
8871 (semantic-bovination-working-type): Provide the `when' arg.
8872
8873 2009-10-24 Karl Fogel <kfogel@red-bean.com>
8874
8875 * bookmark.el: Update documentation, especially documentation
8876 of `bookmark-alist' and of the bookmark file format.
8877 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
8878
8879 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
8880
8881 * mail/emacsbug.el (report-emacs-bug): Clarify that the
8882 keybindings apply to the mail buffer (Bug#4003). Shrink help
8883 window to buffer.
8884
8885 * whitespace.el (whitespace-mode, whitespace-newline-mode)
8886 (global-whitespace-mode, global-whitespace-newline-mode)
8887 (whitespace-toggle-options, global-whitespace-toggle-options):
8888 Doc fix (Bug#3660).
8889
8890 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
8891 of xmltok-start before the end tag was inserted (Bug#2840).
8892
8893 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
8894 patterns that are preceded by an open-paren (Bug#1320).
8895
8896 2009-10-24 Sven Joachim <svenjoac@gmx.de>
8897
8898 * files.el (delete-directory): Delete symlinks to directories with
8899 delete-file (Bug#4739).
8900
8901 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
8902
8903 * cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):
8904 * cedet/semantic/tag.el (semantic-token-type-parent): Add WHEN
8905 argument to make-obsolete.
8906
8907 * cedet/semantic/fw.el (semantic-alias-obsolete)
8908 (semantic-varalias-obsolete): Add optional WHEN argument.
8909
8910 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
8911
8912 * vc.el (vc-backend-for-registration): Rename from
8913 vc-get-backend-for-registration. Update callers.
8914
8915 * international/mule-cmds.el (set-language-info-alist):
8916 Purecopy lang-env.
8917 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
8918 (charset): Purecopy the name.
8919 (define-char-code-property): Purecopy string arguments.
8920
8921 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
8922 Purecopy string arguments.
8923
8924 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
8925 * ediff-hook.el (menu-bar-ediff-menu):
8926 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
8927 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
8928
8929 2009-10-24 Glenn Morris <rgm@gnu.org>
8930
8931 * comint.el (comint-dynamic-list-completions):
8932 * term.el (term-dynamic-list-completions): Use choose-completion rather
8933 than obsolete alias mouse-choose-completion.
8934
8935 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
8936 file-cache-choose-completion.
8937 (file-cache-choose-completion): Handle an optional event argument.
8938 (file-cache-mouse-choose-completion): Make it an obsolete alias.
8939
8940 * progmodes/octave-mod.el (octave-complete-symbol):
8941 Use choose-completion if mouse-choose-completion is ever removed.
8942
8943 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
8944 use.
8945
8946 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
8947 compiler.
8948
8949 * vc-hooks.el (vc-responsible-backend): Fix declaration.
8950
8951 2009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
8952
8953 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
8954 Ignore `pred' now that we receive one.
8955 Handle test-completion specially.
8956
8957 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
8958
8959 * vc.el (vc-responsible-backend): Throw an error if not backend is
8960 found. Remove the REGISTER argument. Move the code dealing with
8961 REGISTER ...
8962 (vc-get-backend-for-registration): ... here. New function.
8963 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
8964 of vc-responsible-backend, pass the file name instead of the
8965 directory name.
8966
8967 2009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
8968
8969 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
8970 New funs.
8971 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
8972 (pcomplete-comint-setup): Don't modify a global var via
8973 accidental side-effects.
8974 (pcomplete-shell-setup): Adjust call accordingly.
8975 (pcomplete-parse-comint-arguments): Use push.
8976
8977 2009-10-23 Chong Yidong <cyd@stupidchicken.com>
8978
8979 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
8980 Allow uncapitalized info node names (Bug#3921).
8981
8982 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
8983 to the DEBUG file (Bug#3781).
8984
8985 2009-10-23 Jari Aalto <jari.aalto@cante.net>
8986
8987 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
8988 dictionary entry (Bug#4579).
8989
8990 2009-10-23 Michael Albinus <michael.albinus@gmx.de>
8991
8992 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
8993 from `rfn-eshadow-update-overlay-hook' when unloading.
8994 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
8995 "rsyncc". Adjust doc string.
8996 (tramp-temp-buffer-file-name): New buffer-local defvar.
8997 (tramp-handle-insert-file-contents, tramp-handle-write-region):
8998 Keep temporary file when indicated by method ("rsync" and
8999 "rsyncc").
9000 (tramp-handle-write-region): Handle APPEND.
9001 (tramp-delete-temp-file-function): New defun. Added to
9002 `kill-buffer-hook'.
9003
9004 2009-10-23 Juanma Barranquero <lekktu@gmail.com>
9005
9006 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
9007
9008 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
9009
9010 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
9011 (color-name-rgb-alist, tty-standard-colors)
9012 (tty-color-mode-alist): Change to defconst.
9013
9014 * simple.el (mark-inactive): Purecopy message.
9015
9016 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
9017 (global-map, yank-menu):
9018 * textmodes/ispell.el (ispell-menu-map):
9019 * net/eudc.el (eudc-tools-menu):
9020 * international/mule-cmds.el (describe-language-environment-map)
9021 (setup-language-environment-map, set-coding-system-map)
9022 (mule-menu-keymap):
9023 * vc-hooks.el (vc-menu-entry, vc-menu-map):
9024 * replace.el (occur-mode-map):
9025 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
9026
9027 2009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
9028
9029 * calc/calc.el (math-read-number, math-read-number-simple): Use
9030 `save-match-data'.
9031
9032 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
9033
9034 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
9035 rather than fiddling with global-map bindings, since it should only
9036 affect per-terminal settings.
9037 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
9038
9039 * minibuffer.el (completion-table-with-terminator): Allow to specify
9040 the terminator-regexp.
9041
9042 * simple.el (switch-to-completions): Look for *Completions* in other
9043 frames as well.
9044
9045 * pcomplete.el: Allow the use of completion-tables.
9046 (pcomplete-std-complete): New command.
9047 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
9048 (pcomplete--here): Use a function for `form' rather than an expression,
9049 so it can be byte-compiled.
9050 (pcomplete-here, pcomplete-here*): Adjust accordingly.
9051 Add edebug declaration.
9052 (pcomplete-show-completions): Remove unused var `curbuf'.
9053 (pcomplete-do-complete, pcomplete-stub):
9054 Don't assume `completions' is a list of strings any more.
9055
9056 2009-10-22 Juanma Barranquero <lekktu@gmail.com>
9057
9058 * find-dired.el (find-name-arg): Fix typo in docstring.
9059
9060 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
9061
9062 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
9063 (pcmpl-linux-fs-types): Same, and update to new modules layout.
9064
9065 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
9066 pcomplete-entries.
9067
9068 * comint.el (comint-read-input-ring, comint-write-input-ring)
9069 (comint-substitute-in-file-name)
9070 (comint-dynamic-complete-as-filename)
9071 (comint-dynamic-simple-complete)
9072 (comint-dynamic-list-filename-completions)
9073 (comint-dynamic-list-completions)
9074 (comint-redirect-results-list-from-process): Minor simplifications.
9075
9076 2009-10-21 Kevin Ryde <user42@zip.com.au>
9077
9078 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
9079 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
9080 the first form. And insert a blank line after ";;; Code" since
9081 that's usual style. (Bug#4612)
9082
9083 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
9084
9085 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
9086
9087 * minibuffer.el (completion-table-with-terminator): Properly implement
9088 boundaries, in case `terminator' appears in the suffix.
9089 (completion--embedded-envvar-table): Don't return boundaries if
9090 there's no valid completion. Simplify.
9091 (completion-file-name-table): New completion table extracted from
9092 completion--file-name-table.
9093 (completion--file-name-table): Use it.
9094 (read-file-name-predicate): Declare obsolete.
9095 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
9096 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
9097 completion-file-name-table, and use the `pred' argument.
9098 * files.el (locate-file-completion-table): Use the `pred' arg rather
9099 than read-file-name-predicate.
9100 (abbreviate-file-name): Use \` rather than ^ for BOS.
9101
9102 2009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
9103
9104 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
9105 vc-responsible-backend to register, it causes problems.
9106
9107 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
9108
9109 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
9110
9111 2009-10-21 Eric Ludlam <zappo@gnu.org>
9112
9113 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
9114 (semantic-c-debug-mode-init-pch): New functions.
9115 (semantic-c-debug-mode-init-last-mode): New var.
9116 (semantic-c-parse-lexical-token): Use them.
9117
9118 * cedet/semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
9119 When extracting the argument list, limit only by point-max.
9120
9121 2009-10-21 Michael Albinus <michael.albinus@gmx.de>
9122
9123 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
9124 (tramp-smb-handle-file-attributes): Use it.
9125 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
9126 (tramp-smb-handle-insert-directory): Use `mapc' rather than
9127 `mapcar'. Use `tramp-smb-get-stat-capability'.
9128 Add `dired-filename' text properties.
9129 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
9130 (tramp-smb-maybe-open-connection): Simplify check for smbclient
9131 version.
9132
9133 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
9134
9135 * subr.el (read-key-delay): Reduce to 0.01.
9136 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
9137 (bug#4751).
9138
9139 2009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
9140
9141 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
9142
9143 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
9144 (Info-menu): Remove unused vars `last' and `completions'.
9145 (Info-index-nodes): Remove unused var `node'.
9146
9147 * info.el (Info-complete-menu-item): Use complete-with-action.
9148
9149 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
9150
9151 Make vc-annotate work through copies and renames.
9152 * vc-annotate.el (vc-annotate-extract-revision-at-line):
9153 Return the file name too.
9154 (vc-annotate-revision-at-line)
9155 (vc-annotate-find-revision-at-line)
9156 (vc-annotate-revision-previous-to-line)
9157 (vc-annotate-show-log-revision-at-line): Update to get the file
9158 name from vc-annotate-extract-revision-at-line.
9159 (vc-annotate-show-diff-revision-at-line-internal): Change the
9160 argument to mean whether to show a file diff or not. Get the file
9161 name from vc-annotate-extract-revision-at-line.
9162 (vc-annotate-show-diff-revision-at-line):
9163 Update vc-annotate-show-diff-revision-at-line call.
9164 (vc-annotate-warp-revision): Add an optional file argument.
9165
9166 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
9167 (vc-git-annotate-extract-revision-at-line): Also return the file
9168 name if found.
9169
9170 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
9171 command. Remove unused code.
9172 (vc-hg-annotate-re): Update to match --follow output.
9173 (vc-hg-annotate-extract-revision-at-line): Also return the file
9174 name if found.
9175
9176 * vc.el: Update annotate-extract-revision-at-line documentation.
9177
9178 2009-10-18 Kevin Ryde <user42@zip.com.au>
9179
9180 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
9181 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
9182
9183 * net/browse-url.el (browse-url): Identify alist with "consp and
9184 not functionp" and let all other things go down the `apply' leg,
9185 as suggested by Stefan. (Further to bug#4531.)
9186
9187 2009-10-18 Chong Yidong <cyd@stupidchicken.com>
9188
9189 * minibuffer.el (read-file-name): Check for repeat before putting
9190 a default argument in file-name-history (Bug#4657).
9191
9192 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
9193 read syntax (Bug#4737).
9194
9195 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
9196
9197 2009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
9198
9199 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
9200 (html-tag-alist, html-tag-help): Add descriptions for undocumented
9201 entries and make note of obsolete tags.
9202
9203 2009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
9204
9205 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
9206
9207 2009-10-18 Glenn Morris <rgm@gnu.org>
9208
9209 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
9210 grep, so that binary files (eg international/uni-bidi.el) can match.
9211 Remove test for "UnicodeData" files, since it is hopefully unnecessary
9212 now, and in any case the file header format has changed.
9213
9214 2009-10-17 Glenn Morris <rgm@gnu.org>
9215
9216 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
9217 (flyspell-get-word, flyspell-large-region)
9218 (flyspell-auto-correct-previous-word): Doc/error message fixes.
9219
9220 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
9221
9222 * Makefile.in (ELCFILES): Add ede/shell.
9223
9224 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
9225
9226 * term/common-win.el (x-colors): Purecopy it.
9227
9228 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
9229
9230 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
9231 permissive for when the buffer is empty.
9232 (tar-header-block-tokenize): Decode the username and groupname.
9233 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
9234
9235 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
9236
9237 * cedet/srecode/srt.el:
9238 * cedet/srecode/compile.el:
9239 * cedet/semantic/mru-bookmark.el:
9240 * cedet/semantic/debug.el:
9241 * cedet/semantic/complete.el:
9242 * cedet/semantic/analyze.el: Require CL when compiling.
9243
9244 2009-10-17 Eric Ludlam <zappo@gnu.org>
9245
9246 * cedet/semantic/scope.el
9247 (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
9248 tmpscope so that the regular scope will continue to work.
9249
9250 * cedet/semantic/idle.el (semantic-idle-tag-highlight):
9251 Use semantic-idle-summary-highlight-face as the highlighting.
9252
9253 * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
9254 contains multibyte characters, choose first applicable coding
9255 system automatically.
9256
9257 * cedet/ede/project-am.el (project-run-target): New method.
9258 (project-run-target): New method.
9259
9260 * cedet/ede.el (ede-target): Add run target menu item.
9261 (ede-project, ede-minor-keymap): Add ede-run-target binding.
9262 (ede-run-target): New function.
9263 (ede-target::project-run-target): New method.
9264
9265 * cedet/ede/proj.el (project-run-target): New method.
9266
9267 * cedet/ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
9268 (ede-g++-libtool-shared-compiler): Remove SHELL. Remove COMMANDS.
9269 Add :rules.
9270 (ede-proj-target-makefile-shared-object): Only libtool compilers
9271 now available. Add linkers for libtool.
9272 (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
9273 (ede-proj-makefile-target-name): Always use .la extension.
9274
9275 * cedet/ede/proj-prog.el (project-run-target): New method.
9276
9277 * cedet/ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
9278 (ede-g++-linker): Change Change link lines.
9279
9280 * cedet/ede/pmake.el (ede-pmake-insert-variable-shared):
9281 When searching for old variables, go to the end of the buffer and
9282 search backward from there.
9283 (ede-proj-makefile-automake-insert-subdirs)
9284 (ede-proj-makefile-automake-insert-extradist): New methods.
9285 (ede-proj-makefile-create): Use them.
9286
9287 * cedet/ede/pconf.el (ede-proj-configure-test-required-file):
9288 Force FILE to expand to the current target. Use file-exists-p to
9289 check that it exists.
9290
9291 * cedet/ede/linux.el (ede-linux-version): Don't call "head".
9292 (ede-linux-load): Wrap dir in file-name-as-directory.
9293 Set :version slot.
9294
9295 * cedet/ede/files.el (ede-get-locator-object): When enabling
9296 locate, do so on "top".
9297
9298 * cedet/ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
9299 file-name-as-directory during compare.
9300 (ede-emacs-version): Return Emacs/XEmacs differentiator.
9301 Get version number from different places. Don't call egrep.
9302 (ede-emacs-load): Set :version slot. Call file-name-as-directory
9303 to set the directory.
9304
9305 * cedet/ede/shell.el: New file.
9306
9307 * cedet/inversion.el (inversion-decoders): Allow for stray . in
9308 alpha/beta variants.
9309
9310 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
9311
9312 * international/mule-cmds.el (select-safe-coding-system): If the file
9313 has a coding cookie, use it regardless of any other setting (bug#4712).
9314
9315 2009-10-17 Glenn Morris <rgm@gnu.org>
9316
9317 * cedet/semantic/grammar.el (semantic-grammar--lex-delim-spec):
9318 All errors should have messages.
9319
9320 * foldout.el (foldout-mouse-swallow-events):
9321 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
9322
9323 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
9324 (dired-keep-marker-copy, dired-keep-marker-hardlink)
9325 (dired-keep-marker-symlink, dired-dwim-target)
9326 (dired-copy-preserve-time): Do not autoload these defcustoms.
9327
9328 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
9329 messages from messing up the file coding. (Bug#4623)
9330
9331 2009-10-17 Jari Aalto <jari.aalto@cante.net>
9332
9333 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
9334 if no match is found for the current dictionary. (Bug#4578)
9335
9336 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
9337 optional, since that is how it is documented, and this is often called
9338 with a nil argument. (Bug#4577)
9339 (flyspell-external-point-words, flyspell-auto-correct-word)
9340 (flyspell-correct-word-before-point, flyspell-word-search-forward)
9341 (flyspell-word-search-backward): Remove nil argument in calls to
9342 flyspell-get-word, since it is not needed now.
9343
9344 2009-10-17 Ulrich Mueller <ulm@gentoo.org>
9345
9346 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
9347
9348 2009-10-16 Glenn Morris <rgm@gnu.org>
9349
9350 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
9351
9352 2009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
9353
9354 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
9355 (ange-ftp-file-size): New function.
9356 (ange-ftp-file-attributes): Use it.
9357
9358 2009-10-16 Michael Albinus <michael.albinus@gmx.de>
9359
9360 * net/tramp-smb.el (tramp-smb-version): New defvar.
9361 (tramp-smb-maybe-open-connection): Use it, in order to avoid
9362 repeated checks.
9363
9364 2009-10-16 Glenn Morris <rgm@gnu.org>
9365
9366 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
9367 Maybe copy some custom properties from old to new name. (Bug#4706)
9368
9369 2009-10-16 Juanma Barranquero <lekktu@gmail.com>
9370
9371 * subr.el (error, sit-for, start-process-shell-command)
9372 (start-file-process-shell-command): Set the calling convention
9373 after the function definition.
9374
9375 2009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
9376
9377 * subr.el (error, sit-for, start-process-shell-command)
9378 (start-file-process-shell-command): Use the new
9379 set-advertised-calling-convention feature.
9380
9381 2009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
9382
9383 * international/ucs-normalize.el (ucs-normalize-version):
9384 Change to 1.2.
9385 (check-range): Adjust for Unicode 5.2.
9386
9387 2009-10-15 Juri Linkov <juri@jurta.org>
9388
9389 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
9390 to the `menu-item' format.
9391
9392 2009-10-15 Michael Albinus <michael.albinus@gmx.de>
9393
9394 * net/tramp.el (tramp-replace-environment-variables): Do not fail
9395 if the environment variable does not exist.
9396
9397 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
9398 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
9399 parameter.
9400 (tramp-smb-handle-add-name-to-file)
9401 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
9402 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
9403 (tramp-smb-handle-file-attributes)
9404 (tramp-smb-do-file-attributes-with-stat)
9405 (tramp-smb-handle-file-local-copy)
9406 (tramp-smb-handle-insert-directory)
9407 (tramp-smb-handle-make-directory)
9408 (tramp-smb-handle-make-directory-internal)
9409 (tramp-smb-handle-make-symbolic-link)
9410 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
9411 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
9412 (tramp-smb-maybe-open-connection): Apply the changed parameters.
9413 (tramp-smb-read-file-entry): Read Disk names in compressed format.
9414 Handle long file names.
9415 (tramp-smb-get-cifs-capabilities): Check, whether the connection
9416 process is running.
9417 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
9418 Read share names with "-g" option.
9419
9420 2009-10-15 Ryan Yeske <rcyeske@gmail.com>
9421
9422 * net/rcirc.el (rcirc-view-log-file): New command.
9423 (rcirc-track-minor-mode-map): Remove C-c ` binding.
9424 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
9425 specified.
9426
9427 2009-10-15 Glenn Morris <rgm@gnu.org>
9428
9429 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
9430 from the second command-line argument.
9431 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
9432 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
9433 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
9434 w32-batch-update-autoloads.
9435 * emacs-lisp/autoload.el (autoload-make-program): New variable.
9436 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
9437
9438 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
9439 the headers cannot be located. Simplify, subtracting superflous
9440 save-excursions.
9441
9442 2009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
9443
9444 Replace completion-base-size by completion-base-position to fix bugs
9445 such as (bug#4699).
9446 * simple.el (completion-base-position): New var.
9447 (completion-base-size): Mark as obsolete.
9448 (choose-completion): Make it work for mouse events as well.
9449 Pass the new base-position to choose-completion-string.
9450 (choose-completion-guess-base-position): New function, extracted from
9451 choose-completion-delete-max-match.
9452 (choose-completion-delete-max-match): Use it. Make obsolete.
9453 (choose-completion-string): Use the new base-position info.
9454 (completion-root-regexp): Delete.
9455 (completion-setup-function): Preserve completion-base-position.
9456 Eliminate obsolete base-size manipulation.
9457 * minibuffer.el (display-completion-list): Don't mess with base-size.
9458 (minibuffer-completion-help): Set completion-base-position instead.
9459 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
9460 choose-completion.
9461 * textmodes/bibtex.el (bibtex-complete):
9462 * emacs-lisp/crm.el (crm--choose-completion-string):
9463 Adjust to new calling convention.
9464 * complete.el (partial-completion-mode): Use minibufferp to avoid
9465 bumping into incompatible change to choose-completion-string-functions.
9466 * ido.el (ido-choose-completion-string): Make its calling convention
9467 more permissive.
9468 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
9469 base-size manipulation.
9470 (comint-dynamic-list-input-ring): Use dotimes and push.
9471 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
9472 fundamental-mode. Use `or'.
9473
9474 2009-10-14 Juri Linkov <juri@jurta.org>
9475
9476 * misearch.el (multi-isearch-next-buffer-from-list)
9477 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
9478
9479 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
9480
9481 * Makefile.in (compile-onefile): Load `bytecomp' rather than
9482 `bytecomp.el'.
9483
9484 * minibuffer.el (completion-pcm--merge-completions): Make sure the
9485 string we return is all made up of text from the completions rather
9486 than part from the completions and part from the input (bug#4219).
9487
9488 * ido.el (ido-everywhere): Use define-minor-mode.
9489
9490 * buff-menu.el (list-buffers, ctl-x-map):
9491 Mark the entry points with ;;;###autoload cookies.
9492
9493 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
9494
9495 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
9496 correctly in the detached head case.
9497 (vc-git-print-log): Remove unused binding.
9498
9499 * vc.el (vc-responsible-backend): When a directory is passed for
9500 for registration create a VC repository if no backend is
9501 responsible for the directory argument.
9502 (vc-deduce-fileset): Tell vc-responsible-backend to register.
9503
9504 * vc.el: Move comments about RCS and SCCS ...
9505 * vc-rcs.el:
9506 * vc-sccs.el: ... here, respectively.
9507
9508 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
9509
9510 * minibuffer.el (completion--file-name-table): Return nil if there's
9511 no file completion, even if substitute-in-file-name changed
9512 the string (bug#4708).
9513
9514 2009-10-13 Juri Linkov <juri@jurta.org>
9515
9516 * files-x.el (read-file-local-variable-value): Don't filter out
9517 minor modes from mode name completion (bug#4664).
9518
9519 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
9520
9521 * international/mule-cmds.el (ucs-names): Remove exclusion of
9522 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
9523
9524 2009-10-13 Kenichi Handa <handa@m17n.org>
9525
9526 * international/uni-name.el: Regenerated.
9527
9528 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
9529
9530 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
9531 should be automatically buffer-local, but isn't.)
9532
9533 2009-10-12 Sam Steingold <sds@gnu.org>
9534
9535 * progmodes/compile.el (compilation-next-error-function): Fix the
9536 timestamps if the buffer has been visited before.
9537 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
9538 non-anchored patterns, like the perl one (bug#3928).
9539
9540 2009-10-12 Glenn Morris <rgm@gnu.org>
9541
9542 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
9543 Let-bind `size'.
9544
9545 2009-10-12 Juanma Barranquero <lekktu@gmail.com>
9546
9547 * proced.el (proced-unload-function): New function.
9548
9549 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
9550 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
9551 Doc fix.
9552
9553 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
9554
9555 2009-10-11 Juri Linkov <juri@jurta.org>
9556
9557 * files-x.el (read-file-local-variable-value):
9558 Provide default value only for bound variables (bug#4664).
9559
9560 2009-10-11 Michael Albinus <michael.albinus@gmx.de>
9561
9562 * net/tramp.el (tramp-local-host-p): Function shall return nil for
9563 connection methods like smb.
9564
9565 * net/tramp-cache.el (tramp-flush-connection-property): The hash
9566 can be empty.
9567
9568 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
9569 (tramp-smb-file-name-handler-alist): Add handlers for
9570 `add-name-to-file', `make-symbolic-link'.
9571 (tramp-smb-handle-add-name-to-file)
9572 (tramp-smb-do-file-attributes-with-stat)
9573 (tramp-smb-handle-make-symbolic-link)
9574 (tramp-smb-get-cifs-capabilities): New defuns.
9575 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
9576 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
9577 (tramp-smb-handle-file-local-copy)
9578 (tramp-smb-handle-make-directory-internal)
9579 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
9580 The file name syntax depends on cifs capabilities.
9581 (tramp-smb-handle-file-attributes):
9582 Call `tramp-smb-do-file-attributes-with-stat' if possible.
9583 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
9584 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
9585
9586 2009-10-11 Chong Yidong <cyd@stupidchicken.com>
9587
9588 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
9589 (eieio-defclass): Apply deftype handler and setf-method properties
9590 directly.
9591 (eieio-add-new-slot): Avoid union function from cl library.
9592 (eieio--typep): New function.
9593 (eieio-perform-slot-validation): Use it.
9594
9595 2009-10-10 Karl Fogel <kfogel@red-bean.com>
9596
9597 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
9598 Update documentation to refer to the variables documented in r1.135.
9599 (Bug#4188)
9600
9601 2009-10-10 Karl Fogel <kfogel@red-bean.com>
9602
9603 * bookmark.el (Info-suffix-list): Remove this unused variable.
9604 (bookmark-current-point): Remove this obsolete variable.
9605 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
9606 Adjust for removal of bookmark-current-point.
9607
9608 (bookmarks-already-loaded, bookmark-current-buffer)
9609 (bookmark-yank-point): Document. (Bug#4188)
9610
9611 2009-10-10 Glenn Morris <rgm@gnu.org>
9612
9613 * frame.el (frame-height): Doc fix.
9614
9615 * calendar/calendar.el (calendar-split-width-threshold): New option.
9616 (calendar-basic-setup): Use calendar-split-width-threshold.
9617
9618 2009-10-10 Sascha Wilde <wilde@sha-bang.de>
9619
9620 * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
9621 Use .la for Automake.
9622
9623 2009-10-09 Chong Yidong <cyd@stupidchicken.com>
9624
9625 * cedet/ede/pconf.el (ede-proj-configure-synchronize):
9626 Use "autoreconf -i". Suggested by Andreas Schwab.
9627
9628 2009-10-09 Juanma Barranquero <lekktu@gmail.com>
9629
9630 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
9631 Ideographic Supplement" range (U+1F200..U+1F2FF).
9632
9633 2009-10-09 Karl Fogel <kfogel@red-bean.com>
9634
9635 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
9636 since the list will have been rebuilt anyway. (Bug#4349)
9637
9638 2009-10-09 Karl Fogel <kfogel@red-bean.com>
9639
9640 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
9641 (bookmark-bmenu-execute-deletions): Don't save here, as
9642 bookmark-delete will now do so if necessary.
9643 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
9644 (Bug#4348)
9645
9646 2009-10-09 Glenn Morris <rgm@gnu.org>
9647
9648 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
9649
9650 2009-10-09 Karl Fogel <kfogel@red-bean.com>
9651
9652 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
9653 (bookmark-jump-other-window): Just invoke bookmark-jump with new
9654 argument now, so the two function's behaviors will match. (Bug#3645)
9655
9656 2009-10-08 Chong Yidong <cyd@stupidchicken.com>
9657
9658 * cedet/ede/proj.el (project-make-dist, project-compile-project):
9659 Fix filename test.
9660 (ede-proj-dist-makefile): Use expand-file-name instead of concat
9661 to expand file names.
9662
9663 2009-10-08 Michael Albinus <michael.albinus@gmx.de>
9664
9665 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
9666 (tramp-file-name-real-host, tramp-file-name-port):
9667 Apply `save-match-data'.
9668
9669 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
9670 case both directories are remote.
9671 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
9672 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
9673
9674 2009-10-08 Chong Yidong <cyd@stupidchicken.com>
9675
9676 * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
9677 (ede-proj-target-makefile-objectcode): Use it.
9678
9679 * cedet/ede/source.el (ede-want-any-source-files-p)
9680 (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
9681 Return search result. This error was introduced while merging.
9682
9683 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
9684
9685 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
9686
9687 2009-10-07 Glenn Morris <rgm@gnu.org>
9688
9689 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
9690 of concat.
9691
9692 2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
9693
9694 * files-x.el (read-file-local-variable): Include some
9695 non-user-variables in the completion table (bug#4664).
9696
9697 2009-10-07 Michael Albinus <michael.albinus@gmx.de>
9698
9699 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
9700 message.
9701
9702 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
9703 (tramp-smb-file-name-handler-alist): Add handler for
9704 `copy-directory', `expand-file-name', `set-file-modes'.
9705 (tramp-smb-handle-copy-directory)
9706 (tramp-smb-handle-expand-file-name)
9707 (tramp-smb-handle-set-file-modes): New defuns.
9708 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
9709 (tramp-smb-handle-file-attributes): Simplify check for retrieving
9710 entry.
9711 (tramp-smb-handle-insert-directory): Don't flush the cache.
9712 (tramp-smb-maybe-open-connection): Check for samba client and
9713 server versions.
9714
9715 2009-10-07 Eli Zaretskii <eliz@gnu.org>
9716
9717 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
9718 to not error out of search for "^lisp=" fails.
9719
9720 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
9721
9722 * makefile.w32-in (WINS_UPDATES): New macro.
9723 (custom-deps, finder-data, autoloads): Use it.
9724
9725 2009-10-07 Glenn Morris <rgm@gnu.org>
9726
9727 * Makefile.in (autoloads): Revert previous change.
9728 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
9729 the list of preloaded files passed on the command-line, get
9730 it from src/Makefile.
9731
9732 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
9733 show the original buffer rather than a random one.
9734
9735 2009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
9736
9737 * help.el (describe-no-warranty): Place point in a slightly better
9738 position in the GPLv3 text.
9739
9740 2009-10-06 Sam Steingold <sds@gnu.org>
9741
9742 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
9743 the comm attribute is present before calling regexp-quote.
9744
9745 2009-10-06 Juanma Barranquero <lekktu@gmail.com>
9746
9747 * play/animate.el (animate-string): For good effect, make sure
9748 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
9749
9750 * play/animate.el (animate-sequence, animate-birthday-present):
9751 * misc.el (butterfly): Don't set `indent-tabs-mode'.
9752
9753 2009-10-06 Glenn Morris <rgm@gnu.org>
9754
9755 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
9756
9757 * emacs-lisp/autoload.el (autoload-excludes): New variable.
9758 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
9759 (batch-update-autoloads): Process a string value of autoload-excludes,
9760 set during the build process.
9761 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
9762
9763 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
9764 inside with-parsed... macro so that `v' is defined.
9765
9766 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
9767 * progmodes/fortran.el (fortran-end-of-block)
9768 (fortran-beginning-of-block):
9769 Also push mark in the macro case.
9770
9771 * emerge.el (emerge-show-file-name):
9772 * calc/calc.el (calc-quit):
9773 * calc/calc-misc.el (calc-big-or-small):
9774 * calc/calc-graph.el (calc-graph-view):
9775 * calc/calc-ext.el (calc-reset):
9776 * calendar/calendar.el (calendar-basic-setup):
9777 Use window-full-height-p.
9778
9779 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
9780 header we don't understand, don't insert another. (Bug#4624)
9781 If changing mime charset, insert the new one in the right place.
9782
9783 2009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
9784
9785 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
9786 (cal-tex-cursor-month): Correctly increment the end date for diary and
9787 holiday listing. (Bug#4626)
9788
9789 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
9790
9791 * help-fns.el (describe-function-1): Don't burp if the function is not
9792 a symbol.
9793
9794 2009-10-05 Juanma Barranquero <lekktu@gmail.com>
9795
9796 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
9797 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
9798 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
9799 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
9800
9801 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
9802 (eieio-default-superclass): Reflow docstrings.
9803 (this, class-option-assoc, defclass, eieio-class-un-autoload)
9804 (eieio-unbind-method-implementations, defmethod)
9805 (eieio-validate-slot-value, eieio-validate-class-slot-value)
9806 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
9807 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
9808 (eieio-slot-originating-class-p, eieio-slot-name-index)
9809 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
9810 (constructor, initialize-instance, no-next-method, object-print)
9811 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
9812 Fix typos in docstrings.
9813 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
9814 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
9815 (next-method-p): Doc fixes.
9816 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
9817 Fix typos in error messages.
9818 (eieio-defmethod): Fix typo in description of generic method.
9819
9820 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
9821 (eieio-persistent-save-interactive, slot-missing):
9822 Fix typos in docstrings.
9823 (eieio-instance-inheritor-slot-boundp): Doc fix.
9824
9825 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
9826 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
9827
9828 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
9829 (eieio-custom-object-apply-reset):
9830 Fix typos in docstrings and error messages.
9831
9832 * emacs-lisp/eieio-datadebug.el (data-debug-show):
9833 Fix typo in docstring.
9834
9835 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
9836 (eieio-browse-tree): Doc fix.
9837 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
9838 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
9839 Fix typos in docstrings.
9840
9841 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
9842 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
9843 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
9844 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
9845 Reflow docstrings.
9846
9847 2009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
9848
9849 * vc-hg.el (log-view-vc-backend): Declare for compiler.
9850 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
9851 Set log-view-vc-backend so that diff can work.
9852
9853 * log-view.el (log-view-diff): Use vc-diff-internal instead of
9854 vc-version-diff.
9855 (vc-diff-internal): Autoload this instead of vc-version-diff.
9856
9857 2009-10-05 Eli Zaretskii <eliz@gnu.org>
9858
9859 * simple.el (eval-expression): Doc fix.
9860
9861 * progmodes/cwarn.el (cwarn-mode): Doc fix.
9862
9863 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
9864
9865 * files.el (directory-files-no-dot-files-regexp): New defconst.
9866 (delete-directory): Use it.
9867 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
9868
9869 * net/tramp.el (tramp-verbose): Fix docstring.
9870 (tramp-methods): Add recursive option to `tramp-copy-args'.
9871 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
9872 "scp1_old", "scp2_old", "rsync", "rsyncc".
9873 (tramp-default-method): Check also for `auth-source-user-or-password'.
9874 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
9875 Add handler for `copy-directory'.
9876 (tramp-handle-copy-directory): New defun.
9877 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
9878 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
9879 Optimize sent command.
9880
9881 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
9882
9883 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
9884 window if necessary.
9885
9886 * calendar/calendar.el (calendar-basic-setup): Don't call
9887 switch-to-buffer in a dedicated window.
9888
9889 2009-10-05 Karl Fogel <kfogel@red-bean.com>
9890
9891 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
9892 don't do anything related to relocating, just return nil.
9893 (bookmark-error-no-filename): New error.
9894 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
9895 bookmark has no file. Don't even attempt to handle things that
9896 are not files; the whole point of custom handlers is to keep that
9897 knowledge elsewhere anyway. Tighten some comments.
9898 (bookmark-file-or-variation-thereof): Remove now-unused function.
9899 (bookmark-location): Doc string fix.
9900 (Bug#4250)
9901
9902 2009-10-04 Karl Fogel <kfogel@red-bean.com>
9903
9904 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
9905 don't use a file dialog, because they usually don't know how to read
9906 a directory target from the user. (Bug#4230)
9907 Also, make sure the prompt can display directories as well as files.
9908
9909 2009-10-04 Karl Fogel <kfogel@red-bean.com>
9910
9911 * bookmark.el (bookmark-set, bookmark-buffer-name):
9912 Improve doc strings. (Bug#1193)
9913
9914 2009-10-04 Karl Fogel <kfogel@red-bean.com>
9915
9916 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
9917 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
9918 (bookmark-get-annotation, bookmark-set-annotation)
9919 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
9920 (bookmark-set-position, bookmark-get-front-context-string)
9921 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
9922 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
9923 (bookmark-jump-other-window, bookmark-handle-bookmark)
9924 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
9925 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
9926 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
9927 Improve doc strings to say whether bookmark can be a string or
9928 a record or both, and make other consistency and clarity fixes.
9929 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
9930 (bookmark-default-annotation-text, bookmark-yank-word)
9931 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
9932 (bookmark-import-new-list, bookmark-maybe-rename)
9933 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
9934 (bookmark-bmenu-bookmark): Give these doc strings.
9935 (bookmark-bmenu-check-position): Give this a doc string, but also
9936 add a FIXME comment about how the function may be pointless.
9937 (bookmark-default-handler): Rework doc string and change a
9938 parameter name, to clarify that this takes a bookmark record
9939 not a bookmark name.
9940 (bookmark-set): Change a parameter name to indicate its meaning,
9941 and improve the doc string a bit.
9942 (Bug#4188)
9943
9944 2009-10-04 Karl Fogel <kfogel@red-bean.com>
9945
9946 * bookmark.el (bookmark-alist): Document the new `handler' element
9947 in the param alist.
9948 (bookmark-make-record-function): Adjust documentation for above.
9949 (Bug#4193)
9950
9951 2009-10-04 Karl Fogel <kfogel@red-bean.com>
9952
9953 * info.el (Info-bookmark-make-record): Document this function.
9954 (Info-bookmark-jump): Document with a doc string, not just a comment.
9955 (Bug#4203)
9956
9957 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
9958
9959 * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
9960 (semantic-new-buffer-fcn): Call parser setup functions here.
9961 (semantic-mode): Don't call parser setup functions here, it's done
9962 in semantic-new-buffer-fcn now.
9963 (semantic-mode): Parse all existing buffers when enabled.
9964
9965 * cedet/srecode/compile.el (srecode-compile-file):
9966 Call semantic-new-buffer-fcn if the buffer has not been parsed.
9967
9968 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
9969
9970 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
9971
9972 * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
9973 (proj-comp-insert-variable-once): New macro, renamed from
9974 ede-pmake-insert-variable-once in ede/pmake.edl.
9975 (ede-proj-makefile-insert-variables): Use it.
9976
9977 2009-10-04 Michael Albinus <michael.albinus@gmx.de>
9978
9979 * files.el (copy-directory): New defun.
9980
9981 * dired-aux.el (dired-copy-file-recursive): Use it.
9982
9983 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
9984
9985 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
9986 (makefile-end-of-command):
9987 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
9988 (semantic-end-of-context): Fix previous change. Doc fixes.
9989
9990 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
9991
9992 * files-x.el (modify-dir-local-variable)
9993 (copy-dir-locals-to-file-locals-prop-line):
9994 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
9995 (makefile-end-of-command):
9996 * cedet/semantic/lex.el (semantic-lex-token):
9997 * cedet/semantic/analyze/fcn.el
9998 (semantic-analyze-dereference-metatype-1):
9999 * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
10000 (semantic-lex-cpp-undef):
10001 * cedet/semantic/wisent/wisent.el (wisent-skip-block):
10002 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
10003 (semantic-end-of-context): Fix typos in docstrings.
10004
10005 * recentf.el (recentf-unload-function): New function.
10006
10007 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
10008
10009 * cedet/ede.el (ede-project-placeholder-cache-file):
10010 * cedet/semantic/db-file.el (semanticdb-default-save-directory):
10011 * cedet/srecode/map.el (srecode-map-save-file):
10012 Use locate-user-emacs-file. Suggested by Juanma Barranquero.
10013
10014 2009-10-04 Glenn Morris <rgm@gnu.org>
10015
10016 * window.el (window-full-height-p): Add doc string.
10017
10018 2009-10-04 Martin Rudalics <rudalics@gmx.at>
10019
10020 * window.el (window-full-height-p): New function. (Bug#4543)
10021
10022 2009-10-03 Chong Yidong <cyd@stupidchicken.com>
10023
10024 * cedet/srecode/insert.el: Require srecode/args.
10025
10026 * cedet/srecode/args.el: Require srecode/dictionary instead of
10027 srecode/insert.
10028
10029 * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
10030
10031 * files.el (auto-mode-alist): Add .srt and Project.ede.
10032
10033 * cedet/semantic.el (semantic-mode):
10034 Handle srecode-template-mode-hook as well.
10035 (semantic-mode): Use js-mode-hook for Javascript hook.
10036
10037 * cedet/srecode/template.el: Remove hook variable.
10038
10039 * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
10040
10041 * cedet/ede.el (ede-target-forms-menu): Don't enable if no
10042 projects exist.
10043 (ede-project-placeholder-cache-file): Default to a file in
10044 user-emacs-directory.
10045
10046 * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
10047 templates in data-directory.
10048 (srecode-map-save-file): Default to a file in user-emacs-directory.
10049
10050 * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
10051 directory.
10052
10053 2009-09-30 Eric Ludlam <zappo@gnu.org>
10054
10055 * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
10056 Doc fix.
10057
10058 * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
10059 Only insert each variable once.
10060
10061 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
10062 (ede-pmake-insert-variable-shared): Use it.
10063
10064 * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
10065 for lexical table iff table is nil.
10066
10067 2009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
10068
10069 * vc.el: Remove commented out code.
10070 (vc-derived-from-dir-mode): Remove, unused.
10071 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
10072
10073 2009-10-03 Michael Albinus <michael.albinus@gmx.de>
10074
10075 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
10076 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
10077 there could be recursive loading when `default-directory' is a
10078 remote file name. (Bug#4614)
10079
10080 2009-10-03 Glenn Morris <rgm@gnu.org>
10081
10082 * calendar/calendar.el (calendar-basic-setup): Handle the case where
10083 the frame is wide.
10084 (calendar-generate-window): Test for shrinkability rather than width.
10085
10086 * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
10087 declaration, currently false.
10088
10089 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
10090 reusing existing buffers, in case we happen to visit two files with the
10091 same basename. (Bug#4593)
10092
10093 2009-10-02 Eli Zaretskii <eliz@gnu.org>
10094
10095 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
10096 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
10097 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
10098 subdirs of cedet as well.
10099 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
10100
10101 2009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
10102
10103 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
10104 Obey advertised-signature-table.
10105
10106 * help-fns.el (help-function-arglist): Don't check
10107 advertised-signature-table.
10108 (describe-function-1): Do it here instead so it also applies to subrs.
10109
10110 2009-10-02 Michael Albinus <michael.albinus@gmx.de>
10111
10112 * simple.el (start-file-process): Say in the doc-string, that file
10113 handlers might not support pty association, if PROGRAM is nil.
10114
10115 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
10116 HOST and USER are strings. They are nil, when there are
10117 incomplete entries in ~/.netrc, for example.
10118 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
10119 root directory ("device busy" error otherwise).
10120
10121 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
10122 Flush file properties of created directory.
10123
10124 2009-10-02 Eli Zaretskii <eliz@gnu.org>
10125
10126 * makefile.w32-in (WINS_BASIC): Remove cedet.
10127 (WINS_CEDET): Add cedet.
10128 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
10129
10130 2009-10-02 Kevin Ryde <user42@zip.com.au>
10131
10132 * net/browse-url.el (browse-url): Pass any symbol in
10133 browse-url-browser-function to `apply', since if you've mistakenly put
10134 an unbound symbol then the error is clearer. (Bug#4531)
10135
10136 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
10137
10138 * allout.el (allout-init, allout-back-to-current-heading)
10139 (allout-beginning-of-current-entry, allout-ascend-to-depth)
10140 (allout-ascend, allout-up-current-level, allout-end-of-level)
10141 (allout-previous-visible-heading, allout-forward-current-level)
10142 (allout-backward-current-level, allout-show-children):
10143 * apropos.el (apropos-describe-plist):
10144 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
10145 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
10146 * completion.el (add-completion, add-permanent-completion):
10147 * descr-text.el (describe-text-category, describe-char):
10148 * desktop.el (desktop-lazy-abort):
10149 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
10150 * dired.el (dired-build-subdir-alist):
10151 * ediff.el (ediff-version):
10152 * elide-head.el (elide-head, elide-head-show):
10153 * emerge.el (emerge-version):
10154 * env.el (getenv):
10155 * face-remap.el (variable-pitch-mode):
10156 * faces.el (describe-face):
10157 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
10158 (dired-at-point):
10159 * files.el (find-file-existing, auto-save-mode):
10160 * font-lock.el (font-lock-fontify-buffer):
10161 * help-fns.el (describe-function, describe-variable)
10162 (describe-syntax, describe-categories):
10163 * help.el (view-lossage, describe-bindings, describe-key)
10164 (describe-mode):
10165 * hexl.el (hexl-current-address):
10166 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
10167 * info.el (Info-goto-emacs-key-command-node):
10168 * log-edit.el (log-edit-insert-cvs-template)
10169 (log-edit-insert-cvs-rcstemplate):
10170 * menu-bar.el (menu-bar-mode):
10171 * mouse.el (mouse-appearance-menu):
10172 * newcomment.el (comment-indent-new-line):
10173 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
10174 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
10175 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
10176 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
10177 * recentf.el (recentf-mode):
10178 * savehist.el (savehist-mode, savehist-save):
10179 * shadowfile.el (shadow-copy-files):
10180 * simple.el (kill-ring-save, next-line, previous-line)
10181 (normal-erase-is-backspace-mode):
10182 * strokes.el (strokes-update-window-configuration)
10183 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
10184 (strokes-xpm-for-stroke):
10185 * time.el (emacs-uptime, emacs-init-time):
10186 * tutorial.el (tutorial--describe-nonstandard-key)
10187 (tutorial--detailed-help):
10188 * type-break.el (type-break-mode)
10189 (type-break-mode-line-message-mode, type-break-query-mode)
10190 (type-break-guesstimate-keystroke-threshold):
10191 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
10192 * version.el (emacs-version):
10193 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
10194 * winner.el (winner-mode):
10195 * calendar/timeclock.el (timeclock-in, timeclock-out)
10196 (timeclock-status-string, timeclock-change)
10197 (timeclock-workday-remaining-string)
10198 (timeclock-workday-elapsed-string)
10199 (timeclock-when-to-leave-string):
10200 * calendar/todo-mode.el (todo-add-category):
10201 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
10202 * emacs-lisp/autoload.el (update-file-autoloads):
10203 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
10204 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
10205 (checkdoc-message-text, checkdoc-defun):
10206 * emacs-lisp/debug.el (debugger-list-functions):
10207 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
10208 * emacs-lisp/eieio-opt.el (eieio-describe-class)
10209 (eieio-describe-generic):
10210 * emacs-lisp/lisp-mnt.el (lm-synopsis):
10211 * emacs-lisp/shadow.el (list-load-path-shadows):
10212 * emulation/cua-base.el (cua-mode):
10213 * emulation/edt.el (edt-set-scroll-margins):
10214 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
10215 (tpu-toggle-regexp, tpu-toggle-search-direction)
10216 (tpu-toggle-rectangle, tpu-toggle-control-keys):
10217 * emulation/tpu-extras.el (tpu-set-scroll-margins):
10218 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
10219 (viper-set-parsing-style-toggling-macro)
10220 (viper-set-emacs-state-searchstyle-macros):
10221 * emulation/viper.el (viper-set-hooks):
10222 * eshell/esh-mode.el (eshell-truncate-buffer):
10223 * international/mule-cmds.el (prefer-coding-system)
10224 (describe-input-method, describe-language-environment):
10225 * international/mule-diag.el (list-character-sets)
10226 (describe-character-set, describe-coding-system)
10227 (describe-fontset, list-fontsets, list-input-methods):
10228 * mail/sendmail.el (mail-signature):
10229 * net/ange-ftp.el (ange-ftp-copy-file):
10230 * net/browse-url.el (browse-url):
10231 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
10232 * net/quickurl.el (quickurl-add-url):
10233 * net/rcirc.el (names, topic):
10234 * net/xesam.el (xesam-mode):
10235 * play/5x5.el (5x5-new-game):
10236 * play/yow.el (apropos-zippy):
10237 * progmodes/ada-mode.el (ada-mode-version):
10238 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
10239 (f90-end-of-block)
10240 (f90-beginning-of-block):
10241 * progmodes/fortran.el (fortran-end-of-block)
10242 (fortran-beginning-of-block):
10243 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
10244 * progmodes/python.el (python-describe-symbol, python-shell):
10245 * term/ns-win.el (ns-print-buffer):
10246 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
10247 * textmodes/flyspell.el (flyspell-mode-on):
10248 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
10249 (pages-directory-for-addresses):
10250 * textmodes/table.el (table-recognize-cell)
10251 (table-query-dimension, table-generate-source)
10252 (table-insert-sequence, table--warn-incompatibility):
10253 * textmodes/tex-mode.el (tex-validate-buffer):
10254 * textmodes/texinfmt.el (texinfmt-version)
10255 (texinfo-format-buffer):
10256 Use `called-interactively-p' instead of `interactive-p'.
10257
10258 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
10259
10260 * image-mode.el (image-toggle-display):
10261 * emacs-lisp/elp.el (elp-instrument-function):
10262 * emacs-lisp/advice.el (ad-make-advised-definition):
10263 * emacs-lisp/easy-mmode.el (define-minor-mode):
10264 * net/browse-url.el (browse-url-maybe-new-window):
10265 * progmodes/sh-script.el (sh-learn-buffer-indent):
10266 Pass new argument 'any to `called-interactively-p'.
10267
10268 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
10269
10270 * international/uni-bidi.el:
10271 * international/uni-category.el:
10272 * international/uni-combining.el:
10273 * international/uni-comment.el:
10274 * international/uni-decimal.el:
10275 * international/uni-decomposition.el:
10276 * international/uni-digit.el:
10277 * international/uni-lowercase.el:
10278 * international/uni-mirrored.el:
10279 * international/uni-name.el:
10280 * international/uni-numeric.el:
10281 * international/uni-old-name.el:
10282 * international/uni-titlecase.el:
10283 * international/uni-uppercase.el:
10284 Regenerate from Unicode 5.2.0 data.
10285
10286 2009-10-01 Glenn Morris <rgm@gnu.org>
10287
10288 * Makefile.in (ELCFILES): Regenerate.
10289
10290 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
10291
10292 * subr.el (interactive-p): Mark obsolete.
10293 (called-interactively-p): Make the optional-ness of `kind' obsolete.
10294 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
10295 advertised-signature-table for subroutines as well.
10296
10297 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
10298 (set-advertised-calling-convention): New function.
10299 (make-obsolete, define-obsolete-function-alias)
10300 (make-obsolete-variable, define-obsolete-variable-alias):
10301 Make the optional-ness of `when' obsolete.
10302 (define-obsolete-face-alias): Make `when' non-optional.
10303 * help-fns.el (help-function-arglist):
10304 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
10305 Use advertised-signature-table.
10306
10307 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
10308
10309 * files.el (delete-directory): New defun. The original function
10310 in fileio.c has been renamed to `delete-directory-internal'.
10311
10312 * dired.el (dired-delete-file): Call `delete-directory' with
10313 RECURSIVE parameter.
10314
10315 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
10316 parameter RECURSIVE. Implementation is missing.
10317
10318 * net/tramp.el (tramp-handle-make-directory): Flush upper
10319 directory's file properties.
10320 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
10321 (tramp-handle-dired-recursive-delete-directory): Flush directory
10322 properties after the remove command only.
10323
10324 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
10325 Handle optional parameter RECURSIVE.
10326
10327 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
10328 Handle optional parameter RECURSIVE.
10329
10330 * net/tramp-smb.el (tramp-smb-errors): Add error message for
10331 connection timeout.
10332 (tramp-smb-handle-delete-directory): Handle optional parameter
10333 RECURSIVE.
10334
10335 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
10336
10337 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
10338 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
10339 (byte-compile-defmacro): Use backquotes.
10340
10341 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
10342
10343 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
10344 has no associated file.
10345 (vc-resynch-buffer): Use vc-dir-buffers.
10346
10347 2009-10-01 Glenn Morris <rgm@gnu.org>
10348
10349 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
10350 (chart-file-count):
10351 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
10352 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
10353 * emacs-lisp/eieio-opt.el (eieio-describe-class):
10354 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
10355 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
10356 (eieio-copy-parents-into-subclass, make-instance, class-children)
10357 (eieio-generic-form):
10358 * cedet/cedet-files.el (cedet-directory-name-to-file-name):
10359 * cedet/cedet-idutils.el (cedet-idutils-search)
10360 (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
10361 (cedet-idutils-version-check):
10362 * cedet/cedet.el (cedet-version):
10363 * cedet/data-debug.el (data-debug-insert-overlay-button)
10364 (data-debug-insert-overlay-list-button)
10365 (data-debug-insert-buffer-button)
10366 (data-debug-insert-buffer-list-button)
10367 (data-debug-insert-process-button, data-debug-insert-ring-button)
10368 (data-debug-insert-widget, data-debug-insert-stuff-list-button)
10369 (data-debug-insert-stuff-vector-button)
10370 (data-debug-insert-symbol-button, data-debug-insert-string)
10371 (data-debug-insert-number, data-debug-insert-lambda-expression)
10372 (data-debug-insert-nil, data-debug-insert-simple-thing)
10373 (data-debug-insert-custom, data-debug-edebug-expr):
10374 * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
10375 (global-ede-mode-map, ede-new, ede-debug-target)
10376 (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
10377 * cedet/semantic.el (semantic-minimum-working-buffer-size)
10378 (semantic-fetch-tags, semantic-submode-list)
10379 (semantic-default-submodes):
10380 * cedet/ede/source.el (ede-source-match):
10381 * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
10382 (project-am-package-info):
10383 * cedet/ede/proj.el (ede-proj-target, project-new-target):
10384 * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
10385 * cedet/ede/proj-comp.el (ede-current-build-list):
10386 * cedet/ede/makefile-edit.el (makefile-move-to-macro):
10387 * cedet/ede/files.el (ede-toplevel-project-or-nil):
10388 * cedet/ede/cpp-root.el (initialize-instance):
10389 * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
10390 (autoconf-parameter-strip, autoconf-insert-new-macro):
10391 * cedet/semantic/wisent.el (wisent-lex-eoi):
10392 * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
10393 (semantic-show-parser-state-mode):
10394 * cedet/semantic/texi.el (semantic-texi-environment-regexp):
10395 * cedet/semantic/tag.el (semantic-tag-new-variable)
10396 (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
10397 (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
10398 (semantic--tag-deep-copy-tag-list)
10399 (semantic-tag-components-with-overlays-default):
10400 * cedet/semantic/symref.el (semantic-symref-find-text):
10401 * cedet/semantic/senator.el (senator-yank-tag)
10402 (senator-transpose-tags-up):
10403 * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
10404 (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
10405 * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
10406 * cedet/semantic/lex.el (semantic-lex-comment-regex)
10407 (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
10408 (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
10409 * cedet/semantic/lex-spp.el
10410 (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
10411 (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
10412 * cedet/semantic/idle.el
10413 (semantic-idle-summary-current-symbol-info-brutish)
10414 (semantic-idle-summary-current-symbol-info-default):
10415 * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
10416 (semantic--grammar-macro-compl-dict):
10417 * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
10418 * cedet/semantic/format.el (semantic-format-tag-custom-list)
10419 (semantic-format-tag-canonical-name-default):
10420 * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
10421 (semantic-find-tags-for-completion)
10422 (semantic-find-tags-by-scope-protection-default)
10423 (semantic-deep-find-tags-for-completion):
10424 * cedet/semantic/edit.el
10425 (semantic-edits-incremental-reparse-failed-hook)
10426 (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
10427 (semantic-edits-splice-remove, semantic-edits-splice-replace):
10428 * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
10429 * cedet/semantic/dep.el (semantic-dependency-include-path):
10430 * cedet/semantic/db.el (semanticdb-default-find-index-class)
10431 (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
10432 (semanticdb-project-roots):
10433 * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
10434 (semanticdb-find-adebug-insert-scanned-tag-cons)
10435 (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
10436 (semanticdb-brute-deep-find-tags-for-completion):
10437 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
10438 * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
10439 (semantic-end-of-context-default)
10440 (semantic-ctxt-current-function-default)
10441 (semantic-ctxt-scoped-types-default):
10442 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
10443 (semantic-complete-inline-tag-engine)
10444 (semantic-complete-inline-custom-type)
10445 (semantic-complete-read-tag-analyzer):
10446 * cedet/semantic/chart.el (semantic-chart-tags-by-class)
10447 (semantic-chart-database-size):
10448 * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
10449 (semantic-analyze-current-context):
10450 * cedet/semantic/symref/list.el (semantic-symref)
10451 (semantic-symref-hide-buffer, semantic-symref-symbol):
10452 * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
10453 * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
10454 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
10455 * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
10456 (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
10457 (semantic-c-dereference-template):
10458 * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
10459 (semantic--analyze-refs-full-lookup-with-parents)
10460 (semantic--analyze-refs-full-lookup-simple):
10461 * cedet/semantic/analyze/complete.el
10462 (semantic-analyze-possible-completions):
10463 * cedet/srecode/table.el (srecode-mode-table-new):
10464 * cedet/srecode/srt.el (srecode-read-variable-name):
10465 * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
10466 * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
10467 (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
10468 * cedet/srecode/map.el (srecode-current-map):
10469 * cedet/srecode/insert.el (srecode-insert)
10470 (srecode-insert-variable-secondname-handler, srecode-insert-method)
10471 (srecode-template-inserter-point-override)
10472 (srecode-insert-include-lookup):
10473 * cedet/srecode/getset.el (srecode-auto-choose-class):
10474 * cedet/srecode/extract.el (srecode-inserter-extract):
10475 * cedet/srecode/document.el
10476 (srecode-document-autocomment-return-last-alist)
10477 (srecode-document-autocomment-param-type-alist)
10478 (srecode-document-insert-function-comment)
10479 (srecode-document-insert-variable-one-line-comment)
10480 (srecode-document-function-name-comment):
10481 * cedet/srecode/dictionary.el (srecode-create-dictionary)
10482 (srecode-compound-toString):
10483 * cedet/srecode/compile.el (srecode-flush-active-templates):
10484 * cedet/srecode/args.el (srecode-semantic-handle-:blank):
10485 Doc/message fixes.
10486
10487 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
10488 match-data. (Bug#4555).
10489
10490 * cedet/semantic/bovine/gcc.el
10491 (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
10492 (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
10493
10494 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
10495 rather than parsing it as a regexp. This relaxes the layout
10496 requirements and makes errors easier to detect.
10497 (check-declare-verify): Check file is regular.
10498 (check-declare-directory): Doc fix.
10499 * subr.el (declare-function): Doc fix.
10500
10501 * ibuffer.el (ibuffer-format-qualifier):
10502 * isearch.el (hi-lock-regexp-okay):
10503 * calc/calc.el (math-zerop):
10504 * mail/uce.el (rmail-msgbeg, rmail-msgend):
10505 * term/w32-win.el (setup-default-fontset, set-fontset-font):
10506 Remove unused declarations.
10507
10508 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
10509
10510 * cedet/semantic/wisent/javat-wy.el
10511 (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
10512
10513 2009-09-30 Juanma Barranquero <lekktu@gmail.com>
10514
10515 * cedet/srecode/expandproto.el: Fix provide statement.
10516
10517 2009-09-30 Eric Ludlam <zappo@gnu.org>
10518
10519 * emacs-lisp/eieio.el (boolean-p): Delete.
10520
10521 2009-09-30 Sascha Wilde <wilde@sha-bang.de>
10522
10523 * cedet/ede/srecode.el: Fix provide statement.
10524
10525 2009-09-30 Glenn Morris <rgm@gnu.org>
10526
10527 * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
10528 * cedet/ede/proj-aux.el (ede-aux-source):
10529 * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
10530 (ede-misc-source):
10531 * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
10532 (semantic-mrub-switch-tags): Fix doc typos.
10533
10534 * cedet/semantic/db-global.el (data-debug-new-buffer)
10535 (data-debug-insert-thing): Remove unneeded declarations (one broken).
10536 (semanticdb-enable-gnu-global-databases): Fix prompt typo.
10537
10538 * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
10539
10540 * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
10541 use of CL function `remove-if-not'.
10542
10543 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
10544
10545 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
10546 filename is not a string.
10547
10548 2009-09-29 Chong Yidong <cyd@stupidchicken.com>
10549
10550 * files.el (safe-local-eval-forms): Fix typo.
10551
10552 2009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
10553
10554 * vc-hooks.el (vc-dir-buffers): New var.
10555 (vc-state-refresh): New function.
10556 (vc-state): Use it.
10557 (vc-after-save): Always ask the backend to recompute the new state.
10558 Always call vc-dir if necessary, using vc-dir-buffers.
10559 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
10560 Use vc-dir-buffers.
10561 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
10562 (vc-dir-prepare-status-buffer, vc-dir-update)
10563 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
10564 Don't call expand-file-name on default-directory.
10565
10566 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
10567
10568 * speedbar.el (speedbar-item-delete):
10569 * calc/calc-prog.el (calc-kbd-if):
10570 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
10571
10572 * epa.el (epa-key-list-mode-map):
10573 * hi-lock.el (hi-lock-menu): Fix typos in menus.
10574
10575 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
10576 (hs-show-hook): Fix typo in docstring.
10577
10578 2009-09-29 Glenn Morris <rgm@gnu.org>
10579
10580 * cedet/semantic/symref/idutils.el:
10581 * cedet/semantic/symref/list.el: Relicense under GPLv3+.
10582
10583 * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
10584
10585 * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
10586 * cedet/semantic/tag-file.el (semanticdb-table-child-p):
10587 * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
10588 Mark declarations not understood by check-declare.
10589
10590 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
10591 file-name-nondirectory call preventing location of cedet files.
10592 (check-declare-verify): Use literal search rather than re-search.
10593 Add basic defmethod and defclass, and define-overloadable-function.
10594
10595 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
10596 Use tramp-compat-file-attributes rather than nonexistent
10597 tramp-compat-handle-file-attributes.
10598
10599 * Makefile.in (lisptagsfiles4): New.
10600 (AUTOGENEL): Add cedet loaddefs files.
10601 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
10602 (update-elclist, compile-always, backup-compiled-files)
10603 (bootstrap-clean): Add yet another directory level.
10604 (update-elclist): Use LC_COLLATE rather than COLLATE.
10605 (ELCFILES): Update, via `make update-elclist'.
10606
10607 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
10608
10609 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
10610 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
10611 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
10612
10613 2009-09-28 Andreas Schwab <schwab@linux-m68k.org>
10614
10615 * Makefile.in (lisptagsfiles3): Define.
10616 (TAGS, TAGS-LISP): Use it.
10617 (update-elclist): Add third directory level to look for elc files.
10618 (compile-always): Likewise.
10619 (backup-compiled-files): Likewise.
10620 (bootstrap-clean): Likewise.
10621 (ELCFILES): Update.
10622
10623 2009-09-28 Chong Yidong <cyd@stupidchicken.com>
10624
10625 * Makefile.in (ELCFILES): Add CEDET files.
10626
10627 2009-09-28 Eric Ludlam <zappo@gnu.org>
10628
10629 CEDET (development tools) package merged.
10630
10631 * cedet/*.el:
10632 * cedet/ede/*.el:
10633 * cedet/semantic/*.el:
10634 * cedet/srecode/*.el: New files.
10635
10636 2009-09-28 Michael Albinus <michael.albinus@gmx.de>
10637
10638 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
10639
10640 * net/tramp.el (top): Require tramp-imap.
10641
10642 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
10643 Use `tramp-compat-handle-file-attributes'.
10644
10645 2009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
10646
10647 * net/tramp-imap.el: New package.
10648
10649 2009-09-28 Eric Ludlam <zappo@gnu.org>
10650
10651 * emacs-lisp/chart.el:
10652 * emacs-lisp/eieio-base.el:
10653 * emacs-lisp/eieio-comp.el:
10654 * emacs-lisp/eieio-custom.el:
10655 * emacs-lisp/eieio-datadebug.el:
10656 * emacs-lisp/eieio-opt.el:
10657 * emacs-lisp/eieio-speedbar.el:
10658 * emacs-lisp/eieio.el: New files.
10659
10660 * cedet/cedet-cscope.el:
10661 * cedet/cedet-files.el:
10662 * cedet/cedet-global.el:
10663 * cedet/cedet-idutils.el:
10664 * cedet/data-debug.el:
10665 * cedet/inversion.el:
10666 * cedet/mode-local.el:
10667 * cedet/pulse.el: New files.
10668
10669 2009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10670
10671 * whitespace.el (whitespace-trailing-regexp)
10672 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
10673 Fix doc string.
10674
10675 2009-09-27 Chong Yidong <cyd@stupidchicken.com>
10676
10677 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
10678 menu.
10679
10680 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
10681 menu-bar-ediff-menu.
10682
10683 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
10684 define-overloadable-function.
10685
10686 * progmodes/autoconf.el: Provide autoconf as well, so that this
10687 file can be `require'd.
10688
10689 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
10690
10691 * emacs-lisp/autoload.el (generated-autoload-feature)
10692 (generated-autoload-load-name): New vars.
10693 (autoload-rubric, autoload-generate-file-autoloads): Use them.
10694 (make-autoload): Recognize define-overloadable-function and
10695 defclass forms (for EIEIO).
10696
10697 * Makefile.in (update-subdirs): Exclude cedet directory.
10698
10699 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
10700
10701 * term/ns-win.el: Don't set the region face background. (Bug#4381)
10702
10703 * faces.el: Default light-background background for region face to
10704 ns_selection_color under NS.
10705
10706 2009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
10707
10708 * net/imap-hash.el: New library, see NEWS.
10709
10710 * Makefile.in (ELCFILES): Add imap-hash.el.
10711
10712 2009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
10713
10714 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
10715 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
10716 * help-macro.el (make-help-screen): Avoid using an ambiguous function
10717 definition where the docstring could be taken for the return value.
10718
10719 2009-09-26 Glenn Morris <rgm@gnu.org>
10720
10721 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
10722 Add option to only show images below a certain size.
10723 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
10724 save-excursion calls.
10725
10726 2009-09-26 Eli Zaretskii <eliz@gnu.org>
10727
10728 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
10729 subdirectories) and eieio.
10730
10731 2009-09-26 Alan Mackenzie <acm@muc.de>
10732
10733 * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
10734 buggy bracketing. (Bug#4289)
10735
10736 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
10737 character constants (as case labels). (Bug#4289)
10738
10739 2009-09-25 Juri Linkov <juri@jurta.org>
10740
10741 * files.el (safe-local-eval-forms): Allow time-stamp in
10742 before-save-hook (Bug#4554).
10743
10744 2009-09-25 Drew Adams <drew.adams@oracle.com>
10745
10746 * menu-bar.el (list-buffers-directory): Doc fix.
10747
10748 2009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
10749
10750 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
10751 Try and avoid copying twice the same paragraph.
10752 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
10753 Remove save-excursion.
10754 (log-edit-changelog-entry): Do it here instead.
10755
10756 2009-09-25 Juanma Barranquero <lekktu@gmail.com>
10757
10758 * bs.el (bs--get-file-name): Use `list-buffers-directory'
10759 when available, instead of hardcoding mode names. Doc fix.
10760
10761 * menu-bar.el (list-buffers-directory): Add docstring.
10762 Make automatically buffer-local.
10763
10764 * dired.el (dired-mode):
10765 * files.el (cd-absolute):
10766 * pcvs.el (cvs-temp-buffer):
10767 * pcvs-util.el (cvs-get-buffer-create):
10768 * shell.el (shell-mode):
10769 * vc-dir.el (vc-dir-mode):
10770 Don't make `list-buffers-directory' buffer local.
10771
10772 2009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
10773
10774 * comint.el (comint-exec, comint-run, make-comint):
10775 Doc fixes (Bug#4542).
10776
10777 2009-09-25 Glenn Morris <rgm@gnu.org>
10778
10779 * mail/rmailmm.el (rmail-mime): New custom group.
10780 Move all defcustoms in this file into this group.
10781 (rmail-mime-media-type-handlers-alist): Revert previous change.
10782 (rmail-mime-show-images): New option.
10783 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
10784 references to it, since it wasn't actually used for anything.
10785 (rmail-mime-insert-image): New function.
10786 (rmail-mime-image): Use rmail-mime-insert-image.
10787 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
10788 obey the value of `rmail-mime-show-images' option. Print the size of
10789 attachments.
10790
10791 2009-09-25 David Engster <deng@randomsample.de>
10792
10793 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
10794
10795 2009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10796
10797 * whitespace.el: Does not highlight trailing spaces While point is
10798 at end of line. Does not highligt spaces at beginning of buffer
10799 while point is at beginning of buffer. Does not highlight spaces
10800 at end of buffer while point is at end of buffer. (Bug#4177)
10801 New version 12.0.
10802 (whitespace-display-mappings): Adjust initialization.
10803 (whitespace-point, whitespace-font-lock-refontify): New vars.
10804 (whitespace-color-on, whitespace-color-off): Adjust code.
10805 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
10806 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
10807 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
10808
10809 2009-09-24 Chong Yidong <cyd@stupidchicken.com>
10810
10811 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
10812
10813 * textmodes/sgml-mode.el: Remove xml-mode alias.
10814
10815 * files.el (auto-mode-alist, conf-mode-maybe)
10816 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
10817
10818 2009-09-24 Alan Mackenzie <acm@muc.de>
10819
10820 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
10821 c-forward-conditionals, but it doesn't move point and doesn't set
10822 the mark.
10823 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
10824 (c-down-conditional-with-else, c-backward-conditional)
10825 (c-forward-conditional): Refactor to use c-scan-conditionals.
10826
10827 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
10828
10829 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
10830 (help-default-arg-highlight): Remove.
10831 (help-highlight-arg): New function.
10832 (help-do-arg-highlight): Use it.
10833 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
10834
10835 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
10836
10837 * term.el (term-set-scroll-region, term-handle-ansi-escape):
10838 Undo last change, which didn't fix the problem and introduced others.
10839
10840 2009-09-24 Nick Roberts <nickrob@snap.net.nz>
10841
10842 * progmodes/gdb-mi.el: Don't require speedbar.
10843 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
10844
10845 2009-09-24 Glenn Morris <rgm@gnu.org>
10846
10847 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
10848
10849 * term/ns-win.el (ns-reg-to-script): Define for compiler.
10850
10851 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
10852 there is no newline after the final mime boundary. (Bug#4539)
10853 Move markers on insertion so that any buttons inserted don't end up in
10854 the next part of a multipart message.
10855 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
10856 (rmail-mime-bulk-handler): Optionally handle images.
10857 (rmail-mime-image): New button action.
10858 (rmail-mime-image-handler): New function.
10859 (rmail-mime-mode): New mode.
10860 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
10861
10862 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
10863
10864 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
10865 than just dropping elements from it (bug#4504).
10866
10867 * term.el (term-set-scroll-region): Don't move cursor any more.
10868 (term-handle-ansi-escape): Call term-goto here instead.
10869 Suggested by Ivan Kanis <apple@kanis.eu>.
10870
10871 * term.el: Require CL.
10872 (term-ansi-reset): New function.
10873 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
10874 (term-handle-colors-array): Simplify.
10875
10876 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
10877
10878 * allout.el (allout-overlay-interior-modification-handler)
10879 (allout-obtain-passphrase):
10880 * epa-file.el (epa-file-write-region):
10881 * ps-print.el (ps-begin-job):
10882 * vc-hooks.el (vc-toggle-read-only):
10883 * vc-rcs.el (vc-rcs-rollback):
10884 * vc-sccs.el (vc-sccs-rollback):
10885 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
10886 (vc-version-diff, vc-revert, vc-rollback):
10887 * wdired.el (wdired-check-kill-buffer):
10888 * emacs-lisp/authors.el (authors):
10889 * net/socks.el (socks-open-connection):
10890 * net/zeroconf.el (zeroconf-service-add-hook):
10891 * obsolete/vc-mcvs.el (vc-mcvs-register):
10892 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
10893 (gdb-select-frame):
10894 * progmodes/grep.el (lgrep, rgrep):
10895 * progmodes/idlw-help.el (idlwave-help-check-locations)
10896 (idlwave-help-html-link, idlwave-help-assistant-open-link):
10897 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
10898 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
10899 (reftex-toc-rename-label): Fix typos in error messages.
10900
10901 * dired-aux.el (dired-do-shell-command): Reflow docstring.
10902 (dired-copy-how-to-fn): Doc fix.
10903 (dired-files-attributes, dired-read-shell-command):
10904 Fix typos in docstrings.
10905
10906 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
10907 (dired-x-find-file-other-window): Reflow docstrings.
10908 (dired-omit-marker-char, dired-read-shell-command)
10909 (dired-x-submit-report): Fix typos in docstrings.
10910
10911 * shell.el (shell-mode-hook):
10912 * view.el (View-scroll-line-forward):
10913 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
10914 Fix typos in docstrings.
10915
10916 * net/dig.el (dig-invoke): Fix typo in docstring.
10917 (query-dig): Reflow docstring.
10918
10919 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
10920 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
10921 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
10922 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
10923 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
10924 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
10925 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
10926 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
10927 (idlwave-completion-map, idlwave-current-indent)
10928 (idlwave-custom-ampersand-surround, idlwave-customize)
10929 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
10930 (idlwave-define-abbrev, idlwave-determine-class-special)
10931 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
10932 (idlwave-end-block-reg, idlwave-end-of-statement)
10933 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
10934 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
10935 (idlwave-explicit-class-listed, idlwave-file-header)
10936 (idlwave-fill-paragraph, idlwave-find-class-definition)
10937 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
10938 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
10939 (idlwave-in-quote, idlwave-indent-action-table)
10940 (idlwave-indent-expand-table, idlwave-indent-line)
10941 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
10942 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
10943 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
10944 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
10945 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
10946 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
10947 (idlwave-outlawed-buffers, idlwave-popup-select)
10948 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
10949 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
10950 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
10951 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
10952 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
10953 (idlwave-statement-type, idlwave-struct-skip)
10954 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
10955 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
10956 (idlwave-what-module-find-class): Fix typos in docstrings.
10957 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
10958 (idlwave-calculate-cont-indent, idlwave-expand-equal)
10959 (idlwave-find-module, idlwave-find-structure-definition)
10960 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
10961 (idlwave-list-load-path-shadows, idlwave-next-statement)
10962 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
10963 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
10964 (idlwave-template): Reflow docstrings.
10965
10966 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
10967 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
10968 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
10969 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
10970 (idlwave-shell-display-line, idlwave-shell-display-wframe)
10971 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
10972 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
10973 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
10974 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
10975 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
10976 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
10977 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
10978 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
10979 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
10980 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
10981 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
10982 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
10983 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
10984 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
10985 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
10986 Fix typos in docstrings.
10987 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
10988 (idlwave-shell-hide-output, idlwave-shell-mode)
10989 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
10990 Reflow docstrings.
10991
10992 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
10993
10994 2009-09-24 Ivan Kanis <apple@kanis.eu>
10995
10996 * term.el (term-bold-attribute): New var.
10997 (term-handle-colors-array): Use it.
10998
10999 2009-09-23 Nick Roberts <nickrob@snap.net.nz>
11000
11001 * progmodes/gdb-mi.el (gdb-version): New variable.
11002 (gdb-non-stop-handler): Set gdb-version.
11003 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
11004 Condition "--thread" option on gdb-version.
11005 (gdb-invalidate-threads): Remove unused argument.
11006
11007 2009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
11008
11009 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
11010 to looking-back to avoid ridiculous slow down in large files (bug#4511).
11011
11012 2009-09-23 Glenn Morris <rgm@gnu.org>
11013
11014 * mail/rmail.el (rmail-reply): Don't try to add a References header when
11015 replying to mail without References or Message-Id. (Bug#4525)
11016
11017 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
11018
11019 * term/ns-win.el (ns-reg-to-script): New variable.
11020
11021 2009-09-23 Daiki Ueno <ueno@unixuser.org>
11022
11023 * epg.el (epg-wait-for-status): Preserve existing 'error results.
11024
11025 2009-09-22 Sam Steingold <sds@gnu.org>
11026
11027 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
11028 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
11029 to 1 because hg returns status 1 when nothing is found.
11030 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
11031
11032 2009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
11033
11034 * textmodes/fill.el: Convert to utf-8 encoding.
11035 (fill-french-nobreak-p): Remove redundant » and « inherited from our
11036 pre-unicode days.
11037
11038 * add-log.el (change-log-fill-forward-paragraph): New function.
11039 (change-log-mode): Use it so fill-region DTRT.
11040 Set fill-indent-according-to-mode here rather than in
11041 change-log-fill-paragraph.
11042 (change-log-fill-paragraph): Remove.
11043
11044 2009-09-22 Juanma Barranquero <lekktu@gmail.com>
11045
11046 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
11047 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
11048
11049 2009-09-22 Glenn Morris <rgm@gnu.org>
11050
11051 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
11052 the scroll-bar scroll the calendar window rather than the buffer.
11053
11054 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
11055 commands that move point (as opposed to scrolling).
11056
11057 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
11058
11059 * emacs-lisp/elint.el (elint): New custom group.
11060 (elint-log-buffer): Make it a defcustom.
11061 (elint-scan-preloaded, elint-ignored-warnings)
11062 (elint-directory-skip-re): New options.
11063 (elint-builtin-variables): Doc fix.
11064 (elint-preloaded-env): New variable.
11065 (elint-unknown-builtin-args): Add an entry for encode-time.
11066 (elint-extra-errors): Make it a variable rather than a constant.
11067 (elint-preloaded-skip-re): New constant.
11068 (elint-directory): Skip files matching elint-directory-skip-re.
11069 (elint-features): New variable, local to linted buffers.
11070 (elint-update-env): Initialize elint-features. Possibly add
11071 elint-preloaded-env to the buffer's environment.
11072 (elint-get-top-forms): Bind elint-current-pos, for log messages.
11073 Skip quoted forms.
11074 (elint-init-form): New function, extracted from elint-init-env.
11075 Make non-list forms a warning rather than an error.
11076 Add the mode-map for define-derived-mode. Handle define-minor-mode,
11077 easy-menu-define, put that adds an error-condition, and provide.
11078 When requiring cl, also require cl-macs. Really require cl, to handle
11079 some cl macros. Store required libraries in the list elint-features,
11080 so as not to re-load them. Treat cc-require like require.
11081 (elint-init-env): Call elint-init-form to do the work.
11082 Handle eval-and-compile and such like.
11083 (elint-add-required-env): Do not clear messages.
11084 (elint-special-forms): Add handlers for function, defalias, if, when,
11085 unless, and, or.
11086 (elint-form): Add optional argument to ignore elint-special-forms,
11087 useful to prevent recursive calls from handlers. Doc fix.
11088 Respect elint-ignored-warnings.
11089 (elint-form): Respect elint-ignored-warnings.
11090 (elint-bound-variable, elint-bound-function): New variables.
11091 (elint-unbound-variable): Respect elint-bound-variable.
11092 (elint-get-args): Respect elint-bound-function.
11093 (elint-check-cond-form): Add some simple handling for (f)boundp and
11094 featurep tests.
11095 (elint-check-defalias-form): New handler.
11096 (elint-check-let-form): Make an empty let a warning rather than an
11097 error.
11098 (elint-check-setq-form): Make an empty setq a warning rather than an
11099 error. Respect elint-ignored-warnings.
11100 (elint-check-defvar-form): Accept null doc-strings.
11101 (elint-check-conditional-form): New handler. Does some simple-minded
11102 checking of featurep and (f)boundp tests.
11103 (elint-put-function-args): New function.
11104 (elint-initialize): Use elint-scan-doc-file rather than
11105 elint-find-builtin-variables. Use elint-put-function-args.
11106 Possibly scan preloaded-file-list.
11107 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
11108 extend to handle functions as well.
11109
11110 2009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
11111
11112 * linum.el (linum-delete-overlays, linum-update-window):
11113 Do not modify the right margin. (Bug#3971)
11114
11115 2009-09-21 Chong Yidong <cyd@stupidchicken.com>
11116
11117 * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
11118 nxml-mode instead of xml-mode.
11119
11120 2009-09-21 Kevin Ryde <user42@zip.com.au>
11121
11122 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
11123
11124 2009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
11125
11126 * net/dig.el (dig-mode): Use define-derived-mode.
11127
11128 2009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
11129
11130 * vc-dispatcher.el (vc-do-command): Return the process object in
11131 the asynchronous case. Use when instead of if. Do not run
11132 vc-exec-after to display a message if not enabled. (Bug#4463)
11133
11134 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
11135 properties to the stash strings.
11136 (vc-git-stash-list): Return a list of strings.
11137 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
11138 (vc-git-stash-show-at-point): New functions.
11139 (vc-git-stash-map): New keymap.
11140
11141 * register.el (ctl-x-r-map): Define the keys here instead of
11142 using autoload.
11143
11144 2009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
11145
11146 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
11147 list, to workaround performance problem (bug#4485).
11148
11149 2009-09-20 Nick Roberts <nickrob@snap.net.nz>
11150
11151 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
11152
11153 2009-09-20 Daiki Ueno <ueno@unixuser.org>
11154
11155 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
11156 Document that this option is not recommended to use.
11157
11158 2009-09-19 Glenn Morris <rgm@gnu.org>
11159
11160 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
11161 variable `var'.
11162
11163 * calc/calc-alg.el (var):
11164 * calc/calcalg2.el (var): Define for compiler.
11165
11166 2009-09-19 Chong Yidong <cyd@stupidchicken.com>
11167
11168 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
11169 Doc fix (Bug#3932).
11170
11171 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
11172
11173 * time-stamp.el (time-stamp-month-dd-yyyy)
11174 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
11175 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
11176 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
11177 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
11178 Remove functions that have been obsolete since 1995 (Bug#4436).
11179
11180 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
11181 indent buffer only if called interactively (Bug#4452).
11182
11183 2009-09-19 Juanma Barranquero <lekktu@gmail.com>
11184 Eli Zaretskii <eliz@gnu.org>
11185
11186 This fixes bug#4197 (merged to bug#865, though not identical).
11187 * server.el (server-auth-dir): Add docstring note about FAT32.
11188 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
11189 but warn against using them.
11190
11191 2009-09-19 Nick Roberts <nickrob@snap.net.nz>
11192
11193 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
11194 older GDB where there is no has_more field.
11195
11196 2009-09-19 Glenn Morris <rgm@gnu.org>
11197
11198 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
11199
11200 2009-09-18 Chong Yidong <cyd@stupidchicken.com>
11201
11202 * files.el (auto-mode-alist): Change default for XML files to nXML
11203 mode (Bug#4169).
11204
11205 2009-09-18 Juanma Barranquero <lekktu@gmail.com>
11206
11207 * server.el (server-ensure-safe-dir): Pass 'integer
11208 to `file-attributes', as suggested.
11209
11210 2009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
11211
11212 * dired-aux.el (dired-query-alist): Remove spurious backslash.
11213 (dired-query): Use read-key.
11214
11215 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
11216
11217 * cus-start.el (ns-use-qd-smoothing): Remove.
11218
11219 2009-09-18 Glenn Morris <rgm@gnu.org>
11220
11221 * allout.el (top-level): Remove unnecessary progn.
11222
11223 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
11224
11225 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
11226 definition of abbrev table.
11227
11228 * speedbar.el (speedbar-track-mouse):
11229 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
11230 * net/eudc.el (eudc-expand-inline):
11231 * net/newst-backend.el (newsticker--cache-read-feed):
11232 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
11233 condition-case handlers.
11234
11235 2009-09-18 Nick Roberts <nickrob@snap.net.nz>
11236
11237 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
11238 (gdb-var-list): Add an element for has_more field.
11239 (gdb-non-stop-handler): Enable pretty printing for STL containers.
11240 (gdb-var-create-handler, gdb-var-list-children-handler-1)
11241 (gdb-var-update-handler-1): Parse output of dynamic variable
11242 objects (STL containers).
11243 (gdb-var-delete-1): Pass var1 as an explicit second argument.
11244 (gdb-get-field): Delete alias. Use bindat-get-field directly.
11245
11246 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
11247 gdb-var-list.
11248 (gud-speedbar-buttons): Make node expandable if expression "has more"
11249 children.
11250
11251 2009-09-17 Juanma Barranquero <lekktu@gmail.com>
11252
11253 * startup.el (emacs-quick-startup): Remove variable and all uses.
11254 (command-line): Set `inhibit-x-resources' instead.
11255 (command-line-1): Use `inhibit-x-resources' instead.
11256
11257 2009-09-17 Chong Yidong <cyd@stupidchicken.com>
11258
11259 * subr.el: Fix last change to avoid using the `unless' macro,
11260 which breaks bootstrapping.
11261
11262 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
11263
11264 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
11265 extended definitions, in case we reload subr.el after having
11266 loaded CL.
11267 (eval-next-after-load): Mark as obsolete.
11268
11269 2009-09-17 Juri Linkov <juri@jurta.org>
11270
11271 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
11272 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
11273 (menu-bar-showhide-menu, menu-bar-tools-menu)
11274 (menu-bar-describe-menu, menu-bar-help-menu)
11275 (minibuffer-local-completion-map, minibuffer-local-map):
11276 Fix list quoting.
11277
11278 2009-09-17 Glenn Morris <rgm@gnu.org>
11279
11280 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
11281 arguments, whether or not it has a handler.
11282
11283 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
11284
11285 * simple.el (hard-newline): Give it a doc-string.
11286
11287 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
11288 (lisp-mode-syntax-table): Give them doc-strings.
11289
11290 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
11291
11292 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
11293 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
11294 (menu-bar-options-menu, menu-bar-showhide-menu)
11295 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
11296 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
11297 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
11298 (menu-bar-options-menu, menu-bar-tools-menu)
11299 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
11300 (menu-bar-help-menu):
11301 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
11302 string arguments.
11303
11304 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
11305 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
11306 calls for the menu names and :help.
11307
11308 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
11309
11310 * mouse.el (minor-mode-menu-from-indicator): Pay attention
11311 to :minor-mode-function (bug#4455).
11312
11313 2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
11314
11315 * startup.el (command-line): Initialize the window-system after
11316 processing the command-line.
11317
11318 * textmodes/page.el (what-page): Make sure we don't inf-loop if
11319 page-delimiter matches the empty string.
11320
11321 2009-09-16 Glenn Morris <rgm@gnu.org>
11322
11323 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
11324 byte-compile-not-obsolete-var. It's a list now.
11325 (byte-compile-not-obsolete-funcs): New variable.
11326 (byte-compile-warn-obsolete): Don't warn about functions if they are in
11327 byte-compile-not-obsolete-funcs.
11328 (byte-compile-variable-ref, byte-compile-defvar): Update for
11329 byte-compile-not-obsolete-vars name-change and list nature.
11330 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
11331 and variables behind (f)boundp tests.
11332 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
11333
11334 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
11335
11336 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
11337
11338 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
11339
11340 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
11341 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
11342 Don't autoload.
11343
11344 2009-09-15 Stephen Eglen <stephen@gnu.org>
11345
11346 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
11347 the virtual-buffers, use the name of the buffer specified by
11348 find-file-noselect, as the match may be a symlink. (This was a
11349 problem if the target and the symlink had different names.)
11350
11351 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
11352
11353 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
11354
11355 * desktop.el (desktop-path): Check user-emacs-directory.
11356
11357 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
11358
11359 * loadup.el: Use after-load-functions to GC after loading each file.
11360 Remove the explicit GC calls that used to be sprinkled around.
11361
11362 * subr.el (after-load-functions): New hook.
11363 (do-after-load-evaluation): Run it. Use string-match-p to detect
11364 `obsolete' packages, rather than painfully extracting the relevant
11365 directory name.
11366
11367 2009-09-15 Glenn Morris <rgm@gnu.org>
11368
11369 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
11370 free variable `doc'.
11371
11372 * dired.el (dired-mode-map): Add menu entry for async shell command.
11373
11374 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
11375 variables, also consider the .elc files, since the .el files are
11376 normally gzipped (subsequent code locates the .el.gz from the .elc).
11377
11378 * calc/calc-prog.el (arglist): Define for compiler.
11379
11380 * calendar/diary-lib.el (diary-display-function): Change the default to
11381 fancy display.
11382 (body): Define for compiler.
11383
11384 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
11385 (byte-compile-file-form, byte-compile-lambda)
11386 (byte-compile-top-level-body, byte-compile-form)
11387 (byte-compile-variable-ref, byte-compile-setq)
11388 (byte-compile-setq-default, byte-compile-body)
11389 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
11390 (batch-byte-compile): Give some more local variables with common names
11391 a "bytecomp-" prefix to avoid masking warnings about free variables.
11392
11393 * startup.el (command-line-1): Give local variables with common names a
11394 distinguishing prefix, so as not to hide free variable warnings during
11395 bootstrap.
11396
11397 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
11398 clever and add a suffix to make a unique name, just let the user decide
11399 whether or not to overwrite it. If the input is a directory, write the
11400 default filename to that directory. (Bug#4388)
11401 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
11402 is a filename-as-a-directory.
11403
11404 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
11405
11406 * textmodes/page.el (what-page): Don't move to beginning of line.
11407 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
11408
11409 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
11410
11411 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
11412
11413 2009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
11414
11415 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
11416 * help.el (help-for-help-internal): Add purecopy calls for text.
11417
11418 * vc.el (top): print-log method now takes an optional SHORTLOG
11419 argument. Add a new method: root.
11420 (vc-root-diff, vc-print-root-log): New functions.
11421 (vc-log-short-style): New variable.
11422 (vc-print-log-internal): Add support for showing short logs.
11423
11424 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
11425 vc-print-root-log and vc-print-root-diff.
11426
11427 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
11428 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
11429 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
11430 short logs.
11431
11432 * vc-cvs.el (vc-cvs-print-log):
11433 * vc-mtn.el (vc-mtn-print-log):
11434 * vc-rcs.el (vc-rcs-print-log):
11435 * vc-sccs.el (vc-sccs-print-log):
11436 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
11437 that is ignored for now.
11438
11439 * vc-mtn.el (vc-mtn-annotate-command):
11440 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
11441
11442 2009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
11443
11444 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
11445 to function-key-map, and give them ascii-character property.
11446 * term/x-win.el (x-alternatives-map):
11447 * term/ns-win.el (ns-alternatives-map):
11448 * term/internal.el (msdos-key-remapping-map):
11449 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
11450
11451 2009-09-14 Glenn Morris <rgm@gnu.org>
11452
11453 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
11454 temp-buffers (2009-09-12).
11455
11456 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
11457
11458 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
11459 the new read-key function.
11460
11461 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
11462
11463 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
11464 is defined (Bug#4405).
11465
11466 2009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
11467
11468 * recentf.el (recentf-cleanup): Use a hash table to find
11469 duplicates (Bug#4407).
11470
11471 2009-09-13 Per Starbäck <per@starback.se> (tiny change)
11472
11473 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
11474 kp-0 to ascii equivalents (Bug#4325).
11475
11476 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
11477
11478 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
11479
11480 * eshell/em-hist.el:
11481 * eshell/em-dirs.el (eshell-complete-user-reference):
11482 Declare pcomplete functions and variables to avoid compiler warnings.
11483
11484 2009-09-13 Leo <sdl.web@gmail.com> (tiny change)
11485
11486 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
11487 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
11488 * eshell/em-alias.el (eshell-aliases-file):
11489 * eshell/em-hist.el (eshell-history-file-name):
11490 Use expand-file-name instead of concat to make file names (Bug#4308).
11491
11492 2009-09-13 Glenn Morris <rgm@gnu.org>
11493
11494 * ediff-merg.el (ediff-do-merge):
11495 * filesets.el (filesets-run-cmd):
11496 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
11497 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
11498 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
11499 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
11500 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
11501 Replace empty `let's with `progn'.
11502
11503 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
11504
11505 * mail/sendmail.el (send-mail-function):
11506 * tooltip.el (tooltip-mode):
11507 * simple.el (transient-mark-mode):
11508 * rfn-eshadow.el (file-name-shadow-mode):
11509 * frame.el (blink-cursor-mode):
11510 * font-core.el (global-font-lock-mode):
11511 * files.el (temporary-file-directory)
11512 (small-temporary-file-directory, auto-save-file-name-transforms):
11513 * epa-hook.el (auto-encryption-mode):
11514 * composite.el (global-auto-composition-mode):
11515 Use custom-initialize-delay.
11516 * startup.el (command-line): Don't explicitly call
11517 custom-reevaluate-setting for all the above vars.
11518 * custom.el (custom-initialize-safe-set)
11519 (custom-initialize-safe-default): Delete.
11520
11521 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
11522
11523 * term/x-win.el (x-initialize-window-system):
11524 * term/w32-win.el (w32-initialize-window-system):
11525 * term/ns-win.el (ns-initialize-window-system): Don't call
11526 mouse-wheel-mode since it's enabled globally by default already.
11527
11528 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
11529 actually define the variable, but only silences the byte-compiler.
11530 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
11531 before looking it up.
11532 (mouse-wheel-scroll-amount): Also reset the bindings if this value
11533 is changed.
11534
11535 2009-09-12 Glenn Morris <rgm@gnu.org>
11536
11537 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
11538 1000.
11539 (elint-add-required-env): Don't beep on error.
11540 (elint-forms): In case of error, return ENV unchanged.
11541 (elint-init-env): Skip non-list forms.
11542 (elint-log): Handle unknown file positions.
11543
11544 2009-09-12 Daiki Ueno <ueno@unixuser.org>
11545
11546 * epg.el (epg-make-context): Add autoload cookie.
11547 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
11548 (epg-decrypt-string, epg-start-verify, epg-verify-file)
11549 (epg-verify-string, epg-start-sign, epg-sign-file)
11550 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
11551 (epg-encrypt-string, epg-start-export-keys)
11552 (epg-export-keys-to-file, epg-export-keys-to-string)
11553 (epg-start-import-keys, epg-import-keys-from-file)
11554 (epg-import-keys-from-string, epg-start-receive-keys)
11555 (epg-receive-keys, epg-import-keys-from-server)
11556 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
11557 (epg-sign-keys, epg-start-generate-key)
11558 (epg-generate-key-from-file, epg-generate-key-from-string):
11559 Remove autoload cookie.
11560
11561 2009-09-12 Eli Zaretskii <eliz@gnu.org>
11562
11563 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
11564 reevaluation of trash-directory.
11565
11566 * mwheel.el: Fix last change.
11567 (mouse-wheel-mode): New defvar.
11568 (mouse-wheel-mode): Remove autoload cookie.
11569
11570 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
11571
11572 * mwheel.el (mwheel-installed-bindings): New var.
11573 (mouse-wheel-mode): Use it, so as to make sure we really remove all
11574 the bindings we set last time. Use custom-initialize-delay.
11575 * loadup.el: Load mwheel after term/*-win.el.
11576 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
11577 and mouse-wheel-up-event now that their first evaluation is done
11578 sufficiently late to be correct.
11579
11580 * startup.el (tutorial-directory): Make it a defcustom.
11581 Use custom-initialize-delay rather than eval-at-startup to set it.
11582 * image.el (image-load-path): Make it a defcustom.
11583 Use custom-initialize-delay rather than eval-at-startup to set it.
11584 * subr.el (eval-at-startup): Remove.
11585 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
11586
11587 * subr.el (do-after-load-evaluation): Warn the user after loading an
11588 obsolete package.
11589
11590 2009-09-12 Glenn Morris <rgm@gnu.org>
11591
11592 * proced.el (proced-mark-alt): Remove alias.
11593 (proced-mode-map): Remove proced-mark-alt.
11594
11595 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
11596 Elint file and directory. Remove initialization entry.
11597
11598 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
11599 commands.
11600 (elint-current-buffer): Set mode-line-process.
11601 (elint-init-env): Handle define-derived-mode.
11602 Fix declare-function with unspecified arglist. Guard against odd
11603 defalias statements (eg iso-insert's 8859-1-map).
11604 (elint-add-required-env): Use a temp buffer.
11605 (elint-form): Just print the function/macro name, not the whole form.
11606 Return env unchanged if we fail to parse a macro.
11607 (elint-forms): Guard against parse errors.
11608 (elint-output): New function, to handle batch mode.
11609 (elint-log-message): Add optional argument. Use elint-output.
11610 (elint-set-mode-line): New function.
11611
11612 2009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
11613
11614 * emacs-lisp/elp.el (elp-not-profilable): Add more
11615 functions (Bug#4233).
11616
11617 2009-09-12 Chong Yidong <cyd@stupidchicken.com>
11618
11619 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
11620 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
11621
11622 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
11623
11624 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
11625 (gdb-var-list-children): Use json parsing.
11626
11627 2009-09-11 Daniel Colascione <dan.colascione@gmail.com>
11628
11629 * progmodes/js.el (js--proper-indentation): Handle the case where
11630 char-before is null. Reported by Deniz Dogan.
11631
11632 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
11633
11634 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
11635
11636 2009-09-11 Daiki Ueno <ueno@unixuser.org>
11637
11638 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
11639 (epg-digest-algorithm-alist): Add SHA224.
11640 (epg-context-set-passphrase-callback)
11641 (epg-context-set-progress-callback): Add description about
11642 callback function.
11643
11644 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
11645
11646 * custom.el (custom-delayed-init-variables): New var.
11647 (custom-initialize-delay): New function.
11648 * startup.el (command-line): "Re"evaluate all vars in
11649 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
11650 explicitly any more.
11651 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
11652 to avoid creating a ~/.emacs.d at build-time (bug#4347).
11653
11654 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
11655
11656 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
11657
11658 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
11659 (gdb-var-update-handler): Use json parsing.
11660
11661 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
11662
11663 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
11664 decode annotated text, regardless of language environment. (Bug#2741)
11665
11666 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
11667
11668 * Makefile.in (autoloads): Make rmail.el writable as well.
11669
11670 2009-09-11 Glenn Morris <rgm@gnu.org>
11671
11672 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
11673 loaddefs.el.
11674 * dired.el: Regenerate with extracted autoloads.
11675 * Makefile.in (autoloads): Make dired.el writable.
11676
11677 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
11678 * ibuffer.el: Regenerate with extracted autoloads.
11679 * Makefile.in (autoloads): Make ibuffer.el writable.
11680
11681 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
11682 * version.el (emacs-copyright, emacs-major-version)
11683 (emacs-minor-version): Reformat doc-strings for make-docfile.
11684
11685 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
11686 functions and variables, since they must be stuff specific to some other
11687 platform.
11688 (apropos-print): Make mouse-click message less specific about button.
11689
11690 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
11691 that records where a macro was defined.
11692 * help-fns.el (describe-function-1): Mention if a function has a
11693 compiler-macro.
11694 * help-mode.el (help-function-cmacro): New button.
11695
11696 * locate.el (top-level): Always require dired.
11697 (locate-mode-map): Initialize inside the defvar.
11698
11699 * net/ange-ftp.el (dired-compress-file): Declare.
11700 (ange-ftp-dired-compress-file): Add doc string.
11701
11702 * term/ns-win.el (x-display-name, x-setup-function-keys):
11703 Unify doc-strings with X versions.
11704
11705 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
11706
11707 * emulation/crisp.el (crisp-mode-map): Move initialization
11708 into declaration.
11709 (crisp-mode): Use define-minor-mode.
11710
11711 * progmodes/xscheme.el (xscheme-evaluation-commands):
11712 Put a :advertised-binding property rather than using
11713 advertised-xscheme-send-previous-expression.
11714 (advertised-xscheme-send-previous-expression): Declare obsolete.
11715 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
11716 `advertised-undo'.
11717 (crisp-mode): Add corresponding bindings to
11718 undo's :advertised-binding instead.
11719 * dired.el (dired-mode-map): Put a :advertised-binding property rather
11720 than using dired-advertised-find-file.
11721 (dired-advertised-find-file):
11722 * simple.el (advertised-undo):
11723 * wid-edit.el (advertised-widget-backward): Declare obsolete.
11724 (widget-keymap): Put a :advertised-binding property rather
11725 than using advertised-widget-backward.
11726 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
11727 than using advertised-undo.
11728 * tutorial.el (tutorial--default-keys): Adjust accordingly.
11729
11730 2009-09-10 Simon South <ssouth@slowcomputing.org>
11731
11732 * progmodes/delphi.el (delphi-tab): Indent region when Transient
11733 Mark mode is enabled and region is active; otherwise indent or
11734 insert TAB as usual.
11735 (delphi-mode): Update description of TAB-key binding.
11736
11737 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
11738
11739 * subr.el (define-key-rebound-commands): Mark obsolete.
11740 * startup.el (precompute-menubar-bindings): Remove.
11741 (normal-top-level): Remove obsolete code that tried to precompute
11742 menubar bindings.
11743 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
11744 define-key-rebound-commands and precompute-menubar-bindings.
11745
11746 2009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
11747
11748 * net/imap.el (imap-interactive-login): Better messages.
11749 (imap-open): Fix bug with renamed buffer on reconnect.
11750 (imap-authenticate): Add buffer-local imap-last-authenticator variable
11751 for easier debugging and cleaner code. On successful (guessed based on
11752 server capabilities) secondary authentication, set imap-state
11753 correctly.
11754 (imap-last-authenticator): Define imap-last-authenticator as a variable
11755 to avoid warnings.
11756
11757 2009-09-10 Glenn Morris <rgm@gnu.org>
11758
11759 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
11760
11761 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
11762 (byte-compile-file-form-autoload): Don't warn about unknown functions
11763 where the autoload statement comes after the use.
11764 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
11765 that any handlers inside the body (eg require) are in turn respected.
11766
11767 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
11768 effects.
11769
11770 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
11771 and syntax and abbrev tables basic docs, if they don't have any.
11772
11773 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
11774
11775 * international/mule-cmds.el (top-level): Require cl when compiling.
11776 (view-hello-file): Use default-value rather than
11777 default-enable-multibyte-characters.
11778
11779 * progmodes/fortran.el: Move all safe and risky properties into the
11780 defcustoms.
11781
11782 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
11783 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
11784 * mail/undigest.el:
11785 Put autoloads in rmail.el rather than loaddefs.el.
11786 * mail/rmail.el: Regenerate with extracted autoloads.
11787
11788 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
11789 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
11790
11791 2009-09-10 Nick Roberts <nickrob@snap.net.nz>
11792
11793 Reported in thread for Bug#4375.
11794 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
11795 "-data-evaluate-expression" instead of print.
11796 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
11797 (gdb-tooltip-print): Parse output from above MI command.
11798 (gdb): Revert 2009-08-11 change. User should detach inferior
11799 manually.
11800
11801 Remove the word "separate" from IO functions as inferior
11802 output is now never displayed in the GUD buffer.
11803
11804 2009-09-10 Juanma Barranquero <lekktu@gmail.com>
11805
11806 * startup.el (command-line-normalize-file-name): On Windows and
11807 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
11808
11809 2009-09-10 Juri Linkov <juri@jurta.org>
11810
11811 * isearch.el (isearch-text-char-description): Propertize escape
11812 character sequences with the `escape-glyph' face. (Bug#4344)
11813
11814 * simple.el (shell-command): Set asynchronous process filter to
11815 `comint-output-filter'. (Bug#4343)
11816
11817 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
11818 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
11819 the list. Move "asm" to the bottom.
11820 (grep-find-ignored-directories): Add `choice' with nil value
11821 to empty the list easily.
11822 (grep-find-ignored-files): New option.
11823 (grep-files-history): Set to nil by default instead of '("ch" "el").
11824 (grep-compute-defaults): Add "<X>" to `grep-template'.
11825 (grep-read-files): Bind new local variables `default-alias' and
11826 `default-extension'. Use a list of default values for the file prompt.
11827 (lgrep): Add `--exclude=' command line options composed from
11828 `grep-find-ignored-files'.
11829 (rgrep): Add `-name' command line options composed from
11830 `grep-find-ignored-files'. (Bug#4301)
11831
11832 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
11833
11834 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
11835 (bug#4368).
11836
11837 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
11838
11839 * calendar/time-date.el (autoload):
11840 Expand define-obsolete-function-alias into defalias and make-obsolete
11841 for old Emacsen that Gnus supports.
11842 (with-no-warnings): Define it for old Emacsen.
11843 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
11844 is available.
11845 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
11846 float-time is available; suppress compile warning for time-to-seconds.
11847
11848 2009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
11849
11850 * net/imap.el (imap-message-map): Docstring fix.
11851
11852 2009-09-09 Glenn Morris <rgm@gnu.org>
11853
11854 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
11855 line numbers too. (Bug#4374)
11856
11857 2009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
11858
11859 * smerge-mode.el (smerge-remove-props, smerge-refine):
11860 Use with-silent-modifications (bug#4342).
11861
11862 * subr.el (with-silent-modifications): New macro.
11863
11864 2009-09-07 Juanma Barranquero <lekktu@gmail.com>
11865
11866 * files.el (top-level): Require `cl' when compiling.
11867
11868 2009-09-07 Glenn Morris <rgm@gnu.org>
11869
11870 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
11871
11872 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
11873 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
11874
11875 2009-09-06 Nick Roberts <nickrob@snap.net.nz>
11876
11877 * vc-git.el (vc-git-annotate-command): Use separator to parse
11878 arguments correctly.
11879
11880 2009-09-06 Eli Zaretskii <eliz@gnu.org>
11881
11882 * proced.el (proced-mode): Doc fix.
11883
11884 2009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
11885
11886 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
11887 lstat fails.
11888 (tramp-do-file-attributes-with-ls): Check for file existence at
11889 remote end.
11890 (tramp-do-file-attributes-with-stat): Likewise.
11891 (tramp-convert-file-attributes): Return nil when attr is nil.
11892
11893 2009-09-05 Glenn Morris <rgm@gnu.org>
11894
11895 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
11896 properties to this button.
11897 (diary-fancy-display): Don't extend the button to the final newline.
11898 (diary-fancy-display-mode): Continue to define "q" as a local key.
11899
11900 * calendar/cal-china.el (holiday-chinese): Make it slightly more
11901 efficient.
11902
11903 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
11904
11905 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
11906 (byte-compile-dest-file-function): New option.
11907 (byte-compile-dest-file): Doc fix.
11908 Obey byte-compile-dest-file-function.
11909 (byte-compile-cl-file-p): New function.
11910 (byte-compile-eval): Only suppress noruntime warnings about cl functions
11911 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
11912 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
11913 than for file being previously loaded.
11914 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
11915 (byte-compile-file-form-require): Handle the case where requiring a file
11916 indirectly causes CL to be loaded.
11917
11918 2009-09-05 Karl Fogel <kfogel@red-bean.com>
11919
11920 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
11921 before killing the old buffer, since by the time `kill-buffer' is
11922 run so many buffer variables have been set to nil that it may not
11923 behave as expected. (Bug#4061)
11924
11925 2009-09-05 Karl Fogel <kfogel@red-bean.com>
11926
11927 * files.el (find-alternate-file): If the old buffer is modified
11928 and visiting a file, behave similarly to `kill-buffer' when
11929 killing it, thus reverting to the pre-1.878 behavior; see
11930 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
11931 for discussion. Also, consult `buffer-file-name' as a variable
11932 not as a function, for consistency with the rest of the code.
11933
11934 2009-09-04 Michael Albinus <michael.albinus@gmx.de>
11935
11936 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
11937 also when adding a new directory.
11938
11939 * net/tramp-compat.el (tramp-compat-line-beginning-position): New
11940 defun.
11941
11942 2009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
11943
11944 * files.el (locate-file-completion-table): Make it provide boundary
11945 information, so partial-completion works better.
11946
11947 2009-09-04 Leo <sdl.web@gmail.com> (tiny change)
11948
11949 * mail/footnote.el (Footnote-text-under-cursor):
11950 Check footnote-text-marker-alist before using it (bug#4324).
11951
11952 2009-09-04 Glenn Morris <rgm@gnu.org>
11953
11954 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
11955 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
11956 * play/solitaire.el, play/tetris.el:
11957 Remove leading * from defcustom and defface docs.
11958
11959 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
11960 necessary.
11961 (diary-fancy-overriding-map): New variable.
11962 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
11963 Use view-mode.
11964
11965 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
11966 goto-line.
11967
11968 2009-09-03 Glenn Morris <rgm@gnu.org>
11969
11970 * arc-mode.el (archive-mode):
11971 * dos-fns.el (set-default-process-coding-system):
11972 * man.el (Man-getpage-in-background):
11973 * menu-bar.el (menu-bar-describe-menu):
11974 * server.el (server-process-filter):
11975 * startup.el (command-line):
11976 * tar-mode.el (tar-header-block-tokenize, tar-extract):
11977 * w32-fns.el (set-default-process-coding-system):
11978 * x-dnd.el (x-dnd-handle-file-name):
11979 * international/mule-cmds.el (mule-menu-keymap)
11980 (set-default-coding-systems, language-info-alist, set-language-info)
11981 (set-language-environment, standard-display-european-internal)
11982 (set-locale-environment):
11983 * international/mule-diag.el (mule-diag):
11984 * mail/emacsbug.el (report-emacs-bug):
11985 * mail/rmail.el (rmail-mode):
11986 * mail/sendmail.el (mail-setup):
11987 Use default-value rather than default-enable-multibyte-characters.
11988
11989 * progmodes/f90.el: Move all safe properties into the defcustoms.
11990 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
11991
11992 * calendar/appt.el (appt-check):
11993 * calendar/diary-lib.el (diary-set-header, diary-live-p)
11994 (diary-check-diary-file, diary-list-entries)
11995 (diary-include-other-diary-files, diary-simple-display)
11996 (diary-fancy-display, diary-print-entries)
11997 (diary-mark-included-diary-files, diary-make-entry):
11998 Don't call substitute-in-file-name on diary-file.
11999
12000 2009-09-03 Eduard Wiebe <usenet@pusto.de>
12001 Stefan Monnier <monnier@iro.umontreal.ca>
12002
12003 * mail/footnote.el (footnote-prefix): Make it a defcustom.
12004 (footnote-mode-map): Move initialization into the declaration.
12005 (footnote-minor-mode-map): Define it rather than changing global-map.
12006 (footnote-mode): Use define-minor-mode.
12007
12008 2009-09-02 Michael Albinus <michael.albinus@gmx.de>
12009
12010 * net/tramp.el (tramp-handle-file-attributes-with-ls)
12011 (tramp-do-file-attributes-with-perl)
12012 (tramp-do-file-attributes-with-stat): Rename from
12013 `tramp-handle-file-attributes-with-*'.
12014 (tramp-handle-file-attributes): Use them.
12015 (tramp-do-directory-files-and-attributes-with-perl)
12016 (tramp-do-directory-files-and-attributes-with-stat): Rename from
12017 `tramp-handle-directory-files-and-attributes-with-*'.
12018 (tramp-handle-directory-files-and-attributes): Use them.
12019 (tramp-method-out-of-band-p): Additional parameter SIZE.
12020 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
12021 (tramp-handle-write-region): Use it.
12022 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
12023 (tramp-handle-vc-registered): Check, whether the first run did
12024 return files to be tested.
12025 (tramp-advice-make-auto-save-file-name): Do not call directly
12026 `tramp-handle-make-auto-save-file-name', because this would bypass
12027 the locking mechanism.
12028
12029 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
12030 (file-remote-p, process-file, start-file-process, set-file-times)
12031 (tramp-compat-file-attributes): Compatibility functions shall not
12032 call directly `tramp-handle-*', because this would bypass the
12033 locking mechanism.
12034 (tramp-compat-number-sequence): New defun.
12035
12036 2009-09-02 Glenn Morris <rgm@gnu.org>
12037
12038 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
12039 alias for float-time.
12040 (time-to-number-of-days): In Emacs, use float-time.
12041 * net/newst-backend.el (time-add): Suppress warnings from compat
12042 function.
12043 * time.el (emacs-uptime, emacs-init-time):
12044 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
12045 Use float-time rather than time-to-seconds.
12046
12047 * minibuffer.el (completion-initials-expand): Fix typo.
12048
12049 * faces.el (modeline, modeline-inactive, modeline-highlight)
12050 (modeline-buffer-id):
12051 * info.el (info-menu-5): Mark these face aliases as obsolete.
12052
12053 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
12054
12055 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
12056 space ...
12057 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
12058 no "--thread" option.
12059 (gdb-stopped): Don't print "Switched to thread" message when it is
12060 unchanged.
12061
12062 2009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
12063
12064 * minibuffer.el (completion-try-completion)
12065 (completion-all-completions): Remove ill-defined (and
12066 mistakenly installed and luckily never used nor documented)
12067 `completion-styles' property.
12068 (completion-initials-expand, completion-initials-all-completions)
12069 (completion-initials-try-completion): New functions.
12070 (completion-styles-alist): Add doc to each entry.
12071 Add new `initials' entry.
12072
12073 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
12074
12075 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
12076 MI command -var-evaluate-expression.
12077 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
12078 and tweak for case of string child.
12079 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
12080
12081 2009-09-01 Glenn Morris <rgm@gnu.org>
12082
12083 * add-log.el (change-log-date-face, change-log-name-face)
12084 (change-log-email-face, change-log-file-face, change-log-list-face)
12085 (change-log-conditionals-face, change-log-function-face)
12086 (change-log-acknowledgement-face):
12087 * cus-edit.el (custom-invalid-face, custom-rogue-face)
12088 (custom-modified-face, custom-set-face, custom-changed-face)
12089 (custom-saved-face, custom-button-face, custom-button-pressed-face)
12090 (custom-documentation-face, custom-state-face, custom-comment-face)
12091 (custom-comment-tag-face, custom-variable-tag-face)
12092 (custom-variable-button-face, custom-face-tag-face)
12093 (custom-group-tag-face-1, custom-group-tag-face):
12094 * diff-mode.el (diff-header-face, diff-file-header-face)
12095 (diff-index-face, diff-hunk-header-face, diff-removed-face)
12096 (diff-added-face, diff-changed-face, diff-function-face)
12097 (diff-context-face, diff-nonexistent-face):
12098 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
12099 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
12100 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
12101 (Info-title-4-face):
12102 * isearch.el (isearch-lazy-highlight-face):
12103 * log-view.el (log-view-file-face, log-view-message-face):
12104 * paren.el (show-paren-match-face, show-paren-mismatch-face):
12105 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
12106 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
12107 (cvs-msg-face):
12108 * smerge-mode.el (smerge-mine-face, smerge-other-face)
12109 (smerge-base-face, smerge-markers-face):
12110 * wid-edit.el (widget-documentation-face, widget-button-face)
12111 (widget-field-face, widget-single-line-field-face)
12112 (widget-inactive-face, widget-button-pressed-face):
12113 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
12114 (woman-addition-face):
12115 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
12116 (eshell-ls-executable-face, eshell-ls-readonly-face)
12117 (eshell-ls-unreadable-face, eshell-ls-special-face)
12118 (eshell-ls-missing-face, eshell-ls-archive-face)
12119 (eshell-ls-backup-face, eshell-ls-product-face)
12120 (eshell-ls-clutter-face):
12121 * eshell/em-prompt.el (eshell-prompt-face):
12122 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
12123 * obsolete/old-whitespace.el (whitespace-highlight-face):
12124 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
12125 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
12126 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
12127 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
12128 (antlr-font-lock-literal-face):
12129 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
12130 (ebrowse-root-class-face, ebrowse-file-name-face)
12131 (ebrowse-default-face, ebrowse-member-attribute-face)
12132 (ebrowse-member-class-face, ebrowse-progress-face):
12133 * progmodes/make-mode.el (makefile-space-face):
12134 * progmodes/sh-script.el (sh-heredoc-face):
12135 * textmodes/flyspell.el (flyspell-incorrect-face)
12136 (flyspell-duplicate-face):
12137 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
12138 * textmodes/texinfo.el (texinfo-heading-face):
12139 Mark face aliases with "-face" suffix as obsolete.
12140
12141 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
12142 compiler.
12143
12144 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
12145 (eudc-bob-sound-menu): Use defvar rather than defconst, since
12146 easy-menu-define wants to modify these.
12147
12148 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
12149
12150 * net/browse-url.el (browse-url-file-url):
12151 * term/internal.el (dos-codepage-setup):
12152 Use default-value rather than default-enable-multibyte-characters.
12153
12154 * progmodes/etags.el (etags-goto-tag-location):
12155 * progmodes/flymake.el (flymake-highlight-line)
12156 (flymake-goto-file-and-line, flymake-goto-line):
12157 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
12158 (gdb-goto-breakpoint):
12159 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
12160 * progmodes/python.el (python-find-function)
12161 (python-pdbtrack-track-stack-file):
12162 * progmodes/verilog-mode.el (verilog-surelint-off):
12163 * term/ns-win.el (ns-open-file-select-line):
12164 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
12165 Use forward-line rather than goto-line.
12166
12167 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
12168 * textmodes/reftex-index.el (reftex-display-index):
12169 * textmodes/reftex-ref.el (reftex-offer-label-menu):
12170 * textmodes/reftex-toc.el (reftex-toc):
12171 Remove unnecessary bindings of default-major-mode (all are followed by
12172 major-mode check and possible mode switch).
12173
12174 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
12175
12176 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
12177 Handle watchpoints (bug#4282).
12178 (def-gdb-thread-buffer-command): Enable thread to be selected by
12179 clicking without selecting threads buffer first.
12180 (gdb-current-context-command): Use selected frame so that "up",
12181 "down" etc work in the GUD buffer.
12182 (gdb-update): Find selected frame before rendering stack buffer.
12183 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
12184
12185 2009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
12186
12187 * progmodes/sym-comp.el (displayed-completions): Remove.
12188 (symbol-complete): Use minibuffer-complete.
12189
12190 2009-08-31 Glenn Morris <rgm@gnu.org>
12191
12192 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
12193
12194 * apropos.el (apropos-symbols-internal):
12195 Handle (obsolete) face aliases.
12196
12197 * faces.el (describe-face): Adjust the output format to be more like
12198 describe-variable, and to mention (obsolete) face aliases.
12199 Adjust the whitespace so that help-setup-xref works.
12200
12201 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
12202 * calendar/diary-lib.el (diary-button-face):
12203 Mark these face aliases as obsolete.
12204
12205 * calendar/calendar.el (calendar-today): Doc fix.
12206
12207 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
12208
12209 * progmodes/gdb-mi.el (gdb-control-all-threads)
12210 (gdb-control-current-thread): Force tool bar update.
12211 (gdb-non-stop-handler): New function.
12212 (gdb-init-1): Use it to test if non-stop mode is supported.
12213 Remove unused gdbmi buffer type.
12214
12215 2009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
12216
12217 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
12218 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
12219
12220 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
12221
12222 * comint.el (comint-exec-1): Check command is non-null first.
12223 Part of gdb-mi.el change (2009-08-28).
12224
12225 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
12226
12227 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
12228
12229 2009-08-30 Juanma Barranquero <lekktu@gmail.com>
12230
12231 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
12232 instead of `dolist' to avoid a recursive require when bootstrapping.
12233
12234 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
12235
12236 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
12237
12238 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
12239
12240 * net/imap.el (imap-send-command): Simplify.
12241 (imap-wait-for-tag): point-max -> buffer-size.
12242
12243 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
12244
12245 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
12246 with constant argument.
12247
12248 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
12249
12250 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
12251
12252 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
12253 Change default, since most of our files don't have a history.
12254 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
12255 the user.
12256
12257 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
12258 Add comint-run.
12259
12260 * calc/calc.el: Improve commenting convention.
12261 (calc-digit-map, toplevel): Simplify.
12262
12263 * comint.el (comint-insert-input): Be careful to only set point if we
12264 don't delegate to some other command.
12265
12266 * proced.el (proced-signal-list): Make it an alist.
12267 (proced-grammar-alist): Capitalize names.
12268 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
12269 Disable undo manually and make it read-only.
12270 Use completion-annotate-function.
12271
12272 * minibuffer.el (minibuffer-message): If the current buffer is not
12273 a minibuffer, insert the message in the echo area rather than at the
12274 end of the buffer.
12275 (completion-annotate-function): New variable.
12276 (minibuffer-completion-help): Use it.
12277 (completion--embedded-envvar-table): Environment vars are
12278 always case-sensitive.
12279
12280 2009-08-30 Glenn Morris <rgm@gnu.org>
12281
12282 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
12283 from fortran-current-defun.
12284 (fortran-beginning-of-subprogram): Be more precise about finding the
12285 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
12286 (fortran-end-of-subprogram): Simplify.
12287 (fortran-current-defun): Use fortran-start-prog-re.
12288
12289 2009-08-29 Juanma Barranquero <lekktu@gmail.com>
12290
12291 * subr.el (do-after-load-evaluation): Simplify.
12292
12293 2009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
12294
12295 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
12296
12297 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
12298 (vc-rcs-print-log): Use it.
12299
12300 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
12301
12302 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
12303
12304 * paths.el (abbrev-file-name): Move to abbrev.el.
12305 * abbrev.el (abbrev-file-name): Move from paths.el.
12306 Obey user-emacs-directory.
12307 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
12308 user-emacs-directory.
12309 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
12310 abbrev-file-name and calc-settings-file any more.
12311 * startup.el (command-line): Recompute abbrev-file-name and
12312 abbreviated-home-dir.
12313 (normal-no-mouse-startup-screen): Improve the generic code and get rid
12314 of the special code for when C-h bindings haven't been changed.
12315 (display-startup-echo-area-message): Use with-current-buffer.
12316 (command-line-1): Use a list of strings, rather than a list of lists
12317 of strings for longopts.
12318
12319 * files.el (get-free-disk-space): Use / for default-directory.
12320
12321 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
12322 Use with-current-buffer.
12323
12324 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
12325 Recognize immutable variables like most-positive-fixnum.
12326 (byte-compile-setq-default): Check and warn if trying to assign
12327 to an immutable variable, or a non-variable.
12328
12329 * progmodes/cc-vars.el (c-comment-continuation-stars):
12330 * progmodes/cc-engine.el (c-looking-at-bos):
12331 * progmodes/cc-cmds.el (c-toggle-auto-state)
12332 (c-forward-into-nomenclature, c-backward-into-nomenclature)
12333 (c-comment-line-break-function): Add version of obsolescence.
12334
12335 2009-08-28 Juri Linkov <juri@jurta.org>
12336
12337 * files.el (magic-fallback-mode-alist): Add ZIP magic number
12338 associated with `archive-mode'.
12339
12340 * image.el (image-type-header-regexps): Use only JPEG magic number
12341 to determine JPEG images, and don't use `image-jpeg-p' because
12342 Emacs can display non-JFIF non-Exif JPEG images.
12343
12344 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
12345
12346 * arc-mode.el (archive-mode):
12347 * emacs-lisp/re-builder.el (re-builder-unload-function):
12348 Protect against the default value of `major-mode' being nil.
12349
12350 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
12351
12352 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
12353 Fix typos in docstrings.
12354
12355 * progmodes/js.el (js--macro-decl-re): Doc fix.
12356 (js--plain-method-re, js--split-name): Refloc docstring.
12357 (js--class-styles, js--make-merged-item, js--splice-into-items):
12358 Fix typos in docstrings; reflow docstrings.
12359 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
12360 (js--variable-decl-matcher, js--inside-pitem-p)
12361 (js--parse-state-at-point, js--get-all-known-symbols)
12362 (js--symbol-history, js-find-symbol, js--js-references)
12363 (js--moz-interactor, js--js-encode-value, js--read-tab):
12364 Fix typos in docstrings.
12365
12366 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
12367
12368 * textmodes/reftex.el (reftex-get-file-buffer-force):
12369 * progmodes/verilog-mode.el (verilog-batch-execute-func):
12370 * emulation/viper.el (viper-go-away, viper-set-hooks):
12371 * emacs-lisp/re-builder.el (re-builder-unload-function):
12372 * emacs-lisp/bytecomp.el (byte-compile-file):
12373 * ses.el (ses-unload-function):
12374 * hexl.el (hexl-find-file):
12375 * files.el (normal-mode):
12376 * ehelp.el (with-electric-help):
12377 * autoinsert.el (auto-insert-alist):
12378 * arc-mode.el (archive-mode):
12379 Use (default-value 'major-mode) instead of default-major-mode.
12380
12381 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
12382 * international/mule.el (load-with-code-conversion):
12383 * emacs-lisp/debug.el (debug):
12384 * ediff-vers.el (ediff-rcs-get-output-buffer):
12385 * dired.el (dired-internal-noselect): Don't let-bind
12386 default-major-mode around code that doesn't use it.
12387 E.g. buffer creation via get-buffer-create doesn't use it.
12388
12389 2009-08-28 Michael Albinus <michael.albinus@gmx.de>
12390
12391 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
12392 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
12393 when writing the temp file. Otherwise, epa-file gets confused.
12394 (tramp-register-file-name-handlers): Make it a defun. Move also
12395 `epa-file-handler' to the front of `file-name-handler-alist'.
12396
12397 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
12398
12399 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
12400 start right after a ^M.
12401 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
12402 (tramp-completion-file-name-regexp-separate)
12403 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
12404 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
12405 Don't modify last-coding-system-used by accident.
12406 (tramp-completion-file-name-handler): Apply the checks here,
12407 instead during registration.
12408 (tramp-register-file-name-handlers): Renamed from
12409 `tramp-register-file-name-handler'. Register both
12410 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
12411 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
12412
12413 2009-08-28 Nick Roberts <nickrob@snap.net.nz>
12414
12415 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
12416 Remove variable ...
12417 (gdb-init-1, gdb-display-separate-io-buffer)
12418 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
12419 references to it.
12420 (gdb-inferior-io-mode): Use make-comint-in-buffer.
12421 (gdb-inferior-filter): Use comint-output-filter to stop
12422 echoing and remove ^M characters.
12423
12424 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
12425
12426 * emulation/viper-init.el (viper-restore-cursor-type):
12427 * emulation/cua-base.el (cua--update-indications):
12428 Replace default-cursor-type with (default-value 'cursor-type).
12429
12430 * mail/sendmail.el (mail-recover-1):
12431 * international/mule-diag.el (describe-current-coding-system-briefly)
12432 (describe-current-coding-system):
12433 * international/mule-cmds.el (select-safe-coding-system)
12434 (select-message-coding-system)
12435 (set-language-environment-coding-systems, set-locale-environment):
12436 * hexl.el (hexl-insert-multibyte-char):
12437 * dos-w32.el (find-buffer-file-type-coding-system):
12438 * simple.el (what-cursor-position):
12439 Replace uses of default-buffer-file-coding-system
12440 with (default-value 'buffer-file-coding-system).
12441
12442 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
12443 Replace uses of default-cursor-in-non-selected-windows
12444 with (default-value 'cursor-in-non-selected-windows).
12445 Use with-current-buffer.
12446
12447 * mail/feedmail.el: Use CL macros.
12448 (feedmail-run-the-queue, feedmail-send-it-immediately):
12449 * dos-w32.el (find-buffer-file-type): Replace uses of
12450 default-buffer-file-type with (default-value 'buffer-file-type).
12451
12452 2009-08-28 Glenn Morris <rgm@gnu.org>
12453
12454 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
12455 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
12456 Use default-value of major-mode rather than default-major-mode.
12457
12458 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
12459
12460 * Makefile.in (update-elcfiles): Report left over elc files.
12461
12462 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
12463 expand-file-name and with-current-buffer.
12464 (mail-get-names, mail-directory): Use with-current-buffer.
12465
12466 * vc.el (vc-read-revision): New function.
12467 (vc-version-diff, vc-merge): Use it.
12468
12469 2009-08-27 Sam Steingold <sds@gnu.org>
12470
12471 * simple.el (kill-do-not-save-duplicates): New user option.
12472 (kill-new): When it is non-nil, and the new string is the same as
12473 the latest kill, set replace to t to avoid duplicates in kill-ring.
12474
12475 2009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
12476
12477 * net/tramp.el (tramp-handle-process-file): Do not flush all
12478 caches when `process-file-side-effects' is set.
12479 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
12480 instead of `tramp-find-file-exists-command'.
12481 Unset `process-file-side-effects'.
12482
12483 2009-08-27 Michael Albinus <michael.albinus@gmx.de>
12484
12485 * net/tramp.el (tramp-methods): New method "rsyncc".
12486 (top): Add completion function for "rsyncc".
12487 (tramp-message-show-message): New defvar.
12488 (tramp-message, tramp-error): Use it.
12489 (tramp-do-copy-or-rename-file-directly): Extend check for direct
12490 remote copying.
12491 (tramp-do-copy-or-rename-file-out-of-band): Handle new
12492 `tramp-methods' entry `copy-env' of "rsyncc".
12493 (tramp-vc-registered-read-file-names): New defconst.
12494 (tramp-vc-registered-file-names): New defvar.
12495 (tramp-handle-vc-registered): Implement optimization strategy.
12496 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
12497 (tramp-vc-file-name-handler): New defun.
12498 (tramp-get-ls-command, tramp-get-test-command)
12499 (tramp-get-file-exists-command, tramp-get-remote-ln)
12500 (tramp-get-remote-perl, tramp-get-remote-stat)
12501 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
12502
12503 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
12504 (tramp-cache-inhibit-cache): Extend doc string. It allows also
12505 timestamps.
12506 (tramp-get-file-property): Check for timestamps in
12507 `tramp-cache-inhibit-cache'.
12508 (tramp-set-file-property): Write timestamp.
12509
12510 2009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
12511
12512 * language/japan-util.el (japanese-symbol-table): Add entries for
12513 cp932-2-byte.
12514
12515 * international/characters.el: Add category `j' to cp932-2-byte.
12516
12517 2009-08-27 Kenichi Handa <handa@m17n.org>
12518
12519 * international/fontset.el (build-default-fontset-data): New macro.
12520 (setup-default-fontset): Use build-default-fontset-data for CJK,
12521 tibetan, ethiopic, and ipa.
12522
12523 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
12524
12525 * cus-start.el (default-major-mode): Customize `major-mode' instead.
12526 (enable-multibyte-characters): Not customizable any more.
12527
12528 * subr.el (default-mode-line-format, default-header-line-format)
12529 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
12530 (default-direction-reversed, default-truncate-lines)
12531 (default-left-margin, default-tab-width, default-case-fold-search)
12532 (default-left-margin-width, default-right-margin-width)
12533 (default-left-fringe-width, default-right-fringe-width)
12534 (default-fringes-outside-margins, default-scroll-bar-width)
12535 (default-vertical-scroll-bar, default-indicate-empty-lines)
12536 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
12537 (default-fringe-cursor-alist, default-scroll-up-aggressively)
12538 (default-scroll-down-aggressively, default-fill-column)
12539 (default-cursor-type, default-buffer-file-type)
12540 (default-cursor-in-non-selected-windows)
12541 (default-buffer-file-coding-system, default-major-mode)
12542 (default-enable-multibyte-characters): Mark as obsolete.
12543
12544 2009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
12545
12546 * vc-dir.el (vc-dir-update): Remove debug helper.
12547
12548 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
12549
12550 2009-08-26 Sam Steingold <sds@gnu.org>
12551
12552 * simple.el (save-interprogram-paste-before-kill): New user option.
12553 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
12554 save the interprogram-paste into kill-ring before overriding it
12555 with the Emacs kill.
12556
12557 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
12558
12559 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
12560 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
12561 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
12562 and move to vc-rcs.el.
12563 (vc-default-next-revision): Rename to vc-rcs-next-revision and
12564 move to vc-rcs.el.
12565 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
12566 (vc-rcs-update-changelog): Remove.
12567 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
12568 and move to vc-rcs.el.
12569
12570 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
12571 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
12572 renaming.
12573 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
12574 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
12575 vc.el, renamed to be RCS specific.
12576
12577 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
12578 New functions.
12579 (vc-cvs-update-changelog): Move here from vc.el.
12580
12581 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
12582 New functions.
12583
12584 2009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
12585
12586 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
12587
12588 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
12589
12590 * vc-git.el (vc-git-register): Use "git add" for directories.
12591 (vc-git-stash, vc-git-stash-show): New functions.
12592 (vc-git-extra-menu-map): Bind them.
12593
12594 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
12595 directory correctly in case the item is a directory itself.
12596
12597 * vc.el: Document the desired behavior for reverted files in the
12598 `added' state.
12599 (vc-default-prettify-state-info): Remove function, unused.
12600
12601 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
12602
12603 2009-08-26 Glenn Morris <rgm@gnu.org>
12604
12605 * bindings.el (standard-mode-line-format): Reposition dashes in
12606 which-func entry. (Bug#4217)
12607
12608 * files.el (enable-local-variables, enable-local-eval)
12609 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
12610 the defcustoms.
12611 (auto-mode-alist, ignored-local-variables)
12612 (save-some-buffers-action-alist): Move risky declarations to the
12613 definitions.
12614 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
12615 (font-lock-defaults, format-alist, imenu--index-alist)
12616 (imenu-generic-expression, input-method-alist, minor-mode-alist)
12617 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
12618 (mode-line-modified, mode-line-mule-info, mode-line-position)
12619 (mode-line-process, mode-line-remote, outline-level)
12620 (parse-time-rules, rmail-output-file-alist)
12621 (special-display-buffer-names, vc-mode):
12622 Move risky declarations to the relevant files.
12623 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
12624 (mode-line-modified, mode-line-process, mode-line-position)
12625 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
12626 * font-core.el (font-lock-defaults):
12627 * format.el (format-alist):
12628 * vc-hooks.el (vc-mode):
12629 * window.el (special-display-buffer-names):
12630 * international/mule-cmds.el (input-method-alist):
12631 Define riskiness here (dumped file) rather than in files.el.
12632 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
12633 * imenu.el (imenu-generic-expression, imenu--index-alist):
12634 * outline.el (outline-level):
12635 * time.el (display-time-string):
12636 * calendar/parse-time.el (parse-time-rules):
12637 * mail/rmailout.el (rmail-output-file-alist):
12638 Autoload riskiness here, rather than placing in files.el.
12639
12640 2009-08-26 Andreas Schwab <schwab@linux-m68k.org>
12641
12642 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
12643
12644 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
12645
12646 * simple.el (process-file-side-effects): New defvar.
12647
12648 * dired-aux.el (dired-show-file-type):
12649 * vc.el (vc-diff-internal):
12650 * vc-arch.el (vc-arch-diff):
12651 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
12652 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
12653 * vc-git.el (vc-git-registered, vc-git-working-revision)
12654 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
12655 (vc-git--empty-db-p):
12656 * vc-hooks.el (vc-user-login-name):
12657 * vc-svn.el (vc-svn-registered, vc-svn-state)
12658 (vc-svn-dir-extra-headers, vc-svn-find-revision):
12659 * progmodes/grep.el (grep-probe): Let-bind
12660 `process-file-side-effects' with nil.
12661
12662 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
12663
12664 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
12665 daemon. Replace ping by checking for running service for bluez
12666 and zeroconf. (Bug#4239)
12667
12668 2009-08-25 Kevin Ryde <user42@zip.com.au>
12669
12670 * net/dig.el (dig): Add autoload cookie.
12671
12672 2009-08-25 Glenn Morris <rgm@gnu.org>
12673
12674 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
12675 load-history for absolute file-names.
12676 (byte-compile-file-form-require): Warn about use of the cl package.
12677
12678 * format.el (format-alist): Doc fix.
12679
12680 * play/bubbles.el (top-level): Don't require cl at run-time.
12681
12682 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
12683 run-time cl).
12684
12685 2009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
12686
12687 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
12688 from cl package.
12689 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
12690
12691 2009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
12692
12693 * calc/calc-alg.el (math-trig-rewrite)
12694 (math-hyperbolic-trig-rewrite): New functions.
12695 (calc-simplify): Simplify trig functions when asked.
12696
12697 2009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
12698
12699 * diff-mode.el (diff-find-source-location): Avoid goto-line.
12700
12701 2009-08-24 Kenichi Handa <handa@m17n.org>
12702
12703 * language/ind-util.el (mapthread): Delete it.
12704 (combinatorial): New function.
12705 (indian--puthash-cv): Use combinatorial instead of mapthread.
12706
12707 2009-08-22 Kevin Ryde <user42@zip.com.au>
12708
12709 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
12710 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
12711 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
12712 Clarify docstring that the value is strings not symbols.
12713 (checkdoc-list-of-strings-p): New function.
12714
12715 2009-08-22 Glenn Morris <rgm@gnu.org>
12716
12717 * files.el (auto-mode-alist):
12718 * hippie-exp.el (he-concat-directory-file-name):
12719 * lpr.el (lpr-windows-system, printer-name):
12720 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
12721 * ps-print.el (ps-windows-system):
12722 * startup.el (command-line):
12723 * emulation/viper-ex.el (viper-glob-function):
12724 * international/mule-cmds.el (set-language-environment-coding-systems):
12725 * net/ange-ftp.el (ange-ftp-write-region):
12726 * obsolete/fast-lock.el (fast-lock-cache-name):
12727 Remove code for defunct system-types emx, macos, mswindows, next-mach,
12728 unisoft-unix, vax-vms, win32, w32.
12729
12730 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
12731 given name if the pattern is not more specific.
12732
12733 * calendar/lunar.el (lunar-phase-names): New option.
12734 (lunar-phase): Doc fix.
12735 (lunar-cycles-per-year): New constant.
12736 (lunar-index): New function.
12737 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
12738 (lunar-phase-name): Use lunar-phase-names.
12739 (calendar-lunar-phases): Use format.
12740 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
12741
12742 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
12743 Copy imenu-example--name-and-position function here for own use.
12744 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
12745
12746 * bs.el (bs--redisplay):
12747 * cus-edit.el (custom-redraw):
12748 * ibuffer.el (ibuffer-bury-buffer):
12749 * server.el (server-goto-line-column):
12750 * startup.el (command-line-1):
12751 * strokes.el (strokes-xpm-for-stroke):
12752 * term.el (term-display-buffer-line):
12753 * view.el (View-goto-line):
12754 * calc/calc.el (calc-do, calc-trail-buffer):
12755 * play/gamegrid.el (gamegrid-add-score-insecure):
12756 * progmodes/ada-mode.el (ada-compile-goto-error):
12757 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
12758 (ebrowse-select-1st-to-9nth):
12759 * progmodes/cperl-mode.el (cperl-time-fontification):
12760 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
12761 * progmodes/gud.el (gud-display-line):
12762 (idlwave-shell-display-line):
12763 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
12764 * progmodes/make-mode.el (makefile-browser-toggle):
12765 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
12766 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
12767 * textmodes/picture.el (picture-draw-rectangle):
12768 * textmodes/reftex-index.el (reftex-index-goto-letter):
12769 (reftex-select-jump-to-previous):
12770 * textmodes/reftex-sel.el (reftex-find-start-point)
12771 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
12772 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
12773 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
12774 * textmodes/tex-mode.el (tex-compilation-parse-errors):
12775 * textmodes/two-column.el (2C-associated-buffer):
12776 Use forward-line rather than goto-line.
12777
12778 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
12779 goto-line.
12780
12781 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
12782 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
12783 (quick-check-list-to-regexp): Declare.
12784
12785 * progmodes/make-mode.el (makefile-browser-insert-selection):
12786 Use goto-char rather than goto-line.
12787
12788 * progmodes/prolog.el (compilation-error-regexp-alist)
12789 (compilation-forget-errors): Declare.
12790
12791 2009-08-22 Juri Linkov <juri@jurta.org>
12792
12793 * progmodes/grep.el (lgrep, rgrep): At the beginning
12794 set `dir' to `default-directory' unless `dir' is a non-nil
12795 readable directory. (Bug#4052)
12796 (lgrep, rgrep): Change a weird way to report an error
12797 from using `read-string' to using `error'.
12798 Instead of using interactive arguments in the function body,
12799 add new argument `confirm'.
12800
12801 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
12802
12803 * textmodes/remember.el (remember-buffer):
12804 * progmodes/cperl-mode.el (cperl-vc-header-alist):
12805 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
12806 (icalendar-extract-ical-from-buffer):
12807 * net/newst-treeview.el (newsticker-groups-filename):
12808 * net/newst-backend.el (newsticker-cache-filename):
12809 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
12810 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
12811 (speedbar-add-ignored-path-regexp, speedbar-line-path)
12812 (speedbar-buffers-line-path, speedbar-path-line)
12813 (speedbar-buffers-line-path):
12814 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
12815 (epg-sign-keys):
12816 * epa.el (epa-display-verify-result):
12817 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
12818
12819 2009-08-21 Glenn Morris <rgm@gnu.org>
12820
12821 * progmodes/js.el (inferior-moz-process): Fix declaration.
12822
12823 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
12824
12825 * obsolete/rnewspost.el (news-mail-reply):
12826 Use goto-char rather than goto-line.
12827
12828 * term/ns-win.el (ns-open-file-select-line):
12829 Use line-beginning-position rather than goto-line.
12830
12831 * apropos.el (apropos-command):
12832 * ehelp.el (electric-helpify):
12833 * printing.el (pr-show-setup):
12834 * strokes.el (strokes-help):
12835 * tutorial.el (tutorial--describe-nonstandard-key)
12836 (tutorial--detailed-help):
12837 * woman.el (woman-mini-help, woman-display-extended-fonts):
12838 * calc/calc-help.el (calc-describe-key):
12839 * emulation/edt.el (edt-electric-helpify):
12840 * international/mule-diag.el (mule-diag):
12841 * play/yow.el (apropos-zippy):
12842 * progmodes/python.el (python-describe-symbol):
12843 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
12844 * textmodes/table.el (*table--cell-describe-mode)
12845 (*table--cell-describe-bindings):
12846 Use help-print-return-message rather than the now obsolete alias.
12847
12848 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
12849 (calendar-cursor-to-visible-date):
12850 * play/5x5.el (5x5-position-cursor):
12851 * play/decipher.el (decipher):
12852 * play/gomoku.el (gomoku-goto-xy):
12853 * play/landmark.el (lm-goto-xy):
12854 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
12855 (mpuz-paint-digit):
12856 Use forward-line, not goto-line.
12857
12858 * mail/rmail.el (rmail-obsolete): Delete custom group.
12859 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
12860 (rmail-remote-password, rmail-remote-password-required):
12861 Remove unneeded :set-after and :set properties.
12862
12863 2009-08-21 Michael Albinus <michael.albinus@gmx.de>
12864
12865 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
12866
12867 2009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
12868
12869 * loadup.el: Remove leftover macos code.
12870
12871 * vc-git.el (vc-git-annotate-command): Run asynchronously.
12872 Explicitly pass the date format to git blame so that user local
12873 so that the output format can be parsed.
12874
12875 2009-08-20 Michael Albinus <michael.albinus@gmx.de>
12876
12877 * net/dbus.el (top): Don't check for (getenv
12878 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
12879
12880 2009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
12881
12882 * log-edit.el (log-edit-strip-single-file-name): New var.
12883 (log-edit-insert-changelog): Use it. Bug#3571
12884
12885 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
12886
12887 * subr.el (read-passwd): Use read-key so keypad keys work as well.
12888 Bug#3287
12889
12890 * help.el (help-print-return-message): Rename from
12891 print-help-return-message.
12892
12893 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
12894 cvs-mode-map parent hack.
12895 (log-view-mode): Derive from special-mode.
12896
12897 * linum.el (linum-mode): window-size-change-functions is redundant.
12898 Adapt to new window-configuration-change-hook behavior.
12899 (linum-after-size, linum-after-config): Remove.
12900
12901 * imenu.el (imenu-example--name-and-position)
12902 (imenu-example--lisp-extract-index-name)
12903 (imenu-example--create-lisp-index, imenu-example--create-c-index):
12904 Mark as obsolete.
12905
12906 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
12907 (inferior-prolog-mode): Use it.
12908 (inferior-prolog-load-file): Reset list of errors.
12909
12910 2009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
12911
12912 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
12913
12914 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
12915
12916 2009-08-19 Michael Albinus <michael.albinus@gmx.de>
12917
12918 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
12919 is running already.
12920
12921 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
12922
12923 * subr.el (listify-key-sequence-1): Use normal syntax since those
12924 integers are nowadays always represented by the same (positive) number
12925 on all platforms.
12926 (read-key-empty-map): New const.
12927 (read-key-delay): New var.
12928 (read-key): New function.
12929 (force-mode-line-update): Use with-current-buffer.
12930 (locate-user-emacs-file): Don't forget to abbreviate the file name.
12931 (start-process-shell-command, start-file-process-shell-command):
12932 Discourage the use of command-args.
12933
12934 2009-08-19 Glenn Morris <rgm@gnu.org>
12935
12936 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
12937
12938 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
12939
12940 * simple.el (choose-completion-string): Don't rely on
12941 minibuffer-completing-file-name and ad-hoc checks to decide whether
12942 to continue completion or not.
12943
12944 * minibuffer.el (minibuffer-hide-completions): New function.
12945 (completion--do-completion): Use it.
12946 (completions-annotations): New face.
12947 (completion--insert-strings): Use it.
12948 (completion-pcm--delim-wild-regex): Add docstring.
12949 (completion-pcm--string->pattern): Add support for 0-width delimiters
12950 in completion-pcm--delim-wild-regex.
12951
12952 2009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
12953
12954 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
12955 Remove unused var `buffer-modified-p'.
12956
12957 * minibuffer.el (completion--do-completion): Move point for the #b001
12958 case as well (bug#4176).
12959 (minibuffer-complete, minibuffer-complete-word): Don't move point.
12960
12961 2009-08-18 Michael Albinus <michael.albinus@gmx.de>
12962
12963 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
12964 and :session buses.
12965
12966 2009-08-18 Kenichi Handa <handa@m17n.org>
12967
12968 * international/ucs-normalize.el (ucs-normalize-version):
12969 Change to 1.1.
12970 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
12971 (utf-8-hfs): Make it perform normalization on encoding too.
12972
12973 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
12974 (sentence-end-without-space): Delete duplicated chars.
12975 (sentence-end-base): Likewise.
12976
12977 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
12978 (html-mode): Delete duplicated chars from sentence-end-base.
12979
12980 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
12981 (texinfo-mode): Delete duplicated chars from sentence-end-base.
12982
12983 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
12984
12985 * files.el (hack-one-local-variable): If the mode function is for
12986 a minor mode, pass it an argument (Bug#4148).
12987
12988 2009-08-17 Michael Albinus <michael.albinus@gmx.de>
12989
12990 * net/tramp.el (tramp-register-completion-file-name-handler):
12991 Check also for (member 'partial-completion completion-styles).
12992
12993 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
12994
12995 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
12996 abbrev (Bug#3943).
12997
12998 2009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
12999
13000 * progmodes/cperl-mode.el: Merge upstream 6.2.
13001 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
13002 (cperl-forward-re): Check cperl-brace-recursing.
13003 (cperl-highlight-charclass): New function.
13004 (cperl-find-pods-heres): Use it.
13005 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
13006 (cperl-beautify-regexp-piece): Fix column calculation.
13007 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
13008 (cperl-beautify-level): Don't process entire regexp.
13009 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
13010 calling man.
13011 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
13012 (cperl-init-faces): Build a list in the normal way.
13013
13014 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
13015
13016 * calendar/parse-time.el (parse-time-string-chars): Save match
13017 data.
13018
13019 2009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
13020
13021 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
13022 (sql-product): Use it.
13023 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
13024 (sql-set-product): Add completion.
13025 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
13026 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
13027 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
13028 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
13029 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
13030 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
13031 (sql-highlight-db2-keywords): Remove.
13032 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
13033 (sql-highlight-product): Use derived-mode-p.
13034 (sql-set-sqli-buffer): Use with-current-buffer.
13035 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
13036 Simplify.
13037
13038 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
13039
13040 * term.el: Fix commenting convention, turn comments into docstrings.
13041
13042 2009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
13043
13044 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
13045
13046 2009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
13047
13048 * calendar/parse-time.el (parse-time-string-chars): Compute using
13049 character classes, to handle non-ascii characters (Bug#3190).
13050
13051 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
13052
13053 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
13054 another heredoc if the user adds another < (Bug#3226).
13055
13056 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
13057 Don't initialize based on window-system (Bug#4124).
13058
13059 * facemenu.el (facemenu-read-color): Use a completion function
13060 that accepts any defined color, such as RGB triplets (Bug#3677).
13061
13062 * files.el (get-free-disk-space): Change fallback default
13063 directory to /. Expand DIR argument before switching to fallback.
13064 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
13065
13066 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
13067
13068 * files.el (load-library): Doc fix.
13069
13070 2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
13071
13072 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
13073 (viper-if-string): Redefine C-s in the minibuffer to insert the last
13074 incremental search string.
13075
13076 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
13077 XEmacs.
13078
13079 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
13080 (ediff-merge-region-is-non-clash)
13081 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
13082 Also check if the job is really a merge job.
13083
13084 * ediff.el (ediff-current-file): New function.
13085
13086 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
13087
13088 * progmodes/js.el: Edit docstrings throughout to follow Emacs
13089 conventions.
13090 (js-insert-and-indent): Delete function.
13091 (js-mode-map): Don't bind keys to js-insert-and-indent.
13092 (js-beginning-of-defun): Rename from js--beginning-of-defun.
13093 (js-end-of-defun): Rename from js--end-of-defun.
13094 (js-auto-indent-flag): Delete variable.
13095
13096 2009-08-14 Chong Yidong <cyd@stupidchicken.com>
13097
13098 * progmodes/js.el: Remove proclaim statement.
13099 Defvar which-func-imenu-joiner-function to silence compiler.
13100
13101 * files.el (auto-mode-alist): Use js-mode for .js files.
13102
13103 * progmodes/js2-mode.el: Remove file.
13104
13105 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
13106
13107 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
13108
13109 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
13110
13111 2009-08-14 Daniel Colascione <dan.colascione@gmail.com>
13112 Karl Landstrom <karl.landstrom@brgeight.se>
13113
13114 * progmodes/js.el: New file.
13115
13116 2009-08-14 Mark A. Hershberger <mah@everybody.org>
13117
13118 * timezone.el (timezone-parse-date): Add ability to understand ISO
13119 basic format (minimal separators) dates in addition to the
13120 already-supported extended format dates.
13121
13122 2009-08-14 Eli Zaretskii <eliz@gnu.org>
13123
13124 * international/ucs-normalize.el: Add a `coding' file variable.
13125
13126 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
13127
13128 2009-08-14 Sam Steingold <sds@gnu.org>
13129
13130 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
13131
13132 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
13133
13134 * faces.el (help-argument-name): Define it here instead of
13135 help-fns.el, because in daemon mode help-fns.el may be loaded when
13136 faces are still uninitialized (Bug#1078).
13137
13138 * help-fns.el (help-argument-name): Move defface to faces.el.
13139
13140 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
13141
13142 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
13143 create buffer with a pty but no process so that GDB can make the
13144 inferior the controlling process.
13145
13146 2009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
13147
13148 * international/ucs-normalize.el: New file.
13149
13150 2009-08-13 Richard Stallman <rms@gnu.org>
13151
13152 * mail/rmail.el (rmail-get-attr-names):
13153 Accept an attribute header that is too short.
13154
13155 * mail/rmail.el (rmail-forget-messages):
13156 Ignore nil elt in rmail-message-vector. Use dotimes.
13157
13158 * progmodes/compile.el (compilation-goto-locus):
13159 Use next-error-move-function.
13160
13161 * simple.el (next-error-move-function): New variable.
13162
13163 2009-08-12 Juri Linkov <juri@jurta.org>
13164
13165 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
13166 always non-nil. (Bug#4052)
13167
13168 * replace.el (read-regexp): Return empty string when
13169 `default-value' is nil.
13170 (keep-lines-read-args): Don't use empty string as the
13171 default value for `read-regexp'. (Bug#2495)
13172
13173 2009-08-12 Juri Linkov <juri@jurta.org>
13174
13175 * international/mule-cmds.el (ucs-insert): Change arguments
13176 from `arg' to `character', `count', `inherit' to be the same
13177 as in `insert-char'. Doc fix. (Bug#4039)
13178
13179 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
13180
13181 2009-08-12 Juri Linkov <juri@jurta.org>
13182
13183 * files-x.el: New file.
13184
13185 * files.el: Move code that deals with adding/deleting
13186 file/directory-local variables to files-x.el.
13187
13188 * Makefile.in (ELCFILES): Add files-x.elc.
13189
13190 2009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
13191
13192 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
13193 to use `goto-line'.
13194 (gdb-place-breakpoints, gdb-get-location): Rewritten without
13195 `goto-line'.
13196 (gdb-invalidate-disassembly): Do not refresh upon receiving
13197 'update signal. Instead, update all disassembly buffers only after
13198 threads list.
13199 (gdb): Send -target-detach when buffer is killed (Bug#3794).
13200 (gdb-starting): Moved -data-list-register-names...
13201 (gdb-stopped): ...here so it's sent when first thread stops.
13202 (gdb-registers-handler-custom): Do nothing if register names are
13203 unknown yet.
13204
13205 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
13206 from `gdb-mi.el' to avoid extra tangling.
13207
13208 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
13209 change which breaks `gud-def' definitions used in `gdb'.
13210 (gdb-update-gud-running): No extra fuss for updating frame number.
13211
13212 2009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
13213
13214 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
13215 (describe-language-environment-map, setup-language-environment-map)
13216 (set-coding-system-map): Move initialization into declaration.
13217 (set-language-info-alist): Last arg to define-key-after can be skipped.
13218
13219 * international/quail.el (quail-completion-1): Simplify.
13220 (quail-define-rules): Use slightly more compact code.
13221 (quail-insert-decode-map): Propertize keys, compact columns.
13222
13223 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
13224 Add goto-line.
13225
13226 2009-08-10 Miles Bader <miles@gnu.org>
13227
13228 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
13229 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
13230 (js2-instance-member, js2-private-member, js2-private-function-call)
13231 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
13232 (js2-magic-paren, js2-external-variable):
13233 Remove "-face" suffix from face names.
13234 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
13235 (js2-highlight-undeclared-vars, js2-peek-token)
13236 (js2-parse-function-params, js2-mode-show-errors)
13237 (js2-mode-show-warnings, js2-make-magic-delimiter)
13238 (js2-mode-highlight-magic-parens): Update to use new face names.
13239
13240 2009-08-09 Michael Albinus <michael.albinus@gmx.de>
13241
13242 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
13243 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
13244
13245 2009-08-09 Chong Yidong <cyd@stupidchicken.com>
13246
13247 * subr.el: Provide hashtable-print-readable.
13248
13249 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
13250 hs-c-like-adjust-block-beginning.
13251 (hs-hide-block-at-point): Stop hiding at the beginning of
13252 hs-block-end-regexp (Bug#700).
13253
13254 2009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
13255
13256 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
13257 a macro.
13258 (gdb-registers-handler-custom): Do not fail when register names
13259 are unavailable.
13260
13261 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
13262
13263 * progmodes/gdb-mi.el (gdb-control-all-threads)
13264 (gdb-control-current-thread): Interactive setters for
13265 `gdb-gud-control-all-threads' to use in menu.
13266 (gdb-show-run-p): Show «Go» when process is not active.
13267 (gud-tool-bar-map): Add non-stop/A,T indicator. Uses
13268 gud/thread.xpm and gud/all.xpm.
13269
13270 2009-08-08 Yoni Rabkin <yoni@rabkins.net>
13271
13272 * net/net-utils.el (net-utils-font-lock-keywords): New var.
13273 (nslookup-font-lock-keywords): Make it a variable.
13274 (net-utils-mode): New mode for viewing diagnostic network output.
13275 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
13276 (net-utils-run-simple): New function.
13277 (ifconfig, iwconfig, netstat, arp, route): Use it.
13278
13279 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
13280
13281 * progmodes/gdb-mi.el (gdb-read-memory-custom)
13282 (gdb-memory-set-address, def-gdb-set-positive-number)
13283 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
13284 after changing settings.
13285 (gdb-invalidate-disassembly): Update when first shown.
13286 (gdb-edit-locals-value): Fixed.
13287 (gdb-registers-handler-custom): Print registers in right order and
13288 allow changing register values (only for current thread yet).
13289 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
13290 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
13291 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
13292 (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
13293 info in mode name.
13294 (gdb-registers-mode-map): TAB to switch to locals.
13295
13296 2009-08-08 Eli Zaretskii <eliz@gnu.org>
13297
13298 * mail/rmail.el (rmail-add-mbox-headers)
13299 (rmail-set-message-counters-counter): Search for
13300 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
13301
13302 2009-08-08 Glenn Morris <rgm@gnu.org>
13303
13304 * Makefile.in (ELCFILES): Update.
13305
13306 2009-08-07 Eli Zaretskii <eliz@gnu.org>
13307
13308 * mail/sendmail.el (mail-yank-original): Set
13309 buffer-file-coding-system from the one used by the message whose
13310 text is yanked.
13311
13312 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
13313 to "windows" when "pgnuplot" is used.
13314 (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
13315 call accept-process-output if "pgnuplot" is used.
13316 (calc-graph-init): Don't send -display and -geometry to
13317 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
13318 running "pgnuplot -V" with shell-command-to-string.
13319
13320 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
13321 the default.
13322
13323 2009-08-07 Eli Zaretskii <eliz@gnu.org>
13324
13325 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
13326 org/org-latex.elc.
13327
13328 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
13329
13330 * vc-dispatcher.el (vc-resynch-window): Update comment.
13331
13332 * term.el (term-handle-ansi-escape): Add comments with the
13333 terminfo capabilities implemented.
13334
13335 2009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
13336
13337 * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
13338 (gdb-var-create-handler): Rewritten using JSON parser.
13339 (gdb-propertize-header): Moved earlier.
13340 (gdb-set-header): Removed to avoid duplication.
13341 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
13342 Refresh disassembly buffers only after threads list have been
13343 update.
13344 (gdb-threads-header, gdb-registers-header): Per-buffer header line
13345 variables.
13346
13347 2009-08-04 Juri Linkov <juri@jurta.org>
13348
13349 * files.el: Commands to add/delete file/directory-local variables.
13350 (read-file-local-variable, read-file-local-variable-value)
13351 (read-file-local-variable-mode, modify-file-local-variable)
13352 (modify-file-local-variable-prop-line)
13353 (modify-dir-local-variable): New functions.
13354 (add-file-local-variable, delete-file-local-variable)
13355 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
13356 (add-dir-local-variable, delete-dir-local-variable)
13357 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
13358 (copy-dir-locals-to-file-locals-prop-line): New commands.
13359
13360 2009-08-04 Chong Yidong <cyd@stupidchicken.com>
13361
13362 * abbrev.el (insert-abbrev-table-description): Prettify output.
13363 Suggested by Karl Chen.
13364
13365 2009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
13366
13367 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
13368 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
13369 (gdb-overlay-arrow-position, gdb-thread-position)
13370 (gdb-disassembly-position): Declare variables.
13371 (gdb-wait-for-pending): Function now.
13372 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
13373 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
13374 compilation goes smoothly.
13375 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
13376 (gdb-non-stop-setting): New customization setting which replaces
13377 `gdb-non-stop' so changing it doesn't break active GDB session.
13378 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
13379 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
13380 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
13381 (gdb-show-threads-by-default): New customization options.
13382 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
13383 routines.
13384 (gdb-get-buffer-create): Send buffers update signal when they are
13385 created.
13386 (gdb-invalidate-locals, gdb-invalidate-registers)
13387 (gdb-invalidate-breakpoints)
13388 (gdb-invalidate-threads, gdb-invalidate-disassembly)
13389 (gdb-invalidate-memory): Accept update signal.
13390 (gdb-current-context-command): Use --frame option.
13391 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
13392 Implement `gdb-frame-number' selection logic.
13393 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
13394 whether to show GUD toolbar buttons.
13395 (gdb-thread-exited): Unselect current thread when it exits.
13396 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
13397 (gdb-mark-line): Routine which sets overlay arrow or inverses
13398 video on fringeless displays.
13399 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
13400 to build aligned columns of data in GDB buffers and set text
13401 properties line-by-line.
13402 (gdb-invalidate-breakpoints)
13403 (gdb-breakpoints-list-handler-custom)
13404 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
13405 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
13406 (gdb-registers-handler-custom): Align data columns.
13407 (gdb-locals-handler-custom): Now prints data like in variable
13408 declarations.
13409 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
13410 Removed confusing buttons.
13411 (gdb-invalidate-threads): Append --frame.
13412 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
13413 between breakpoints/threads buffers.
13414 (gdb-set-window-buffer): Now can ignore dedicated windows.
13415 (gdb-propertize-header): Use `gdb-set-window-buffer'.
13416 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
13417 (def-gdb-thread-buffer-gud-command): Replaces
13418 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
13419 for fine thread control.
13420 (gdb-preempt-existing-or-display-buffer): New function used to
13421 display bound buffers without breaking window layout.
13422 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
13423 (gdb-select-frame): New version of `gdb-frames-select' which now
13424 sets `gdb-frame-number' so commands may use --frame option instead
13425 of inner debugger state.
13426 (gdb-frame-handler): Do not set `gdb-frame-number'.
13427 (gdb-threads-mode-map): Select threads with mouse.
13428
13429 * progmodes/gud.el (gdb-gud-context-call): Declare function to
13430 avoid compilation warning.
13431 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
13432 `gdb-show-stop-p`.
13433
13434 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
13435 Argument `key' renamed to `buffer-type'.
13436 (gdb-current-context-buffer-name): Do not add thread info to
13437 buffer name when no thread is selected.
13438 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
13439 command (bug 3794).
13440 (gdb-thread-selected): Handle `=thread-selected' notification.
13441 (gdb-wait-for-pending): New macro to deal with congestion problems.
13442 (gdb-breakpoints-list-handler-custom): Don't fail on pending
13443 breakpoints.
13444 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
13445 This fixes problem similar to one described in bug 3947.
13446 (gud-menu-map): More menu items.
13447 (gdb-init-1): Reset `gdb-thread-number' to nil.
13448
13449 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
13450 non-stop settings.
13451
13452 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
13453 (gdb-current-context-command): Do not append --thread if
13454 `gdb-thread-number' is nil.
13455 (gdb-running-threads-count, gdb-stopped-threads-count): New
13456 variables.
13457 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
13458 (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
13459 customization options.
13460 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
13461 GUD commands.
13462 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
13463 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
13464 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
13465 set `gdb-thread-number' and update `gud-running' properly.
13466 (gdb-running): Update threads list when new threads appear.
13467 (gdb-stopped): Support non-stop operation and new thread switching
13468 logic.
13469 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
13470 (gdb-json-partial-output): New set of JSON routines.
13471 (def-gdb-auto-update-trigger): New `signal-list' optional
13472 argument.
13473 (gdb-thread-list-handler-custom): Update `gud-running',
13474 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
13475 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
13476 (gdb-continue-thread, gdb-step-thread): New commands for fine
13477 thread execution control.
13478 (gud-menu-map): New menu items to switch non-stop options.
13479 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
13480 (gdb-send): Mimic RET properly (bug 3794).
13481
13482 * progmodes/gdb-mi.el (gdb-rules-name-maker)
13483 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
13484 gdb-buffer-rules.
13485 (def-gdb-auto-update-handler): New nopreserve optional argument.
13486 (gdb-stack-list-frames-custom): Print stack from top to bottom.
13487
13488 * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
13489 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
13490 (gdb-parent-mode): New mode to derive other GDB modes from.
13491 (gdb-display-disassembly-for-thread)
13492 (gdb-frame-disassembly-for-thread): New commands for threads
13493 buffer.
13494
13495 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
13496 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
13497 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
13498 (gdb-update): We now store all GDB buffers in a list so that they
13499 can be updated by traversing a list instead of calling invalidate
13500 triggers explicitly.
13501 (def-gdb-trigger-and-handler): New macro to define trigger-handler
13502 pair for GDB buffer.
13503 (gdb-stack-buffer-name): Add thread information.
13504 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
13505 handle pending triggers.
13506 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
13507 (def-gdb-thread-buffer-simple-command)
13508 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
13509 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
13510 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
13511 New commands which show buffers bound to thread.
13512 (gdb-stack-list-locals-regexp): Removed unused regexp.
13513
13514 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
13515 (gdb-locals-buffer-name, gdb-registers-buffer-name)
13516 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
13517 to (gud-comint-buffer) in *-buffer-name functions
13518 because (gdb-get-target-string) already does that.
13519 (gdb-locals-handler-custom, gdb-registers-handler-custom)
13520 (gdb-changed-registers-handler): Rewritten without regexps.
13521
13522 * progmodes/gdb-mi.el: Basic thread selection support.
13523 (gdb-thread-number): New variable.
13524 (gdb-current-context-command): New macro which adds --thread
13525 option to command.
13526 (gdb-threads-mode-map): Select thread with SPC.
13527 (gdb-thread-list-handler-custom): Mark current thread with overlay
13528 arrow. Synchronize GDB thread and Emacs thread.
13529 (gdb-select-thread): New command which selects current thread.
13530 (gdb-invalidate-frames, gdb-invalidate-locals)
13531 (gdb-invalidate-registers): Use --thread option.
13532
13533 2009-08-04 Michael Albinus <michael.albinus@gmx.de>
13534
13535 * net/tramp.el (top): Make check for tramp-gvfs loading more
13536 robust. (Bug#3977)
13537 (tramp-handle-insert-file-contents): `unwind-protect' must be
13538 inside `with-parsed-tramp-file-name'.
13539
13540 * net/tramp-gvfs.el (top): Remove superfluous message when loading
13541 fails.
13542
13543 2009-08-03 Nick Roberts <nickrob@snap.net.nz>
13544
13545 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
13546 directory if CLASSPATH is not set.
13547
13548 2009-08-03 Michael Albinus <michael.albinus@gmx.de>
13549
13550 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
13551 New defconst.
13552 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
13553
13554 2009-08-02 Kevin Ryde <user42@zip.com.au>
13555
13556 * net/newst-backend.el (newsticker--raw-url-list-defaults):
13557 Update freshmeat link. Delete newsforge.com as it seems gone.
13558
13559 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
13560
13561 * select.el (x-set-selection): Doc fix (Bug#4021).
13562
13563 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
13564
13565 * help-fns.el (describe-variable): Treat list return values from
13566 dir-locals-find-file properly (Bug#4005).
13567
13568 2009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
13569
13570 * net/tramp.el (tramp-debug-message): Print also microseconds.
13571
13572 2009-08-02 Michael Albinus <michael.albinus@gmx.de>
13573
13574 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
13575 or END is non-nil.
13576 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
13577 (tramp-get-debug-buffer): Change `outline-regexp' according to new
13578 format.
13579
13580 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
13581 (tramp-get-file-property): Use it.
13582
13583 * autorevert.el (auto-revert-handler): Allow
13584 `auto-revert-tail-mode' for remote files.
13585
13586 2009-08-02 Jason Rumney <jasonr@gnu.org>
13587
13588 * minibuffer.el (read-file-name): Treat confirm options to
13589 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
13590
13591 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
13592
13593 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
13594 (font-lock-variable-name-face, font-lock-constant-face): Darken
13595 the colors for light backgrounds.
13596
13597 2009-08-01 Eli Zaretskii <eliz@gnu.org>
13598
13599 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
13600 month names. (Bug#3987)
13601
13602 2009-07-31 Chong Yidong <cyd@stupidchicken.com>
13603
13604 * simple.el (line-move-finish): Pass whole number to
13605 line-move-to-column.
13606 (line-move-visual): Perform hscroll to the recorded position.
13607
13608 2009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
13609
13610 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
13611
13612 2009-07-29 Alan Mackenzie <acm@muc.de>
13613
13614 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
13615
13616 2009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
13617
13618 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
13619 (gdb-place-breakpoints): Use full path when setting breakpoints.
13620
13621 2009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
13622
13623 * calc/calc.el (calc-mode-map): Add keybinding for
13624 `calc-transpose-lines'.
13625
13626 2009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
13627
13628 * calc/calc-misc.el (calc-transpose-lines): New function.
13629
13630 2009-07-28 Michael Albinus <michael.albinus@gmx.de>
13631
13632 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
13633 Simplify check for out-of-band methods.
13634 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
13635 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
13636
13637 2009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
13638
13639 * vc-git.el (vc-git-checkin): Fix typo.
13640
13641 2009-07-28 Steve Yegge <steve.yegge@gmail.com>
13642
13643 * progmodes/js2-mode.el: New file.
13644
13645 2009-07-28 Nick Roberts <nickrob@snap.net.nz>
13646
13647 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
13648 (gud-menu-map): Adjust tooltip accordingly.
13649
13650 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
13651
13652 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
13653 (vc-bzr-log-view-mode): Adjust log-view-file-re.
13654
13655 * add-log.el (change-log-mode-map): Add a menu.
13656
13657 2009-07-27 Michael Albinus <michael.albinus@gmx.de>
13658
13659 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
13660 function returns nil.
13661 (dbus-handle-event): Handle special return value :ignore.
13662 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
13663
13664 2009-07-26 Chong Yidong <cyd@stupidchicken.com>
13665
13666 * view.el (view-mode-enable): Don't define Helper-return-blurb if
13667 it's not needed.
13668
13669 2009-07-25 Eli Zaretskii <eliz@gnu.org>
13670
13671 Fix Bug#3888:
13672
13673 * w32-vars.el (x-select-enable-clipboard): Doc fix.
13674
13675 * term/pc-win.el (x-display-name, x-colors)
13676 (x-select-enable-clipboard, x-select-text): Doc fix.
13677
13678 * term/common-win.el (x-display-name, x-colors): Doc fix.
13679
13680 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
13681 (xw-defined-colors): Doc fix.
13682
13683 * w32-fns.el (x-select-text, x-setup-function-keys)
13684 (x-get-selection, x-set-selection): Doc fix.
13685
13686 * term/x-win.el (x-select-text, x-setup-function-keys)
13687 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
13688
13689 * select.el (x-set-selection): Doc fix.
13690
13691 2009-07-25 Michael Albinus <michael.albinus@gmx.de>
13692
13693 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
13694 instead of "IsNSSSupportAvailable". Avahi ought to work also when
13695 "IsNSSSupportAvailable" method is not available. Reported by
13696 Steve Youngs <steve@sxemacs.org>.
13697
13698 2009-07-24 Kenichi Handa <handa@m17n.org>
13699
13700 * international/characters.el: Fix setting of category ?C, ?|, ?K,
13701 and ?H. Fix setting of case for Latin Extended and Greek Extended.
13702 (build-unicode-category-table): Fix range checks.
13703
13704 2009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
13705
13706 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
13707 the buffer we try to sync is current when calling
13708 vc-resynch-buffer.
13709
13710 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
13711 not show up to date files.
13712
13713 2009-07-24 Glenn Morris <rgm@gnu.org>
13714
13715 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
13716 Add autoload cookies. If necessary, initialize.
13717 (elint-log): Handle non-file buffers.
13718 (elint-initialize): Add optional argument to reinitialize.
13719 (elint-find-builtin-variables): Save excursion.
13720
13721 2009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
13722
13723 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
13724 for Lint.
13725
13726 2009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
13727
13728 * vc.el (vc-print-log-internal): New function, split out from ...
13729 (vc-print-log): ... here.
13730 (vc-dir-move-to-goal-column): Declare.
13731
13732 * vc-git.el (vc-git-add-signoff): New variable.
13733 (vc-git-checkin): Use it.
13734 (vc-git-toggle-signoff): New function.
13735 (vc-git-extra-menu-map): Bind it to menu.
13736 (vc-git--run-command-string): Accept a nil FILE argument.
13737 (vc-git-stash-list): New function.
13738 (vc-git-dir-extra-headers): Use it.
13739
13740 2009-07-23 Glenn Morris <rgm@gnu.org>
13741
13742 * help-fns.el (describe-variable): Describe ignored and risky local
13743 variables in a similar way to that in which we describe safe ones.
13744
13745 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
13746 (byte-compile-output-file-form, byte-compile-output-docform)
13747 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
13748 Give some more local variables with common names a "bytecomp-" prefix,
13749 so as not to shadow things during compilation.
13750 * emacs-lisp/cl-macs.el (load-time-value)
13751 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
13752 `outbuffer' to `bytecomp-outbuffer'.
13753
13754 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
13755 since the next two variables cover them automatically now.
13756 (elint-builtin-variables, elint-autoloaded-variables): New.
13757 (elint-unknown-builtin-args): Remove all members, since they can be
13758 parsed automatically now.
13759 (elint-extra-errors): New.
13760 (elint-env-add-env, elint-env-add-macro): Use cadr.
13761 (elint-current-buffer): Use or. Change final message.
13762 (elint-get-top-forms): Use line-end-position.
13763 (elint-init-env): Use cadr. Handle autoload, declare-function,
13764 and defalias.
13765 (elint-add-required-env): Doc fix. Use or. Standardize error.
13766 (regexp-assoc): Remove unused function.
13767 (elint-top-form): Set elint-current-pos, to record the start of the
13768 top-level form, for compilation-mode.
13769 (elint-form): Trap errors in macro expansion. Use dolist.
13770 (elint-unbound-variable): Use elint-builtin-variables and
13771 elint-autoloaded-variables.
13772 (elint-get-args): Use cadr, or.
13773 (elint-check-cond-form): Use dolist, cadr.
13774 (elint-check-condition-case-form): Doc fix. Use cadr.
13775 Use elint-extra-errors.
13776 (elint-log): New function.
13777 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
13778 Distinguish errors and warnings.
13779 (elint-log-message): Use with-current-buffer. Inhibit read-only.
13780 Use a bytecomp-style format.
13781 (elint-clear-log): Preserve default-directory. Inhibit read-only.
13782 (elint-get-log-buffer): Use compilation mode. Disable undo.
13783 Don't truncate lines.
13784 (elint-initialize): Set builtin and autoloaded variable lists.
13785 Only process elint-unknown-builtin-args if non-nil.
13786 (elint-find-builtin-variables, elint-find-autoloaded-variables):
13787 New functions.
13788 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
13789
13790 2009-07-22 Kevin Ryde <user42@zip.com.au>
13791
13792 * net/newst-backend.el (newsticker--parse-atom-1.0)
13793 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
13794 (newsticker--parse-rss-1.0):
13795 * progmodes/idlwave.el (idlwave-mode):
13796 * progmodes/idlw-shell.el (idlwave-shell-mode):
13797 * progmodes/vera-mode.el (vera-mode):
13798 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
13799 * progmodes/vhdl-mode.el (vhdl-mode):
13800 * textmodes/table.el (table-generate-source)
13801 (table--warn-incompatibility):
13802 Hyperlink urls in docstrings with URL `...'.
13803
13804 2009-07-22 Glenn Morris <rgm@gnu.org>
13805
13806 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
13807 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
13808 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
13809 Remove leading * from defcustom docs.
13810
13811 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
13812
13813 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
13814 defcustom doc.
13815 (list-load-path-shadows): Optionally, just return shadows as a string.
13816
13817 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
13818
13819 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
13820
13821 * mail/rmailedit.el (rmail-edit-mode): Use
13822 auto-save-include-big-deletions.
13823
13824 * mail/rmail.el (rmail-variables): Use
13825 auto-save-include-big-deletions.
13826
13827 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
13828 changes.
13829
13830 2009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
13831
13832 * calc/calc.el (calc-undo-length): New variable.
13833 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
13834
13835 2009-07-21 Richard Stallman <rms@gnu.org>
13836
13837 * files.el (auto-save-mode): Handle buffer-save-size = -2
13838 for toggling mode.
13839
13840 2009-07-21 Glenn Morris <rgm@gnu.org>
13841
13842 * textmodes/ispell.el (ispell-looking-back): Update declaration.
13843
13844 * calendar/todo-mode.el (calendar-current-date): Update declaration.
13845
13846 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
13847 silence compiler. Instead...
13848 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
13849 (ps-print-ensure-fontified): Update for above function name changes.
13850
13851 * printing.el (pr-mh-get-msg-num, pr-mh-show)
13852 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
13853 silence compiler. Instead...
13854 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
13855 (mh-show-buffer): Only define for compiler.
13856 (pr-mh-current-message): Update for above function name changes.
13857
13858 * files.el (abort-if-file-too-large): Explicitly pass `filename'
13859 as an argument.
13860 (find-file-noselect, insert-file-1): Update for above change.
13861
13862 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
13863
13864 * mail/mailclient.el (mailclient-send-it): Fix message.
13865
13866 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
13867 (edebug-eval): Check cl-debug-env is bound.
13868 (print-level, print-circle): Don't redefine built-in variables.
13869
13870 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
13871 (custom-print-vectors): Remove old comments from doc.
13872
13873 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
13874 (emerge-version): Make the variable an obsolete alias for the
13875 emacs-version variable. Make the function obsolete.
13876 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
13877 Emerge options, rather than merging in into the main Options menu.
13878 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
13879 and auto advance modes. Disable edit/fast items when not relevant.
13880
13881 2009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
13882
13883 * term/vt420.el (terminal-init-vt420): Fix typo.
13884
13885 2009-07-20 Sam Steingold <sds@gnu.org>
13886
13887 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
13888 variable (removed from compile.el on 2004-03-11).
13889
13890 2009-07-20 Chong Yidong <cyd@stupidchicken.com>
13891
13892 * files.el (hack-local-variables-filter): Fix last change.
13893
13894 2009-07-19 Juri Linkov <juri@jurta.org>
13895
13896 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
13897 (dir-local-variables-alist): New buffer-local variable.
13898 (hack-local-variables-filter): If variable is not dir-local,
13899 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
13900 because file-local overrides dir-local.
13901 (c-postprocess-file-styles) <declare-function>:
13902 Remove obsolete declaration.
13903 (hack-dir-local-variables): Add dir-local variable/value pair to
13904 `dir-local-variables-alist' and remove duplicates. Doc fix.
13905
13906 * help-fns.el (describe-variable): Add information about
13907 file-local and dir-local variables.
13908
13909 2009-07-19 Chong Yidong <cyd@stupidchicken.com>
13910
13911 * files.el (hack-local-variables-filter): Rewrite.
13912
13913 2009-07-19 Glenn Morris <rgm@gnu.org>
13914
13915 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
13916 Silence compiler by only defining on XEmacs.
13917
13918 * international/mule.el (auto-coding-regexp-alist): Only match
13919 BABYL... at the start of buffer, not of lines. (Bug#3790)
13920
13921 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
13922 non-calendar buffers (Bug#3862). Restore "not on a date" message.
13923 (cal-menu-context-mouse-menu): Doc fix.
13924
13925 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
13926
13927 * simple.el (mail-user-agent): Doc fix. Set :version tag.
13928
13929 2009-07-18 Juri Linkov <juri@jurta.org>
13930
13931 * info.el: Virtual Info keyword finder.
13932 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
13933 (Info-finder-file): New variable.
13934 (Info-finder-find-file): New function.
13935 (finder-known-keywords, finder-package-info)
13936 (find-library-name, lm-commentary): Use defvar and
13937 declare-function to silence compiler warnings.
13938 (Info-finder-find-node): New function.
13939 (info-finder): New command.
13940
13941 * subr.el (process-kill-buffer-query-function): New function.
13942 (add-hook)<kill-buffer-query-functions>: Add hook
13943 `process-kill-buffer-query-function'.
13944
13945 2009-07-18 Alan Mackenzie <acm@muc.de>
13946
13947 * progmodes/cc-mode.el (c-before-hack-hook)
13948 (c-postprocess-file-styles): Give invocation of `c-set-style'
13949 DONT-OVERRIDE parameter of t. Already set style variables will
13950 thus not be overridden by style settings given by `c-file-syle'.
13951
13952 * files.el (hack-local-variables-filter): Remove entries with
13953 duplicate keys from `file-local-variables-alist'.
13954
13955 2009-07-18 Eli Zaretskii <eliz@gnu.org>
13956
13957 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
13958 x-set-selection if display-selections-p returns nil for the
13959 current frame.
13960
13961 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
13962
13963 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
13964
13965 2009-07-18 Eli Zaretskii <eliz@gnu.org>
13966
13967 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
13968 Accept nil in addition to a regexp.
13969 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
13970 Accept nil in addition to a regexp.
13971 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
13972 buffers that have an associated file. Handle nil values of
13973 desktop-buffers-not-to-save and desktop-files-not-to-save.
13974 (Bug#3833)
13975
13976 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
13977 (x-disown-selection-internal): New functions.
13978
13979 2009-07-18 Nick Roberts <nickrob@snap.net.nz>
13980
13981 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
13982 warning.
13983 (gdb-breakpoints-header): Move forward to avoid compiler warning.
13984 (gdb-make-header-line-mouse-map): Remove duplicate definition.
13985
13986 2009-07-18 David De La Harpe Golden <david@harpegolden.net>
13987
13988 * simple.el (set-mark): Revert last change.
13989
13990 2009-07-17 Tassilo Horn <tassilo@member.fsf.org>
13991
13992 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
13993 rendering of pngs is not possible instead of messaging a long
13994 description.
13995
13996 2009-07-17 David De La Harpe Golden <david@harpegolden.net>
13997
13998 * w32-fns.el (x-selection-owner-p): New function.
13999
14000 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
14001 (mouse-yank-at-click, mouse-yank-primary): If
14002 select-active-regions is non-nil, deactivate the mark before
14003 insertion.
14004
14005 * simple.el (deactivate-mark, set-mark): Only save selection if we
14006 own it.
14007
14008 2009-07-17 Kenichi Handa <handa@m17n.org>
14009
14010 * case-table.el (describe-buffer-case-table): Fix for the case
14011 that KEY is a cons.
14012
14013 2009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
14014
14015 * vc-rcs.el (vc-rcs-find-file-hook):
14016 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
14017
14018 2009-07-16 Michael Albinus <michael.albinus@gmx.de>
14019
14020 * net/tramp.el (tramp-wait-for-output): Handle the case when
14021 commands do not return a newline but a null byte before the shell
14022 prompt. (Bug#3858)
14023
14024 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14025
14026 * term/ns-win.el (ns-set-alpha): Don't declare.
14027 (ns-set-background-alpha): Remove function.
14028
14029 2009-07-16 Kevin Ryde <user42@zip.com.au>
14030
14031 * emacs-lisp/copyright.el (copyright-update): Save match-data across
14032 y-or-n-p, for safety.
14033
14034 2009-07-16 Richard Stallman <rms@gnu.org>
14035
14036 * files.el (auto-save-mode): If buffer-saved-size is -2,
14037 don't clobber it.
14038
14039 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
14040 (rmail-retry-ignored-headers): Add more uninteresting fields.
14041
14042 2009-07-15 Jari Aalto <jari.aalto@cante.net>
14043
14044 * net/rcirc.el (rcirc): Use history variables.
14045 (rcirc-server-name-history, rcirc-nick-name-history)
14046 (rcirc-server-port-history): New variables.
14047
14048 2009-07-15 Kenichi Handa <handa@m17n.org>
14049
14050 * international/mule-cmds.el (set-language-environment-charset):
14051 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
14052 ignore them.
14053
14054 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
14055 Delete unibyte-display.
14056
14057 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
14058
14059 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
14060
14061 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
14062
14063 * simple.el (deactivate-mark): Optional argument FORCE.
14064 (set-mark): Use deactivate-mark.
14065
14066 * info.el (Info-search): No need to check transient-mark-mode
14067 before calling deactivate-mark.
14068
14069 * select.el (x-set-selection): Doc fix.
14070 (x-valid-simple-selection-p): Allow buffer values.
14071 (xselect--selection-bounds): Handle buffer values. Suggested by
14072 David De La Harpe Golden.
14073
14074 * mouse.el (mouse-set-region, mouse-drag-track): Call
14075 copy-region-as-kill before setting the mark, to let
14076 select-active-regions work.
14077
14078 2009-07-15 David De La Harpe Golden <david@harpegolden.net>
14079
14080 * simple.el (deactivate-mark): If select-active-regions is
14081 non-nil, copy the selection data into a string.
14082 (activate-mark): If select-active-regions is non-nil, set the
14083 selection to the current buffer.
14084 (set-mark): Update selection if select-active-regions is non-nil.
14085
14086 * select.el (x-valid-simple-selection-p): Allow buffer values.
14087
14088 2009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
14089
14090 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
14091 and more featureful message-mode.
14092
14093 2009-07-14 Chong Yidong <cyd@stupidchicken.com>
14094
14095 * select.el (x-set-selection): Doc fix.
14096 (x-valid-simple-selection-p): Disallow selection data consisting
14097 of a list or cons of integers, since that is not used.
14098 (xselect--selection-bounds, xselect--int-to-cons): New functions.
14099 (xselect-convert-to-string, xselect-convert-to-length)
14100 (xselect-convert-to-filename, xselect-convert-to-charpos)
14101 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
14102
14103 2009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
14104
14105 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
14106 output in -break-info command (Emacs bug #3794).
14107
14108 2009-07-14 Glenn Morris <rgm@gnu.org>
14109
14110 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
14111 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
14112 (edebug-print-length, edebug-print-level, edebug-print-circle)
14113 (edebug-sit-for-seconds, edebug-view-outside)
14114 (edebug-bounce-point, edebug-set-global-break-condition)
14115 (edebug-Go-nonstop-mode, edebug-trace-mode)
14116 (edebug-Trace-fast-mode, edebug-continue-mode)
14117 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
14118 (edebug-visit-eval-list): Doc fixes.
14119
14120 * subr.el (def-edebug-spec): Doc fix.
14121
14122 2009-07-14 Kenichi Handa <handa@m17n.org>
14123
14124 * international/characters.el: Fix setting of category ?C.
14125
14126 2009-07-13 Jan Djärv <jan.h.d@swipnet.se>
14127
14128 * term/ns-win.el (x-select-font): defalias x-select-font to
14129 ns-popup-font-panel instead of generate-fontset-menu.
14130
14131 2009-07-12 Eli Zaretskii <eliz@gnu.org>
14132
14133 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
14134
14135 2009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
14136
14137 * arc-mode.el (archive-find-type): Allow for a PK00 string before
14138 the PK\003\004 header (Bug#3770).
14139
14140 2009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
14141
14142 * pcomplete.el (pcomplete-comint-setup): Check for
14143 shell-dynamic-complete-filename too.
14144
14145 2009-07-11 Chong Yidong <cyd@stupidchicken.com>
14146
14147 * simple.el (temporary-goal-column): Change the value for
14148 line-move-visual to a cons cell.
14149 (line-move-visual): Record or set the window hscroll, if
14150 necessary (Bug#3494).
14151 (line-move-1): Handle cons value of temporary-goal-column.
14152
14153 2009-07-11 Kenichi Handa <handa@m17n.org>
14154
14155 * international/mule-diag.el (describe-character-set): Don't show
14156 width.
14157
14158 2009-07-10 Sam Steingold <sds@gnu.org>
14159
14160 * progmodes/compile.el (compilation-mode-font-lock-keywords):
14161 Omake sometimes indents the errors it prints, so allow all
14162 regexps to start with spaces.
14163
14164 2009-07-10 Eli Zaretskii <eliz@gnu.org>
14165
14166 * cus-edit.el (customize-changed-options-previous-release):
14167 Bump value to 22.1. (Bug#3804)
14168
14169 2009-07-08 Sam Steingold <sds@gnu.org>
14170
14171 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
14172 to be a cons cell (test . ignored-directory) to selectively ignore
14173 some directories depending on the location of the search.
14174
14175 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
14176
14177 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
14178 remote user is root, on the local host.
14179 (tramp-local-host-p): Either the local user or the remote user
14180 must be root. (Bug#3771)
14181
14182 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
14183
14184 * progmodes/gdb-mi.el (gdb): Remove description of
14185 gdb-use-separate-io-buffer.
14186 (menu): Don't allow toggling of or enable
14187 gdb-use-separate-io-buffer from menubar.
14188
14189 2009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
14190
14191 * mail/unrmail.el (unrmail): Make sure the message ends with two
14192 newlines (Bug#3769).
14193
14194 2009-07-08 Glenn Morris <rgm@gnu.org>
14195
14196 * calendar/calendar.el (calendar-current-date): Rework previous change.
14197
14198 2009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
14199
14200 * calendar/calendar.el (calendar-current-date):
14201 Add an optional argument giving an offset from today.
14202
14203 2009-07-08 Glenn Morris <rgm@gnu.org>
14204
14205 * tutorial.el (tutorial--describe-nonstandard-key):
14206 Adjust the message for when a key has been unbound.
14207 (help-with-tutorial): Hide the arch-tag.
14208
14209 2009-07-08 Kenichi Handa <handa@m17n.org>
14210
14211 * international/fontset.el (setup-default-fontset): For each
14212 script, append (not set) font-specs.
14213
14214 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
14215 docstring.
14216
14217 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
14218
14219 * progmodes/gdb-mi.el (gdb-init-1): Move sending
14220 -data-list-register-names to ...
14221 (gdb-starting): ... here because GDB 7.0 requires execution to
14222 have started when using this MI command.
14223 (gdb-set-header): New function to distinguish select and
14224 unselected tabs in gdb buffers.
14225 (gdb-propertize-header): New macro that uses gdb-set-header.
14226 (gdb-breakpoints-header, gdb-locals-header): Use it.
14227 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
14228
14229 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
14230
14231 * Makefile.in (ELCFILES): Remove fadr.elc.
14232
14233 2009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
14234
14235 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
14236 may contain frame information, so `string-match' should be used.
14237 (gdb-update): Disassembly is invalidated through
14238 `gdb-get-selected-frame'.
14239 (gdb-pad-string): New function to pad string with spaces.
14240 (gdb-invalidate-disassembly): Invalidate only if the buffer
14241 exists.
14242 (gdb-disassembly-handler-custom): Column alignment.
14243 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
14244 placing new ones.
14245 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
14246 end of line, too.
14247 (gdb-frame-handler): Match convention to for disassembly buffer
14248 mode name.
14249 (gdb-stack-list-frames-handler): Rewritten without regexps.
14250 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
14251 not highlight breakpoints without line information.
14252 (gdb-input): Add trailing newline to command.
14253
14254 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
14255 buffer properly.
14256 (gdb-breakpoints-list-handler-custom): Replacement for
14257 `gdb-break-list-handler'. Using real parser instead of regexps
14258 now.
14259 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
14260 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
14261 to place breakpoints.
14262 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
14263 functions.
14264 (gdb-disassembly-handler-custom): Show overlay arrow.
14265 (gdb-disassembly-place-breakpoints): Show breakpoints in
14266 disassembly buffer.
14267 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
14268 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
14269 instead of parsing breakpoints buffer. Fixed old menu references
14270 in `gud-menu-map'.
14271
14272 * fadr.el: Remove.
14273
14274 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
14275 (gdb-memory-address): New variable which holds top address of
14276 memory page shown in memory buffer.
14277 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
14278 customization variables.
14279 New functions:
14280 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
14281 display the memory buffer.
14282 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
14283 buffer display parameters.
14284 (def-gdb-memory-format, gdb-memory-format-binary)
14285 (gdb-memory-format-octal, gdb-memory-format-unsigned)
14286 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
14287 Functions for setting memory buffer format.
14288 (gdb-memory-unit-word, gdb-memory-unit-halfword)
14289 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
14290 unit size used in memory buffer.
14291 (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
14292 to next/previous page of memory buffer.
14293 Now using (bindat-get-field) instead of fadr functions.
14294
14295 2009-07-07 Sam Steingold <sds@gnu.org>
14296
14297 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
14298 non-top-level files.
14299
14300 2009-07-07 Kenichi Handa <handa@m17n.org>
14301
14302 * international/mule-cmds.el (reset-language-environment): Put
14303 the highset priority to the charset iso-8859-1.
14304
14305 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
14306
14307 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
14308 to the end of the line when locating the block (Bug#700).
14309
14310 2009-07-06 Michael Albinus <michael.albinus@gmx.de>
14311
14312 * net/tramp.el (tramp-handle-write-region): Flush file properties
14313 in case of short track.
14314
14315 2009-07-06 Michael McNamara <mac@mail.brushroad.com>
14316
14317 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
14318 Coded custom representation of verilog error regular expressions
14319 to work with Emacs-22's new format.
14320 (verilog-error-regexp-xemacs-alist): Coded custom representation
14321 of verilog error regular expressions to work with XEmacs format.
14322 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
14323 error recognition into XEmacs.
14324 (verilog-error-regexp-add-emacs): Hook routine to install verilog
14325 error recognition into Emacs-22.
14326
14327 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
14328
14329 * woman.el: Remove stand-alone closing parentheses.
14330 (woman-file-name, woman2-format-paragraphs)
14331 (woman-leave-blank-lines): Code cleanup.
14332 (woman-use-own-frame): Change default to nil.
14333 (woman-italic, woman-bold, woman-unknown, woman-addition): Change
14334 defaults to inherit from default faces.
14335 (woman2-process-escapes): Consume the newline after a stand-alone
14336 filler character (Bug#3651).
14337
14338 2009-07-06 Glenn Morris <rgm@gnu.org>
14339
14340 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
14341 (top-level): Move provide to the end.
14342 (ffap): Remove defunct URL from custom group.
14343
14344 * subr.el (eval-after-load): Doc fix.
14345
14346 2009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
14347
14348 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
14349 `calc-embedded-word' is called twice.
14350
14351 2009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
14352
14353 * files.el (find-alternate-file-other-window, find-alternate-file):
14354 Obey confirm-nonexistent-file-or-buffer.
14355
14356 2009-07-05 Michael Albinus <michael.albinus@gmx.de>
14357
14358 * dired-aux.el (dired-show-file-type): Handle remote files.
14359
14360 2009-07-05 Jari Aalto <jari.aalto@cante.net>
14361
14362 * desktop.el (desktop-globals-to-save):
14363 Add file-name-history (Bug#2750).
14364
14365 2009-07-05 Chong Yidong <cyd@stupidchicken.com>
14366
14367 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
14368
14369 2009-07-04 Johan Bockgård <bojohan@gnu.org>
14370
14371 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
14372 property on entire argument since this is what eshell-lisp-command
14373 expects.
14374
14375 2009-07-03 Michael Albinus <michael.albinus@gmx.de>
14376
14377 * net/tramp-gvfs.el (tramp-gvfs-methods)
14378 (tramp-gvfs-zeroconf-domain)
14379 (tramp-bluez-discover-devices-timeout): Add version flag.
14380 (tramp-gvfs-handler-mounted-unmounted)
14381 (tramp-gvfs-connection-mounted-p): Polish handling of
14382 incompatibilities between GVFS 0.2 and 1.0.
14383
14384 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
14385
14386 * cus-start.el (all): Add make-pointer-invisible.
14387
14388 2009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
14389
14390 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
14391 formatted correctly.
14392
14393 2009-07-02 Juri Linkov <juri@jurta.org>
14394
14395 * info.el: Virtual Info files and nodes.
14396 (Info-virtual-files, Info-virtual-nodes): New variables.
14397 (Info-current-node-virtual): New variable.
14398 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
14399 New functions.
14400 (Info-file-supports-index-cookies): Use Info-virtual-file-p
14401 to check for a virtual file instead of checking a fixed list
14402 of node names.
14403 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
14404 instead of ad-hoc processing of "dir" and (apropos history toc).
14405 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
14406 instead of ad-hoc processing of "dir" and (apropos history toc).
14407 Reread a file when moving from a virtual node.
14408 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
14409 (Info-directory-toc-nodes, Info-directory-find-file)
14410 (Info-directory-find-node): New functions.
14411 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
14412 (Info-history): Move part of code to
14413 `Info-history-find-node'.
14414 (Info-history-toc-nodes, Info-history-find-file)
14415 (Info-history-find-node): New functions.
14416 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
14417 (Info-toc): Move part of code to `Info-toc-find-node'.
14418 (Info-toc-find-node): New function.
14419 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
14420 the current Info file name to references because now the node
14421 "*TOC*" belongs to the same Info manual.
14422 (Info-toc-build): Rename from `Info-build-toc'.
14423 (Info-toc-nodes): Rename input argument `file' to `filename'.
14424 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
14425 instead of ad-hoc processing of ("dir" apropos history toc).
14426 (Info-index-nodes): Use Info-virtual-file-p
14427 to check for a virtual file instead of checking a fixed list
14428 of node names.
14429 (Info-index-node): Add check for `Info-current-node-virtual'.
14430 Raise `save-match-data' higher up the tree to contain
14431 `search-forward' too (bug fix).
14432 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
14433 (Info-virtual-index-nodes): New variable.
14434 (Info-virtual-index-find-node, Info-virtual-index): New functions.
14435 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
14436 (Info-apropos-file, Info-apropos-nodes): New variables.
14437 (Info-apropos-toc-nodes, Info-apropos-find-file)
14438 (Info-apropos-find-node, Info-apropos-matches): New functions.
14439 (info-apropos): Move part of code to `Info-apropos-find-node' and
14440 `Info-apropos-matches'.
14441 (Info-mode-map): Bind "I" to `Info-virtual-index'.
14442 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
14443 for a virtual file instead of checking a fixed list of node names.
14444
14445 * simple.el (async-shell-command): New command.
14446
14447 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
14448
14449 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
14450 instead of `mount-info'.
14451
14452 2009-07-02 Michael Albinus <michael.albinus@gmx.de>
14453
14454 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
14455 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
14456
14457 2009-07-02 Kenichi Handa <handa@m17n.org>
14458
14459 * international/mule.el (set-keyboard-coding-system): Force *-unix
14460 coding-system to avoid eol conversion.
14461
14462 2009-07-01 Michael Albinus <michael.albinus@gmx.de>
14463
14464 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
14465 Add handler for `process-file', `shell-command' and
14466 `start-file-process'.
14467 (tramp-gvfs-handle-shell-command)
14468 (tramp-gvfs-handle-start-file-process)
14469 (tramp-gvfs-handle-process-file): New defuns.
14470 (tramp-synce-list-devices): Simplify check for existence of property.
14471
14472 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
14473
14474 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
14475
14476 2009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
14477
14478 * language/korean.el (set-language-info-alist): Add korean-cp949,
14479 cp949 to spec.
14480
14481 2009-07-01 Kenichi Handa <handa@m17n.org>
14482
14483 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
14484
14485 * international/encoded-kb.el: Deleted.
14486
14487 * international/mule.el (set-keyboard-coding-system): Perform the
14488 necessary setup here instead of calling encoded-kbd-setup-display.
14489
14490 2009-07-01 Glenn Morris <rgm@gnu.org>
14491
14492 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
14493
14494 2009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
14495
14496 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
14497
14498 2009-06-30 Michael Albinus <michael.albinus@gmx.de>
14499
14500 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
14501 Handle also the 'rename case, when setting file modes. (Bug#3712)
14502 (tramp-default-file-modes): Remove execute permissions.
14503
14504 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
14505 (top): Add a default for "synce" in `tramp-default-user-alist'.
14506 Add completion function for "synce" method.
14507 (tramp-hal-service, tramp-hal-path-manager)
14508 (tramp-hal-interface-manager, tramp-hal-interface-device):
14509 New defconst.
14510 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
14511 (tramp-synce-list-devices, tramp-synce-parse-device-names):
14512 New defuns.
14513
14514 * net/trampver.el: Update release number.
14515
14516 2009-06-30 Kenichi Handa <handa@m17n.org>
14517
14518 * international/fontset.el (setup-default-fontset): Add CJK fonts
14519 for symbols and the other miscellaneous characters.
14520
14521 * language/korea-util.el (setup-korean-environment-internal):
14522 Make char-width-table suitable for Korean environments.
14523 (exit-korean-environment): Cancel above.
14524
14525 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
14526 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
14527 setup-function to make char-width-table suitable for respective
14528 environments, and an exit-function to cancel that.
14529
14530 * language/japan-util.el (setup-japanese-environment-internal):
14531 Call use-cjk-char-width-table with arg `ja_JP'.
14532
14533 * international/characters.el (cjk-char-width-table): Delete it.
14534 (cjk-char-width-table-list): New variable.
14535 (use-cjk-char-width-table): New arg local-name.
14536 (use-default-char-width-table): Fix for the case that Emacs is
14537 already using the default char-width-table.
14538
14539 2009-06-29 Michael Albinus <michael.albinus@gmx.de>
14540
14541 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
14542 modes mandatory. (Bug#3712)
14543
14544 2009-06-29 Alan Mackenzie <acm@muc.de>
14545
14546 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
14547 correction between the visible width of TABs and their number of bytes.
14548
14549 2009-06-29 Chong Yidong <cyd@stupidchicken.com>
14550
14551 * server.el (server-buffer-done): Prevent kill-buffer from
14552 prompting by clearing the buffer modification flag (Bug#3696).
14553
14554 2009-06-28 Michael McNamara <mac@mail.brushroad.com>
14555
14556 * progmodes/verilog-mode.el (verilog-beg-of-statement)
14557 (verilog-endcomment-reason-re): Support unique case and priority case.
14558 (verilog-basic-complete-re): Support localparam lineup.
14559 (verilog-beg-of-statement-1): Fix for robustness, unique case.
14560 (verilog-set-auto-endcomments): Fix for unique case, always_comb
14561 commenting.
14562 (verilog-leap-to-case-head): Now support *nested* unique &
14563 priority case statements.
14564 (verilog-auto-lineup): Make just declarations the default (as it
14565 had been).
14566 (verilog-leap-to-case-head): Support priority/unique case statements.
14567 (verilog-auto-lineup): Rework to give users radio buttons to
14568 select the various styles of automatic lineup.
14569 (verilog-error-regexp-alist): Rework to support the XEmacs style
14570 of error regular expressions from compilers, lint tools &
14571 simulators. Note that GNU Emacs has made it impossible for a mode
14572 to load such things.
14573 (electric-verilog-terminate-line, verilog-indent-declaration)
14574 (verilog-auto-wiure): Rework for radio button selection of
14575 auto-lineup selection of specification of auto lineup.
14576 (verilog-beg-of-statement-1): Redesign to support proper operation
14577 in additional code, based on testing with auto-lineup.
14578 (verilog-calculate-indent, assignments & declarations)
14579 (verilog-backward-token): Enhance to support auto-lineup of
14580 assignments & declarations.
14581 (verilog-in-directive-p, verilog-at-struct-p): New function for
14582 easy test of whether we are.
14583 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
14584 to support safe execution at almost anyline.
14585 (verilog-calc-1): Properly support indenting deep inside generate
14586 blocks.
14587 (verilog-init-font): Remove definition & use of verilog-init-font,
14588 as it is redundant with font-lock-defaults.
14589 (verilog-mode): Alter the definition of verilog-font-lock-defaults
14590 to avoid circular calls if syntax-ppss is a function (as is the
14591 case now in 22.x GNU Emacs) as that function would sometimes call
14592 itself, leading to (nearly) infinite recursion.
14593 (verilog-ovm-begin-re, verilog-ovm-end-re)
14594 (verilog-ovm-statement-re, verilog-leap-to-head)
14595 (verilog-backward-token): Add support for OVM macros. Some are
14596 complete statements, and others open and close scopes like begin
14597 and end.
14598 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
14599 (verilog-defun-level-generate-only-re): Really fix the defun-list
14600 compilation issue.
14601 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
14602 coverpoint, constraint and cross statements.
14603 (verilog-defun-level-list, verilog-generate-defun-level-list)
14604 (verilog-all-defun-level-list): Redo these specifications - it is
14605 too hard to support eval-when compile aggregation of lists also
14606 built at when-compile time.
14607 (verilog-defun-level-list): Place defconsts of variables used in
14608 building regular expressions which are built in eval-when-compile
14609 bodies in the same eval-when-compile body to facilitate compile
14610 without load.
14611 (verilog-beg-block-re-ordered): Support indenting
14612 virtual/protected tasks and functions.
14613 (verilog-defun-level-list, verilog-in-generate-region-p)
14614 (verilog-backward-ws&directives, verilog-calc-1): Speed up
14615 indentation of some module items (generate items).
14616 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
14617 across virtual/protected tasks and functions.
14618
14619 2009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
14620
14621 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
14622 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
14623 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
14624 in concatenations. Reported by Yishay Belkind.
14625 (verilog-auto-ascii-enum): Support one-hot state machines in
14626 AUTOASCIIENUM. Suggested by Lloyd Gomez.
14627 (verilog-auto-inst, verilog-auto-inst-port): Include interface
14628 modport in AUTOINST and add vl-modport for users. Reported by
14629 David Rogoff.
14630 (verilog-auto-inout-module, verilog-auto-inst)
14631 (verilog-decls-get-interfaces, verilog-insert-definition)
14632 (verilog-insert-one-definition, verilog-read-decls)
14633 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
14634 (verilog-sig-modport, verilog-signals-combine-bus)
14635 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
14636 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
14637 Suggested by David Rogoff.
14638 (verilog-repair-open-comma): Fix non-insertion of comma when
14639 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
14640 (verilog-make-width-expression): Simplify [A-1:0] expression
14641 widths to just {A{1'b0}}.
14642 (verilog-mode): Cleanup checkdoc warnings.
14643 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
14644 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
14645 inputs/outputs or data type. Suggested by Vasu Kandadi.
14646 (next-error-last-buffer): Fix byte-compiler warning.
14647 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
14648 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
14649 or shell command text during AUTO expansion. Suggested by Tad Truex.
14650 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
14651 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
14652 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
14653 in AUTOINOUT. Reported by Matthew Lovell.
14654 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
14655 causing use of <= assignments. Reported by Alex Reed.
14656 (verilog-read-decls): Fix triand, trior, wand, wor to be
14657 recognized by AUTOWIRE. Reported by Spencer Isaacson.
14658 (verilog-extended-complete-re): Support import "DPI-C" functions.
14659 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
14660 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
14661 (verilog-insert-date, verilog-insert-year)
14662 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
14663 Windows systems. Reported by Michael Potts.
14664 (verilog-read-module-name): Fix AUTOINST when the child module
14665 declaration's name is a tick define. Reported by Elliot Mednick.
14666 (verilog-read-decls): Fix V2K parameter bit subscripts getting
14667 passed to next parameter's definition. Reported by Bruce T.
14668 (verilog-read-decls): Fix detecting "parameter int" when using
14669 AUTOINSTPARAM. Reported by Bruce T.
14670 (verilog-goto-defun): Fix goto not finding modules unless first
14671 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
14672 (verilog-mode): Expand -f flag arguments on entry to mode so
14673 verilog-goto-defun will work. Reported by Lawrence Butcher.
14674 (verilog-getopt): Expand environment variables in -f file
14675 arguments. Suggested by Lawrence Butcher.
14676 (verilog-set-define): Fix "Symbol's value as variable is void"
14677 when reading enumerations.
14678 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
14679 Suggested by Stephen Peltan.
14680 (verilog-read-defines): Fix reading of enumerations in include
14681 files. Reported by Steve Peltan.
14682
14683 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
14684
14685 * files.el (trash-directory): Fix defcustom type.
14686
14687 2009-06-28 Juri Linkov <juri@jurta.org>
14688
14689 * help-fns.el (describe-function-1): Correctly locate adviced
14690 functions in hyperlink (Bug#2438).
14691
14692 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
14693
14694 * files.el (trash-directory): Change default to nil.
14695 (move-file-to-trash): If trash-directory is nil and
14696 system-move-file-to-trash is unbound, perform freedesktop-style
14697 trashing.
14698
14699 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
14700
14701 * files.el (move-file-to-trash): Add freedesktop trash
14702 support (Bug#973).
14703
14704 2009-06-28 Glenn Morris <rgm@gnu.org>
14705
14706 * autorevert.el (global-auto-revert-non-file-buffers)
14707 (global-auto-revert-mode): Doc fixes.
14708
14709 2009-06-27 Johan Bockgård <bojohan@gnu.org>
14710
14711 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
14712
14713 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
14714
14715 * faces.el (x-handle-named-frame-geometry): Ensure that we have
14716 opened an X connection before calling x-get-resource (Bug#3194).
14717
14718 * play/doctor.el: Remove reference to obsolete website.
14719 (make-doctor-variables): Correct grammar mistake (Bug#2633).
14720
14721 2009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
14722
14723 Remove find-file-not-found-hook VC method. (Bug#2757)
14724 * vc-hooks.el (vc-file-not-found-hook)
14725 (vc-default-find-file-not-found-hook): Remove functions.
14726 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
14727 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
14728 * vc.el:
14729 * vc-hg.el:
14730 * vc-git.el: Do not mention find-file-not-found-hook VC method.
14731
14732 2009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
14733
14734 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
14735 compatibility function for `looking-back'.
14736
14737 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
14738 Use `ispell-looking-back'.
14739
14740 2009-06-24 Michael Albinus <michael.albinus@gmx.de>
14741
14742 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
14743 rather than `filename'.
14744
14745 2009-06-23 Miles Bader <miles@gnu.org>
14746
14747 * face-remap.el (text-scale-set): New function.
14748
14749 2009-06-23 Glenn Morris <rgm@gnu.org>
14750
14751 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
14752
14753 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
14754
14755 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
14756
14757 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
14758
14759 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
14760 Simplify Persian conditionals.
14761
14762 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
14763 variable `filename'.
14764
14765 * comint.el (comint-insert-input): Doc fix.
14766
14767 * Makefile.in (ELCFILES): Fix typo in previous change.
14768
14769 2009-06-23 Miles Bader <miles@gnu.org>
14770
14771 * cus-start.el: Add entry for `recenter-redisplay'.
14772
14773 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
14774
14775 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
14776 Add an optional argument for the backend, use it instead of
14777 calling vc-backend.
14778 (vc-mode-line): Add an optional argument for the backend.
14779 Pass the backend to vc-state and vc-working-revision. Move code for
14780 special handling for vc-state being a buffer to ...
14781
14782 * vc-rcs.el (vc-rcs-find-file-hook):
14783 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
14784
14785 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
14786 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
14787 vc-stay-local-p and vc-mode-line calls.
14788
14789 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
14790 (vc-cvs-diff, vc-cvs-annotate-command)
14791 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
14792 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
14793 vc-mode-line calls.
14794
14795 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
14796 direct comparison.
14797 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
14798 backend when calling vc-mode-line.
14799 (vc-register): Do not create a closure for calling the vc register
14800 function, call it directly.
14801
14802 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
14803
14804 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
14805 to make it obvious item can be clicked.
14806
14807 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
14808
14809 2009-06-23 Kenichi Handa <handa@m17n.org>
14810
14811 * language/korea-util.el (korean-key-bindings): Change the binding
14812 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
14813 same command.
14814
14815 2009-06-22 Michael Albinus <michael.albinus@gmx.de>
14816
14817 Sync with Tramp 2.1.16.
14818
14819 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
14820
14821 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
14822 when a loading of a package fails. Completion function for rsync
14823 is `tramp-completion-function-alist-ssh'.
14824 (all): Replace all calls of `split-string' and
14825 `tramp-split-string' by `tramp-compat-split-string'.
14826 (tramp-default-method): Use `tramp-compat-process-running-p'.
14827 (tramp-default-proxies-alist): Allow also Lisp forms.
14828 (tramp-remote-path): Add choice "Private Directories".
14829 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
14830 (tramp-domain-regexp): Allow also "-", "_" and ".".
14831 (tramp-end-of-output): Remove newlines, and add "$" at the end.
14832 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
14833 (tramp-debug-message): Insert header line in debug buffer.
14834 (tramp-handle-directory-files-and-attributes-with-stat):
14835 Care about filenames with spaces, or starting with "-".
14836 (tramp-handle-dired-uncache): New defun.
14837 (tramp-handle-insert-directory): Don't flush the directory from
14838 cache, this is handled by `dired-uncache' now.
14839 (tramp-handle-insert-file-contents): Improve error handling.
14840 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
14841 Quote `tramp-end-of-output'.
14842 (tramp-action-password): Improve trace message.
14843 (tramp-check-for-regexp): Both echoes must be present, before removing.
14844 (tramp-open-connection-setup-interactive-shell): Trace coding system.
14845 (tramp-compute-multi-hops): Eval cons cells of
14846 `tramp-default-proxies-alist'.
14847 (tramp-maybe-open-connection): Use the same command pattern for
14848 first hop and further hops.
14849 (tramp-wait-for-output): Remove handling of newlines.
14850 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
14851 (tramp-split-string): Remove function. It is handled in
14852 tramp-compat now.
14853
14854 * net/tramp-cmds.el (tramp-bug):
14855 Recommend `tramp-cleanup-all-connections' in the bug mail.
14856
14857 * net/tramp-compat.el (tramp-compat-split-string)
14858 (tramp-compat-process-running-p): New defuns.
14859
14860 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
14861 for `dired-uncache'.
14862
14863 * net/tramp-gvfs.el: New package.
14864
14865 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
14866 Add handler for `dired-uncache'.
14867 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
14868
14869 * net/trampver.el: Update release number. Make version check fit
14870 for SXEmacs 22.
14871
14872 2009-06-22 Jim Meyering <meyering@redhat.com>
14873
14874 Automatically handle .xz suffix (XZ-compressed files), too.
14875 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
14876 XZ is the successor to LZMA: <http://tukaani.org/xz/>
14877
14878 2009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
14879 Nick Roberts <nickrob@snap.net.nz>
14880
14881 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
14882 repository (http://sphinx.net.ru/hg/gdb-mi/).
14883
14884 2009-06-22 Glenn Morris <rgm@gnu.org>
14885
14886 * files.el (dir-locals-collect-mode-variables): Allow for any number of
14887 `mode' and `eval' entries. (Bug#3430)
14888
14889 * Makefile.in (ELCFILES): Add fadr.elc.
14890
14891 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
14892 differing behavior of \n and ^ in strings. (Bug#3385)
14893
14894 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
14895
14896 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
14897 property.
14898 (lisp-indent-function): Make it a defcustom.
14899
14900 2009-06-21 Nick Roberts <nickrob@snap.net.nz>
14901
14902 * progmodes/gdb-ui.el: Replace with ...
14903 * progmodes/gdb-mi.el: ... this file.
14904 * progmodes/gud.el: Modify for gdb-mi.el.
14905
14906 2009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
14907
14908 * fadr.el: New file.
14909
14910 See ChangeLog.14 for earlier changes.
14911
14912 ;; Local Variables:
14913 ;; coding: utf-8
14914 ;; End:
14915
14916 Copyright (C) 2009, 2010 Free Software Foundation, Inc.
14917
14918 This file is part of GNU Emacs.
14919
14920 GNU Emacs is free software: you can redistribute it and/or modify
14921 it under the terms of the GNU General Public License as published by
14922 the Free Software Foundation, either version 3 of the License, or
14923 (at your option) any later version.
14924
14925 GNU Emacs is distributed in the hope that it will be useful,
14926 but WITHOUT ANY WARRANTY; without even the implied warranty of
14927 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14928 GNU General Public License for more details.
14929
14930 You should have received a copy of the GNU General Public License
14931 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
14932
14933 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1