]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
* files.el (basic-save-buffer): Revert 2008-12-22 change.
[gnu-emacs] / lisp / ChangeLog
1 2008-12-31 Chong Yidong <cyd@stupidchicken.com>
2
3 * files.el (basic-save-buffer): Revert 2008-12-22 change.
4 (buffer-swapped-with): Var removed.
5
6 2008-12-30 Kenichi Handa <handa@m17n.org>
7
8 * language/japanese.el (compose-gstring-for-variation-glyph): New
9 function. Register it in composition-function-table.
10
11 * composite.el (lglyph-set-code): New function.
12
13 2008-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
14
15 * tar-mode.el (tar-data-swapped): New var.
16 (tar-data-swapped-p, tar-swap-data):
17 Use it instead of buffer-swapped-with.
18 (tar-write-region-annotate): Re-add (partial undo of last change).
19 (tar-mode): Use it again (partial undo as well).
20
21 2008-12-30 Ed Swarthout <Ed.Swarthout@hwdebug.com> (tiny change)
22
23 * textmodes/table.el (table-capture): Fix symbol quoting typo.
24
25 2008-12-30 Chong Yidong <cyd@stupidchicken.com>
26
27 * follow.el (follow-select-if-visible): Improve the check for the
28 last line of the window.
29 (follow-post-command-hook): Perform redisplay in more
30 circumstances, to avoid getting point stuck on partially visible lines.
31
32 2008-12-30 Chong Yidong <cyd@stupidchicken.com>
33
34 * follow.el (follow-calc-win-end): Use with-selected-window.
35 (follow-windows-start-end, follow-pos-visible)
36 (follow-windows-aligned-p): Code cleanup.
37 (follow-select-if-visible): Try to avoid partially-visible lines.
38 (follow-select-if-visible-from-first): Call follow-redisplay and
39 move point to destination.
40 (follow-redisplay): New arg, to keep selected window unchanged.
41 (follow-post-command-hook): In final check for destination
42 visibility, use window-start and window-end instead of the less
43 accurate follow-pos-visible. If the selected window is redrawn,
44 tell follow-redisplay to preserve it.
45 (follow-calculate-first-window-start-from-below): Avoid looping
46 forever if vertical-motion returns an unexpected value.
47
48 2008-12-30 Andreas Schwab <schwab@suse.de>
49
50 * server.el (server-running-p): Remove interactive spec.
51 Fix regexp.
52
53 2008-12-30 Chong Yidong <cyd@stupidchicken.com>
54
55 * follow.el (follow-calc-win-start): Don't use `inline'.
56 (follow-update-window-start, follow-select-if-visible)
57 (follow-calculate-first-window-start-from-below)
58 (follow-post-command-hook): Code cleanup.
59 (follow-downward, follow-calculate-first-window-start): Function
60 deleted and merged into follow-redisplay.
61 (follow-redisplay): Merge code from follow-downward and
62 follow-calculate-first-window-start.
63
64 2008-12-30 Juanma Barranquero <lekktu@gmail.com>
65
66 * proced.el (proced-tree-flag): Fix typo in docstring.
67
68 2008-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
69
70 * proced.el (proced-temp-alist): Renamed from variable
71 proced-children-alist.
72 (proced-process-tree, proced-toggle-tree): Fix docstring.
73 (proced-tree): Fix docstring. Simplify. Use proced-temp-alist.
74 (proced-temp-internal): Use proced-temp-alist.
75
76 2008-12-29 Dan Nicolaescu <dann@ics.uci.edu>
77
78 * subr.el (mkdir): New defalias.
79
80 2008-12-29 Juri Linkov <juri@jurta.org>
81
82 * proced.el (proced-mode-map): Bind " " to next-line instead of the
83 command `proced-next-line' removed on 2008-09-06.
84
85 2008-12-28 Juri Linkov <juri@jurta.org>
86
87 * misearch.el (multi-isearch-next-buffer-function): Doc fix.
88 (multi-isearch-search-fun): Set the second arg WRAP to nil explicitly.
89
90 * textmodes/reftex-global.el (reftex-isearch-switch-to-next-file):
91 Use `find-file-noselect' instead of `find-file' (for Emacs 22 and 23).
92 (reftex-isearch-minor-mode): If `multi-isearch-next-buffer-function'
93 is bound set it to `reftex-isearch-switch-to-next-file'. Otherwise,
94 set 4 obsolete variables for backward-compatibility with Emacs 22.
95
96 2008-12-28 Juri Linkov <juri@jurta.org>
97
98 * misc.el (butterfly): Doc fix. Add `animate-string' and `browse-url'.
99
100 2008-12-28 Raffael Mancini <raffael.mancini@hcl-club.lu> (tiny change)
101
102 * misc.el (butterfly): New command.
103
104 2008-12-28 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
105
106 * proced.el (proced-grammar-alist): Allow predicate nil. New
107 attribute tree.
108 (proced-format-alist): Use attribute tree.
109 (proced-tree-flag, proced-tree-indent): New variables.
110 (proced-children-alist): Renamed from proced-process-tree. PPID
111 must refer to a process in process-alist. Ignore PPIDs that equal
112 PID (Bug#1718). Children alist inherits sorting order from
113 process-alist.
114 (proced-process-tree): New variable. New function.
115 (proced-process-tree-internal, proced-toggle-tree)
116 (proced-tree, proced-tree-insert, proced-format-tree): New
117 functions.
118 (proced-mark-process-alist): Add docstring.
119 (proced-filter-parents): PPID must refer to a process in
120 process-alist. Ignore PPIDs that equal PID (Bug#1718).
121 (proced-sort): Throw error if attribute is not sortable.
122 (proced-sort-interactive): Restrict completion to sortable
123 attributes.
124 (proced-format): Include tree in standard attributes if
125 proced-tree-flag is non-nil. Make header clickable only if
126 corresponding predicate is non-nil.
127 (proced-update): Use proced-tree.
128
129 2008-12-28 Chong Yidong <cyd@stupidchicken.com>
130
131 * diff.el (diff): Doc fix.
132
133 * emacs-lisp/rx.el (rx): Doc fix.
134
135 * files.el (move-file-to-trash): Bind backup-directory-alist to nil
136 before uniquifying backup trash file name.
137
138 2008-12-27 Andreas Schwab <schwab@suse.de>
139
140 * vc-git.el (vc-git-dir-printer): Fix filename column.
141
142 2008-12-27 Nicholas Maniscalco <nicholas@maniscalco.com> (tiny change)
143
144 * term.el (term-emulate-terminal): Decode substring just prior to
145 inserting it, i.e. revert part of the 2008-09-24 change. (Bug#1469)
146
147 2008-12-27 Eli Zaretskii <eliz@gnu.org>
148
149 * makefile.w32-in (MH_E_DIR): New variable.
150 ($(MH_E_DIR)/mh-alias.elc $(MH_E_DIR)/mh-comp.elc)
151 ($(MH_E_DIR)/mh-folder.elc $(MH_E_DIR)/mh-funcs.elc)
152 ($(MH_E_DIR)/mh-identity.elc $(MH_E_DIR)/mh-inc.elc)
153 ($(MH_E_DIR)/mh-junk.elc $(MH_E_DIR)/mh-letter.elc)
154 ($(MH_E_DIR)/mh-limit.elc $(MH_E_DIR)/mh-mime.elc)
155 ($(MH_E_DIR)/mh-print.elc $(MH_E_DIR)/mh-scan.elc)
156 ($(MH_E_DIR)/mh-search.elc $(MH_E_DIR)/mh-seq.elc)
157 ($(MH_E_DIR)/mh-show.elc $(MH_E_DIR)/mh-speed.elc)
158 ($(MH_E_DIR)/mh-thread.elc $(MH_E_DIR)/mh-tool-bar.elc)
159 ($(MH_E_DIR)/mh-utils.elc $(MH_E_DIR)/mh-xface.elc)
160 ($(MH_E_DIR)/mh-e.elc $(MH_E_DIR)/mh-limit.elc): New dependencies.
161
162 * Makefile.in ($(MH_E_DIR)/mh-alias.elc $(MH_E_DIR)/mh-comp.elc)
163 ($(MH_E_DIR)/mh-folder.elc $(MH_E_DIR)/mh-funcs.elc)
164 ($(MH_E_DIR)/mh-identity.elc $(MH_E_DIR)/mh-inc.elc)
165 ($(MH_E_DIR)/mh-junk.elc $(MH_E_DIR)/mh-letter.elc)
166 ($(MH_E_DIR)/mh-limit.elc $(MH_E_DIR)/mh-mime.elc)
167 ($(MH_E_DIR)/mh-print.elc $(MH_E_DIR)/mh-scan.elc)
168 ($(MH_E_DIR)/mh-search.elc $(MH_E_DIR)/mh-seq.elc)
169 ($(MH_E_DIR)/mh-show.elc $(MH_E_DIR)/mh-speed.elc)
170 ($(MH_E_DIR)/mh-thread.elc $(MH_E_DIR)/mh-tool-bar.elc)
171 ($(MH_E_DIR)/mh-utils.elc $(MH_E_DIR)/mh-xface.elc)
172 ($(MH_E_DIR)/mh-e.elc $(MH_E_DIR)/mh-limit.elc): New dependencies.
173
174 2008-12-26 Eli Zaretskii <eliz@gnu.org>
175
176 * files.el (dosified-file-name): Declare.
177
178 2008-12-26 Andreas Schwab <schwab@suse.de>
179
180 * subr.el (keymap-canonicalize): Properly preserve keymap prompt.
181
182 * tar-mode.el (tar-swap-data): New function.
183 (tar-change-major-mode-hook): Use it instead of buffer-swap-text.
184 (tar-mode-revert): Likewise.
185 (tar-mode): Likewise. Don't set write-region-annotate-functions.
186 (tar-data-swapped-p): Test buffer-swapped-with.
187 (tar-write-region-annotate): Remove.
188 (tar-header-block-tokenize): Add argument `coding' and use it
189 instead of tar-file-name-coding-system.
190 (tar-summarize-buffer): Pass tar-file-name-coding-system here.
191
192 2008-12-26 Eli Zaretskii <eliz@gnu.org>
193
194 * dos-fns.el (dosified-file-name): New function.
195
196 * files.el (dir-locals-find-file): Run dir-locals-file through
197 dosified-file-name. Compare files case-insensitively on systems
198 whose filesystems are case-insensitive.
199
200 2008-12-25 Martin Rudalics <rudalics@gmx.at>
201
202 * help.el (help-for-help-internal): Fix entry for "l".
203
204 2008-12-25 Richard M Stallman <rms@gnu.org>
205
206 * shadowfile.el (shadow-copy-file): Revert previous change.
207 This code as it was should work properly with buffer-swapped-with.
208
209 2008-12-24 Francois Fleuret <francois.fleuret@idiap.ch> (tiny change)
210
211 * textmodes/tex-mode.el (tex-bibtex-file): Use tex-main-file.
212
213 2008-12-24 Dan Nicolaescu <dann@ics.uci.edu>
214
215 * subr.el (chmod): New defalias for set-file-modes.
216
217 2008-12-23 Juri Linkov <juri@jurta.org>
218
219 * isearch.el (isearch-filter-predicate, isearch-search):
220 Replace `isearch-filter-invisible' with `isearch-filter-visible'.
221 (isearch-filter-visible): Rename from
222 `isearch-filter-invisible'. Doc fix.
223
224 * dired-aux.el (dired-isearch-filenames-toggle): Use the original
225 value from `dired-isearch-filter-predicate-orig' instead of the
226 symbol `isearch-filter-invisible'. Doc fix.
227 (dired-isearch-filter-filenames): Doc fix.
228 Replace `isearch-filter-invisible' with `isearch-filter-visible'.
229
230 * info.el (Info-find-node-2): Use negative offset 2 instead of 1
231 for Info-point-loc since it is more correct in all cases.
232 (Info-isearch-filter): Rename from
233 `Info-isearch-filter-predicate'. Doc fix.
234 (Info-mode): Replace `Info-isearch-filter-predicate' with
235 `Info-isearch-filter'.
236
237 2008-12-23 Daiki Ueno <ueno@unixuser.org>
238
239 * pgg.el: Add obsolescence info.
240
241 2008-12-22 Richard M Stallman <rms@gnu.org>
242
243 * shadowfile.el (shadow-copy-file): Handle buffer-swapped-with.
244
245 * files.el (buffer-swapped-with): New variable.
246 (basic-save-buffer-0): Most of basic-save-buffer moved here.
247 (basic-save-buffer): Unswap the buffer temporarily if nec.
248
249 * dired.el (dired-readin): Inhibit modification hooks.
250
251 2008-12-22 Ulf Jasper <ulf.jasper@web.de>
252
253 * net/newst-backend.el (newst-backend):
254 Remove wrong duplicate provide statement.
255
256 2008-12-22 Michael Albinus <michael.albinus@gmx.de>
257
258 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Move overlay to
259 end, before updating.
260 (tramp-convert-file-attributes): Add "l" indicator to file modes.
261 (tramp-file-name-real-user, tramp-file-name-domain): New defuns.
262
263 2008-12-21 Martin Rudalics <rudalics@gmx.at>
264
265 * window.el (set-window-text-height): Fix doc-string.
266
267 2008-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
268
269 * minibuffer.el (completion-all-completions-with-base-size): Remove.
270 (completion-all-completions): Don't set it.
271 (completion-table-with-context, completion--file-name-table):
272 Don't add base-size in last cdr.
273 (completion-hilit-commonality): Add argument `base-size'.
274 (display-completion-list, completion-emacs21-all-completions)
275 (completion-emacs22-all-completions, completion-basic-all-completions):
276 Provide it.
277 (completion-pcm--all-completions): Don't need to remove the base-size
278 in last-cdr any more.
279
280 2008-12-20 Agustin Martin <agustin.martin@hispalinux.es>
281
282 * textmodes/ispell.el (ispell-check-minver): New function.
283 (ispell-check-version): Rewrite spellchecker and version checking.
284 Use (ispell-check-minver). Handle hunspell versions.
285
286 2008-12-20 Chong Yidong <cyd@stupidchicken.com>
287
288 * ido.el (ido-read-internal): Handle `confirm' and
289 `confirm-after-completion' values for the require-match argument.
290
291 2008-12-20 Jason Rumney <jasonr@gnu.org>
292
293 * international/mule.el (auto-coding-regexp-alist):
294 Use utf-8-with-signature for files starting with UTF-8 BOM. (Bug#269)
295
296 2008-12-20 Ami Fischman <ami@fischman.org>
297
298 * bindings.el (mode-line-eol-desc): Use assoc to query
299 mode-line-eol-desc-cache.
300
301 2008-12-20 Glenn Morris <rgm@gnu.org>
302
303 * comint.el (comint-save-input-ring-index): Add missing initial value.
304
305 2008-12-19 Juanma Barranquero <lekktu@gmail.com>
306
307 * proced.el (proced-grammar-alist): Doc fix.
308 (proced-marker-char, proced-mark, proced-help-string, proced-mode-map)
309 (proced-filter-parents, proced-sort-header, proced-update, proced-help)
310 (proced-undo): Fix typos in docstrings.
311
312 2008-12-19 Glenn Morris <rgm@gnu.org>
313
314 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
315 (authors-fixed-case): New constant.
316 (authors-public-domain-files, authors-ignored-files):
317 (authors-valid-file-names, authors-renamed-files-alist): Update lists.
318 (authors-renamed-files-regexps): Add some new entries.
319 (authors-canonical-file-name): Don't complain about ignored files.
320 (authors-canonical-author-name): Doc fix. Respect authors-fixed-case.
321 (authors): Ensure error buffer is writable.
322
323 2008-12-18 Agustin Martin <agustin.martin@hispalinux.es>
324
325 (ispell-really-hunspell): New variable to signal hunspell.
326 (ispell-check-version):
327 Check if hunspell and set ispell-really-hunspell if needed.
328 (ispell-send-string, ispell-start-process, flyspell-large-region):
329 Pass right options for hunspell if needed.
330
331 2008-12-18 Kenichi Handa <handa@m17n.org>
332
333 * international/fontset.el (script-representative-chars)
334 (setup-default-fontset): Add more scripts.
335
336 * international/characters.el: Add more scripts.
337
338 2008-12-19 Juri Linkov <juri@jurta.org>
339
340 * info.el (Info-isearch-search): Implement lax version of
341 incremental word search in Info.
342 (Info-isearch-start): Set Info-isearch-initial-node to the
343 current node when search is nonincremental to not stop at the
344 initial node in this case.
345 (Info-mode-map): Unbind "\M-s" from `Info-search'.
346
347 2008-12-18 Juanma Barranquero <lekktu@gmail.com>
348
349 * textmodes/rst.el (rst-promote-region): Reflow docstring.
350 (rst-mode-map, rst-mode-hook, rst-section-tree-rec)
351 (rst-repeat-last-character): Fix typos in docstrings.
352 (rst-mode, rst-backward-section): Doc fixes.
353
354 2008-12-18 Ulf Jasper <ulf.jasper@web.de>
355
356 * net/newst-treeview.el (newsticker-groups-filename): Made obsolete.
357 (newsticker-treeview-quit): Call `newsticker-treeview-save'.
358 (newsticker--treeview-load): Check whether groups file exists.
359
360 * net/newst-backend.el (newsticker-cache-filename): Made obsolete.
361 (newsticker-dir): Use `locate-user-emacs-file'.
362
363 2008-12-18 Martin Rudalics <rudalics@gmx.at>
364
365 * emulation/cua-base.el (cmd): Add beginning-of-visual-line and
366 end-of-visual-line to CUA's recognized commands. (Bug#1549)
367
368 2008-12-18 Dan Nicolaescu <dann@ics.uci.edu>
369
370 * newcomment.el (comment-style): Default to `indent'. (Bug#1153)
371
372 * startup.el (command-line): Do not mention the server name in
373 case the user has not mentioned it, print a more explicit message.
374
375 * vc-dir.el (vc-dir-at-event): Rename from vc-at-event. Change
376 all callers.
377
378 2008-12-18 Sam Steingold <sds@gnu.org>
379
380 * vc-dir.el (vc-at-event): Handle (tool-bar) events. Fix bug#1585.
381
382 2008-12-18 Juri Linkov <juri@jurta.org>
383
384 * isearch.el (minibuffer-local-isearch-map): Unbind "C-w" from
385 `isearch-edit-string-set-word'.
386 (isearch-edit-string-set-word): Remove.
387 (isearch-occur): Imitate the C function `wordify' by replacing
388 non-word character with the \\W+ regexp.
389 (isearch-search-fun): Add `isearch-nonincremental' to the
390 condition of using a non-lax version of `word-search-forward'.
391
392 2008-12-17 Daiki Ueno <ueno@unixuser.org>
393
394 * epa-file.el (epa-file-insert-file-contents): Set
395 buffer-file-name before decrypting a file.
396
397 2008-12-16 Juanma Barranquero <lekktu@gmail.com>
398
399 * server.el (server-start): If unable to start the server,
400 display a warning instead of raising an error.
401
402 * startup.el (server-process): Add defvar.
403 (command-line): If the daemon is unable to start the server,
404 display a message and exit Emacs.
405
406 2008-12-15 Sam Steingold <sds@gnu.org>
407
408 * progmodes/cc-cmds.el (c-defun-name): Handle DEFFOO(name,...),
409 mostly for CLISP modules, but could also be useful elsewhere.
410
411 2008-12-15 Juanma Barranquero <lekktu@gmail.com>
412
413 * face-remap.el (text-scale-mode-step, buffer-face-mode-face):
414 * icomplete.el (icomplete-prospects-height):
415 * textmodes/bibtex.el (bibtex-cite-matcher-alist): Add :version tags.
416
417 2008-12-15 Juanma Barranquero <lekktu@gmail.com>
418
419 * international/mule.el (find-auto-coding): Fix typo in docstring.
420
421 * international/mule-cmds.el (select-safe-coding-system):
422 * mail/rmail.el (rmail-require-mime-maybe):
423 Fix arguments of `display-warning'.
424
425 * simple.el (bad-package-check): Fix arguments of `display-warning',
426 using the package name as TYPE. Use `string-match-p'.
427
428 2008-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
429
430 * proced.el (proced-sort-interactive, proced-sort-pcpu)
431 (proced-sort-pmem, proced-sort-start, proced-sort-time)
432 (proced-sort-user, proced-sort-header): Prefix arg determines
433 sorting order. Suggested by Dan Nicolaescu.
434 (proced-revert): Doc fix.
435
436 2008-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
437
438 * proced.el (proced-grammar-alist): Allow refiner elements that
439 are cons pairs (function . help-echo) or nil.
440 (proced-refine): Use them.
441 (proced-format-alist): Allow alternatives.
442 (proced-descend): New variable.
443 (proced-sort): New arg descend.
444 (proced-sort-interactive): Repeated calls toggle sort order.
445 (proced-format): Accomodate changes of proced-format-alist.
446 Undefined attributes are displayed as "?".
447 (proced-process-attributes): New optional arg pid-list.
448 Ignore processes with empty attribute list.
449
450 2008-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
451
452 * proced.el (proced-auto-update-interval): Renamed from
453 proced-timer-interval.
454 (proced-auto-update-flag): Renamed from proced-timer-flag.
455 (proced-auto-update-timer): Renamed from proced-timer.
456 (proced-toggle-auto-update): Renamed from
457 proced-toggle-timer-flag.
458 (proced-available): Initialize appropriately.
459
460 2008-12-13 Glenn Morris <rgm@gnu.org>
461
462 * subr.el (declare-function): Doc fix.
463
464 * font-core.el (font-lock-defaults): Doc fix: mention levels;
465 refer to elisp manual.
466
467 2008-12-12 Martin Rudalics <rudalics@gmx.at>
468
469 * window.el (fit-window-to-buffer): Return non-nil when height
470 was orderly adjusted, nil otherwise.
471
472 2008-12-12 Juanma Barranquero <lekktu@gmail.com>
473 Stefan Monnier <monnier@iro.umontreal.ca>
474
475 * server.el (server-sentinel): Uncomment code to delete connection file.
476 (server-start): Save the connection file in the server property list.
477 Delete it only when we are reasonably convinced that it is not owned by
478 a running server.
479 (server-force-delete): New command to force-delete the connection file,
480 and stop the server if it is running.
481 (server-running-p): Return t also for local TCP servers when we find a
482 process with a matching PID, and :other for undecided cases.
483
484 2008-12-11 Martin Rudalics <rudalics@gmx.at>
485
486 * window.el (fit-window-to-buffer): Use with-selected-window and
487 condition-case. Do not delete more windows than necessary in
488 the shrinking (delta < 0) case. Do not raise an error when the
489 containing frame is too small to show all of buffer. (Bug#1488)
490 * dired.el (dired-pop-to-buffer): Call fit-window-to-buffer with
491 min-height arg 1 to make sure that small buffers are shown.
492
493 2008-12-11 Juanma Barranquero <lekktu@gmail.com>
494
495 * progmodes/ruby-mode.el (ruby-mode-abbrev-table, ruby-mode-map)
496 (ruby-mode-syntax-table, ruby-indent-tabs-mode, ruby-indent-level)
497 (ruby-mode-variables, ruby-indent-line, ruby-indent-size)
498 (ruby-calculate-indent, ruby-electric-brace, ruby-beginning-of-defun)
499 (ruby-here-doc-beg-syntax, ruby-here-doc-end-syntax)
500 (ruby-font-lock-syntax-table, ruby-font-lock-keywords)
501 (ruby-end-of-defun, ruby-move-to-block, ruby-forward-sexp)
502 (ruby-backward-sexp, ruby-add-log-current-method)
503 (ruby-font-lock-syntactic-keywords, ruby-comment-beg-syntax)
504 (ruby-in-here-doc-p, ruby-mode): Fix typos in docstrings.
505 (ruby-deep-indent-paren): Doc fix.
506 (ruby-insert-encoding-magic-comment): Remove * from docstring.
507 (ruby-here-doc-find-end): Reflow docstring.
508
509 2008-12-11 Stephen Berman <Stephen.Berman@rub.de>
510
511 * dired.el (dired-pop-to-buffer): Use fit-window-to-buffer when
512 dired-shrink-to-fit is non-nil. (Bug#1488)
513
514 2008-12-11 Juanma Barranquero <lekktu@gmail.com>
515
516 * w32-fns.el (w32-list-locales): Revert part of 2008-10-17 change;
517 decoding of long locale info is now done in `w32-get-locale-info'.
518
519 2008-12-11 Chong Yidong <cyd@stupidchicken.com>
520
521 * progmodes/ruby-mode.el: Fix auto-mode-alist entry.
522
523 2008-12-10 Chong Yidong <cyd@stupidchicken.com>
524
525 * Makefile.in (ELCFILES): Add ruby-mode.elc.
526
527 * term/xterm.el (xterm-remove-modify-other-keys): Fix error in
528 terminal variable assignment.
529
530 2008-12-10 Yukihiro Matsumoto <matz@ruby-lang.org>
531 Nobuyoshi Nakada <nobu@ruby-lang.org>
532
533 * progmodes/ruby-mode.el: New file.
534
535 2008-12-10 Juanma Barranquero <lekktu@gmail.com>
536
537 * net/tramp.el (top): Don't fail if there is no current message.
538 [Ulrich Mueller sent a patch, which I saw too late.] (Bug#1514)
539
540 2008-12-10 Kenichi Handa <handa@m17n.org>
541
542 * international/fontset.el (setup-default-fontset): Add an entry
543 for characters in the Unicode SIP area.
544
545 2008-12-10 Glenn Morris <rgm@gnu.org>
546
547 * vc-mcvs.el: Move to obsolete/, with warning comment.
548 * Makefile.in (ELCFILES): Update.
549
550 2008-12-10 Daiki Ueno <ueno@unixuser.org>
551
552 * epa-hook.el (epa-file-find-file-hook): Don't mark the current
553 buffer unmodified. (Bug#1509)
554 * epa-file.el (epa-file-insert-file-contents): Set buffer's
555 modification time if visiting a file and the content is
556 successfully decrypted.
557
558 2008-12-09 Chong Yidong <cyd@stupidchicken.com>
559
560 * files.el (save-some-buffers): At each map-y-or-n-p iteration,
561 check whether the buffer is still alive.
562
563 2008-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
564
565 * emacs-lisp/rx.el (rx-submatch): Pass : to rx-form.
566
567 2008-12-09 Glenn Morris <rgm@gnu.org>
568
569 * Makefile.in (ELCFILES): Update.
570
571 2008-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
572
573 * autoinsert.el (auto-insert): Use expand-file-name instead of concat.
574 Suggested by Eric Hanchrow <eric.hanchrow@gmail.com>.
575
576 2008-12-06 Chong Yidong <cyd@stupidchicken.com>
577
578 * term/xterm.el (terminal-init-xterm): Discard pending input
579 before reading a reply to the terminal attributes query.
580
581 2008-12-05 Andreas Schwab <schwab@suse.de>
582
583 * dired.el (dired-font-lock-keywords): Fix last change.
584
585 2008-12-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
586
587 * ps-bdf.el (bdf-directory-list): Transform (defvar ... "*..")
588 into (defcustom ... "..." :type ... :group...).
589
590 2008-12-05 Juanma Barranquero <lekktu@gmail.com>
591
592 * international/mule-diag.el (mule-diag): Display the window
593 system version in a less laconic way.
594
595 2008-12-04 Juanma Barranquero <lekktu@gmail.com>
596
597 * ibuffer.el (ibuffer-sort-bufferlist): Require ibuf-ext
598 if the sorting functions are not loaded. (Bug#1432)
599
600 2008-12-04 Sam Steingold <sds@gnu.org>
601
602 * progmodes/compile.el (compilation-read-command): Extract from
603 compile.
604 (compile): Use it.
605 (recompile): Accept an optional argument to enable editing the
606 command line.
607
608 2008-12-04 Michael Albinus <michael.albinus@gmx.de>
609
610 * net/tramp.el (top): Write a message, when loading Tramp.
611
612 * net/tramp-cache.el (tramp-dump-connection-properties):
613 Polish the check, whether to dump the data.
614
615 2008-12-04 Lute Kamstra <lute@gnu.org>
616
617 * vc-cvs.el (vc-cvs-could-register): Don't use file-directory-p to
618 check if the file "CVS/Entries" exists.
619
620 2008-12-04 Juanma Barranquero <lekktu@gmail.com>
621
622 * international/mule-diag.el (list-character-sets): Doc fix.
623 (list-character-sets-2): Fix info in header. Simplify.
624 (print-coding-system): Simplify.
625 (list-input-methods-1): Simplify.
626 (mule-diag): Display current font/fontset for all window systems,
627 not just X. Simplify.
628
629 2008-12-04 Glenn Morris <rgm@gnu.org>
630
631 * vc-cvs.el (vc-cvs-register-switches): Doc fix. Add t as option.
632 (vc-cvs-register): Doc fix.
633 * vc-mcvs.el (vc-mcvs-register-switches): Doc fix. Add t as option.
634 (vc-mcvs-register): Doc fix.
635 * vc-rcs.el (vc-rcs-register-switches): Doc fix. Add t as option.
636 (vc-rcs-register): Doc fix.
637 * vc-sccs.el (vc-sccs-register-switches): Doc fix. Add t as option.
638 (vc-sccs-register): Doc fix.
639 * vc-svn.el (vc-svn-register-switches): Doc fix. Add t as option.
640 (vc-svn-register): Doc fix.
641
642 * files.el (toggle-read-only): Doc fix.
643
644 2008-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
645
646 * apropos.el (apropos-print-doc): Fix thinko that caused long labels to
647 be used in compact layout and vice-versa.
648
649 2008-12-03 Juanma Barranquero <lekktu@gmail.com>
650
651 * w32-fns.el (w32-list-locales): Use `with-output-to-temp-buffer',
652 like most list-* commands.
653
654 * international/mule-diag.el (unicodedata-file, unicode-data): Remove.
655 They already exist in descr-text.el as `describe-char-unicodedata-file'
656 and `describe-char-unicode-data'.
657 (print-list): Simplify.
658 (read-charset): Reflow docstring.
659 (list-coding-systems): Doc fix.
660
661 2008-12-03 Glenn Morris <rgm@gnu.org>
662
663 * vc.el (vc-diff-switches): Doc fix.
664 * vc-bzr.el (vc-bzr-diff-switches): Doc fix. Add t as option.
665 (vc-bzr-log-switches): Doc fix.
666 * vc-cvs.el (vc-cvs-diff-switches): Doc fix. Add t as option.
667 * vc-git.el (vc-git-diff-switches): Doc fix.
668 * vc-hg.el (vc-hg-diff-switches): Doc fix.
669 * vc-mcvs.el (vc-mcvs-diff-switches): Doc fix.
670 * vc-mtn.el (vc-mtn-diff-switches): Doc fix.
671 * vc-rcs.el (vc-rcs-diff-switches): Doc fix. Add t as option.
672 * vc-sccs.el (vc-sccs-diff-switches): Doc fix. Add t as option.
673
674 * vc-arch.el (vc-arch-diff-switches): New option, for consistency with
675 other backends.
676 (vc-arch-diff): Apply switches.
677
678 * vc-cvs.el (vc-cvs-diff): Use vc-diff-switches or diff-switches rather
679 than appending.
680
681 * vc-sccs.el (vc-sccs-register-switches): Remove leading * from doc.
682
683 2008-12-03 Daiki Ueno <ueno@unixuser.org>
684
685 * epa.el (epa--show-key): Use past tense of "expire" if the key
686 has already been expired. Thanks to Peter BARABAS.
687
688 2008-12-03 Lute Kamstra <lute@gnu.org>
689
690 * align.el:
691 * allout.el:
692 * apropos.el:
693 * arc-mode.el:
694 * autoinsert.el:
695 * avoid.el:
696 * battery.el:
697 * bookmark.el:
698 * buff-menu.el:
699 * calculator.el:
700 * chistory.el:
701 * cmuscheme.el:
702 * comint.el:
703 * compare-w.el:
704 * dabbrev.el:
705 * delim-col.el:
706 * desktop.el:
707 * diff-mode.el:
708 * diff.el:
709 * dired-aux.el:
710 * dired-x.el:
711 * dired.el:
712 * dos-vars.el:
713 * ediff-diff.el:
714 * ediff-help.el:
715 * ediff-init.el:
716 * ediff-merg.el:
717 * ediff-mult.el:
718 * ediff-ptch.el:
719 * ediff-vers.el:
720 * ediff-wind.el:
721 * ediff.el:
722 * emerge.el:
723 * facemenu.el:
724 * faces.el:
725 * ffap.el:
726 * filecache.el:
727 * find-dired.el:
728 * font-core.el:
729 * font-lock.el:
730 * forms.el:
731 * fringe.el:
732 * help-at-pt.el:
733 * hippie-exp.el:
734 * ido.el:
735 * image-file.el:
736 * imenu.el:
737 * indent.el:
738 * info.el:
739 * isearchb.el:
740 * iswitchb.el:
741 * jit-lock.el:
742 * jka-compr.el:
743 * log-edit.el:
744 * lpr.el:
745 * ls-lisp.el:
746 * man.el:
747 * menu-bar.el:
748 * midnight.el:
749 * mouse-sel.el:
750 * mouse.el:
751 * msb.el:
752 * outline.el:
753 * paren.el:
754 * pcmpl-cvs.el:
755 * pcmpl-gnu.el:
756 * pcomplete.el:
757 * pcvs-info.el:
758 * pcvs-parse.el:
759 * printing.el:
760 * ps-mule.el:
761 * ps-print.el:
762 * replace.el:
763 * ruler-mode.el:
764 * saveplace.el:
765 * sb-image.el:
766 * scroll-bar.el:
767 * sha1.el:
768 * shadowfile.el:
769 * shell.el:
770 * sort.el:
771 * speedbar.el:
772 * strokes.el:
773 * tempo.el:
774 * term.el:
775 * terminal.el:
776 * time-stamp.el:
777 * time.el:
778 * tree-widget.el:
779 * type-break.el:
780 * vc-cvs.el:
781 * vc-hg.el:
782 * vc-mcvs.el:
783 * vc-rcs.el:
784 * vc-sccs.el:
785 * vc.el:
786 * view.el:
787 * w32-vars.el:
788 * whitespace.el:
789 * wid-edit.el: Remove leading * from docstrings of defcustoms,
790 deffaces, defconsts and defuns.
791
792 2008-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
793
794 * complete.el (PC-do-completion): Fix leftover bug from Emacs-21 when
795 the prompt was added to the minibuffer.
796
797 2008-12-02 Glenn Morris <rgm@gnu.org>
798
799 * format.el (format-write-file): Rewrite doc yet again.
800
801 * progmodes/cc-vars.el (c-tab-always-indent, c-insert-tab-function):
802 Doc fix. (Bug#1368)
803
804 * textmodes/texinfo.el (texinfo-insert-quote): Tweak previous change.
805
806 2008-12-02 Aaron S. Hawley <aaronh@garden.org>
807
808 * textmodes/texinfo.el (texinfo-insert-quote): Handle corner
809 case where point is at the beginning of the buffer. (Bug#1239)
810
811 2008-12-02 Lennart Borgman <lennart.borgman@gmail.com>
812
813 * nxml/nxml-mode.el (nxml-indent-line): Don't re-indent lines that
814 already have the correct indentation. (Bug#859)
815
816 2008-12-02 Kenichi Handa <handa@m17n.org>
817
818 * international/uni-decomposition.el: Re-generated.
819
820 2008-12-01 Andreas Schwab <schwab@suse.de>
821
822 * dired.el (dired-font-lock-keywords): Avoid fontifying file names
823 ending in a colon as directory header.
824
825 2008-12-01 Kenichi Handa <handa@m17n.org>
826
827 * international/uni-numeric.el: Re-generated.
828
829 * international/charprop.el: Re-generated.
830
831 2008-12-01 Juanma Barranquero <lekktu@gmail.com>
832
833 * international/mule-cmds.el (locale-preferred-coding-systems):
834 Fix alist item.
835
836 2008-12-01 Michael Albinus <michael.albinus@gmx.de>
837
838 * net/tramp-cache.el (tramp-cache-data-changed): New defvar.
839 (tramp-set-connection-property, tramp-flush-connection-property)
840 (tramp-dump-connection-properties): Use it.
841
842 2008-11-30 Chong Yidong <cyd@stupidchicken.com>
843
844 * wdired.el (wdired-finish-edit): If displaying a single file,
845 change dired-directory if that file was renamed.
846
847 * emacs-lisp/byte-run.el (macro-declaration-function):
848 Disallow declare specs with lengths of 3 or more.
849
850 * dirtrack.el (dirtrack): Fix error message.
851
852 2008-11-30 Glenn Morris <rgm@gnu.org>
853
854 * vc-svn.el (vc-svn-diff-switches): Doc fix.
855 (vc-svn-diff): Fix the case where vc-svn-diff-switches is nil.
856
857 * vc-git.el (vc-git-diff):
858 * vc-hg.el (vc-hg-diff):
859 * vc-mtn.el (vc-mtn-diff): No need to duplicate vc-switches logic.
860
861 * eshell/esh-proc.el (eshell-needs-pipe): New variable.
862 (eshell-needs-pipe-p): New function.
863 (eshell-gather-process-output): Set process-connection-type according to
864 eshell-needs-pipe-p. (Bug#1388)
865
866 2008-11-30 Juanma Barranquero <lekktu@gmail.com>
867
868 * calendar/diary-lib.el (diary-cyclic): Doc fix.
869 (diary-remind-message, diary-number-of-entries)
870 (diary-include-other-diary-files, diary-mark-included-diary-files)
871 (diary-view-entries, diary-date, diary-block, diary-insert-entry-1)
872 (diary-font-lock-keywords-1): Reflow docstrings.
873 (diary-add-to-list, calendar-mark-1, diary-entry-time, diary-make-date)
874 (diary-anniversary, diary-date-display-form): Fix typos in docstrings.
875
876 * emacs-lisp/timer.el (timer-duration-words): Fix typo in docstring.
877 (timer-duration): Use `string-match-p'.
878
879 2008-11-29 Chong Yidong <cyd@stupidchicken.com>
880
881 * complete.el (PC-do-complete-and-exit):
882 Use minibuffer-confirm-exit-commands.
883
884 * minibuffer.el (minibuffer-confirm-exit-commands):
885 Add PC-complete and PC-complete-word to the list.
886
887 2008-11-29 Juanma Barranquero <lekktu@gmail.com>
888
889 * files.el (break-hardlink-on-save): Fix typo in docstring.
890 Add :version tag.
891
892 * emacs-lisp/re-builder.el (reb-mode-map): Fix typo in menu tooltip.
893 (reb-mode): Define with `define-derived-mode'.
894
895 2008-11-29 Karl Fogel <kfogel@red-bean.com>
896
897 * files.el (break-hardlink-on-save): New variable.
898 (basic-save-buffer-2): Honor new variable break-hardlink-on-save.
899 (file-precious-flag): Mention it in doc string.
900
901 2008-11-29 Miles Bader <miles@gnu.org>
902
903 * minibuffer.el (minibuffer-confirm-exit-commands): New variable.
904 (minibuffer-complete-and-exit): Use it.
905
906 2008-11-29 Chong Yidong <cyd@stupidchicken.com>
907
908 * term/x-win.el (x-gtk-stock-cache): New hash table.
909 (x-gtk-map-stock): Perform caching to prevent excess consing
910 during redisplay.
911
912 2008-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
913
914 * minibuffer.el (completion--try-word-completion): Don't ignore
915 partial-completion if it's the only style.
916
917 2008-11-28 Juanma Barranquero <lekktu@gmail.com>
918
919 * emacs-lisp/re-builder.el (reb-auto-update): Remove redundant code.
920 (re-builder): Reuse window displaying the *RE-Builder* buffer, if any.
921 (reb-initialize-buffer): Update matches, in case we're reentering
922 RE Builder mode.
923
924 2008-11-28 Chong Yidong <cyd@stupidchicken.com>
925
926 * complete.el (PC-do-complete-and-exit): Synch to 2008-11-24 change
927 to minibuffer.el; recognize `confirm' and `confirm-after-completion'
928 values for minibuffer-completion-confirm.
929
930 2008-11-28 Martin Rudalics <rudalics@gmx.at>
931
932 * emacs-lisp/eldoc.el (eldoc-docstring-first-line): Don't match
933 any but the first "*" in a doc-string.
934
935 2008-11-28 Glenn Morris <rgm@gnu.org>
936
937 * format.el (format-write-file): Improve previous doc fix.
938
939 2008-11-27 Chong Yidong <cyd@stupidchicken.com>
940
941 * simple.el (use-empty-active-region, use-region-p)
942 (region-active-p): Doc fix.
943
944 2008-11-27 Martin Rudalics <rudalics@gmx.at>
945
946 * window.el (display-buffer): Fix handling of not-this-window
947 argument. (Bug#1415)
948
949 2008-11-27 Kenichi Handa <handa@m17n.org>
950
951 * international/characters.el: Set category 'C' to characters
952 #x20000..#x2AFFF, #x2F800..#x2FFFF.
953
954 * loadup.el: Set inhibit-load-charset-map to t while preloading files.
955
956 2008-11-27 Chong Yidong <cyd@stupidchicken.com>
957
958 * tool-bar.el (tool-bar-find-image-cache): Var deleted.
959 (tool-bar-find-image): Function deleted.
960 (tool-bar-local-item, tool-bar-local-item-from-menu):
961 Use find-image instead of tool-bar-find-image.
962 (tool-bar-keymap-cache): New hash table.
963 (tool-bar-make-keymap): Use it.
964 (tool-bar-make-keymap-1): Move body of tool-bar-make-keymap here.
965
966 2008-11-26 Michael Albinus <michael.albinus@gmx.de>
967
968 * net/dbus.el (dbus-handle-event): The result of a message call
969 handler can also be an object, which is not a consp.
970
971 2008-11-25 Alan Mackenzie <acm@muc.de>
972
973 * emacs-lisp/lisp.el (forward-sexp, backward-sexp, mark-sexp)
974 (forward-list, backward-list, down-list, backward-up-list)
975 (up-list, kill-sexp, backward-kill-sexp, kill-backward-up-list)
976 (insert-pair, insert-parentheses): State that the command assumes
977 that point is not in a string or comment.
978
979 2008-11-26 Michael Albinus <michael.albinus@gmx.de>
980
981 * net/dbus.el (dbus-string-to-byte-array)
982 (dbus-byte-array-to-string, dbus-escape-as-identifier)
983 (dbus-unescape-from-identifier): New defuns.
984 (dbus-handle-event): The result of a message call is a list of
985 arguments, which must be expanded when passing to
986 `dbus-method-return-internal'.
987
988 * net/tramp.el (tramp-handle-write-region): Improve the check for
989 calling direct copy.
990 (tramp-find-inline-encoding): Don't raise an error but a warning,
991 when no inline encoding is found.
992 (tramp-get-remote-coding): Check for a symbol. The negative check
993 for a string fails, when there is an empty string.
994
995 2008-11-26 Glenn Morris <rgm@gnu.org>
996
997 * vc-git.el (vc-git-diff-switches): New option.
998 (vc-git-diff): Apply diff switches. (Bug#1386)
999 Give it a basic doc string.
1000
1001 * term/pc-win.el (x-font-family-list): Replace redefinition with
1002 ifdef in src/xfaces.c, since it confuses make-docfile. (Bug#1383)
1003
1004 2008-11-26 Vincent Belaïche <vincent.b.1@hotmail.fr>
1005
1006 * calc/calc-alg.el (calcFunc-collect): Normalize the coefficients
1007 of the polynomial rather than the whole polynomial.
1008
1009 2008-11-25 Chong Yidong <cyd@stupidchicken.com>
1010
1011 * mail/mailabbrev.el (define-mail-abbrev): When reading from
1012 mailrc, recognize string quoting. When reading from Lisp, accept
1013 rfc822-like addresses.
1014
1015 * mail/mailalias.el (define-mail-alias): Sync code with
1016 define-mail-abbrev.
1017
1018 2008-11-25 Glenn Morris <rgm@gnu.org>
1019
1020 * eshell/esh-proc.el (eshell-gather-process-output):
1021 Revert previous change. (re-opens Bug#1388)
1022
1023 * select.el (x-set-cut-buffer): Fix signal arguments.
1024
1025 * speedbar.el (speedbar-restricted-move): Fix signal arguments.
1026
1027 2008-11-25 Juanma Barranquero <lekktu@gmail.com>
1028
1029 * play/bubbles.el (bubbles-mode): Define with `define-derived-mode'.
1030 (bubbles-shift-mode, bubbles--update-score): Fix typos in docstrings.
1031 (bubbles--empty-char): Use "\s".
1032
1033 2008-11-25 Jay Belanger <jay.p.belanger@gmail.com>
1034
1035 * calc/calc.el (calc-settings-file, calc-language-alist)
1036 (calc-embedded-announce-formula)
1037 (calc-embedded-announce-formula-alist)
1038 (calc-embedded-open-formula, calc-embedded-close-formula)
1039 (calc-embedded-open-close-formula-alist)
1040 (calc-embedded-word-regexp-alist, calc-embedded-open-plain)
1041 (calc-embedded-close-plain, calc-embedded-open-close-plain-alist)
1042 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
1043 (calc-embedded-open-close-new-formula-alist)
1044 (calc-embedded-open-mode, calc-embedded-close-mode)
1045 (calc-embedded-open-close-mode-alist, calc-gnuplot-name)
1046 (calc-gnuplot-plot-command, calc-gnuplot-print-command)
1047 (calc-multiplication-has-precedence): Remove unnecessary asterisks
1048 from docstrings.
1049
1050 2008-11-25 Juanma Barranquero <lekktu@gmail.com>
1051
1052 * calculator.el (calculator-op-or-exp): Reflow docstring.
1053 (calculator-remove-zeros, calculator-repR, calculator-repL):
1054 Fix typos in docstrings.
1055
1056 2008-11-24 Chong Yidong <cyd@stupidchicken.com>
1057
1058 * log-view.el (log-view-annotate-version): Let vc-annotate manage
1059 windows instead of calling switch-to-buffer.
1060
1061 * diff.el (diff-sentinel): Take note of diff error return value.
1062
1063 2008-11-24 Martin Rudalics <rudalics@gmx.at>
1064
1065 * calendar/appt.el (appt-disp-window): Do a set-buffer when the
1066 frame can't be split.
1067
1068 2008-11-24 Ulf Jasper <ulf.jasper@web.de>
1069
1070 * net/newst-treeview.el (newsticker--treeview-current-feed): Docstring.
1071 (newsticker--treeview-item-show): Rename arg FEED to FEED-NAME-SYMBOL.
1072 (newsticker--treeview-tree-update-tag): Remove dead code.
1073 (newsticker-treeview-update): Don't update cache.
1074 (newsticker-treeview-quit): Don't save cache.
1075 (newsticker-treeview-save): Don't save cache. Use `newsticker-dir'.
1076 (newsticker-treeview-save): Use `newsticker-dir'.
1077 (newsticker--treeview-load): Use `newsticker-dir'.
1078 (newsticker--treeview-mark-item): Call `newsticker--cache-save-feed'.
1079 Update tags.
1080 (newsticker-treeview-tree-do-click): Slightly simplified.
1081
1082 * net/newst-backend.el (newsticker-dir): New.
1083 (newsticker-start): Use `newsticker--cache-read'.
1084 (newsticker-stop): Use `newsticker--cache-save'.
1085 (newsticker--sentinel-work): Use `newsticker--cache-save-feed'.
1086 (newsticker--images-dir): New.
1087 (newsticker--image-get, newsticker--image-sentinel):
1088 Use `newsticker--images-dir'.
1089 (newsticker--cache-save-version1): Backup version of
1090 `newsticker--cache-save'.
1091 (newsticker--cache-update): Create newsticker-dir if necessary.
1092 (newsticker--cache-dir): New.
1093 (newsticker--cache-save): Save feeds separately in `newsticker-dir'.
1094 (newsticker--cache-save-feed): New.
1095 (newsticker--cache-read-version1): New. Backuped version for reading
1096 cache data..
1097 (newsticker--cache-read, newsticker--cache-do-read): New.
1098
1099 * net/newst-reader.el (newsticker--image-read):
1100 Use `newsticker--images-dir'.
1101
1102 2008-11-24 Chong Yidong <cyd@stupidchicken.com>
1103
1104 * files.el (confirm-nonexistent-file-or-buffer):
1105 Allow `after-completion' value to request confirm only after TAB.
1106 (confirm-nonexistent-file-or-buffer): New function.
1107 (read-buffer-to-switch, find-file, find-file-other-window)
1108 (find-file-other-frame, find-file-read-only)
1109 (find-file-read-only-other-window)
1110 (find-file-read-only-other-frame): Use it.
1111 (switch-to-buffer-other-window, switch-to-buffer-other-frame): Doc fix.
1112 Thanks to Alan Mackenzie for suggesting the new behavior.
1113
1114 * minibuffer.el (minibuffer-complete-and-exit):
1115 Change `confirm-only' value of minibuffer-completion-confirm to
1116 `confirm', and handle a `confirm-after-completion' value.
1117
1118 2008-11-24 Juanma Barranquero <lekktu@gmail.com>
1119
1120 * emacs-lisp/elp.el (elp-instrument-list): Fix 2nd arg of `signal'.
1121
1122 2008-11-24 Andreas Schwab <schwab@suse.de>
1123
1124 * image.el (image-type-header-regexps): Recognize more xbm format
1125 variants.
1126
1127 2008-11-24 Juanma Barranquero <lekktu@gmail.com>
1128
1129 * textmodes/artist.el (artist-charlist-to-string): Simplify.
1130 (artist-mode-name, artist-mt, artist-vaporize-fuzziness)
1131 (artist-prev-next-op-alist, artist-mode-line-show-curr-operation)
1132 (artist-replace-string, artist-draw-rect, artist-draw-line)
1133 (artist-undraw-line, artist-draw-sline, artist-undraw-rect)
1134 (artist-rect-corners-squarify, artist-undraw-square, artist-fill-square)
1135 (artist-pen, artist-pen-line, artist-text-insert-common)
1136 (artist-text-overwrite, artist-spray-get-interval)
1137 (artist-spray-clear-circle, artist-erase-char)
1138 (artist-ellipse-generate-quadrant, artist-copy-square, artist-paste)
1139 (artist-flood-fill, artist-key-draw-continously, artist-key-draw-poly)
1140 (artist-key-draw-1point, artist-key-draw-2points)
1141 (artist-mouse-draw-continously): Fix typos in docstrings.
1142 (artist-aspect-ratio, artist-mode, artist-go-get-symbol-shift)
1143 (artist-go-get-symbol-shift-sub, artist-previous-line, artist-next-line)
1144 (artist-backward-char, artist-forward-char): Doc fixes.
1145 (artist-vaporize-line, artist-spray-chars, artist-spray-new-char):
1146 Reflow docstrings.
1147
1148 2008-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
1149
1150 * international/quail.el (quail-vunion): New function.
1151 (quail-defrule-internal): Use it to prevent accumulating redundant
1152 alternatives when `append' is set.
1153 (quail-insert-decode-map): Simplify computation of the max-key-width.
1154 Compute it right for multiple-list.
1155
1156 2008-11-24 Chong Yidong <cyd@stupidchicken.com>
1157
1158 * emacs-lisp/elp.el (elp-instrument-list): Check argument type
1159 explicitly. Doc fix.
1160
1161 2008-11-24 Martin Rudalics <rudalics@gmx.at>
1162
1163 * calendar/appt.el (appt-disp-window): Move minibuffer check
1164 after binding this-window and do not set-buffer to make sure we
1165 won't deselect the minibuffer. (Bug#1413)
1166
1167 2008-11-24 Dan Nicolaescu <dann@ics.uci.edu>
1168
1169 * vc-hg.el (vc-hg-program): Remove.
1170 (vc-hg-state, vc-hg-working-revision, vc-hg-command):
1171 Undo previous change.
1172
1173 2008-11-23 Martin Rudalics <rudalics@gmx.at>
1174
1175 * info-look.el (info-lookup): When Info buffer is visible on
1176 another frame, raise that frame.
1177
1178 2008-11-23 Juanma Barranquero <lekktu@gmail.com>
1179
1180 * allout.el (allout-mode): Fix typo in docstring.
1181
1182 * vc-annotate.el (vc-annotate-warp-revision): Reflow docstring.
1183 (vc-annotate-very-old-color, vc-annotate-display): Fix docstring typos.
1184
1185 2008-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
1186
1187 * vc-hooks.el (vc-follow-link): Complete last change.
1188
1189 2008-11-23 Juanma Barranquero <lekktu@gmail.com>
1190
1191 * textmodes/remember.el (remember-region): Doc fix.
1192 (remember-filter-functions, remember-handler-functions)
1193 (remember-save-after-remembering, remember-mailbox)
1194 (remember-default-priority, remember-data-file, remember-leader-text)
1195 (remember-diary-file): Remove * from defcustom docstrings.
1196 (remember-run-all-annotation-functions-flag)
1197 (remember-all-handler-functions): Reflow docstrings.
1198 (remember-store-in-mailbox): Fix typo in docstring.
1199 (remember-mode): Define with `define-derived-mode'. Doc fix.
1200
1201 2008-11-23 Glenn Morris <rgm@gnu.org>
1202
1203 * eshell/esh-cmd.el (eshell-in-pipeline-p): Add doc-string.
1204 (eshell-do-pipelines): Add optional argument to distinguish recursive
1205 calls. Use to set eshell-in-pipeline-p to 'first for the first command
1206 in a pipeline.
1207
1208 * eshell/esh-proc.el (eshell-gather-process-output):
1209 Set process-connection-type nil for all but the first element of a
1210 pipeline. (Bug#1388)
1211
1212 2008-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
1213
1214 * ediff-hook.el: Add tooltips to Emacs menus.
1215
1216 * ediff.el: Change date of last update.
1217
1218 2008-11-22 Juri Linkov <juri@jurta.org>
1219
1220 * dired-aux.el (dired-isearch-filenames): Add new context-dependent
1221 option `dwim'. Change non-dwim option from `dired-filename' to `t'.
1222 Doc fix.
1223 (dired-isearch-filenames-setup): Run filename Isearch only when
1224 dired-isearch-filenames is t or dired-isearch-filenames is `dwim'
1225 and the text property `dired-filename' at point is non-nil.
1226 In this case also set isearch-message-prefix-add to "filename ".
1227 (dired-isearch-filenames-end): Set isearch-message-prefix-add to nil.
1228 (dired-isearch-filenames, dired-isearch-filenames-regexp):
1229 Don't let-bind isearch-message-prefix-add since this is done now
1230 in dired-isearch-filenames-setup.
1231
1232 * isearch.el (isearch-mode): Change the order of calling
1233 `isearch-update' and running the `isearch-mode-hook' to call
1234 `isearch-update' with Isearch parameters set in this hook.
1235
1236 * progmodes/compile.el (compilation-auto-jump-to-first-error):
1237 Fix docstring - change "during `compile'" to "during compilation".
1238
1239 * descr-text.el (describe-char-unidata-list): Move `old-name' to
1240 be immediately after `name'.
1241
1242 * startup.el (initial-buffer-choice): Change an abstract file name
1243 "file.txt" to more reasonable default file name value "~/.emacs".
1244
1245 2008-11-22 Juri Linkov <juri@jurta.org>
1246
1247 * files.el (hack-local-variables-confirm): Rename arg `project' to
1248 `dir-name'. Move `(or dir-name name)' to let-binding of `name'.
1249 (hack-local-variables-filter): Rename arg `project' to `dir-name'.
1250 (hack-local-variables): Rename call of `hack-project-variables' to
1251 `hack-dir-local-variables'. Change error text to "Directory-local
1252 variables error".
1253 (dir-locals-class-alist): Rename from `project-class-alist'.
1254 (dir-locals-directory-alist): Rename from `project-directory-alist'.
1255 (dir-locals-get-class-variables): Rename from `project-get-alist'.
1256 (dir-locals-collect-mode-variables): Rename from
1257 `project-collect-bindings-from-alist'. Rename arg `mode-alist' to
1258 `mode-variables', and arg `settings' to `variables'.
1259 (dir-locals-collect-variables): Rename from
1260 `project-collect-binding-list'. Rename arg `binding-list' to
1261 `class-variables', and arg `settings' to `variables'.
1262 (dir-locals-set-directory-class): Rename from `set-directory-project'.
1263 (dir-locals-set-class-variables): Rename from `define-project-bindings'.
1264 Rename arg `settings' to `variables'.
1265 (dir-locals-file): New defconst.
1266 (dir-locals-find-file): Rename from `project-find-settings-file'.
1267 Use `dir-locals-file'. Rename let-bound `settings' to `locals-file',
1268 and `pda' to `dir-elt'.
1269 (dir-locals-read-from-file): Rename from
1270 `project-define-from-project-file'. Rename arg `settings-file'
1271 to `file'. Rename let-bound `list' to `variables'.
1272 (hack-dir-local-variables): Rename from `hack-project-variables'.
1273 Rename let-bound `settings' to `variables-file', `root-dir'
1274 to `dir-name', and `bindings' to `variables'.
1275
1276 2008-11-22 Lute Kamstra <lute@gnu.org>
1277
1278 * simple.el (goto-line): Rename argument.
1279
1280 2008-11-22 Eli Zaretskii <eliz@gnu.org>
1281
1282 * makefile.w32-in (compile-first): New target.
1283 (recompile): Depend on compile-first.
1284
1285 * Makefile.in (recompile): Depend on compile-first.
1286
1287 2008-11-22 Martin Rudalics <rudalics@gmx.at>
1288
1289 * files.el (switch-to-buffer-other-window)
1290 (switch-to-buffer-other-frame): Rename buffer argument to
1291 buffer-or-name. Reword and mention new option
1292 confirm-nonexistent-file-or-buffer in doc-string.
1293
1294 2008-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
1295
1296 * emulation/viper.el: Date change.
1297
1298 * emulation/viper-cmd.el (viper-envelop-ESC-key):
1299 viper-translate-all-ESC-keysequences is now a function.
1300
1301 * emulation/viper-init.el (viper-translate-all-ESC-keysequences):
1302 Make this variable.
1303
1304 2008-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
1305
1306 * vc-hooks.el (vc-follow-link, vc-find-file-hook):
1307 Use buffer-file-truename to handle symlinks in any part of the filename.
1308
1309 2008-11-22 Glenn Morris <rgm@gnu.org>
1310
1311 * vc-mtn.el (vc-mtn-diff-switches): New option.
1312 (vc-mtn-program): Rename from vc-mtn-command, for
1313 consistency with other backends. Keep old name as alias.
1314 Update callers. Make it a defcustom.
1315 (vc-mtn-diff): Give it a doc string. Apply diff switches.
1316
1317 * vc-arch.el (vc-arch-program): Rename from vc-arch-command, for
1318 consistency with other backends. Keep old name as alias.
1319 Make it a defcustom.
1320 (vc-arch-command, vc-arch-trim-revlib): Adapt for above change.
1321
1322 * vc-hg.el (vc-hg-program): New option.
1323 (vc-hg-state, vc-hg-working-revision, vc-hg-command):
1324 Use vc-hg-program rather than hard-coded "hg".
1325
1326 * vc-svn.el: Remove leading `*' from defcustom doc-strings.
1327 (vc-svn-program): Move defcustom to start.
1328 (vc-svn-create-repo, vc-svn-modify-change-comment):
1329 Use vc-svn-program rather than hard-coded "svn".
1330
1331 * menu-bar.el: Stylistic consistency fixes for various menu and
1332 help texts.
1333
1334 * kmacro.el (kmacro-insert-counter): Doc fix.
1335
1336 2008-11-21 Ivan Shmakov <oneingray@gmail.com> (tiny change)
1337
1338 * progmodes/tcl.el (tcl-filter): Don't forcibly move point.
1339
1340 2008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
1341
1342 * international/quail.el (quail-indent-to): New function.
1343 (quail-completion-1, quail-completion-list-translations)
1344 (quail-insert-decode-map): Use it to improve alignment.
1345 (quail-build-decode-map): Don't ignore latin-1 chars.
1346 (quail-help): Increase the max decode-map size so that even the TeX map
1347 gets printed.
1348
1349 * bookmark.el (bookmark-get-bookmark): Add `noerror' arg.
1350 Signal error for invalid bookmark.
1351 (bookmark-get-bookmark-record): Undo last change.
1352 (bookmark-store, bookmark-delete): Use new arg `noerror'.
1353
1354 * bookmark.el (bookmark-buffer-file-name): Also abbreviate dired-dir.
1355 Suggested by Toru TSUNEYOSHI.
1356
1357 2008-11-21 Shigeru Fukaya <shigeru.fukaya@gmail.com>
1358
1359 * byte-opt.el (byte-compile-butlast): Move up in file.
1360 (byte-optimize-plus): Don't call
1361 byte-optimize-delay-constants-math (bug#1334).
1362 Use byte-optimize-predicate to optimize constants.
1363 (byte-optimize-minus): Don't call byte-optimize-delay-constants-math.
1364 Remove zero arguments first
1365 if possible. Call byte-optimize-predicate to optimize constants.
1366 (byte-optimize-multiply): Remove optimizations for arguments of 0
1367 and 2, which may be inaccurate. Optimize (* x -1) to (- x).
1368 Call byte-optimize-predicate.
1369 (byte-optimize-divide): Leave runtime errors unchanged.
1370 Optimize (/ x 1) to (+ x 0). Remove optimizations for arguments of
1371 0 and 2.0, which may be inaccurate. Call byte-optimize-predicate.
1372
1373 2008-11-21 Juanma Barranquero <lekktu@gmail.com>
1374
1375 * bookmark.el (bookmark-jump-noselect): Add obsolescence
1376 declaration and remove redundant info from docstring.
1377
1378 * isearch.el (isearch-search-string): Doc fix.
1379 (search-exit-option, search-slow-window-lines, search-slow-speed)
1380 (search-upper-case, search-nonincremental-instead)
1381 (search-whitespace-regexp, search-ring-max, regexp-search-ring-max)
1382 (search-ring-update, search-highlight, isearch-lazy-highlight)
1383 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
1384 (lazy-highlight-interval): Remove * from defcustom docstrings.
1385 (isearch-resume-in-command-history, lazy-highlight-max-at-a-time):
1386 Remove * from defcustom docstrings; fix typos.
1387 (isearch-push-state-function, isearch-help-for-help-internal)
1388 (isearch-help-for-help, isearch-describe-bindings)
1389 (isearch-describe-mode, minibuffer-local-isearch-map, isearch-mode)
1390 (isearch-pop-fun-state, isearch-search-fun-function)
1391 (isearch-lazy-highlight-search): Fix typos in docstrings.
1392 (isearch-yank-internal, isearch-fallback): Reflow docstrings.
1393 (isearch-forward): Fix typo and reflow docstring.
1394 (isearch-help-map): Remove unused `i' binding. Fix typos in docstring.
1395 (isearch-mode-map): Don't use `let*'.
1396
1397 2008-11-21 Chong Yidong <cyd@stupidchicken.com>
1398
1399 * files.el (confirm-nonexistent-file-or-buffer): Change default to nil.
1400
1401 2008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
1402
1403 * isearch.el (isearch-search-string): Simplify and convert docstring.
1404
1405 * buff-menu.el (Buffer-menu-short-ellipsis): Partly undo last change.
1406
1407 2008-11-20 Juanma Barranquero <lekktu@gmail.com>
1408
1409 * international/mule-util.el (set-nested-alist): Doc fix. Use `when'.
1410 (lookup-nested-alist): Doc fix.
1411 (with-coding-priority): Reflow docstring.
1412 (detect-coding-with-priority): Fix typos in obsolescence declaration.
1413 (char-displayable-p): Reflow docstring. Use `when'.
1414
1415 2008-11-20 Dan Nicolaescu <dann@ics.uci.edu>
1416
1417 * calendar/cal-menu.el (cal-menu-scroll-menu): Add bindings for
1418 week forward/backward.
1419
1420 2008-11-20 Juanma Barranquero <lekktu@gmail.com>
1421
1422 * ehelp.el (electric-help-map, ehelp-map): Define within defvar.
1423 (with-electric-help): Fix typo and reflow docstring.
1424
1425 2008-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
1426
1427 * buff-menu.el (Buffer-menu-short-ellipsis): New constant.
1428 (Buffer-menu-buffer+size): Use it, fix last change, and simplify.
1429 (list-buffers-noselect): Don't need to pad.
1430
1431 2008-11-20 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
1432
1433 * buff-menu.el (Buffer-menu-buffer+size, list-buffers-noselect):
1434 Pay attention to char widths when computing string sizes.
1435
1436 2008-11-20 Juanma Barranquero <lekktu@gmail.com>
1437
1438 * emacs-lisp/bytecomp.el (byte-compile-dynamic-docstrings)
1439 (byte-compile-output-docform): Reflow docstrings.
1440 (no-byte-compile): Fix typo in docstring.
1441 (byte-recompile-directory, compile-defun): Doc fixes.
1442 (emacs-lisp-file-regexp, byte-compile-verbose)
1443 (byte-compile-compatibility, byte-optimize, byte-compile-delete-errors)
1444 (byte-compile-dynamic-docstrings, byte-optimize-log)
1445 (byte-compile-error-on-warn, byte-compile-warnings)
1446 (byte-compile-generate-call-tree, byte-compile-call-tree-sort):
1447 Remove * from defcustom docstrings.
1448
1449 2008-11-20 Glenn Morris <rgm@gnu.org>
1450
1451 * format.el (format-alist, format-write-file): Doc fix.
1452
1453 * proced.el (proced-available): New variable.
1454 (proced-process-attributes): Move availability check from previous
1455 change from here...
1456 (proced): ... to here.
1457
1458 * vc-hg.el (vc-hg-diff-switches): New option.
1459 (vc-hg-diff): Apply diff switches. (Bug#1017)
1460
1461 * calc/calc-units.el (math-additional-units): Doc fix (active voice).
1462
1463 * progmodes/fortran.el (fortran-mode-map): Add some menu :help.
1464
1465 2008-11-20 Stephen Berman <Stephen.Berman@gmx.net>
1466
1467 * files.el (auto-mode-alist): Recognize more OpenOffice.org extensions.
1468
1469 2008-11-19 Juanma Barranquero <lekktu@gmail.com>
1470
1471 * calc/calc-units.el (math-units-table): Doc fix.
1472 (math-standard-units): Fix typo in constant's description.
1473 (math-additional-units): Fix typo in docstring.
1474
1475 2008-11-19 Ulrich Mueller <ulm@kph.uni-mainz.de>
1476
1477 * calc/calc-units.el (math-standard-units): Add eps0,
1478 permittivity of vacuum.
1479
1480 2008-11-19 Dan Nicolaescu <dann@ics.uci.edu>
1481
1482 * files.el (project-settings-file): Remove.
1483 (project-find-settings-file): Undo previous change that added the
1484 use of project-settings-file.
1485
1486 2008-11-19 Glenn Morris <rgm@gnu.org>
1487
1488 * proced.el (proced, proced-format-time): Doc fixes.
1489 (proced-process-attributes): Signal an error if unsupported. (Bug#1314)
1490
1491 2008-11-19 Karl Fogel <kfogel@red-bean.com>
1492
1493 * bookmark.el (bookmark-jump-noselect): Move the deprecation
1494 notice into the doc string, following up to 2008-10-29T17:42:49Z!cyd@stupidchicken.com.
1495
1496 2008-11-19 Lute Kamstra <lute@gnu.org>
1497
1498 * autoinsert.el (auto-insert-alist): Don't use match data.
1499
1500 2008-11-19 Glenn Morris <rgm@gnu.org>
1501
1502 * progmodes/f90.el (f90-mode-map): Add some menu :help.
1503
1504 * autoinsert.el (auto-insert-alist): Update template to FDL 1.3+.
1505
1506 * emacs-lisp/cl.el (floor*, ceiling*, truncate*, round*, mod*):
1507 * term/w32-win.el (x-select-font): Declare.
1508
1509 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Fix a/an typo.
1510 Use the imperative for all help strings.
1511
1512 2008-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
1513
1514 * textmodes/ispell.el (ispell-dictionary-base-alist): Adjust to the
1515 case where the default dictionary is French, Spanish, younameit.
1516
1517 * window.el (window--frame-usable-p): Consider dedicated windows
1518 as usable.
1519
1520 * files.el (confirm-nonexistent-file-or-buffer):
1521 Rename from find-file-confirm-nonexistent-file.
1522 (read-buffer-to-switch): Use it.
1523
1524 2008-11-18 Juanma Barranquero <lekktu@gmail.com>
1525
1526 * server.el (server-temp-file-p): Use `string-match-p'.
1527 (server-socket-dir): Set to nil if local sockets are unsupported.
1528 (server-start): Don't try to delete local socket if unsupported.
1529 (server-kill-new-buffers): Reflow docstring.
1530 (server-delete-client, server-handle-delete-frame)
1531 (server-save-buffers-kill-terminal): Doc fixes.
1532 (server-send-string): Fix typo in docstring.
1533
1534 2008-11-18 Sam Steingold <sds@gnu.org>
1535
1536 * progmodes/compile.el (compilation-start-hook): New hook.
1537 (compilation-start): Run it on the compilation process.
1538
1539 2008-11-18 Juanma Barranquero <lekktu@gmail.com>
1540
1541 * international/mule-cmds.el (update-leim-list-file): Simplify.
1542 (prefer-coding-system, find-coding-systems-for-charsets):
1543 Fix docstring typos.
1544 (select-safe-coding-system, input-method-exit-on-first-char)
1545 (language-info-alist, language-info-custom-alist): Reflow docstrings.
1546 (toggle-input-method, read-multilingual-string): Doc fixes.
1547 Reflow docstrings.
1548 (locale-name-match, sort-coding-systems, find-multibyte-characters)
1549 (read-char-by-name): Use `string-match-p'.
1550 (get-char-code-property, put-char-code-property)
1551 (char-code-property-description): Be silent while loading uni-* files.
1552 (ucs-names): Use `dotimes-with-progress-reporter', because loading
1553 the Unicode character names is *slow*.
1554
1555 2008-11-17 Chong Yidong <cyd@stupidchicken.com>
1556
1557 * wid-edit.el (widget-image-insert): Don't add a mouse-face.
1558
1559 * cus-edit.el (custom-group-value-create): Don't insert docstring twice.
1560
1561 2008-11-17 Juanma Barranquero <lekktu@gmail.com>
1562
1563 * international/mule-cmds.el (ucs-completions): Mark as risky.
1564
1565 2008-11-17 Martin Rudalics <rudalics@gmx.at>
1566
1567 * help-macro.el (three-step-help): Remove * from defcustom.
1568 (make-help-screen): Don't iconify selected frame. (Bug#1322)
1569 Use when instead of if and cond within condition-case.
1570
1571 * window.el (quit-window): Bind window to selected window when
1572 trying to delete it.
1573
1574 2008-11-17 Glenn Morris <rgm@gnu.org>
1575
1576 * progmodes/cc-defs.el (c-put-char-property-fun): Add fallback
1577 definition of 'ignore, rather than nil. (Bug#1353)
1578
1579 2008-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
1580
1581 * window.el (window--frame-usable-p): Allow use for soft-dedication.
1582
1583 2008-11-17 Juanma Barranquero <lekktu@gmail.com>
1584
1585 * emulation/viper-cmd.el (viper-harness-minor-mode): Fix docstring typo.
1586
1587 * simple.el (quoted-insert, minibuffer-history-isearch-pop-state, undo)
1588 (undo-only, rotate-yank-pointer, kill-whole-line, push-mark-command)
1589 (exchange-point-and-mark, set-goal-column, kill-line, backward-word)
1590 (kill-word, backward-kill-word, zap-to-char): Doc fixes.
1591 (shell-command, repeat-complex-command): Reflow docstrings.
1592 (pop-to-mark-command): Fix typos in docstring.
1593
1594 2008-11-17 Juri Linkov <juri@jurta.org>
1595
1596 * isearch.el (isearch-filter-predicate): Rename from
1597 `isearch-success-function'. Rename default value from
1598 `isearch-success-function-default' to
1599 `isearch-filter-invisible'. Doc fix.
1600 (isearch-filter-invisible): Rename from
1601 `isearch-success-function-default'. Doc fix.
1602 (isearch-search, isearch-lazy-highlight-search):
1603 Rename `isearch-success-function' to `isearch-filter-predicate'.
1604
1605 * dired-aux.el (dired-isearch-filter-predicate-orig): Rename from
1606 `dired-isearch-orig-success-function'.
1607 (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
1608 (dired-isearch-filenames-end): Rename `isearch-success-function' to
1609 `isearch-filter-predicate'. Doc fix.
1610 (dired-isearch-filter-filenames): Rename from
1611 `dired-isearch-success-function'.
1612
1613 * info.el (Info-search, Info-mode):
1614 Rename `isearch-success-function' to `isearch-filter-predicate'.
1615 (Info-isearch-filter-predicate): Rename from
1616 `Info-search-success-function'.
1617
1618 * simple.el (minibuffer-default-add-function): Fix docstring to
1619 use clear text "default values" instead of obscure references to
1620 the dynamic variable `minibuffer-default'.
1621
1622 2008-11-16 Glenn Morris <rgm@gnu.org>
1623
1624 * term/ns-win.el (ns-extended-platform-support-mode):
1625 Tweak menu entry from previous change.
1626
1627 * wid-edit.el (advertised-widget-backward): Remove autoload cookie.
1628
1629 * cus-edit.el (custom-buffer-create-internal): Always insert the
1630 in-buffer buttons, regardless of tool-bar. (Bug#1326)
1631
1632 2008-11-16 Chong Yidong <cyd@stupidchicken.com>
1633
1634 * subr.el (read-passwd): Use read-event instead of read-char-exclusive.
1635
1636 2008-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
1637
1638 * ielm.el (ielm-eval-input): Fix thinko in last change.
1639
1640 2008-11-16 Chong Yidong <cyd@stupidchicken.com>
1641
1642 * subr.el (read-passwd): Yank current kill if the user enters C-y.
1643
1644 2008-11-16 Michael Albinus <michael.albinus@gmx.de>
1645
1646 * net/tramp.el (tramp-handle-file-name-as-directory): New defun.
1647 (tramp-file-name-handler-alist): Handle `file-name-as-directory'.
1648
1649 * net/tramp-fish.el (tramp-fish-file-name-handler-alist)
1650 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
1651 Handle `file-name-as-directory'.
1652
1653 2008-11-16 Chong Yidong <cyd@stupidchicken.com>
1654
1655 * startup.el (fancy-startup-text): Give "Emacs tutorial" line the
1656 usual variable-pitch face.
1657
1658 2008-11-16 Juanma Barranquero <lekktu@gmail.com>
1659
1660 * net/ange-ftp.el (ange-ftp-multi-msgs, ange-ftp-good-msgs)
1661 (ange-ftp-try-passive-mode, ange-ftp-data-buffer-name)
1662 (ange-ftp-account-hashtable, ange-ftp-ls-cache-lsargs)
1663 (ange-ftp-ls-cache-file, ange-ftp-ls-cache-res, ange-ftp-get-user)
1664 (ange-ftp-ftp-name-component, ange-ftp-kill-ftp-process)
1665 (ange-ftp-quote-string, ange-ftp-process-handle-line)
1666 (ange-ftp-start-process, ange-ftp-send-cmd, ange-ftp-add-dumb-unix-host)
1667 (ange-ftp-before-parse-ls-hook, ange-ftp-after-parse-ls-hook)
1668 (ange-ftp-ls, ange-ftp-add-dl-dir, ange-ftp-get-file-entry)
1669 (ange-ftp-set-binary-mode, ange-ftp-set-ascii-mode, ange-ftp-get-pwd)
1670 (ange-ftp-file-name-as-directory-alist, ange-ftp-reread-dir)
1671 (ange-ftp-vms-filename-regexp, ange-ftp-bs2000-fix-name-regexp-reverse)
1672 (ange-ftp-bs2000-fix-name-regexp): Fix typos in docstrings.
1673 (ange-ftp-name-format, ange-ftp-gateway-fatal-msgs)
1674 (ange-ftp-xfer-size-msgs, ange-ftp-tmp-name-template)
1675 (ange-ftp-netrc-filename, ange-ftp-disable-netrc-security-check)
1676 (ange-ftp-default-user, ange-ftp-default-password)
1677 (ange-ftp-default-account, ange-ftp-netrc-default-password)
1678 (ange-ftp-netrc-default-account, ange-ftp-dumb-unix-host-regexp)
1679 (ange-ftp-binary-file-name-regexp, ange-ftp-gateway-host)
1680 (ange-ftp-gateway-prompt-pattern, ange-ftp-smart-gateway-port)
1681 (ange-ftp-send-hash, ange-ftp-binary-hash-mark-size)
1682 (ange-ftp-ascii-hash-mark-size, ange-ftp-process-verbose)
1683 (ange-ftp-ftp-program-name, ange-ftp-gateway-ftp-program-name)
1684 (ange-ftp-ftp-program-args, ange-ftp-nslookup-program)
1685 (ange-ftp-make-backup-files, ange-ftp-retry-time)
1686 (ange-ftp-bs2000-special-prefix): Remove * from defcustom docstrings.
1687 (ange-ftp-skip-msgs, ange-ftp-potential-error-msgs)
1688 (ange-ftp-gateway-tmp-name-template)
1689 (ange-ftp-generate-anonymous-password, ange-ftp-local-host-regexp)
1690 (ange-ftp-gateway-program-interactive, ange-ftp-smart-gateway)
1691 (ange-ftp-raw-login): Remove * from defcustom docstrings; fix typos.
1692 (ange-ftp-fatal-msgs): Remove * from defcustom docstring; doc fix.
1693 (ange-ftp-gateway-program): Remove * from docstring and reflow.
1694 (ange-ftp-hash-entry-exists-p, ange-ftp-hash-table-keys)
1695 (ange-ftp-raw-send-cmd, ange-ftp-get-files, ange-ftp-canonize-filename)
1696 (ange-ftp-file-name-as-directory, ange-ftp-directory-file-name):
1697 (ange-ftp-copy-files-async, ange-ftp-rename-remote-to-remote):
1698 (ange-ftp-rename-local-to-remote): Doc fixes.
1699 (ange-ftp-set-xfer-size, ange-ftp-call-cont, ange-ftp-process-filter):
1700 Use `when', `unless'.
1701 (ange-ftp-set-passwd): Rename arg PASSWD to PASSWORD.
1702 (ange-ftp-process-handle-hash): Rename arg STR to STRING.
1703 (ange-ftp-nslookup-host): Rename arg HOST to HOSTNAME.
1704 (ange-ftp-smart-login): Rename arg PASS to PASSWORD.
1705 (ange-ftp-normal-login): Rename arg PASS to PASSWORD. Fix typo.
1706 (ange-ftp-process-sentinel): Use `when'. Fix typo.
1707 (ange-ftp-gwp-start): Use `let', not `let*'; use `when'. Fix typo.
1708 (ange-ftp-fix-name-func-alist, ange-ftp-fix-dir-name-func-alist)
1709 (ange-ftp-parse-list-func-alist, ange-ftp-add-file-entry-alist)
1710 (ange-ftp-delete-file-entry-alist): Fix typos and reflow docstring.
1711 (ange-ftp-dumb-unix-host, ange-ftp-binary-file)
1712 (ange-ftp-directory-files, ange-ftp-file-modtime, ange-ftp-vms-host)
1713 (ange-ftp-mts-host, ange-ftp-cms-host, ange-ftp-bs2000-host)
1714 (ange-ftp-bs2000-posix-host): Use `string-match-p' instead of
1715 `(save-match-data (string-match ...))'.
1716 (ange-ftp-use-gateway-p, ange-ftp-use-smart-gateway-p)
1717 (ange-ftp-file-name-directory, ange-ftp-file-name-nondirectory):
1718 Use `string-match-p' instead of `(save-match-data (string-match ...))'.
1719 Doc fixes.
1720
1721 2008-11-16 Michael Kifer <kifer@cs.stonybrook.edu>
1722
1723 * emulation/viper-init.el (viper-ESC-keyseq-timeout): Make it into a
1724 function instead of a variable.
1725
1726 * emulation/viper-util.el (viper-fast-keysequence-p): Change to use
1727 viper-ESC-keyseq-timeout as a function.
1728 (viper-get-saved-cursor-color-in-replace-mode): Use defun instead of
1729 defsubst.
1730
1731 * emulation/viper-cmd.el: Let line-move-visual to nil when using
1732 next-line or previous-line.
1733 (viper-R-state-post-command-sentinel): Use defun instead of defsubst.
1734
1735 * emulation/viper-keym.el (viper-ESC-key): Use (kbd "ESC").
1736
1737 * ediff-util.el (ediff-toggle-multiframe): Check if control window is
1738 live.
1739 (ediff-save-buffer): Let window-min-height to 2.
1740
1741 * ediff-wind.el (ediff-setup-windows-plain-compare): Avoid selecting
1742 the minibuffer.
1743
1744 2008-11-16 Juanma Barranquero <lekktu@gmail.com>
1745
1746 * ielm.el (ielm-noisy, ielm-dynamic-return, ielm-mode-hook)
1747 (ielm-dynamic-multiline-inputs): Remove * from defcustom docstrings.
1748 (ielm-prompt-read-only, ielm-font-lock-keywords): Fix docstring typos.
1749 (ielm-map): Define within defvar. Add docstring.
1750 (ielm-tab, ielm-eval-input, ielm-get-old-input, ielm-return)
1751 (ielm-complete-filename): Use `when', `unless'.
1752 (ielm-is-whitespace-or-comment): Use `string-match-p'.
1753 (ielm-return, ielm-get-old-input): Use `looking-at-p'.
1754 (ielm-change-working-buffer): Check that the buffer is live.
1755 (inferior-emacs-lisp-mode): Define with `define-derived-mode'.
1756 Simplify. Reflow docstring.
1757 (inferior-emacs-lisp-mode-hook, inferior-emacs-lisp-mode-map):
1758 New aliases, to satisfy `define-derived-mode' expectations.
1759
1760 2008-11-15 Glenn Morris <rgm@gnu.org>
1761 Martin Rudalics <rudalics@gmx.at>
1762
1763 * emacs-lisp/find-func.el (find-function-advised-original): New.
1764 (find-function-C-source, find-function-noselect):
1765 Use find-function-advised-original to handle advised funcs. (Bug#789)
1766
1767 2008-11-15 Glenn Morris <rgm@gnu.org>
1768
1769 * emacs-lisp/find-func.el (find-function-noselect): Add missing "is" in
1770 alias message.
1771
1772 * uniquify.el (uniquify-maybe-rerationalize-w/o-cb):
1773 Remove uniquify-after-kill-buffer-p dependency.
1774 (uniquify-kill-buffer-function): New function.
1775 (kill-buffer-hook): Use uniquify-kill-buffer-function. (Bug#1315)
1776
1777 * term/ns-win.el (ns-do-applescript, ns-popup-font-panel): Declare.
1778 (ns-show-manual, menu-bar-help-menu): Update for merge of ns-emacs into
1779 main Emacs manual.
1780
1781 2008-11-15 Martin Rudalics <rudalics@gmx.at>
1782
1783 * window.el (quit-window): Restore delete window with second
1784 arg non-nil behavior as of before 2008-10-30 change.
1785
1786 2008-11-15 Chong Yidong <cyd@stupidchicken.com>
1787
1788 * help-fns.el (describe-function-1): Do char-range check for
1789 self-insert-command.
1790
1791 2008-11-14 Karl Fogel <kfogel@red-bean.com>
1792
1793 * files.el (file-precious-flag): Document that this flag is advisory.
1794
1795 2008-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
1796
1797 * emacs-lisp/bytecomp.el (byte-compile-associative)
1798 (byte-compile-minus, byte-compile-quo): If there are more than two
1799 operands, don't use binary operation code (bug#1334).
1800
1801 2008-11-14 Juanma Barranquero <lekktu@gmail.com>
1802
1803 * w32-fns.el (w32-shell-dos-semantics):
1804 * calendar/diary-lib.el (diary-face-attrs):
1805 * international/mule-cmds.el (set-default-coding-systems)
1806 (prefer-coding-system):
1807 * net/tramp.el (tramp-set-completion-function):
1808 * progmodes/vhdl-mode.el (vhdl-file-header):
1809 * term/pc-win.el (msdos-show-help): Fix typos in docstrings.
1810
1811 * emacs-lisp/authors.el (authors-fixed-entries): Fix typo in value.
1812
1813 * files.el (enable-local-eval, not-modified, kill-buffer-ask)
1814 (kill-matching-buffers, save-buffers-kill-emacs)
1815 (save-buffers-kill-terminal): Fix typos in docstrings.
1816 (switch-to-buffer-other-window): Reflow docstring.
1817 (revert-buffer): Doc fix.
1818 (define-project-bindings): Rename arg LIST to SETTINGS.
1819 (project-find-settings-file): Use `let', not `let*'.
1820 Use `when'.
1821
1822 2008-11-13 Juanma Barranquero <lekktu@gmail.com>
1823
1824 * files.el (project-settings-file, locate-dominating-file):
1825 Fix typos in docstrings.
1826 (find-file-visit-truename): Remove * from defcustom docstring.
1827
1828 2008-11-13 T. V. Raman <raman@users.sourceforge.net> (tiny change)
1829
1830 * files.el (project-settings-file): New variable.
1831 (project-find-settings-file): Use it, instead of hardcoding
1832 .dir.settings.el.
1833
1834 2008-11-13 Glenn Morris <rgm@gnu.org>
1835
1836 * nxml/nxml-enc.el: Remove some charset code not needed since Emacs 22.
1837
1838 2008-11-13 Henry Weller <hweller0@gmail.com> (tiny change)
1839
1840 * net/mairix.el (mairix-widget-fields-list): Fix bug regarding searching
1841 in mail bodies.
1842
1843 2008-11-12 Juanma Barranquero <lekktu@gmail.com>
1844
1845 * international/mule.el (autoload-coding-system, with-category-table)
1846 (ctext-non-standard-encodings-alist): Fix typos in docstrings.
1847 (coding-system-equal, set-buffer-process-coding-system): Doc fixes.
1848 (set-buffer-file-coding-system, revert-buffer-with-coding-system)
1849 (set-file-name-coding-system, ctext-pre-write-conversion)
1850 (auto-coding-functions, find-auto-coding, modify-coding-system-alist):
1851 Reflow docstrings.
1852 (charset-list, set-coding-priority): Remove redundant obsolescence info.
1853 (charset-id, charset-bytes, make-coding-system): Add obsolescence info.
1854 (char-valid-p): Define with `define-obsolete-function-alias'.
1855
1856 * textmodes/artist.el (artist-mode): Fix typos in docstring.
1857
1858 2008-11-12 Sam Steingold <sds@gnu.org>
1859
1860 * vc-cvs.el (vc-cvs-parse-root): Handle roots without colon
1861 between hostname and path.
1862
1863 2008-11-11 Juri Linkov <juri@jurta.org>
1864
1865 * dired-aux.el (dired-isearch-filenames)
1866 (dired-isearch-filenames-regexp):
1867 Let-bind isearch-message-prefix-add to "filename ".
1868
1869 * isearch.el (isearch-message-prefix-add)
1870 (isearch-message-suffix-add): New variables.
1871 (isearch-message-prefix): Show additional text from
1872 `isearch-message-prefix-add' before "I-search".
1873 (isearch-message-suffix): Show additional text from
1874 `isearch-message-suffix-add' at the end.
1875
1876 * isearch.el (isearch-lazy-highlight-search): Use a loop like in
1877 `isearch-search'. Call isearch-success-function to skip matches
1878 outside the current isearch scope. Let-bind search-invisible to
1879 nil to not match invisible text.
1880
1881 * isearch.el (isearch-query-replace, isearch-highlight-regexp):
1882 Let-bind `isearch-recursive-edit' to nil to prevent calling
1883 `exit-recursive-edit' in `isearch-done' that terminates the
1884 execution of these commands when it is non-nil. Call
1885 `exit-recursive-edit' explicitly at the end.
1886 (isearch-occur): For word search construct the correct regexp
1887 with word boundaries to proceed with occur.
1888
1889 * isearch.el (isearch-search-fun): Compare the length of the
1890 current search string with the length of the string from the
1891 previous search state to detect the situation when the user
1892 adds or removes characters in the search string.
1893 Use word-search-forward-lax and word-search-backward-lax in this
1894 case, and otherwise word-search-forward and word-search-backward.
1895
1896 2008-11-11 Sam Steingold <sds@gnu.org>
1897
1898 * mouse.el (mouse-buffer-menu-mode-groups): Place "Annotate" into
1899 the "Version Control" group (for C-x v g).
1900
1901 2008-11-11 Juanma Barranquero <lekktu@gmail.com>
1902
1903 * server.el (server-process-filter): Fix typos and reflow docstring.
1904
1905 2008-11-11 Martin Rudalics <rudalics@gmx.at>
1906
1907 * mail/footnote.el (footnote-mode): Improve doc-string.
1908 Suggested by <jidanni@jidanni.org>. (Bug#1318)
1909
1910 2008-11-11 Chong Yidong <cyd@stupidchicken.com>
1911
1912 * cus-edit.el (Custom-mode): Set up tool-bar-map unconditionally.
1913
1914 2008-11-10 Teodor Zlatanov <tzz@lifelogs.com>
1915
1916 * mail/smtpmail.el (smtpmail-open-stream): Use
1917 `starttls-any-program-available'. Auto-load starttls.el for it.
1918
1919 2008-11-08 Chong Yidong <cyd@stupidchicken.com>
1920
1921 * dired.el (dired-read-dir-and-switches): Revert to 2007-11-22
1922 version (bug@1285).
1923
1924 2008-11-08 Eli Zaretskii <eliz@gnu.org>
1925
1926 * startup.el (command-line): Ignore init-file-user when checking
1927 user's home directory on MS-DOS as well.
1928
1929 2008-11-07 Sam Steingold <sds@gnu.org>
1930
1931 * progmodes/cc-cmds.el (c-defun-name): Fix CLISP DEFUN handling.
1932
1933 2008-11-07 Juanma Barranquero <lekktu@gmail.com>
1934
1935 * frame.el (make-frame-on-display): Use `string-match-p'.
1936
1937 2008-11-07 Glenn Morris <rgm@gnu.org>
1938
1939 * progmodes/cc-defs.el (cl-macroexpand-all): Fix declaration.
1940
1941 2008-11-07 Dan Nicolaescu <dann@ics.uci.edu>
1942
1943 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Add new argument
1944 to initialize font-lock keyword case sensitivity.
1945 (lisp-mode): Use it.
1946
1947 2008-11-06 Glenn Morris <rgm@gnu.org>
1948
1949 * eshell/esh-maint.el: Remove unused file.
1950
1951 * progmodes/cc-defs.el (cl-macroexpand-all): Declare.
1952
1953 * cus-edit.el (custom-comment-tag): Doc fix.
1954 (custom-comment, custom-variable-value-create, custom-face):
1955 Use face names sans -face suffix rather than aliases.
1956
1957 2008-11-05 Jay Belanger <jay.p.belanger@gmail.com>
1958
1959 * calc/calc.el (calc-quit): Use `window-full-width-p' to check
1960 window width.
1961
1962 2008-11-05 Chong Yidong <cyd@stupidchicken.com>
1963
1964 * server.el (server-process-filter): Only default to emacsclient's
1965 terminal in daemon mode.
1966
1967 2008-11-05 Martin Rudalics <rudalics@gmx.at>
1968
1969 * window.el (quit-window): Restore prefix argument behavior
1970 removed in 2008-10-30 change. (Bug#1308)
1971
1972 2008-11-05 Tassilo Horn <tassilo@member.fsf.org>
1973
1974 * doc-view.el (doc-view-mode): Bugfix: Add conversion killing
1975 function to kill-buffer-hook, not to kill-buffer.
1976 Reported by Markus Triska <markus.triska@gmx.at>
1977
1978 2008-11-04 Jay Belanger <jay.p.belanger@gmail.com>
1979
1980 * calc/calc.el (calc-quit): Make sure that the keypad buffer
1981 exists before deleting its windows.
1982
1983 2008-11-04 Chong Yidong <cyd@stupidchicken.com>
1984
1985 * server.el (server-process-filter): Don't call
1986 server-create-tty-frame when no tty name is specified.
1987
1988 2008-11-04 Christian Faulhammer <opfer@gentoo.org> (tiny change)
1989
1990 * vc-bzr.el (vc-bzr-dir-extra-headers): New function.
1991
1992 2008-11-04 Juanma Barranquero <lekktu@gmail.com>
1993
1994 * international/mule-cmds.el (toggle-enable-multibyte-characters)
1995 (define-char-code-property):
1996 * textmodes/reftex.el (reftex-index):
1997 * textmodes/reftex-index.el (reftex-index): Fix typos in docstrings.
1998
1999 2008-11-04 Chong Yidong <cyd@stupidchicken.com>
2000
2001 * vc-bzr.el (vc-bzr-dir-printer): Rename from
2002 vc-bzr-status-printer.
2003
2004 * startup.el (startup-echo-area-message): Display a different
2005 message in daemon mode. Suggested by Stephen Turnbull.
2006
2007 * frame.el (make-frame-on-display): Ignore DISPLAY argument on
2008 Windows.
2009
2010 2008-11-04 Juanma Barranquero <lekktu@gmail.com>
2011
2012 * dframe.el (dframe-mouse-position-function)
2013 (dframe-reposition-frame-emacs, dframe-pass-event-to-popup-mode-menu)
2014 (dframe-mouse-set-point): Fix typos in docstrings.
2015
2016 2008-11-04 Dan Nicolaescu <dann@ics.uci.edu>
2017
2018 * vc-dir.el (vc-dir-headers): Undo previous change.
2019
2020 2008-11-04 Nick Roberts <nickrob@snap.net.nz>
2021
2022 * vc-cvs.el (vc-cvs-dir-extra-headers): Add tag name to header.
2023 * vc-dir.el (vc-dir-headers): Order headers as in PCL-CVS.
2024
2025 2008-11-04 Martin Rudalics <rudalics@gmx.at>
2026
2027 * subr.el (looking-back): Fix doc-string typo.
2028
2029 * electric.el (Electric-pop-up-window): Call window-end with
2030 UPDATE set to t.
2031
2032 * window.el (save-selected-window): Make it behave like
2033 save-selected-window-norecord.
2034 (save-selected-window-norecord): Remove, since functionality
2035 fully taken over by save-selected-window.
2036 (walk-windows, set-window-text-height, fit-window-to-buffer):
2037 Use save-selected-window instead of save-selected-window-norecord.
2038 * font-lock.el (lisp-font-lock-keywords-2): Remove entry for
2039 save-selected-window-norecord.
2040 * emacs-lisp/lisp-mode.el (save-selected-window): Remove
2041 indent-function for save-selected-window-norecord.
2042
2043 2008-11-03 Alan Mackenzie <acm@muc.de>
2044
2045 * progmodes/cc-engine.el (c-forward-label): Fix for QT macros.
2046
2047 2008-11-03 Chong Yidong <cyd@stupidchicken.com>
2048
2049 * subr.el (looking-back): Doc fix.
2050
2051 * term/x-win.el (x-initialize-window-system):
2052 Call x-wm-set-size-hint after initialization.
2053
2054 * eshell/em-hist.el (eshell-save-history-on-exit): Change default
2055 to t.
2056
2057 * emacs-lisp/lisp-mode.el (lisp-mode): Remove bogus change from
2058 2000-12-08 (bug#1297).
2059
2060 * font-lock.el (font-lock-keywords-case-fold-search): Doc fix.
2061
2062 2008-11-03 Vincent Belaïche <vincent.b.1@hotmail.fr>
2063
2064 * calc/calc-alg.el (calcFunc-collect): Return constant polynomial
2065 when appropriate.
2066
2067 2008-11-02 Martin Rudalics <rudalics@gmx.at>
2068
2069 * window.el (save-selected-window-norecord): New macro.
2070 (walk-windows): Use save-selected-window-norecord and call
2071 select-window with NORECORD set. (Bug#1237)
2072 (set-window-text-height, fit-window-to-buffer):
2073 Use save-selected-window-norecord and call select-window with
2074 NORECORD set.
2075 * subr.el (with-selected-window): Call set-frame-selected-window
2076 with new argument NORECORD set. Update doc-string.
2077 (with-selected-frame): Call select-frame with new argument
2078 NORECORD set. Update doc-string.
2079 * emacs-lisp/lisp-mode.el (save-selected-window-norecord):
2080 Put indent-function for save-selected-window-norecord.
2081 * font-lock.el (lisp-font-lock-keywords-2):
2082 Add save-selected-window-norecord.
2083
2084 2008-11-01 Juanma Barranquero <lekktu@gmail.com>
2085
2086 * cus-edit.el (customize-apropos-options, custom-comment)
2087 (custom-comment-tag, custom-face-edit-attribute-tag):
2088 Fix typos in docstrings.
2089 (custom-buffer-done-kill): Remove * from defcustom docstring.
2090 (custom-file): Fix typo in doc of defcustom choice.
2091
2092 * frame.el (display-visual-class): Fix typo in docstring.
2093 (initial-frame-alist, minibuffer-frame-alist, pop-up-frame-alist)
2094 (special-display-frame-alist, show-trailing-whitespace)
2095 (auto-hscroll-mode, blink-cursor-delay, blink-cursor-interval)
2096 (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
2097 Remove * from defcustom docstrings.
2098
2099 * md4.el (md4-buffer): Fix typo in docstring.
2100 (md4, md4-64): Doc fixes.
2101 (md4-pack-int32): Reflow docstring.
2102
2103 * paths.el (rmail-file-name): Remove * from defcustom docstring.
2104 (prune-directory-list, gnus-nntp-service): Fix typos in docstrings.
2105
2106 * rect.el (open-rectangle): Reflow docstring.
2107 (spaces-string): Fix docstring typo. Use "?\s" instead of "? ".
2108
2109 * select.el (x-get-cut-buffer): Fix typo in docstring.
2110
2111 * timezone.el (timezone-zone-to-minute, timezone-time-from-absolute)
2112 (timezone-time-zone-from-absolute, timezone-leap-year-p):
2113 Fix typos in docstrings.
2114
2115 * emacs-lisp/assoc.el (asort, aelement, aput, aget, amake):
2116 Fix typos in docstrings.
2117
2118 2008-10-31 Ulf Jasper <ulf.jasper@web.de>
2119
2120 * net/newst-backend.el (newsticker--cache-update): Fix no-save case.
2121
2122 * net/newst-treeview.el (newsticker--treeview-list-update-faces)
2123 (newsticker--treeview-list-update, newsticker--treeview-item-show)
2124 (newsticker--treeview-tree-update)
2125 (newsticker--treeview-tree-update-highlight)
2126 (newsticker-treeview-update)
2127 (newsticker-treeview-next-item, newsticker-treeview-prev-item)
2128 (newsticker-treeview-next-new-or-immortal-item)
2129 (newsticker-treeview-prev-new-or-immortal-item)
2130 (newsticker-treeview-next-feed, newsticker-treeview-prev-feed)
2131 (newsticker-treeview-tree-click): Watch for layout changes.
2132 (newsticker--treeview-set-current-node): Cleanup.
2133 (newsticker--treeview-restore-layout): Rename from
2134 newsticker--treeview-restore-buffers.
2135 (newsticker--treeview-mark-item): Update cache file.
2136
2137 2008-10-31 Ulf Jasper <ulf.jasper@web.de>
2138
2139 * calendar/icalendar.el (icalendar--uid-count): New.
2140 (icalendar--create-uid): New. Extracted from
2141 `icalendar-export-region' and add uid counter.
2142 (icalendar-export-region): Use `icalendar--create-uid'.
2143
2144 2008-10-31 Juanma Barranquero <lekktu@gmail.com>
2145
2146 * tooltip.el (tooltip-frame-parameters): Doc fix.
2147
2148 2008-10-31 Martin Rudalics <rudalics@gmx.at>
2149
2150 * window.el (window-body-height, window-current-scroll-bars)
2151 (walk-windows, get-window-with-predicate, get-buffer-window-list)
2152 (minibuffer-window-active-p, count-windows)
2153 (window-safely-shrinkable-p, window--splittable-p)
2154 (window--try-to-split-window, window--frame-usable-p)
2155 (window--even-window-heights, window--display-buffer-1)
2156 (window--display-buffer-2, set-window-text-height)
2157 (fit-window-to-buffer, shrink-window-if-larger-than-buffer)
2158 (truncated-partial-width-window-p): Rewrite doc-string.
2159 (window-fixed-size-p): Simplify code. Rewrite doc-string.
2160 (split-window-vertically, split-window-horizontally):
2161 Rename args, rewrite doc-string, and simplify code.
2162 (split-window-save-restore-data): Rename args and use
2163 when instead of if.
2164
2165 2008-10-30 Chong Yidong <cyd@stupidchicken.com>
2166
2167 * indent.el (indent-for-tab-command): Use use-region-p.
2168
2169 * vc.el (vc-revert): Limit the length of the query string.
2170
2171 2008-10-30 Juanma Barranquero <lekktu@gmail.com>
2172
2173 * simple.el (idle-update-delay, next-error-highlight)
2174 (next-error-highlight-no-select, next-error-recenter, next-error-hook)
2175 (minibuffer-history-case-insensitive-variables, kill-ring-max)
2176 (kill-read-only-ok, backward-delete-char-untabify-method)
2177 (kill-whole-line, mark-ring-max, global-mark-ring-max)
2178 (set-mark-command-repeat-pop, next-line-add-newlines, track-eol)
2179 (goal-column, line-move-ignore-invisible, fill-prefix)
2180 (auto-fill-inhibit-regexp, blink-matching-paren)
2181 (blink-matching-paren-on-screen, blink-matching-paren-distance)
2182 (blink-matching-delay, blink-matching-paren-dont-ignore-comments)
2183 (read-mail-command, mail-user-agent): Remove * in defcustom docstrings.
2184 (minibuffer-history-isearch-wrap, transient-mark-mode)
2185 (next-logical-line, auto-fill-mode, line-number-mode)
2186 (column-number-mode, size-indication-mode, clone-indirect-buffer)
2187 (normal-erase-is-backspace-mode): Doc fixes.
2188 (current-kill, transient-mark-mode, toggle-truncate-lines)
2189 (visible-mode): Reflow docstrings.
2190 (minibuffer-local-shell-command-map, interprogram-paste-function):
2191 Fix typos in docstrings.
2192
2193 2008-10-30 Chong Yidong <cyd@stupidchicken.com>
2194
2195 * server.el (server-process-filter): In daemon mode, default to
2196 emacsclient's tty if not opening a new frame and only the
2197 terminal-frame is available.
2198
2199 2008-10-30 Martin Rudalics <rudalics@gmx.at>
2200
2201 * window.el (quit-window): Simplify code. Say in doc-string
2202 that it operates on the selected window's buffer. (Bug#1259)
2203
2204 2008-10-30 Nick Roberts <nickrob@snap.net.nz>
2205
2206 * vc-svn.el (vc-svn-diff): If files is nil don't set oldvers to
2207 nil so that log-view-diff-changeset works.
2208
2209 2008-10-30 Glenn Morris <rgm@gnu.org>
2210
2211 * files.el (locate-dominating-stop-dir-regexp): Fix typo.
2212
2213 * resume.el: Move to obsolete/.
2214 * Makefile.in (ELCFILES): Update.
2215
2216 2008-10-29 Chong Yidong <cyd@stupidchicken.com>
2217
2218 * electric.el (Electric-pop-up-window): Don't shrink the window if
2219 it's already big enough.
2220
2221 * minibuffer.el (delete-minibuffer-contents): Delete all
2222 minibuffer contents instead of just the current field.
2223
2224 * tmm.el (tmm-get-keymap): Handle case where keyseq cache is omitted.
2225
2226 * bookmark.el (bookmark-handle-bookmark): Rename from
2227 bookmark-jump-noselect.
2228 (bookmark--jump-via, bookmark-insert): Callers changed.
2229 (bookmark-jump-noselect): Wrapper function for
2230 bookmark-handle-bookmark.
2231 (bookmark-get-bookmark-record): Signal error for invalid bookmark.
2232
2233 * textmodes/ispell.el (ispell-word): Use use-region-p.
2234
2235 2008-10-29 Juanma Barranquero <lekktu@gmail.com>
2236
2237 * tooltip.el (tooltip-functions): Rename from `tooltip-hook',
2238 to follow naming conventions for abnormal hooks. Doc fix.
2239 (tooltip-mode, tooltip-timeout): Use it.
2240 (tooltip-hook): New obsolete alias.
2241 (tooltip-help-tips): Doc fix.
2242
2243 * progmodes/gud.el (gud-tooltip-mode): Use `tooltip-functions'.
2244
2245 2008-10-29 Ulrich Mueller <ulm@gentoo.org>
2246
2247 * server.el (server-socket-dir): Use TMPDIR (default /tmp) instead
2248 of hardcoded /tmp.
2249
2250 2008-10-29 Glenn Morris <rgm@gnu.org>
2251
2252 * net/xesam.el (dbus-get-unique-name, dbus-debug): Declare.
2253
2254 * vc-hooks.el (vc-find-root): Remove bogus alias.
2255
2256 2008-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
2257
2258 * international/quail.el (quail-show-guidance): Don't create
2259 a guidance-frame if current buffer is not a minibuffer, since even if
2260 selected-window is mini-p, the buffer will never be displayed in it, so
2261 it wil be usable for guidance.
2262
2263 2008-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
2264
2265 * smerge-mode.el: Require diff-mode at run-time as well.
2266
2267 2008-10-28 Martin Rudalics <rudalics@gmx.at>
2268
2269 * vc-cvs.el (vc-cvs-stay-local): Fix typo in choice.
2270 * vc-hooks.el (vc-stay-local): Likewise.
2271
2272 2008-10-28 Phil Sung <psung@mit.edu>
2273
2274 * follow.el (follow-scroll-down, follow-calc-win-end)
2275 (follow-estimate-first-window-start): Reduce effective window
2276 height when header line is present. (Bug#925)
2277
2278 2008-10-28 Juanma Barranquero <lekktu@gmail.com>
2279
2280 * subr.el (locate-user-emacs-file): Simplify. Don't create
2281 `user-emacs-directory' when Emacs is running in batch mode.
2282
2283 * startup.el (inhibit-startup-screen): Reflow docstring.
2284 (user-mail-address, tool-bar-images-pixel-height): Fix docstring typos.
2285
2286 2008-10-27 Kenichi Handa <handa@m17n.org>
2287
2288 * descr-text.el (describe-char): Fix terminal case (where font is nil).
2289
2290 2008-10-27 Juanma Barranquero <lekktu@gmail.com>
2291
2292 * face-remap.el (text-scale-increase, text-scale-decrease)
2293 (text-scale-adjust): Remove &optional keyword from the arg list;
2294 the INC argument is not really optional, if the functions happen
2295 to be called from elisp.
2296
2297 2008-10-27 Dan Nicolaescu <dann@ics.uci.edu>
2298
2299 * vc.el: Rename VC methods that were missed when vc-status was
2300 renamed to vc-dir.
2301 * vc-svn.el (vc-svn-dir-extra-headers): Rename from
2302 vc-svn-status-extra-headers.
2303 * vc-hg.el (vc-hg-dir-printer): Rename from vc-hg-status-printer.
2304 (vc-hg-dir-extra-header): Rename from vc-hg-status-extra-headers.
2305 * vc-git.el (vc-git-dir-printer): Rename from vc-dir-status-printer.
2306 (vc-git-dir-extra-headers): Rename from vc-git-status-extra-headers.
2307 * vc-dir.el (vc-dir-mode): Use vc-dir-printer instead of
2308 vc-dir-status-printer.
2309 (vc-dir-headers): Use `dir-extra-headers' instead of
2310 `status-extra-headers'.
2311 (vc-dir-printer): Rename from vc-dir-status-printer.
2312 (vc-default-dir-extra-headers): Rename from
2313 vc-default-status-extra-headers.
2314 * vc-cvs.el (vc-cvs-dir-extra-headers): Rename from
2315 vc-cvs-status-extra-headers.
2316
2317 * startup.el (server-name): Pacify byte compiler.
2318 (command-line): If --daemon=SERVER_NAME was used, set server-name
2319 before calling server-start.
2320
2321 2008-10-26 Romain Francoise <romain@orebokech.com>
2322
2323 * startup.el (command-line): Call daemon-initialized after
2324 starting the server.
2325
2326 2008-10-26 Kenichi Handa <handa@m17n.org>
2327
2328 * help-fns.el (describe-categories): Display the terse legend at
2329 the head.
2330
2331 * international/characters.el: Docstrings of categories improved.
2332
2333 2008-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
2334
2335 * progmodes/python.el (python-mode): Don't impose ourselves on hippie.
2336
2337 * faces.el (face-font-family-alternatives): Add "CMU Typewriter Text"
2338 to the courier family.
2339 * textmodes/tex-mode.el (tex-verbatim): Don't use "monospace" which is
2340 usually not serif'd and hence rather unlike verbatim's printed output.
2341
2342 2008-10-25 Chong Yidong <cyd@stupidchicken.com>
2343
2344 * vc-cvs.el (vc-cvs-status-extra-headers): Use full directory name
2345 when reporting the module.
2346
2347 * vc-dir.el (vc-dir-mode-map): Add follow-link behavior.
2348
2349 * wid-edit.el (widget-color-complete): Sort completions alphabetically.
2350
2351 2008-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
2352
2353 * files.el (locate-dominating-stop-dir-regexp): New var.
2354 (locate-dominating-file): Change arg from a regexp to a file name.
2355 Rewrite using the vc-find-root code to avoid directory-files which is
2356 too slow. Obey locate-dominating-stop-dir-regexp.
2357 Don't pay attention to changes in owner.
2358 (project-find-settings-file): Adjust call to locate-dominating-file.
2359
2360 * progmodes/flymake.el (flymake-find-buildfile):
2361 Adjust call to locate-dominating-file.
2362
2363 * vc-hooks.el (vc-find-root): Use locate-dominating-file.
2364 (vc-ignore-dir-regexp): Use locate-dominating-stop-dir-regexp.
2365
2366 2008-10-25 Martin Rudalics <rudalics@gmx.at>
2367
2368 * subr.el (with-current-buffer): Rename buffer argument to
2369 buffer-or-name.
2370 * window.el (get-buffer-window-list): Rename buffer argument to
2371 buffer-or-name and make it optional.
2372
2373 2008-10-25 Juanma Barranquero <lekktu@gmail.com>
2374
2375 * completion.el (add-completion-to-head, add-completion): Doc fixes.
2376 (completion-search-next, add-completions-from-file):
2377 Fix typos in docstrings.
2378
2379 * filesets.el (filesets-menu-ensure-use-cached)
2380 (filesets-ingroup-patterns, filesets-filetype-property):
2381 * tutorial.el (get-lang-string):
2382 * play/gamegrid.el (gamegrid-score-file-length, gamegrid-add-score):
2383 Fix typos in docstrings.
2384
2385 * image-dired.el (image-dired-dired-after-readin-hook): Doc fix.
2386 (image-dired-line-up-method, image-dired-thumb-size)
2387 (image-dired-cmd-write-exif-data-options, image-dired-write-tags)
2388 (image-dired-track-original-file, image-dired-track-thumbnail)
2389 (image-dired-dired-next-line, image-dired-dired-previous-line)
2390 (image-dired-write-comments): Reflow docstrings.
2391 (image-dired-show-all-from-dir-max-files)
2392 (image-dired-format-properties-string, image-dired-create-thumbs)
2393 (image-dired-mark-tagged-files, image-dired-gallery-generate):
2394 Fix typos in docstrings.
2395
2396 * savehist.el (savehist-save-minibuffer-history, savehist-file)
2397 (savehist-additional-variables, savehist-ignored-variables)
2398 (savehist-file-modes, savehist-autosave-interval):
2399 * startup.el (inhibit-startup-echo-area-message, inhibit-default-init)
2400 (inhibit-startup-buffer-menu, mail-host-address, user-mail-address)
2401 (fancy-splash-image):
2402 * thumbs.el (thumbs-thumbsdir, thumbs-geometry, thumbs-relief)
2403 (thumbs-conversion-program, thumbs-margin):
2404 Remove spurious * in docstrings.
2405
2406 2008-10-25 Aaron S. Hawley <aaronh@garden.org>
2407
2408 * thingatpt.el (end-of-sexp, beginning-of-sexp)
2409 (forward-same-syntax): Omit default arguments to char-after and
2410 char-before.
2411
2412 2008-10-24 Juanma Barranquero <lekktu@gmail.com>
2413
2414 * subr.el (locate-user-emacs-file): New function.
2415 (user-emacs-directory): Mention it in docstring.
2416
2417 * completion.el (save-completions-file-name):
2418 * filesets.el (filesets-menu-cache-file):
2419 * image-dired.el (image-dired-dir, image-dired-db-file)
2420 (image-dired-temp-image-file, image-dired-gallery-dir)
2421 (image-dired-temp-rotate-image-file):
2422 * savehist.el (savehist-file):
2423 * server.el (server-auth-dir):
2424 * thumbs.el (thumbs-thumbsdir):
2425 * tutorial.el (tutorial--saved-dir):
2426 * play/gamegrid.el (gamegrid-user-score-file-directory): Use it.
2427
2428 2008-10-23 Juanma Barranquero <lekktu@gmail.com>
2429
2430 * edmacro.el (edmacro-eight-bits, edmacro-mode): Fix docstring typos.
2431 (edmacro-mismatch, edmacro-sanitize-for-string): Doc fixes.
2432
2433 2008-10-23 Chong Yidong <cyd@stupidchicken.com>
2434
2435 * filesets.el: Update author email.
2436 (filesets-data): Doc fix.
2437
2438 2008-10-23 Jens Petersen <petersen@redhat.com> (tiny change)
2439
2440 * pcmpl-rpm.el (pcomplete/rpm): Make "rpm -qp" use file completion.
2441
2442 2008-10-23 Ulrich Mueller <ulm@kph.uni-mainz.de>
2443
2444 * international/mule-cmds.el (describe-language-environment):
2445 Indent sample text.
2446
2447 2008-10-23 Glenn Morris <rgm@gnu.org>
2448
2449 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
2450
2451 * emacs-lisp/cl-macs.el (flet): Throw an error when trying to
2452 byte-compile a redefinition of a function with special byte-compile
2453 handling. (Bug#411)
2454
2455 2008-10-22 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2456
2457 * ps-print.el: Deal with page sizes for label printes. Suggested by
2458 Friedrich Delgado Friedrichs <friedel@nomaden.org>.
2459 (ps-print-version): New version 7.3.3.
2460 (ps-page-dimensions-database): New page sizes for label printers.
2461 (ps-n-up-printing): Fix code.
2462
2463 2008-10-22 Chong Yidong <cyd@stupidchicken.com>
2464
2465 * frame.el (make-frame-command): Doc fix. Use display-graphic-p.
2466
2467 * thingatpt.el (sexp-at-point, symbol-at-point, number-at-point)
2468 (list-at-point): Add docstrings.
2469
2470 * dired.el (dired-get-marked-files, dired-map-over-marks): Doc fixes.
2471
2472 * dired-aux.el (dired-do-create-files): Doc fix.
2473
2474 2008-10-22 Adrian Robert <Adrian.B.Robert@gmail.com>
2475
2476 * version.el (emacs-version): Change '*Step' to 'NS' for consistency
2477 with other documentation.
2478
2479 2008-10-22 Juanma Barranquero <lekktu@gmail.com>
2480
2481 * replace.el (how-many): Fix typo in docstring.
2482 Reported by Leo <sdl.web@gmail.com>.
2483
2484 2008-10-22 Glenn Morris <rgm@gnu.org>
2485
2486 * international/mule-cmds.el (universal-coding-system-argument):
2487 Check for C-g. (Bug#1205)
2488
2489 2008-10-22 Kenichi Handa <handa@m17n.org>
2490
2491 * international/characters.el: Don't setup
2492 find-word-boundary-function-table.
2493 (next-word-boundary-han, next-word-boundary-kana): Delete them.
2494 (word-combining-categories, word-separating-categories):
2495 Adjust to the change of the docstrings.
2496
2497 2008-10-21 Chong Yidong <cyd@stupidchicken.com>
2498
2499 * simple.el (region-active-p): Doc fix.
2500
2501 2008-10-20 Eli Zaretskii <eliz@gnu.org>
2502
2503 * subr.el (apply-partially): Move from here...
2504
2505 * simple.el (apply-partially): ...to here.
2506
2507 2008-10-20 Andreas Schwab <schwab@suse.de>
2508
2509 * subr.el (split-string-and-unquote): Simplify regexp.
2510
2511 2008-10-20 Eli Zaretskii <eliz@gnu.org>
2512
2513 * subr.el (top-level): Require `cl' when compiling.
2514
2515 2008-10-20 David Reitter <david.reitter@gmail.com>
2516
2517 * info.el (Info-mode): Do not remove an existing header line if
2518 `Info-use-header-line' is nil.
2519
2520 2008-10-19 Juri Linkov <juri@jurta.org>
2521
2522 * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
2523 Add arg `delimited' as in `query-replace' for the case when
2524 isearch-allow-scroll=t and the user types C-u M-%. Doc fix.
2525 Add more indicators to the prompt ("word" and "in region").
2526
2527 * replace.el (query-replace, query-replace-regexp)
2528 (replace-string, replace-regexp, perform-replace): Add "word"
2529 indicatiors to the prompt for word delimited replacements.
2530
2531 * replace.el (read-regexp): Rename arg `default' to `default-value'.
2532 Doc fix.
2533
2534 2008-10-19 Eli Zaretskii <eliz@gnu.org>
2535
2536 * subr.el (apply-partially): Move here from minibuffer.el. Doc fix.
2537
2538 * simple.el (minibuffer-default-add-shell-commands): Doc fix.
2539
2540 2008-10-19 Martin Rudalics <rudalics@gmx.at>
2541
2542 * window.el (enlarge-window-horizontally, shrink-window-horizontally):
2543 Make argument names follow Elisp manual.
2544
2545 2008-10-19 Eli Zaretskii <eliz@gnu.org>
2546
2547 * textmodes/remember.el (remember-data-file):
2548 * shadowfile.el (shadow-initialize)
2549 <shadow-info-file, shadow-todo-file>:
2550 * savehist.el (savehist-file):
2551 * recentf.el (recentf-save-file):
2552 * pcvs-defs.el (cvs-cvsrc-file):
2553 * international/kkc.el (kkc-init-file-name):
2554 * ido.el (ido-save-directory-list-file):
2555 * calendar/todo-mode.el (todo-file-do, todo-file-done)
2556 (todo-file-top): Run file names that begin with a period thru
2557 `convert-standard-filename'.
2558
2559 * dos-fns.el (dos-reevaluate-defcustoms): New function. Add it to
2560 before-init-hook.
2561
2562 Fix Bug #1183:
2563
2564 * ediff-diff.el (ediff-exec-process): For buffer jobs, bind
2565 coding-system-for-read to ediff-coding-system-for-write.
2566
2567 * ediff-util.el (ediff-make-temp-file): Unconditionally bind
2568 coding-system-for-write to ediff-coding-system-for-write.
2569
2570 * ediff-init.el (ediff-coding-system-for-read): Doc fix.
2571 (ediff-coding-system-for-write): Set to emacs-internal.
2572
2573 2008-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
2574
2575 * international/mule-conf.el (emacs-internal): New coding system alias.
2576
2577 2008-10-18 Juri Linkov <juri@jurta.org>
2578
2579 * info.el (Info-file-supports-index-cookies-list): New variable.
2580 (Info-file-supports-index-cookies): New function.
2581 (Info-find-node-2, Info-index-nodes, Info-index-node): Use it.
2582 (Info-index-nodes): Let-bind Info-point-loc to nil for files
2583 without an index cookie to ignore it when Info-index-nodes is
2584 called during navigating from an index node with line numbers.
2585 (Info-index-node): Set file to Info-current-file if nil. (Bug#1118)
2586
2587 * info.el (Info-breadcrumbs-depth): Move defcustom higher to the
2588 variable definition section.
2589
2590 * info.el (Info-find-node-2): Put initial point below the header line
2591 and breadcrumbs line.
2592
2593 2008-10-18 Glenn Morris <rgm@gnu.org>
2594
2595 * doc-view.el (doc-view-pdf->txt, doc-view-ps->pdf): Give an error if
2596 the needed external programs were not found.
2597
2598 2008-10-18 Eli Zaretskii <eliz@gnu.org>
2599
2600 * files.el (trash-directory): Run thru `convert-standard-filename'.
2601 (file-modes-char-to-who, file-modes-char-to-right)
2602 (file-modes-rights-to-number, file-modes-symbolic-to-number)
2603 (read-file-modes): Doc fixes.
2604
2605 2008-10-17 Chong Yidong <cyd@stupidchicken.com>
2606
2607 * abbrev.el (define-abbrev): Doc fix.
2608
2609 2008-10-17 Alan Mackenzie <acm@muc.de>
2610
2611 * progmodes/cc-cmds.el (c-defun-name): Make it work for "struct
2612 foo bar [] = { ...".
2613
2614 2008-10-17 Chong Yidong <cyd@stupidchicken.com>
2615
2616 * faces.el (face-spec-set-2): Don't pass invalid attributes to
2617 set-face-attribute.
2618
2619 2008-10-17 Juanma Barranquero <lekktu@gmail.com>
2620
2621 * w32-fns.el (w32-list-locales): Decode output of `w32-get-locale-info'
2622 according to `locale-coding-system'. (This fixes trivial bug reported
2623 as part of bug#1179).
2624 Sort list of valid locale ids (EnumSystemLocales does not guarantee any
2625 particular order). Use `when'.
2626
2627 2008-10-16 Juanma Barranquero <lekktu@gmail.com>
2628
2629 * w32-fns.el (w32-check-shell-configuration): Doc fix.
2630 (w32-add-charset-info): Fix typo in docstring.
2631
2632 2008-10-16 Teodor Zlatanov <tzz@lifelogs.com>
2633
2634 * international/mule-conf.el: Removed `utf8' and `UTF8' aliases
2635 after discussion.
2636
2637 2008-10-16 Magnus Henoch <mange@freemail.hu>
2638
2639 * vc-arch.el (vc-arch-dir-status): New function.
2640 (vc-arch-after-dir-status): New function.
2641
2642 2008-10-16 Glenn Morris <rgm@gnu.org>
2643
2644 * man.el (Man-getpage-in-background): Force recent `man's to output
2645 escape sequences even when stdout is not a tty. (Bug#1142)
2646
2647 2008-10-15 Teodor Zlatanov <tzz@lifelogs.com>
2648
2649 * international/mule-conf.el: Add `utf8' and `UTF8' as
2650 aliases for the `utf-8' coding system.
2651
2652 2008-10-15 Juanma Barranquero <lekktu@gmail.com>
2653
2654 * find-file.el (ff-get-file): Doc fix.
2655 (ff-get-file-name): Use `let', not `let*'.
2656 (ff-search-directories): Fix typo in docstring.
2657 (ff-pre-find-hook, ff-pre-load-hook, ff-post-load-hook)
2658 (ff-not-found-hook, ff-file-created-hook, ff-case-fold-search)
2659 (ff-always-in-other-window, ff-ignore-include, ff-always-try-to-create)
2660 (ff-quiet-mode, ff-other-file-alist, cc-search-directories)
2661 (cc-other-file-alist, modula2-other-file-alist):
2662 Remove spurious * in docstrings.
2663
2664 2008-10-14 Chong Yidong <cyd@stupidchicken.com>
2665
2666 * faces.el (set-face-attribute): Set family and foundry before
2667 other attributes.
2668 (face-spec-set-2): Pass unmodified args to set-face-attribute.
2669
2670 2008-10-14 Juanma Barranquero <lekktu@gmail.com>
2671
2672 * hl-line.el (hl-line-unload-function): New function.
2673 (hl-line-unhighlight, global-hl-line-unhighlight): Use `when'.
2674 (hl-line-sticky-flag): Remove spurious * in docstring.
2675
2676 2008-10-14 Eric Hanchrow <offby1@blarg.net> (tiny change)
2677
2678 * vc-git.el (vc-git-show-log-entry): Include the revision in the
2679 search string.
2680
2681 2008-10-14 Michael Albinus <michael.albinus@gmx.de>
2682
2683 * net/tramp.el (tramp-process-one-action): Embed regexp in
2684 parentheses, before adding end-of-buffer construct. Suggested by
2685 Markus Triska <markus.triska@gmx.at>.
2686
2687 2008-10-13 Ulf Jasper <ulf.jasper@web.de>
2688
2689 * net/newst-plainview.el (w3m-toggle-inline-image):
2690 Define 'declare-function if necessary, for compatibility.
2691
2692 * net/newst-treeview.el (w3m-toggle-inline-images):
2693 Define 'declare-function if necessary, for compatibility.
2694
2695 2008-10-13 Alan Mackenzie <acm@muc.de>
2696
2697 * progmodes/cc-cmds.el (c-indent-region): Fix previous patch
2698 so that the function works on one-line macros.
2699
2700 * progmodes/cc-engine.el: Amend several doc strings and comments.
2701
2702 2008-10-13 Dan Nicolaescu <dann@ics.uci.edu>
2703
2704 * vc-hooks.el (vc-stay-local): Add a new choice and default to it.
2705
2706 * vc-cvs.el (vc-cvs-dir-stay-local): Remove.
2707 (vc-cvs-stay-local): Add a new choice and default to it.
2708 (vc-cvs-dir-status): Use the new vc-stay-local choice.
2709
2710 * vc-svn.el (vc-svn-dir-status): Use the new vc-stay-local choice.
2711
2712 2008-10-12 Stephen Leake <stephen_leake@member.fsf.org>
2713
2714 * progmodes/ada-mode.el (ada-get-indent-end, ada-goto-matching-start):
2715 Add support for extended return statement.
2716
2717 * progmodes/ada-xref.el (ada-gnat-parse-gpr): Don't reverse src-dir
2718 and obj-dir; keep user order.
2719
2720 2008-10-12 Glenn Morris <rgm@gnu.org>
2721
2722 * Makefile.in (ELCFILES): Update.
2723
2724 * simple.el (shell-delimiter-argument-list, shell-file-name-chars)
2725 (shell-file-name-quote-list): Declare.
2726
2727 2008-10-12 Michael Albinus <michael.albinus@gmx.de>
2728
2729 * net/dbus.el (dbus-service-emacs, dbus-path-emacs): New defconst.
2730
2731 2008-10-12 Chong Yidong <cyd@stupidchicken.com>
2732
2733 * startup.el (command-line): If toolbar is disabled but ought to
2734 be initialized, call tool-bar-setup.
2735
2736 * tool-bar.el (tool-bar-setup): Variable deleted.
2737 (tool-bar-setup): Set it up unconditionally.
2738
2739 * faces.el (x-create-frame-with-faces): Don't call tool-bar-setup.
2740
2741 * progmodes/grep.el (grep-mode-tool-bar-map): Check if
2742 tool-bar-map has been initialized before setting it up.
2743
2744 * progmodes/compile.el (compilation-mode-tool-bar-map): Check if
2745 tool-bar-map has been initialized before setting it up.
2746
2747 2008-10-11 Chong Yidong <cyd@stupidchicken.com>
2748
2749 * emacs-lisp/warnings.el (display-warning): Issue a message if
2750 called during daemon initialization.
2751
2752 * tool-bar.el (tool-bar-local-item)
2753 (tool-bar-local-item-from-menu): Put the check for number of
2754 display colors into the image expression.
2755 (tool-bar-setup): Don't be a no-op on ttys.
2756
2757 * info.el (info-tool-bar-map):
2758 * progmodes/gud.el (gud-tool-bar-map):
2759 * progmodes/grep.el (grep-mode-tool-bar-map):
2760 * progmodes/compile.el (compilation-mode-tool-bar-map):
2761 Initialize it unconditionally.
2762
2763 2008-10-11 Romain Francoise <romain@orebokech.com>
2764
2765 * help.el (view-lossage): Fix docstring, lossage is now 300 keys.
2766 * kmacro.el (kmacro-edit-lossage): Ditto.
2767 * edmacro.el (edit-kbd-macro): Ditto.
2768
2769 2008-10-11 Ulf Jasper <ulf.jasper@web.de>
2770
2771 * net/newst-treeview.el (newsticker--treeview-list-sort-by-column):
2772 Fix variable names.
2773
2774 2008-10-11 Dan Nicolaescu <dann@ics.uci.edu>
2775
2776 * startup.el (command-line): Revert 2008-09-26 change, not
2777 necessary anymore.
2778
2779 2008-10-10 Andreas Schwab <schwab@suse.de>
2780
2781 * simple.el (minibuffer-complete-shell-command):
2782 Bind comint-delimiter-argument-list, comint-file-name-chars and
2783 comint-file-name-quote-list like shell-mode.
2784
2785 2008-10-10 Martin Rudalics <rudalics@gmx.at>
2786
2787 * window.el (pop-to-buffer): Fix misplacement of arg norecord in
2788 call of select-window.
2789
2790 2008-10-10 Jay Belanger <jay.p.belanger@gmail.com>
2791
2792 * calc/calc.el (calc-embedded-word-regexp)
2793 (calc-embedded-word-regexp-alist): New variables.
2794 (calc-embedded-open-word, calc-embedded-close-word)
2795 (calc-embedded-open-close-word-alist): Remove unused variables.
2796
2797 * calc/calc-embed.el (calc-embedded-make-info):
2798 Use `calc-embedded-word-regexp' to find words.
2799
2800 2008-10-10 Martin Rudalics <rudalics@gmx.at>
2801
2802 * info.el (Info-extract-menu-counting): New argument no-detail to
2803 skip detailed node listings.
2804 (Info-forward-node): New argument not-up to inhibit going up.
2805 (Info-final-node): Call Info-extract-menu-counting and
2806 Info-forward-node with the new arguments set to avoid infinite
2807 looping. (Bug#1116)
2808
2809 2008-10-10 Eli Zaretskii <eliz@gnu.org>
2810
2811 * startup.el (command-line): Don't invoke tool-bar-mode if it is
2812 not fboundp.
2813
2814 2008-10-09 Chong Yidong <cyd@stupidchicken.com>
2815
2816 * startup.el (command-line): Enable tool-bar-mode as long as it is
2817 not suppressed by X resources, regardless of the terminal.
2818
2819 * tool-bar.el (tool-bar-mode): Only change tool-bar-lines on
2820 graphical terminals.
2821 (tool-bar-setup): No-op if called on a tty.
2822
2823 2008-10-09 Eli Zaretskii <eliz@gnu.org>
2824
2825 * frame.el (make-frame-on-tty): Use "F" inside interactive.
2826 Support `pc' ``window-system''.
2827
2828 * progmodes/compile.el (compilation-start): Resurrect the version
2829 for systems that don't support asynchronous subprocesses.
2830
2831 2008-10-09 Martin Rudalics <rudalics@gmx.at>
2832
2833 * window.el (pop-up-frames): Add choice graphic-only.
2834 (display-buffer): When pop-up-frames equals graphic-only do
2835 not pop up new frame on text-only terminals. (Bug#1061)
2836
2837 2008-10-09 Dan Nicolaescu <dann@ics.uci.edu>
2838
2839 * vc-cvs.el (vc-cvs-dir-stay-local): New variable.
2840 (vc-cvs-dir-status): Use it.
2841
2842 2008-10-08 Chong Yidong <cyd@stupidchicken.com>
2843
2844 * json.el (json-skip-whitespace): Fix last change.
2845
2846 2008-10-08 Juanma Barranquero <lekktu@gmail.com>
2847
2848 * bs.el (bs-unload-function): New function.
2849
2850 2008-10-08 Sven Joachim <svenjoac@gmx.de>
2851
2852 * eshell/em-cmpl.el, eshell/em-hist.el, eshell/em-ls.el:
2853 * eshell/esh-cmd.el, eshell/esh-ext.el, eshell/esh-io.el:
2854 For clarity, explicitly require cl.
2855
2856 2008-10-08 Michael Olson <mwolson@gnu.org>
2857
2858 * ibuffer.el (ibuffer-shrink-to-fit): Force redisplay, so that we
2859 can avoid a bad interaction with programs that add functions to
2860 the window-scroll-functions hook. This fixes Bug #858.
2861
2862 2008-10-07 Chong Yidong <cyd@stupidchicken.com>
2863
2864 * startup.el (command-line): Use display-warning to warn about an
2865 init file error.
2866 (command-line-1): Remove init file error delay.
2867
2868 2008-10-07 Shigeru Fukaya <shigeru.fukaya@gmail.com>
2869
2870 * rx-new.el (rx-constituents): Change `anything' to call rx-anything.
2871 Change `not-wordchar' assignment to "\\W" from "[^[:word:]]".
2872 (rx-group-if): New function.
2873 (rx-parent): New variable.
2874 (rx-and, rx-or): Put shy groups only when necessary.
2875 (rx-bracket): Remove.
2876 (rx-anything): New function.
2877 (rx-any-delete-from-range, rx-any-condense-range)
2878 (rx-check-any-string): New functions.
2879 (rx-check-any): Return result as a list. Don't convert chars to
2880 strings. Don't prepend "\\" to "^". Don't search for close bracket.
2881 Check char category string. Call rx-form instead of rx-to-string.
2882 (rx-any): Rebuid to complete the function.
2883 (rx-check-not): Fix char category regexp pattern string.
2884 Call rx-form instead of rx-to-string.
2885 (rx-not): Call rx-form instead of rx-to-string. Convert "[^]" to
2886 "[^^]". Call regexp-quote for one char string when not called from
2887 rx-not. Add "\\w", and toggle to upcase. Add the case of
2888 "\\[SCBW]" to toggle.
2889 (rx-=, rx->=, rx-**, rx-repeat, rx-submatch): Call rx-form
2890 instead of rx-to-string.
2891 (rx-kleene): Call rx-form instead of rx-to-string.
2892 Call rx-group-if to adjust putting of shy groups.
2893 (rx-atomic-p): Make check more precisely.
2894 (rx-eval, rx-greedy): Call rx-form instead of rx-to-string.
2895 (rx-regexp): Call rx-group-if.
2896 (rx-form): New function.
2897 (rx-to-string): Call rx-form, rx-group-if.
2898 Refine definition of NO-GROUP.
2899
2900 2008-10-07 T. V. Raman <raman@users.sourceforge.net> (tiny change)
2901
2902 * json.el (json-advance): Use forward-char.
2903 (json-skip-whitespace): Use skip-syntax-forward.
2904
2905 2008-10-07 Alan Mackenzie <acm@muc.de>
2906
2907 * progmodes/cc-cmds.el (c-indent-line-or-region): Fix so that
2908 indenting a macro followed by blank lines doesn't backslash the
2909 following non-blank line into the macro.
2910
2911 2008-10-06 Chong Yidong <cyd@stupidchicken.com>
2912
2913 * startup.el (before-init-time, after-init-time): Move into emacs.c.
2914 (command-line): Set after-init-time to nil before initialization.
2915
2916 2008-10-06 Jay Belanger <jay.p.belanger@gmail.com>
2917
2918 * calc/calc-units.el (math-standard-units): Update the values
2919 of the units.
2920
2921 2008-10-06 Juanma Barranquero <lekktu@gmail.com>
2922
2923 * bookmark.el (bookmark-unload-function): New function.
2924
2925 2008-10-06 Andreas Schwab <schwab@suse.de>
2926
2927 * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
2928
2929 2008-10-06 Martin Rudalics <rudalics@gmx.at>
2930
2931 * mail/footnote.el: Remove * in defcustom docstrings and tell
2932 for most options that customizing them doesn't affect buffers
2933 already displaying footnotes.
2934 (Footnote-refresh-footnotes, Footnote-renumber-footnotes):
2935 Fix handling of text properties and identical start/end tags.
2936 Do not use format when renumbering.
2937 (Footnote-set-style): Make it work.
2938 (Footnote-insert-numbered-footnote): Simplify.
2939 (Footnote-narrow-to-footnotes, Footnote-insert-footnote)
2940 (Footnote-goto-footnote): Fix handling of empty section tag.
2941 (Footnote-delete-footnote): Fix handling of identical start/end
2942 tags, empty section tag, and spaced footnotes. Do not use
2943 kill-region.
2944 (footnote-mode): Make most options buffer-local to avoid that
2945 customizing messes up handling of footnotes in buffers that
2946 already display them.
2947
2948 2008-10-06 Dan Nicolaescu <dann@ics.uci.edu>
2949
2950 * faces.el (x-create-frame-with-faces): Undo previous change.
2951
2952 * vc-cvs.el (vc-cvs-after-dir-status): Parse the output for non
2953 existent files.
2954
2955 2008-10-05 Chong Yidong <cyd@stupidchicken.com>
2956
2957 * international/mule-cmds.el (universal-coding-system-argument):
2958 Handle digit-argument too.
2959
2960 2008-10-05 Mario Lang <mlang@delysid.org>
2961
2962 * xml.el (xml-parse-string): Use skip-chars-forward.
2963
2964 2008-10-05 Dan Nicolaescu <dann@ics.uci.edu>
2965
2966 * vc-bzr.el (vc-bzr-after-dir-status): Parse the output for non
2967 existent files.
2968 (vc-bzr-dir-status-files): New function.
2969
2970 2008-10-04 Glenn Morris <rgm@gnu.org>
2971
2972 * files.el (make-temp-file): Handle empty `prefix'. (Bug#1081)
2973
2974 * vc-svn.el (vc-svn-after-dir-status): Handle `svn status -u' output.
2975 (vc-svn-dir-status): Respect vc-stay-local-p. (Bug#1046)
2976
2977 * vc-cvs.el (vc-cvs-dir-status-heuristic): New function.
2978 (vc-cvs-dir-status): Respect vc-stay-local-p. (Bug#1046)
2979
2980 2008-10-04 David J. Biesack <David.Biesack@sas.com> (tiny change)
2981
2982 * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
2983 Fix typo. (Bug#1074)
2984
2985 2008-10-04 Martin Rudalics <rudalics@gmx.at>
2986
2987 * progmodes/compile.el (compilation-start): Make sure to move to
2988 point-max only when we are in the compilation buffer. (Bug#1073)
2989
2990 2008-10-04 Dan Nicolaescu <dann@ics.uci.edu>
2991
2992 * faces.el (x-create-frame-with-faces): Only setup the toolbar if
2993 tool-bar-mode is on.
2994
2995 * vc-svn.el (vc-svn-dir-status-files):
2996 * vc-cvs.el (vc-cvs-dir-status-files): New function.
2997
2998 2008-10-03 Dan Nicolaescu <dann@ics.uci.edu>
2999
3000 * vc-hg.el (vc-hg-dir-status-files): New function.
3001
3002 2008-10-03 Martin Rudalics <rudalics@gmx.at>
3003
3004 * window.el (window--display-buffer-1): Don't care about
3005 visibility since raise-frame does.
3006
3007 2008-10-03 Mario Lang <mlang@delysid.org>
3008
3009 * nxml/xmltok.el (xmltok-forward): Simplify.
3010
3011 2008-10-03 Glenn Morris <rgm@gnu.org>
3012
3013 * Makefile.in (ELCFILES): Update.
3014
3015 * frame.el (set-default-font): Make obsolete.
3016 * mouse.el (mouse-set-font): Use set-frame-font.
3017
3018 * jka-cmpr-hook.el (jka-compr-compression-info-list)
3019 (jka-compr-mode-alist-additions): Also match `.tbz2'.
3020
3021 * progmodes/idlwave.el (auto-mode-alist): Remove unnecessary autoload.
3022 * files.el (auto-mode-alist): Add .PRO as per above autoload.
3023
3024 2008-10-03 Dan Nicolaescu <dann@ics.uci.edu>
3025
3026 * vc-dir.el (vc-dir-mode): Don't create the ewoc header here.
3027 (vc-dir-refresh): Set it here instead. (Bug#1067)
3028
3029 2008-10-02 Chong Yidong <cyd@stupidchicken.com>
3030
3031 * faces.el (inhibit-frame-set-background-mode): New var.
3032 (frame-set-background-mode): Use it to avoid a loop in
3033 face-spec-recalc.
3034
3035 2008-10-02 Glenn Morris <rgm@gnu.org>
3036
3037 * vc-bzr.el (vc-bzr-diff): Use vc-switches rather than the obsolete
3038 vc-diff-switches.
3039
3040 2008-10-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3041
3042 * whitespace.el: Eliminate whitespace-kill-buffer-hook functionality,
3043 that is, to take some action when a buffer is killed. Suggested by
3044 Stefan Monnier <monnier@iro.umontreal.ca>. Doc fix. New version
3045 11.2.2.
3046 (whitespace-action): Docstring and :type fix.
3047 (whitespace-turn-on, whitespace-turn-off, whitespace-warn-read-only):
3048 Code fix.
3049 (whitespace-add-local-hook, whitespace-remove-local-hook)
3050 (whitespace-kill-buffer-hook, whitespace-action): Fun eliminated.
3051
3052 2008-10-01 Magnus Henoch <mange@freemail.hu>
3053
3054 * net/tls.el (open-tls-stream): Show the actual command being
3055 executed, instead of the format string.
3056
3057 2008-10-01 Eli Zaretskii <eliz@gnu.org>
3058
3059 * term/internal.el (dos-locale-alist): New alist.
3060 (dos-codepage-setup): Use it to compute a value of locale with
3061 which to call set-locale-environment. Remove code to set
3062 terminal, keyboard, and file-name encoding (done by
3063 set-locale-environment).
3064
3065 * international/mule-cmds.el
3066 (set-language-environment-nonascii-translation): Fix nonascii
3067 value for `pc' ``window-system''.
3068 (set-display-table-and-terminal-coding-system)
3069 (set-default-coding-systems): Don't special-case `pc'.
3070
3071 2008-10-01 Glenn Morris <rgm@gnu.org>
3072
3073 * filesets.el (filesets-menu-name): Fix type.
3074 (filesets-menu-path, filesets-menu-before): Fix types.
3075 Change defaults to be consistent with recentf. (Bug#1056)
3076
3077 2008-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
3078
3079 * term/xterm.el (xterm-turn-on-modify-other-keys)
3080 (xterm-turn-off-modify-other-keys, xterm-remove-modify-other-keys):
3081 Don't forget to pass `terminal' to `send-string-to-terminal'.
3082
3083 2008-09-30 Michael Albinus <michael.albinus@gmx.de>
3084
3085 * vc-hooks.el (vc-file-clearprops): Revert change from 2008-09-29.
3086 (vc-file-not-found-hook): Check, that `buffer-file-name' is
3087 non-nil. It is not clear, whether this is only fixing symptoms on
3088 an error. OTOH, in all other cases, the call of `vc-file-clearprops'
3089 is embedded by that check. So it might be TRT. Suggested by Dan
3090 Nicolaescu <dann@ics.uci.edu>.
3091
3092 2008-09-30 Eli Zaretskii <eliz@gnu.org>
3093
3094 * Makefile.in (ELCFILES): Remove codepage.elc.
3095
3096 * international/codepage.el: File removed, as even ms-dos doesn't
3097 need it anymore.
3098
3099 * loadup.el [ms-dos]: Don't load ccl and codepage.
3100
3101 * term/internal.el: Remove coding: cookie and no-byte-compile flag.
3102 (IT-character-translations, cjk-codepages-alist): Remove variables.
3103 (IT-display-table-setup, dos-cpNNN-setup): Remove functions.
3104 (IT-unicode-translations): Remove charset and base elements.
3105 Add translations for Latin-1 characters.
3106 (IT-setup-unicode-display): Accept a CODING argument. Don't use
3107 base and chset elements of IT-unicode-translations. Don't wrap
3108 translation in "{...}". Set up translations only for characters
3109 for which unencodable-char-position returns non-nil.
3110 (dos-codepage-setup): Don't use special-case codepages in
3111 cjk-codepages-alist.
3112
3113 * files.el (locate-dominating-file): Wrap directory-files with
3114 condition-case, instead of calling file-directory-p, which stats
3115 the directory one more time.
3116
3117 * mail/mail-utils.el (mail-unquote-printable-region):
3118 Use insert-byte instead of insert-char, when the UNIBYTE arg is
3119 non-nil.
3120
3121 2008-09-30 Daiki Ueno <ueno@unixuser.org>
3122
3123 * epa-file.el (epa-file-insert-file-contents): Fix typo.
3124
3125 2008-09-30 Glenn Morris <rgm@gnu.org>
3126
3127 * progmodes/which-func.el (which-func-imenu-joiner-function): Doc fix.
3128
3129 2008-09-30 Daniel Colascione <danc@merrillpress.com>
3130
3131 * progmodes/which-func.el (which-func-imenu-joiner-function): New.
3132 (which-function): Handle nested imenu trees.
3133
3134 * imenu.el (imenu--split-menu): Fix bug with shared lists that deleted
3135 some nested menu items.
3136
3137 2008-09-30 Jay Belanger <jay.p.belanger@gmail.com>
3138
3139 * calc/calc-units.el (math-standard-units): Add entries used to
3140 display the the values in the units buffer.
3141 (math-build-units-table): Add entries to the units table to be used
3142 to display the values in the units buffer.
3143 (math-build-units-table-buffer): Use the display entry of the units
3144 table when non-nil.
3145 (calc-define-unit): Add option to enter display value of unit.
3146
3147 2008-09-29 Michael Albinus <michael.albinus@gmx.de>
3148
3149 * vc-hooks.el (vc-file-clearprops): Check, that FILE is a string.
3150
3151 2008-09-29 Eli Zaretskii <eliz@gnu.org>
3152
3153 * files.el (locate-dominating-file): Take file-attributes of
3154 `dir', not of `file' (which never changes).
3155
3156 2008-09-29 Michael Albinus <michael.albinus@gmx.de>
3157
3158 * files.el (file-remote-p): Precise doc string; IDENTIFICATION can
3159 also be `localname'.
3160
3161 * net/ange-ftp.el (ange-ftp-file-remote-p): Handle `localname' as
3162 IDENTIFICATION.
3163
3164 2008-09-28 Glenn Morris <rgm@gnu.org>
3165
3166 * vc.el (vc-switches): Give it a doc string.
3167
3168 2008-09-28 Romain Francoise <romain@orebokech.com>
3169
3170 * comint.el (comint-show-output): Adjust to stickiness changes of
3171 the output field.
3172
3173 * startup.el (command-line): Start the daemon server later.
3174
3175 2008-09-28 Martin Rudalics <rudalics@gmx.at>
3176
3177 * subr.el (read-quoted-char): Call char-resolve-modifiers
3178 instead of char-resolve-modifers.
3179
3180 2008-09-27 Glenn Morris <rgm@gnu.org>
3181
3182 * play/solitaire.el (solitaire-mode-map): Bind "\r" rather
3183 than [return]. (Bug#1031)
3184
3185 2008-09-27 Peter Dyballa <Peter_Dyballa@Freenet.DE>
3186
3187 * calendar/calendar.el (solar-sunrises-buffer): Fix typo.
3188
3189 2008-09-27 Daiki Ueno <ueno@unixuser.org>
3190
3191 * epg.el (epg-wait-for-status): Check if there is no pending status.
3192 Reported by Ted Romer <ted@romerfamily.com>.
3193
3194 2008-09-26 Dan Nicolaescu <dann@ics.uci.edu>
3195
3196 * startup.el (command-line): Turn on menu-bar-mode and
3197 tool-bar-mode when running as a daemon.
3198
3199 2008-09-26 Eli Zaretskii <eliz@gnu.org>
3200
3201 * makefile.w32-in ($(lisp)/progmodes/cc-mode.elc): Remove.
3202 ($(lisp)/progmodes/cc-align.elc, $(lisp)/progmodes/cc-cmds.elc)
3203 ($(lisp)/progmodes/cc-compat.elc, $(lisp)/progmodes/cc-defs.elc)
3204 ($(lisp)/progmodes/cc-engine.elc)
3205 ($(lisp)/progmodes/cc-fonts.elc, $(lisp)/progmodes/cc-langs.elc)
3206 ($(lisp)/progmodes/cc-mode.elc, $(lisp)/progmodes/cc-styles.elc)
3207 ($(lisp)/progmodes/cc-subword.elc)
3208 ($(lisp)/progmodes/cc-vars.elc): New dependencies.
3209
3210 * Makefile.in ($(lisp)/progmodes/cc-mode.elc): Remove.
3211 ($(lisp)/progmodes/cc-align.elc, $(lisp)/progmodes/cc-cmds.elc)
3212 ($(lisp)/progmodes/cc-compat.elc, $(lisp)/progmodes/cc-defs.elc)
3213 ($(lisp)/progmodes/cc-engine.elc)
3214 ($(lisp)/progmodes/cc-fonts.elc, $(lisp)/progmodes/cc-langs.elc)
3215 ($(lisp)/progmodes/cc-mode.elc, $(lisp)/progmodes/cc-styles.elc)
3216 ($(lisp)/progmodes/cc-subword.elc)
3217 ($(lisp)/progmodes/cc-vars.elc): New dependencies.
3218
3219 2008-09-25 Katsumi Yamaoka <yamaoka@jpl.org>
3220
3221 * informat.el (Info-split-threshold): New variable.
3222 (Info-split): Use it.
3223
3224 * textmodes/texinfmt.el (texinfo-format-buffer):
3225 Use Info-split-threshold to decide whether to split Info files.
3226
3227 2008-09-25 Chong Yidong <cyd@stupidchicken.com>
3228
3229 * progmodes/octave-mod.el (octave-mode-menu): Fix incorrect
3230 quoting.
3231
3232 * comint.el (comint-dynamic-complete-as-filename): Quote directory
3233 name when reinserting it.
3234
3235 * isearch.el (isearch-search-fun): Use word-search-forward-lax and
3236 word-search-backward-lax for incremental word search.
3237
3238 2008-09-25 Juanma Barranquero <lekktu@gmail.com>
3239
3240 * generic-x.el (generic-other-modes): Fix typo in docstring.
3241 (generic-use-find-file-hook, generic-lines-to-scan)
3242 (generic-find-file-regexp, generic-ignore-files-regexp)
3243 (generic-define-mswindows-modes, generic-define-unix-modes):
3244 Remove `*' from docstring.
3245 (generic-mode-find-file-hook): Use `string-match-p'.
3246 (apache-log-generic-mode, mailagent-rules-generic-mode)
3247 (prototype-generic-mode, pkginfo-generic-mode, javascript-generic-mode)
3248 (java-manifest-generic-mode, java-properties-generic-mode)
3249 (alias-generic-mode): Doc fix: use "Generic mode" in docstrings
3250 for consistency with other modes in generic-x.el.
3251
3252 2008-09-25 Martin Rudalics <rudalics@gmx.at>
3253
3254 * textmodes/tex-mode.el (latex-handle-escaped-parens): New variable.
3255 (latex-backward-sexp-1, latex-forward-sexp-1): Treat escaped
3256 parens specially only if latex-handle-escaped-parens is non-nil.
3257 (latex-indent-within-escaped-parens): New option.
3258 (latex-find-indent): Bind latex-handle-escaped-parens to
3259 latex-indent-within-escaped-parens. Do not treat escaped parens
3260 specially when this is nil. (Bug#954)
3261
3262 2008-09-25 Glenn Morris <rgm@gnu.org>
3263
3264 * ffap.el (ffap-fixup-url): Don't call url-normalize-url. (Bug#898)
3265
3266 2008-09-25 Chong Yidong <cyd@stupidchicken.com>
3267
3268 * vc.el (vc-mark-resolved): Move message here from
3269 vc-default-mark-resolved.
3270 (vc-default-mark-resolved): Change to an alias for ignore.
3271
3272 2008-09-24 Andreas Politz <politza@fh-trier.de> (tiny change)
3273
3274 * term.el (term-emulate-terminal): Encode input string before
3275 checking its length.
3276
3277 2008-09-24 Chong Yidong <cyd@stupidchicken.com>
3278
3279 * progmodes/sh-script.el (sh-mode-map): Don't assume that skeleton
3280 is loaded.
3281
3282 * server.el (server-buffer-done): Avoid changing the buffer when
3283 deleting the client's frame (bug#640).
3284
3285 * vc.el (vc-default-mark-resolved): New function.
3286
3287 2008-09-24 Stephen Berman <stephen.berman@gmx.net>
3288
3289 * mail/rfc822.el (rfc822-addresses): Prevent rfc822-bad-address
3290 from raising a wrong-type-argument error.
3291
3292 2008-09-24 Martin Rudalics <rudalics@gmx.at>
3293
3294 * help-fns.el (describe-function-1, describe-variable): Print
3295 relative file name in help buffer.
3296 * faces.el (describe-face): Print relative file name in help
3297 buffer.
3298
3299 2008-09-23 Romain Francoise <romain@orebokech.com>
3300
3301 * subr.el (with-output-to-string): Make sure that the temporary
3302 buffer gets killed.
3303
3304 2008-09-23 Markus Sauermann <markus@sauermann-consulting.de> (tiny change)
3305
3306 * emacs-lisp/lisp-mode.el (calculate-lisp-indent): Fix
3307 indentation problem with keyword symbols when a list starts with
3308 ,@ or spaces. (Bug#1012)
3309
3310 2008-09-23 Martin Rudalics <rudalics@gmx.at>
3311
3312 * textmodes/tex-mode.el (latex-find-indent): Try to handle
3313 escaped close parens correctly. (Bug#954)
3314
3315 2008-09-22 Tassilo Horn <tassilo@member.fsf.org>
3316
3317 * play/fortune.el (fortune-in-buffer): Fix a bug which forced
3318 usage of `fortune-file' even though a FILE argument was passed to
3319 the function.
3320
3321 2008-09-21 Dan Nicolaescu <dann@ics.uci.edu>
3322
3323 * startup.el (command-line): Start the server when in daemon mode.
3324 Remove always true test.
3325
3326 * frame.el (frame-initialize): Remove spurious setting of
3327 special-display-function with the default value.
3328
3329 2008-09-20 Vincent Belaïche <vincent.b.1@hotmail.fr>
3330
3331 * calc/calc-vec.el (calcFunc-venum): Properly handle intervals.
3332
3333 2008-09-20 Glenn Morris <rgm@gnu.org>
3334
3335 * emacs-lisp/lisp-mode.el (lisp-indent-offset):
3336 Fix custom type. (Bug#1011)
3337
3338 2008-09-20 David De La Harpe Golden <david@harpegolden.net>
3339
3340 * files.el (move-file-to-trash): Avoid recursive trashing if
3341 rename-file calls delete-file.
3342
3343 2008-09-20 Glenn Morris <rgm@gnu.org>
3344
3345 * play/fortune.el: Remove leading `*' from defcustom docs.
3346 (fortune-program-options): Doc fix. Allow to be a string again.
3347 Add :version.
3348 (fortune-in-buffer): Handle fortune-program-options as a string.
3349 Don't rely on fortune program accepting options after fortune file.
3350
3351 2008-09-20 Justin Bogner <mail@justinbogner.com> (tiny change)
3352
3353 * play/fortune.el (fortune-program-options): Change to a list.
3354 (fortune-in-buffer): Use apply.
3355
3356 2008-09-20 Ulrich Mueller <ulm@kph.uni-mainz.de>
3357
3358 * emacs-lisp/authors.el: Change encoding of file to utf-8.
3359 (authors-coding-system): Likewise.
3360
3361 2008-09-20 Ami Fischman <ami@fischman.org>
3362
3363 * savehist.el (savehist-save): Handle errors in writing as well as
3364 reading.
3365
3366 2008-09-20 Michael Olson <mwolson@gnu.org>
3367
3368 * emacs-lisp/tq.el (tq-create): Disable undo in tq buffer in order
3369 to provide a minimal performance boost.
3370
3371 2008-09-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3372
3373 * proced.el (proced-grammar-alist, proced-custom-attributes)
3374 (proced-format-alist, proced-format, proced-filter-alist)
3375 (proced-filter, proced-sort): Use defcustom.
3376 (proced-mode): Fix docstring.
3377 (proced-process-attributes): Handle return value nil of functions
3378 in proced-custom-attributes.
3379
3380 2008-09-19 Martin Rudalics <rudalics@gmx.at>
3381
3382 * textmodes/sgml-mode.el (sgml-tag-syntax-table): Remove prefix
3383 flag from "'" entry in sgml-tag-syntax-table. (Bug#946)
3384
3385 2008-09-19 Miles Bader <miles@gnu.org>
3386
3387 * comint.el (comint-output-filter): Make field properties for
3388 output text front-sticky.
3389
3390 2008-09-18 Dan Nicolaescu <dann@ics.uci.edu>
3391
3392 * vc-bzr.el (vc-bzr-show-log-entry):
3393 * vc-git.el (vc-git-show-log-entry): Deal with a nil argument,
3394 C-x v l for a directory uses that.
3395
3396 2008-09-18 Simon Josefsson <simon@josefsson.org>
3397
3398 * files.el (auto-mode-alist): Use sieve-mode for .sv, .siv, and
3399 .sieve files.
3400
3401 2008-09-18 Martin Rudalics <rudalics@gmx.at>
3402
3403 * help-macro.el (make-help-screen): Preserve key bindings
3404 established in help-mode call when exiting this macro.
3405
3406 2008-09-17 Kenichi Handa <handa@m17n.org>
3407
3408 * language/burmese.el: Fix setting of composition-function-table.
3409
3410 2008-09-17 Martin Rudalics <rudalics@gmx.at>
3411
3412 * info.el (Info-follow-nearest-node): Don't raise an error for
3413 mouse-1 clicks.
3414
3415 2008-09-17 Jay Belanger <jay.p.belanger@gmail.com>
3416
3417 * calc/calc-units.el (calc-convert-temperature): Use default
3418 units when appropriate.
3419
3420 2008-09-16 Markus Triska <markus.triska@gmx.at>
3421
3422 * textmodes/flyspell.el (flyspell-math-tex-command-p): Always
3423 catch errors raised in `texmathp'.
3424 (flyspell-tex-math-initialized): Remove.
3425
3426 2008-09-16 Martin Rudalics <rudalics@gmx.at>
3427
3428 * frame.el (select-frame-set-input-focus): With non-nil
3429 mouse-autoselect-window always move mouse cursor to frame's
3430 selected window. Otherwise restore pre 2008-09-13 behavior.
3431 (select-frame-by-name): Use select-frame-set-input-focus.
3432
3433 * files.el (switch-to-buffer-other-frame): Don't raise frame since
3434 pop-to-buffer already does it.
3435 (display-buffer-other-frame): Fix doc-string.
3436
3437 2008-09-16 Glenn Morris <rgm@gnu.org>
3438
3439 * add-log.el (diff-find-source-location): Update declaration.
3440
3441 * progmodes/make-mode.el (makefile-match-function-end):
3442 Move point. (Bug#983)
3443
3444 2008-09-16 Daiki Ueno <ueno@unixuser.org>
3445
3446 * epg.el (epg-start-verify): Pass "--verify" to gpgsm.
3447
3448 2008-09-15 Juanma Barranquero <lekktu@gmail.com>
3449
3450 * vc-rcs.el (vc-rcs-steal-lock, vc-rcs-checkout): Fix docstring typos.
3451 (vc-rcs-fetch-master-state, vc-rcs-system-release): Doc fixes.
3452
3453 2008-09-15 Eduard Wiebe <usenet@pusto.de> (tiny change)
3454
3455 * vc-rcs.el (vc-rcs-rollback): Fix typos in docstring.
3456
3457 2008-09-15 Martin Rudalics <rudalics@gmx.at>
3458
3459 * files.el (file-truename): Don't raise args-out-of-range error
3460 when filename has no separator on windows-nt. (Bug#982)
3461
3462 2008-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
3463
3464 * diff-mode.el (diff-find-file-name): Rename `batch' to `noprompt' and
3465 be more honest when we don't know.
3466 (diff-tell-file-name): Don't prompt before the actual prompt.
3467 (diff-mode): Don't prompt in add-log-buffer-file-name-function.
3468 (diff-find-source-location): Add `noprompt' argument.
3469 (diff-current-defun): Don't prompt.
3470
3471 2008-09-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3472
3473 * proced.el (proced-mark-face, proced-marked-face)
3474 (proced-sort-header-face): Remove.
3475 (proced-font-lock-keywords): Simplify.
3476 (proced-format): Use face proced-sort-header.
3477 (proced-format-interactive, proced-sort-interactive)
3478 (proced-filter-interactive): Only call proced-update if the scheme
3479 has changed.
3480 (proced-sort-header): Use posn-actual-col-row.
3481
3482 2008-09-14 Martin Rudalics <rudalics@gmx.at>
3483
3484 * add-log.el (change-log-find-window): New variable.
3485 (change-log-goto-source-1, change-log-goto-source):
3486 Set change-log-find-window to window displaying source.
3487 (change-log-next-error): Select window specified by
3488 change-log-find-window.
3489
3490 2008-09-13 Martin Rudalics <rudalics@gmx.at>
3491
3492 * frame.el (select-frame-set-input-focus): With focus follows
3493 mouse move mouse cursor to right window.
3494 * window.el (pop-to-buffer): Select window before calling
3495 select-frame-set-input-focus.
3496
3497 2008-09-12 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3498
3499 * proced.el (proced-sort-header): New face.
3500 (proced-sort-header-face): New variable.
3501 (proced-format): Allow format value nil.
3502 Use proced-sort-header-face for header of sort column.
3503 (proced-format-args): New function.
3504 (proced-grammar-alist, proced-timer-flag, proced-process-alist)
3505 (proced-header-help-echo, proced-field-help-echo, proced-timer)
3506 (proced-toggle-timer-flag, proced, proced-mode): Doc fix.
3507 (proced-refine): Rename from proced-filter-attribute. Doc fix.
3508 (proced-sort-header): Bind also to mouse-1.
3509 (proced-move-to-goal-column): Return position of point.
3510 (proced-filter-interactive): Always revert listing.
3511 (proced-format-ttname): Simplify.
3512 (proced-update): Do not keep undo information. Put point at
3513 beginning of buffer if we generate the first listing.
3514
3515 2008-09-12 Tassilo Horn <tassilo@member.fsf.org>
3516
3517 * doc-view.el (doc-view-scroll-up-or-next-page)
3518 (doc-view-scroll-down-or-previous-page): Fix scrolling in case of
3519 vertically split windows.
3520
3521 2008-09-12 Glenn Morris <rgm@gnu.org>
3522
3523 * progmodes/f90.el (f90-mode-map): Don't bind \t and \r.
3524
3525 * indent.el (indent-line-function): Doc fix.
3526 * progmodes/sh-script.el (sh-font-lock-open-heredoc): Doc fix.
3527
3528 2008-09-11 Martin Rudalics <rudalics@gmx.at>
3529
3530 * window.el (pop-to-buffer): If the window for buffer-or-name is
3531 not on the selected frame, raise that window's frame and give it
3532 input focus. (Bug#745)
3533
3534 2008-09-11 Glenn Morris <rgm@gnu.org>
3535
3536 * ido.el (ido-mode): Initialize with custom-initialize-default,
3537 rather than a set function. (Bug#947)
3538
3539 2008-09-10 Chong Yidong <cyd@stupidchicken.com>
3540
3541 * replace.el (perform-replace): Don't set inhibit-read-only using
3542 query-replace-skip-read-only (bug#956).
3543
3544 * edmacro.el (edmacro-parse-keys): Fix last change to omit macros
3545 of the <<foo>> form.
3546
3547 2008-09-10 Martin Rudalics <rudalics@gmx.at>
3548
3549 * window.el (display-buffer): Fix doc-string typo.
3550
3551 2008-09-10 Kenichi Handa <handa@m17n.org>
3552
3553 * composite.el (compose-gstring-for-graphic): Fix previous change.
3554
3555 2008-09-10 Glenn Morris <rgm@gnu.org>
3556
3557 * info.el (Info-try-follow-nearest-node): Fix doc typo.
3558
3559 2008-09-10 Stephen Berman <stephen.berman@gmx.net>
3560
3561 * info.el (Info-mouse-follow-nearest-node): Follow links to different
3562 manuals. (Bug#886)
3563
3564 2008-09-09 Juanma Barranquero <lekktu@gmail.com>
3565
3566 * ido.el (ido-unload-function): New function.
3567
3568 2008-09-08 Juanma Barranquero <lekktu@gmail.com>
3569
3570 * ido.el (ido-file-internal): Fix typo in prompt.
3571 (ido-merge-ftp-work-directories, ido-max-work-file-list): Doc fixes.
3572 (ido-max-prospects, ido-max-file-prompt-width, ido-ignore-buffers)
3573 (ido-enable-prefix, ido-setup-hook, ido-rewrite-file-prompt-functions)
3574 (ido-magic-forward-char, ido-magic-delete-char, ido-pop-dir):
3575 Fix typos in docstrings.
3576
3577 2008-09-08 Martin Rudalics <rudalics@gmx.at>
3578
3579 * help-fns.el (describe-function-1): Don't print extra newline
3580 after filling.
3581
3582 2008-09-08 Katsumi Yamaoka <yamaoka@jpl.org>
3583
3584 * help-fns.el (find-lisp-object-file-name): Handle case where
3585 library is compressed.
3586
3587 2008-09-07 Chong Yidong <cyd@stupidchicken.com>
3588
3589 * complete.el (PC-do-completion): Don't replace buffer
3590 contents (bug#227).
3591
3592 2008-09-07 Juanma Barranquero <lekktu@gmail.com>
3593
3594 * loadhist.el (unload-feature-special-hooks):
3595 Add `choose-completion-string-functions'.
3596
3597 2008-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
3598
3599 * vc-svn.el (vc-svn-root):
3600 * vc-sccs.el (vc-sccs-root):
3601 * vc-rcs.el (vc-rcs-root):
3602 * vc-cvs.el (vc-cvs-root): Delete.
3603 * vc-hooks.el (vc-find-root): Remove `invert' argument.
3604
3605 2008-09-07 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
3606
3607 * progmodes/flymake.el (flymake-parse-err-lines): Filter out
3608 errors occurring in different files.
3609
3610 2008-09-07 Dan Nicolaescu <dann@ics.uci.edu>
3611
3612 * vc-bzr.el (vc-bzr-extra-fileinfo): New defstruct.
3613 (vc-bzr-status-printer): New function.
3614 (vc-bzr-after-dir-status): Deal with renamed files.
3615
3616 2008-09-07 Johan Euphrosine <proppy@aminche.com> (tiny change)
3617
3618 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Shell quote
3619 buffer's filename.
3620
3621 2008-09-07 Martin Rudalics <rudalics@gmx.at>
3622
3623 * subr.el (cancel-change-group): Widen buffer temporarily when
3624 undoing changes. (Bug#810)
3625
3626 2008-09-07 Nick Roberts <nickrob@snap.net.nz>
3627
3628 * progmodes/gud.el (gud-stop-subjob): Using jdb, suspend threads
3629 with gud-stop-subjob rather than exit debugger.
3630
3631 2008-09-07 Kenichi Handa <handa@m17n.org>
3632
3633 * composite.el: Compose combining characters only when it
3634 follows a character matching with "[[:alpha:]]".
3635
3636 2008-09-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3637
3638 * proced.el: Require time-date.
3639 (proced-command-alist, proced-command, proced-goal-header-re)
3640 (proced-sorting-schemes-alist, proced-sorting-scheme)
3641 (proced-header-alist, proced-sorting-schemes-re)
3642 (proced-skip-regexp, proced-next-line, proced-previous-line)
3643 (proced-listing-type, proced-sorting-scheme-p): Remove.
3644 (proced-grammar-alist, proced-custom-attributes)
3645 (proced-format-alist, proced-format, proced-filter-alist)
3646 (proced-filter, proced-sort, proced-goal-attribute)
3647 (proced-timer-interval, proced-timer-flag, proced-timer)
3648 (proced-process-alist, proced-sort-internal, proced-process-tree)
3649 (proced-header-help-echo, proced-field-help-echo): New variables.
3650 (proced-pid-at-point, proced-timer, proced-mark-process-alist)
3651 (proced-omit-process, proced-filter, proced-process-tree)
3652 (proced-filter-children, proced-children-pids)
3653 (proced-filter-parents, proced-<, proced-string-lessp)
3654 (proced-time-lessp, proced-xor, proced-sort-p)
3655 (proced-format-time, proced-format-start, proced-format-ttname)
3656 (proced-format, proced-process-attributes): New functions.
3657 (proced-toggle-timer-flag, proced-mark-children)
3658 (proced-mark-parents, proced-filter-interactive)
3659 (proced-filter-attribute, proced-sort-interactive)
3660 (proced-sort-header, proced-format-interactive): New commands.
3661 (proced-move-to-goal-column): Use goal-column.
3662 (proced-mode): Use proced-timer.
3663 (proced-do-mark-all): Display process count. Use use-region-p.
3664 Simplify.
3665 (proced-omit-processes): Use use-region-p.
3666 (proced-sort-pcpu, proced-sort-pmem, proced-sort-pid)
3667 (proced-sort-start, proced-sort-time, proced-sort-user):
3668 Use proced-sort-interactive.
3669 (proced-sort): Make it a function that performs the actual sort.
3670 (proced-update): New arg revert. Use proced-process-alist,
3671 proced-filter, proced-sort, proced-format, and
3672 proced-grammar-alist. Preserve position of point based on fields.
3673 Make header line and fields clickable.
3674 (proced-send-signal): Use proced-pid-at-point and proced-process-alist.
3675 (proced-why): Use save-selected-window.
3676 (proced-log): Use buffer-read-only.
3677
3678 2008-09-06 Chong Yidong <cyd@stupidchicken.com>
3679
3680 * tooltip.el (tooltip-mode): Initialize unconditionally to t.
3681
3682 2008-09-06 Glenn Morris <rgm@gnu.org>
3683
3684 * add-log.el (diff-find-source-location): Declare.
3685 (find-change-log): If called from a diff buffer, try to switch to the
3686 source buffer (e.g. to respect change-log-default-name there).
3687
3688 * progmodes/sh-script.el (sh-get-kw): Remove '()' from the list of
3689 unallowed characters; added 2006-10-10 without comment. (Bug#753)
3690
3691 * Makefile.in (ELCFILES): Update.
3692
3693 2008-09-06 Chong Yidong <cyd@stupidchicken.com>
3694
3695 * textmodes/ispell.el (ispell-command-loop): Suspend ispell if the
3696 user enters a mouse event in another frame, or a special event.
3697
3698 * server.el (server-switch-buffer): New arg.
3699 (server-execute): If reusing an existing window, set file position
3700 if required.
3701
3702 2008-09-06 Kenichi Handa <handa@m17n.org>
3703
3704 * language/lao.el: Fix setting of composition-function-table.
3705
3706 2008-09-06 Eli Zaretskii <eliz@gnu.org>
3707
3708 * term/pc-win.el (msdos-show-help): Don't truncate lines while
3709 displaying help echo messages.
3710
3711 2008-09-06 Martin Rudalics <rudalics@gmx.at>
3712
3713 * subr.el (symbol-file): Fix doc-string.
3714
3715 2008-09-06 Glenn Morris <rgm@gnu.org>
3716
3717 * help-mode.el (help-xref-forward-stack): Doc fix.
3718
3719 * add-log.el (change-log-default-name): Autoload safety.
3720
3721 2008-09-05 Wilson Snyder <wsnyder@wsnyder.org>
3722
3723 * verilog-mode.el (verilog-library-extensions): Enable .sv
3724 filename extensions to call verilog-mode.
3725 (verilog-auto, verilog-auto-inst, verilog-faq)
3726 (verilog-submit-bug-report): Update author support URLs.
3727 (verilog-delete-auto, verilog-auto-inout-module)
3728 (verilog-auto-inout-comp, verilog-auto): Add AUTOINOUTCOMP for
3729 creating complemented testbench modules. Suggested by Yishay Belkind.
3730 (verilog-auto-inst-port, verilog-simplify-range-expression):
3731 When verilog-auto-inst-param-value is set, don't require a
3732 AUTO_TEMPLATE to expand parameter substitutions. Suggested by
3733 Yishay Belkind.
3734 (verilog-auto-inst-param-value): Add safe variable.
3735 (verilog-re-search-forward, verilog-re-search-backward):
3736 Fix returning wrong search results on Emacs 22.1.
3737 (verilog-modi-cache-results, verilog-auto): Fix warning message
3738 about "toggling font-lock-mode."
3739 (verilog-auto): Fix losing font-lock on errors.
3740 (verilog-auto-inst-param-value, verilog-mode-version)
3741 (verilog-mode-version-date, verilog-read-inst-param-value)
3742 (verilog-auto-inst, verilog-auto-inst-param)
3743 (verilog-auto-inst-port, verilog-simplify-range-expression):
3744 Allow parameters to be replaced with their values, on the expansion of
3745 an AUTOINST with Verilog 2001 style parameter settings.
3746 Suggested by David Rogoff.
3747
3748 2008-09-05 Michael McNamara <mac@mail.brushroad.com>
3749
3750 * verilog-mode.el (verilog-beg-block-re-ordered, verilog-calc-1):
3751 Better support for the property statement. Sometimes this keyword
3752 introduces a statement which requires an endproperty keyword, and
3753 sometimes it doesn't, depending on the work before the property
3754 word. If property is prefixed with assert, assume or cover
3755 keyword, then the statement is ended with a ';'. Otherwise,
3756 property is like task or specify, and is followed by some number
3757 of statements, which are ended with an endproperty keyword.
3758 (electric-verilog-tab): Support Emacs 22.2 style handling of tab
3759 in a highlighted region: indent each line in region according to
3760 mode. Supply this so it works in XEmacs and older Emacs.
3761
3762 2008-09-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3763
3764 * whitespace.el (whitespace-kill-buffer-hook, whitespace-action):
3765 Don't clean up a buffer when killing it.
3766
3767 2008-09-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3768
3769 * whitespace.el: Fix auto-cleanup on kill prevents killing read-only
3770 buffers (bug#360). New version 11.2.1.
3771 (whitespace-action): New value `warn-read-only' to give a warning when
3772 buffer is read-only and whitespace action is cleanup or auto-cleanup.
3773 (whitespace-cleanup, whitespace-cleanup-region): Code fix.
3774 (whitespace-warn-read-only): New fun.
3775
3776 2008-09-05 Chong Yidong <cyd@stupidchicken.com>
3777
3778 * international/quail.el: Require help-mode.
3779 (quail-help-init): Function removed.
3780 (quail-keyboard-layout-button, quail-keyboard-customize-button):
3781 Define directly.
3782
3783 * dired.el (dired-get-filename): Rewrite octal escape character
3784 processor (bug#885).
3785
3786 2008-09-05 Eli Zaretskii <eliz@gnu.org>
3787
3788 * cus-edit.el (custom-button-pressed): Default to inverse-video.
3789
3790 * term/pc-win.el (msdos-face-setup): Setup faces for all frames,
3791 not just for terminal-frame.
3792
3793 2008-09-05 Martin Rudalics <rudalics@gmx.at>
3794
3795 * window.el (window--try-to-split-window): Don't split when window
3796 is not splittable in last disjunct. (Bug#888)
3797
3798 2008-09-05 Kenichi Handa <handa@m17n.org>
3799
3800 * language/tibetan.el: Fix setting of composition-function-table.
3801
3802 * composite.el (find-composition): Mention about the automatic
3803 composition in the docstring.
3804 (compose-gstring-for-graphic): Fix handling "above" marks.
3805
3806 * descr-text.el (describe-char): Fix handling of automatic composition.
3807
3808 2008-09-04 Juanma Barranquero <lekktu@gmail.com>
3809
3810 * net/tramp-cache.el (tramp-flush-file-function): Fix docstring typo.
3811 (tramp-parse-connection-properties): Reflow docstring.
3812
3813 2008-09-04 Kim F. Storm <storm@cua.dk>
3814
3815 * ido.el (ido-buffer-internal, ido-file-internal): Pass on other-window
3816 and other-frame methods when switching between file and buffer modes.
3817
3818 2008-09-04 Martin Rudalics <rudalics@gmx.at>
3819
3820 * info.el (Info-dir-remove-duplicates): Narrow buffer when
3821 removing duplicate entries under same heading. Don't skip char
3822 matching anything but a space or tab at bol. (Bug#864)
3823
3824 2008-09-03 Alan Mackenzie <acm@muc.de>
3825
3826 * progmodes/cc-defs.el (c-version): Increment to 5.31.6.
3827
3828 2008-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
3829
3830 * minibuffer.el (completion-pcm--pattern->regex): Undo last change.
3831 (completion-pcm--all-completions): Move the case-fold-search binding to
3832 it also applies to completion-regexp-list (used in all-completions).
3833 (completion-pcm--hilit-commonality): Add missing case-fold-search.
3834
3835 2008-09-03 Martin Rudalics <rudalics@gmx.at>
3836
3837 * window.el (pop-up-frame-function): Move ...
3838 * frame.el (pop-up-frame-function): ... here, to avoid
3839 "CHANGED outside Customize;".
3840
3841 2008-09-03 Glenn Morris <rgm@gnu.org>
3842
3843 * buff-menu.el (buffer-menu-mode-hook): Add obsolete alias.
3844
3845 2008-09-03 Chong Yidong <cyd@stupidchicken.com>
3846
3847 * isearch.el (isearch-highlight-regexp): Fix last change, quoting
3848 non-alphabetical characters properly.
3849
3850 2008-09-02 Dan Nicolaescu <dann@ics.uci.edu>
3851
3852 * files.el (auto-mode-alist): Use verilog-mode for SystemVerilog files.
3853
3854 2008-09-02 Martin Rudalics <rudalics@gmx.at>
3855
3856 * calc/calc.el (calc-dispatch-map): Fix handling of upcased and
3857 control-prefixed keys. (Bug#835)
3858
3859 2008-09-02 Chong Yidong <cyd@stupidchicken.com>
3860
3861 * image-mode.el (image-mode): Fix 2008-07-19 change.
3862
3863 2008-09-02 Juanma Barranquero <lekktu@gmail.com>
3864
3865 * tool-bar.el (tool-bar-add-item): Fix typo in docstring.
3866
3867 * emulation/tpu-edt.el (tpu-kill-buffer): Doc fix.
3868
3869 2008-09-02 Glenn Morris <rgm@gnu.org>
3870
3871 * emacs-lisp/lucid.el (try-face-font): Remove dead alias.
3872
3873 * progmodes/cc-langs.el (c-opt-op-identitier-prefix): Fix typo.
3874
3875 2008-09-01 Glenn Morris <rgm@gnu.org>
3876
3877 * vc-hooks.el (vc-previous-version): Move alias to vc.el.
3878 * vc.el (vc-default-previous-version): Move alias here from vc-hooks,
3879 and fix name typos. (Bug#856)
3880
3881 2008-09-01 Chong Yidong <cyd@stupidchicken.com>
3882
3883 * minibuffer.el (completion-pcm--pattern->regex):
3884 When completion-ignore-case is non-nil, generate a regexp that
3885 ignores case.
3886
3887 * window.el (recenter-top-bottom): Doc fix.
3888
3889 2008-09-01 Simon South <ssouth@member.fsf.org>
3890
3891 * progmodes/delphi.el: New maintainer.
3892 (delphi-interface-types): New var.
3893 (delphi-composite-types): Use it.
3894 (delphi-enclosing-indent-of): Distinguish between "interface"
3895 keyword as a unit separator and used like a class declaration.
3896
3897 2008-09-01 Martin Rudalics <rudalics@gmx.at>
3898
3899 * help-fns.el (describe-simplify-lib-file-name)
3900 (find-source-lisp-file): Remove.
3901 (find-lisp-object-file-name): New function giving preference to
3902 files found via load-path instead of loaddefs.el.
3903 (describe-function-1): Use new function instead of the removed
3904 ones. (Bugs #587, #669, #690)
3905 * faces.el (describe-face): Use find-lisp-object-file-name instead
3906 of describe-simplify-lib-file-name.
3907
3908 2008-09-01 Kenichi Handa <handa@m17n.org>
3909
3910 * international/mule-diag.el (font-show-log): Fix previous change.
3911
3912 * international/mule-cmds.el (set-language-environment):
3913 Don't overwrite current-iso639-language if the current language
3914 environment doesn't provide that data.
3915 (set-locale-environment): Set current-iso639-language from the
3916 locale name.
3917
3918 * international/fontset.el (script-representative-chars): Re-add
3919 the entry for symbol, but with vector of characters.
3920 (setup-default-fontset): Cancel previous change.
3921
3922 2008-08-31 Chong Yidong <cyd@stupidchicken.com>
3923
3924 * ido.el: Move provide statement to the end of the file.
3925
3926 2008-08-30 Markus Triska <markus.triska@gmx.at>
3927
3928 * linum.el (linum-mode): `window-size-change-functions' can now be
3929 buffer-local.
3930 (linum-update-window): Use result of `move-overlay'.
3931
3932 2008-08-30 Glenn Morris <rgm@gnu.org>
3933
3934 * subr.el (make-variable-frame-local): Tweak obsolescence message.
3935
3936 * info.el (Info-hide-note-references, Info-refill-paragraphs):
3937 Doc fixes.
3938
3939 * apropos.el (apropos-command): Report documentation errors.
3940 * help-fns.el (describe-function-1): Handle broken aliases. (Bug#825)
3941
3942 2008-08-29 Chong Yidong <cyd@stupidchicken.com>
3943
3944 * isearch.el (isearch-highlight-regexp): Fix case of highlighted
3945 string.
3946
3947 2008-08-29 Eli Zaretskii <eliz@gnu.org>
3948
3949 * bindings.el (mode-line-frame-identification): Fix last change.
3950
3951 2008-08-29 Kenichi Handa <handa@m17n.org>
3952
3953 These changes are to adjust the automatic composition for the new
3954 implementation (avoid using text property).
3955
3956 * composite.el (composition-function-table): Move declaration to
3957 composite.c.
3958 (terminal-composition-base-character-p): Delete it.
3959 (terminal-composition-function): Delete it.
3960 (terminal-composition-function-table): Delete it.
3961 (lgstring-header, lgstring-set-header, lgstring-font)
3962 (lgstring-char, lgstring-char-len, lgstring-shaped-p)
3963 (lgstring-set-id, lgstring-glyph, lgstring-glyph-len)
3964 (lgstring-set-glyph, lglyph-from, lglyph-to, lglyph-char)
3965 (lglyph-code, lglyph-width, lglyph-lbearing, lglyph-rbearing)
3966 (lglyph-ascent, lglyph-descent, lglyph-adjustment)
3967 (lglyph-set-from-to, lglyph-copy, lgstring-insert-glyph)
3968 (compose-glyph-string, compose-glyph-string-relative)
3969 (compose-gstring-for-graphic, compose-gstring-for-terminal):
3970 New functions.
3971 (auto-compose-chars): Argument changed.
3972
3973 * language/european.el: Don't setup composition-function-table.
3974 (diacritic-composition-pattern, diacritic-compose-region)
3975 (diacritic-compose-string, diacritic-compose-buffer)
3976 (diacritic-composition-function): Delete them.
3977
3978 * language/lao-util.el (lao-composition-function): Argument changed.
3979
3980 * language/sinhala.el: Fix setting up of composition-function-table.
3981
3982 * language/thai.el: Fix setting up of composition-function-table.
3983
3984 * language/thai-util.el: Encoding changed to utf-8.
3985 (thai-composition-function): Argument changed.
3986
3987 * language/indian.el: Fix setting up of composition-function-table.
3988 (devanagari-composable-pattern)
3989 (tamil-composable-pattern, kannada-composable-pattern)
3990 (malayalam-composable-pattern): New variables.
3991
3992 * international/characters.el (unicode-category-table):
3993 Setup unicode-category-table.
3994
3995 * international/fontset.el (setup-default-fontset): Prepend
3996 iso10646-1 fonts to the fallback font groups instead of appending.
3997
3998 2008-08-29 Glenn Morris <rgm@gnu.org>
3999
4000 * cus-start.el (truncate-partial-width-windows): Changed in 23.1.
4001
4002 2008-08-28 Chong Yidong <cyd@stupidchicken.com>
4003
4004 * term/x-win.el (x-win-suspend-error): Don't signal error if there
4005 are no X frames active.
4006
4007 2008-08-28 Michael Albinus <michael.albinus@gmx.de>
4008
4009 * net/xesam.el (xesam-kill-buffer-function): Wrap code by
4010 `ignore-errors' (the function must succeed always).
4011
4012 2008-08-28 Edward O'Connor <hober0@gmail.com>
4013
4014 * json.el (json-read-number): New arg. Handle explicitly signed
4015 numbers.
4016 (json-readtable): Add `+' and `.'.
4017
4018 2008-08-28 Eli Zaretskii <eliz@gnu.org>
4019
4020 * term/pc-win.el (msdos-previous-message): New variable.
4021 (msdos-show-help): New function.
4022 (msdos-initialize-window-system): Set show-help-function to
4023 msdos-show-help.
4024
4025 2008-04-09 Lennart Borgman <lennart.borgman@gmail.com>
4026
4027 * emacs-lisp/debug.el (debug): When killing a noninteractive
4028 Emacs, give an exit status of -1.
4029
4030 2008-08-28 Chong Yidong <cyd@stupidchicken.com>
4031
4032 * vc-hooks.el (vc-workfile-unchanged-p): Revert last change.
4033
4034 2008-08-27 Alex Harsanyi <harsanyi@mac.com> (tiny change)
4035
4036 * vc-hooks.el (vc-workfile-unchanged-p): If the checkout time is
4037 not the same as the last modification time, fall back on the
4038 backend-specific check.
4039
4040 2008-08-27 Teodor Zlatanov <tzz@lifelogs.com>
4041
4042 * add-log.el (change-log-next-error): Run an extra `pop-to-buffer'
4043 to go to the position of interest.
4044
4045 2008-08-27 Tomas Abrahamsson <tab@lysator.liu.se>
4046
4047 * textmodes/artist.el (artist-mode-init): Add comment on the
4048 setting up of the `artist-replacement-table' array.
4049 (artist-get-replacement-char): New defsubst.
4050 (artist-get-char-at-xy-conv, artist-replace-char)
4051 (artist-replace-chars, artist-replace-string): Use it instead of
4052 accessing `artist-replacement-table' directly.
4053 Reported by Rubén Berenguel <ruben@maia.ub.es>.
4054
4055 (artist-mt): Fix structures for cut and copy operations.
4056
4057 2008-08-27 Chong Yidong <cyd@stupidchicken.com>
4058
4059 * shell.el (shell-file-name-quote-list): Quote `$'.
4060
4061 * comint.el (comint-dynamic-complete-as-filename): Generalize last
4062 change to allow quoting of characters before point.
4063 (comint-dynamic-list-filename-completions): Quote common substring.
4064
4065 2008-08-26 Chong Yidong <cyd@stupidchicken.com>
4066
4067 * comint.el (comint-dynamic-complete-as-filename): If case is
4068 ignored while matching, replace the entire filename with completion.
4069
4070 * textmodes/flyspell.el (flyspell-check-pre-word-p): Make sure
4071 flyspell-pre-point is valid to avoid signalling an error in
4072 post-command-hook.
4073
4074 2008-08-26 Johan Bockgård <bojohan@gnu.org>
4075
4076 * linum.el (linum): Inherit remaining face attributes from default
4077 face.
4078
4079 2008-08-26 Markus Triska <markus.triska@gmx.at>
4080
4081 * linum.el (linum-delay): Disable - it should no longer be
4082 necessary, and can lead to longer delays.
4083 (linum-update-window): Renumber if margin width has changed.
4084
4085 2008-08-26 Daiki Ueno <ueno@unixuser.org>
4086
4087 * epa.el (epa--key-widget-action): Save the selected window to
4088 make `widget-button-click-moves-point' work. (Bug#733).
4089
4090 2008-08-26 Glenn Morris <rgm@gnu.org>
4091
4092 * calendar/holidays.el (calendar-holidays): Doc fix.
4093
4094 * progmodes/gud.el (tramp-file-name-localname)
4095 (tramp-dissect-file-name): Declare.
4096
4097 * term/pc-win.el (msdos-setup-keyboard): Fix declaration.
4098
4099 2008-08-25 Eli Zaretskii <eliz@gnu.org>
4100
4101 * bindings.el (mode-line-frame-control): New function, caters to
4102 `pc' ``window system''.
4103 (mode-line-frame-identification): Use it instead of accessing
4104 window-system directly.
4105
4106 2008-08-25 Juri Linkov <juri@jurta.org>
4107
4108 * textmodes/text-mode.el (text-mode-map): Unbind "\es" from
4109 `center-line' and "\eS" from `center-paragraph'.
4110 (facemenu-keymap): Bind "\es" to `center-line' and "\eS" to
4111 `center-paragraph'.
4112
4113 2008-08-25 Ulf Jasper <ulf.jasper@web.de>
4114
4115 * net/newst-treeview.el (newsticker-treeview-own-frame): Doc fixed.
4116 (newsticker-treeview-treewindow-width): New.
4117 (newsticker-treeview-listwindow-height): New.
4118 (newsticker-treeview-browse-url-item): New.
4119 (newsticker-treeview-mode-map):
4120 Add newsticker-treeview-browse-url-item.
4121 (newsticker--treeview-window-init):
4122 Use newsticker-treeview-treewindow-width and
4123 newsticker-treeview-listwindow-height.
4124
4125 * net/newst-reader.el (newsticker-browse-url-item): New.
4126
4127 2008-08-25 Dan Nicolaescu <dann@ics.uci.edu>
4128
4129 * vc-dir.el (vc-dir-marked-only-files-and-states):
4130 (vc-dir-child-files-and-states): Reverse the list before returning it.
4131
4132 2008-08-24 Michael Albinus <michael.albinus@gmx.de>
4133
4134 * net/dbus.el (dbus-introspect): Use `dbus-call-method-non-blocking'.
4135
4136 2008-08-24 Romain Francoise <romain@orebokech.com>
4137
4138 * progmodes/python.el (run-python): Remove '' from sys.path.
4139
4140 2008-08-23 Glenn Morris <rgm@gnu.org>
4141
4142 * progmodes/fortran.el (fortran-tab-mode-string)
4143 (fortran-comment-line-start, fortran-continuation-string): Doc fixes.
4144
4145 2008-08-23 Eli Zaretskii <eliz@gnu.org>
4146
4147 * term/pc-win.el (msdos-setup-keyboard) <msdos-setup-keyboard>:
4148 Add declare-function.
4149
4150 * startup.el (command-line): Don't call tty-register-default-colors
4151 if initial-window-system is `pc'.
4152
4153 * term/internal.el (local-function-key-map): Fix unbalanced parens.
4154 (msdos-key-remapping-map): New variable. Move here all the special
4155 keys we will be remapping via local-function-key-map.
4156 (msdos-setup-keyboard): New function.
4157
4158 * term/pc-win.el (msdos-create-frame-with-faces): Rename from
4159 make-msdos-frame.
4160 (terminal-init-internal): New function, errors out if called.
4161 (msdos-initialize-window-system): New function.
4162 (msdos-create-frame-with-faces): Set the terminal's
4163 `terminal-initted' (sic!) parameter.
4164 (frame-creation-function-alist): Add msdos-create-frame-with-faces.
4165 (window-system-initialization-alist):
4166 Add msdos-initialize-window-system.
4167 (handle-args-function-alist): Use tty-handle-args for `pc'
4168 ``window system'' as well.
4169 (pc-win): Provide.
4170
4171 * term/tty-colors.el (tty-register-default-colors): Remove bogus
4172 code for using msdos-color-values.
4173
4174 * loadup.el [ms-dos]: Load term/pc-win.
4175
4176 2008-08-23 Dan Nicolaescu <dann@ics.uci.edu>
4177
4178 * vc-dir.el (vc-dir-prepare-status-buffer): Make sure we use a
4179 directory name.
4180
4181 2008-08-23 Nick Roberts <nickrob@snap.net.nz>
4182
4183 * progmodes/gud.el (gud-common-init): Use absolute file so that
4184 perldb works with tramp (sudo).
4185
4186 * term/x-win.el (x-gtk-map-stock): Don't let the tool bar destroy
4187 match data in process filters.
4188
4189 2008-08-23 Martin Rudalics <rudalics@gmx.at>
4190
4191 * dired.el (dired-buffer-stale-p): Do not revert buffer that
4192 can be written.
4193
4194 2008-08-23 Glenn Morris <rgm@gnu.org>
4195
4196 * dired-x.el (dired-guess-shell-alist-default): Add .mp3 and .ogg.
4197 (dired-guess-shell-alist-user): Doc fix. (Bug#417).
4198
4199 2008-08-23 Chong Yidong <cyd@stupidchicken.com>
4200
4201 * subr.el (temp-buffer-show-hook): Doc fix.
4202
4203 2008-08-22 Michael Albinus <michael.albinus@gmx.de>
4204
4205 * net/tramp.el (tramp-remote-process-environment): Add "EMACS=t"
4206 and "INSIDE_EMACS=...". Reported by Tassilo Horn
4207 <tassilo@member.fsf.org>.
4208
4209 * net/trampver.el: Update release number.
4210
4211 * net/xesam.el (xesam-minor-mode): New minor mode.
4212 (xesam-highlight-buffer): Remove. Code moved to
4213 `xesam-minor-mode'.
4214 (xesam-refresh-entry): Use `xesam-minor-mode'.
4215
4216 2008-08-21 Chong Yidong <cyd@stupidchicken.com>
4217
4218 * minibuffer.el (completion--try-word-completion):
4219 Disable partial-completion when considering the addition of a space
4220 or hyphen.
4221
4222 2008-08-21 John Paul Wallington <jpw@pobox.com>
4223
4224 * mail/rmail.el (rmail-insert-inbox-text): Ensure that the
4225 filename of `tofile' doesn't contain any colons on Windows,
4226 Cygwin, and MS-DOS systems.
4227
4228 2008-08-21 Daiki Ueno <ueno@unixuser.org>
4229
4230 * epg.el (epg-make-context, epg-context-set-passphrase-callback)
4231 (epg-context-set-progress-callback): Make sure the callback is a
4232 cons of a function and a handback. Update all callers.
4233
4234 2008-08-20 David Reitter <david.reitter@gmail.com>
4235
4236 * term/ns-win.el (ns-cursor-blink-rate, ns-cursor-blink-mode): Remove.
4237 Patch applied by Adrian Robert.
4238
4239 2008-08-20 Kevin Ryde <user42@zip.com.au>
4240
4241 * textmodes/nroff-mode.el (nroff-mode): Avoid auto-filling on
4242 directive lines.
4243
4244 2008-08-20 Michael Albinus <michael.albinus@gmx.de>
4245
4246 * net/xesam.el (xesam-highlight-string): Precise doc string.
4247 (xesam-highlight-buffer): New defun.
4248 (xesam-refresh-entry): Use it. Better check for sourceModified.
4249
4250 2008-08-19 Chong Yidong <cyd@stupidchicken.com>
4251
4252 * edmacro.el (edmacro-parse-keys): Catch events with spaces in
4253 their names.
4254
4255 2008-08-19 Kenichi Handa <handa@m17n.org>
4256
4257 * language/european.el ("Esperanto"): Change the preferred
4258 charsets to iso-8859-3.
4259
4260 * language/utf-8-lang.el ("UTF-8"): Add the preferred charsets.
4261
4262 * international/fontset.el (script-representative-chars):
4263 Delete the entry for symbol.
4264 (setup-default-fontset): For symbol characters, don't specify
4265 :script property.
4266
4267 2008-08-19 Chong Yidong <cyd@stupidchicken.com>
4268
4269 * minibuffer.el (completion-table-dynamic): Doc fix.
4270
4271 * cus-edit.el (custom-toggle-hide): Allow hiding only if widget is
4272 saved.
4273
4274 2008-08-18 Chong Yidong <cyd@stupidchicken.com>
4275
4276 * emulation/edt.el (edt-default-emulation-setup):
4277 Share global-buffers-menu-map with the emulated global map.
4278
4279 2008-08-18 Adrian Robert <Adrian.B.Robert@gmail.com>
4280
4281 * term/ns-win.el (global): Uncomment "put backspace
4282 ascii-character..." and friends, they are needed for tramp. (Bug#725)
4283
4284 2008-08-18 Kenichi Handa <handa@m17n.org>
4285
4286 * international/mule-diag.el (font-show-log): Add optional arg N
4287 to control the limit of font listing.
4288
4289 2008-08-18 Chong Yidong <cyd@stupidchicken.com>
4290
4291 * window.el (recenter-top-bottom): Determine top and bottom
4292 positions using scroll-margin instead of scroll-conservatively.
4293
4294 2008-08-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4295
4296 * proced.el (proced-send-signal): Use beginning-of-line.
4297
4298 2008-08-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4299
4300 * proced.el (proced-signal-list): Add POSIX 1003.1-2001 signals.
4301 (proced-mode-map): Add tooltips for menus. Use radio buttons for
4302 listing types.
4303 (proced-log-buffer): New variable.
4304 (proced-mark-all, proced-unmark-all, proced-do-mark-al): Operate on
4305 region if transient-mark-mode is turned on and the region is active.
4306 (proced-omit-processes): Rename from proced-hide-processes to
4307 avoid key clash with describe-mode (bound to h). Search for
4308 marked processes starting from point-min.
4309 (proced-header-space): Remove.
4310 (proced-send-signal): Handle errors. Operate on current process
4311 if no process is marked.
4312 (proced-why): New command.
4313 (proced-log, proced-log-summary): New functions.
4314 (proced-help): Use proced-why.
4315 * textmodes/bibtex.el (bibtex-entry-format): Mark as safe.
4316 (bibtex-autokey-year-title-separator): Fix docstring.
4317
4318 2008-08-17 Michael Albinus <michael.albinus@gmx.de>
4319
4320 * net/xesam.el (xesam-vendor, xesam-notify-function):
4321 New local variables.
4322 (xesam-mode): Extend docstring. Initialize `xesam-notify-function'.
4323 (xesam-refresh-entry): Use `xesam-notify-function' if set. Remove
4324 Debbugs specific code; it shall be enabled via `xesam-mode-hooks'.
4325 (xesam-new-search): Initialize `xesam-vendor'.
4326
4327 2008-08-15 Glenn Morris <rgm@gnu.org>
4328
4329 * eshell/esh-cmd.el (eshell-do-pipelines): Indicate the last command in
4330 a pipeline.
4331 * eshell/em-ls.el (eshell-ls-files): List one per line in a pipeline,
4332 unless at the end of the pipeline. (Bug#699).
4333
4334 2008-08-14 Chong Yidong <cyd@stupidchicken.com>
4335
4336 * minibuffer.el (completion-boundaries): Doc fix.
4337 (display-completion-list): Only default base-size to zero if
4338 completing in the minibuffer.
4339
4340 * simple.el (completion-base-size): Doc fix.
4341 (choose-completion): Try reselecting completion-reference-buffer.
4342
4343 2008-08-14 Michael Albinus <michael.albinus@gmx.de>
4344
4345 * vc-dispatcher.el (vc-do-command): Let asynchronous processes run
4346 also for remote directories.
4347
4348 2008-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
4349
4350 * emacs-lisp/easymenu.el (easy-menu-add): Don't precompute keybindings
4351 since those precomputed values aren't used any more.
4352 (easy-menu-precalculate-equivalent-keybindings): Obsolete.
4353
4354 2008-08-14 Martin Rudalics <rudalics@gmx.at>
4355
4356 * help.el (with-help-window): Return last value in BODY.
4357
4358 2008-08-14 Michael Albinus <michael.albinus@gmx.de>
4359
4360 * net/xesam.el (xesam-refresh-entry): Use `save-excursion' in the
4361 notify function of the URL.
4362 (xesam-new-search): Encode special characters in the query string.
4363
4364 2008-08-13 Chong Yidong <cyd@stupidchicken.com>
4365
4366 * term/ns-win.el (ns-parse-geometry): Rename from x-parse-geometry.
4367
4368 2008-08-13 Andreas Schwab <schwab@suse.de>
4369
4370 * net/tramp.el (tramp-handle-shell-command): Handle output going
4371 to current buffer like shell-command. Don't disable undo.
4372
4373 2008-08-13 Glenn Morris <rgm@gnu.org>
4374
4375 * eshell/esh-cmd.el (eshell/which): Handle the case where no
4376 description is found.
4377
4378 2008-08-12 Alan Mackenzie <acm@muc.de>
4379
4380 * progmodes/cc-defs.el (c-emacs-features):
4381 argumentative-bod-function: bind mark-ring to avoid accumulating a
4382 spurious mark.
4383
4384 2008-08-12 Chong Yidong <cyd@stupidchicken.com>
4385
4386 * simple.el (visual-line--saved-state): New var.
4387 (visual-line-mode): Save local values of variables, and restore
4388 them when visual-line-mode is disabled.
4389
4390 2008-08-12 NAKAGAWA Makoto <gha03025@nifty.ne.jp> (tiny change)
4391
4392 * net/ldap.el (ldap-search-internal): Tweak URL regexp.
4393
4394 2008-08-11 Chong Yidong <cyd@stupidchicken.com>
4395
4396 * progmodes/cc-defs.el (c-emacs-features):
4397 Check beginning-of-defun-raw instead of beginning-of-defun, and avoid
4398 moving point during the test.
4399
4400 * emacs-lisp/lisp.el (beginning-of-defun): Doc fix.
4401
4402 2008-08-11 Glenn Morris <rgm@gnu.org>
4403
4404 * term/ns-win.el (x-parse-geometry): Doc fix.
4405
4406 * dired.el (x-popup-menu):
4407 * hi-lock.el (x-popup-menu):
4408 * mouse.el (font-face-attributes):
4409 * calendar/cal-menu.el (x-popup-menu):
4410 * calendar/calendar.el (x-popup-menu):
4411 * calendar/holidays.el (x-popup-menu):
4412 * progmodes/cperl-mode.el (x-popup-menu):
4413 * term/ns-win.el (dnd-open-file, tool-bar-mode, scroll-bar-scale)
4414 (x-open-connection):
4415 * term/w32-win.el (x-colors, x-handle-args, x-parse-geometry)
4416 (x-command-line-resources):
4417 * term/x-win.el (x-colors, x-parse-geometry, x-resource-name)
4418 (x-display-name, x-command-line-resources):
4419 Add declarations for builds without X.
4420
4421 2008-08-10 Glenn Morris <rgm@gnu.org>
4422
4423 * calendar/cal-bahai.el (holiday-bahai): Doc fix.
4424
4425 2008-08-10 Dan Nicolaescu <dann@ics.uci.edu>
4426
4427 * vc-bzr.el (vc-bzr-find-revision): Rename from
4428 vc-bzr-find-version, forgotten in the 2007-10-10 renaming.
4429
4430 2008-08-10 Michael Albinus <michael.albinus@gmx.de>
4431
4432 * net/xesam.el (xesam-search-engines): Add Debbugs hit fields.
4433 (xesam-refresh-entry): Add Debbugs handling. Insert a widget
4434 "DONE", when all hits are retrieved.
4435 (xesam-search): Autoload it.
4436
4437 2008-08-11 John Paul Wallington <jpw@pobox.com>
4438
4439 * ibuffer.el (ibuffer-buffer-file-name): Return nil rather than
4440 empty string when no filename.
4441 (define-ibuffer-column filename): Accommodate that change.
4442
4443 * ibuf-ext.el (ibuffer-define-filter filename): Use plain old
4444 `buffer-file-name' instead of `ibuffer-buffer-file-name'.
4445
4446 2008-08-10 Glenn Morris <rgm@gnu.org>
4447
4448 * Makefile.in (ELCFILES): Update.
4449
4450 2008-08-10 John Paul Wallington <jpw@pobox.com>
4451
4452 * pcvs.el (defun-cvs-mode): Add `doc-string' decl.
4453
4454 2008-08-08 Chong Yidong <cyd@stupidchicken.com>
4455
4456 * battery.el (battery-echo-area-format, battery-status-function):
4457 Handle new Linux sysfs format for battery reporting.
4458 (battery-linux-sysfs): New function.
4459
4460 2008-08-07 Martin Rudalics <rudalics@gmx.at>
4461
4462 * add-log.el (change-log-search-tag-name)
4463 (change-log-goto-source): Fix behavior when point is not on tag.
4464
4465 2008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
4466
4467 * startup.el (command-line-ns-option-alist): Use ignore instead of
4468 ns-ignore-0-arg.
4469
4470 * term/ns-win.el (ns-ignore-0-arg, mouse-extend-region)
4471 (ns-win-suspend-error, ns-yes-or-no-p, colors): Drop.
4472 (ns-alternatives-map): New variable.
4473 (x-set-up-function-keys): Use it.
4474 (global): Comment out "put backspace ascii-character..." and friends.
4475 Move function-key-map into ns-alternatives-map. Don't call
4476 precompute-menubar-bindings. Don't set anything connected with
4477 browse-url.
4478 (after-make-frame-functions): Clarify comment why a hook is added.
4479
4480 2008-08-06 Joakim Verona <joakim@verona.se>
4481
4482 * thingatpt.el (thing-at-point-url-path-regexp): Allow parenthesis
4483 in url:s.
4484
4485 2008-08-06 Dan Nicolaescu <dann@ics.uci.edu>
4486
4487 * vc-svn.el (vc-svn-parse-status): Use when instead of if.
4488 Fix 2008-01-01 change: use a shy group to not affect subsequent
4489 match calls.
4490
4491 2008-08-06 Reto Zimmermann <reto@gnu.org>
4492
4493 * progmodes/vera-mode.el (vera-electric-tab):
4494 * progmodes/vhdl-mode.el (vhdl-electric-tab): Make TAB indent
4495 region when active.
4496
4497 2008-08-06 Kenichi Handa <handa@m17n.org>
4498
4499 * faces.el (face-valid-attribute-values): Fix handling the value
4500 of (font-family-list) and font-XXX-table.
4501
4502 2008-08-06 Dan Nicolaescu <dann@ics.uci.edu>
4503
4504 * proced.el (proced-menu): Bind the correct function to for toggling.
4505
4506 * vc-dir.el (vc-dir-mode): Fix typo.
4507
4508 2008-08-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4509
4510 * whitespace.el (whitespace-newline-mode)
4511 (global-whitespace-newline-mode, whitespace-mode)
4512 (global-whitespace-mode): Improve docstring.
4513
4514 2008-08-05 Chong Yidong <cyd@stupidchicken.com>
4515
4516 * kmacro.el (kmacro-exec-ring-item): Add autoload.
4517
4518 * files.el (auto-save-visited-file-name): Move definition to fileio.c.
4519
4520 * cus-start.el (all): Handle auto-save-visited-file-name.
4521
4522 2008-08-05 Alex Shinn <alexshinn@gmail.com> (tiny change)
4523
4524 * files.el (hack-one-local-variable-eval-safep): Handle
4525 lisp-indent-function and scheme-indent-function in addition to the
4526 deprecated lisp-indent-hook.
4527
4528 2008-08-05 Michael Albinus <michael.albinus@gmx.de>
4529
4530 * net/xesam.el (top): Require `wid-edit' always.
4531 (xesam-mode-line, xesam-highlight): New deffaces.
4532 (xesam-objects): New local variable.
4533 (xesam-search-engines): Fix error in field list.
4534 (xesam-mode): Use `xesam-mode-line' instead of
4535 `font-lock-type-face'. Apply `xesam-mode' to a temp buffer, for
4536 proper initialization (why?).
4537 (xesam-highlight-string, xesam-get-hits)
4538 (xesam-kill-buffer-function): New defuns.
4539 (xesam-refresh-entry): Move code to `xesam-get-hits'. Check
4540 result of "hit.fields", it isn't a string only. Wrap an error of
4541 the strigi search engine ("xesam:size" is returned as string).
4542 Highlight search items.
4543 (xesam-refresh-search-buffer): Make logic of counters more simple.
4544 Prefetch next hits.
4545 (xesam-signal-handler): Use `xesam-mode-line' instead of
4546 `font-lock-type-face'.
4547 (xesam-new-search): Add `xesam-kill-buffer-function' to
4548 `kill-buffer-hook'.
4549
4550 2008-08-05 Teodor Zlatanov <tzz@lifelogs.com>
4551
4552 * add-log.el (change-log-next-error, change-log-mode): Add support
4553 for `next-error' to call `change-log-goto-source' on named files
4554 in a ChangeLog.
4555
4556 2008-08-05 Jay Belanger <jay.p.belanger@gmail.com>
4557
4558 * calc/calc.el (math-read-number): Handle all C-like languages
4559 properly.
4560
4561 2008-08-04 Vincent Belaïche <vincent.b.1@hotmail.fr>
4562
4563 * calc/calc.el (math-read-number): Handle C numbers beginning with
4564 0 correctly.
4565
4566 2008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
4567
4568 * term/ns-win.el ([ns-new-frame]): New global key.
4569
4570 2008-08-04 Juanma Barranquero <lekktu@gmail.com>
4571
4572 * international/mule-cmds.el (read-char-by-name):
4573 Check UCS names with `assoc-string' and case folding.
4574
4575 2008-08-04 Michael Albinus <michael.albinus@gmx.de>
4576
4577 * net/dbus.el (dbus-call-method-asynchronously)
4578 (dbus-method-return-internal, dbus-method-error-internal):
4579 Declare them with `declare-function'.
4580
4581 2008-08-04 Juanma Barranquero <lekktu@gmail.com>
4582
4583 * descr-text.el (describe-char-display): Fix last change:
4584 don't pass CHARSET to `encoded-string-description'.
4585
4586 2008-08-02 Alex Harsanyi <harsanyi@mac.com> (tiny change)
4587
4588 * vc.el (vc-next-action): Update list var correctly after delete.
4589
4590 2008-08-02 Chong Yidong <cyd@stupidchicken.com>
4591
4592 * ido.el (ido-mode): Add toggle notification.
4593
4594 * cus-edit.el (custom-save-all): Avoid destroying symlink if
4595 already visiting the custom file.
4596
4597 * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
4598 pending output coming after the status change.
4599
4600 2008-08-02 Jason Rumney <jasonr@gnu.org>
4601
4602 * w32-fns.el (tis620-2533): Use as preferred registry for thai fonts.
4603
4604 2008-08-01 Kenichi Handa <handa@m17n.org>
4605
4606 * international/mule-cmds.el (encode-coding-char):
4607 New optional arg CHARSET.
4608
4609 * descr-text.el (describe-char-display): Call encode-coding-char
4610 with the arg CHARSET.
4611 (describe-char): Pay attention to the text-property `charset'.
4612
4613 2008-08-01 Michael Albinus <michael.albinus@gmx.de>
4614
4615 * net/dbus.el (dbus-check-event, dbus-handle-event): Handle D-Bus
4616 error messages.
4617 (dbus-set-property): Call `dbus-introspect-get-property' instead
4618 of `dbus-get-property'.
4619
4620 * net/xesam.el (xesam-all-fields): Remove source and content
4621 identifiers.
4622 (xesam-dbus-unique-names): New defvar.
4623 (xesam-dbus-call-method): New defun. Replace all calls of
4624 `dbus-call-method' by `xesam-dbus-call-method'.
4625 (xesam-get-cached-property, xesam-set-cached-property):
4626 New defuns.
4627 (xesam-get-property, xesam-set-property, xesam-refresh-entry)
4628 (xesam-new-search, xesam-search): Apply `xesam-get-cached-property'.
4629 (xesam-search-engines): Make it an association list. Take changed
4630 layout into account in the corresponding function.
4631 (xesam-delete-search-engine): Remove check for consistency of
4632 `xesam-search-engines', not needed anymore.
4633 (xesam-mode): Show XML query string only in the debug case.
4634
4635 2008-07-31 Juanma Barranquero <lekktu@gmail.com>
4636
4637 * files.el (read-file-modes): Fix typo in docstring.
4638
4639 2008-07-31 Chong Yidong <cyd@stupidchicken.com>
4640
4641 * Makefile.in: Avoid maintainer warning for autogenerated unicode
4642 files.
4643
4644 * apropos.el (apropos-symbol): Don't set button skip by default.
4645 (apropos-print): Set button skip iff searching for multiple types.
4646 (apropos-print-doc): Insert blank label button when searching for
4647 a single type.
4648
4649 * button.el (forward-button): Avoid infloop.
4650
4651 * minibuffer.el (read-file-name-completion-ignore-case):
4652 Add cygwin to the list.
4653
4654 2008-07-31 Sven Joachim <svenjoac@gmx.de>
4655
4656 * files.el (abbreviate-file-name): When replacing $HOME with ~,
4657 turn off case-fold-search.
4658
4659 2008-07-31 Michael Albinus <michael.albinus@gmx.de>
4660
4661 * net/dbus.el (top): Don't register for "NameOwnerChanged".
4662 (dbus-message-type-invalid, dbus-message-type-method-call)
4663 (dbus-message-type-method-return, dbus-message-type-error)
4664 (dbus-message-type-signal): New defconst.
4665 (dbus-ignore-errors): Fix `edebug-form-spec' property.
4666 (dbus-return-values-table): New defvar.
4667 (dbus-call-method-non-blocking-handler, dbus-event-message-type):
4668 New defun.
4669 (dbus-check-event, dbus-handle-event, dbus-event-serial-number):
4670 Extend docstring. Adapt implementation according to new
4671 `dbus-event' layout.
4672 (dbus-event-service-name, dbus-event-path-name)
4673 (dbus-event-interface-name, dbus-event-member-name):
4674 Adapt implementation according to new `dbus-event' layout.
4675 (dbus-set-property): Correct `dbus-introspect-get-attribute' call.
4676
4677 * net/xesam.el (xesam-type, xesam-query, xesam-xml-string): New defvar.
4678 (xesam-mode): Rework implementation.
4679 (xesam-new-search): Additional parameter TYPE.
4680 (xesam-search): Adapt call of `xesam-new-search'.
4681
4682 2008-07-31 Juri Linkov <juri@jurta.org>
4683
4684 * dired-aux.el (dired-do-chmod): Set default value to the original
4685 mode string using absolute notation like u=rwx,g=rx,o=rx.
4686 Use it as a new arg `default' of `dired-mark-read-string'.
4687 (dired-mark-read-string): Add new optional arg `default'.
4688
4689 * files.el (read-file-modes): Set default value to the original
4690 mode string using absolute notation like u=rwx,g=rx,o=rx.
4691 Use it as the `default' arg of `read-string'.
4692
4693 * filesets.el (filesets-cmd-isearch-getargs): Check if the
4694 variable `files' is bound to avoid warnings.
4695
4696 * isearch.el (isearch-forward-regexp, isearch-forward-word)
4697 (isearch-backward, isearch-backward-regexp): Doc fix - make a link
4698 to the command `isearch-forward' instead of displaying "See C-s".
4699 (isearch-highlight-regexp): Remove arguments `regexp' and `face'
4700 with their interactive specifications. Move reading the face name to
4701 the main body after calls to isearch-done and isearch-clean-overlays.
4702
4703 * mb-depth.el: Unify all names under one common name prefix
4704 `minibuffer-depth-'.
4705 (minibuffer-depth-indicator-function): Rename from
4706 `minibuf-depth-indicator-function'.
4707 (minibuffer-depth-overlay): Rename from
4708 `minibuf-depth-overlay'.
4709 (minibuffer-depth-setup): Rename from
4710 `minibuf-depth-setup-minibuffer'.
4711 (minibuffer-depth-indicate-mode): Rename from
4712 `minibuffer-indicate-depth-mode'.
4713
4714 2008-07-31 Juri Linkov <juri@jurta.org>
4715
4716 * dired-aux.el (dired-isearch-filenames-toggle): New command.
4717 (dired-isearch-filenames-setup): Bind "\M-sf" to
4718 dired-isearch-filenames-toggle in isearch-mode-map.
4719 (dired-isearch-filenames-end): Bind "\M-sf" to nil
4720 in isearch-mode-map.
4721
4722 * isearch.el (isearch-edit-string-set-word): New command.
4723 (minibuffer-local-isearch-map): Bind "\C-w" to
4724 isearch-edit-string-set-word.
4725 (isearch-new-word): Temporary internal variable.
4726 (isearch-edit-string): Remove special case of reading the
4727 first character and checking it for C-w.
4728
4729 * simple.el (read-shell-command, shell-command):
4730 Move code that uses minibuffer-with-setup-hook to set
4731 minibuffer-default-add-function to minibuffer-default-add-shell-commands
4732 from the interactive spec of `shell-command' to `read-shell-command'.
4733
4734 * international/mule-cmds.el (read-char-by-name):
4735 Accept hash notation. Doc fix.
4736 (ucs-insert): Doc fix. Convert to number only when `arg' is
4737 a string. Use separate error message when `arg' is not an integer.
4738 Bind `ucs-insert' to `C-x 8 RET'.
4739
4740 2008-07-31 Joachim Nilsson <joachim.nilsson@member.fsf.org> (tiny change)
4741
4742 * progmodes/cc-styles.el (c-style-alist): For the Ellemtel style,
4743 move the (arglist-cont-nonempty) from c-offsets-alist to
4744 c-hanging-braces-alist like other styles already have.
4745
4746 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
4747
4748 * textmodes/texinfmt.el:
4749 * nxml/nxml-enc.el:
4750 * mail/feedmail.el:
4751 * international/mule.el:
4752 * international/latexenc.el:
4753 * emulation/viper-util.el:
4754 * emulation/viper-init.el:
4755 * emulation/viper-ex.el:
4756 * emacs-lisp/bytecomp.el:
4757 * version.el:
4758 * subr.el:
4759 * startup.el:
4760 * sort.el:
4761 * shadowfile.el:
4762 * recentf.el:
4763 * printing.el:
4764 * paths.el:
4765 * minibuffer.el:
4766 * ls-lisp.el:
4767 * loadup.el:
4768 * hippie-exp.el:
4769 * finder.el:
4770 * files.el:
4771 * ediff-util.el:
4772 * ediff-ptch.el:
4773 * ediff-init.el:
4774 * ediff-diff.el:
4775 * dired.el:
4776 * dired-aux.el:
4777 * cus-edit.el:
4778 * bindings.el:
4779 * arc-mode.el:
4780 * add-log.el: Remove VMS support.
4781 * obsolete/vmsproc.el:
4782 * obsolete/vms-pmail.el:
4783 * obsolete/vms-patch.el: Remove file.
4784
4785 2008-07-31 Alan Mackenzie <acm@muc.de>
4786
4787 * progmodes/cc-mode.el (c-before-hack-hook): New function
4788 (Top Level): Install c-before-hack-hook on
4789 before-hack-local-variables-hook, rather than
4790 c-postprocess-file-styles on hack-local-variables-hook.
4791
4792 2008-07-31 Chong Yidong <cyd@stupidchicken.com>
4793
4794 * files.el (normal-mode): Move call to hack-project-variables into
4795 hack-local-variables.
4796 (file-local-variables-alist, before-hack-local-variables-hook):
4797 New vars.
4798 (ignored-local-variables): Add file-local-variables-alist.
4799 (hack-local-variables-filter): Renamed from
4800 hack-local-variables-apply. Add the result to
4801 file-local-variables-alist, without applying them.
4802 (hack-local-variables): Set file-local-variables-alist to nil.
4803 Call hack-project-variables and before-hack-local-variables-hook.
4804 Apply variables here, instead of hack-local-variables-apply.
4805 Based on a patch by Alan Mackenzie.
4806
4807 2008-07-30 Thien-Thi Nguyen <ttn@gnuvola.org>
4808
4809 * info-look.el (autoconf-mode :doc-spec): For
4810 "(autoconf)M4 Macro Index", if the item already
4811 begins with "AS_", don't prefix that string again.
4812
4813 2008-07-30 Juri Linkov <juri@jurta.org>
4814
4815 * info.el (info, Info-mode): Doc fix.
4816
4817 * isearch.el (isearch-mode-map): Bind `M-s r' to
4818 `isearch-toggle-regexp' and `M-s w' to `isearch-toggle-word'.
4819 (search-map): Bind `M-s w' to `isearch-forward-word' globally
4820 in the global map `search-map'.
4821 (isearch-forward): Doc fix.
4822 (isearch-forward-word, isearch-toggle-case-fold): New commands.
4823
4824 * simple.el (quoted-insert): Comment out code that treats
4825 0240-0377 specially.
4826
4827 2008-07-30 Chong Yidong <cyd@stupidchicken.com>
4828
4829 * cus-start.el: Add customization info for
4830 read-buffer-completion-ignore-case.
4831
4832 2008-07-30 Sam Steingold <sds@gnu.org>
4833
4834 * vc-dir.el (vc-dir): Call file-truename on the dir argument.
4835
4836 2008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
4837
4838 * vc-dir.el (vc-dir-menu-map, vc-at-event): Fix docstring.
4839 (vc-dir-mode): Improve docstring.
4840
4841 2008-07-30 Juri Linkov <juri@jurta.org>
4842
4843 * dired-aux.el (dired-isearch-filenames-setup): Add autoload cookie
4844 for the sake of isearch-mode-hook in dired-mode in dired.el.
4845
4846 2008-07-19 Markus Triska <markus.triska@gmx.at>
4847
4848 * image-mode.el (image-mode): Set image-mode-text-map when image
4849 cannot be displayed.
4850
4851 2008-07-30 Stephen Leake <stephen_leake@stephe-leake.org>
4852
4853 * progmodes/ada-prj.el (ada-prj-initialize-values): Fix use of deleted
4854 ada-xref-set-default-prj-values.
4855 (ada-prj-display-page): Ditto.
4856
4857 * progmodes/ada-xref.el (ada-gnatstub-opts): Fix doc string.
4858 (ada-make-filename-from-adaname): Fix free variable.
4859
4860 2008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
4861
4862 * vc-git.el (vc-git-status-printer): Synchronize with the default.
4863
4864 2008-07-30 Michael McNamara <mac@mail.brushroad.com>
4865
4866 * progmodes/verilog-mode.el (verilog-do-indent): Remove special indent
4867 for declarations inside a parenthetical list. The code is ill-advised,
4868 and doesn't work given user defined types.
4869 (verilog-set-auto-endcomments): Enhance function automatic
4870 endcomment to support functions that return user defined types.
4871 (verilog-mode): Add code to tell which-function-mode minor mode
4872 that Verilog supports this feature.
4873 (verilog-beg-block-re-ordered, verilog-indent-re)
4874 (verilog-forward-sexp, verilog-forward-wa, verilog-calc-1)
4875 (verilog-leap-to-head): Support the new virtual and/or protected
4876 tasks, as well as extern declarations of tasks for indenting and
4877 for forward/backward expression.
4878
4879 2008-07-30 Wilson Snyder <wsnyder@wsnyder.org>
4880
4881 * progmodes/verilog-mode.el (verilog-read-decls): Allow AUTORESET
4882 to work with SV 'logic' signals. Suggested by Julian Gorfajn.
4883 (verilog-auto-inst-column): Make verilog-auto-inst-column customizable.
4884 (verilog-string-replace-matches): Avoid recursion with small
4885 replacements.
4886 (verilog-auto-inst-param-value, verilog-mode-version)
4887 (verilog-mode-version-date, verilog-read-inst-param-value)
4888 (verilog-auto-inst, verilog-auto-inst-param)
4889 (verilog-auto-inst-port, verilog-simplify-range-expression): Add
4890 verilog-auto-inst-param-value option for AUTOINST. Suggested by
4891 David Rogoff. This allows parameters to be replaced with their
4892 values, on the expansion of an AUTOINST with Verilog 2001 style
4893 parameter settings.
4894
4895 2008-07-30 David Lord <david.lord@phonecoop.coop> (tiny change)
4896
4897 * calendar/timeclock.el (timeclock-day-projects): Change a `cdr'
4898 to `cddr'.
4899
4900 2008-07-29 Chong Yidong <cyd@stupidchicken.com>
4901
4902 * Makefile.in (ELCFILES): Add mairix.elc.
4903
4904 2008-07-29 David Engster <deng@randomsample.de>
4905
4906 * net/mairix.el: New file.
4907
4908 2008-07-29 Juri Linkov <juri@jurta.org>
4909
4910 * cus-edit.el (custom-face-tag): Inherit from custom-variable-tag
4911 instead of variable-pitch with bold and 1.2 height.
4912
4913 * dired-aux.el (dired-do-async-shell-command): New command.
4914
4915 * dired.el (dired-mode-map): Rebind `dired-flag-garbage-files'
4916 from `&' to `%&'. Bind `&' to `dired-do-async-shell-command'.
4917
4918 2008-07-29 Juri Linkov <juri@jurta.org>
4919
4920 * international/mule-cmds.el (ucs-names): New internal variable.
4921 (ucs-names): New function.
4922 (ucs-completions): New lazy completion variable.
4923 (read-char-by-name): New function.
4924 (ucs-insert): Replace interactive spec letter "s" with the call to
4925 `read-char-by-name'.
4926
4927 * replace.el (read-regexp): Add second arg `default'. Doc fix.
4928
4929 * replace.el (occur-read-primary-args):
4930 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
4931 (hi-lock-face-phrase-buffer): Use `(car regexp-history)' as the
4932 second arg of `read-regexp'.
4933
4934 * dired-aux.el (dired-isearch-filenames): New user option.
4935 (dired-isearch-orig-success-function): New internal variable.
4936 (dired-isearch-filenames-setup, dired-isearch-filenames-end)
4937 (dired-isearch-success-function): New functions.
4938 (dired-isearch-filenames, dired-isearch-filenames-regexp):
4939 New commands.
4940
4941 * dired.el (dired-insert-set-properties): Add new text property
4942 `dired-filename' to put on file names.
4943 (dired-mode-map): Bind `M-s f C-s' to `dired-isearch-filenames'
4944 and `M-s f M-C-s' to `dired-isearch-filenames-regexp'.
4945 Add menu items.
4946 (dired-mode): Add hook `dired-isearch-filenames-setup' to
4947 buffer-local `isearch-mode-hook'.
4948
4949 2008-07-29 Juanma Barranquero <lekktu@gmail.com>
4950
4951 * progmodes/ada-mode.el (ada-batch-reformat): Doc fix.
4952 (ada-create-case-exception): Fix typo in docstring.
4953 (ada-no-auto-case): Return nil, not the docstring.
4954 (ada-indent-current): Reflow docstring.
4955
4956 * progmodes/ada-prj.el (ada-prj-edit, ada-prj-initialize-values)
4957 (ada-prj-save-specific-option, ada-prj-field): Fix typos in docstrings.
4958 (ada-prj-load-from-file): Reflow docstring.
4959 (ada-prj-display-page): Fix typo in widget.
4960
4961 * progmodes/ada-stmt.el (ada-case, ada-package-body, ada-private):
4962 Fix typos in docstrings.
4963
4964 * progmodes/ada-xref.el (ada-find-executable, ada-gnat-parse-gpr)
4965 (ada-compile-current, ada-check-current, ada-run-application)
4966 (ada-get-ali-file-name): Fix typos in docstrings.
4967 (ada-xref-confirm-compile, ada-find-references)
4968 (ada-find-local-references, ada-find-any-references): Doc fixes.
4969 (ada-get-all-references): Fix typo in error message.
4970 (ada-xref-current-project): Use `let', not `let*'.
4971 (ada-do-file-completion, ada-xref-change-buffer): Reflow docstring.
4972
4973 2008-07-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4974
4975 * whitespace.el (whitespace-newline): Change initialization to have a
4976 low contrast relative to the background color. Suggested by David
4977 Reitter <david.reitter@gmail.com>.
4978
4979 2008-07-28 Juri Linkov <juri@jurta.org>
4980
4981 * dired-aux.el (dired-do-isearch, dired-do-isearch-regexp):
4982 New functions.
4983
4984 * dired.el (dired-mode-map): Bind dired-do-isearch to `M-s a C-s'
4985 and dired-do-isearch-regexp to `M-s a M-C-s'. Add menu items.
4986
4987 2008-07-28 Seiji Zenitani <zenitani@mac.com>
4988
4989 * help-fns.el (help-C-file-name): Add .m (Obj-C code) for Cocoa port.
4990 * emacs-lisp/find-func.el (find-function-search-for-symbol): Likewise.
4991
4992 2008-07-28 Stephen Leake <stephen_leake@stephe-leake.org>
4993
4994 * progmodes/ada-mode.el (ada-mode): Clean up XEmacs handling.
4995 Add support for add-log.
4996 (ada-end-stmt-re): Fix bug - allow comment after 'when'.
4997
4998 * progmodes/ada-prj.el: Delete 'main_unit' project variable.
4999 (ada-prj-save): Prompt for file name if not given.
5000 (ada-prj-display-page): Display casing exceptions.
5001
5002 * progmodes/ada-xref.el: Add support for GNAT project files as Emacs
5003 Ada mode project files. Delete 'main_unit' project variable;
5004 only need 'main'. Simplify handling of default project values.
5005 Use cross-prefix consistently.
5006 (ada-find-executable): Throw error if not found.
5007 (ada-initialize-runtime-library): Improve error handling when
5008 gnatls not found.
5009 (ada-gnat-parse-gpr): New.
5010 (ada-treat-cmd-string): Allow process environment variables.
5011 (ada-xref-set-default-prj-values): Delete; replace with
5012 ada-default-prj-properties.
5013 (ada-parse-prj-file): Handle GNAT project files.
5014 (ada-parse-prj-file-1): New, factored out of ada-parse-prj-file.
5015 (ada-select-prj-file): New.
5016 (ada-get-absolute-dir-list): Allow project and environment variables.
5017
5018 2008-07-27 Michael Albinus <michael.albinus@gmx.de>
5019
5020 Sync with Tramp 2.1.14.
5021
5022 * net/tramp.el (tramp-perl-directory-files-and-attributes)
5023 (tramp-get-device): Make device number a cons cell.
5024 (tramp-convert-file-attributes): Make inode a cons cell.
5025
5026 * net/trampver.el: Update release number.
5027
5028 2008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
5029
5030 * faces.el (face-set-after-frame-default): Treat 'ns as all other
5031 window systems.
5032
5033 2008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
5034
5035 * term/ns-win.el (do-applescript): New alias in carbon-compat section.
5036
5037 2008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
5038
5039 Remove support for Mac Carbon.
5040 * term/mac-win.el: Remove file
5041 * international/mule-cmds.el:
5042 * version.el:
5043 * startup.el:
5044 * simple.el:
5045 * mwheel.el:
5046 * mouse.el:
5047 * loadup.el:
5048 * isearch.el:
5049 * info.el:
5050 * frame.el:
5051 * faces.el:
5052 * disp-table.el:
5053 * cus-start.el:
5054 * cus-face.el:
5055 * cus-edit.el:
5056 * Makefile.in: Remove code for Carbon.
5057
5058 2008-07-26 Adrian Robert <Adrian.B.Robert@gmail.com>
5059
5060 * term/ns-win.el (ns-extended-platform-support-mode): Get rid of
5061 bindings for functions deleted by Dan N. 2008-07-21. Set
5062 where-is-preferred-modifier. Add show-manual option to Help menu.
5063
5064 2008-07-26 Michael Albinus <michael.albinus@gmx.de>
5065
5066 * net/tramp.el (tramp-handle-start-file-process):
5067 Set query-on-exit flag. Kill temporary buffer.
5068 (tramp-process-sentinel): Remove defun.
5069 (tramp-do-copy-or-rename-file-out-of-band)
5070 (tramp-maybe-open-connection): Don't call it.
5071
5072 * net/tramp-fish.el (tramp-fish-maybe-open-connection): Don't call
5073 `tramp-process-sentinel'.
5074
5075 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Don't call
5076 `tramp-process-sentinel'.
5077
5078 * net/xesam.el (xesam-from): Remove defvar.
5079 (xesam-mode): Derive from `special-mode'. Extend `xesam-mode-map'
5080 and `mode-line-position'.
5081 (xesam-refresh-entry): Remove argument `hit-number'. Add debug
5082 information to the widgets. Don't set `mode-line-position'.
5083 (xesam-refresh-search-buffer): Correct hit number computing.
5084 Don't set `mode-line-position'.
5085 (xesam-new-search): Add debug information to the mode line.
5086
5087 2008-07-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5088
5089 * diff-mode.el (diff-show-trailing-blanks): Renamed to
5090 diff-show-trailing-whitespaces.
5091
5092 2008-07-25 Chong Yidong <cyd@stupidchicken.com>
5093
5094 * textmodes/tex-mode.el (tex-compilation-parse-errors): Check for
5095 invalid filename strings when parsing tex errors (bug#376).
5096
5097 2008-07-25 Dan Nicolaescu <dann@ics.uci.edu>
5098
5099 * menu-bar.el (menu-bar-file-menu): Fix typo.
5100
5101 2008-07-25 Juanma Barranquero <lekktu@gmail.com>
5102
5103 * play/solitaire.el (solitaire-mode-map): Define within defvar.
5104 (solitaire-mode): Define with `define-derived-mode'.
5105 (solitaire-insert-board, solitaire-right, solitaire-left, solitaire-up)
5106 (solitaire-down): Use "?\s" instead of "?\ "; use `when'.
5107 (solitaire-undo, solitaire-check): Use `when'.
5108 (solitaire-solve): Err out if the solitaire is already in progress.
5109 Use `when'.
5110
5111 * descr-text.el (describe-char): Don't overwrite local variable char
5112 when describing characters with display-table entries. Display font
5113 backend when describing composed characters. Simplify: use `let'
5114 instead of `let*', and `or x y' instead of `if x x y'.
5115
5116 2008-07-25 Chong Yidong <cyd@stupidchicken.com>
5117
5118 * image-mode.el (image-minor-mode): Set up winprops.
5119
5120 2008-07-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5121
5122 * diff-mode.el (diff-show-trailing-blanks): New fun.
5123 Show trailing blanks in modified lines for diff-mode.
5124
5125 2008-07-24 Michael Albinus <michael.albinus@gmx.de>
5126
5127 * Makefile.in (ELCFILES): Add net/xesam.el.
5128
5129 * net/tramp.el (tramp-handle-start-file-process): Make NAME a unique
5130 process name. Reported by Markus Triska <markus.triska@gmx.at>.
5131
5132 * net/xesam.el: New file.
5133
5134 2008-07-24 Sven Joachim <svenjoac@gmx.de>
5135
5136 * dired-aux.el (dired-copy-file-recursive): Avoid calling
5137 set-file-modes when creating target directories.
5138
5139 2008-07-24 Juanma Barranquero <lekktu@gmail.com>
5140
5141 * play/solitaire.el (solitaire-mode): Fix typo in docstring.
5142 Set `show-trailing-whitespace' to nil.
5143 (solitaire, solitaire-mode-map, solitaire-mode-hook, solitaire-solve):
5144 Fix typos in docstrings.
5145
5146 2008-07-24 Chong Yidong <cyd@stupidchicken.com>
5147
5148 * textmodes/enriched.el (enriched-mode-map): Bind C-a and C-j via
5149 key remapping, not directly.
5150
5151 2008-07-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5152
5153 * whitespace.el: New version 11.2.
5154 (whitespace-newline-mode, global-whitespace-newline-mode): New newline
5155 minor mode visualization.
5156
5157 2008-07-24 Dan Nicolaescu <dann@ics.uci.edu>
5158
5159 * progmodes/cc-mode.el (auto-mode-alist): Add .i and .ii files.
5160
5161 * Makefile.in (ELCFILES): Add term/common-win.elc.
5162
5163 * vc-dir.el (vc-dir-search, vc-dir-isearch)
5164 (vc-dir-isearch-regexp): New functions.
5165 (vc-dir-mode-map, vc-dir-menu-map): Bind them.
5166
5167 2008-07-23 Juri Linkov <juri@jurta.org>
5168
5169 * isearch-multi.el: Remove file to avoid dos file name clashes
5170 with isearch-x.el. Move most content to misearch.el.
5171
5172 * misearch.el: New file with most content from isearch-multi.el.
5173 Rename `isearch-buffers' name prefixes to `multi-isearch'.
5174 Remove `isearch-buffers-minor-mode'. Add new function
5175 `multi-isearch-setup' to `isearch-mode-hook'. New top-level
5176 commands `multi-isearch-buffers', `multi-isearch-buffers-regexp',
5177 `multi-isearch-files', `multi-isearch-files-regexp'.
5178
5179 * Makefile.in (ELCFILES): Remove isearch-multi.elc. Add misearch.elc.
5180
5181 * isearch.el (isearch-message-prefix): Display "Multi" when
5182 `multi-isearch-next-buffer-current-function' is non-nil.
5183 (isearch-search-string): Replace `isearch-buffers-next-buffer-function'
5184 with `multi-isearch-next-buffer-current-function', and
5185 `isearch-buffers-current-buffer' with `multi-isearch-current-buffer'.
5186
5187 * add-log.el (change-log-mode): Set `change-log-next-buffer' to
5188 `multi-isearch-next-buffer-function' instead of
5189 `isearch-buffers-next-buffer-function'. Remove call to
5190 `isearch-buffers-minor-mode'.
5191
5192 * buff-menu.el (Buffer-menu-marked-buffers)
5193 (Buffer-menu-isearch-buffers)
5194 (Buffer-menu-isearch-buffers-regexp): New functions.
5195 (Buffer-menu-mode-map): Bind "M-s a C-s" to
5196 `Buffer-menu-isearch-buffers', and "M-s a M-C-s" to
5197 `Buffer-menu-isearch-buffers-regexp'.
5198 (Buffer-menu-mode): Document new commands in docstring.
5199 (list-buffers-noselect): Add one space after Info file name
5200 according to the Info address convention.
5201
5202 * ibuf-ext.el (ibuffer-do-isearch, ibuffer-do-isearch-regexp):
5203 New functions.
5204
5205 * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-s" to
5206 `ibuffer-do-isearch' and "M-s a M-C-s" to `ibuffer-do-isearch-regexp'.
5207 (ibuffer-mode): Document new commands in docstring.
5208
5209 * filesets.el (filesets-commands): Add commands for "Isearch" and
5210 "Isearch (regexp)". Replace `query-replace' and `query-replace-regexp'
5211 with `perform-replace' using `filesets-cmd-query-replace-regexp-getargs'.
5212 (filesets-run-cmd): Call `fn' only once if it is `multi-isearch-files'
5213 or `multi-isearch-files-regexp'.
5214 (filesets-cmd-query-replace-getargs): Call standard function
5215 `query-replace-read-args' to read `query-replace' arguments.
5216 Add `multi-query-replace-map'.
5217 (filesets-cmd-query-replace-regexp-getargs)
5218 (filesets-cmd-isearch-getargs): New functions.
5219
5220 2008-07-23 Chong Yidong <cyd@stupidchicken.com>
5221
5222 * international/mule.el (recode-region): Deactivate mark at the end.
5223
5224 2008-07-23 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
5225
5226 * progmodes/flymake.el (flymake-errline, flymake-warnline):
5227 Use more suitable colors on dark displays.
5228
5229 2008-07-23 Michael Albinus <michael.albinus@gmx.de>
5230
5231 * net/tramp.el (tramp-methods): Add "-q" for "scp", "scp1",
5232 "scp2", "ssh", "ssh1", "ssh2", "scpc", "scpx", "sshx".
5233 (tramp-temp-buffer-name): New defconst.
5234 (tramp-handle-start-file-process): Use it. Apply "exec", for the
5235 command. No trailing prompt.
5236 (tramp-process-sentinel): Remove temporary buffer, if existing.
5237 Don't handle trailing prompt.
5238 (tramp-open-connection-setup-interactive-shell):
5239 Use `tramp-temp-buffer-name'.
5240
5241 2008-07-23 Chong Yidong <cyd@stupidchicken.com>
5242
5243 * shell.el (shell-dynamic-complete-functions):
5244 Use comint-dynamic-complete-filename as well (bug#361).
5245
5246 2008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
5247
5248 * term/ns-win.el:
5249 * version.el (emacs-version):
5250 * loadup.el:
5251 * frame.el (make-frame-on-display): Check for ns instead of
5252 ns-windowing.
5253
5254 * dired.el (dired-mode-map): Show the key binding for wdired.
5255
5256 * menu-bar.el (menu-bar-file-menu): Show the key binding for
5257 exiting Emacs.
5258
5259 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
5260
5261 * term/ns-win.el (x-list-fonts): Drop alias.
5262
5263 2008-07-23 Juri Linkov <juri@jurta.org>
5264
5265 * replace.el (multi-query-replace-map): New variable.
5266 (perform-replace): Add processing of new multi-buffer keys bound
5267 to `automatic-all' and `exit-current'. Set `query-flag' to nil
5268 if last input char was `automatic-all'. Set new local variable
5269 `multi-buffer' to t when one of new two keys were typed. Return
5270 non-nil value of `multi-buffer' that tells to calling functions
5271 to continue replacement on the next file.
5272
5273 * progmodes/etags.el (tags-query-replace): Set arg `map' of
5274 `perform-replace' to `multi-query-replace-map'.
5275
5276 2008-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
5277
5278 * diff-mode.el (diff-auto-refine-mode): Remove lighter, since it's
5279 otherwise displayed in every buffer.
5280
5281 * vc-arch.el (vc-arch-trim-make-sentinel): Use a closure.
5282 (vc-arch-trim-one-revlib): Delete temp directories as well.
5283
5284 2008-07-22 Stephen Eglen <stephen@gnu.org>
5285
5286 * iswitchb.el (iswitchb-delim): New variable. Suggested by Ted Roden.
5287
5288 2008-07-22 Sven Joachim <svenjoac@gmx.de>
5289
5290 * vc-dir.el (vc-dir-recompute-file-state): Fix mismatched parenthesis.
5291
5292 2008-07-22 Miles Bader <miles@gnu.org>
5293
5294 * progmodes/sh-script.el (sh-newline-and-indent): Remove.
5295 (sh-mode-map): Remove remapping of newline-and-indent.
5296
5297 2008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
5298
5299 * vc.el (Todo): Update.
5300
5301 * vc-hooks.el: Remove obsolete comment.
5302
5303 * vc-git.el (vc-git-status-printer): Update the directory display
5304 to match the default.
5305
5306 * vc-dir.el (vc-dir-recompute-file-state): Add workaround for CVS.
5307
5308 2008-07-21 Chong Yidong <cyd@stupidchicken.com>
5309
5310 * menu-bar.el (menu-bar-line-wrapping-menu): Use Visual Line mode
5311 for "word wrap" command.
5312
5313 * simple.el (visual-line-mode): Disable truncate-partial-width-windows.
5314
5315 2008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
5316
5317 * term/ns-win.el: Rename ns- functions/variables to the
5318 corresponding x- versions.
5319 (x-select-text, x-cut-buffer-or-selection-value)
5320 (x-disown-selection-internal, x-get-selection-internal)
5321 (x-own-selection-internal, x-defined-colors, xw-defined-colors)
5322 (x-display-mm-width, x-display-mm-height)
5323 (x-display-backing-store, x-display-save-under)
5324 (x-display-visual-class, x-display-screens, x-focus-frame): Remove
5325 defaliases.
5326
5327 * frame.el (ns-display-name): Remove declaration.
5328 (make-frame-on-display): Use x-display-name instead
5329 ns-display-name. Use unless.
5330
5331 * startup.el (command-line-1): Fix indentation.
5332
5333 * term/ns-win.el (up-one, down-one, left-one, right-one): Remove,
5334 checked in inadvertently.
5335
5336 2008-07-21 Chong Yidong <cyd@stupidchicken.com>
5337
5338 * term/ns-win.el: Standardize references to "Nextstep" in
5339 comments, messages, and docstrings.
5340 (ns-handle-args, x-parse-geometry)
5341 (ns-extended-platform-support-mode, x-setup-function-keys)
5342 (ns-select-overlay, ns-unselect-line, ns-yes-or-no-p)
5343 (ns-set-pasteboard, ns-scroll-bar-move, ns-defined-colors)
5344 (ns-initialized, ns-initialize-window-system): Doc fixes.
5345
5346 2008-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
5347
5348 * diff-mode.el (diff-auto-refine): Delete defcustom.
5349 (diff-auto-refine-mode): New func/var via define-minor-mode.
5350 Update var ref to use diff-auto-refine-mode.
5351 * smerge-mode.el (diff-mode): Require when compiling.
5352 (smerge-auto-refine): Delete defcustom.
5353 Update smerge-auto-refine ref to use diff-auto-refine-mode.
5354
5355 2008-07-21 Chong Yidong <cyd@stupidchicken.com>
5356
5357 * simple.el (visual-line): New custom group.
5358 (visual-line-fringe-indicators): New var.
5359 (visual-line-mode): Set fringe-indicator-alist based on
5360 visual-line-fringe-indicators. Add lighter.
5361
5362 2008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
5363
5364 * term/x-win.el (x-handle-switch, x-handle-numeric-switch)
5365 (x-handle-initial-switch, x-handle-iconic, x-handle-xrm-switch)
5366 (x-handle-geometry, x-handle-name-switch, x-display-name)
5367 (x-handle-display, x-handle-args, x-colors): Move ...
5368 * term/common-win.el: ... here. New file.
5369 * term/w32-win.el (x-handle-switch, x-handle-numeric-switch)
5370 (x-handle-initial-switch, x-handle-iconic, x-handle-xrm-switch)
5371 (x-handle-geometry, x-handle-name-switch, x-display-name)
5372 (x-handle-display, x-handle-args, x-colors): Remove.
5373 * loadup.el: Load term/common-win before term/x-win and term/w32-win.
5374
5375 2008-07-19 Juri Linkov <juri@jurta.org>
5376
5377 * startup.el (fancy-startup-text): Move the line "To quit
5378 a partially entered command, type Control-g" a few lines below
5379 to be after the line "To start". Add text "at gnu.org" to
5380 "Overview of Emacs features".
5381
5382 * dired.el (dired-mode-map): Fix menu text of
5383 image-dired-display-thumbs.
5384
5385 * image-dired.el (image-dired-cmd-create-thumbnail-options)
5386 (image-dired-cmd-create-temp-image-options)
5387 (image-dired-cmd-create-standard-thumbnail-command): Add > to the
5388 ImageMagick command line to change the dimensions of the image
5389 only if its width or height exceeds the geometry specification.
5390
5391 * longlines.el: Add coding cookie utf-8 for the pilcrow sign.
5392
5393 * proced.el (proced-mode, proced): Add \\<proced-mode-map>
5394 to docstrings.
5395
5396 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
5397
5398 * term/ns-win.el (ns-ps-print-menu-map): Fix typo pointed out by
5399 Vinicius Jose Latorre.
5400
5401 2008-07-19 Glenn Morris <rgm@gnu.org>
5402
5403 * term/ns-win.el (ns-make-command-string): Use mapconcat.
5404 (ns-save-preferences): Fix typo in previous change. (Bug#573)
5405
5406 2008-07-18 Michael Albinus <michael.albinus@gmx.de>
5407
5408 * net/dbus.el (dbus-interface-properties): New defconst.
5409 (dbus-introspect): Update docstring.
5410 (dbus-introspect-xml, dbus-introspect-get-attribute)
5411 (dbus-introspect-get-node-names, dbus-introspect-get-all-nodes)
5412 (dbus-introspect-get-interface-names)
5413 (dbus-introspect-get-interface, dbus-introspect-get-method-names)
5414 (dbus-introspect-get-method, dbus-introspect-get-signal-names)
5415 (dbus-introspect-get-signal, dbus-introspect-get-property-names)
5416 (dbus-introspect-get-property)
5417 (dbus-introspect-get-annotation-names)
5418 (dbus-introspect-get-annotation)
5419 (dbus-introspect-get-argument-names, dbus-introspect-get-argument)
5420 (dbus-introspect-get-signature, dbus-get-property)
5421 (dbus-set-property, dbus-get-all-properties): New defuns.
5422
5423 2008-07-18 Chong Yidong <cyd@stupidchicken.com>
5424
5425 * Makefile.in (ELCFILES): Remove ns-carbon-compat.elc and
5426 ns-grabenv.elc.
5427
5428 * ns-carbon-compat.el: File removed.
5429
5430 * ns-grabenv.el: File removed.
5431
5432 * term/ns-win.el: Contents of ns-carbon-compat.el and
5433 ns-grabenv.el moved here.
5434 (ns-grabenv, ns-open-file-select-line): Doc fixes.
5435 (ns-submit-bug-report): Function removed. Reports go to the main
5436 Emacs bug list.
5437 (ns-handle-args, ns-spi-service-call): Doc fixes.
5438 (info-ns-emacs): Function removed. Nextstep port manual will be
5439 merged into the Emacs manual, so no separate link needed.
5440
5441 2008-07-18 Francesc Rocher <rocher@member.fsf.org>
5442
5443 * startup.el (fancy-splash-head): Fix change of 2008-07-02.
5444
5445 2008-07-18 Glenn Morris <rgm@gnu.org>
5446
5447 * eshell/esh-arg.el (eshell-quote-backslash): Restrict previous change
5448 to XEmacs, since it does nothing for Emacs.
5449
5450 2008-07-18 Katsumi Yamaoka <yamaoka@jpl.org>
5451
5452 * net/tls.el (open-tls-stream): Make it work with the 2nd argument
5453 BUFFER that is a string but does not exist as a buffer object, as
5454 mentioned in the doc-string.
5455
5456 2008-07-17 Chong Yidong <cyd@stupidchicken.com>
5457
5458 * simple.el (line-move-visual): Make it a defcustom.
5459 (line-move-1): Convert temporary-goal-column back to an integer if
5460 it was set as a float by a previous call to line-move-visual.
5461 (end-of-visual-line, beginning-of-visual-line)
5462 (next-logical-line, previous-logical-line): New functions.
5463
5464 2008-07-17 David Reitter <david.reitter@gmail.com>
5465
5466 * simple.el (kill-visual-line, turn-on-visual-line-mode): New
5467 functions.
5468 (visual-line-mode, global-visual-line-mode): New minor mode.
5469 (visual-line-mode-map): New variable.
5470
5471 2008-07-17 Glenn Morris <rgm@gnu.org>
5472
5473 * term/ns-win.el (parameters): Declare for compiler.
5474
5475 2008-07-17 Fan Kai <fktpp@xemacs.org> (tiny change)
5476
5477 * eshell/esh-arg.el (eshell-quote-backslash): Fix eshell path completion
5478 for Windows.
5479
5480 2008-07-17 Daiki Ueno <ueno@unixuser.org>
5481
5482 * epa.el (epa-key-list-mode): Use run-mode-hooks.
5483 (epa-key-mode): Ditto.
5484 (epa-info-mode): Ditto.
5485
5486 2008-07-17 Glenn Morris <rgm@gnu.org>
5487
5488 * term/ns-win.el (ns-handle-switch): Simplify. Handle the numeric case.
5489 (ns-handle-numeric-switch): Just call ns-handle-switch.
5490 (ns-handle-name-switch, ns-handle-nxopen, ns-handle-nxopentemp)
5491 (ns-handle-args): Simplify using `pop'.
5492 (ns-display-name): Define (used in frame.el).
5493 (menu-bar-select-frame): Add (ignored) arg to more closely match the
5494 original definition.
5495 (ns-perform-service): Declare.
5496 (ns-save-preferences): Use fewer `let's.
5497
5498 * frame.el (ns-display-name): Declare for compiler.
5499
5500 2008-07-17 Kenichi Handa <handa@m17n.org>
5501
5502 * descr-text.el (describe-char-unidata-list): Initialize to the
5503 list of name, general-category, decomposition, and old-name.
5504
5505 2008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
5506
5507 * startup.el (command-line-1): Update processing of NS long options to
5508 mimic recent changes to processing of X long options.
5509
5510 2008-07-16 Nick Roberts <nickrob@snap.net.nz>
5511
5512 * progmodes/gdb-ui.el (gdb-create-define-alist): Don't create a
5513 list of #defines for remote files.
5514 (gdb-source-info): Only show main if it has been found.
5515
5516 2008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
5517
5518 * term/ns-win.el: Require CL; fix up comment style; reindent.
5519 (ns-define-service): Use subst-char-in-string. Avoid `eval'.
5520 (ns-save-preferences): Use `case'.
5521 (ns-initialize-window-system): Use `dolist'.
5522
5523 2008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
5524
5525 * loadup.el: Remove load of easy-mmode prior to ns-win when NS
5526 windowing is used.
5527 * term/ns-win.el (ns-extended-platform-support-mode):
5528 Correct/improve documentation.
5529
5530 2008-07-16 Glenn Morris <rgm@gnu.org>
5531
5532 * emacs-lisp/cl-compat.el, emacs-lisp/cl-macs.el, emacs-lisp/cl-seq.el:
5533 Simply require 'cl (see comment in cl-compat.el).
5534 * emacs-lisp/cl-macs.el (cl-compile-time-init): Remove function.
5535 * emacs-lisp/cl.el (cl-do-pop, cl-mapcar-many): Declare for compiler.
5536 (cl-hack-byte-compiler): Load cl-macs and run cl-hack-bytecomp-hook
5537 directly rather by subterfuge. Provide cl before loading cl-macs.
5538
5539 * paths.el (rmail-spool-directory): Remove settings for systems that are
5540 no longer supported.
5541
5542 * frame.el (ns-initialize-window-system): Declare for compiler.
5543
5544 * term/ns-win.el: Add numerous declarations for compiler.
5545 (ns-pop-up-frames): Move definition before use. Doc fix.
5546
5547 * emacs-lisp/check-declare.el (check-declare-locate)
5548 (check-declare-verify): Handle .m files.
5549
5550 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
5551
5552 * ns-carbon-compat.el: New file: user-visible compatibility of
5553 NeXTstep port with Carbon port.
5554 * ns-grabenv.el: New file: functionality useful on OS X platform to
5555 expose environment variables inside Emacs started from icon.
5556 * Makefile.in (ELCFILES): Add ns-carbon-compat, ns-grabenv, ns-win.
5557 * cus-edit.el:
5558 * cus-face.el:
5559 * disp-table.el:
5560 * faces.el:
5561 * info.el:
5562 * mouse.el:
5563 * mwheel.el:
5564 * simple.el: Add ns to window systems treated as GUIs.
5565 * facemenu.el (facemenu-read-color): Don't require a name match under
5566 NS, to allow numeric color entry.
5567 * frame.el (make-frame-on-display): Follow code for 'x in initializing
5568 'ns window system if need be.
5569 (various): Add 'ns as described above.
5570 * loadup.el: Load ns-win.el, easy-menu.el, easy-mmode.el if
5571 ns-windowing is active.
5572 * startup.el (command-line-ns-option-alist): New constant to handle NS
5573 windowing system specific command line args analogous to how they are
5574 handled for X windows.
5575 (command-line-1): Use the above where appropriate.
5576 * version.el: Add NS port version.
5577 * woman.el (woman-man.conf-path): Add /usr/share/misc to init path on
5578 Darwin (usually OS X) systems.
5579 (woman-use-own-frame): Include 'ns in list of GUI window systems.
5580 * emulation/viper-util.el (ns-display-color-p)
5581 (ns-color-defined-p): Remove these (caustically-commented) outdated
5582 compensations for a port that was never itself integrated until now.
5583 * gnus/gnus-util.el (gnus-select-frame-set-input-focus): Add support
5584 for NS window system.
5585 * international/mule-cmds.el: Add 'ns to list of special-cased window
5586 systems (probably most of these, x/w32/mac/ns could be changed to
5587 window-system non-nil).
5588 * term/ns-win.el: New file: lisp-side support for NS windowing system.
5589
5590 2008-07-14 Jason Rumney <jasonr@gnu.org>
5591
5592 * term/w32-win.el (x-handle-switch, x-handle-name-switch)
5593 (x-handle-numeric-switch, x-handle-initial-switch)
5594 (x-handle-xrm-switch, x-handle-args, x-handle-display)
5595 (xw-defined-colors, w32-initialize-window-system):
5596 Avoid use of cl pop and push macros.
5597
5598 2008-07-14 Martin Rudalics <rudalics@gmx.at>
5599
5600 * add-log.el (change-log-goto-source): Avoid wrong-type-argument
5601 error when change-log-search-file-name returns nil.
5602
5603 2008-07-13 Martin Rudalics <rudalics@gmx.at>
5604
5605 * add-log.el (change-log-search-file-name):
5606 Use match-string-no-properties.
5607 (change-log-search-tag-name-1, change-log-search-tag-name)
5608 (change-log-goto-source-1, change-log-goto-source): New functions.
5609 (change-log-tag-re, change-log-find-head, change-log-find-tail):
5610 New variables.
5611 (change-log-mode-map): Bind C-c C-c to change-log-goto-source.
5612
5613 2008-07-13 Jay Belanger <jay.p.belanger@gmail.com>
5614
5615 * calc/calc-help.el (calc-describe-key): Add angles to special key
5616 descriptions.
5617
5618 2008-07-13 Vincent Belaïche <vincent.b.1@hotmail.fr>
5619
5620 * calc/calc-help.el (calc-describe-thing): Use `re-search-forward' to
5621 search for regexp.
5622
5623 2008-07-12 Chong Yidong <cyd@stupidchicken.com>
5624
5625 * simple.el (line-move-visual): Handle null pixel position gracefully.
5626
5627 2008-07-11 Jason Rumney <jasonr@gnu.org>
5628
5629 * files.el (file-truename): Get truename of ancestors if file does
5630 not exist on Windows.
5631
5632 2008-07-11 Chong Yidong <cyd@stupidchicken.com>
5633
5634 * simple.el (line-move-visual): Obey goal-column and no-error arg.
5635 (track-eol, temporary-goal-column, previous-line, next-line):
5636 Update docstring.
5637 (move-end-of-line, move-beginning-of-line): Bind line-move-visual
5638 to nil.
5639
5640 2008-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
5641
5642 * simple.el (line-move-visual): New var.
5643 (line-move-visual): New function.
5644 (line-move): Call line-move-visual.
5645
5646 2008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
5647
5648 * progmodes/grep.el (grep-files-aliases): Improve the C++ source
5649 pattern and add patterns for C++ header files.
5650
5651 2008-07-10 Chong Yidong <cyd@stupidchicken.com>
5652
5653 * window.el (truncated-partial-width-window-p): New function.
5654
5655 * menu-bar.el: Remove Longlines mode from menu. Add word-wrap option.
5656
5657 * faces.el (x-create-frame-with-faces): Don't pass parameters that
5658 are set later to x-create-frame.
5659 (face-set-after-frame-default): Apply X resources for non-default
5660 faces.
5661
5662 2008-07-08 Chong Yidong <cyd@stupidchicken.com>
5663
5664 * faces.el (face-set-after-frame-default): Simplify. Don't apply
5665 frame-specific X resource settings. Set faces using a list of
5666 frame parameters explicitly passed to the calling
5667 function (e.g. make-frame).
5668 (x-create-frame-with-faces, tty-create-frame-with-faces):
5669 Supply explicit frame parameter list to face-set-after-frame-default.
5670
5671 2008-07-08 Eduard Wiebe <usenet@pusto.de> (tiny change)
5672
5673 * net/browse-url.el (browse-url-default-browser):
5674 Fix argument list in lambda.
5675
5676 2008-07-07 Ulf Jasper <ulf.jasper@web.de>
5677
5678 * net/newst-backend.el (newsticker--get-news-by-url): Catch errors
5679 from url-retrieve.
5680 (newsticker--sentinel-work): Fix xerror typo.
5681
5682 2008-07-07 Dan Nicolaescu <dann@ics.uci.edu>
5683
5684 * vc-dir.el (vc-dir-refresh): Only update files.
5685
5686 * vc-git.el (vc-git--ls-files-state): Remove unused function.
5687
5688 * vc-bzr.el (vc-bzr-after-dir-status): Deal with execute bit changes.
5689
5690 2008-07-06 John Paul Wallington <jpw@pobox.com>
5691
5692 * kermit.el (kermit-esc-char, kermit-clean-off): Doc fixes.
5693
5694 2008-07-05 Alexandre Julliard <julliard@winehq.org>
5695
5696 * vc-git.el (vc-git-registered): Return true for removed files.
5697 (vc-git-print-log, vc-git-log-view-mode): Print a single log for
5698 all the files instead of one per file.
5699 (vc-git-previous-revision): Add support for project-wide previous
5700 revision when specified file is nil.
5701
5702 2008-07-05 Dan Nicolaescu <dann@ics.uci.edu>
5703
5704 * vms-patch.el, vmsproc.el, mail/vms-pmail.el: Move to obsolete dir.
5705
5706 * vc-dir.el (vc-dir-find-child-files): New function.
5707 (vc-dir-resync-directory-files): New function.
5708 (vc-dir-recompute-file-state): New function, broken out of ...
5709 (vc-dir-resynch-file): ... here. Also deal with directories.
5710 * vc-dispatcher.el (vc-resynch-buffers-in-directory): New function.
5711 (vc-resynch-buffer): Use it.
5712
5713 * vc-hg.el (vc-hg-registered): Do not set vc-state.
5714
5715 * vc-annotate.el (vc-annotate-mode-menu): Add separator.
5716
5717 2008-07-05 Nick Roberts <nickrob@snap.net.nz>
5718
5719 * progmodes/gdb-ui.el (gdb-display-buffer): Don't split a buffer
5720 if it's not part of gdb-ui, e.g, at start.
5721
5722 * progmodes/gud.el (gud-gdb-get-stackframe): Allow absolute
5723 filenames in stack trace (text command mode).
5724
5725 2008-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
5726
5727 * mouse-drag.el (mouse-drag-throw, mouse-drag-drag): Autoload.
5728
5729 * textmodes/sgml-mode.el (sgml-font-lock-syntactic-keywords):
5730 Use syntax-ppss on a position *before* the char we want to change.
5731
5732 2008-07-04 Dan Nicolaescu <dann@ics.uci.edu>
5733
5734 * vc-dir.el (vc-dir-query-replace-regexp): New function.
5735 (vc-dir-tool-bar-map, vc-dir-menu-map): Bind it.
5736 (vc-dir-mode-map): Likewise.
5737
5738 2008-07-03 Juanma Barranquero <lekktu@gmail.com>
5739
5740 * eshell/esh-arg.el (eshell-quote-backslash): Fix typo in docstring.
5741 (eshell-parse-argument-hook, eshell-special-chars-inside-quoting)
5742 (eshell-arg-load-hook, eshell-special-chars-outside-quoting):
5743 Remove spurious * in defcustom docstrings.
5744
5745 * textmodes/fill.el (fill-paragraph): Fix typo in docstring.
5746 (fill-individual-varying-indent, colon-double-space, enable-kinsoku)
5747 (adaptive-fill-mode, adaptive-fill-first-line-regexp)
5748 (default-justification): Remove spurious * in defcustom docstrings.
5749
5750 * textmodes/rst.el (rst, rst-line-homogeneous-p, rst-mode-abbrev-table)
5751 (rst-font-lock-keywords-function, rst-mode, rst-minor-mode)
5752 (rst-compare-decorations, rst-default-indent, rst-update-section)
5753 (rst-decoration-complete-p, rst-section-tree, rst-toc-insert-node)
5754 (rst-toc-insert-find-delete-contents, rst-toc-count-lines)
5755 (rst-toc-mode-goto-section, rst-faces, rst-level-face-base-color):
5756 Fix typos in docstrings.
5757 (rst-mode-lazy): Fix typo in docstring. Remove spurious *.
5758 (rst-adjust, rst-line-homogeneous-p, rst-suggest-new-decoration)
5759 (rst-get-decorations-around, rst-section-tree-point)
5760 (rst-font-lock-adornment-point): Reflow docstrings.
5761 (rst-get-decoration, rst-get-decoration-match, rst-adjust-decoration):
5762 Doc fixes.
5763 (rst-re-enumerations): Comment out.
5764
5765 * nxml/nxml-glyph.el (nxml-glyph-set-hook):
5766 * nxml/nxml-uchnm.el (nxml-unicode-blocks)
5767 (nxml-unicode-block-char-name-set):
5768 * nxml/nxml-util.el (nxml-debug, nxml-make-namespace):
5769 * nxml/rng-nxml.el (rng-set-state-after):
5770 * nxml/rng-uri.el (rng-file-name-uri): Fix typo in docstring.
5771
5772 * nxml/rng-cmpct.el (rng-c-lookup-create, rng-c-parse-primary)
5773 (rng-c-parse-annotation-body):
5774 * nxml/rng-dt.el (rng-dt-namespace-context-getter): Reflow docstrings.
5775
5776 * nxml/nxml-mode.el (nxml, nxml-mode, nxml-after-change1)
5777 (nxml-extend-region, nxml-merge-indent-context-type, nxml-complete)
5778 (nxml-forward-balanced-item, nxml-dynamic-markup-word)
5779 (nxml-define-char-name-set, nxml-toggle-char-ref-extra-display):
5780 Fix typos in docstrings.
5781 (nxml-attribute-indent): Reflow docstring.
5782 (nxml-bind-meta-tab-to-complete-flag, nxml-last-fontify-end)
5783 (nxml-default-buffer-file-coding-system): Doc fixes.
5784
5785 * nxml/nxml-ns.el (nxml-ns-state, nxml-ns-initial-state)
5786 (nxml-ns-set-prefix): Fix typos in docstrings.
5787 (nxml-ns-push-state, nxml-ns-pop-state, nxml-ns-set-default):
5788 Reflow docstring.
5789 (nxml-ns-get-prefix, nxml-ns-get-default): Doc fixes.
5790
5791 * nxml/nxml-outln.el (nxml-hide-all-text-content)
5792 (nxml-show-direct-text-content, nxml-show-direct-subheadings)
5793 (nxml-hide-direct-text-content, nxml-hide-subheadings)
5794 (nxml-hide-text-content, nxml-show-subheadings, nxml-hide-other)
5795 (nxml-outline-display-rest, nxml-outline-set-overlay)
5796 (nxml-section-tag-forward, nxml-section-tag-backward)
5797 (nxml-back-to-section-start): Fix typos in docstrings.
5798
5799 * nxml/nxml-parse.el (nxml-validate-function, nxml-parse-file):
5800 Doc fixes.
5801
5802 * nxml/nxml-rap.el (nxml-scan-end, nxml-move-tag-backwards)
5803 (nxml-scan-element-forward, nxml-scan-element-backward): Doc fixes.
5804 (nxml-scan-after-change): Fix typo in docstring.
5805
5806 * nxml/rng-match.el (rng-being-compiled, rng-normalize-choice-list)
5807 (rng-name-class-possible-names): Doc fixes.
5808 (rng-memo-map-add, rng-intern-group, rng-match-possible-namespace-uris)
5809 (rng-match-possible-start-tag-names, rng-match-possible-value-strings):
5810 Fix typos in docstrings.
5811 (rng-intern-group-shortcut, rng-intern-choice-shortcut):
5812 Reflow docstrings.
5813
5814 * nxml/rng-util.el (rng-uniquify-eq, rng-uniquify-equal): Doc fixes.
5815 (rng-substq, rng-complete-before-point): Fix typos in docstrings.
5816
5817 * nxml/rng-xsd.el (rng-xsd-make-date-time-regexp)
5818 (rng-xsd-convert-date-time): Reflow docstrings.
5819 (rng-xsd-compile): Fix typo in docstring.
5820
5821 * nxml/rng-loc.el (rng-current-schema-file-name)
5822 (rng-locate-schema-file-using, rng-locate-schema-file-from-type-id):
5823 Doc fixes.
5824 (rng-set-schema-file): Fix typo in docstring.
5825
5826 * nxml/rng-valid.el (rng-error-count, rng-validate-mode)
5827 (rng-do-some-validation, rng-process-start-tag, rng-process-text):
5828 Fix typos in docstrings.
5829 (rng-message-overlay, rng-conditional-up-to-date-start)
5830 (rng-conditional-up-to-date-end): Doc fixes.
5831 (rng-next-error, rng-previous-error): Reflow docstrings.
5832
5833 * nxml/xmltok.el (xmltok-attribute-raw-normalized-value): Doc fix.
5834 (xmltok-dtd, xmltok-dependent-regions, xmltok-attribute-refs)
5835 (xmltok-valid-char-p, xmltok-standalone, xmltok-forward-prolog)
5836 (xmltok-merge-attributes): Fix typos in docstrings.
5837 (xmltok-make-attribute, xmltok-forward-special)
5838 (xmltok-get-declared-encoding-position): Reflow docstrings.
5839
5840 * nxml/xsd-regexp.el (xsdre-char-class-to-range-list): Doc fix.
5841 (xsdre-range-list-union, xsdre-check-range-list, xsdre-current-regexp):
5842 Fix typos in docstrings.
5843
5844 2008-07-02 John Paul Wallington <jpw@pobox.com>
5845
5846 * ibuffer.el (ibuffer-buffer-file-name):
5847 Use `list-buffers-directory'. Remove special-casing for `cvs-mode'
5848 and `vc-dir-mode'. Suggested by Dan Nicolaescu.
5849
5850 2008-07-02 Toru Tsuneyoshi <t_tuneyosi@hotmail.com>
5851
5852 * files.el (backup-extract-version): Handle versioned directories.
5853 (trash-directory): New variable.
5854 (move-file-to-trash): New function.
5855
5856 * cus-start.el (delete-by-moving-to-trash): Declare for custom.
5857
5858 2008-07-02 Magnus Henoch <mange@freemail.hu>
5859
5860 * vc-git.el (vc-git-annotate-command): Use proper option for
5861 specifying revision.
5862
5863 2008-07-02 Francesc Rocher <rocher@member.fsf.org>
5864
5865 * startup.el (fancy-splash-head): Prefer SVG or PNG splash image,
5866 if available.
5867
5868 2008-07-01 Dan Nicolaescu <dann@ics.uci.edu>
5869
5870 * uniquify.el (uniquify-list-buffers-directory-modes): Add vc-dir-mode.
5871
5872 * vc-annotate.el (vc-annotate-mode-map): Use lower case keys.
5873 Add binding for vc-annotate-show-changeset-diff-revision-at-line.
5874
5875 * vc-dir.el (vc-dir-mode): Set list-buffers-directory.
5876
5877 2008-07-01 Nick Roberts <nickrob@snap.net.nz>
5878
5879 * progmodes/gdb-ui.el (gdb-create-source-file-list): New option.
5880 (gdb-init-2): Use it. Don't run gdb-mode-hook again.
5881 (gdb-var-list-children-regexp, gdb-var-update-regexp)
5882 (gdb-info-breakpoints-custom, gdb-stack-list-frames-regexp)
5883 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
5884 (gdb-stack-list-locals-regexp): Future proof regexps better.
5885
5886 2008-06-30 Juri Linkov <juri@jurta.org>
5887
5888 * faces.el (face-name-history): New variable.
5889 (make-face, make-empty-face): Replace interactive spec "S"
5890 with `read-from-minibuffer' where `read' arg is t and
5891 `hist' arg is `face-name-history'.
5892 (read-face-name): Set `hist' arg of `completing-read-multiple'
5893 to `face-name-history'.
5894 (list-faces-display): Use `read-regexp' instead of `read-string'
5895 to read regexp.
5896
5897 * hi-lock.el (hi-lock-regexp-history): Make it an obsolete alias
5898 to `regexp-history'.
5899 (hi-lock-face-history): Rename to `hi-lock-face-defaults' and
5900 make it an obsolete alias to it.
5901 (hi-lock-face-defaults): New variable renamed from
5902 `hi-lock-face-history'.
5903 (hi-lock-line-face-buffer, hi-lock-face-buffer)
5904 (hi-lock-face-phrase-buffer): Use `read-regexp' instead of
5905 `read-from-minibuffer'. Doc fix.
5906 (hi-lock-read-face-name): Replace `hi-lock-face-history' with
5907 `hi-lock-face-defaults'. Remove `mapcar (lambda (f) (cons f f))'.
5908 Set `hist' arg of `completing-read' to `face-name-history'.
5909 Put a list of default faces to `default' arg instead of `hist' arg.
5910
5911 * bindings.el (abbrev-map, narrow-map): New variables.
5912 Bind `C-x a' to `abbrev-map' and `C-x n' to `narrow-map'.
5913 Rebind related commands to these new maps.
5914 (ctl-x-r-map): New variable for rectangle, register and bookmark
5915 keys. Move rectangle keybindings to rect.el and register
5916 keybindings to register.el.
5917 (next-buffer, previous-buffer): Remove C-x prefix and move
5918 keybindings to ctl-x-map.
5919
5920 * bookmark.el: Rebind three global `C-x r' keys "b", "m", "l"
5921 to the new map `ctl-x-r-map' in autoload cookies.
5922
5923 * expand.el: Rebind two global `C-x a' keys "n", "p"
5924 to the new map `abbrev-map' in autoload cookies.
5925
5926 * rect.el: Bind global keys to ctl-x-r-map in autoload cookies.
5927
5928 * register.el: Bind global keys to ctl-x-r-map in autoload cookies.
5929
5930 2008-06-30 Miles Bader <miles@gnu.org>
5931
5932 * net/rcirc.el (rcirc-markup-attributes): Don't skip a character
5933 after processing an escape sequence.
5934
5935 2008-06-29 Michael Albinus <michael.albinus@gmx.de>
5936
5937 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Revert patch
5938 from 2008-06-28. It does not work on W32.
5939
5940 2008-06-29 Juri Linkov <juri@jurta.org>
5941
5942 * replace.el (read-regexp): New function.
5943 (keep-lines-read-args, occur-read-primary-args):
5944 Call `read-regexp' instead of code moved to new function.
5945 (keep-lines, flush-lines, how-many): Remove parenthesis and colon
5946 from the end of prompt.
5947 (replace-re-search-function): Doc fix.
5948
5949 2008-06-29 Kenichi Handa <handa@m17n.org>
5950
5951 * descr-text.el (describe-char-display): Always return a string.
5952 (describe-char-padded-string): New function.
5953 (describe-char): Adjusted for the change of
5954 describe-char-display. Use describe-char-padded-string.
5955
5956 2008-06-29 Andreas Schwab <schwab@suse.de>
5957
5958 * vc-dir.el (vc-dir): Make backend argument optional and use
5959 vc-responsible-backend when nil. Interactively pass nil for
5960 backend instead of using the backend of what happens to be
5961 default-directory at the time of the call.
5962
5963 * find-dired.el (find-dired-filter): Preserve point.
5964
5965 2008-06-28 Juanma Barranquero <lekktu@gmail.com>
5966
5967 * net/sasl.el (sasl-client-set-property, sasl-make-mechanism)
5968 (sasl-find-mechanism, sasl-next-step):
5969 * net/sasl-ntlm.el (sasl-ntlm-steps, sasl-ntlm-request)
5970 (sasl-ntlm-response): Fix typos in docstrings.
5971
5972 2008-06-28 robert marshall <robert@capuchin.co.uk> (tiny change)
5973
5974 * international/mule-cmds.el (view-hello-file): Doc fix.
5975
5976 2008-06-28 Chong Yidong <cyd@stupidchicken.com>
5977
5978 * faces.el (inhibit-face-set-after-frame-default): Var deleted.
5979 (set-face-attribute, face-set-after-frame-default)): Don't use it.
5980
5981 2008-06-28 John Paul Wallington <jpw@pobox.com>
5982
5983 * calc/calc.el (defmath): Add `doc-string' decl. Add docstring.
5984
5985 2008-06-28 Michael Albinus <michael.albinus@gmx.de>
5986
5987 * net/tramp.el (tramp-handle-file-modes): Handle symlinks.
5988 (tramp-convert-file-attributes): Convert symlinks only when
5989 returned from `tramp-handle-file-attributes-with-stat'.
5990
5991 * net/tramp-ftp.el (top): Delete 'ange-ftp property from
5992 `substitute-in-file-name' when unloading.
5993 (tramp-ftp-file-name-handler): Set `tramp-mode' to nil.
5994
5995 2008-06-28 Dan Nicolaescu <dann@ics.uci.edu>
5996
5997 * vc-dir.el (vc-dir-hide-up-to-date): Also hide empty directories.
5998 (vc-string-prefix-p): Move function ...
5999 * vc.el (vc-string-prefix-p): ... here.
6000
6001 2008-06-27 Juanma Barranquero <lekktu@gmail.com>
6002
6003 * vc-dir.el (vc-dir): Complete only directory names.
6004
6005 2008-06-27 Jason Rumney <jasonr@gnu.org>
6006
6007 * w32-fns.el (top-level): Unconditionally define all charsets.
6008
6009 2008-06-27 Alan Mackenzie <acm@muc.de>
6010
6011 * progmodes/cc-mode.el (c-mode-base-map): Don't bind C-M-[ae] to
6012 the CC Mode specific functions; this is no longer needed, since
6013 {beginning,end}-of-defun now pass ARG to ...-of-defun-function.
6014
6015 * progmodes/cc-defs.el (c-emacs-features): New feature
6016 'argumentative-bod-function.
6017
6018 2008-06-27 John Paul Wallington <jpw@pobox.com>
6019
6020 * chistory.el (list-command-history): Use `bound-and-true-p'.
6021 (command-history-map): Define within defvar. Add docstring.
6022
6023 2008-06-27 Juanma Barranquero <lekktu@gmail.com>
6024
6025 * image.el (image-jpeg-p): Don't fail if the arg cannot be converted
6026 to unibyte; just assume it is not a JPEG. Use `string-match-p'.
6027 (image-type-from-data, image-type-from-file-name): Use `string-match-p'.
6028 (image-type-from-buffer): Use `looking-at-p'.
6029
6030 2008-06-27 Juanma Barranquero <lekktu@gmail.com>
6031
6032 * ibuf-ext.el (diff-sentinel): Declare.
6033
6034 2008-06-27 Glenn Morris <rgm@gnu.org>
6035
6036 * calendar/lunar.el (calendar-lunar-phases): Rename from
6037 calendar-phases-of-moon. Keep old name as alias, update callers.
6038 (lunar-phases): Rename from phases-of-moon. Keep old name as alias.
6039 (diary-lunar-phases): Rename from diary-phases-of-moon.
6040 Keep old name as alias.
6041 * calendar/cal-menu.el (cal-menu-sunmoon-menu)
6042 (cal-menu-global-mouse-menu): Update for lunar name changes.
6043 * calendar/calendar.el (calendar-mode-map): Update for name change.
6044 * calendar/diary-lib.el (diary-list-sexp-entries): Doc update.
6045
6046 2008-06-26 Glenn Morris <rgm@gnu.org>
6047
6048 * calendar/solar.el (solar-sunrise-sunset-string): Add optional
6049 argument `nolocation'.
6050 (calendar-sunrise-sunset-month): New function.
6051 * calendar/cal-menu.el (cal-menu-sunmoon-menu): Rename from
6052 cal-menu-moon-menu. Add calendar-sunrise-sunset-month.
6053 (cal-menu-global-mouse-menu): Add calendar-sunrise-sunset-month.
6054 * calendar/calendar.el (solar-sunrises-buffer): New constant.
6055 (calendar-mode-map): Use cal-menu-sunmoon-menu.
6056 (calendar-buffer-list): Add solar-sunrises-buffer.
6057
6058 * calendar/cal-menu.el (cal-menu-goto-menu): Tweak menu name.
6059
6060 2008-06-26 Chong Yidong <cyd@stupidchicken.com>
6061
6062 * cus-start.el: Add customization types for word-wrap and
6063 shift-select-mode.
6064
6065 2008-06-26 John Paul Wallington <jpw@pobox.com>
6066
6067 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): New function.
6068 (ibuffer-diff-with-file): Use it. Do diff on marked buffers.
6069 (ibuffer-mark-on-buffer): Don't display message when removing marks.
6070 (ibuffer-mark-by-mode): Use `buffer-local-value'.
6071
6072 2008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
6073
6074 * vc-dir.el (tool-bar): Require.
6075
6076 * vc.el (ewoc, tool-bar): Do not require.
6077
6078 2008-06-26 Kenichi Handa <handa@m17n.org>
6079
6080 * international/mule-cmds.el (encode-coding-char): Fix for ASCII
6081 characters.
6082
6083 * composite.el (terminal-composition-base-character-p): New function.
6084 (terminal-composition-function):
6085 Use terminal-composition-base-character-p. Include the base character
6086 in the composition.
6087 (auto-compose-chars): Don't check font-object for terminal display.
6088
6089 2008-06-26 Glenn Morris <rgm@gnu.org>
6090
6091 * doc-view.el (bookmark-make-record-default):
6092 * image-mode.el (bookmark-make-record-default): Fix declaration.
6093
6094 * calendar/calendar.el (calendar-date-echo-text): Doc fix.
6095 Add default :value for sexp type.
6096 (calendar-month-edges): New variable.
6097 (calendar-month-edges): New function.
6098 (calendar-recompute-layout-variables): Set calendar-month-edges.
6099 (calendar-intermonth-header, calendar-intermonth-text): New options.
6100 (calendar-insert-at-column): New function.
6101 (calendar-generate-month): Use calendar-insert-at-column.
6102 Handle intermonth text. Add 'date property.
6103 (calendar-column-to-month): Remove function.
6104 (calendar-column-to-segment): New function.
6105 (calendar-cursor-to-date): Use calendar-column-to-segment.
6106 Check 'date property.
6107
6108 * calendar/calendar.el (calendar-print-other-dates):
6109 Handle mouse events.
6110 * calendar/cal-menu.el (calendar-mouse-print-dates): Remove function.
6111 (cal-menu-context-mouse-menu): Use calendar-print-other-dates.
6112
6113 * calendar/holidays.el (calendar-cursor-holidays): Handle mouse events.
6114 * calendar/cal-menu.el (calendar-mouse-holidays): Remove function.
6115 (cal-menu-context-mouse-menu): Use calendar-cursor-holidays.
6116
6117 * calendar/cal-move.el (calendar-cursor-to-nearest-date):
6118 Use calendar-column-to-segment, calendar-month-edges, and
6119 the 'date property to handle intermonth text.
6120
6121 * calendar/cal-iso.el (calendar-iso-from-absolute): Add autoload cookie.
6122
6123 * calendar/cal-menu.el (cal-menu-moon-menu, cal-menu-diary-menu)
6124 (cal-menu-holidays-menu, cal-menu-goto-menu, cal-menu-scroll-menu):
6125 Add doc strings.
6126 (cal-menu-context-mouse-menu): Add some :keys.
6127 (calendar-check-holidays): Declare rather than autoloading.
6128 (diary-show-holidays-flag): Remove unneeded declaration.
6129
6130 * calendar/cal-menu.el (cal-menu-moon-menu): Add sunrise/sunset.
6131 * calendar/calendar.el (calendar-cursor-to-date): Handle case where
6132 event-start is nil.
6133
6134 2008-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
6135
6136 * minibuffer.el (completion-basic-try-completion): Use the text after
6137 point to constrain the completion candidates.
6138 (completion-basic-all-completions): Adjust accordingly.
6139
6140 2008-06-25 Chong Yidong <cyd@stupidchicken.com>
6141
6142 * textmodes/tex-mode.el (tex-verbatim): Use monospace instead of
6143 courier.
6144
6145 * faces.el (set-face-attribute): Doc fix.
6146
6147 2008-06-25 Juri Linkov <juri@jurta.org>
6148
6149 * bindings.el (goto-map): New variable. Rebind goto-related
6150 commands to this `M-g' prefix keymap.
6151 (search-map): New variable for `M-s' prefix keymap.
6152 Bind `M-s o' to `occur', `M-shr' to `highlight-regexp', `M-shp' to
6153 `highlight-phrase', `M-shl' to `highlight-lines-matching-regexp',
6154 `M-shu' to `unhighlight-regexp', `M-shf' to `hi-lock-find-patterns',
6155 `M-shw' to `hi-lock-write-interactive-patterns'.
6156
6157 * isearch.el (isearch-mode-map): Bind `M-s h r' to
6158 `isearch-highlight-regexp'.
6159 (isearch-highlight-regexp): New function.
6160
6161 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
6162
6163 * info.el (Info-bookmark-make-record):
6164 Use bookmark-make-record-default.
6165 (Info-bookmark-jump): Use bookmark-default-handler.
6166
6167 * image-mode.el (image-bookmark-make-record):
6168 Use bookmark-make-record-default.
6169 (image-bookmark-jump): Use bookmark-default-handler.
6170
6171 * doc-view.el (doc-view-bookmark-make-record):
6172 Use bookmark-make-record-default.
6173 (doc-view-bookmark-jump): Use bookmark-default-handler.
6174
6175 * bookmark.el (bookmark-alist): Allow the 2 slightly different formats
6176 used until now in bookmark.el's code.
6177 (bookmark-get-bookmark): Accept bookmark names or bookmark records.
6178 (bookmark-get-bookmark-record): Allow the 2 slightly different formats
6179 used until now in bookmark.el's code.
6180 (bookmark-set-filename): Remove special code, moved to its only caller.
6181 (bookmark-store): Use the newer format.
6182 (bookmark-make-record-default): Add arg `point-only'.
6183 Rename from bookmark-make-record-for-text-file.
6184 (bookmark--jump-via): New function.
6185 (bookmark-jump, bookmark-jump-other-window, bookmark-bmenu-2-window)
6186 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window):
6187 Use it.
6188 (bookmark-jump-noselect, bookmark-default-handler):
6189 Don't return an alist, instead return the data implicitly by changing
6190 current buffer and point. Signal an error if the file doesn't exist.
6191
6192 * buff-menu.el: Use with-current-buffer and inhibit-read-only.
6193 (Buffer-menu-toggle-read-only): Avoid vc-toggle-read-only.
6194
6195 * bs.el: Use with-current-buffer. Simplify.
6196 (bs-toggle-readonly): Avoid vc-toggle-read-only.
6197
6198 * eshell/esh-cmd.el (eshell-manipulate): Check eshell-debug-command
6199 is bound before using it.
6200
6201 2008-06-25 Kenichi Handa <handa@m17n.org>
6202
6203 * image.el (image-jpeg-p): Convert DATA to unibyte at first.
6204
6205 2008-06-25 Dan Nicolaescu <dann@ics.uci.edu>
6206
6207 * vc-hg.el:
6208 * vc-git.el: Require vc-dir when compiling.
6209
6210 * vc-dir.el (vc-dir-marked-only-files-and-states): Rename from
6211 vc-dir-marked-only-files. Change the return value.
6212 (vc-dir-child-files-and-states): Rename from vc-dir-child-files.
6213 Change the return value.
6214 (vc-dir-deduce-fileset): New function broken out from ...
6215 * vc.el (vc-deduce-fileset): ... here and ...
6216 (vc-deduce-fileset): ... here.
6217
6218 * vc-svn.el (vc-annotate-parent-rev): Pacify byte compiler.
6219 (vc-svn-parse-status): Do not set the vc-backend property.
6220
6221 2008-06-25 Andreas Schwab <schwab@suse.de>
6222
6223 * faces.el (face-font-family-alternatives, variable-pitch):
6224 Use "Sans Serif", not "Sans-Serif".
6225
6226 2008-06-24 Chong Yidong <cyd@stupidchicken.com>
6227
6228 * faces.el (face-font-family-alternatives, variable-pitch):
6229 Change "Sans" to the canonical name "Sans-Serif".
6230
6231 2008-06-24 Jay Belanger <jay.p.belanger@gmail.com>
6232
6233 * calc/calc.el (calc-mode-map): Add extra keybindings to
6234 `calc-missing-key'.
6235 * calc/calc-ext.el (calc-init-extensions): Add keybinding for
6236 `kill-ring-save'.
6237
6238 2008-06-24 Miles Bader <miles@gnu.org>
6239
6240 * mouse.el (mouse-appearance-menu): Don't do anything if the user
6241 pops up the menu but doesn't select anything.
6242
6243 2008-06-24 Dan Nicolaescu <dann@ics.uci.edu>
6244
6245 * add-log.el (add-change-log-entry): Add new arg to force each new
6246 entry to be on a new line.
6247 * diff-mode.el (diff-add-change-log-entries-other-window): Use it.
6248
6249 * vc-dir.el (vc-client-object): Remove.
6250 (vc-dir-prepare-status-buffer): Take a backend as an argument and
6251 use it when looking for a buffer.
6252 (vc-dir): Add a backend argument. Set revert-buffer-function.
6253 Don't create a client object. Move bindings ...
6254 (vc-dir-menu-map, vc-dir-mode-map): ... here.
6255 (vc-dir-revert-buffer-function): New function.
6256 (vc-generic-status-printer): Rename to ...
6257 (vc-dir-status-printer): ... this.
6258 (vc-generic-state, vc-generic-status-fileinfo-extra)
6259 (vc-dir-extra-menu, vc-make-backend-object): Remove.
6260 (vc-default-status-printer): Use a different face for
6261 directories. Don't display any text for directories in the state
6262 column. Add tooltips.
6263
6264 * vc.el (Todo): Update.
6265
6266 * vc-hg.el (vc-annotate-convert-time, vc-default-status-printer):
6267 * vc-rcs.el (vc-annotate-convert-time):
6268 * vc-mtn.el (vc-annotate-convert-time):
6269 * vc-git.el (vc-annotate-convert-time):
6270 * vc-cvs.el (vc-annotate-convert-time):
6271 * vc-bzr.el (vc-annotate-convert-time): Declare as functions.
6272
6273 2008-06-23 Dan Nicolaescu <dann@ics.uci.edu>
6274
6275 * vc-annotate.el (vc-annotate-mode): Derive from special-mode
6276 instead of using view-mode.
6277
6278 2008-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
6279
6280 * Makefile.in (distclean): Don't delete *.elc and autogen files.
6281
6282 2008-06-22 Dan Nicolaescu <dann@ics.uci.edu>
6283
6284 * vc.el:
6285 * vc-hooks.el:
6286 * vc-dispatcher.el: Move vc-dir variables and functions ...
6287 * vc-dir.el: ... here. New file.
6288 * Makefile.in (ELCFILES): Add vc-dir.elc.
6289
6290 * vc.el: Move vc-annotate variables and functions ...
6291 * vc-annotate.el: ... here. New file.
6292 * Makefile.in (ELCFILES): Add vc-annotate.elc.
6293
6294 * vc-dav.el: Move here from url/vc-dav.el.
6295 (Todo): Note work needed to make this backend functional.
6296
6297 * Makefile.in (ELCFILES): Update vc-dav.el location.
6298
6299 2008-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
6300
6301 * Makefile.in (COMPILE_FIRST): Trim down and add autoload.el.
6302
6303 2008-06-21 John Paul Wallington <jpw@pobox.com>
6304
6305 * emacs-lisp/derived.el (define-derived-mode): Add `doc-string' decl.
6306
6307 * textmodes/rst.el (rst-mode): Put docstring in right place.
6308
6309 2008-06-21 Chong Yidong <cyd@stupidchicken.com>
6310
6311 * startup.el (fancy-about-text, fancy-startup-tail): Increase text
6312 size for legibility.
6313
6314 * faces.el (fixed-pitch): Use "Monospace" family.
6315 (variable-pitch): Use "Sans" family.
6316 (face-font-family-alternatives): Define alternatives for "Sans"
6317 and "Monospace".
6318
6319 2008-06-21 Glenn Morris <rgm@gnu.org>
6320
6321 * mail/hashcash.el, net/tramp-smb.el, nxml/nxml-mode.el:
6322 Require 'cl when compiling.
6323
6324 * emacs-lisp/debug.el (help-xref-interned): Declare.
6325
6326 * emacs-lisp/easy-mmode.el (easy-mmode-set-keymap-parents):
6327 Evaluate definition when compiling.
6328
6329 * progmodes/bug-reference.el (bug-reference-map): Bind down-mouse-1
6330 rather than mouse-1.
6331 (bug-reference-url-format): Autoload safe if string.
6332 (bug-reference-bug-regexp): Make space after "bug" optional.
6333
6334 * Makefile.in (all): Explicitly pass EMACS to sub-make,
6335 for some non-GNU makes.
6336
6337 * cus-dep.el (custom-dependencies-no-scan-regexp):
6338 * finder.el (finder-no-scan-regexp): Add ldefs-boot.el
6339
6340 * calendar/cal-move.el (calendar-forward-day): Scroll in one month
6341 increments.
6342
6343 * calendar/calendar.el: Factor out the magic numbers controlling the
6344 calendar layout.
6345 (calendar-month-digit-width, calendar-month-width)
6346 (calendar-right-margin): New variables.
6347 (calendar-recompute-layout-variables, calendar-set-layout-variable):
6348 New functions.
6349 (calendar-left-margin, calendar-intermonth-spacing)
6350 (calendar-column-width, calendar-day-header-width)
6351 (calendar-day-digit-width): New options.
6352 (calendar-first-date-row): New constant.
6353 (calendar-move-to-column, calendar-ensure-newline): New functions,
6354 replacing calendar-insert-indented.
6355 (calendar-insert-indented): Remove function.
6356 (calendar-generate-month): Use calendar-move-to-column and
6357 calendar-ensure-newline. Use layout variables.
6358 (calendar-generate, calendar-update-mode-line)
6359 (calendar-font-lock-keywords): Use layout variables.
6360 (calendar-column-to-month): New function.
6361 (calendar-cursor-to-date): Use calendar-column-to-month.
6362 Use layout variables.
6363 * calendar/cal-move.el (calendar-cursor-to-nearest-date):
6364 Use layout variables. Use calendar-column-to-month.
6365 (calendar-cursor-to-visible-date): Use layout variables.
6366
6367 2008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
6368
6369 * Makefile.in (update-elclist): Don't exclude COMPILE_FIRST.
6370 (all): Run compile-last.
6371 (compile-onefile): New target.
6372 (compile-first): Simplify.
6373 (compile-last): Don't treat COMPILE_FIRST specially.
6374 (COMPILE_FIRST): List the elc files rather than the el files.
6375 (ELCFILES): Update.
6376
6377 2008-06-21 Ulf Jasper <ulf.jasper@web.de>
6378
6379 * net/newst-treeview.el: Remove dead code.
6380 (newsticker--window-config): Remove.
6381 (newsticker-treeview-quit): Do not save window config.
6382 (newsticker-treeview): Do not try to restore window config.
6383 (newsticker-groups, newsticker--treeview-list-sort-by-column)
6384 (newsticker--treeview-list-new-items)
6385 (newsticker--treeview-list-immortal-items)
6386 (newsticker--treeview-list-obsolete-items)
6387 (newsticker--treeview-list-all-items)
6388 (newsticker--treeview-list-feed-items): Fix documentation.
6389
6390 2008-06-21 Miles Bader <miles@gnu.org>
6391
6392 * face-remap.el (text-scale-adjust): Bind `echo-keystrokes' to nil.
6393
6394 2008-06-21 Alan Mackenzie <acm@muc.de>
6395
6396 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5D.5): Fix an
6397 infinite loop on invalid syntax.
6398
6399 2008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
6400
6401 * textmodes/rst.el: Run rst-define-level-faces when loading.
6402 (rst-mode): Don't set the font-lock-multiline var.
6403 (rst-font-lock-find-unindented-line, rst-font-lock-handle-adornment):
6404 Set the font-lock-multiline property by hand.
6405
6406 * loadup.el: Don't add emacs-<VERS> name when bootstrapping.
6407
6408 * Makefile.in (emacs-deps): Remove.
6409 ($(lisp)/cus-load.el, $(lisp)/finder-inf.el): Re-add.
6410 (all): Use them.
6411 (autogen-clean): Remove.
6412
6413 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
6414
6415 * Makefile.in (all): New target.
6416 (bootstrap-prepare): Remove.
6417
6418 * Makefile.in ($(lisp)/progmodes/cc-mode.elc): Pass the .el file not
6419 the .elc file to batch-byte-compile.
6420
6421 * progmodes/cc-mode.el (c-make-inherited-keymap): Only use
6422 set-keymap-parents if set-keymap-parent doesn't exist.
6423
6424 * vc-bzr.el (vc-bzr-annotate-extract-revision-at-line):
6425 Allow more than one space before the |.
6426
6427 * textmodes/rst.el: Fix up docstring conventions.
6428 Move vars to before their first use.
6429 (rst-mode): Don't mess with font-lock-support-mode.
6430 (rst-suggest-new-decoration, rst-adjust-decoration):
6431 Avoid CL's copy-list.
6432 (rst-delete-entire-line): Use line-beginning-position.
6433 (rst-position): New fun.
6434 (rst-straighten-decorations): Use it instead of CL's position.
6435 (rst-straighten-bullets-region): Avoid CL's mapcar*.
6436 (rst-toc-mode): Use define-derived-mode.
6437 (rst-iterate-leftmost-paragraphs, rst-iterate-leftmost-paragraphs-2):
6438 Remove unused var `in-par'. Use `point' rather than `point-marker'.
6439 (rst-line-block-region): Reduce redundancy. Use the `pfxarg' arg.
6440 (rst-replace-lines): Simplify.
6441 (auto-mode-alist): Use rst-mode for *.rst and *.rest files.
6442
6443 * simple.el (special-mode-map): New var.
6444 (special-mode): New major mode.
6445
6446 2008-06-20 Dan Nicolaescu <dann@ics.uci.edu>
6447
6448 * vc-mtn.el (vc-mtn-log-view-mode): Set log-view-per-file-logs and
6449 log-view-file-re.
6450
6451 * vc.el (vc-dir-hide-up-to-date): Undo previous change.
6452 (vc-switch-backend): Simplify.
6453 (Todo): Remove solved items.
6454
6455 * vc-cvs.el (vc-cvs-parse-status, vc-cvs-parse-entry): Do not set
6456 the vc-backend property.
6457
6458 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
6459
6460 * emacs-lisp/checkdoc.el (checkdoc-start-section, checkdoc-error):
6461 Bind inhibit-read-only since the buffer is always read-only.
6462
6463 2008-06-20 Ulf Jasper <ulf.jasper@web.de>
6464
6465 * net/newst-treeview.el (newsticker-treeview-own-frame):
6466 Change default value to nil.
6467 (newsticker--treeview-list-add-item)
6468 (newsticker--treeview-propertize-tag): Show item title in tooltip.
6469
6470 2008-06-20 Martin Blais <blais@furius.ca>
6471 Stefan Merten <smerten@oekonux.de>
6472 David Goodger <goodger@python.org>
6473
6474 * textmodes/rst.el: New file.
6475
6476 2008-06-20 Sam Steingold <sds@gnu.org>
6477
6478 * vc.el (vc-dir-hide-up-to-date): Accept a prefix argument to also
6479 remove DIRECTORY entries.
6480
6481 2008-06-20 Eli Zaretskii <eliz@gnu.org>
6482
6483 * makefile.w32-in (distclean): Depend on `clean'.
6484 (clean): Delete calc/calc-loaddefs.el~ and eshell/esh-groups.el~.
6485 (AUTOGENEL): Add $(lisp)/nxml/subdirs.el.
6486 ($(lisp)/cus-load.el): Don't use `touch'. Instead, generate an
6487 empty cus-load.el with `echo', and include "Local Variables"
6488 section to prevent the empty file from being compiled.
6489 (cus-load.el-SH, cus-load.el-CMD): New SHELLTYPE-specific targets
6490 that generate an empty cus-load.el.
6491
6492 2008-06-20 Juanma Barranquero <lekktu@gmail.com>
6493
6494 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
6495 Don't copy ldefs-boot.el over loaddefs.el.
6496 (bootstrap-clean): Remove loaddefs.el and don't depend on it.
6497 (loaddefs.el-SH, loaddefs.el-CMD): Don't add autoloads and defvars
6498 to loaddefs.el; they are not needed now. Add coding cookie.
6499
6500 2008-06-20 Miles Bader <miles@gnu.org>
6501
6502 * face-remap.el (face-remap-add-relative, face-remap-set-base):
6503 Strip unnecessary list levels from SPECS.
6504 (buffer-face-set, buffer-face-toggle):
6505 Change argument from FACE to &rest SPECS, and strip unnecessary
6506 list levels from SPECS.
6507 (buffer-face-mode-invoke): Change argument from FACE to SPECS.
6508
6509 2008-06-20 Jason Rumney <jasonr@gnu.org>
6510
6511 * international/fontset.el (setup-default-fontset): Specify script
6512 for latin use of iso10646-1. Fix use of lang tags.
6513
6514 2008-06-19 Miles Bader <miles@gnu.org>
6515
6516 * face-remap.el (text-scale-increase): Start from zero if
6517 text-scale-mode isn't enabled.
6518
6519 2008-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
6520
6521 * faces.el (face-set-after-frame-default): Re-apply explicit `font'
6522 frame parameters after setting up the `default' face.
6523
6524 2008-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
6525
6526 * faces.el (face-set-after-frame-default): Don't exclude `default'.
6527
6528 2008-06-18 Glenn Morris <rgm@gnu.org>
6529
6530 * mouse.el (buffer-face-mode-invoke): Declare.
6531
6532 * Makefile.in (ELCFILES): Add org/org-id.elc.
6533
6534 * calendar/holidays.el (calendar-cursor-holidays): Accept optional date.
6535 * calendar/cal-menu.el (cal-menu-holidays-menu):
6536 Use calendar-cursor-holidays rather than cal-menu-today-holidays.
6537 (cal-menu-today-holidays): Remove function.
6538
6539 * calendar/cal-menu.el (cal-menu-holiday-window-suffix): Simplify.
6540 (cal-menu-list-holidays-year, cal-menu-list-holidays-following-year)
6541 (cal-menu-list-holidays-previous-year, calendar-mouse-goto-date):
6542 Remove unused functions.
6543 (calendar-mouse-view-diary-entries): Use format rather than concat.
6544
6545 * calendar/cal-menu.el (cal-menu-x-popup-menu): Turn it into a macro.
6546 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
6547 (calendar-mouse-print-dates): Adapt for cal-menu-x-popup-menu change.
6548
6549 * calendar/cal-menu.el (cal-menu-event-to-date): Remove function.
6550 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
6551 (calendar-mouse-view-other-diary-entries, calendar-mouse-print-dates)
6552 (cal-menu-set-date-title): Use calendar-cursor-to-date rather than
6553 cal-menu-event-to-date.
6554
6555 * calendar/cal-html.el (cal-html-cursor-month, cal-html-cursor-year):
6556 Handle mouse events.
6557 * calendar/cal-tex.el (cal-tex-cursor-year)
6558 (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
6559 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
6560 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
6561 (cal-tex-cursor-week-monday, cal-tex-cursor-filofax-2week)
6562 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
6563 (cal-tex-cursor-day): Handle mouse events. Rename ARG to N.
6564 (cal-tex-cursor-month): Mark N as optional.
6565 * calendar/cal-menu.el (calendar-mouse-tex-day)
6566 (calendar-mouse-tex-week, calendar-mouse-tex-week2)
6567 (calendar-mouse-tex-week-iso, calendar-mouse-tex-week-monday)
6568 (calendar-mouse-tex-filofax-daily, calendar-mouse-tex-filofax-2week)
6569 (calendar-mouse-tex-filofax-week, calendar-mouse-tex-month)
6570 (calendar-mouse-tex-month-landscape, calendar-mouse-tex-year)
6571 (calendar-mouse-tex-filofax-year, calendar-mouse-tex-year-landscape):
6572 Remove functions.
6573 (cal-menu-context-mouse-menu): Replace the above functions with the
6574 cal-tex versions. Add HTML submenu.
6575
6576 2008-06-17 Nick Roberts <nickrob@snap.net.nz>
6577
6578 * progmodes/gdb-ui.el (gud-gdba-marker-filter): Don't switch to
6579 text command mode.
6580 (gdb): Explain that gud-gdb is needed for text command mode.
6581
6582 2008-06-17 Martin Rudalics <rudalics@gmx.at>
6583
6584 * window.el (split-height-threshold): Remove spurious extra line.
6585
6586 2008-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
6587
6588 * calendar/calendar.el (calendar-cursor-to-date): Add argument `event'.
6589 (calendar-set-mark):
6590 * calendar/diary-lib.el (diary-insert-entry):
6591 * calendar/solar.el (calendar-sunrise-sunset): Use it.
6592 * calendar/cal-menu.el (calendar-mouse-sunrise/sunset)
6593 (calendar-mouse-insert-diary-entry, calendar-mouse-set-mark): Delete.
6594 (cal-menu-context-mouse-menu): Use calendar-set-mark,
6595 diary-insert-entry, and calendar-sunrise-sunset instead.
6596
6597 * vc.el (vc-deduce-fileset): Add arg `only-files'.
6598 (vc-next-action): Pass the new arg.
6599 (vc-register): Don't use `only-files'.
6600 Don't set `backup-inhibited' in the current buffer.
6601
6602 2008-06-17 Miles Bader <miles@gnu.org>
6603
6604 * mouse.el (mouse-appearance-menu): Use buffer-face-mode.
6605
6606 * face-remap.el (buffer-face-mode-face)
6607 (buffer-face-mode-remapping): New variables.
6608 (buffer-face-mode, buffer-face-set, buffer-face-toggle)
6609 (buffer-face-mode-invoke): New functions.
6610 (variable-pitch-mode-remapping): Variable removed.
6611 (variable-pitch-mode): Rewrite as an interface to `buffer-face-mode'.
6612
6613 * face-remap.el (internal-lisp-face-attributes): New variable.
6614 (face-attrs-more-relative-p, face-remap-order): New functions.
6615 (face-remap-add-relative): Use `face-remap-order'.
6616
6617 2008-06-17 Glenn Morris <rgm@gnu.org>
6618
6619 * mouse.el (x-select-font): Declare.
6620
6621 * calendar/calendar.el (calendar-move-hook):
6622 Add calendar-update-mode-line as an option.
6623 (calendar-date-echo-text): New user option.
6624 (calendar-generate-month): Set `day'. Use calendar-date-echo-text.
6625 (calendar-insert-indented): Simplify newline insertion.
6626 (calendar-describe-mode): Remove unused function.
6627 (calendar-mode-line-entry): New function.
6628 (calendar-mode-line-format): Doc fix. Use calendar-mode-line-entry.
6629 Mark as risky.
6630 (calendar-mouse-other-month): Remove function.
6631 (calendar-other-month): Handle mouse events.
6632 (calendar-goto-info-node): Call fit-window-to-buffer.
6633 (calendar-mode): Use define-derived-mode. Doc fix.
6634 (calendar-update-mode-line): Tweak whitespace.
6635
6636 2008-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
6637
6638 * vc-dispatcher.el (vc-dir-child-files): Use vc-string-prefix-p.
6639 (vc-dir-marked-only-files): vc-string-prefix-p.
6640
6641 2008-06-16 Nick Roberts <nickrob@snap.net.nz>
6642
6643 * progmodes/gdb-ui.el (gdb-memory-set-address)
6644 (gdb-memory-set-repeat-count): Allow keyboard bindings.
6645 (gdb-memory-mode-map): Bind above functions respectively
6646 to 'S' and 'N'.
6647
6648 2008-06-16 Derek Upham <sand@blarg.net> (tiny change)
6649
6650 * nxml/nxml-mode.el (nxml-mode): Use run-mode-hooks.
6651
6652 2008-06-16 Juanma Barranquero <lekktu@gmail.com>
6653
6654 * log-view.el (vc-diff-internal): Declare for compiler.
6655
6656 * vc-bzr.el (log-view-per-file-logs):
6657 * vc-svn.el (log-view-per-file-logs): Pacify byte compiler.
6658
6659 2008-06-15 Chong Yidong <cyd@stupidchicken.com>
6660
6661 * mouse.el (mouse-appearance-menu-map): New var.
6662 (mouse-appearance-menu): New function.
6663 Bind it to S-down-mouse-1.
6664
6665 2008-06-15 Juri Linkov <juri@jurta.org>
6666
6667 * info.el (Info-toc): Call Info-toc-nodes instead of Info-build-toc.
6668 (Info-toc, Info-insert-toc): Increment nth's index to add PARENT
6669 as the second element.
6670 (Info-build-toc): Add PARENT element extracted from the Up pointer.
6671 Don't print progress messages.
6672 (Info-toc-nodes): New variable and function.
6673 (Info-index-nodes): Optimize non-string file name case.
6674 (Info-breadcrumbs-depth): Increment the default value from 3 to 4.
6675 (Info-insert-breadcrumbs): Use the cached document structure instead
6676 of visiting all ancestor nodes. Remove the initial `>'.
6677
6678 2008-06-15 Dan Nicolaescu <dann@ics.uci.edu>
6679
6680 * log-view.el (log-view-diff-changeset): New function.
6681 (log-view-mode-map, log-view-mode-menu): Bind it.
6682 (log-view-per-file-logs, log-view-vc-fileset)
6683 (log-view-vc-backend): New variables.
6684 (log-view-find-revision, log-view-modify-change-comment)
6685 (log-view-annotate-version): Throw an error if the log is for more
6686 than one file and we can't find the current file. Get the current
6687 file from log-view-vc-fileset if necessary.
6688 (log-view-diff): Get the current file from log-view-vc-fileset if
6689 necessary.
6690
6691 * vc.el (vc-print-log): Set log-view-vc-fileset and log-view-vc-backend.
6692
6693 * vc-hg.el (vc-hg-log-view-mode): Call the log method only once.
6694 (vc-hg-log-view-mode): Declare for compiler.
6695 (vc-hg-log-view-mode): Set log-view-per-file-logs and
6696 log-view-file-re.
6697 (vc-hg-diff): If no file is passed, use default-directory for cwd.
6698
6699 * vc-bzr.el (vc-bzr-log-view-mode): Set log-view-per-file-logs.
6700
6701 * vc-svn.el (vc-svn-log-view-mode): New derived mode.
6702
6703 2008-06-15 Michael Albinus <michael.albinus@gmx.de>
6704
6705 * net/tramp.el (tramp-handle-start-file-process):
6706 Clear modification time of the connection buffer.
6707 (tramp-sh-file-name-handler): Reset `tramp-locked' in case of error.
6708 (tramp-open-connection-setup-interactive-shell): Flush cache, and
6709 restart `tramp-maybe-open-connection' when the remote system has
6710 been changed. Throw 'uname-changed event.
6711 (tramp-maybe-open-connection): Catch it.
6712
6713 * net/tramp-cmds.el (tramp-cleanup-all-connections):
6714 Reset `tramp-locked'.
6715
6716 2008-06-15 Ulf Jasper <ulf.jasper@web.de>
6717
6718 * net/newst-treeview.el (newsticker--treeview-list-update)
6719 (newsticker--treeview-item-update)
6720 (newsticker--treeview-tree-update)
6721 (newsticker-treeview-jump, newsticker-group-add-group)
6722 (newsticker-group-move-feed, newsticker-group-delete-group):
6723 Remove window dedication.
6724 (newsticker--group-manage-orphan-feeds): Handle ill-valued
6725 newsticker-groups.
6726 (newsticker--treeview-tree-expand): Don't manage orphan feeds here.
6727
6728 2008-06-15 Andreas Schwab <schwab@suse.de>
6729
6730 * vc-cvs.el (vc-cvs-status-extra-headers): Don't match newline
6731 when parsing CVS/Repository.
6732
6733 * wdired.el (wdired-search-and-rename): Fix undocumented change.
6734
6735 2008-06-15 Ulf Jasper <ulf.jasper@web.de>
6736
6737 * net/newst-plainview.el (newsticker-faces, newsticker-feed-face)
6738 (newsticker-extra-face, newsticker-enclosure-face): Moved to
6739 net/newst-reader.el.
6740
6741 * net/newst-reader.el (newsticker-faces, newsticker-feed-face)
6742 (newsticker-extra-face, newsticker-enclosure-face): Moved from
6743 net/newst-reader.el.
6744
6745 2008-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
6746
6747 * international/encoded-kb.el (encoded-kbd-self-insert-utf-8):
6748 Catch and recover from case when the bytes we thought we were reading
6749 turn out to be something else entirely, such as latin-1 chars from
6750 quail. See bug#396.
6751
6752 2008-06-15 Dan Nicolaescu <dann@ics.uci.edu>
6753
6754 * vc.el (vc-deduce-fileset): Check if the buffer has a file.
6755 (vc-register): Call the backend function only once, instead of
6756 once for each file.
6757 (vc-next-action): Update call to vc-register.
6758 (vc-dir-register): Remove function.
6759 (vc-dir): Bind vc-register instead of vc-dir-register.
6760
6761 2008-06-14 Glenn Morris <rgm@gnu.org>
6762
6763 * Makefile.in (ELCFILES): Add net/newst-*.el.
6764
6765 2008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
6766
6767 * wdired.el (wdired-do-renames): New function.
6768 (wdired-finish-edit): Use it to.
6769 (wdired-preprocess-files): Don't hardcode (point-min) == 1.
6770
6771 2008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
6772
6773 * info.el (Info-insert-breadcrumbs): Don't break in apropos and toc.
6774
6775 2008-06-14 Martin Rudalics <rudalics@gmx.at>
6776
6777 * window.el (window--even-window-heights): Even window heights
6778 only if the selected window is higher than WINDOW.
6779 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
6780
6781 2008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
6782
6783 * info.el (Info-insert-breadcrumbs): Be careful to preserve history.
6784
6785 2008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
6786
6787 * term/linux.el (terminal-init-linux): Load t-mouse.
6788
6789 2008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
6790 Drew Adams <drew.adams@oracle.com>
6791
6792 * info.el (Info-breadcrumbs-depth): New var.
6793 (Info-insert-breadcrumbs): New function.
6794 (Info-fontify-node): Use it.
6795 (Info-mode-map): Move initialization into declaration.
6796
6797 2008-06-13 Ulf Jasper <ulf.jasper@web.de>
6798
6799 Rename net/newsticker-*.el to net/newst-*.el.
6800 * net/newst-backend.el: Rename from net/newsticker-backend.el.
6801 * net/newst-plainview.el: Rename from net/newsticker-plainview.el.
6802 * net/newst-reader.el: Rename from net/newsticker-reader.el.
6803 * net/newst-ticker.el: Rename from net/newsticker-ticker.el.
6804 * net/newst-treeview.el: Rename from net/newsticker-treeview.el.
6805 * net/newsticker-backend.el: Rename to net/newst-backend.el.
6806 * net/newsticker-plainview.el: Rename to net/newst-plainview.el.
6807 * net/newsticker-reader.el: Rename to net/newst-reader.el.
6808 * net/newsticker-ticker.el: Rename to net/newst-ticker.el.
6809 * net/newsticker-treeview.el: Rename to net/newst-treeview.el.
6810
6811 2008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
6812
6813 * progmodes/compile.el (compilation-start): Don't disable undo in
6814 comint buffer. Don't override the comint-filter with our own.
6815 (compilation-filter): Change point's insertion-type.
6816
6817 * comint.el (comint-output-filter): Use copy-marker.
6818
6819 2008-06-13 David Reitter <david.reitter@gmail.com>
6820
6821 * textmodes/flyspell.el (mail-mode-flyspell-verify):
6822 Check message-signature-separator exists before using it.
6823
6824 2008-06-13 Dan Nicolaescu <dann@ics.uci.edu>
6825
6826 * vc.el (vc-delete-file): Bind default-directory before calling
6827 the backend.
6828 (vc-annotate-show-diff-revision-at-line): Move most of the code to ...
6829 (vc-annotate-show-diff-revision-at-line-internal): ... here.
6830 New function.
6831 (vc-annotate-show-changeset-diff-revision-at-line): New function.
6832 (vc-annotate-mode-menu): Bind it.
6833
6834 2008-06-13 Jason Rumney <jasonr@gnu.org>
6835
6836 * term/w32-win.el (mouse-set-font): Remove overridden function.
6837 (w32-select-font): Declare as obsolete alias for x-select-font.
6838
6839 2008-06-13 Daniel Engeler <engeler@gmail.com>
6840
6841 These changes add serial port access.
6842 * term.el (term-update-mode-line): Modify.
6843 (serial-port-is-file-p, serial-nice-speed-history)
6844 (serial-no-speed, serial-mode-line-speed-menu)
6845 (serial-mode-line-config-menu): New variables and constants.
6846 (serial-name-history, serial-speed-history)
6847 (serial-supported-or-barf, serial-read-name, serial-read-speed)
6848 (serial-term, serial-speed, serial-mode-line-speed-menu-1)
6849 (serial-mode-line-speed-menu, serial-update-speed-menu)
6850 (serial-mode-line-config-menu-1, serial-mode-line-config-menu)
6851 (serial-update-config-menu): New functions.
6852
6853 2008-06-13 Glenn Morris <rgm@gnu.org>
6854
6855 * menu-bar.el (menu-set-font): Use fboundp rather than functionp.
6856
6857 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Doc fix.
6858
6859 2008-06-13 Kenichi Handa <handa@m17n.org>
6860
6861 * cus-face.el (custom-face-attributes): Add :foundry.
6862
6863 * faces.el (set-face-attribute): Parse "FOUNDRY-FAMILY" here.
6864 (face-x-resources): Add :foundry.
6865 (face-valid-attribute-values): Likewise.
6866 (face-attribute-name-alist): Likewise.
6867 (describe-face): Likewise.
6868
6869 2008-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
6870
6871 * emacs-lisp/map-ynp.el (map-y-or-n-p): Accept non-char events.
6872
6873 2008-06-12 Chong Yidong <cyd@stupidchicken.com>
6874
6875 * longlines.el (longlines-search-forward, longlines-search-backward)
6876 (longlines-re-search-forward): Use a smarter search-spaces-regexp.
6877
6878 2008-06-12 Sam Steingold <sds@gnu.org>
6879
6880 * vc.el (vc-rename-file): DTRT when the destination is a directory
6881 name and the source is a file.
6882
6883 2008-06-12 Chong Yidong <cyd@stupidchicken.com>
6884
6885 * menu-bar.el (menu-set-font): Rename x-font-dialog to x-select-font.
6886
6887 2008-06-12 Glenn Morris <rgm@gnu.org>
6888
6889 * progmodes/f90.el (f90-beginning-of-subprogram)
6890 (f90-end-of-subprogram): Only give a message when interactive.
6891
6892 * term/mac-win.el (x-toolkit-scroll-bars): Check bound.
6893
6894 * progmodes/cperl-mode.el (cperl-info-on-command):
6895 Use display-pixel-height rather than x-display-pixel-height.
6896
6897 * mail/rmailedit.el (rmail-cease-edit):
6898 * vc-dispatcher.el (vc-dir-mode): Check tool-bar-mode is bound.
6899
6900 * emulation/edt.el (edt-xserver):
6901 * emulation/edt-mapper.el (edt-xserver): Use replace-regexp-in-string.
6902
6903 * emulation/edt-mapper.el: Drop test for Emacs < 19.
6904
6905 * mwheel.el (mouse-wheel-follow-mouse, mwheel-event-window):
6906 Evaluate definitions when compiling. Reverse tests.
6907
6908 * dframe.el (dframe-reposition-frame-emacs): Reorder test, and
6909 use unless.
6910
6911 * menu-bar.el (w32-menu-bar-open): Declare for compiler.
6912
6913 * textmodes/artist.el (x-pointer-shape):
6914 * term/x-win.el (x-parse-geometry, x-resource-name, accelerate-menu)
6915 (x-open-connection, x-server-max-request-size, x-get-resource):
6916 * term/w32console.el (x-setup-function-keys):
6917 * term/w32-win.el (x-parse-geometry, x-resource-name)
6918 (generate-fontset-menu, image-library-alist, x-open-connection)
6919 (setup-default-fontset, set-fontset-font, setup-default-fontset)
6920 (create-fontset-from-fontset-spec, create-fontset-from-x-resource)
6921 (x-get-resource):
6922 * term/mac-win.el (x-parse-geometry, x-resource-name)
6923 (x-get-selection-internal, tool-bar-mode, set-fontset-font)
6924 (new-fontset, x-display-list, x-open-connection, x-get-resource):
6925 * progmodes/gud.el (tooltip-last-mouse-motion-event, tooltip-hide)
6926 (tooltip-start-delayed-tip, tooltip-use-echo-area, tooltip-show)
6927 (tooltip-strip-prompt, tooltip-expr-to-print, tooltip-event-buffer):
6928 * progmodes/gdb-ui.el (tooltip-show, tooltip-use-echo-area)
6929 (tooltip-identifier-from-point, define-fringe-bitmap):
6930 * play/gamegrid.el (image-size):
6931 * play/bubbles.el (image-size):
6932 * mail/emacsbug.el (x-server-vendor, x-server-version):
6933 * international/mule-util.el (internal-char-font):
6934 * international/mule-diag.el (font-info, query-fontset, fontset-info)
6935 (fontset-alias-alist, fontset-list, fontset-plain-name):
6936 * international/mule-cmds.el (x-server-vendor, x-server-version):
6937 * international/fontset.el (font-encoding-charset-alist)
6938 (otf-script-alist, new-fontset, set-fontset-font)
6939 (x-pixel-size-width-font-regexp, vertical-centering-font-regexp)
6940 (fontset-list, query-fontset, x-get-resource):
6941 * emulation/edt.el (x-server-vendor):
6942 * emulation/edt-mapper.el (x-server-vendor):
6943 * emacs-lisp/map-ynp.el (x-popup-dialog):
6944 * emacs-lisp/lmenu.el (x-popup-dialog):
6945 * x-dnd.el (x-window-property, x-change-window-property)
6946 (x-get-selection-internal):
6947 * woman.el (x-list-fonts):
6948 * w32-fns.el (x-server-version):
6949 * tooltip.el (x-show-tip, x-hide-tip):
6950 * tool-bar.el (image-mask-p):
6951 * thumbs.el (image-size):
6952 * term.el (overflow-newline-into-fringe):
6953 * subr.el (scroll-bar-scale):
6954 * startup.el (x-get-resource, tool-bar-mode, image-size):
6955 * select.el (x-get-selection-internal, x-own-selection-internal)
6956 (x-disown-selection-internal):
6957 * mouse.el (generate-fontset-menu):
6958 * mouse-sel.el (x-select-text, x-cut-buffer-or-selection-value):
6959 * image.el (image-library-alist):
6960 * image-mode.el (image-size, image-refresh):
6961 * image-dired.el (clear-image-cache):
6962 * gs.el (x-display-mm-width, x-display-pixel-width)
6963 (x-display-mm-height, x-display-pixel-height)
6964 (x-change-window-property, x-display-grayscale-p, x-window-property):
6965 * frame.el (tool-bar-mode, x-display-name, x-close-connection)
6966 (x-focus-frame, x-list-fonts, x-display-screens)
6967 (x-display-pixel-height, x-display-pixel-width, x-display-mm-height)
6968 (x-display-mm-width, x-display-backing-store, x-display-save-under)
6969 (x-display-planes, x-display-color-cells, x-display-visual-class):
6970 * faces.el (internal-face-x-get-resource)
6971 (internal-set-lisp-face-attribute-from-resource, x-bitmap-file-path)
6972 (fontset-list, x-list-fonts, xw-color-defined-p, xw-color-values)
6973 (xw-display-color-p, x-display-grayscale-p, x-get-resource)
6974 (x-parse-geometry, x-create-frame, x-setup-function-keys)
6975 (tool-bar-setup):
6976 * doc-view.el (clear-image-cache, image-size, tooltip-show):
6977 * dired.el (dnd-get-local-file-name, dnd-get-local-file-uri):
6978 * dframe.el (x-display-pixel-width, x-display-pixel-height):
6979 * descr-text.el (internal-char-font):
6980 Define for compiler, for builds without X.
6981
6982 2008-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
6983
6984 * vc-rcs.el (vc-rcs-state-heuristic): Don't assume the file exists.
6985
6986 2008-06-11 Glenn Morris <rgm@gnu.org>
6987
6988 * progmodes/fortran.el (fortran-end-of-subprogram): Check for a match
6989 before trying to move there.
6990 (fortran-calculate-indent): When fortran-check-all-num-for-matching-do
6991 is non-nil, indent most terminating statements like loop body.
6992
6993 * calendar/diary-lib.el (diary-list-entries-2): Accept optional
6994 Gregorian date, and add it, not the local date, to diary-entries-list.
6995 (diary-list-entries-1): Pass Gregorian date to diary-list-entries-2.
6996
6997 2008-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
6998
6999 * progmodes/compile.el (compilation-filter): Fix up last change.
7000
7001 * term/linux.el (terminal-init-linux): Use gpm-mouse-enable.
7002
7003 * t-mouse.el (gpm-mouse-enable, gpm-mouse-disable): New functions.
7004 (gpm-mouse-mode): Make it into a proper global minor mode.
7005
7006 * files.el (save-some-buffers-action-alist): Only use recursive-edit
7007 if the user enabled recursive-minibuffers.
7008
7009 * emacs-lisp/map-ynp.el (map-y-or-n-p):
7010 Add support for scroll-other-window.
7011
7012 2008-06-11 Jason Rumney <jasonr@gnu.org>
7013
7014 * term/w32-win.el (w32-menu-bar-open): Rename from menu-bar-open.
7015 Use tmm-menubar if menu is disabled in this frame.
7016
7017 * menu-bar.el (menu-bar-open): Determine how to open menu bar
7018 from frame type, per documentation. Add w32 case.
7019
7020 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
7021
7022 * minibuffer.el (completion--merge-suffix): New function.
7023 (completion-basic-try-completion): Use it.
7024 (completion-pcm--find-all-completions): Add argument `filter'.
7025 (completion-pcm--filename-try-filter, completion-pcm--merge-try):
7026 New functions.
7027 (completion-pcm-try-completion): Use them.
7028
7029 * xt-mouse.el (turn-on-xterm-mouse-tracking)
7030 (turn-off-xterm-mouse-tracking): Use terminal-list.
7031
7032 * cus-start.el (underline-minimum-offset): Rename from
7033 x-underline-minimum-display-offset.
7034
7035 2008-06-10 David De La Harpe Golden <david@harpegolden.net> (tiny change)
7036
7037 * cus-start.el (x-underline-minimum-display-offset): Give it a type.
7038
7039 2008-06-10 Chong Yidong <cyd@stupidchicken.com>
7040
7041 * mouse.el (mouse-select-font): New function.
7042
7043 * faces.el (face-spec-recalc): When the face is set using
7044 Customize, avoid recalculating it twice.
7045
7046 * menu-bar.el (menu-set-font): New function. Bind "Set Default
7047 Font" menu item to it. Apply selected font to all frames, and
7048 make it savable.
7049 (menu-bar-options-save): Save `default' font if changed.
7050
7051 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
7052
7053 * ffap.el (ffap-string-at-point-mode-alist):
7054 Use alpha rather than lower.
7055
7056 * dired.el (dired-insert-directory): Don't assume Unix-style dir names.
7057
7058 * subr.el (momentary-string-display): Use an overlay.
7059
7060 * progmodes/compile.el (compilation-mode):
7061 Set window-point-insertion-type.
7062 (compilation-filter): Don't use insert-before-markers any more.
7063 * emacs-lisp/trace.el (trace-make-advice):
7064 Set window-point-insertion-type in the trace buffer.
7065 * startup.el (normal-top-level): Set window-point-insertion-type in
7066 *Messages*.
7067 * net/telnet.el (telnet-mode): Set window-point-insertion-type.
7068 (telnet-filter): Don't use insert-before-markers any more.
7069 * comint.el (comint-mode): Set window-point-insertion-type.
7070 (comint-output-filter): Don't use insert-before-markers any more.
7071 * button.el (make-text-button): Allow `start' to be a string.
7072
7073 2008-06-10 Juanma Barranquero <lekktu@gmail.com>
7074
7075 * emacs-lisp/autoload.el (autoload-rubric):
7076 Fix coding cookie not to force Unix EOL.
7077
7078 2008-06-10 Martin Rudalics <rudalics@gmx.at>
7079
7080 * window.el (window--splittable-p, window--try-to-split-window):
7081 Don't use with-selected-window to avoid messing up get-lru-window.
7082 Reported by David Hansen <david.hansen@gmx.net>.
7083
7084 2008-06-10 Glenn Morris <rgm@gnu.org>
7085
7086 * subr.el (locate-library): Doc fix.
7087
7088 * net/newsticker-treeview.el (w3m-toggle-inline-images): Declare.
7089 (newsticker-treeview-tool-bar-map, newsticker-treeview-mode):
7090 Check tool-bar-map is bound, for non-X builds.
7091
7092 * net/newsticker-reader.el (newsticker--next-item-image)
7093 (newsticker--previous-item-image, newsticker--previous-feed-image)
7094 (newsticker--next-feed-image, newsticker--mark-read-image)
7095 (ewsticker--mark-immortal-image, newsticker--narrow-image)
7096 (newsticker--get-all-image, newsticker--update-image)
7097 (newsticker--browse-image): Check xpm images are available.
7098 (newsticker--mark-read-image, newsticker--mark-immortal-image)
7099 (newsticker--narrow-image, newsticker--get-all-image): Doc fix.
7100
7101 * net/newsticker-plainview.el (tool-bar-map): Don't declare.
7102 (newsticker--plainview-tool-bar-map, newsticker-mode):
7103 Check tool-bar-map is bound, for non-X builds.
7104 (w3m-toggle-inline-image): Declare.
7105
7106 * net/newsticker-backend.el (tool-bar-map): Don't declare.
7107
7108 * emacs-lisp/autoload.el (autoload-rubric): Add coding cookie.
7109
7110 * finder.el (finder-font-lock-keywords): Handle ``quotes''.
7111 (finder-compile-keywords): Move let to where needed.
7112 (finder-mouse-face-on-line): Go back one more line if needed.
7113 (finder-list-matches): Use cadr.
7114 (finder-goto-xref): New function.
7115 (finder-commentary): Add buttons to jump to foo.el libraries.
7116
7117 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
7118
7119 * apropos.el (apropos-function, apropos-macro, apropos-command)
7120 (apropos-variable, apropos-face, apropos-group, apropos-widget)
7121 (apropos-plist): Add apropos-short-label property.
7122 (apropos-multi-type): New variables.
7123 (apropos-command, apropos-value): Set it.
7124 (apropos-compact-layout): New custom.
7125 (apropos-print, apropos-print-doc): Use it.
7126 (apropos-print): Truncate lines.
7127
7128 2008-06-09 Kenichi Handa <handa@m17n.org>
7129
7130 * international/fontset.el (font-encoding-alist):
7131 Add an entry for "ascii-0".
7132
7133 2008-06-09 Jihyun Cho <jihyun.jo@gmail.com>
7134
7135 * language/hanja-util.el (hanja-init-load): Show the message only
7136 when loading a table.
7137
7138 2008-06-08 Ulf Jasper <ulf.jasper@web.de>
7139
7140 * net/newsticker-treeview.el (newsticker-treeview):
7141 * net/newsticker-plainview.el (newsticker-plainview):
7142 Add autoload cookie.
7143
7144 2008-06-08 Ulf Jasper <ulf.jasper@web.de>
7145
7146 * net/newsticker.el: Split up into newsticker-backend, -ticker,
7147 -reader, -plainview, and -treeview.
7148 (newsticker-version): Change to 1.99.
7149
7150 * net/newsticker-backend.el: New. Move backend functionality from
7151 newsticker.el to newsticker-backend.el.
7152 (newsticker--download-logos): New.
7153 (newsticker--sentinel-callback): New.
7154 (newsticker--set-customvar): Remove. Split up into specific
7155 functions related to retrieval, ticker, buffer, and display.
7156 (newsticker--set-customvar-retrieval): New. Extracted from
7157 `newsticker--set-customvar'.
7158 (newsticker-retrieval): New. Renamed from `newsticker-feed'.
7159 (newsticker-url-list-defaults):
7160 Use `newsticker--set-customvar-retrieval' for :set. Change :group.
7161 (newsticker-url-list): Doc changed. URL can be a function.
7162 Use `newsticker--set-customvar-retrieval' for :set. Change :group.
7163 (newsticker-retrieval-method): New.
7164 (newsticker-wget-name, newsticker-wget-arguments): Change :group.
7165 (newsticker-retrieval-interval):
7166 Use `newsticker--set-customvar-retrieval' for :set. Change :group.
7167 (newsticker-desc-comp-max): Change :group.
7168 (newsticker--cache): Doc changed.
7169 (newsticker--guid-to-string): New.
7170 (newsticker--guid): Use `newsticker--guid-to-string'.
7171 (newsticker--real-feed-name): New.
7172 (newsticker--start-feed): New. Extracted from `newsticker-start'.
7173 (newsticker-start): Use `insert-file-contents' for reading cache.
7174 Use `newsticker--start-feed'.
7175 (newsticker--stop-feed): New. Extracted from `newsticker-stop'.
7176 (newsticker-stop): Check whether `newsticker-stop-ticker' is fbound.
7177 Use `newsticker--stop-feed'.
7178 (newsticker-save-item): New.
7179 (newsticker--get-news-by-funcall): New.
7180 (newsticker-get-news): Handle new retrieval methods.
7181 (newsticker--sentinel): Use `newsticker--sentinel-work'.
7182 (newsticker--sentinel-work): New. Extracted from
7183 `newsticker--sentinel'. Use `newsticker--download-logos',
7184 `newsticker--sentinel-callback'.
7185 (newsticker--parse-atom-0.3): Use `newsticker--guid-to-string'.
7186 (newsticker--parse-atom-1.0): Fix link determination.
7187 (newsticker--parse-rss-0.91): Fix time determination.
7188 (newsticker--parse-rss-0.92): Fix time determination.
7189 (newsticker--parse-rss-2.0): Use `newsticker--guid-to-string'.
7190 (newsticker--parse-generic-feed): New arg order in
7191 `newsticker--cache-add'.
7192 (newsticker--parse-generic-items): Fix for multiple items.
7193 New arg order in `newsticker--cache-add'.
7194 (newsticker--forget-preformatted): Check whether
7195 `newsticker--buffer-set-uptodate' is fbound.
7196 (newsticker--decode-iso8601-date): Handle fractions of seconds.
7197 (newsticker--decode-rfc822-date): Partial timezone handling.
7198 (newsticker--cache-contains): Fix guid problem.
7199 (newsticker--cache-add): Swap args AGE and TIME. Fix guid problem.
7200 (newsticker--cache-save): New.
7201 (newsticker--cache-update): Use temp buffer.
7202 (newsticker--stat-num-items): Allow multiple AGE args.
7203 (newsticker--stat-num-items-total): New.
7204 (newsticker--opml-import-outlines): New.
7205 (newsticker-opml-import): Use `newsticker--opml-import-outlines'.
7206 (newsticker--do-run-auto-mark-filter): Doc changed.
7207 (newsticker-retrieve-random-message): New.
7208
7209 * net/newsticker-ticker.el: New. Move ticker functionality from
7210 net/newsticker.el to net/newsticker-ticker.el.
7211 (newsticker--ticker-timer): Rename `newsticker--display-timer' to
7212 `newsticker--ticker-timer'.
7213 (newsticker-ticker-running-p): Rename `newsticker--display-timer'
7214 to `newsticker--ticker-timer'.
7215 (newsticker--set-customvar-ticker): New. Extracted from
7216 `newsticker--set-customvar'.
7217 (newsticker-ticker-interval): Rename `newsticker-display-interval'
7218 to `newsticker-ticker-interval'. Use `newsticker--set-customvar-ticker
7219 for :set. Change :group.
7220 (newsticker-scroll-smoothly): Doc changed. Change :group.
7221 (newsticker-hide-immortal-items-in-echo-area)
7222 (newsticker-hide-old-items-in-echo-area)
7223 (newsticker-hide-obsolete-items-in-echo-area):
7224 Use `newsticker--set-customvar-ticker for :set. Change :group.
7225 (newsticker-start-ticker): Rename `newsticker--display-timer' to
7226 `newsticker--ticker-timer'. Rename `newsticker-display-interval'
7227 to `newsticker-ticker-interval'.
7228 (newsticker-stop-ticker): Rename `newsticker--display-timer' to
7229 `newsticker--ticker-timer'.
7230
7231 * net/newsticker-reader.el: New. Move reader functionality from
7232 net/newsticker.el to net/newsticker-reader.el.
7233 (newsticker--set-customvar-formatting): New. Extracted from
7234 `newsticker--set-customvar'.
7235 (newsticker-reader, newsticker-frontend): New.
7236 (newsticker-enable-logo-manipulations): Change :group.
7237 (newsticker-justification): Use `newsticker--set-customvar-formatting'
7238 for :set. Change :group.
7239 (newsticker-use-full-width): Use `newsticker--set-customvar-formatting'
7240 for :set. Change :group.
7241 (newsticker-html-renderer): Doc changed.
7242 Use `newsticker--set-customvar-formatting' for :set. Change :group.
7243 (newsticker-date-format):
7244 Use `newsticker--set-customvar-formatting' for :set. Change :group.
7245 (newsticker--insert-enclosure):
7246 Rename `newsticker--buffer-insert-enclosure' to
7247 `newsticker--insert-enclosure'. Add keymap arg.
7248 (newsticker--print-extra-elements):
7249 Rename `newsticker--buffer-print-extra-elements' to
7250 `newsticker--print-extra-elements'. Add keymap arg.
7251 (newsticker--do-print-extra-element):
7252 Rename `newsticker--buffer-do-print-extra-element' to
7253 `newsticker--do-print-extra-element'. Add keymap arg.
7254 (newsticker-show-news): Use `newsticker-frontend'.
7255
7256 * net/newsticker-plainview.el: New. Move plainview functionality
7257 from net/newsticker.el to net/newsticker-reader.el.
7258 (newsticker-plainview): New.
7259 (newsticker--set-customvar-sorting): New. Extracted from
7260 `newsticker--set-customvar'.
7261 (newsticker-sort-method): Use `newsticker--set-customvar-sorting
7262 for :set. Changed :group.
7263 (newsticker-heading-format, newsticker-item-format)
7264 (newsticker-desc-format, newsticker-statistics-format):
7265 Use `newsticker--set-customvar-formatting for :set. Change :group.
7266 (newsticker-faces): Change :group.
7267 (newsticker-default-face): Enable again.
7268 (newsticker-hide-old-items-in-newsticker-buffer)
7269 (newsticker-show-descriptions-of-new-items):
7270 Use `newsticker--set-customvar-buffer' for :set. Change :group.
7271 (newsticker-show-all-news-elements): Change :group.
7272 (newsticker-plainview-hooks): New.
7273 (newsticker-select-item-hook, newsticker-select-feed-hook)
7274 (newsticker-buffer-change-hook, newsticker-narrow-hook): Change :group.
7275 (newsticker--plainview-tool-bar-map): Rename `newsticker--tool-bar-map'
7276 to `newsticker--plainview-tool-bar-map'.
7277 (newsticker--url-keymap): Add mouse-1 binding.
7278 (newsticker-plainview): New.
7279 (newsticker-mark-all-items-of-feed-as-read): Change doc.
7280 (newsticker--buffer-do-insert-text): Use renamed
7281 newsticker--[buffer-]insert-enclosure and
7282 newsticker--[buffer-]print-extra-elements.
7283 (newsticker--buffer-set-faces): Use newsticker-default-face.
7284
7285 * net/newsticker-treeview.el: New.
7286
7287 2008-06-08 Andreas Schwab <schwab@suse.de>
7288
7289 * vc-dispatcher.el (vc-dir-children-marked-p): Fix child check.
7290
7291 * vc-cvs.el (vc-cvs-dir-status): Pass -f to cvs.
7292
7293 * vc-dispatcher.el (vc-dir-move-to-goal-column): Don't move in an
7294 empty line.
7295
7296 * minibuffer.el (minibuffer-message): Bind inhibit-quit around sit-for.
7297
7298 2008-06-08 Martin Rudalics <rudalics@gmx.at>
7299
7300 * window.el (split-height-threshold, split-width-threshold):
7301 Add choice nil.
7302 (split-window-preferred-function): Allow either nil or a function.
7303 (window--splittable-p, window--try-to-split-window):
7304 Handle changed option values.
7305
7306 (window--frame-usable-p): Handle nil argument.
7307
7308 (display-buffer): Call get-lru-window when pop-up-windows is nil
7309 and window can't be split.
7310
7311 2008-06-08 Michael Albinus <michael.albinus@gmx.de>
7312
7313 * uniquify.el (uniquify-get-proposed-name): Handle remote files.
7314
7315 * net/tramp.el (top): Quote feature names. Remove
7316 `tramp-rfn-eshadow-setup-minibuffer' from
7317 `rfn-eshadow-setup-minibuffer-hook' when unloading.
7318 (tramp-read-passwd): There is only one call to
7319 `auth-source-user-or-password' needed. Pacify byte compiler.
7320
7321 2008-06-08 Andreas Schwab <schwab@suse.de>
7322
7323 * window.el (display-buffer): Use lru window if current window
7324 cannot be split.
7325
7326 2008-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
7327
7328 * apropos.el (apropos-library): New command and new button.
7329 (apropos-library-button): New function.
7330
7331 * apropos.el: Remove spurious * in docstrings.
7332 (apropos-label-face): Use variable pitch.
7333 (apropos-print): Use dolist and with-current-buffer.
7334 (apropos-print-doc): Use when.
7335
7336 * window.el (special-display-p, display-buffer):
7337 Fix up C->Elisp transcription error.
7338
7339 2008-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
7340
7341 * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
7342 (byte-compile-file): Initialize it.
7343 (byte-compile-nogroup-warn): Keep track of the current group.
7344
7345 2008-06-08 Glenn Morris <rgm@gnu.org>
7346
7347 * Makefile.in (compile, compile-always, bootstrap-prepare):
7348 Explicitly pass EMACS to sub-makes that use it, for non-GNU makes.
7349
7350 2008-06-07 Jihyun Cho <jihyun.jo@gmail.com>
7351
7352 * language/hanja-util.el (hanja-init-load): Use a char-table for
7353 hanja-table.
7354 (hangul-to-hanja-char): Adjust for the above change.
7355
7356 2008-06-07 Glenn Morris <rgm@gnu.org>
7357
7358 * finder.el (finder-compile-keywords): Use lm-keywords-list rather than
7359 lm-keywords.
7360
7361 * mail/sendmail.el (mail-interactive): Add :version.
7362
7363 * term/linux.el (terminal-init-linux): Use gpm-mouse-mode rather than
7364 obsolete alias.
7365
7366 * ediff-merg.el, strokes.el, wid-edit.el, emacs-lisp/lisp-mnt.el:
7367 * emulation/edt-mapper.el, eshell/em-dirs.el, eshell/em-glob.el:
7368 * eshell/em-ls.el, eshell/em-unix.el, eshell/esh-cmd.el:
7369 * eshell/esh-io.el, eshell/esh-opt.el, eshell/esh-test.el:
7370 * eshell/esh-util.el, international/mule-cmds.el:
7371 * international/mule-diag.el, mail/smtpmail.el, net/netrc.el:
7372 * net/tls.el, progmodes/etags.el, textmodes/page-ext.el:
7373 Remove unnecessary eval-when-compiles and eval-and-compiles.
7374
7375 * Makefile.in (bootstrap-clean): Run autogen-clean.
7376 (maintainer-clean): No need to run autogen-clean now it is included in
7377 bootstrap-clean.
7378
7379 2008-06-06 Miles Bader <miles@gnu.org>
7380
7381 * Makefile.in (ELCFILES): Add gnus/nndir.elc.
7382
7383 2008-06-06 Chong Yidong <cyd@stupidchicken.com>
7384
7385 * menu-bar.el (menu-bar-options-menu): Add Menu entry for
7386 longlines mode.
7387
7388 * replace.el (replace-search-function)
7389 (replace-re-search-function): New vars.
7390 (perform-replace): Use them.
7391
7392 * longlines.el (longlines-re-search-forward): New function.
7393 (longlines-mode): Bind replace-search-function and
7394 replace-re-search-function, to ensure that replacement commands
7395 treat newlines as spaces.
7396 (longlines-show-effect): Default to a pilcrow sign.
7397
7398 2008-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
7399
7400 * help.el (function-called-at-point):
7401 * help-fns.el (variable-at-point): Use emacs-lisp-mode-syntax-table
7402 even when calling find-tag-default.
7403
7404 2008-06-06 Daniel Colascione <danc@merrillpress.com>
7405
7406 * nxml/nxml-mode.el (nxml-syntax-highlight-flag)
7407 (nxml-fontify-chunk-size, nxml-clear-face, nxml-set-fontified)
7408 (nxml-clear-fontified, nxml-fontify, nxml-fontify1)
7409 (nxml-fontify-buffer, nxml-do-fontify):
7410 Remove obsolete variables and functions.
7411 (nxml-font-lock-keywords, nxml-set-face, nxml-mode)
7412 (nxml-degrade, nxml-after-change, nxml-after-change1)
7413 (nxml-extend-region, nxml-extend-after-change-region)
7414 (nxml-extend-after-change-region1, nxml-fontify-matcher)
7415 (nxml-toggle-char-ref-extra-display): Use font-lock, and
7416 font-lock-extend-region-functions in particular, to fontify
7417 nxml-mode buffers.
7418 (nxml-debug-region): New debugging helper function.
7419
7420 * nxml/nxml-rap.el (nxml-clear-inside, nxml-set-inside)
7421 (nxml-scan-after-change, nxml-move-tag-backwards):
7422 Adapt for font-lock changes.
7423
7424 * nxml/nxml-util.el (nxml-debug, nxml-debug-change)
7425 (nxml-debug-set-inside, nxml-debug-clear-inside):
7426 New debugging functions.
7427 (nxml-with-degradation-on-error): New helper macro.
7428
7429 2008-06-06 Martin Rudalics <rudalics@gmx.at>
7430
7431 * window.el (display-buffer): Remove dead call to get-lru-window.
7432
7433 2008-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
7434
7435 * mail/sendmail.el (mail-interactive): Change default.
7436
7437 2008-06-05 John Paul Wallington <jpw@pobox.com>
7438
7439 * bindings.el (completion-ignored-extensions):
7440 Add .p64fsl, .d64fsl, and .dx64fsl.
7441
7442 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
7443
7444 * ffap.el (ffap-prompter): Don't use the region.
7445
7446 2008-06-05 Sam Steingold <sds@gnu.org>
7447
7448 * vc-cvs.el (vc-cvs-registered): Consider a directory with a CVS
7449 subdirectory to be registered.
7450
7451 2008-06-05 Martin Rudalics <rudalics@gmx.at>
7452
7453 * window.el (display-buffer-function, special-display-p)
7454 (special-display-buffer-names, special-display-regexps)
7455 (special-display-function, same-window-p, same-window-buffer-names)
7456 (same-window-regexps, pop-up-frames, display-buffer-reuse-frames)
7457 (pop-up-frame-function, pop-up-windows, even-window-heights)
7458 (split-window-preferred-function, split-height-threshold)
7459 (window--display-buffer-1, display-buffer, pop-to-buffer):
7460 Move from window.c and buffer.c.
7461 (window--splittable-p, window--try-to-split-window)
7462 (window--frame-usable-p, window--display-buffer-2)
7463 (window--even-window-heights): New functions.
7464 (split-width-threshold): New option.
7465 (split-window-preferred-horizontally): Remove.
7466
7467 * cus-start.el: Remove corresponding declarations.
7468
7469 2008-06-05 Sam Steingold <sds@gnu.org>
7470
7471 * vc.el (vc-update): Use `save-some-buffers' instead of signaling
7472 an error on modified buffers.
7473
7474 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
7475
7476 * progmodes/etags.el (tags-verify-table): Be careful to use and update
7477 tags-file-name and tags-table-list from the right buffer.
7478 (tags-table-check-computed-list, tags-table-extend-computed-list)
7479 (find-tag-noselect): Use with-current-buffer.
7480
7481 * emacs-lisp/trace.el (trace-entry-message, trace-exit-message):
7482 Use print-circle.
7483
7484 * minibuffer.el (minibuffer-local-must-match-filename-map):
7485 Declare obsolete alias for the old name.
7486
7487 * abbrev.el (unexpand-abbrev): Better preserve markers.
7488
7489 2008-06-05 Glenn Morris <rgm@gnu.org>
7490
7491 * emacs-lisp/autoload.el (autoload-rubric): New function,
7492 extracted from autoload-ensure-default-file.
7493 (autoload-ensure-default-file): Use autoload-rubric.
7494
7495 * cus-dep.el (generated-custom-dependencies-file): Doc fix.
7496 (custom-dependencies-no-scan-regexp): New variable.
7497 (custom-make-dependencies): Use with-temp-buffer and autoload-rubric.
7498 Don't scan files matching custom-dependencies-no-scan-regexp.
7499 Disable undo in the output buffer. Remove kept-new-versions wackiness.
7500
7501 * finder.el (finder-headmark): Initialize and add doc string.
7502 (generated-finder-keywords-file): Doc fix.
7503 (finder-no-scan-regexp): New variable.
7504 (finder-compile-keywords): Use a single let binding.
7505 Disable undo in the output buffer. Use autoload-rubric.
7506 Use mapc rather than mapcar. Don't scan files matching
7507 finder-no-scan-regexp. Use with-temp-buffer. Use expand-file-name
7508 rather than concat. Use directory-files to do regexp matching.
7509 No need to require jka-compr.
7510 (finder-list-keywords): Remove un-needed set-buffer. Disable undo.
7511 (finder-list-matches): Disable undo.
7512 (finder-commentary): Use let rather than let*. Disable undo.
7513 (finder-current-item): Use zerop.
7514 (finder-mode): Use define-derived-mode.
7515 (finder-exit): Doc fix. Use dolist.
7516
7517 * Makefile.in ($(lisp)/cus-load.el): Remove unnecessary rule.
7518 (custom-deps): Don't require $(lisp)/cus-load.el.
7519 (custom-deps, finder-data): Don't depend on autoloads.
7520 Should not be needed now, and doing so was causing make install to
7521 re-dump emacs post-bootstrap.
7522 (bootstrap-after): Don't run update-elclist, since modifying Makefile.in
7523 mid-build forces some things to be rebuilt.
7524
7525 2008-06-05 Miles Bader <miles@gnu.org>
7526
7527 * face-remap.el
7528 (face-remap-add-relative): Renamed from `add-relative-face-remapping'.
7529 (face-remap-remove-relative): Renamed from
7530 `remove-relative-face-remapping'.
7531 (face-remap-reset-base): Renamed from
7532 `set-default-base-face-remapping'.
7533 (face-remap-set-base): Renamed from `set-base-face-remapping'.
7534 (text-scale-increase): Renamed from `increase-buffer-face-height'.
7535 (text-scale-decrease): Renamed from `decrease-buffer-face-height'.
7536 (text-scale-adjust): Renamed from `adjust-buffer-face-height'.
7537
7538 * face-remap.el (variable-pitch-mode): Autoload.
7539
7540 2008-06-04 Sam Steingold <sds@gnu.org>
7541
7542 * vc-hg.el (vc-hg-status-extra-header, vc-hg-status-extra-headers):
7543 Generate extra status headers for a Mercurial tree.
7544
7545 2008-06-04 John Paul Wallington <jpw@pobox.com>
7546
7547 * echistory.el (electric-history-map): Define within defvar.
7548 Add docstring.
7549
7550 * font-lock.el (font-lock-turn-off-thing-lock)
7551 (font-lock-after-fontify-buffer, font-lock-after-unfontify-buffer):
7552 Use `bound-and-true-p'.
7553 (cpp-font-lock-keywords-source-directives, cpp-font-lock-keywords):
7554 Doc fixes.
7555
7556 * international/ccl.el (define-ccl-program): Add `doc-string'
7557 declaration.
7558
7559 2008-06-04 Juanma Barranquero <lekktu@gmail.com>
7560
7561 * face-remap.el (variable-pitch-mode): Reflow docstrings.
7562 (text-scale-mode, adjust-buffer-face-height): Fix typos in docstrings.
7563
7564 2008-06-04 Trent W. Buck <trentbuck@gmail.com> (tiny change)
7565
7566 * emacs-lisp/rx.el (rx): Doc fix.
7567
7568 2008-06-04 Markus Triska <markus.triska@gmx.at>
7569
7570 * image-mode.el (image-mode-map): Add doc-view-inspired bindings.
7571
7572 2008-06-04 Miles Bader <miles@gnu.org>
7573
7574 * face-remap.el (adjust-buffer-face-height): New function.
7575 Add autoloaded keybindings in ctl-x-map.
7576 (increase-buffer-face-height, decrease-buffer-face-height):
7577 Simplify interactive spec to just "p". Remove autoloaded keybindings.
7578
7579 2008-06-03 Chong Yidong <cyd@stupidchicken.com>
7580
7581 * simple.el (line-move-1): If we did not move as far as desired,
7582 ensure that point-left and point-entered hooks are called.
7583
7584 2008-06-03 Sam Steingold <sds@gnu.org>
7585
7586 * vc-cvs.el (vc-cvs-status-extra-headers): Remove extraneous newlines.
7587
7588 2008-06-03 John Paul Wallington <jpw@pobox.com>
7589
7590 * progmodes/make-mode.el (makefile-cleanup-continuations)
7591 (makefile-warn-suspicious-lines, makefile-warn-continuations):
7592 Use `derived-mode-p'.
7593
7594 2008-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
7595
7596 * Makefile.in (update-elclist): Impose a fixed collation for sorting.
7597 (ELCFILES): Update.
7598
7599 2008-06-03 Miles Bader <miles@gnu.org>
7600
7601 * face-remap.el: New file.
7602 * Makefile.in (ELCFILES): Add face-remap.elc.
7603
7604 2008-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
7605
7606 * progmodes/flymake.el (flymake-process-filter): Make sure the source
7607 buffer isn't dead.
7608
7609 * obsolete/bg-mouse.el, obsolete/float.el, obsolete/hilit19.el,
7610 * obsolete/lselect.el, obsolete/mlsupport.el, obsolete/ooutline.el,
7611 * obsolete/profile.el, obsolete/rsz-mini.el, obsolete/uncompress.el,
7612 * obsolete/auto-show.el, obsolete/hscroll.el:
7613 Remove packages that were obsolete in Emacs-20, or that were obsolete
7614 in Emacs-21 and do not contain any more code.
7615
7616 * vc-dispatcher.el (vc-dir-menu-map-filter): Don't fail if
7617 vc-client-mode is not set.
7618
7619 * image-mode.el (image-mode-map): Suppress key map and bind `q'.
7620 * doc-view.el (doc-view-mode-map): Inherit from image-mode-map.
7621
7622 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords): Try to be
7623 yet a bit more clever at distinguishing / from /.
7624
7625 2008-06-03 Kenichi Handa <handa@m17n.org>
7626
7627 * Makefile.in (ELCFILES): Add $(lisp)/language/hanja-util.elc.
7628
7629 2008-06-03 Jihyun Cho <jihyun.jo@gmail.com>
7630
7631 * language/hanja-util.el: New file.
7632
7633 2008-06-03 Glenn Morris <rgm@gnu.org>
7634
7635 * progmodes/f90.el (f90-typedef-matcher, f90-looking-at-type-like):
7636 Check that end-of-word follows "type".
7637
7638 2008-06-02 Daiki Ueno <ueno@unixuser.org>
7639
7640 * epa-file.el (epa-file-write-region): Write the entire buffer
7641 content if START is nil.
7642
7643 2008-06-01 Thomas Morgan <tlm@thomasmorgan.net> (tiny change)
7644
7645 * select.el (x-get-selection): Fix typo.
7646
7647 2008-06-01 Juanma Barranquero <lekktu@gmail.com>
7648
7649 * descr-text.el (describe-text-sexp): Use `string-match-p'. Simplify.
7650 (describe-char): Use `looking-at-p', `string-match-p' when possible.
7651
7652 2008-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
7653
7654 * tar-mode.el (tar-header-block-summarize): Ensure one space around
7655 user&group.
7656
7657 2008-05-31 John Paul Wallington <jpw@pobox.com>
7658
7659 * help-fns.el (describe-variable-custom-version-info):
7660 Handle dotted `package-version' info.
7661
7662 2008-05-31 Juanma Barranquero <lekktu@gmail.com>
7663
7664 * icomplete.el (icomplete-get-keys): Doc fix. Use `when'.
7665
7666 2008-05-31 Dan Nicolaescu <dann@ics.uci.edu>
7667
7668 * vc-cvs.el (vc-cvs-after-dir-status): Support spaces in file
7669 names and improve support for unregistered files.
7670
7671 2008-05-31 Glenn Morris <rgm@gnu.org>
7672
7673 * Makefile.in (compile-last): Replace tr in `els' assignment with sed.
7674 Remove shell variable `elc'. Split tests to hopefully be more portable.
7675 Fix `sel' assignment.
7676
7677 2008-05-30 Juanma Barranquero <lekktu@gmail.com>
7678
7679 * minibuffer.el (completion-table-dynamic): Doc fix.
7680
7681 2008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
7682
7683 * vc-cvs.el (vc-cvs-state-heuristic, vc-cvs-parse-status):
7684 Try and return `unregistered' when applicable.
7685
7686 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
7687 Don't encourage naming variables with "-flag".
7688
7689 2008-05-30 Glenn Morris <rgm@gnu.org>
7690
7691 * Makefile.in (update-elclist): Hide the warning when it does not apply,
7692 make it milder when it does.
7693 (autogen-clean): New target.
7694 (maintainer-clean): Use autogen-clean.
7695
7696 * calendar/diary-lib.el (diary-display-function): New name for
7697 diary-display-hook. Keep old name as obsolete alias. Doc fix.
7698 Change custom type and version.
7699 (diary-list-entries-hook, diary-list-entries, diary-simple-display)
7700 (diary-fancy-display): Doc fixes.
7701 (diary-list-entries, diary-include-other-diary-files)
7702 (diary-mail-entries):
7703 Use diary-display-function rather than diary-display-hook.
7704
7705 * calendar/appt.el (appt-check): Use diary-display-function rather than
7706 diary-display-hook.
7707 * calendar/cal-x.el (calendar-dedicate-diary): Update for
7708 diary-display-function replacing diary-display-hook.
7709 * org/org-agenda.el (org-get-entries-from-diary): Also set
7710 diary-display-function.
7711
7712 * calendar/cal-html.el (cal-html-list-diary-entries):
7713 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
7714 * calendar/cal-tex.el (cal-tex-list-diary-entries): Use LIST-ONLY
7715 argument of diary-list-entries rather than setting diary-display-hook.
7716
7717 2008-05-30 Kenichi Handa <handa@m17n.org>
7718
7719 * international/mule-conf.el (utf-8-with-signature): Renamed from
7720 utf-8-sig.
7721 (utf-8-auto): Adjusted for the above change.
7722
7723 * international/mule-diag.el (describe-font): Don't check fontset
7724 here, and just call font-info. Get the default font by from the
7725 default face.
7726
7727 2008-05-29 Kenichi Handa <handa@m17n.org>
7728
7729 * international/mule-conf.el (utf-8-sig, utf-8-auto):
7730 New coding systems.
7731
7732 * international/mule.el (define-coding-system): Accept :bom for utf-8.
7733
7734 2008-05-29 Espen Wiborg <espen.wiborg@telio.no> (tiny change)
7735
7736 * international/utf-7.el (utf-7-encode): Use the right escape char
7737 depending on imap/nonimap encoding.
7738
7739 2008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
7740
7741 * minibuffer.el (completion-pcm-all-completions): Add the base-size.
7742
7743 2008-05-29 Juanma Barranquero <lekktu@gmail.com>
7744
7745 * icomplete.el (icomplete-prospects-height): Add :group.
7746
7747 2008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
7748
7749 * icomplete.el (icomplete-prospects-length): Make obsolete.
7750 (icomplete-prospects-height): New var.
7751 (icomplete-completions): Use it.
7752
7753 2008-05-29 David Kastrup <dak@gnu.org>
7754
7755 * autoinsert.el (auto-insert): Add :link.
7756
7757 2008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
7758
7759 * tar-mode.el (tar-header): New field `header-start'.
7760 (tar-header-block-tokenize): Set it when useful.
7761 Drop "GNUtar " magic value, which even GNU Tar doesn't know about.
7762 (tar-header-data-end): New function.
7763 (tar-summarize-buffer): Use it.
7764 (tar-next-line): Fix goal column for long usernames.
7765 (tar-expunge-internal): Use header-start.
7766 (tar-rename-entry): Handle ustar-style long names.
7767 (tar-alter-one-field): Add optional `descriptor' argument.
7768 (tar-subfile-save-buffer): Use it.
7769
7770 2008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
7771
7772 * tar-mode.el (tar-header): New field `header-start'.
7773 (tar-header-block-tokenize): Set header-start for longlink entries.
7774 (tar-expunge-internal): Use header-start to expunge longlink entries.
7775
7776 * files.el (hack-local-variables): Don't signal an error if the local
7777 variable section is not properly terminated.
7778
7779 * emacs-lisp/easymenu.el (easy-menu-convert-item)
7780 (easy-menu-convert-item-1): Move the duplicate-generation outside of
7781 the caching so it also works for identical entries.
7782
7783 * tar-mode.el (tar-summarize-buffer): Fix reporter initialization.
7784 (tar-mode): Use write-region-annotate-functions rather than
7785 write-contents-functions.
7786 (tar-extract): Remove unused var `pos'.
7787 (tar-subfile-save-buffer): Remove unused var `following-descs'.
7788 (tar-mode-write-file): Remove.
7789 (tar-write-region-annotate): New function.
7790
7791 * progmodes/flymake.el (flymake-save-buffer-in-file):
7792 * shadowfile.el (shadow-copy-file):
7793 * arc-mode.el (archive-*-write-file-member):
7794 * files.el (diff-buffer-with-file):
7795 * subr.el (with-temp-file): Pass nil to write-region.
7796 * jka-compr.el (jka-compr-write-region): Preserve `start's nullness.
7797
7798 * doc-view.el (doc-view-mode-map): Bind `q' to quit-window, as is
7799 the custom.
7800
7801 * files.el (basic-save-buffer-2): Pass nil rather than (point-min)
7802 to write-region.
7803
7804 2008-05-28 Glenn Morris <rgm@gnu.org>
7805
7806 * Makefile.in (update-elclist): Work around non-portability of "\"
7807 in various implementations of echo.
7808
7809 2008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
7810
7811 * international/mule-diag.el (describe-current-coding-system):
7812 Don't assume selection-coding-system is always defined.
7813
7814 * tar-mode.el: Use defstruct and markers.
7815 (tar-setf): Remove.
7816 (tar-header): Use defstruct. Add `data-start' field.
7817 (make-tar-desc, tar-desc-tokens): Remove, folded into tar-header.
7818 (tar-desc-data-start): Remove (now called tar-header-data-start).
7819 (tar-roundup-512): New fun.
7820 (tar-header-block-tokenize): Receive a buffer position rather than
7821 a string. Handle @longLink here, be more careful about it.
7822 Create a marker for data-start.
7823 (tar-summarize-buffer): Don't handle @LongLink here any more.
7824 (tar-expunge-internal, tar-subfile-save-buffer): Don't update
7825 data-start on the following entries any more.
7826 (tar-chown-entry, tar-chgrp-entry): Use read-number.
7827
7828 * tar-mode.el: Use buffer-swap-text to separate summary and raw data.
7829 (tar-header-offset): Remove.
7830 (tar-parse-info, tar-header-offset, tar-file-name-coding-system):
7831 Not permanent any more.
7832 (tar-data-buffer): New var.
7833 (tar-data-swapped-p, tar-change-major-mode-hook)
7834 (tar-mode-kill-buffer-hook): New funs.
7835 (tar-untar-buffer, tar-summarize-buffer, tar-mode, tar-mode-revert)
7836 (tar-extract, tar-copy, tar-expunge-internal, tar-expunge)
7837 (tar-clear-modification-flags, tar-alter-one-field)
7838 (tar-subfile-save-buffer, tar-pad-to-blocksize, tar-mode-write-file):
7839 Change accordingly.
7840
7841 2008-05-27 Dan Nicolaescu <dann@ics.uci.edu>
7842
7843 * vc-dispatcher.el (vc-directory-resynch-file): Rename to ...
7844 (vc-dir-resynch-file): ... this. Update callers.
7845 Use vc-string-prefix-p. Ignore directory args.
7846 (vc-string-prefix-p): CSE.
7847 (vc-resynch-buffer): Restore conditional.
7848
7849 * vc-hooks.el (vc-after-save): Improve test.
7850 (vc-mode-line): Fix indentation.
7851
7852 2008-05-27 Chong Yidong <cyd@stupidchicken.com>
7853
7854 * calendar/parse-time.el (parse-time-months)
7855 (parse-time-weekdays): Add long-form month and day names.
7856
7857 2008-05-27 Glenn Morris <rgm@gnu.org>
7858
7859 * Makefile.in (update-elclist): Make errors in final sed non-fatal.
7860
7861 2008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
7862
7863 * vc-dispatcher.el (vc-string-prefix-p): New function.
7864 (vc-dir-parent-marked-p): Use it.
7865
7866 2008-05-27 Dan Nicolaescu <dann@ics.uci.edu>
7867
7868 * vc.el (Problems): Remove fixed issues.
7869 (vc-expand-dirs): Avoid returning directories.
7870 (vc-dir): Fix C-x v v binding.
7871 (vc-make-backend-object): Fix name.
7872 (vc-dir-show-fileentry): Fix docstring.
7873 (vc-dir-refresh): Use vc-dir-backend. Fix docstring.
7874 (vc-dir-refresh-files): Use vc-dir-backend. Fix docstring.
7875 Reset the state for directories.
7876 (vc-dir-headers): Align labels.
7877 (vc-default-status-printer): Do no call prettify-state-info.
7878 (vc-deduce-fileset): Replace implementation with one based on a
7879 working older version.
7880 (vc-next-action): Use the new form of vc-deduce-fileset.
7881 Fix dealing with unregistered files.
7882
7883 * vc-dispatcher.el (vc-resynch-window): Fix mode-line updating.
7884 (vc-dir-menu-map): Fix menu title for the menu bar and the popup menu.
7885 (vc-dir-child-files): New function.
7886 (vc-dir-node-directory): New function.
7887 (vc-dir-update, vc-dir-parent-marked-p)
7888 (vc-dir-children-marked-p, vc-dir-mark-all-files)
7889 (vc-dir-marked-only-files, vc-dispatcher-selection-set): Use it.
7890
7891 * vc-cvs.el (vc-cvs-status-extra-headers): Align labels.
7892
7893 2008-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
7894
7895 * diff-mode.el (diff-context-mid-hunk-header-re): New const.
7896 (diff-font-lock-keywords, diff-context->unified)
7897 (diff-reverse-direction, diff-fixup-modifs, diff-sanity-check-hunk)
7898 (diff-hunk-text, diff-find-source-location): Use it.
7899 (diff-post-command-hook): Let the user edit the hunk headers.
7900
7901 2008-05-26 Andreas Schwab <schwab@suse.de>
7902
7903 * vc.el (vc-default-prettify-state-info): Fix formatting of an
7904 unknown state.
7905
7906 * tar-mode.el (tar-summarize-buffer): Comment fix.
7907
7908 2008-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
7909
7910 * tar-mode.el (tar-summarize-buffer): Handle GNU Tar @LongLink format.
7911
7912 2008-05-26 Glenn Morris <rgm@gnu.org>
7913
7914 * calendar/cal-hebrew.el (diary-ordinal-suffix): Declare for compiler.
7915
7916 2008-05-25 John Paul Wallington <jpw@pobox.com>
7917
7918 * proced.el (proced-next-line, proced-previous-line):
7919 Avoid calling `next-line' and `previous-line' from Lisp code.
7920
7921 2008-05-25 Ed Reingold <reingold@emr.cs.iit.edu>
7922
7923 * calendar/cal-hebrew.el (diary-hebrew-yahrzeit):
7924 Use diary-ordinal-suffix.
7925
7926 2008-05-24 Juanma Barranquero <lekktu@gmail.com>
7927
7928 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-defs)
7929 (edebug-all-forms, edebug-eval-macro-args, edebug-save-windows)
7930 (edebug-save-displayed-buffer-points, edebug-initial-mode)
7931 (edebug-trace, edebug-test-coverage, edebug-continue-kbd-macro)
7932 (edebug-print-length, edebug-print-level, edebug-print-circle)
7933 (edebug-unwrap-results, edebug-on-error, edebug-on-quit)
7934 (edebug-global-break-condition, edebug-sit-for-seconds):
7935 Remove spurious * from defcustom docstrings.
7936 (edebug-unwrap*, edebug-signal, edebug-eval-display):
7937 Improve argument/docstring consistency.
7938 (edebug-test-coverage, edebug-gensym, edebug-read)
7939 (edebug-top-level-nonstop, edebug-eval-result-list)
7940 (edebug-eval-redisplay, edebug-trace): Fix typos in docstring.
7941 (edebug-eval-defun, edebug-eval-top-level-form, edebug)
7942 (edebug-display-freq-count): Reflow docstrings.
7943 (edebug-restore-status): Doc fix.
7944
7945 2008-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
7946
7947 * proced.el (proced-header-line): Use the :align-to 0 feature
7948 rather than computing the corresponding position manually.
7949 (proced-update): Don't hardcode point-min==1.
7950
7951 2008-05-24 Alan Mackenzie <acm@muc.de>
7952
7953 * progmodes/cc-mode.el (c-postprocess-file-styles): Throw an error
7954 if c-file-style is set to a non-string.
7955
7956 (c-neutralize-CPP-line): Surround by `save-excursion'.
7957 (c-neutralize-syntax-in-CPP): Optimize for speed.
7958
7959 2008-05-24 Glenn Morris <rgm@gnu.org>
7960
7961 * Makefile.in (update-elclist): New target, to update ELCFILES.
7962 (bootstrap-after): Run update-elclist.
7963
7964 2008-05-24 Ulf Jasper <ulf.jasper@web.de>
7965
7966 * icalendar.el (icalendar-version): Increase to "0.19".
7967 (icalendar--date-style): New function.
7968 (icalendar--datetime-to-diary-date): Doc fix.
7969 Use icalendar--date-style.
7970 (icalendar--datestring-to-isodate): Doc fix. Handle iso date style.
7971 (icalendar--convert-yearly-to-ical)
7972 (icalendar--convert-recurring-to-diary): Handle iso date style,
7973 use icalendar-date-style.
7974
7975 2008-05-23 Dan Nicolaescu <dann@ics.uci.edu>
7976
7977 * vc.el (vc-delete-file): Make sure the buffer is deleted and
7978 vc-dir buffers are updated.
7979
7980 2008-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
7981
7982 * vc.el (vc-delete-file): Don't try to resynch the buffer.
7983
7984 2008-05-23 Paul Rivier <paul.r.ml@gmail.com>
7985
7986 * textmodes/reftex-vars.el (reftex-extra-bindings-prefix): New var.
7987 * textmodes/reftex.el (reftex-extra-bindings-map): New var.
7988 (reftex-extra-bindings): Use it.
7989
7990 * progmodes/mixal-mode.el (mixal-mode-map): Move key-bindings
7991 away from the user-reserved keys.
7992
7993 * progmodes/ada-mode.el (ada-mode-extra-map, ada-mode-extra-prefix):
7994 New vars.
7995 (ada-create-keymap): Use them.
7996
7997 2008-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
7998
7999 * emacs-lisp/regexp-opt.el (regexp-opt): Always return
8000 a properly-grouped regexp.
8001
8002 2008-05-23 Juanma Barranquero <lekktu@gmail.com>
8003
8004 * progmodes/cap-words.el (capitalized-words-mode):
8005 Fix typos in docstring.
8006
8007 2008-05-23 Kenichi Handa <handa@m17n.org>
8008
8009 * international/mule-conf.el: Don't define the charset `emacs'
8010 here, just put :docstring, :short-name, and :long-name.
8011
8012 2008-05-22 Kenichi Handa <handa@m17n.org>
8013
8014 * international/mule-diag.el (font-show-log): Limit each listing
8015 to 20 items.
8016
8017 2008-05-23 Nick Roberts <nickrob@snap.net.nz>
8018
8019 * progmodes/gdb-ui.el (gdb-enable-debug): New function.
8020 (gdb-annotation-rules): New entry for "thread-changed".
8021 (gdb-thread-changed): New function.
8022
8023 2008-05-23 Glenn Morris <rgm@gnu.org>
8024
8025 * Makefile.in (SOURCES): Remove, unused.
8026 (lisptagsfiles1, lisptagsfiles2): Use '*' rather than '[a-zA-Z]*'.
8027 (TAGS, TAGS-LISP): Use a single rule with multiple targets.
8028 Exclude more '*loaddefs' files.
8029 (compile-always): Simplify '.elc' deletion.
8030
8031 2008-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
8032
8033 * vc-bzr.el (vc-bzr-annotate-time): Reduce memory allocation.
8034 (vc-bzr-revision-completion-table): Handle `boundaries' argument.
8035
8036 * minibuffer.el (completion-boundaries): Change calling
8037 convention, so `string' has the same semantics as in
8038 try-completion and all-completions.
8039 (completion-table-with-context, completion--embedded-envvar-table)
8040 (completion--file-name-table)
8041 (completion-pcm--find-all-completions): Adjust code accordingly.
8042
8043 2008-05-22 Chong Yidong <cyd@stupidchicken.com>
8044
8045 * image-mode.el (image-mode-winprops): Add argument CLEANUP to
8046 prune image-mode-winprops-alist, preventing it from growing
8047 indefinitely.
8048 (image-mode-reapply-winprops): Use it.
8049
8050 2008-05-22 Teodor Zlatanov <tzz@lifelogs.com>
8051
8052 * net/netrc.el (netrc-machine): Always match if the port is not given.
8053
8054 2008-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
8055
8056 * minibuffer.el (completion-pcm--find-all-completions):
8057 Don't add pseudo-completions.
8058
8059 * icomplete.el (icomplete-eoinput): Remove.
8060 (icomplete-overlay): New var to replace it.
8061 (icomplete-tidy): Rewrite.
8062 (icomplete-exhibit): Use an overlay.
8063 (icomplete-completions): Use completion-all-sorted-completions.
8064 Obey completion-ignore-case.
8065
8066 * files.el (locate-dominating-file): Accept non-existing argument.
8067 (project-find-settings-file): Rewrite, using locate-dominating-file.
8068
8069 2008-05-22 Kenichi Handa <handa@m17n.org>
8070
8071 * faces.el (font-weight-table, font-slant-table, font-width-table):
8072 Delete them. Don't call internal-set-font-style-table.
8073
8074 * international/mule-diag.el (font-show-log): New function.
8075
8076 * international/fontset.el (script-representative-chars): Add more
8077 chars for latin. Add data for symbol.
8078 (setup-default-fontset): Add entries for phonetic, armenian, and symbol.
8079
8080 2008-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
8081
8082 * minibuffer.el (completion-all-sorted-completions): New var.
8083 (completion--flush-all-sorted-completions)
8084 (completion-all-sorted-completions): New functions.
8085 (minibuffer-force-complete): New command.
8086
8087 2008-05-21 Glenn Morris <rgm@gnu.org>
8088
8089 * files.el (c-postprocess-file-styles): Declare for compiler.
8090
8091 * Makefile.in: Allow for parallel byte-compiling.
8092 (ELCFILES): New variable.
8093 (.el.elc): Remove prerequisites from suffix rule. Print a message.
8094 (compile-first, compile-main, compile-last): New targets.
8095 (compile-always): Simplify - delete .elc files, then `make compile'.
8096
8097 * Makefile.in (compile-calc): Use glob rather than find.
8098 ($(lisp)/progmodes/cc-mode.elc): Use $@.
8099
8100 * eshell/esh-module.el: No need for cl when compiling.
8101
8102 * eshell/eshell.el (eshell-defgroup): New alias.
8103 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
8104 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
8105 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
8106 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
8107 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
8108 * eshell/em-xtra.el: Use eshell-defgroup rather than defgroup.
8109 Autoload the custom group. Set generated-autoload-file.
8110 * eshell/em-basic.el, eshell/esh-module.el: Require eshell,
8111 for eshell-defgroup.
8112 * eshell/esh-module.el (eshell-load-defgroups): Remove.
8113 Require esh-groups rather than loading it.
8114
8115 2008-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8116
8117 * proced.el (proced-header-line): New variable and new function.
8118 (proced-mode): Set header-line-format.
8119 (proced-update): Set proced-header-line.
8120 (proced-send-signal): Use proced-header-line.
8121
8122 2008-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
8123
8124 * macros.el (insert-kbd-macro): Use prin1-char.
8125
8126 2008-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
8127
8128 * minibuffer.el (completion-boundaries): New function.
8129 (completion--some): Delay errors.
8130 (complete-with-action, completion-table-with-context):
8131 Handle `boundaries' case.
8132 (completion--try-word-completion): Avoid partial-completion
8133 when the user hasn't entered anything yet.
8134 (minibuffer-local-map, minibuffer-local-filename-completion-map)
8135 (minibuffer-local-must-match-map, minibuffer-local-completion-map)
8136 (minibuffer-local-must-match-filename-map, minibuffer-local-ns-map):
8137 Setup default keybindings.
8138 (completion--embedded-envvar-re): New var.
8139 (completion--embedded-envvar-table): Use it. Handle `boundaries' case.
8140 (completion--file-name-table): Handle `boundaries' case.
8141 (completion-pcm--pattern->regex): Avoid pathological backtracking.
8142 (completion-pcm--all-completions): Add a `prefix' arg.
8143 (completion-pcm--find-all-completions): New function.
8144 (completion-pcm-all-completions, completion-pcm-try-completion):
8145 Use it.
8146
8147 * icomplete.el (icomplete-completions): Don't use `predicate' with
8148 a table of a different type than `candidates'.
8149
8150 2008-05-20 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8151
8152 * proced.el (proced-goal-column): Rename from proced-procname-column.
8153 (proced-goal-header-re): Rename from proced-procname-column-regexp.
8154 (proced-move-to-goal-column): Rename from proced-move-to-procname.
8155 (proced-header-face, proced-header-regexp): Remove.
8156 (proced-font-lock-keywords): Remove proced-header-face.
8157 (proced-header-alist, proced-sorting-schemes-re): New variables.
8158 (proced): Rename Proced buffer to *Proced*.
8159 (proced-next-line, proced-previous-line): New commands.
8160 (proced-do-mark, proced-do-mark-all, proced-toggle-marks)
8161 (proced-hide-processes): Do not treat first line as special.
8162 (proced-header-space): New function.
8163 (proced-update): Use header-line-format.
8164 Initialize proced-header-alist and proced-sorting-schemes-re.
8165 Set proced-goal-column. Include proced-command in mode-name.
8166 (proced-send-signal): Use header-line-format for *Marked
8167 Processes* buffer.
8168 (proced-sort): Restrict minibuffer completion to applicable
8169 sorting schemes.
8170 (proced-sorting-scheme-p): Use proced-sorting-schemes-re.
8171
8172 2008-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
8173
8174 * icomplete.el (icomplete-simple-completing-p):
8175 Allow icomplete-with-completion-tables to say "use it everywhere".
8176 (icomplete-completions): Obey completion-styles. Try to accommodate
8177 partial-completion style.
8178
8179 2008-05-20 Michael Olson <mwolson@gnu.org>
8180
8181 * files.el (project-find-settings-file): Change concat to
8182 expand-file-name.
8183
8184 2008-05-19 Tom Tromey <tromey@redhat.com>
8185
8186 * files.el (normal-mode): Call hack-project-variables.
8187 (hack-local-variables-confirm): Add 'project' argument.
8188 (hack-local-variables-apply): New function.
8189 (hack-local-variables): Use it.
8190 (project-class-alist, project-directory-alist): New variables.
8191 (project-get-alist): New function.
8192 (project-collect-bindings-from-alist)
8193 (project-collect-binding-list, set-directory-project)
8194 (project-find-settings-file, project-define-from-project-file)
8195 (hack-project-variables): New functions.
8196
8197 2008-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
8198
8199 * emacs-lisp/cl-specs.el (destructuring-bind): Fix spec.
8200
8201 2008-05-19 Juanma Barranquero <lekktu@gmail.com>
8202
8203 * faces.el (font-weight-table): Fix typo in docstring.
8204
8205 2008-05-18 David Hull <david@snap.com> (tiny change)
8206
8207 * vc-hg.el (vc-hg-annotate-re): Recognize the output of --follow.
8208 (vc-hg-annotate-command): Allow white space before version number.
8209
8210 2008-05-18 Jay Belanger <jay.p.belanger@gmail.com>
8211
8212 * calc/calc-yank.el (calc-register-alist): New variable.
8213 (calc-set-register, calc-get-register, calc-copy-to-register)
8214 (calc-insert-register, calc-add-to-register, calc-append-to-register)
8215 (calc-prepend-to-register): New functions.
8216
8217 * calc/calc-ext.el (calc-init-extensions): Add keybindings for
8218 `calc-copy-to-register' and `calc-insert-register'.
8219 Autoload new register functions.
8220
8221 * calc/calc-help.el (calc-r-prefix-help): Add help for register
8222 functions.
8223
8224 2008-05-18 Dan Nicolaescu <dann@ics.uci.edu>
8225
8226 * vc.el (Todo): Add known problems.
8227 (vc-dir-backend): New variable.
8228 (vc-dir): Set it.
8229 (vc-make-backend-object, vc-generic-status-printer)
8230 (vc-generic-state, vc-generic-status-fileinfo-extra)
8231 (vc-dir-extra-menu): Use it.
8232 (vc-generic-dir-headers): Remove, unused.
8233
8234 * vc-dispatcher.el (vc-dir-previous-directory): Rename from
8235 vc-dir-prev-directory for consistency with vc-dir-previous-line.
8236 (vc-dir-mode-map): Fix bindings.
8237
8238 * vc-bzr.el (vc-bzr-after-dir-status): Remove unused binding.
8239
8240 2008-05-18 Jay Belanger <jay.p.belanger@gmail.com>
8241
8242 * calc/calc-yank.el (calc-kill): Make sure that only the stack is
8243 operated on.
8244 (calc-kill-region): Kill entire lines.
8245
8246 2008-05-17 Glenn Morris <rgm@gnu.org>
8247
8248 * ezimage.el (ezimage-use-images): Drop support for Emacs < 21 and
8249 simplify initial value.
8250 (defezimage): Drop support for Emacs without defimage, use a featurep
8251 test rather than fboundp when defining, drop with-no-warnings.
8252 (ezimage-insert-over-text): Move featurep test inside
8253 add-text-properties.
8254
8255 * elide-head.el (elide-head-headers-to-hide): Handle GPLv3 format.
8256
8257 * net/tramp.el (top-level): Load auth-source when compiling.
8258
8259 * progmodes/fortran.el (fortran-font-lock-keywords-2): Add .eqv., .neqv.
8260
8261 2008-05-17 Andreas Schwab <schwab@suse.de>
8262
8263 * vc-dispatcher.el (vc-dir-mode-map): Fix M-down and M-up binding.
8264
8265 2008-05-17 Dan Nicolaescu <dann@ics.uci.edu>
8266
8267 * vc.el (vc-annotate-show-diff-revision-at-line): Change
8268 vc-diff-internal arg to match what vc-deduce-fileset returns now.
8269
8270 2008-05-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8271
8272 * menu-bar.el (menu-bar-select-buffer): Reinsert it as msb.el uses it.
8273
8274 2008-05-17 Jim Meyering <meyering@redhat.com>
8275
8276 * ido.el (ido-save-history): Do not emit a trailing newline at the
8277 end of the ido history file.
8278
8279 2008-05-16 John Paul Wallington <jpw@pobox.com>
8280
8281 * vc-dispatcher.el (top-level): Revert previous change: require cl
8282 when compiling.
8283
8284 2008-05-16 Eric S. Raymond <esr@snark.thyrsus.com>
8285
8286 * vc.el (vc-default-status-printer)
8287 (vc-default-prettify-state-info): Enhance the state prettyprinter
8288 to deal better with unknown states and indirect through it when
8289 painting vc-dir buffers.
8290
8291 2008-05-16 John Paul Wallington <jpw@pobox.com>
8292
8293 * vc-dispatcher.el (top-level): Don't require cl when compiling.
8294 (vc-dir-mode-map): Fix backquote.
8295 (vc-at-event): Doc fix. Use `make-symbol' instead of `gensym'.
8296
8297 2008-05-16 Michael Albinus <michael.albinus@gmx.de>
8298
8299 * net/tramp.el (tramp-handle-write-region): Fix check for short track.
8300 Reported by Glenn Morris <rgm@gnu.org>.
8301
8302 2008-05-16 Eric S. Raymond <esr@snark.thyrsus.com>
8303
8304 * vc.el: Remove my analysis of SCCS/RCS concurrency issues from
8305 the end of the file, it was good work at one time but has been
8306 stale since 1995 and may now be actively misleading.
8307 * vc-cvs.el (vc-cvs-status-extra-headers): Extract and display the
8308 CVS repository and module (assumptions for the latter a bit iffy).
8309 * vc-svn.el (vc-svn-status-extra-headers): Extract and display the
8310 SVN repository.
8311
8312 2008-05-16 Juanma Barranquero <lekktu@gmail.com>
8313
8314 * vc-rcs.el (vc-rcs-create-tag):
8315 * vc-sccs.el (vc-sccs-create-tag):
8316 Fix typo in error message and pass backend arg.
8317
8318 2008-05-15 Michael Albinus <michael.albinus@gmx.de>
8319
8320 * net/tramp.el (tramp-file-name-for-operation): Add `make-temp-name'.
8321
8322 2008-05-15 Teodor Zlatanov <tzz@lifelogs.com>
8323
8324 * net/tramp.el: Load auth-source library.
8325 (tramp-read-passwd): Use it for password, not login.
8326
8327 2008-05-15 Shigeru Fukaya <shugeru.fukaya@gmail.com>
8328
8329 * ses.el (ses-goto-print): Use move-to-column rather than forward-char.
8330 (ses-print-cell): Use string-width, truncate-string-to-width,
8331 delete-region rather than length, substring, delete-char.
8332 (ses-setup): Set inhibit-point-motion-hooks to t.
8333 Calculate position by actually moving point rather than just using
8334 unibyte character length.
8335 (ses-mode): Set indent-tabs-mode to nil.
8336 (ses-center): Use string-width rather than length.
8337
8338 2008-05-15 Eric S. Raymond <esr@snark.thyrsus.com>
8339
8340 * vc-cvs.el, vc-git.el, vc-hg.el, vc-hooks.el, vc-mcvs.el,
8341 * vc-rcs.el, vc-sccs.el, vc-svn.el, vc.el:
8342 Rename vc-*-create-snapshot and vc-*-retrieve-snapshot to
8343 vc-*-create-tag and vc-*-retrieve-tag respectively.
8344
8345 * vc-dispatcher.el: Fix an incorrect buffer name and remove an
8346 unneeded defalias.
8347
8348 * vc.el, vc-dispatcher.el (vc-dir-menu-map-filter): Move.
8349
8350 * vc.el, vc-dispatcher.el (vc-dir-menu-map): Remove assumption
8351 about buffer names.
8352
8353 2008-05-15 Glenn Morris <rgm@gnu.org>
8354
8355 * vc-hooks.el (vc-directory-resynch-file): Fix declaration.
8356
8357 * org/org-exp.el (org-infojs-options-inbuffer-template):
8358 Fix declaration.
8359
8360 * progmodes/cc-mode.el (declare-function): Add compat definition.
8361 (awk-mode-syntax-table, c-awk-unstick-NL-prop): Declare for compiler.
8362
8363 2008-05-14 Eric S. Raymond <esr@snark.thyrsus.com>
8364
8365 * vc-dispatcher.el (vc-dispatcher-selection): Change the returned
8366 list to a cons so the caller can get back both expanded and
8367 unexpanded filesets.
8368 * vc.el (vc-deduce-fileset, vc-next-action, vc-diff-internal)
8369 (vc-merge, vc-version-diff, vc-print-log, vc-revert, vc-rollback):
8370 Change handling of selection-set returns as required.
8371
8372 2008-05-15 John Paul Wallington <jpw@pobox.com>
8373
8374 * add-log.el (top-level): Don't require cl when compiling.
8375
8376 * arc-mode.el (archive-add-new-member): Use `derived-mode-p'.
8377 (archive-*-extract): Use `zerop'.
8378 (archive-*-write-file-member): Use `or', use `zerop'.
8379
8380 * diff-mode.el (diff-current-defun): Use `buffer-local-value'.
8381
8382 * ibuffer.el (ibuffer-assert-ibuffer-mode): New defsubst.
8383 (ibuffer-mark-interactive, ibuffer-set-mark)
8384 (ibuffer-insert-buffer-line, ibuffer-redisplay-current)
8385 (ibuffer-map-lines, ibuffer-switch-format)
8386 (ibuffer-update-title-and-summary)
8387 (ibuffer-redisplay-engine): Use it.
8388
8389 * ibuf-ext.el (ibuffer-interactive-filter-by-mode)
8390 (ibuffer-set-filter-groups-by-mode, ibuffer-list-buffer-modes)
8391 (define-ibuffer-filter mode, define-ibuffer-filter used-mode)
8392 (define-ibuffer-sorter major-mode, ibuffer-mark-unsaved-buffers)
8393 (ibuffer-mark-read-only-buffers)
8394 (ibuffer-mark-dired-buffers): Use `buffer-local-value'.
8395
8396 * ibuf-macs.el (ibuffer-aif, ibuffer-awhen, ibuffer-save-marks)
8397 (define-ibuffer-column, define-ibuffer-sorter)
8398 (define-ibuffer-op, define-ibuffer-filter): Add declarations
8399 containing indentation specs, replacing equivalent top-level
8400 forms that set `lisp-indent-function' properties.
8401 (define-ibuffer-op): Use `derived-mode-p'.
8402 (define-ibuffer-filter): Remove redundant `concat' call.
8403
8404 2008-05-14 Michael Albinus <michael.albinus@gmx.de>
8405
8406 * net/tramp.el (tramp-echo-mark): Update docstring.
8407 (tramp-echo-mark-marker): New defconst.
8408 (tramp-check-for-regexp): Use it.
8409
8410 2008-05-14 Eric S. Raymond <esr@snark.thyrsus.com>
8411
8412 * vc.el (vc-deduce-fileset): Do the right thing when visiting a
8413 buffer (say, a log buffer or diff buffer) with a vc-dir buffer
8414 as parent.
8415
8416 2008-05-14 John Paul Wallington <jpw@pobox.com>
8417
8418 * international/mule.el (convert-define-charset-argument):
8419 Remove period from end of error message.
8420 (coding-system-mnemonic): Doc fix.
8421 (ctext-pre-write-conversion): Doc fix.
8422
8423 2008-05-14 Simon Marshall <simon@gnu.org>
8424
8425 * obsolete/fast-lock.el (fast-lock-cache-directories): Remove "."
8426 from its default value and give it the risky-local-variable
8427 property (CVE-2008-2142).
8428
8429 2008-05-14 Kenichi Handa <handa@m17n.org>
8430
8431 * language/korean.el ("Korean"): Set `iso639-language'
8432 property to `ko'.
8433
8434 * language/japanese.el ("Japanese"): Set `iso639-language'
8435 property to `ja'.
8436
8437 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
8438 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK")
8439 ("Chinese-GB18030"): Set `iso639-language' property to `zh'.
8440
8441 * international/mule-cmds.el (set-language-environment):
8442 Set current-iso639-language.
8443
8444 * international/fontset.el (setup-default-fontset): For kana, han,
8445 hangul, and cjk-misc, move an entry with font-spec at the end.
8446 (generate-fontset-menu): Exclude fontset-auto* from the list.
8447
8448 * composite.el (compose-chars-after): Assume that WINDOW is always
8449 non-nil.
8450
8451 * faces.el (font-weight-table, font-slant-table)
8452 (font-swidth-table): Declare them by defconst. Change the format
8453 of elements. Call internal-set-font-style-table after their
8454 declaration.
8455 (face-valid-attribute-values): Call font-family-list. Get values
8456 for width, weight, and slant from font-xxx-table.
8457
8458 * cus-face.el (custom-face-attributes): Add "thin" for :weight.
8459
8460 2008-05-13 John Paul Wallington <jpw@pobox.com>
8461
8462 * ibuffer.el (ibuffer-buffer-file-name): New function.
8463 (define-ibuffer-column filename): Use it.
8464
8465 * ibuf-ext.el (define-ibuffer-filter filename): Use it.
8466
8467 2008-05-13 Chong Yidong <cyd@stupidchicken.com>
8468
8469 * talk.el (talk): Simplify. Pass display arg to talk-add-display
8470 as a string.
8471 (talk-add-display): Simplify. Accept only string args.
8472
8473 2008-05-13 Jay Belanger <jay.p.belanger@gmail.com>
8474
8475 * calc/calc.el (calc-mode-map): Remove old keybinding for `calc-yank'.
8476
8477 2008-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
8478
8479 * Makefile.in (bootstrap-prepare): Don't chmod files.
8480 (autoloads): Do it here instead, where it's actually needed.
8481
8482 2008-05-13 Chong Yidong <cyd@stupidchicken.com>
8483
8484 * tool-bar.el (tool-bar-make-keymap): Account for the optional
8485 KEY-BINDING-DATA field in menu-item list.
8486
8487 2008-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
8488
8489 * dired.el (dired-read-dir-and-switches): Move things about to use less
8490 recursion during macroexpansion.
8491
8492 * dired.el (dired-read-dir-and-switches): Use read-file-name.
8493
8494 * dired.el (dired-read-dir-and-switches): Ignore ., .., and
8495 completion-ignored-extension directories if there's something else.
8496 (dired-mark-if, dired-map-over-marks, dired-readin, dired-revert)
8497 (dired-remember-marks, dired-undo, dired-build-subdir-alist)
8498 (dired-internal-do-deletions, dired-mark-files-in-region, dired-mark)
8499 (dired-toggle-marks, dired-change-marks, dired-unmark-all-files):
8500 buffer-read-only -> inhibit-read-only.
8501
8502 2008-05-12 Eric S. Raymond <esr@snark.thyrsus.com>
8503
8504 * vc.el (vc-expand-dirs): Stop this function from tossing out
8505 explicitly specified files.
8506
8507 2008-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
8508
8509 * smerge-mode.el (smerge-apply-resolution-patch): Don't pass nil
8510 to `insert'.
8511
8512 2008-05-12 Dan Nicolaescu <dann@ics.uci.edu>
8513
8514 * vc.el (vc-annotate-show-diff-revision-at-line): Remove incorrect
8515 cons. Use vc-annotate-backend.
8516 (with-vc-file, edit-vc-file): Remove unused macros.
8517
8518 2008-05-12 Teodor Zlatanov <tzz@lifelogs.com>
8519
8520 * mail/smtpmail.el: Add autoload for `auth-source-user-or-password'.
8521 (smtpmail-try-auth-methods): Use it.
8522
8523 2008-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
8524
8525 * emacs-lisp/cl.el (cl-set-nthcdr): Make it a defsubst so that
8526 (setf (nthcdr ..) ..) doesn't require CL at runtime.
8527
8528 2008-05-11 Carsten Dominik <dominik@science.uva.nl>
8529
8530 * org/org.el (org-modules): Repair problems with loading org-jsinfo.org.
8531
8532 2008-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
8533
8534 * vc-bzr.el (vc-bzr-sha1, vc-bzr-command-discarding-stderr)
8535 (vc-bzr-revision-completion-table): Use process-file.
8536 (vc-bzr-working-revision): Pass relative file names.
8537
8538 * diff-mode.el (diff-hunk-header-re): Refine the regexp.
8539
8540 2008-05-11 Juri Linkov <juri@jurta.org>
8541
8542 * wid-edit.el (widget-image-directory): Change default image data
8543 subdirectory from "custom" to "images/custom".
8544
8545 * info.el (Info-next-preorder): Let-bind `Info-history' to nil
8546 before recursive call to `Info-next-preorder' to not add
8547 intermediate nodes to the history.
8548
8549 * isearch.el: Put isearch-scroll property on recenter-top-bottom.
8550
8551 * emulation/cua-base.el: Put isearch-scroll property
8552 on cua-scroll-up and cua-scroll-down.
8553
8554 2008-05-11 Eric S. Raymond <esr@snark.thyrsus.com>
8555
8556 * vc-hooks.el (vc-recompute-state): Remove (dead code).
8557
8558 2008-05-10 Dan Nicolaescu <dann@ics.uci.edu>
8559
8560 * vc-dispatcher.el (ewoc): Require.
8561 (vc-log-edit, vc-buffer-sync): Declare for byte compiler.
8562
8563 * vc-hg.el (vc-hg-diff, vc-hg-annotate-command): Use when not if.
8564
8565 2008-05-10 Chong Yidong <cyd@stupidchicken.com>
8566
8567 * term/w32-win.el (x-colors):
8568 * term/mac-win.el (x-colors):
8569 * term/x-win.el (x-colors): Re-order colors.
8570
8571 2008-05-10 Reiner Steib <reiner.steib@gmx.de>
8572
8573 * smerge-mode.el (smerge-command-prefix): Fix custom type.
8574
8575 2008-05-10 Eric S. Raymond <esr@snark.thyrsus.com>
8576
8577 * vc-dispatcher.el (vc-dir-next-directory, vc-dir-prev-directory):
8578 New functions implementing motion to next and previous directory.
8579
8580 * vc-arch.el (vc-arch-command):
8581 * vc-bzr.el (vc-bzr-command):
8582 * vc-cvs.el (vc-cvs-command):
8583 * vc-dispatcher.el (vc-do-command):
8584 * vc-git.el (vc-git-command):
8585 * vc-hg.el (vc-hg-command):
8586 * vc-mcvs.el (vc-mvcs-command):
8587 * vc-mtn.el (vc-mtn-command):
8588 * vc-sccs.el (vc-sccs-command, vc-sccs-workfile)
8589 (vc-sccs-workfile-unchanged-p):
8590 * vc-svn.el (vc-svn-command, vc-svn-create-repo):
8591 * vc-rcs.el (all methods): Remove assumption about what a nil
8592 argument to vc-do-command means. This means no buffer name needs
8593 to be hardcoded into the dispatcher layer, and it's better to be
8594 explicit anyway.
8595
8596 * vc-svn.el (vc-svn-dir-state-heuristic): Remove.
8597
8598 2008-05-10 Dan Nicolaescu <dann@ics.uci.edu>
8599
8600 * vc.el: Update todo.
8601
8602 * vc-sccs.el (vc-sccs-dir-status):
8603 * vc-rcs.el (vc-rcs-dir-status): Avoid using results from multiple
8604 backends and returning up to date files.
8605
8606 * vc-hooks.el (vc-prefix-map): Remove duplicate binding.
8607
8608 2008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
8609
8610 * vc.el (vc-dir):
8611 * vc-hooks.el: Tweak the VC directory bindings. These are now
8612 documented in the manual.
8613
8614 * vc-dispatcher.el (vc-dir-update, vc-dir-parent-marked-p)
8615 (vc-dir-children-marked-p): Remove the vc-dir-insert-directories global.
8616 (vc-dispatcher-selection-set): Allow callers to pass in an
8617 observer flag that says no buffer sync is required.
8618 * vc.el (vc-deduce-fileset, vc-print-log, vc-version-diff):
8619 Use the observer flag.
8620
8621 2008-05-09 Michael Albinus <michael.albinus@gmx.de>
8622
8623 * simple.el (start-file-process): Clarify docstring.
8624
8625 2008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
8626
8627 * vc-sccs.el, vc-svn.el, vc-git.el, vc-hg.el, vc-mtn.el:
8628 Remove stub implementations of, and references to, wash-log.
8629 * vc-rcs.el (vc-rcs-comment-history):
8630 * vc-cvs.el (vc-cvs-comment-history):
8631 Inline the code that used to be wash-log.
8632
8633 * vc-sccs.el (vc-sccs-checkin, vc-sccs-checkout, vc-sccs-rollback)
8634 (vc-sccs-revert, vc-sccs-steal-lock, vc-sccs-modify-change-comment)
8635 (vc-sccs-print-log, vc-sccs-diff): Grok directories.
8636 * vc-rcs.el (vc-sccs-checkin, vc-sccs-checkout)
8637 (vc-rcs-revert, vc-rcs-steal-lock, vc-rcs-modify-change-comment)
8638 (vc-rcs-print-log): Grok directories.
8639
8640 2008-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
8641
8642 * vc.el (vc-mark-resolved): Add `backend' argument.
8643 (vc-next-action): Pass it the backend.
8644 (vc-next-action, vc-checkout, vc-mark-resolved, vc-version-diff)
8645 (vc-merge, vc-rollback, vc-update, vc-transfer-file, vc-delete-file)
8646 (vc-default-comment-history, vc-default-create-snapshot)
8647 (vc-default-retrieve-snapshot, vc-default-revert, vc-annotate)
8648 (vc-annotate-revision-previous-to-line)
8649 (vc-annotate-show-diff-revision-at-line, vc-annotate-warp-revision):
8650 * vc-svn.el (vc-svn-checkout):
8651 * vc-mcvs.el (vc-mcvs-checkout):
8652 * vc-hooks.el (vc-state, vc-default-workfile-unchanged-p)
8653 (vc-working-revision, vc-before-save, vc-mode-line):
8654 Prefer vc-call-backend to vc-call so as not to recompute the backend.
8655
8656 * vc.el (vc-deduce-fileset): Don't require the checkout-model and the
8657 state to be consistent since it's often an unwarranted restriction.
8658 Don't return the state either.
8659 (vc-next-action): Check that the state is consistent.
8660 (vc-diff-internal, vc-version-diff, vc-print-log, vc-revert)
8661 (vc-rollback, vc-update): Adapt to new return value of
8662 vc-deduce-fileset.
8663
8664 * vc-dispatcher.el (vc-dispatcher-browsing): Use derived-mode-p.
8665 (vc-dir-prepare-status-buffer): Use vc-dispatcher-browsing.
8666 (vc-dispatcher-in-fileset-p): New fun.
8667 (vc-dispatcher-selection-set): Use it to properly handle directories.
8668
8669 2008-05-09 Dan Nicolaescu <dann@ics.uci.edu>
8670
8671 * vc.el (vc-version-diff, vc-print-log, vc-revert, vc-rollback)
8672 (vc-update): Remove unused let bindings.
8673
8674 2008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
8675
8676 * vc.el (vc-deduce-fileset, vc-next-action, vc-version-diff)
8677 (vc-diff, vc-revert, vc-rollback, vc-update):
8678 * vc-dispatcher.el (vc-dispatcher-selection-set):
8679 Get rid of 4 special cases in fileset selection. This involved
8680 changing the return value of (vc-deduce-fileset) so that it passes
8681 back a deduced state as well as a deduced back end.
8682
8683 2008-05-08 Sam Steingold <sds@gnu.org>
8684
8685 * progmodes/compile.el (compilation-minor-mode-map)
8686 (compilation-mode-map): Bind "g" to recompile and "q" to quit-window.
8687 * progmodes/grep.el (grep-mode-map): Use `set-keymap-parent' to connect
8688 it to `compilation-minor-mode-map' (instead of an explicit `cons').
8689
8690 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
8691
8692 * org/org.el (org-modules, org-format-latex-options):
8693 * org/org-archive.el (org-archive-stamp-time)
8694 (org-archive-save-context-info):
8695 * org/org-faces.el (org-hide):
8696 * org/org-irc.el (org-irc-parse-link):
8697 * org/org-macs.el (org-call-with-arg, org-autoload):
8698 * org/org-mew.el (org-mew-store-link):
8699 * org/org-remember.el (org-remember-store-without-prompt)
8700 (org-remember-templates): Fix typos in docstrings.
8701
8702 * org/org-info.el (org-info-store-link): Remove leftover docstring.
8703
8704 * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
8705 (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
8706 (org-bbdb-anniv-split): Fix typos in docstrings.
8707
8708 * org/org-publish.el (org-publish-project-alist): Doc fixes.
8709 (org-publish-use-timestamps-flag): Reflow docstring.
8710 (org-publish-files-alist): Fix typos in docstring.
8711
8712 2008-05-07 Sam Steingold <sds@gnu.org>
8713
8714 * pcvs-util.el (cvs-bury-buffer): Revert my patch: quit-window
8715 appears to be too aggressive with window removal.
8716
8717 2008-05-08 Michael McNamara <mac@mail.brushroad.com>
8718
8719 * progmodes/verilog-mode.el (verilog-type-font-keywords):
8720 Add leda and 0in as pragma keywords.
8721 (verilog-pretty-expr): Support lining up assignments which include
8722 part selects.
8723 (verilog-mode): More portable check for the availability of
8724 hideshow support.
8725 (verilog-do-indent): Remove special indent for declarations inside
8726 a parenthetical list. The code is ill-advised, and doesn't work
8727 given the new user defined types.
8728 (verilog-set-auto-endcomments): Enhance function automatic
8729 endcomment to support functions that return user defined types.
8730 (verilog-mode): Add code to tell which-function-mode minor mode
8731 that Verilog supports this feature.
8732
8733 2008-05-08 Eli Zaretskii <eliz@gnu.org>
8734
8735 * epa-file.el: Require epa-hook.
8736
8737 * loadup.el ("epa-hook"): Load epa-hook instead of epa-file-hook.
8738
8739 * epa-hook.el: Renamed from epa-file-hook.el, to avoid
8740 file-names clashes on 8+3 filesystems. Provide epa-hook.
8741
8742 * org/org-jsinfo.el: Renamed from org-infojs.el, to avoid
8743 file-names clashes on 8+3 filesystems.
8744
8745 2008-05-08 Carsten Dominik <dominik@science.uva.nl>
8746
8747 * org/org.el (org-read-date-get-relative): Interpret lone
8748 weekday abbreviation as relative to today.
8749
8750 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
8751
8752 * abbrev.el (define-abbrev-table):
8753 * composite.el (toggle-auto-composition):
8754 * json.el (json-alist-p, json-plist-p):
8755 * minibuffer.el (completion-table-with-predicate):
8756 * ps-mule.el (ps-mule-external-libraries):
8757 * emacs-lisp/advice.el (ad-special-form-p):
8758 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
8759 * eshell/em-smart.el (eshell-review-quick-commands):
8760 * progmodes/python.el (python-comment-line-p, python-blank-line-p)
8761 (python-skip-out, python-check-comint-prompt):
8762 Don't use `iff' in docstrings.
8763
8764 * international/robin.el (robin-package-alist): Fix typo in docstring.
8765 (robin-current-package-name): Doc fix.
8766 (robin-activate): Don't use `iff' in docstring.
8767
8768 2008-05-07 Eric S. Raymond <esr@snark.thyrsus.com>
8769
8770 * vc.el, vc-dispatcher.el: VC-Dired support removed.
8771 The code uses a ewoc-based implementation now.
8772 * vc-hooks.el: Support for Meta-CVS has been removed.
8773
8774 2008-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
8775
8776 * tool-bar.el: Choose images dynamically.
8777 (tool-bar-make-keymap, tool-bar-find-image): New function.
8778 (tool-bar-find-image-cache): New var.
8779 (tool-bar-local-item, tool-bar-local-item-from-menu):
8780 Don't select the image yet, do it later in tool-bar-make-keymap.
8781
8782 2008-05-07 Andreas Schwab <schwab@suse.de>
8783
8784 * window.el: Require 'cl when compiling.
8785
8786 2008-05-07 Dan Nicolaescu <dann@ics.uci.edu>
8787
8788 * vc-dispatcher.el (vc-dir-insert-directories): Default to t.
8789
8790 2008-05-07 Glenn Morris <rgm@gnu.org>
8791
8792 * subr.el (ignore-errors): Move here from cl-macs.el.
8793 * emacs-lisp/cl-macs.el (ignore-errors): Move to subr.el.
8794
8795 * progmodes/fortran.el (fortran-mode): Fix font-lock-syntactic-keywords
8796 oddness.
8797
8798 2008-05-06 Eric S. Raymond <esr@snark.thyrsus.com>
8799
8800 * vc-hooks.el (vc-find-file-hook):
8801 * vc-dispatcher.el (vc-resynch-window): Decouple vc-dispatcher
8802 further from vc.el.
8803 * vc.el (vc-dir-mode): Move VC-specific context menu entries here.
8804
8805 2008-05-06 Wilson Snyder <wsnyder@wsnyder.org>
8806
8807 * progmodes/verilog-mode.el (verilog-getopt-file):
8808 Cleanup warning message format.
8809 (verilog-auto, verilog-auto-arg, verilog-auto-ascii-enum)
8810 (verilog-auto-inout, verilog-auto-inout-module)
8811 (verilog-auto-input, verilog-auto-inst, verilog-auto-inst-param)
8812 (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
8813 (verilog-auto-reg-input, verilog-auto-reset, verilog-auto-sense)
8814 (verilog-auto-sense-sigs, verilog-auto-tieoff)
8815 (verilog-auto-unused, verilog-auto-wire)
8816 (verilog-decls-get-assigns, verilog-decls-get-consts)
8817 (verilog-decls-get-gparams, verilog-decls-get-inouts)
8818 (verilog-decls-get-inputs, verilog-decls-get-outputs)
8819 (verilog-decls-get-ports, verilog-decls-get-regs)
8820 (verilog-decls-get-signals, verilog-decls-get-wires)
8821 (verilog-dir-cache-lib-filenames, verilog-dir-cache-list)
8822 (verilog-dir-cache-preserving, verilog-dir-file-exists-p)
8823 (verilog-dir-files, verilog-expand-dirnames, verilog-getopt-file)
8824 (verilog-inject-sense, verilog-library-filenames)
8825 (verilog-mode-release-date, verilog-mode-version)
8826 (verilog-modi-cache-add, verilog-modi-cache-preserve-buffer)
8827 (verilog-modi-cache-preserve-tick, verilog-modi-cache-results)
8828 (verilog-modi-get-assigns, verilog-modi-get-consts)
8829 (verilog-modi-get-gparams, verilog-modi-get-inouts)
8830 (verilog-modi-get-inputs, verilog-modi-get-outputs)
8831 (verilog-modi-get-ports, verilog-modi-get-regs)
8832 (verilog-modi-get-signals, verilog-modi-get-sub-inouts)
8833 (verilog-modi-get-sub-inputs, verilog-modi-get-sub-outputs)
8834 (verilog-modi-get-wires, verilog-preserve-cache)
8835 (verilog-preserve-dir-cache, verilog-preserve-modi-cache)
8836 (verilog-read-sub-decls, verilog-read-sub-decls-line)
8837 (verilog-read-sub-decls-sig, verilog-subdecls-get-inouts)
8838 (verilog-subdecls-get-inputs, verilog-subdecls-get-outputs):
8839 Add caching of additional state, and rework signal extraction
8840 routines to improve AUTO expansion performance by 300%++.
8841
8842 2008-05-06 Chong Yidong <cyd@stupidchicken.com>
8843
8844 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8845 Tweak Open Watcom regexp to distinguish between errors and warnings.
8846
8847 2008-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
8848
8849 * dired.el (dired-read-dir-and-switches): Fix up last change.
8850
8851 2008-05-05 Eric S. Raymond <esr@snark.thyrsus.com>
8852
8853 * vc.el (vc-deduce-fileset): Lift all the policy and UI stuff
8854 out of this function, move it to vc-dispatcher-selection-set.
8855
8856 2008-05-05 Sam Steingold <sds@gnu.org>
8857
8858 * window.el (delete-other-windows-vertically): New function.
8859
8860 2008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
8861
8862 * dired.el (dired-read-dir-and-switches):
8863 Obey read-file-name-completion-ignore-case.
8864
8865 2008-05-05 Nick Roberts <nickrob@snap.net.nz>
8866
8867 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8868 Add regexp for Open Watcom compiler output.
8869
8870 2008-05-05 Phil Sung <psung@mit.edu> (tiny change)
8871
8872 * progmodes/python.el (python-block-pairs): Align finally with except.
8873
8874 2008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
8875
8876 * vc-rcs.el (vc-rcs-fetch-master-state): Fix inf-loop.
8877
8878 2008-05-05 Tom Tromey <tromey@redhat.com>
8879
8880 * smerge-mode.el (smerge-start-session): Don't call smerge-next if
8881 looking at conflict marker.
8882
8883 2008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
8884
8885 * vc-dispatcher.el (vc-dir-mark-buffer-changed): Fix typo
8886 client-mode -> vc-client-object, and guess `funcall' was meant.
8887 (vc-dir-mode): Rename client-mode -> vc-client-mode.
8888
8889 2008-05-05 Dan Nicolaescu <dann@ics.uci.edu>
8890
8891 * net/zeroconf.el (dbus-call-method, dbus-register-signal)
8892 (dbus-debug): Move declarations outside eval-when-compile.
8893
8894 2008-05-04 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8895
8896 * proced.el (proced-command-alist): Fix system-type values.
8897 Fix defcustom.
8898 (proced-sorting-schemes-alist, proced-sorting-scheme): New variables.
8899 (proced-sort-pcpu, proced-sort-pmem, proced-sort-pid)
8900 (proced-sort-start, proced-sort, proced-sort-time): New commands.
8901 (proced-update): Use proced-sorting-scheme. Update modeline.
8902 (proced-send-signal): Use nreverse.
8903 (proced-sorting-scheme-p): New function.
8904
8905 2008-05-04 Andreas Schwab <schwab@suse.de>
8906
8907 * vc.el: Require dired when compiling.
8908
8909 * minibuffer.el (completion--insert-strings): Don't delete past bol.
8910
8911 2008-05-03 Glenn Morris <rgm@gnu.org>
8912
8913 * ediff-diff.el, ediff-help.el, ediff-merg.el, ediff-mult.el:
8914 * ediff-ptch.el, ediff-util.el, ediff-wind.el, ediff.el:
8915 Simplify compilation requirements.
8916 * ediff-init.el, ediff-vers.el: Remove unnecessary variable
8917 declarations.
8918
8919 2008-05-03 Dave Love <fx@gnu.org>
8920
8921 * progmodes/python.el (python-beginning-of-statement):
8922 Loop at least once (fixes 2008-02-21 change).
8923
8924 2008-05-03 Eli Zaretskii <eliz@gnu.org>
8925
8926 * ls-lisp.el (ls-lisp-insert-directory): Use `string-width'
8927 instead of `length' for comparing length of user and group names.
8928
8929 2008-05-03 Eric S. Raymond <esr@snark.thyrsus.com>
8930
8931 * vc-dispatcher.el: New file, separates out the UI and command
8932 execution machinery from VCS-specific logic left in vc.el.
8933 The separation is not yet completely clean, but it's a good start.
8934 * vc.el: This file is about 1700 lines shorter now.
8935 Remove obsolete logentry-check from the backend API.
8936 * vc-sccs.el (vc-sccs-logentry-check): Remove. This was the only
8937 implementation of the logentry-check method, and it guarded against
8938 a log length limit that has probably been obsolete for 15 years (!).
8939
8940 2008-05-02 Sam Steingold <sds@gnu.org>
8941
8942 * progmodes/compile.el (compilation-start): Move setting of
8943 compilation-directory after (funcall mode) as that resets local
8944 variables, this fixes recompile in grep buffers.
8945 * progmodes/grep.el (grep-mode-map): Bind "g" to recompile (like
8946 in dired &c).
8947
8948 2008-05-02 Eric S. Raymond <esr@snark.thyrsus.com>
8949
8950 * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el,
8951 * vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el,
8952 * vc-svn.el, vc.el (vc-*-checkout-model): Make sure every backend
8953 has one of these and that all are called in compatible ways.
8954 * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el,
8955 * vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el,
8956 * vc-svn.el, vc.el (vc-*-revision-granularity): Make sure every
8957 backend has one of these.
8958
8959 2008-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
8960
8961 * progmodes/octave-mod.el (octave-abbrev-table): Move defvar and
8962 initialization into define-abbrev-table. Use :regexp.
8963 (octave-mode-syntax-table): Don't set word syntax for `.
8964
8965 * files.el (minibuffer-with-setup-hook): Allow `fun' expressions rather
8966 than only value.
8967
8968 * dired.el (dired-read-dir-and-switches):
8969 Set minibuffer-completing-file-name and call substitute-in-file-name.
8970 (dired-format-columns-of-files): Use completion--insert-strings.
8971
8972 * minibuffer.el (completion-hilit-commonality): Revert last change:
8973 the leftover code was actually useful.
8974 (completion--insert-strings): Use string-width rather than length.
8975
8976 2008-05-02 Sam Steingold <sds@gnu.org>
8977
8978 * vc.el (vc-dir-mode-map): Enable mouse bindings.
8979 (vc-at-event): New macro: run the body at the even location.
8980 (vc-dir-menu, vc-dir-toggle-mark): Use it.
8981 (vc-dir-mark-file, vc-dir-unmark-file): Move only on non-mouse events.
8982 * subr.el (mouse-event-p): Check if the event is mouse-related.
8983
8984 2008-05-02 Nick Roberts <nickrob@snap.net.nz>
8985
8986 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
8987 Don't throw error if no file is found.
8988
8989 2008-05-02 Juanma Barranquero <lekktu@gmail.com>
8990
8991 * vc-hooks.el (vc-call, vc-state): Fix typos in docstrings.
8992 (vc-default-state-heuristic): Doc fix.
8993
8994 2008-05-02 Richard Sharman <rsharman@pobox.com>
8995
8996 * hilit-chg.el (highlight-changes-mode): Remove references to
8997 hooks that no longer exist. Because define-minor-mode is used the
8998 hook highlight-changes-mode-hook exists and can do what both the
8999 old hooks used to do. The documentation at the top of the file
9000 was updated to demonstrate this.
9001 (highlight-changes-mode): Remove commented out call to a hook
9002 function that is no longer there.
9003 (hilit-chg-set): Remove running of highlight-changes-enable-hook.
9004
9005 2008-05-02 Eric S. Raymond <esr@snark.thyrsus.com>
9006
9007 * vc.el (vc-default-dired-state-info): Change name of primitive
9008 to prettify-state-info, in preparation for ripping out dired mode.
9009 * vc-bzr.el (vc-bzr-dired-state-info): Change name of primitive
9010 to prettify-state-info, in preparation for ripping out dired mode.
9011 * vc-hooks.el (vc-toggle-read-only): Throw an error when a user
9012 tries this on a version-controlled buffer. It will do useless or
9013 actively bad things on any version control system newer than RCS.
9014 * vc-hooks.el (vc-dired-resynch-file):
9015 * vc.el (vc-dired-resynch-file): Change name of primitive to
9016 vc-directory-resynch-file, preparing to remove dired.
9017
9018 2008-05-02 Dan Nicolaescu <dann@ics.uci.edu>
9019
9020 * vc-rcs.el (vc-rcs-state): Fix typos.
9021
9022 * vc.el (vc-register): Change argument order so that the prefix
9023 argument is assigned correctly.
9024 (vc-next-action, vc-dir-register): Update for the above change.
9025
9026 2008-05-01 Juri Linkov <juri@jurta.org>
9027
9028 * replace.el (occur-read-primary-args): Set default to the car of
9029 regexp-history and display it in the prompt, but don't add to the
9030 list of minibuffer defaults. Bind history-add-new-input to nil to
9031 not add automatically `default'. For empty input return `default'.
9032 Otherwise, add `input' to regexp-history and return it.
9033 (occur-1): Signal an error for the empty regexp.
9034
9035 * progmodes/compile.el (compilation-auto-jump):
9036 Set window point to `pos' explicitly.
9037
9038 2008-05-01 Eric S. Raymond <esr@snark.thyrsus.com>
9039
9040 * vc-bzr.el (vc-bzr-state): Allow this to return 'ignored
9041 when appropriate.
9042 * vc-sccs.el (vc-sccs-state): Call vc-sccs-unregistered so
9043 we report the 'unregistered state reliably.
9044 * vc-rcs.el (vc-rcs-state): Call vc-rcs-unregistered so
9045 we report the 'unregistered state reliably.
9046 * vc-git.el (vc-git-state): Call vc-git-unregistered so
9047 we report the 'unregistered state reliably.
9048 * vc-hooks.el (vc-state): Document that vc-unregistered is
9049 now expected to be returned reliably.
9050 * vc.el (vc-default-dired-state): Change needs-patch state to
9051 needs-update, since the name now shows up in dir-status listings
9052 and was somewhat misleading.
9053 * vc-cvs.el (vc-cvs-delete-file): Don't do a "cvs commit"
9054 immediately after removing the file.
9055 * vc.el (vc-next-action): More informative messages when a fileset
9056 is in a mixed state or files are missing.
9057
9058 2008-05-01 Sam Steingold <sds@gnu.org>
9059
9060 * vc.el (vc-delete-file): Check if the file has uncommitted changes.
9061
9062 2008-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
9063
9064 * Makefile.in: Revert incorrect fix for claimed bootstrap breakage.
9065
9066 2008-05-01 Daiki Ueno <ueno@unixuser.org>
9067
9068 * epa-file-hook.el: New file split from epa-file.el.
9069 * epa-file.el: Require 'epa-file-hook.
9070 (epa-file-handler): Add autoload cookie.
9071 * loadup.el: Load epa-file-hook.
9072 * startup.el (command-line): Eval the body of auto-encryption-mode.
9073
9074 2008-05-01 Dan Nicolaescu <dann@ics.uci.edu>
9075
9076 * vc.el (vc-dir-mode-map): Don't bind "r".
9077
9078 * vc-hg.el (vc-hg-extra-fileinfo): New defstruct.
9079 (vc-hg-status-printer): New function.
9080 (vc-hg-after-dir-status): Deal with copied and renamed files.
9081 (vc-hg-dir-status): Add flag to show copied files.
9082
9083 2008-05-01 John Paul Wallington <jpw@pobox.com>
9084
9085 * ibuffer.el (ibuffer-last-sorting-mode): New variable.
9086 (ibuffer-do-sort-by-recency): Reverse sorting order if last
9087 sorting mode was recency.
9088
9089 * ibuf-macs.el (define-ibuffer-sorter): Define the sorter to
9090 reverse sorting order if last sorting mode was the sorter's.
9091
9092 2008-05-01 Jason Rumney <jasonr@gnu.org>
9093
9094 * w32-fns.el (w32-charset-info-alist): Map vietnamese to windows-1258.
9095
9096 2008-04-30 John Paul Wallington <jpw@pobox.com>
9097
9098 * ibuffer.el (define-ibuffer-column filename): When the major mode
9099 is `vc-dir-mode' show the buffer's default directory.
9100
9101 * ibuf-ext.el (define-ibuffer-filter filename): Likewise when the
9102 major mode is `vc-dir-mode' use the buffer's default directory.
9103
9104 2008-04-30 Sam Steingold <sds@gnu.org>
9105
9106 * vc.el (vc-dir-delete-file): Add.
9107 (vc-dir-mode-map): Bind "r" to vc-dir-delete-file, like in PCL-CVS.
9108 (vc-delete-file): Do not barf when the file has been already deleted.
9109
9110 2008-04-30 Dan Nicolaescu <dann@ics.uci.edu>
9111
9112 * emacs-lisp/lisp-mode.el (lisp-mode-map): Add menu.
9113
9114 2008-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
9115
9116 * progmodes/octave-mod.el (octave-help): New function.
9117 * progmodes/octave-hlp.el: Delete.
9118 * info-look.el (octave-mode): Add operator index.
9119
9120 * vc.el (vc-checkout): Typo.
9121
9122 2008-04-30 Dan Nicolaescu <dann@ics.uci.edu>
9123
9124 * menu-bar.el (menu-bar-tools-menu): Reorder, place Games last.
9125 Add "..." in the appropriate places.
9126
9127 * epa.el (epa-key-list-mode-map): Add more menu entries.
9128 Add "..." in the appropriate places.
9129
9130 * dired.el (dired-mode-map): Add :help.
9131
9132 * vc.el (vc-deduce-fileset): Add new parameter.
9133 (vc-dir-marked-only-files): New function.
9134 (vc-next-action): Don't ignore directories, look at the files
9135 inside them.
9136 (vc-dir-mode): Document how the mark/unmark commands work.
9137
9138 2008-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
9139
9140 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
9141 Rule out trailing spaces in file and directory names as well.
9142
9143 * minibuffer.el (completion--do-completion): Move point even if the
9144 completion makes no change.
9145 (completion-pcm-try-completion): Fix computation of new point.
9146
9147 2008-04-30 David Hansen <david.hansen@gmx.net>
9148
9149 * dired.el: Require 'cl.
9150
9151 2008-04-30 Nick Roberts <nickrob@snap.net.nz>
9152
9153 * progmodes/gdb-ui.el (gdb-frame-handler-1): Make overlay arrow
9154 hollow if not in innermost frame.
9155
9156 2008-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
9157 Make `checkout-model' apply to filesets.
9158 * vc-hooks.el (vc-checkout-model): Rewrite.
9159 (vc-before-save, vc-after-save): Adjust callers accordingly.
9160 * vc.el (vc-editable-p, vc-next-action, vc-checkout, vc-update)
9161 (vc-transfer-file): Adjust callers accordingly.
9162 * vc-rcs.el (vc-rcs-checkout-model): Adjust arg.
9163 (vc-rcs-state, vc-rcs-state-heuristic, vc-rcs-receive-file)
9164 (vc-rcs-checkout, vc-rcs-fetch-master-state): Use vc-rcs-checkout-model
9165 instead of vc-checkout-model.
9166 * vc-mcvs.el (vc-mcvs-revert):
9167 Use vc-mcvs-checkout-model i.s.o vc-checkout-model.
9168 * vc-cvs.el (vc-cvs-checkout-model): Adjust arg.
9169 (vc-cvs-revert): Use vc-cvs-checkout-model i.s.o vc-checkout-model.
9170 * vc-svn.el (vc-svn-checkout-model):
9171 * vc-hg.el (vc-hg-checkout-model):
9172 * vc-git.el (vc-git-checkout-model):
9173 * vc-bzr.el (vc-bzr-checkout-model): Adjust arg.
9174
9175 * dired.el (dired-read-dir-and-switches): Replace last change with
9176 a new approach that mixes read-file-name and read-directory-name.
9177
9178 * files.el (read-buffer-to-switch):
9179 Avoid making assumptions about `other-buffer'.
9180
9181 2008-04-29 Sam Steingold <sds@gnu.org>
9182
9183 * vc.el (vc-dir-mode-hook): Add normal hook.
9184 (vc-dir-mode): Run it.
9185
9186 2008-04-29 Nick Roberts <nickrob@snap.net.nz>
9187
9188 * progmodes/gdb-ui.el (gdb-display-buffer): Don't pop up GUD buffer.
9189 Always split windows.
9190 (gdb-speedbar-timer-fn): Only raise frame after user input.
9191 (gdb-same-frame): Reverse initial value.
9192 (gdb-display-gdb-buffer): Check for GUD buffer in other frames.
9193
9194 * progmodes/gud.el (gud-speedbar-buttons): Raise frame in
9195 gdb-speedbar-timer-fn.
9196
9197 2008-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
9198
9199 * uniquify.el (uniquify-rationalize-a-list): Beware of side-effects.
9200
9201 2008-04-29 Daiki Ueno <ueno@unixuser.org>
9202
9203 * epa.el (epa-key-list-mode-map): Add menu.
9204 (epa-delete-keys, epa-import-keys): Fix typo.
9205
9206 2008-04-29 Glenn Morris <rgm@gnu.org>
9207
9208 * find-cmd.el (top-level): Does not need cl when compiling.
9209
9210 2008-04-29 Philip Jackson <phil@shellarchive.co.uk>
9211
9212 * find-cmd.el: New file.
9213
9214 2008-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
9215
9216 * minibuffer.el (completion-hilit-commonality): Remove leftover code.
9217 (completion-pcm--pattern->regex): Let `group' be a list of symbols.
9218 (completion-pcm--hilit-commonality): New function.
9219 (completion-pcm-all-completions): Use it.
9220
9221 * minibuffer.el (completion-common-substring): Mark obsolete.
9222 (completions-first-difference, completions-common-part):
9223 Move from simple.el.
9224 (completion-hilit-commonality): New fun.
9225 (display-completion-list, completion-emacs21-all-completions)
9226 (completion-emacs22-all-completions): Use it.
9227 * simple.el (completions-first-difference, completions-common-part):
9228 Move to minibuffer.el.
9229 (choose-completion-string): Use field functions and minibufferp.
9230 (completion-setup-function): Don't set completions faces.
9231
9232 2008-04-29 Glenn Morris <rgm@gnu.org>
9233
9234 * calendar/calendar.el (calendar-nth-named-absday)
9235 (calendar-nth-named-day):
9236 * calendar/diary-lib.el (diary-list-sexp-entries, diary-float):
9237 * calendar/holidays.el (holiday-float): Doc fixes.
9238
9239 * emacs-lisp/check-declare.el (check-declare-errmsg): Fix counting in
9240 the `full' case.
9241
9242 * org/org-agenda.el (calendar-iso-from-absolute):
9243 * org/org.el (calendar-absolute-from-iso, calendar-iso-from-absolute):
9244 Fix declarations.
9245
9246 2008-04-28 Nick Roberts <nickrob@snap.net.nz>
9247
9248 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Make breakpoint
9249 icons work for assembler, i.e. FILE.s, FILE.S (not disassembly).
9250 (gdb-goto-breakpoint): Likewise for visiting breakpoints.
9251 (gdb-assembler-custom): Be careful not to match other addresses.
9252
9253 2008-04-29 Jason Rumney <jasonr@gnu.org>
9254
9255 * battery.el (battery-status-function): Use w32-battery-status
9256 on Windows.
9257 (battery-echo-area-format): Make apm format the general case.
9258 (battery-mode-line-format): Merge apm and pmset formats as the
9259 general case.
9260
9261 2008-04-29 Nick Roberts <nickrob@snap.net.nz>
9262
9263 * progmodes/gdb-ui.el (gdb-info-stack-custom):
9264 Use gud-tool-bar-item-visible-no-fringe.
9265 (gdb-display-buffer): Don't pop new buffer if gud-comint-buffer
9266 is already visible in frame. Remove optional size parameter
9267 and add optional frame parameter.
9268
9269 * progmodes/gud.el (gud-display-line): Only consider visible
9270 frames when looking for source buffer.
9271
9272 2008-04-28 Chong Yidong <cyd@stupidchicken.com>
9273
9274 * doc-view.el (doc-view-new-window-function): Avoid using WINDOW
9275 argument to get-char-property, in case the current buffer hasn't
9276 been assigned to that window yet.
9277 (doc-view-display): Default to selected window if the current
9278 buffer hasn't been assigned to a window yet.
9279
9280 2008-04-28 Vinicius Jose Latorre <bzg@altern.org>
9281
9282 * whitespace.el (whitespace-trailing-regexp): Fix docstring.
9283
9284 2008-04-28 Michael Albinus <michael.albinus@gmx.de>
9285
9286 * net/tramp.el (tramp-mode): New defcustom.
9287 (tramp-file-name-handler, tramp-completion-file-name-handler):
9288 Use it.
9289 (tramp-replace-environment-variables): Handle "$$".
9290
9291 2008-04-28 Sam Steingold <sds@gnu.org>
9292
9293 * vc-hg.el (vc-hg-rename-file): Fix argument order.
9294
9295 2008-04-28 Bastien Guerry <bzg@altern.org>
9296
9297 * whitespace.el (whitespace-trailing): Fix typo.
9298
9299 2008-04-28 Sam Steingold <sds@gnu.org>
9300
9301 * textmodes/remember.el (diary-make-entry): Update the autoload.
9302
9303 2008-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
9304
9305 * minibuffer.el (completion-pcm--all-completions): Don't pass nil to
9306 all-completions.
9307
9308 2008-04-28 Juanma Barranquero <lekktu@gmail.com>
9309
9310 * desktop.el (desktop-minor-mode-table): Add `savehist-mode'.
9311
9312 2008-04-27 Dan Nicolaescu <dann@ics.uci.edu>
9313
9314 * vc.el (vc-dir-mode-map): Change bindings for unmark all and revert.
9315 (vc-dir-parent-marked-p, vc-dir-children-marked-p): Implement.
9316 (vc-dir-mark-file): Add an optional argument.
9317 (vc-dir-mark-all-files, vc-dir-unmark-all-files): Deal with directories.
9318
9319 2008-04-27 Daiki Ueno <ueno@unixuser.org>
9320
9321 * epa-file.el (epa-file-enable, epa-file-disable): Use find-file-hook
9322 rather than obsolete alias find-file-hooks.
9323 (auto-encryption-mode): Rename from epa-file-mode. Default to on.
9324 Use find-file-hook rather than obsolete alias find-file-hooks.
9325 Add to find-file-not-found-functions.
9326 (epa-file-handler): Put 'safe-magic and 'operations properties.
9327
9328 * epa.el (epa-global-minor-modes, epa-mode, epa-menu)
9329 (epa-menu-items): Remove.
9330
9331 * epa-dired.el (epa-dired-do-decrypt, epa-dired-do-verify)
9332 (epa-dired-do-sign, epa-dired-do-encrypt): Add autoload cookie.
9333 (epa-dired-mode, epa-global-dired-mode): Remove.
9334
9335 * dired.el (dired-mode-map): Bind encryption/decryption commands.
9336
9337 * menu-bar.el (menu-bar-encryption-decryption-menu): New menu item.
9338
9339 * files.el (insert-file-contents-literally): Inhibit epa-file-handler.
9340
9341 2008-04-27 Glenn Morris <rgm@gnu.org>
9342
9343 * textmodes/reftex-global.el (reftex-isearch-switch-to-next-file):
9344 Remove un-needed local `orig-list'. Replace cl `copy-list'.
9345
9346 2008-04-27 Carsten Dominik <dominik@science.uva.nl>
9347
9348 * org/org.el (org-html-level-start): Always have id's in HTML.
9349 (org-export-as-html): Use `org-link-protocols' to
9350 retrieve the export form of the link.
9351 (org-add-link-type): Final parameter renamed from PUBLISH.
9352 Better documentation of how it is to be used. Avoid double entries for
9353 the same link type.
9354 (org-add-link-props): New function.
9355 (org-modules-loaded): New variable.
9356 (org-load-modules-maybe, org-set-modules): New function.
9357 (org-modules): New option.
9358 (org-mode, org-cycle, orgstruct-mode, org-run-like-in-org-mode)
9359 (orgtbl-mode, org-store-link, org-insert-link-global)
9360 (org-open-at-point): Call `org-load-modules-maybe'.
9361 (org-search-view): Add more text properties.
9362 (org-agenda-schedule, org-agenda-deadline): Allow also in
9363 search-type agendas.
9364 (org-search-view): Order of arguments has been changed.
9365 Interpret prefix-arg as TODO-ONLY.
9366 (org-agenda, org-run-agenda-series, org-agenda-manipulate-query):
9367 Take new argument order of `org-search-view' into account.
9368 (org-todo-only): New variable.
9369 (org-search-syntax-table): New variable and function.
9370 (org-search-view): Do the search with the special syntax table.
9371 (define-obsolete-function-alias): Make work with XEmacs.
9372 (org-add-planning-info): Use old date as default when modifying an
9373 existing deadline or scheduled item.
9374 (org-agenda-compute-time-span): Make argument N optional.
9375 (org-agenda-format-date-aligned): Require `cal-iso'.
9376 (org-agenda-list): Include week into agenda heading, don't
9377 list it at each date (only on Mondays).
9378 (org-read-date-analyze): Define local variable `iso-date'.
9379 (org-agenda-format-date-aligned): Remove dependency on
9380 `calendar-time-from-absolute'.
9381 (org-remember-apply-template, org-go-to-remember-target):
9382 Interpret filenames relative to `org-directory'.
9383 (org-complete): Silently fail when trying to complete
9384 keywords that don't have a default value.
9385 (org-get-current-options): Add a #+DATE: option.
9386 (org-additional-option-like-keywords): Remove "DATE:" from the
9387 list of additional keywords.
9388 (org-export-as-html): Remove (current-time) as unnecessary second
9389 argument of `format-time-string'.
9390 (org-clock-find-position): Handle special case at end of buffer.
9391 (org-agenda-day-view): New argument DAY-OF-YEAR, pass it on to
9392 `org-agenda-change-time-span'.
9393 (org-agenda-week-view): New argument ISO-WEEK, pass it on to
9394 `org-agenda-change-time-span'.
9395 (org-agenda-month-view): New argument MONTH, pass it on to
9396 `org-agenda-change-time-span'.
9397 (org-agenda-year-view): New argument YEAR, pass it on to
9398 `org-agenda-change-time-span'.
9399 (org-agenda-change-time-span): New optional argument N, pass it on
9400 to `org-agenda-compute-time-span'.
9401 (org-agenda-compute-time-span): New argument N, interpret it by
9402 changing the starting day.
9403 (org-small-year-to-year): New function.
9404 (org-scheduled-past-days): Respect `org-scheduled-past-days'.
9405 (org-auto-repeat-maybe): Make sure that repeating dates are pushed
9406 into the future, and that the shift is at least one interval, never 0.
9407 (org-update-checkbox-count): Fix bug with checkbox counting.
9408 (org-add-note): New command.
9409 (org-add-log-setup): Rename from `org-add-log-maybe'.
9410 (org-log-note-headings): New entry for plain notes (i.e. notes not
9411 related to state changes or clocking).
9412 (org-get-org-file): Check for availability of `remember-data-file'.
9413 (org-cached-entry-get): Allow a regexp value for
9414 `org-use-property-inheritance'.
9415 (org-use-property-inheritance): Allow regexp value. Fix bug in
9416 customization type.
9417 (org-use-tag-inheritance): Allow a list and a regexp value for
9418 this variable.
9419 (org-scan-tags, org-get-tags-at): Implement selective tag inheritance.
9420 (org-entry-get): Respect value `selective' for the INHERIT argument.
9421 (org-tag-inherit-p, org-property-inherit-p): New functions.
9422 (org-agenda-format-date-aligned): Allow 10 characters for
9423 weekday, to accommodate German locale.
9424 (org-add-archive-files): New function.
9425 (org-agenda-files): New argument `ext', to get archive files as well.
9426 (org-tbl-menu): Protect the use of variables that
9427 are only available when org-table.el gets loaded.
9428 (org-read-agenda-file-list): Error if `org-agenda-files' is a
9429 single directory.
9430 (org-open-file): Allow a batch process to trigger
9431 waiting after executing a system command.
9432 (org-store-link): Link to headline when there is not
9433 target and no region in an org-mode buffer when creating a link.
9434 (org-link-types-re): New variable.
9435 (org-make-link-regexps): Compute `org-link-types-re'.
9436 (org-make-link-description-function): New option.
9437 (org-agenda-date, org-agenda-date-weekend): New faces.
9438 (org-archive-sibling-heading): New option.
9439 (org-archive-to-archive-sibling): New function.
9440 (org-iswitchb): New command.
9441 (org-buffer-list): New function.
9442 (org-agenda-columns): Also try the #+COLUMNS line in
9443 the buffer associated with the entry at point (or with the first
9444 entry in the agenda view).
9445 (org-modules): Add entry for org-bibtex.el.
9446 (org-completion-fallback-command): Move into `org-completion' group.
9447 (org-clock-heading-function): Move to `org-progress' group.
9448 (org-auto-repeat-maybe): Make sure that a note can
9449 be enforces if `org-log-repeat' is `note'.
9450 (org-modules): Allow additional symbols for external packages.
9451 (org-ctrl-c-ctrl-c): Allow for `org-clock-overlays' to be undefined.
9452 (org-clock-goto): Hide drawers after showing an
9453 entry with `org-clock-goto'.
9454 (org-shiftup, org-shiftdown, org-shiftright, org-shiftleft):
9455 Try also a clocktable block shift.
9456 (org-clocktable-try-shift): New function.
9457 (org-columns-hscoll-title): New function.
9458 (org-columns-previous-hscroll): New variable.
9459 (org-columns-full-header-line-format): New variable.
9460 (org-columns-display-here-title, org-columns-remove-overlays):
9461 Install `org-columns-hscoll-title' in post-command-hook.
9462
9463 * org/org.el: Split into many small files.
9464
9465 * org/org-agenda.el: New file, split off from org.el.
9466
9467 * org/org-archive.el: New file, split off from org.el.
9468
9469 * org/org-bbdb.el: New file.
9470
9471 * org/org-bibtex.el: New file, split off from org.el.
9472
9473 * org/org-clock.el: New file, split off from org.el.
9474
9475 * org/org-colview.el: New file, split off from org.el.
9476
9477 * org/org-compat.el: New file, split off from org.el.
9478
9479 * org/org-exp.el: New file, split off from org.el.
9480
9481 * org/org-faces.el: New file, split off from org.el.
9482
9483 * org/org-gnus.el: New file, split off from org.el.
9484
9485 * org/org-info.el: New file, split off from org.el.
9486
9487 * org/org-infojs.el: New file.
9488
9489 * org/org-irc.el: New file.
9490
9491 * org/org-macs.el: New file, split off from org.el.
9492
9493 * org/org-mew.el: New file.
9494
9495 * org/org-mhe.el: New file, split off from org.el.
9496
9497 * org/org-publish.el: New file, split off from org.el.
9498
9499 * org/org-remember.el: New file, split off from org.el.
9500
9501 * org/org-rmail.el: New file, split off from org.el.
9502
9503 * org/org-table.el: New file, split off from org.el.
9504
9505 * org/org-vm.el: New file, split off from org.el.
9506
9507 * org/org-wl.el: New file, split off from org.el.
9508
9509 2008-04-27 Jason Riedy <jason@acm.org>
9510
9511 * org/org-table.el (orgtbl-to-generic): Add a :remove-nil-lines
9512 parameter that suppresses lines that evaluate to NIL.
9513 (orgtbl-get-fmt): New inline function for
9514 picking apart formats that may be lists.
9515 (orgtbl-apply-fmt): New inline function for applying formats that
9516 may be functions.
9517 (orgtbl-eval-str): New inline function for strings that may be
9518 functions.
9519 (orgtbl-format-line, orgtbl-to-generic): Use and document.
9520 (orgtbl-to-latex, orgtbl-to-texinfo): Document.
9521 (*orgtbl-llfmt*, *orgtbl-llstart*)
9522 (*orgtbl-llend*): Dynamic variables for last-line formatting.
9523 (orgtbl-format-section): Shift formatting to support detecting the
9524 last line and formatting it specially.
9525 (orgtbl-to-generic): Document :ll* formats. Set to the non-ll
9526 formats unless overridden.
9527 (orgtbl-to-latex): Suggest using :llend to suppress the final \\.
9528 (*orgtbl-table*, *orgtbl-rtn*): Dynamically
9529 bound variables to hold the input collection of lines and output
9530 formatted text.
9531 (*orgtbl-hline*, *orgtbl-sep*, *orgtbl-fmt*, *orgtbl-efmt*)
9532 (*orgtbl-lfmt*, *orgtbl-lstart*, *orgtbl-lend*): Dynamically bound
9533 format parameters.
9534 (orgtbl-format-line): New function encapsulating formatting for a
9535 single line.
9536 (orgtbl-format-section): Similar for each section. Rebinding the
9537 dynamic vars customizes the formatting for each section.
9538 (orgtbl-to-generic): Use orgtbl-format-line and
9539 orgtbl-format-section.
9540 (org-get-param): Now unused, so delete.
9541 (orgtbl-gather-send-defs): New function to
9542 gather all the SEND definitions before a table.
9543 (orgtbl-send-replace-tbl): New function to find the RECEIVE
9544 corresponding to the current name.
9545 (orgtbl-send-table): Use the previous two functions and implement
9546 multiple destinations for each table.
9547
9548 * doc/org.texi (A LaTeX example): Note that fmt may be a
9549 one-argument function, and efmt may be a two-argument function.
9550 (Radio tables): Document multiple destinations.
9551
9552 2008-04-27 Carsten Dominik <dominik@science.uva.nl>
9553
9554 * org/org-agenda.el (org-add-to-diary-list): New function.
9555 (org-prefix-has-effort): New variable.
9556 (org-sort-agenda-noeffort-is-high): New option.
9557 (org-agenda-columns-show-summaries)
9558 (org-agenda-columns-compute-summary-properties): New options.
9559 (org-format-agenda-item): Compute the duration of the item.
9560 (org-agenda-weekend-days): New variable.
9561 (org-agenda-list, org-timeline): Use the proper faces for dates in
9562 the agenda and timeline buffers.
9563 (org-agenda-archive-to-archive-sibling): New command.
9564 (org-agenda-start-with-clockreport-mode): New option.
9565 (org-agenda-clockreport-parameter-plist): New option.
9566 (org-agenda-clocktable-mode): New variable.
9567 (org-agenda-deadline-leaders): Allow a function value for the
9568 deadline leader.
9569 (org-agenda-get-deadlines): Deal with new function value.
9570
9571 * org/org-clock.el (org-clock): New customization group.
9572 (org-clock-into-drawer, org-clock-out-when-done)
9573 (org-clock-in-switch-to-state, org-clock-heading-function):
9574 Move into the new group.
9575 (org-clock-out-remove-zero-time-clocks): New option.
9576 (org-clock-out): Use `org-clock-out-remove-zero-time-clocks'.
9577 (org-dblock-write:clocktable): Allow a Lisp form for the scope
9578 parameter.
9579 (org-dblock-write:clocktable): Fix bug with total time calculation.
9580 (org-dblock-write:clocktable): Request the unrestricted list of files.
9581 (org-get-clocktable): New function.
9582 (org-dblock-write:clocktable): Make sure :tstart and :tend can not only
9583 be strings but also integers (an absolute day number) and lists (m d y).
9584
9585 * org/org-colview.el (org-columns-next-allowed-value)
9586 (org-columns-edit-value): Limit the effort for updating in the
9587 agenda to recomputing a single file.
9588 (org-columns-compute): Only write property value if it has changed.
9589 This avoids raising the buffer-change-flag unnecessarily.
9590 (org-agenda-colview-summarize)
9591 (org-agenda-colview-compute): New functions.
9592 (org-agenda-columns): Call `org-agenda-colview-summarize'.
9593
9594 * org/org-exp.el (org-export-run-in-background): New option.
9595 (org-export-icalendar): Allow a batch process to trigger waiting
9596 after executing a system command.
9597 (org-export-preprocess-string): Rename from
9598 `org-cleaned-string-for-export'.
9599 (org-export-html-style): Made target class look like normal text.
9600 (org-export-as-html): Make use of the better preprocessing in
9601 `org-cleaned-string-for-export'.
9602 (org-cleaned-string-for-export): Better treatment of heuristic
9603 targets, many more internal links will now work in HTML export.
9604 (org-get-current-options): Incorporate LINK_UP, LINK_HOME, and INFOJS.
9605 (org-export-inbuffer-options-extra): New variable.
9606 (org-export-options-filters): New hook.
9607 (org-infile-export-plist): Find also the settings keywords in
9608 `org-export-inbuffer-options-extra'.
9609 (org-infile-export-plist): Allow multiple #+OPTIONS lines and
9610 multiple #+INFOJS_OPT lines.
9611 (org-export-html-handle-js-options): New function.
9612 (org-export-html-infojs-setup): New option.
9613 (org-export-as-html): Call `org-export-html-handle-js-options'.
9614 Add autoload to all entry points.
9615 (org-skip-comments): Function removed.
9616
9617 * org/org-table.el (org-table-make-reference): Extra parenthesis
9618 around single fields, to make sure that algebraic formulas get
9619 correctly interpreted by calc.
9620 (org-table-current-column): No longer interactive.
9621
9622 * org/org-export-latex.el (org-export-latex-preprocess):
9623 Rename from `org-export-latex-cleaned-string'.
9624
9625 2008-04-27 Bastien Guerry <bzg@altern.org>
9626
9627 * org/org-publish.el (org-publish-get-base-files-1): New function.
9628 (org-publish-get-base-files): Use it.
9629 (org-publish-temp-files): New variable.
9630 Don't require 'dired-aux anymore.
9631 (org-publish-initial-buffer): New variable.
9632 (org-publish-org-to, org-publish): Use it.
9633 (org-publish-get-base-files-1): Bug fix: get
9634 the proper list of files when recursing thru a directory.
9635 (org-publish-get-base-files): Use the :exclude property to skip
9636 both files and directories.
9637
9638 2008-04-27 Michael Albinus <michael.albinus@gmx.de>
9639
9640 * net/tramp.el (tramp-handle-make-symbolic-link)
9641 (tramp-handle-file-name-directory)
9642 (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
9643 (tramp-do-copy-or-rename-file-directly)
9644 (tramp-handle-insert-directory, tramp-handle-expand-file-name)
9645 (tramp-handle-substitute-in-file-name)
9646 (tramp-handle-insert-file-contents, tramp-handle-write-region)
9647 * net/tramp-cache.el (tramp-get-file-property)
9648 (tramp-set-file-property, tramp-flush-file-property)
9649 (tramp-flush-directory-property)
9650 * net/tramp-compat.el (tramp-compat-make-temp-file)
9651 * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
9652 Disable `file-name-handler-alist' when handling localname.
9653 It could have a remote file syntax, like a VMS file name.
9654
9655 2008-04-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9656
9657 * whitespace.el: New version 11.1.
9658 (whitespace-trailing-regexp): Option fix, now trailing regexp must be
9659 enclosed by \\( and \\)$. Docstring fix.
9660 (whitespace-trailing-regexp): Fun removed.
9661 (whitespace-report-list): Const initialization fix.
9662 (whitespace-color-on): Code fix.
9663
9664 2008-04-27 Andreas Schwab <schwab@suse.de>
9665
9666 * Makefile.el: Unbreak bootstrap.
9667
9668 2008-04-27 Michael Albinus <michael.albinus@gmx.de>
9669
9670 * net/tramp.el (tramp-replace-environment-variables): New defun.
9671 (tramp-handle-substitute-in-file-name, tramp-file-name-handler):
9672 Use it.
9673
9674 2008-04-27 Glenn Morris <rgm@gnu.org>
9675
9676 * emacs-lisp/bytecomp.el (byte-compile-file): Doc fix.
9677
9678 * calculator.el (calculator-expt): Replace cl function `oddp'.
9679
9680 2008-04-27 Johan Bockgård <bojohan@gnu.org>
9681
9682 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
9683 Simplify. Collect `defun' and `autoload' entries.
9684 Avoid modifying load-history.
9685
9686 2008-04-26 Glenn Morris <rgm@gnu.org>
9687
9688 * textmodes/ispell.el (ispell-insert-word): Revert previous change.
9689
9690 * simple.el (quoted-insert, zap-to-char): Revert previous change.
9691
9692 2008-04-26 John Paul Wallington <jpw@pobox.com>
9693
9694 * hexl.el (hexl-mode): Stash `eldoc-documentation-function' in
9695 `hexl-mode-old-eldoc-documentation-function'.
9696 (hexl-mode-exit): Restore it.
9697 (hexl-mode-old-eldoc-documentation-function): Declare for compiler.
9698
9699 * w32-fns.el (top-level): Don't set `completion-ignore-case' to t.
9700
9701 2008-04-26 Juanma Barranquero <lekktu@gmail.com>
9702
9703 * minibuffer.el (completion-pcm-word-delimiters): Add :group.
9704 (completion-pcm--all-completions): Doc fix.
9705 (completion-styles-alist, completion-all-completions):
9706 Fix typos in docstrings.
9707
9708 2008-04-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9709
9710 * whitespace.el: There is now only one variable (whitespace-style) to
9711 specify which kind of blank is visualized. Doc and docstring fix.
9712 New version 11.0.
9713 (whitespace-style): New option, replace whitespace-style-mark and
9714 whitespace-style-color.
9715 (whitespace-style-mark, whitespace-style-color): Options removed.
9716 (whitespace-hspace, whitespace-tab, whitespace-newline)
9717 (whitespace-trailing, whitespace-line, whitespace-space-before-tab)
9718 (whitespace-indentation, whitespace-empty, whitespace-space-after-tab)
9719 (whitespace-hspace-regexp, whitespace-space-regexp)
9720 (whitespace-tab-regexp, whitespace-trailing-regexp)
9721 (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
9722 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
9723 (whitespace-space-after-tab-regexp, whitespace-line-column)
9724 (whitespace-display-mappings, whitespace-report): Docstring fix.
9725 (whitespace-color-value-list, whitespace-mark-value-list)
9726 (whitespace-active-color, whitespace-active-mark)
9727 (whitespace-toggle-color, whitespace-toggle-mark): Vars removed.
9728 (whitespace-style-value-list, whitespace-active-style)
9729 (whitespace-toggle-style): New vars.
9730 (whitespace-toggle-option-alist, whitespace-help-text):
9731 Var initialization and docstring fix.
9732 (whitespace-toggle-options, global-whitespace-toggle-options)
9733 (whitespace-cleanup, whitespace-cleanup-region)
9734 (whitespace-report-region, whitespace-interactive-char)
9735 (whitespace-toggle-list): Docstring and code fix.
9736 (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
9737 (whitespace-turn-off, whitespace-color-on, whitespace-color-off)
9738 (whitespace-display-char-on, whitespace-display-char-off): Code fix.
9739 (whitespace-style-face-p, whitespace-style-mark-p): New fun.
9740
9741 2008-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
9742
9743 * diff-mode.el (diff-hunk-header-re-unified): Allow elided line counts.
9744 (diff-end-of-hunk, diff-unified->context, diff-fixup-modifs)
9745 (diff-sanity-check-hunk): Adjust code accordingly.
9746
9747 2008-04-26 Glenn Morris <rgm@gnu.org>
9748
9749 * abbrev.el (define-abbrev): Don't use `iff' in doc-strings.
9750
9751 * forms-d2.dat: Move to ../etc.
9752 * forms-d2.el (forms-file): Adapt for above change.
9753
9754 * simple.el (quoted-insert, zap-to-char): Remove uses of obsolete
9755 `translation-table-for-input'.
9756
9757 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): New function.
9758 (byte-compile-obsolete, byte-compile-variable-ref): Use it.
9759
9760 * progmodes/fortran.el (fortran-mode-syntax-table): Change `;'
9761 to punctuation now it's not needed for abbrevs.
9762 (fortran-mode-abbrev-table): Remove defvar, make use of new
9763 define-abbrev-table :regexp feature.
9764
9765 * textmodes/ispell.el (ispell-insert-word): Remove, and replace with
9766 insert, now that translation-table-for-input is not needed.
9767
9768 2008-04-26 Johannes Weiner <hannes@saeurebad.de>
9769
9770 * emacs-lisp/pp.el (pp-display-expression): New function,
9771 extracted from pp-eval-expression.
9772 (pp-eval-expression): Use pp-display-expression.
9773 (pp-macroexpand-expression, pp-macroexpand-last-sexp): New functions.
9774 (pp-last-sexp): New function, extracted from pp-eval-last-sexp.
9775 (pp-eval-last-sexp): Use pp-last-sexp.
9776
9777 2008-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
9778
9779 * abbrev.el (define-abbrev-table): Apply props even if the table
9780 exists already.
9781
9782 * minibuffer.el (completion-table-with-context): Fix `pred' for the
9783 various kinds of completion tables.
9784 (completion-emacs22-try-completion): Place cursor after the /, as was
9785 done in Emacs-22's minibuffer-complete-word.
9786 Fix bug reported by David Hansen <david.hansen@gmx.net>.
9787 (completion-emacs22-try-completion): Merge all mergeable text rather
9788 than just /.
9789 (completion-pcm--delim-wild-regex): New var.
9790 (completion-pcm-word-delimiters): New custom.
9791 (completion-pcm--prepare-delim-re, completion-pcm--pattern-trivial-p)
9792 (completion-pcm--string->pattern, completion-pcm--pattern->regex)
9793 (completion-pcm--all-completions, completion-pcm-all-completions)
9794 (completion-pcm--merge-completions, completion-pcm--pattern->string)
9795 (completion-pcm-try-completion): New functions.
9796 (completion-styles-alist): Add them.
9797 (completion-styles): Add it to the default.
9798
9799 2008-04-25 Nick Roberts <nickrob@snap.net.nz>
9800
9801 * progmodes/gdb-ui.el (gud-watch): Don't create speedbar...
9802 (gdb-var-create-handler): ...until here when there are values.
9803 (gdb-post-prompt): Don't do -var-update with no watch expressions.
9804 (gdb-info-locals-handler): Don't match "struct {...}" as an array.
9805
9806 2008-04-25 Eli Zaretskii <eliz@gnu.org>
9807
9808 * ls-lisp.el (ls-lisp-format): Fix last change.
9809 (ls-lisp-uid-d-fmt, ls-lisp-uid-s-fmt, ls-lisp-gid-d-fmt)
9810 (ls-lisp-gid-s-fmt, ls-lisp-filesize-d-fmt)
9811 (ls-lisp-filesize-f-fmt): New defvars.
9812 (ls-lisp-insert-directory): Dynamically compute format specifiers
9813 for displaying UID, GID, and file size, and store them in the
9814 above variables.
9815 (ls-lisp-format): Use ls-lisp-filesize-f-fmt, ls-lisp-uid-s-fmt,
9816 ls-lisp-uid-d-fmt, ls-lisp-gid-s-fmt, and ls-lisp-gid-d-fmt
9817 instead of constant format strings.
9818 (ls-lisp-format-file-size): Use ls-lisp-filesize-f-fmt and
9819 ls-lisp-filesize-d-fmt instead of constant format strings.
9820
9821 2008-04-24 Nick Roberts <nickrob@snap.net.nz>
9822
9823 * progmodes/gdb-ui.el (gdb-invalidate-assembler): Compare numeric
9824 value of addresses rather than (partial) string value.
9825 (gdb-frame-handler): Change regexp according to above change.
9826 (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
9827 (gdb-registers-mode, gdb-memory-mode, gdb-locals-mode)
9828 (gdb-assembler-mode): Disable undo in these buffers.
9829
9830 2008-04-24 Michael Albinus <michael.albinus@gmx.de>
9831
9832 * net/tramp.el (tramp-get-remote-stat): Test whether stat supports %s.
9833 Reported by Loris Bennett <loris.bennett@fu-berlin.de>.
9834
9835 2008-04-24 Sam Steingold <sds@gnu.org>
9836
9837 * textmodes/remember.el (remember-diary-extract-entries): Use
9838 diary-make-entry instead of the obsolete make-diary-entry.
9839
9840 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
9841
9842 * subr.el (translation-table-for-input): Mark as obsolete.
9843
9844 * isearch.el (isearch-search-string): Avoid string-bytes and aset.
9845
9846 * international/quail.el (quail-build-decode-map): Avoid string-bytes.
9847
9848 * textmodes/ispell.el (ispell-dictionary-alist-1)
9849 (ispell-dictionary-alist-2, ispell-dictionary-alist-3)
9850 (ispell-dictionary-alist-4, ispell-dictionary-alist-5)
9851 (ispell-dictionary-alist-6): Remove.
9852 (ispell-dictionary-base-alist): New var, merges the above.
9853 (ispell-find-aspell-dictionaries, ispell-set-spellchecker-params):
9854 Use it.
9855 (ispell-dictionary-alist): Default to nil. Remove autoload.
9856 (ispell-local-dictionary-alist): Remove autoload.
9857
9858 * progmodes/f90.el (f90-mode-syntax-table): Don't set ` as word syntax.
9859 (f90-mode-abbrev-table): Use the new :regexp feature.
9860 Merge defvar and mapc into define-abbrev-table.
9861 (f90-imenu-type-matcher): Remove unused `l'.
9862 (f90-imenu-generic-expression): Remove unused `not-ib'.
9863 (f90-prepare-abbrev-list-buffer): Use with-current-buffer.
9864 (f90-change-keywords): Use restore-buffer-modified-p.
9865
9866 2008-04-24 Glenn Morris <rgm@gnu.org>
9867
9868 * net/goto-addr.el (goto-address-prog-mode):
9869 * progmodes/bug-reference.el (bug-reference-prog-mode):
9870 Define for compiler.
9871
9872 * minibuffer.el (x-file-dialog): Declare as function.
9873
9874 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file): Use
9875 dframe-update-speed rather than obsolete alias speedbar-update-speed.
9876
9877 * calendar/cal-menu.el (cal-menu-diary-menu): Fix typo.
9878 (cal-menu-scroll-menu): Use commands rather than key macros, which don't
9879 work with easymenu. Add :keys where needed.
9880
9881 * calendar/cal-move.el (calendar-scroll-left): Handle case when
9882 event-start is nil.
9883
9884 * calendar/calendar.el (calendar-mode-map): Fix typo.
9885
9886 2008-04-24 Tom Tromey <tromey@redhat.com>
9887
9888 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
9889 Document keywords. Add :suppress.
9890 * pcvs-defs.el (cvs-mode-map): Use :suppress.
9891
9892 * net/goto-addr.el (goto-address-unfontify): New function.
9893 (goto-address-fontify): Use it. Respect goto-address-prog-mode.
9894 (goto-address-fontify-region, goto-address-mode)
9895 (goto-address-prog-mode): New functions.
9896
9897 * progmodes/bug-reference.el: New file.
9898
9899 2008-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9900
9901 * term/mac-win.el (mac-ts-active-input-buf): Move defvar to macterm.c.
9902
9903 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
9904
9905 * emacs-lisp/easymenu.el (easy-menu-make-symbol): Don't wrap keyboard
9906 macros within lambdas.
9907
9908 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
9909
9910 * minibuffer.el (completion-try-completion): Add `point' argument.
9911 Change return value.
9912 (completion-all-completions): Add `point' argument.
9913 (minibuffer-completion-help): Pass the new `point' argument.
9914 (completion--do-completion): Pass the whole field to try-completion.
9915 (completion--try-word-completion): Rewrite, making fewer assumptions.
9916 (completion-emacs21-try-completion, completion-emacs21-all-completions)
9917 (completion-emacs22-try-completion, completion-emacs22-all-completions)
9918 (completion-basic-try-completion, completion-basic-all-completions):
9919 New functions.
9920 (completion-styles-alist): Use them.
9921
9922 2008-04-23 Agustín Martín <agustin.martin@hispalinux.es>
9923
9924 * textmodes/ispell.el (ispell-set-spellchecker-params):
9925 New function to make sure right params and dictionary alists are used
9926 after spellchecker changes.
9927 (ispell-aspell-dictionary-alist, ispell-last-program-name)
9928 (ispell-initialize-spellchecker-hook): New variables and hook.
9929 (ispell-find-aspell-dictionaries): Use ispell-aspell-dictionary-alist.
9930 (ispell-maybe-find-aspell-dictionaries): Remove.
9931 Calls replaced by (ispell-set-spellchecker-params) calls.
9932 (ispell-have-aspell-dictionaries): Remove.
9933
9934 * textmodes/flyspell.el: Replace ispell-maybe-find-aspell-dictionaries
9935 by ispell-set-spellchecker-params.
9936
9937 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
9938
9939 * complete.el (PC-do-completion): Be more robust in the presence of
9940 unexpected values in minibuffer-completion-predicate.
9941
9942 * minibuffer.el (read-file-name): Don't let-bind default-directory.
9943 Only abbreviate default-filename if it's a file.
9944
9945 * minibuffer.el (read-file-name-function, read-file-name-predicate)
9946 (read-file-name-completion-ignore-case, insert-default-directory):
9947 New vars, moved from fileio.c.
9948 (read-file-name): New fun, moved from fileio.c.
9949 * cus-start.el: Remove insert-default-directory and
9950 read-file-name-completion-ignore-case.
9951
9952 2008-04-23 Magnus Henoch <mange@freemail.hu>
9953
9954 * tar-mode.el (tar-untar-buffer): If the entry has directory
9955 link type, extract it as a directory even if its file name doesn't
9956 end with a slash. Fixes extraction of NetBSD tar archives.
9957
9958 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
9959
9960 * server.el (server-start): Also don't get confused by CRs since we
9961 don't quote them.
9962
9963 2008-04-23 Nick Roberts <nickrob@snap.net.nz>
9964
9965 * progmodes/gdb-ui.el (gdb-init-buffer): New function.
9966 (gdb-set-gud-minor-mode-existing-buffers)
9967 (gdb-info-breakpoints-custom, gdb-get-location)
9968 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
9969 Previously gdb-create-define-alist wasn't always run and added to
9970 after-save-hook.
9971
9972 * progmodes/gud.el (gud-tooltip-tips): Use tooltip-event-buffer.
9973
9974 2008-04-23 Kevin Ryde <user42@zip.com.au>
9975
9976 * progmodes/make-mode.el (makefile-fill-paragraph): Treat indented
9977 comments like unindented ones.
9978
9979 2008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9980
9981 * term/mac-win.el (mac-ae-open-documents): Adjust selection range
9982 parameter origins.
9983
9984 2008-04-23 Kevin Ryde <user42@zip.com.au>
9985
9986 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
9987 Bind print-level to ensure output forms aren't truncated if
9988 print-level is set to eval-expression-print-level when going via
9989 eval-defun and friends, or has been otherwise fiddled with.
9990
9991 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
9992
9993 * progmodes/cc-mode.el (c-basic-common-init): Don't set
9994 font-lock-extend-after-change-region-function globally.
9995
9996 2008-04-23 Juanma Barranquero <lekktu@gmail.com>
9997
9998 * speedbar.el (speedbar-use-tool-tips-flag)
9999 (speedbar-ignored-directory-regexp, speedbar-file-unshown-regexp)
10000 (speedbar-file-regexp, speedbar-message, speedbar-item-info)
10001 (speedbar-files-item-info, speedbar-maybe-add-localized-support)
10002 (speedbar-insert-files-at-point, speedbar-dynamic-tags-function-list)
10003 (speedbar-generic-list-positioned-group-p, speedbar-insert-generic-list)
10004 (speedbar-fetch-replacement-function, speedbar-extract-one-symbol)
10005 (speedbar-separator-face): Fix typos in docstrings.
10006 (speedbar-stealthy-function-list, speedbar-verbosity-level)
10007 (speedbar-supported-extension-expressions, speedbar-update-current-file)
10008 (speedbar-add-indicator, speedbar-tag-expand): Reflow docstring.
10009 (speedbar-use-imenu-flag, speedbar-ignored-directory-expressions)
10010 (speedbar-directory-unshown-regexp, speedbar-handle-delete-frame)
10011 (speedbar-show-info-under-mouse, speedbar-directory-buttons)
10012 (speedbar-check-vc-this-line, speedbar-files-line-directory)
10013 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
10014 (speedbar-buffers-line-directory, speedbar-recenter-to-top)
10015 (speedbar-recenter): Doc fixes.
10016 (speedbar-update-speed, speedbar-navigating-speed): Add obsolescence
10017 declaration and remove redundant info in docstring.
10018
10019 2008-04-23 Dan Nicolaescu <dann@ics.uci.edu>
10020
10021 * vc-git.el (vc-git-status-printer): Deal with directories.
10022
10023 * vc.el (vc-next-action): Look at more than the first file to
10024 determine the state.
10025
10026 2008-04-23 Glenn Morris <rgm@gnu.org>
10027
10028 * dframe.el (dframe-have-timer-flag): Drop support for Emacs without
10029 timers. Doc fix.
10030 (dframe-update-speed): Drop support for XEmacs < 20.
10031 (dframe-frame-mode): Drop support for Emacs < 20.
10032 (dframe-set-timer-internal): Drop support for Emacs without timers.
10033 (dframe-popup-kludge): Use mouse-menu-major-mode-map if defined.
10034
10035 * ediff-init.el (ediff-check-version): Drop support for very old Emacs
10036 versions. Add doc-string. Mark as obsolete.
10037
10038 * ps-def.el (ps-color-device): Drop support for XEmacs < 19.12.
10039
10040 * speedbar.el (speedbar-use-tool-tips-flag): Check for tooltip-mode,
10041 rather than using an Emacs version test.
10042
10043 * tree-widget.el (tree-widget-image-enable): Use display-images-p
10044 rather than an Emacs version test.
10045
10046 * calendar/cal-china.el (holiday-chinese-qingming)
10047 (holiday-chinese-winter-solstice, holiday-chinese): New functions.
10048 * calendar/calendar.el (calendar-chinese-all-holidays-flag): New.
10049 * calendar/holidays.el (holiday-oriental-holidays): Add more holidays.
10050
10051 * calendar/cal-islam.el (holiday-islamic): Doc fix.
10052
10053 * calendar/diary-lib.el (diary-list-sexp-entries): Doc fix.
10054 (diary-remind): Allow negative DAYS to represent a range 1:DAYS.
10055 Suggested by Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
10056
10057 2008-04-23 Nick Roberts <nickrob@snap.net.nz>
10058
10059 * progmodes/gdb-ui.el (gdb-previous-frame-address): Rename...
10060 (gdb-previous-frame-pc-address): ...to this.
10061 (gdb-get-selected-frame): Use MI command -stack-info-frame instead
10062 of "info frame" with Gdb 6.4+.
10063 (gdb-stack-list-frames-regexp): New regexp.
10064 (gdb-frame-handler-1): Parse output of -stack-info-frame.
10065
10066 2008-04-22 David Glasser <glasser@davidglasser.net> (tiny change)
10067
10068 * tar-mode.el (tar-prefix-offset): New constant.
10069 (tar-header-block-tokenize): Support paths with long names
10070 which use the "ustar" standard.
10071
10072 2008-04-22 Mathias Dahl <mathias.dahl@gmail.com>
10073
10074 * image-dired.el (image-dired-track-original-file)
10075 (image-dired-modify-mark-on-thumb-original-file):
10076 Use `dired-goto-file' instead of `search-forward'. This solves
10077 a bug with finding files where the file name is a subset of other
10078 file names. Doc fix.
10079
10080 2008-04-22 Juri Linkov <juri@jurta.org>
10081
10082 * menu-bar.el (buffers-menu-max-size): Move its definition down to
10083 the "Buffers Menu" section. Change group name `mouse' to `menu'.
10084 (yank-menu-length): Change group name `mouse' to `menu'.
10085 (buffers-menu-buffer-name-length): New user option.
10086 (menu-bar-update-buffers): Use buffers-menu-buffer-name-length
10087 instead of the hard-coded number 27.
10088
10089 2008-04-22 Juri Linkov <juri@jurta.org>
10090
10091 * isearch.el (eval-when-compile): Require `help-macro'.
10092 (isearch-help-for-help-internal): Isearch specific Help screen
10093 created by `make-help-screen'.
10094 (isearch-help-map): New variable that binds "b", "k", "m" to
10095 isearch-specific commands, and binds other keys to
10096 isearch-other-control-char, thus allowing other Help keys to
10097 exit isearch mode and execute their global definitions.
10098 (isearch-help-for-help, isearch-describe-bindings)
10099 (isearch-describe-key, isearch-describe-mode): New commands.
10100 (isearch-mode-help): Define alias to isearch-describe-mode
10101 and remove its old function definition.
10102 (isearch-mode-map): Bind "\C-h" to isearch-help-map.
10103 Remove old comments because this issue is settled now.
10104 (isearch-forward): Describe three new Help commands in the docstring.
10105 (isearch-mode): Remove \\{isearch-mode-map} from the docstring,
10106 leave the single sentence at the first line of the docstring,
10107 and prepend the word "function" before `isearch-forward'
10108 to make the Help link to the function instead of variable.
10109
10110 2008-04-22 Juri Linkov <juri@jurta.org>
10111
10112 * isearch.el (isearch-success-function): New variable with default
10113 to `isearch-success-function-default'.
10114 (isearch-search): Call a function from `isearch-success-function'
10115 instead of calling the hard-coded `isearch-range-invisible'.
10116 (isearch-success-function-default): New function that calls
10117 `isearch-range-invisible' and inverts its return value.
10118
10119 * info.el (Info-search): In two similar places that skip
10120 undesired search matches move code to Info-search-success-function,
10121 and call `isearch-success-function' instead.
10122 (Info-search-success-function): New function copied from code
10123 in Info-search. Replace isearch-range-invisible with
10124 text-property-not-all that checks for 'invisible and 'display
10125 properties to skip partially invisible matches (whose display
10126 properties were set by Info-fontify-node).
10127 (Info-mode): Set buffer-local isearch-success-function
10128 to Info-search-success-function.
10129
10130 2008-04-22 Juri Linkov <juri@jurta.org>
10131
10132 * minibuffer.el (internal-complete-buffer-except): New function.
10133
10134 * files.el (read-buffer-to-switch): New function.
10135 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
10136 Change interactive spec to call read-buffer-to-switch instead of
10137 using the letter "B".
10138
10139 * simple.el (minibuffer-default-add-shell-commands): New function.
10140 Use declare-function for mailcap-file-default-commands from "mailcap".
10141 (shell-command): Set local minibuffer-default-add-function to
10142 minibuffer-default-add-shell-commands in minibuffer-with-setup-hook
10143 before calling read-shell-command. Set 4th arg default-value of
10144 read-shell-command to relative buffer-file-name in file buffers.
10145
10146 * dired-aux.el (dired-read-shell-command-default): Move it to
10147 gnus/mailcap.el and change its name to more general name
10148 mailcap-file-default-commands.
10149 (minibuffer-default-add-dired-shell-commands): New function.
10150 Use declare-function for mailcap-file-default-commands from "mailcap".
10151 (dired-read-shell-command): Set local minibuffer-default-add-function
10152 to minibuffer-default-add-dired-shell-commands in minibuffer-with-setup-hook
10153 before calling read-shell-command. Remove dired-read-shell-command-default
10154 from the default value arg because default values are not set in
10155 minibuffer-default-add-dired-shell-commands. Doc fix.
10156
10157 * dired-x.el (dired-smart-shell-command): Sync arguments and
10158 interactive spec with changes in `shell-command'.
10159 Use dired-get-filename to get the dired file name at point
10160 as the default value in dired mode.
10161
10162 2008-04-22 Juanma Barranquero <lekktu@gmail.com>
10163
10164 * info.el (Info-complete-menu-item): Add missing parenthesis.
10165
10166 2008-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
10167
10168 * info.el (Info-complete-menu-item): Save point.
10169
10170 2008-04-22 Juanma Barranquero <lekktu@gmail.com>
10171
10172 * minibuffer.el (minibuffer-complete-and-exit): Fix last change.
10173
10174 2008-04-22 Andreas Schwab <schwab@suse.de>
10175
10176 * Makefile.in (emacs-deps): Define.
10177 Use it instead of $(lisp)/subdirs.el.
10178
10179 2008-04-22 Dan Nicolaescu <dann@ics.uci.edu>
10180
10181 * vc.el (vc-next-action): Do not consider directories when
10182 checking for state compatibility.
10183 (vc-transfer-file): Use when not if.
10184 (vc-dir-parent-marked-p, vc-dir-children-marked-p): New functions.
10185 (vc-dir-mark-file): Use them.
10186 (vc-deduce-fileset): Also return the backend.
10187 (vc-diff-internal): Take as argument the value returned by
10188 vc-deduce-fileset instead of just the fileset.
10189 (vc-next-action, vc-finish-logentry, vc-version-diff, vc-diff)
10190 (vc-dir-mark-file, vc-print-log, vc-revert, vc-rollback)
10191 (vc-update): Update the vc-deduce-fileset and vc-diff-internal calls.
10192
10193 2008-04-22 Tassilo Horn <tassilo@member.fsf.org>
10194
10195 * doc-view.el (doc-view-scroll-up-or-next-page): Don't use
10196 set-window-vscroll but image-scroll-down. Fixes a bug where a
10197 command following SPC scrolled up again.
10198
10199 2008-04-22 Nick Roberts <nickrob@snap.net.nz>
10200
10201 * progmodes/gdb-ui.el (gdb-locals-header): New variable.
10202 (gdb-locals-mode, gdb-registers-mode): Use it for header line.
10203 (gud-watch): Add "$" prefix when in registers buffer.
10204
10205 2008-04-22 Glenn Morris <rgm@gnu.org>
10206
10207 * progmodes/gdb-ui.el (gdbmi-invalidate-frames): Declare as function.
10208
10209 * whitespace.el (whitespace-display-table)
10210 (whitespace-display-table-was-local): Move definitions before use.
10211
10212 * emacs-lisp/copyright.el (copyright-at-end-flag): New option.
10213 (copyright-limit): Respect copyright-at-end-flag.
10214 (copyright-re-search, copyright-start-point)
10215 (copyright-offset-too-large-p): New functions.
10216 (copyright-update-year): Use copyright-re-search.
10217 (copyright-update, copyright-fix-years): Use copyright-start-point,
10218 and copyright-re-search.
10219 (copyright): Use copyright-offset-too-large-p.
10220 * add-log.el (change-log-mode): Set copyright-at-end-flag.
10221
10222 * add-log.el (top-level): Require 'cl when compiling.
10223
10224 2008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
10225
10226 * complete.el (PC-complete-as-file-name, PC-read-file-name-internal):
10227 Treat minibuffer-completion-predicate as a predicate.
10228
10229 * minibuffer.el (completion--file-name-table): Accept both the old
10230 `dir' arg or the new `pred' arg.
10231
10232 * ffap.el (ffap-read-file-or-url): Do not abuse completing-read's
10233 `predicate' argument to pass non-predicate data.
10234 (ffap-read-url-internal, ffap-read-file-or-url-internal):
10235 Use second arg as proper predicate.
10236
10237 * vc-bzr.el (vc-bzr-complete-with-prefix): Remove.
10238 (vc-bzr-revision-completion-table): Use completion-table-with-context
10239 instead.
10240
10241 * simple.el (choose-completion-string): Use minibuffer-completion-table.
10242
10243 2008-04-21 Chong Yidong <cyd@stupidchicken.com>
10244
10245 * term.el (term-emulate-terminal): Perform redisplay after the
10246 process filter has finished running.
10247
10248 2008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
10249
10250 * vc.el (vc-dir): Use pop-to-buffer, so it can be customized.
10251
10252 * minibuffer.el (completion-try-completion): Change magic symbol
10253 property name. Rename from minibuffer-try-completion.
10254 (completion-all-completions): Rename from minibuffer-all-completions.
10255 Remove hide-spaces argument.
10256 (completion--do-completion): Rename from minibuffer--do-completion.
10257 (minibuffer-complete-and-exit): Call just try-completion rather than
10258 completion-try-completion to fix up the case.
10259 (completion--try-word-completion): Try to add space or hyphen before
10260 making `string' a prefix of `completion'.
10261 (completion--insert-strings): Rename from minibuffer--insert-strings.
10262
10263 2008-04-22 Naohiro Aota <nao.aota@gmail.com> (tiny change)
10264
10265 * net/tls.el (tls-program): Add -ign_eof argument to call the
10266 openssl commands.
10267 (tls-checktrust): Ditto.
10268
10269 2008-04-21 Dan Nicolaescu <dann@ics.uci.edu>
10270
10271 * vc-cvs.el (vc-cvs-status-extra-headers): New function.
10272
10273 * vc-hooks.el (vc-insert-file, vc-state, vc-working-revision)
10274 (vc-check-master-templates, vc-file-not-found-hook)
10275 (vc-kill-buffer-hook):
10276 * vc.el (vc-process-sentinel, vc-exec-after, vc-do-command)
10277 (vc-find-position-by-context, vc-buffer-context)
10278 (vc-restore-buffer-context, vc-responsible-backend)
10279 (vc-expand-dirs, vc-ensure-vc-buffer, vc-buffer-sync)
10280 (vc-next-action, vc-register, vc-register-with, vc-steal-lock)
10281 (vc-finish-logentry, vc-coding-system-for-diff, vc-switches)
10282 (vc-version-diff, vc-diff, vc-insert-headers)
10283 (vc-dired-buffers-for-dir, vc-dired-resynch-file)
10284 (vc-snapshot-precondition, vc-create-snapshot, vc-print-log)
10285 (vc-revert, vc-rollback, vc-version-backup-file)
10286 (vc-rename-master, vc-delete-file, vc-rename-file)
10287 (vc-branch-part, vc-default-retrieve-snapshot)
10288 (vc-annotate-display-autoscale, vc-annotate-display-select)
10289 (vc-annotate, vc-annotate-warp-revision, vc-annotate-difference)
10290 (vc-annotate-lines, vc-file-tree-walk-internal): Use when instead of if.
10291 (vc-dir-update): Handle directories.
10292 (vc-default-status-printer): Simplify.
10293
10294 * progmodes/asm-mode.el (asm-mode-map):
10295 * progmodes/hideif.el (hide-ifdef-mode-menu): Add :help.
10296
10297 * progmodes/m4-mode.el (m4-mode-map): Add menu.
10298
10299 2008-04-21 Kenichi Handa <handa@m17n.org>
10300
10301 * select.el (xselect-convert-to-string): Send a C_STRING only if
10302 the polymorphic target TEXT is requested.
10303
10304 2008-04-21 Juanma Barranquero <lekktu@gmail.com>
10305
10306 * minibuffer.el (completion-setup-hook, display-completion-list)
10307 (completion--file-name-table): Fix typos in docstrings.
10308 (completion-table-dynamic): Fix typo, and reflow docstring.
10309
10310 2008-04-20 Andreas Schwab <schwab@suse.de>
10311
10312 * server.el (server-switch-buffer): Also consider clients in the
10313 selected frame.
10314
10315 2008-04-19 Nick Roberts <nickrob@snap.net.nz>
10316
10317 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
10318 Select window clicked on first.
10319 (gdb): Display thread number in mode-line.
10320 (gdb-make-header-line-mouse-map): Move to avoid byte compiler warnings.
10321 (gdb-breakpoints-header): New variable.
10322 (gdb-breakpoints-mode, gdb-threads-mode): Use it for header line.
10323
10324 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
10325
10326 * vc-sccs.el (vc-sccs-do-command): New fun. Use the "sccs" command.
10327 (vc-sccs-register, vc-sccs-checkin, vc-sccs-find-revision)
10328 (vc-sccs-checkout, vc-sccs-rollback, vc-sccs-revert)
10329 (vc-sccs-steal-lock, vc-sccs-modify-change-comment)
10330 (vc-sccs-print-log): Use it.
10331
10332 * vc-hooks.el (vc-path): Remove SCCS-specific hack.
10333
10334 * emacs-lisp/lisp-mode.el (lisp-mode-auto-fill): Make it an alias.
10335 * progmodes/scheme.el (scheme-mode-variables): Don't use it.
10336
10337 * tooltip.el (tooltip-previous-message): New var.
10338 (tooltip-show-help-non-mode): Rewrite to better follow the behavior of
10339 the C code (avoid overwriting a minibuffer, restore previous echo
10340 message, ...).
10341 (tooltip-delay, tooltip-process-prompt-regexp, tooltip-strip-prompt):
10342 Simplify.
10343
10344 2008-04-19 Nick Roberts <nickrob@snap.net.nz>
10345
10346 * progmodes/gdb-ui.el (gdb-thread-indicator): New variable.
10347 (gdb-init-1): Initialise it.
10348 (gdb-annotation-rules): New entry for "new-thread".
10349 (gdb-thread-identification): New function to customize
10350 mode-line-buffer-identification.
10351 (gdb-frames-mode, gdb-registers-mode, gdb-locals-mode)
10352 (gdb-assembler-mode): Use it.
10353 (gdb-threads-mode): Force "info threads" onto queue.
10354
10355 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
10356
10357 * files.el (locate-file-completion-table): Rename from
10358 locate-file-completion and make it use `pred' in the normal way.
10359 (locate-file-completion): New compatibility wrapper.
10360 (load-library): Use locate-file-completion-table.
10361 * finder.el (finder-commentary):
10362 * subr.el (locate-library):
10363 * emacs-lisp/find-func.el (find-library): Likewise.
10364 * info.el: Use with-current-buffer and inhibit-read-only.
10365 (Info-read-node-name-2): Change to use `predicate' in the normal way.
10366 (Info-read-node-name-1): Adjust uses accordingly.
10367
10368 * minibuffer.el (completion-table-with-context): Add support for `pred'.
10369 (completion-table-with-terminator): Don't use complete-with-action
10370 since we have to distinguish all three cases anyway.
10371 (completion-table-with-predicate): New function.
10372 (dynamic-completion-table): Add obsolete alias.
10373
10374 * emacs-lisp/trace.el (trace-make-advice): Don't change selected-window.
10375
10376 2008-04-18 Sam Steingold <sds@gnu.org>
10377
10378 * vc.el (vc-dir-menu-map, vc-dir-mode-map, vc-dir-tool-bar-map):
10379 Use quit-window instead of bury-buffer.
10380
10381 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
10382
10383 * minibuffer.el (completion-table-with-terminator): Fix last fix.
10384
10385 2008-04-18 Andreas Schwab <schwab@suse.de>
10386
10387 * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
10388 ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
10389 Depend on $(lisp)/subdirs.el.
10390
10391 2008-04-18 Juanma Barranquero <lekktu@gmail.com>
10392
10393 * descr-text.el (describe-char-after):
10394 Use `define-obsolete-function-alias'.
10395
10396 * dired-x.el (dired-omit-files-p): Use `define-obsolete-variable-alias'.
10397
10398 * facemenu.el (facemenu-unlisted-faces): Fix obsolescence description.
10399
10400 * savehist.el (savehist-load): Add WHEN to obsolescence declaration.
10401 Remove redundant obsolescence info in docstring.
10402
10403 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
10404 (vc-header-alist): Add WHEN to obsolescence declaration.
10405 (vc-state): Fix typo in docstring.
10406
10407 * emacs-lisp/checkdoc.el (checkdoc-minor-keymap):
10408 Use `define-obsolete-variable-alias'.
10409
10410 * emulation/tpu-edt.el (tpu-have-ispell):
10411 * international/codepage.el (codepage-setup):
10412 Fix typo in obsolescence declaration.
10413
10414 * international/mule.el (char-coding-system-table):
10415 Remove redundant obsolescence info in docstring.
10416 (charset-list, generic-char-p, set-char-table-default):
10417 Fix typos in obsolescence declarations.
10418
10419 * international/mule-diag.el (non-iso-charset-alist):
10420 Fix typo in obsolescence declaration.
10421 (decode-codepage-char): Remove redundant obsolescence info in docstring.
10422
10423 * font-core.el (font-lock-defaults-alist):
10424 * font-lock.el (font-lock-reference-face):
10425 * frame.el (screen-height, screen-width, set-screen-width)
10426 (set-screen-height):
10427 * hilit-chg.el (highlight-changes-initial-state):
10428 * isearch.el (isearch-return-char):
10429 * log-edit.el (cvs-commit-buffer-require-final-newline)
10430 (cvs-changelog-full-paragraphs):
10431 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar)
10432 (mouse-popup-menubar-stuff):
10433 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button)
10434 (mouse-wheel-click-button):
10435 * outline.el (outline-visible):
10436 * pcvs-defs.el (cvs-diff-ignore-marks, cvs-diff-buffer-name):
10437 * pcvs-info.el (cvs-display-full-path, cvs-fileinfo->full-path):
10438 * emacs-lisp/lisp-mode.el (lisp-comment-indent):
10439 * progmodes/compile.el (compile-internal):
10440 Add WHEN to obsolescence declarations.
10441
10442 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
10443
10444 * emacs-lisp/debug.el (debug): Revert to bury-buffer since quit-window
10445 is not better anyway.
10446
10447 2008-04-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10448
10449 * whitespace.el (whitespace-report-region): Handle whitespace-tab-width
10450 properly.
10451
10452 2008-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
10453
10454 * progmodes/python.el (python-mode-map): Use abbrev-table-menu.
10455 (python-use-skeletons): Remove, unused.
10456 (python-skeletons): Remove. Use the abbrev table instead.
10457 (python-mode-abbrev-table): Fix regexp;
10458 add enable-function and case-fixed.
10459 (def-python-skeleton): Simplify.
10460 (python-expand-template): Use the abbrev-table and abbrev-insert.
10461 (python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook):
10462 Remove.
10463 (python-mode): Don't set pre-abbrev-expand-hook.
10464
10465 * skeleton.el: Set coding-tag.
10466
10467 * abbrev.el (abbrev-insert): New function extracted from expand-abbrev.
10468 (expand-abbrev): Use it.
10469 (abbrev-table-menu): New function.
10470
10471 * abbrev.el (define-abbrev-table): Fontify dosctrings as such.
10472
10473 * minibuffer.el (completion-table-with-terminator): Fix paren typo.
10474
10475 2008-04-17 Sam Steingold <sds@gnu.org>
10476
10477 * pcvs-util.el (cvs-bury-buffer): Use quit-window instead of the
10478 idiosyncratic bury-buffer/delete-window logic.
10479
10480 2008-04-17 Juanma Barranquero <lekktu@gmail.com>
10481
10482 * emacs-lisp/crm.el (crm-completion-help, crm-complete)
10483 (crm-complete-word, crm-complete-and-exit): Fix typo in previous change.
10484
10485 2008-04-17 Kenichi Handa <handa@m17n.org>
10486
10487 * international/characters.el: Don't make the width of U+00AD to 0.
10488
10489 2008-04-17 Nick Roberts <nickrob@snap.net.nz>
10490
10491 * progmodes/gdb-ui.el (gdb-stack-update): New variable.
10492 (gdb, gdb-starting, gdb-frames-mode): Use it.
10493 (gdb-invalidate-frames): Advise to call "info stack" only if
10494 execution has occurred.
10495 (gdb-info-breakpoints-custom): Only update overlay-arrow pointing to
10496 selected frame if no execution has occurred.
10497 (gdb-frames-force-update): New interactive function.
10498 (gdb-frames-mode-map): Bind it to "F".
10499
10500 2008-04-17 Michael Olson <mwolson@gnu.org>
10501
10502 * textmodes/remember.el (remember-version): Release Remember 2.0.
10503
10504 2008-04-16 Yoni Rabkin <yoni@rabkins.net>
10505
10506 * textmodes/artist.el:
10507 * progmodes/vhdl-mode.el:
10508 * progmodes/verilog-mode.el:
10509 * progmodes/vera-mode.el:
10510 * progmodes/simula.el:
10511 * progmodes/ps-mode.el:
10512 * progmodes/cmacexp.el:
10513 * obsolete/hilit19.el:
10514 * emulation/viper.el:
10515 * ediff.el: Cleanup the bug-report email addresses and make sure the
10516 maintainer is still willing to handle bug reports.
10517
10518 2008-04-16 Dan Nicolaescu <dann@ics.uci.edu>
10519
10520 * vc.el (vc-dir-kill-query): Fix thinko.
10521
10522 2008-04-16 Glenn Morris <rgm@gnu.org>
10523
10524 * calendar/diary-lib.el (diary-remind): Don't clobber `date' passed
10525 by diary-sexp-entry.
10526
10527 2008-04-16 Markus Triska <markus.triska@gmx.at>
10528
10529 * proced.el (proced-command-alist): Add support for darwin.
10530
10531 2008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
10532
10533 * proced.el (proced-mode): Redefine as just the major-mode.
10534 (proced): Separate it from proced-mode.
10535
10536 * vc.el: Rename vc-status to vc-dir and the vc-status var to vc-ewoc.
10537
10538 2008-04-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10539
10540 * whitespace.el: Honor the `indent-tabs-mode' setting from user.
10541 Suggested by Stephen Deasey <sdeasey@gmail.com>. Honor also the
10542 `tab-width' setting from user. New version 10.0. Doc and docstring
10543 fix.
10544 (whitespace-style, whitespace-chars): Remove options.
10545 (whitespace-style-mark): New option, replace whitespace-style deleted
10546 option. Fix docstring.
10547 (whitespace-style-color): New option, replace whitespace-chars deleted
10548 option. Fix docstring.
10549 (whitespace-space, whitespace-hspace, whitespace-tab)
10550 (whitespace-newline, whitespace-trailing, whitespace-line)
10551 (whitespace-space-before-tab, whitespace-indentation, whitespace-empty)
10552 (whitespace-space-after-tab, whitespace-hspace-regexp)
10553 (whitespace-space-regexp, whitespace-tab-regexp)
10554 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
10555 (whitespace-empty-at-eob-regexp, whitespace-line-column)
10556 (whitespace-toggle-option-alist): Fix docstring.
10557 (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
10558 (whitespace-space-after-tab-regexp, whitespace-display-mappings): Fix
10559 docstring and initialization.
10560 (global-whitespace-mode): Autoloaded global minor mode.
10561 (whitespace-chars-value-list, whitespace-style-value-list)
10562 (whitespace-active-chars, whitespace-active-style)
10563 (whitespace-toggle-chars, whitespace-toggle-style): Remove vars.
10564 (whitespace-color-value-list): New var, replace
10565 whitespace-chars-value-list removed var.
10566 (whitespace-mark-value-list): New var, replace
10567 whitespace-style-value-list removed var.
10568 (whitespace-active-color): New var, replace whitespace-active-chars
10569 removed var.
10570 (whitespace-active-mark): New var, replace whitespace-active-style
10571 removed var.
10572 (whitespace-toggle-color): New var, replace whitespace-toggle-chars
10573 removed var.
10574 (whitespace-toggle-mark): New var, replace whitespace-toggle-style
10575 removed var.
10576 (whitespace-toggle-option-alist, whitespace-report-list)
10577 (whitespace-report-text, whitespace-help-text): Fix initialization.
10578 (whitespace-indent-tabs-mode, whitespace-tab-width): New vars.
10579 (whitespace-toggle-options, global-whitespace-toggle-options)
10580 (whitespace-cleanup-region, whitespace-report-region)
10581 (whitespace-interactive-char): Fix docstring and code.
10582 (whitespace-cleanup, whitespace-report): Fix docstring.
10583 (whitespace-replace-spaces-by-tabs): Remove fun.
10584 (whitespace-replace-action): New fun, replace
10585 whitespace-replace-spaces-by-tabs removed fun.
10586 (whitespace-regexp, whitespace-indentation-regexp)
10587 (whitespace-space-after-tab-regexp, whitespace-insert-value)
10588 (whitespace-kill-buffer): New funs.
10589 (whitespace-insert-option-mark, whitespace-help-on)
10590 (whitespace-help-off, whitespace-turn-on, whitespace-turn-off)
10591 (whitespace-color-on, whitespace-color-off)
10592 (whitespace-display-char-on): Fix code.
10593
10594 2008-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
10595
10596 * mouse-drag.el (mouse-throw-magnifier-with-scroll-bar)
10597 (mouse-throw-magnifier-with-mouse-movement): Remove.
10598 (mouse-throw-magnifier-base): New const.
10599 (mouse-drag-scroll-delta): New fun.
10600 (mouse-drag-throw): Use it.
10601
10602 2008-04-15 Juanma Barranquero <lekktu@gmail.com>
10603
10604 * international/uni-bidi.el, international/uni-category.el:
10605 * international/uni-combining.el, international/uni-comment.el:
10606 * international/uni-decimal.el, international/uni-decomposition.el:
10607 * international/uni-digit.el, international/uni-lowercase.el:
10608 * international/uni-mirrored.el, international/uni-name.el:
10609 * international/uni-numeric.el, international/uni-old-name.el:
10610 * international/uni-titlecase.el, international/uni-uppercase.el:
10611 * international/charprop.el: Regenerate.
10612
10613 2008-04-15 Dan Nicolaescu <dann@ics.uci.edu>
10614
10615 * vc.el (vc-status-fileinfo): Add new member directoryp.
10616 (vc-default-status-printer): Print directories.
10617 (vc-status-update): Sort files before subdirectories.
10618
10619 * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
10620 Add alternative implementation based on "cvs update".
10621
10622 2008-04-15 Tassilo Horn <tassilo@member.fsf.org>
10623
10624 * doc-view.el: Changed requirements section to tell that only one
10625 of dvipdf or dvipdfm is needed.
10626 (doc-view-already-converted-p): Fix bug that forced reconversion
10627 if doc was already converted.
10628
10629 2008-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
10630
10631 * minibuffer.el (minibuffer-message):
10632 Make sure we can put-text-property.
10633
10634 * emacs-lisp/crm.el: Complete rewrite.
10635
10636 * tmm.el (tmm-completion-delete-prompt): Don't hardcode point-min==1.
10637 (tmm-add-prompt): Make sure completion-setup-hook is preserved even in
10638 case of an error in display-completion-list.
10639
10640 * filecache.el (file-cache-completions-keymap): Move init from
10641 file-cache-completion-setup-function into declaration.
10642 (file-cache-minibuffer-complete): Simplify.
10643 (file-cache-completion-setup-function): Use standard-output,
10644 preserve current-buffer.
10645
10646 * vc.el (vc-status-update): Fix typo.
10647 (vc-status-update): Set needs-update.
10648 (vc-status-refresh): η-reduce.
10649
10650 2008-04-14 Tassilo Horn <tassilo@member.fsf.org>
10651
10652 * doc-view.el (doc-view-mode-map): Bind C-a to image-bol and C-e
10653 to image-eol.
10654
10655 2008-04-14 Alexandre Julliard <julliard@winehq.org>
10656
10657 * vc.el (vc-status-update): Undo the previous revert.
10658
10659 2008-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
10660
10661 * minibuffer.el (completion-table-with-terminator): Those completions
10662 are never valid w.r.t test-completion.
10663 (completion--file-name-table):
10664 Check completion-all-completions-with-base-size.
10665
10666 2008-04-14 Tassilo Horn <tassilo@member.fsf.org>
10667
10668 * doc-view.el (doc-view-dvipdf-program): New variable.
10669 (doc-view-dvipdfm-program): Mention doc-view-dvipdf-program.
10670 (doc-view-mode-p): Check for doc-view-dvipdf-program as
10671 alternative for doc-view-dvipdfm-program.
10672 (doc-view-dvi->pdf): Prefer dvipdf over dvipdfm.
10673
10674 * doc-view.el (doc-view-start-process): Don't set
10675 default-directory to "~/" if the current value is valid.
10676 This broke PS files that run other files in the same directory.
10677
10678 2008-04-14 Dan Nicolaescu <dann@ics.uci.edu>
10679
10680 * vc.el (vc-status-kill-query): New function.
10681 (vc-status-mode): Add it to kill-buffer-query-functions.
10682 (vc-status-show-fileentry): New function.
10683 (vc-status-menu-map): Bind it. Bind vc-next-action.
10684
10685 2008-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
10686
10687 * minibuffer.el (minibuffer-message): Put cursor at the right place.
10688
10689 2008-04-13 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10690
10691 * proced.el (proced-send-signal): Fix error recognition.
10692
10693 2008-04-13 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10694
10695 * proced.el (proced-command-alist): Remove sort column.
10696 (proced-command, proced-procname-column):
10697 Use make-variable-buffer-local.
10698 (proced-signal-function): Rename from proced-kill-program.
10699 Allow for elisp symbols and string values representing system calls.
10700 (proced-marker-regexp, proced-success-message): New functions.
10701 (proced): Use defalias. Add autoload cookie.
10702 (proced-unmark-backward, proced-toggle-marks)
10703 (proced-hide-processes): New commands.
10704 (proced-do-mark): Simplify code.
10705 (proced-insert-mark): Use optional arg BACKWARD instead of line number.
10706 (proced-update): Remove sorting.
10707 (proced-send-signal): Display number of processes to operate on.
10708 Allow for system calls or elisp functions to send signals.
10709 Check if signal was sent successfully.
10710
10711 2008-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
10712
10713 * minibuffer.el (completion-all-completion-with-base-size): New var.
10714 (completion--some): New function.
10715 (completion-table-with-context, completion--file-name-table):
10716 Return the base-size if requested.
10717 (completion-table-in-turn): Generalize to multiple arguments.
10718 (complete-in-turn): Compatibility alias.
10719 (completion-styles-alist): New var.
10720 (completion-styles): New customization.
10721 (minibuffer-try-completion, minibuffer-all-completions):
10722 New functions.
10723 (minibuffer--do-completion, minibuffer-complete-and-exit)
10724 (minibuffer-try-word-completion): Use them.
10725 (display-completion-list, minibuffer-completion-help): Use them.
10726 Handle all-completions's new base-size info to set completion-base-size.
10727 * info.el (Info-read-node-name-1): Use completion-table-with-context,
10728 completion-table-with-terminator and complete-with-action.
10729 Remove the now obsolete completion-base-size-function property.
10730 * simple.el (completion-list-mode-map): Move init into declaration.
10731 (completion-list-mode): Use define-derived-mode.
10732 (completion-setup-function): Use any completion-base-size that may
10733 have been set before. Remove handling of completion-base-size-function.
10734 * loadup.el: Move abbrev.el up earlier.
10735
10736 2008-04-13 Alexandre Julliard <julliard@winehq.org>
10737
10738 * vc-git.el (vc-git-after-dir-status-stage)
10739 (vc-git-dir-status-goto-stage): New functions.
10740 (vc-git-after-dir-status-stage1)
10741 (vc-git-after-dir-status-stage1-empty-db)
10742 (vc-git-after-dir-status-stage2): Remove, functionality moved
10743 into the new generic stage functions.
10744 (vc-git-dir-status-files): New function.
10745
10746 * vc.el (vc-status-update): Revert an incorrect rewrite.
10747 Add some comments.
10748 (vc-status-refresh-files): New function.
10749 (vc-status-refresh): Use `vc-status-refresh-files' to refresh the
10750 state of up-to-date files.
10751 (vc-default-dir-status-files): New function.
10752
10753 2008-04-13 Juanma Barranquero <lekktu@gmail.com>
10754
10755 * minibuffer.el (completion--embedded-envvar-table)
10756 (read-file-name-internal): Fix typos in 2008-04-11 change.
10757
10758 * faces.el (read-face-name): Use `completion-table-in-turn',
10759 not `complete-in-turn'.
10760
10761 2008-04-13 Andreas Schwab <schwab@suse.de>
10762
10763 * progmodes/etags.el: Require 'cl when compiling.
10764
10765 2008-04-12 Nick Roberts <nickrob@snap.net.nz>
10766
10767 * progmodes/gud.el (gud-menu-map): Expand tooltip.
10768
10769 * progmodes/gdb-ui.el (gdb-find-source-frame): Improve doc string.
10770 (menu): Add/expand menu tooltips.
10771
10772 2008-04-12 Dan Nicolaescu <dann@ics.uci.edu>
10773
10774 * progmodes/sh-script.el (sh-show-indent): Fix typo.
10775 (sh-mode-map): Add a toggle for inserting braces and quotes in pairs.
10776
10777 * vc-cvs.el (vc-cvs-registered): Allow removed files to be
10778 considered registered.
10779
10780 2008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
10781
10782 * emacs-lisp/copyright.el (copyright-update-directory): New command.
10783
10784 * ediff-wind.el (ediff-split-window-function)
10785 (ediff-merge-split-window-function): Improve custom type.
10786
10787 2008-04-12 Eli Zaretskii <eliz@gnu.org>
10788
10789 * loadup.el ("minibuffer"): Move after "faces".
10790
10791 2008-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
10792
10793 * progmodes/hideif.el (hif-factor): Handle unary minus.
10794
10795 2008-04-12 Glenn Morris <rgm@gnu.org>
10796
10797 * calendar/cal-china.el (chinese-calendar-time-zone):
10798 Mark obsolete name as risky too.
10799
10800 * calendar/calendar.el (calendar-faces): New custom group.
10801 (calendar-today, diary, holiday): Doc fix.
10802 Move to calendar-faces group.
10803 * calendar/diary-lib.el (diary-face, diary-anniversary, diary-time)
10804 (diary-button): Doc fix. Move to calendar-faces group.
10805
10806 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
10807 * desktop.el, files.el, hilit-chg.el, ibuffer.el, iswitchb.el:
10808 * pcvs-info.el, recentf.el, speedbar.el, calendar/cal-china.el:
10809 * calendar/cal-hebrew.el, calendar/cal-x.el, calendar/calendar.el
10810 * calendar/diary-lib.el, net/net-utils.el, progmodes/gud.el:
10811 Move non-autoloaded define-obsolete-variable-alias calls for defcustoms
10812 not in dumped files before the associated defcustom.
10813
10814 2008-04-11 Johan Bockgård <bojohan@gnu.org>
10815
10816 * minibuffer.el (lazy-completion-table): Fix debug spec.
10817
10818 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
10819
10820 * minibuffer.el (complete-with-action, lazy-completion-table):
10821 Move from subr.el.
10822 (apply-partially, completion-table-dynamic)
10823 (completion-table-with-context, completion-table-with-terminator)
10824 (completion-table-in-turn): New funs.
10825 (completion--make-envvar-table, completion--embedded-envvar-table):
10826 New funs.
10827 (read-file-name-internal): Use them.
10828 (completion-setup-hook): Move from simple.el.
10829 * subr.el (complete-with-action, lazy-completion-table):
10830 * simple.el (completion-setup-hook): Move to minibuffer.el.
10831
10832 2008-04-11 Glenn Morris <rgm@gnu.org>
10833
10834 * Makefile.in (AUTOGENEL): Add calc/calc-loaddefs.el.
10835
10836 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
10837
10838 * progmodes/python.el (python-mode): Don't mess with hippie-expand.
10839
10840 * Makefile.in (bootstrap-prepare): Make tpu-edt.el writable as well.
10841
10842 * textmodes/fill.el (fill-forward-paragraph-function): New var.
10843 (fill-forward-paragraph): New fun.
10844 (fill-paragraph, fill-region): Use it.
10845
10846 * vc.el: Change `dir-status' to not take (and pass) status-buffer.
10847 (vc-status-create-fileinfo): Make `extra' optional.
10848 (vc-status-busy): New fun.
10849 (vc-status-menu-map): Use it.
10850 (vc-status-crt-marked): Remove.
10851 (vc-status-update): Rename from vc-status-add-entries.
10852 Add argument so as to prevent addition of entries. Rewrite.
10853 (vc-update-vc-status-buffer): Remove.
10854 (vc-status-refresh): Don't remove old entries, set them to
10855 up-to-date instead. Also do it after the update is complete.
10856 (vc-status-marked-files): η-reduce.
10857
10858 * dired.el (dired-read-dir-and-switches): Use read-directory-name even
10859 for non-dialogs.
10860
10861 * Makefile.in (bootstrap-prepare): Don't copy ldefs-boot over loaddefs.
10862
10863 * loadup.el: Load ldefs-boot.el if loaddefs.el doesn't exist.
10864
10865 2008-04-11 Jan Djärv <jan.h.d@swipnet.se>
10866
10867 * tooltip.el (tooltip-show-help-non-mode): Set message-truncate-lines
10868 to t and don't truncate msg.
10869
10870 2008-04-11 Glenn Morris <rgm@gnu.org>
10871
10872 * calendar/calendar.el (diary, holidays):
10873 Move custom groups to other files.
10874 (holiday-general-holidays, holiday-oriental-holidays)
10875 (holiday-local-holidays, holiday-other-holidays, hebrew-holidays-1)
10876 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
10877 (holiday-hebrew-holidays, holiday-christian-holidays)
10878 (holiday-islamic-holidays, holiday-bahai-holidays)
10879 (holiday-solar-holidays, calendar-holidays): Move to holidays.el.
10880 * calendar/diary-lib.el: Move custom group here from calendar.el.
10881 * calendar/holidays.el: Move custom group and variables here
10882 from calendar.el.
10883
10884 * calendar/cal-china.el (calendar-chinese-time-zone): Mark as risky.
10885
10886 * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
10887 Fix custom group.
10888 (calendar-current-time-zone-cache): Autoload riskiness.
10889
10890 * calendar/cal-tex.el (cal-tex-preamble-extra): Fix custom type.
10891
10892 2008-04-11 Chong Yidong <cyd@stupidchicken.com>
10893
10894 * woman.el (woman2-TH): Use string-equal instead of string-match.
10895
10896 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
10897
10898 * smerge-mode.el (smerge-apply-resolution-patch): Fix typo.
10899 (smerge-resolve): Merge the "2-way refinement" case with one half of
10900 the "mere whitespace" resolution.
10901
10902 2008-04-10 Dan Nicolaescu <dann@ics.uci.edu>
10903
10904 * vc-bzr.el (vc-bzr-after-dir-status): Detect the conflict state.
10905
10906 2008-04-10 Juanma Barranquero <lekktu@gmail.com>
10907
10908 * subr.el (assoc-ignore-case, assoc-ignore-representation):
10909 Add WHEN to obsolescence declaration.
10910
10911 * makefile.w32-in (AUTOGENEL): Add calc-loaddefs.el.
10912
10913 2008-04-10 Dan Nicolaescu <dann@ics.uci.edu>
10914
10915 * vc-hooks.el (vc-state): Add new state `conflict'.
10916 (vc-after-save): Use when not if.
10917 (vc-default-mode-line-string): Deal with the conflict state.
10918 (vc-prefix-map, vc-menu-map): Bind vc-status instead of vc-directory.
10919
10920 * vc.el (vc-editable-p, vc-default-status-printer)
10921 (vc-next-action): Deal with the conflict state.
10922 (vc-mark-resolved): New function.
10923 (vc-status-mode): Fix mode name.
10924 (vc-default-comment-history): Use when not if.
10925 (Todo): Add new entries, remove old ones.
10926
10927 * vc-cvs.el (vc-cvs-merge, vc-cvs-merge-news): Set conflict state.
10928 (vc-cvs-parse-status, vc-cvs-after-dir-status):
10929 * vc-svn.el (vc-svn-after-dir-status, vc-svn-parse-status):
10930 Detect the conflict state.
10931
10932 * vc-hg.el (vc-hg-dir-status): Remove unneeded call.
10933
10934 2008-04-10 Glenn Morris <rgm@gnu.org>
10935
10936 * menu-bar.el (menu-bar-options-menu) <truncate-lines>:
10937 Respect truncate-partial-width-windows in non-full windows,
10938 with regards to :toggle and :enable state.
10939
10940 * simple.el (toggle-truncate-lines): Doc fix.
10941
10942 * Makefile.in (MH_E_DIR): New variable.
10943 (MH_E_SRC): Restore variable removed 2008-03-13.
10944 (mh-loaddefs.el): Depend on $MH_E_SRC.
10945 (CAL_DIR, CAL_SRC): New variables.
10946 (cal-loaddefs.el, diary-loaddefs.el, hol-loaddefs.el):
10947 Depend on CAL_SRC.
10948
10949 * calendar/calendar.el (calendar, diary): Add :prefix.
10950 (holidays): Change :prefix.
10951 (calendar-today, holiday, calendar-holiday-marker)
10952 (european-calendar-style): Change custom groups.
10953
10954 * calendar/calendar.el (diary-hook, diary-display-hook):
10955 Move to diary-lib.el.
10956 * calendar/diary-lib.el (diary-hook, diary-display-hook):
10957 Move here from calendar.el.
10958 * calendar/appt.el: Require diary-lib rather than calendar.
10959 * calendar/cal-x.el (diary-display-hook): Declare for compiler.
10960
10961 * calendar/appt.el (appt): Add :prefix.
10962
10963 * calendar/diary-lib.el (diary-hook): Doc fix.
10964 (diary-mark-sexp-entries): Fix replacement of calendar-for-loop.
10965
10966 2008-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
10967
10968 * minibuffer.el (minibuffer--double-dollars, read-file-name-internal):
10969 New functions.
10970
10971 * minibuffer.el (minibuffer--do-completion): Don't forget to propagate
10972 the arg to recursive calls.
10973
10974 2008-04-09 Juanma Barranquero <lekktu@gmail.com>
10975
10976 * minibuffer.el (completion-auto-help): Fix typo.
10977
10978 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
10979
10980 * vc-cvs.el (vc-cvs-diff-tree): Remove unused function.
10981
10982 2008-04-09 Michael Albinus <michael.albinus@gmx.de>
10983
10984 * net/tramp.el (tramp-find-file-name-coding-system-alist): New defun.
10985 (tramp-handle-insert-file-contents, tramp-handle-write-region): Use it.
10986
10987 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
10988
10989 * vc-hooks.el (vc-default-mode-line-string): Use ? for missing.
10990
10991 * minibuffer.el (minibuffer): Move group from cus-edit.el.
10992 (completion-auto-help): Move from C code.
10993 (minibuffer--maybe-completion-help): Remove.
10994 (minibuffer--bitset): New function.
10995 (minibuffer--do-completion): Rename from minibuffer-do-completion.
10996 Renumber a bit. Really complete on string *before* point.
10997 Add argument used for word-completion.
10998 Join trailing / in completion with following text, as done in
10999 minibuffer-complete-word.
11000 Handle new value `lazy' for completion-auto-help.
11001 (minibuffer-try-word-completion): New function extracted from
11002 minibuffer-complete-word.
11003 (minibuffer-complete-word): Use minibuffer--do-completion.
11004 (minibuffer--insert-strings): Rename from
11005 minibuffer-complete-insert-strings.
11006 (exit-minibuffer): Fix typo.
11007 * cus-edit.el (minibuffer): Move group to minibuffer.el.
11008 * cus-start.el: Remove completion-auto-help.
11009
11010 2008-04-09 Alexandre Julliard <julliard@winehq.org>
11011
11012 * vc.el (vc-status-add-entries): New function.
11013 (vc-status-add-entry): Remove.
11014 (vc-update-vc-status-buffer, vc-status-mark-buffer-changed):
11015 Use vc-status-add-entries.
11016
11017 * emacs-lisp/ewoc.el (ewoc-collect): Return results in the correct
11018 order.
11019
11020 2008-04-09 Jason Rumney <jasonr@gnu.org>
11021
11022 * makefile.w32-in (LOADDEFS): Add mh-loaddefs.el.
11023 ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule.
11024 (pre-mh-loaddefs.el-CMD, pre-mh-loaddefs.el-SH): Remove.
11025 (AUTOGENEL): New variable.
11026 (distclean, maintainer-clean): New targets.
11027
11028 2008-04-09 Chong Yidong <cyd@stupidchicken.com>
11029
11030 * emacs-lisp/regexp-opt.el (regexp-opt):
11031 Reduce max-lisp-eval-depth and max-specpdl-size to 10000.
11032
11033 2008-04-09 Lennart Borgman <lennart.borgman@gmail.com>
11034
11035 * nxml/nxml-mode.el (nxml-cleanup): New function.
11036 (nxml-mode): Add it to change-major-mode-hook.
11037
11038 2008-04-09 Jan Djärv <jan.h.d@swipnet.se>
11039
11040 * term/x-win.el (x-gtk-stock-map): Map info to gtk-info.
11041
11042 2008-04-09 Juanma Barranquero <lekktu@gmail.com>
11043
11044 * calc/.cvsignore: New file.
11045
11046 2008-04-09 Jan Djärv <jan.h.d@swipnet.se>
11047
11048 * vc.el (vc-status-tool-bar-map): Add vc-print-log to tool bar.
11049
11050 * tooltip.el (tooltip-mode): Set tooltip-show-help-non-mode as
11051 show-help-function when turning tooltip off.
11052 (tooltip-show): Call tooltip-show-help-non-mode if use-echo-area.
11053 (tooltip-trunc-str, tooltip-show-help-non-mode): New.
11054
11055 2008-04-09 Alan Mackenzie <acm@muc.de>
11056
11057 * font-lock.el (font-lock-extend-after-change-region-function):
11058 Make it buffer local.
11059
11060 2008-04-09 Glenn Morris <rgm@gnu.org>
11061
11062 * calendar/calendar.el (diary-file, european-calendar-style):
11063 Remove autoload cookies.
11064
11065 2008-04-09 Dan Nicolaescu <dann@ics.uci.edu>
11066
11067 * outline.el (outline-mode-menu-bar-map):
11068 * log-view.el (log-view-mode-menu):
11069 * log-edit.el (log-edit-menu): Add :help.
11070
11071 2008-04-09 Chong Yidong <cyd@stupidchicken.com>
11072
11073 * emacs-lisp/regexp-opt.el (regexp-opt-group):
11074 Use substring-no-properties for correct handling of unibyte strings.
11075
11076 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
11077
11078 * add-log.el (change-log-next-buffer): Handle the case where version<
11079 signals an error.
11080
11081 * mouse.el (mouse-menu-major-mode-map): New fun extracted from
11082 mouse-major-mode-menu.
11083 (mouse-menu-bar-map): New fun extracted from mouse-popup-menubar.
11084 (mouse-major-mode-menu, mouse-popup-menubar)
11085 (mouse-popup-menubar-stuff): Use them.
11086 (C-down-mouse-3): Bind to a dynamic map rather than to
11087 mouse-popup-menubar-stuff.
11088
11089 * bindings.el (mode-line-major-mode-keymap): Bind down-mouse-1
11090 to mouse-menu-major-mode-map rather than to mouse-major-mode-menu.
11091
11092 2008-04-09 Dan Nicolaescu <dann@ics.uci.edu>
11093
11094 * vc-svn.el (vc-svn-modify-change-comment): Add support for the
11095 file:// access method.
11096
11097 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
11098
11099 * minibuffer.el: New file.
11100 * loadup.el: Load it.
11101
11102 2008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
11103
11104 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Make it depend on mh-e/*.el
11105 rather than subdirs.el. It introduces an ugly circular dependency, tho.
11106
11107 * calc/calc.el: Load "calc-loaddefs" rather than set up manual autoloads.
11108 (calc-mode-map, calc-digit-map, calc-dispatch-map):
11109 Move initialization into declaration.
11110 * calc/calc-yank.el:
11111 * calc/calc-misc.el:
11112 * calc/calc-embed.el:
11113 * calc/calc-aent.el: Add autoload cookies. Set generated-autoload-file.
11114
11115 2008-04-08 Michael Albinus <michael.albinus@gmx.de>
11116
11117 * ps-samp.el (ps-add-printer, ps-remove-printer)
11118 (ps-make-dynamic-printer-menu): New functions.
11119
11120 * net/zeroconf.el: New file.
11121
11122 2008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
11123
11124 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits): Typo.
11125
11126 2008-04-08 Dan Nicolaescu <dann@ics.uci.edu>
11127
11128 * vc-rcs.el (vc-rcs-modify-change-comment):
11129 * vc-cvs.el (vc-cvs-modify-change-comment): Fix argument order.
11130
11131 * log-view.el (log-view-mode-menu): Bind log-view-modify-change-comment.
11132
11133 2008-04-08 Juanma Barranquero <lekktu@gmail.com>
11134
11135 * international/mule-cmds.el (set-locale-environment): Don't warn if
11136 coding system doesn't agree with system locale (this reverts changes
11137 by Dave Love, dated 2002-10-27 and 2002-10-09).
11138
11139 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
11140 * emacs-lisp/cl-macs.el (get-setf-method): Use `string-match-p'.
11141
11142 * emacs-lisp/copyright.el (copyright-update-year): Use `looking-at-p'.
11143
11144 2008-04-08 Glenn Morris <rgm@gnu.org>
11145
11146 * calendar/calendar.el (calendar-date-style): Remove autoload cookie.
11147 * textmodes/remember.el (remember-diary-convert-entry):
11148 Require calendar.
11149
11150 * textmodes/remember.el (remember-diary-extract-entries): Don't pass
11151 diary-file, since it is the default for make-diary-entry anyway.
11152
11153 * calendar/cal-menu.el (cal-menu-event-to-date):
11154 Rename calendar-event-to-date. Update callers.
11155 (calendar-mouse-tex-day): Rename cal-tex-mouse-day.
11156 (calendar-mouse-tex-week): Rename cal-tex-mouse-week.
11157 (calendar-mouse-tex-week2): Rename cal-tex-mouse-week2.
11158 (calendar-mouse-tex-week-iso): Rename cal-tex-mouse-week-iso.
11159 (calendar-mouse-tex-week-monday): Rename cal-tex-mouse-week-monday.
11160 (calendar-mouse-tex-filofax-daily): Rename cal-tex-mouse-filofax-daily.
11161 (calendar-mouse-tex-filofax-2week): Rename cal-tex-mouse-filofax-2week.
11162 (calendar-mouse-tex-filofax-week): Rename cal-tex-mouse-filofax-week.
11163 (calendar-mouse-tex-month): Rename cal-tex-mouse-month.
11164 (calendar-mouse-tex-month-landscape):
11165 Rename cal-tex-mouse-month-landscape.
11166 (calendar-mouse-tex-year): Rename cal-tex-mouse-year.
11167 (calendar-mouse-tex-filofax-year): Rename cal-tex-mouse-filofax-year.
11168 (calendar-mouse-tex-year-landscape):
11169 Rename cal-tex-mouse-year-landscape.
11170 (cal-menu-context-mouse-menu): Update for above name changes.
11171
11172 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
11173 * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
11174 * calendar/cal-iso.el, calendar/cal-julian.el, calendar/cal-move.el:
11175 * calendar/cal-persia.el, calendar/cal-tex.el, calendar/calendar.el:
11176 * calendar/holidays.el: Replace int-to-string with number-to-string.
11177
11178 2008-04-08 Chong Yidong <cyd@stupidchicken.com>
11179
11180 * mwheel.el (mwheel-scroll): Deactivate any temporarily active
11181 region if point moves.
11182
11183 2008-04-08 Kenichi Handa <handa@m17n.org>
11184
11185 * faces.el (font-slant-table): Change numeric values for `r',
11186 `roman', and `normal'.
11187
11188 2008-04-07 Vincent Belaïche <vincent.b.1@hotmail.fr>
11189
11190 * calc/calc-vec.el (calcFunc-kron, calc-kron): New functions.
11191
11192 2008-04-07 Jay Belanger <jay.p.belanger@gmail.com>
11193
11194 * calc/calc-ext.el (calc-init-extensions): Add `calc-kron' and
11195 `calcFunc-kron' to autoloads. Add keybinding for `calc-kron'.
11196
11197 2008-04-07 Michael Albinus <michael.albinus@gmx.de>
11198
11199 * net/tramp.el (tramp-methods): Fix again tramp-copy-args of
11200 "pscp" and "psftp". Reported by Gilles Pion <gpion@lfdj.com>.
11201
11202 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
11203
11204 * dired-aux.el (dired-read-shell-command): Use read-shell-command.
11205
11206 2008-04-07 Sam Steingold <sds@gnu.org>
11207
11208 * progmodes/inf-lisp.el (lisp-compile-string, lisp-eval-string):
11209 Add helper functions.
11210 (lisp-do-defun): Extract the common part of lisp-eval-defun and
11211 lisp-compile-defun; DEFVAR forms reset the variables to the init
11212 values, just like in emacs-lisp mode eval-defun.
11213 (lisp-eval-defun, lisp-compile-defun): Use lisp-do-defun.
11214 (lisp-compile-region): Use lisp-compile-string.
11215
11216 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
11217
11218 * subr.el (combine-and-quote-strings): Also quote strings that contain
11219 the separator.
11220
11221 * pcvs-util.el (cvs-map): Avoid recursion :-(
11222
11223 2008-04-07 Glenn Morris <rgm@gnu.org>
11224
11225 * calendar/calendar.el (calendar-mode-map): Replace use of kbd.
11226
11227 * calendar/calendar.el (diary-view-entries-initially-flag): Rename
11228 view-diary-entries-initially. Keep old name as alias, update users.
11229 (calendar-mark-diary-entries-flag): Rename
11230 mark-diary-entries-in-calendar. Keep old name as alias, update users.
11231 (calendar-view-holidays-initially-flag): Rename
11232 view-calendar-holidays-initially. Keep old name as alias, update users.
11233 (calendar-mark-holidays-flag): Rename mark-holidays-in-calendar.
11234 Keep old name as alias, update users.
11235 (calendar-initial-window-hook): Rename initial-calendar-window-hook.
11236 Keep old name as alias, update users.
11237 (calendar-today-visible-hook): Rename today-visible-calendar-hook.
11238 Keep old name as alias, update users.
11239 (calendar-today-invisible-hook): Rename today-invisible-calendar-hook.
11240 Keep old name as alias, update users.
11241 (diary-iso-date-forms): Rename iso-date-diary-pattern. Update users.
11242 (diary-american-date-forms): Rename american-date-diary-pattern.
11243 Keep old name as alias, update users.
11244 (diary-european-date-forms): Rename european-date-diary-pattern.
11245 Keep old name as alias, update users.
11246 (calendar-iso-date-display-form): Rename iso-calendar-display-form.
11247 Keep old name as alias, update users.
11248 (calendar-european-date-display-form): Rename
11249 european-calendar-display-form. Keep old name as alias, update users.
11250 (calendar-american-date-display-form): Rename
11251 european-calendar-display-form. Keep old name as alias, update users.
11252 (diary-show-holidays-flag): Rename holidays-in-diary-buffer.
11253 Keep old name as alias, update users.
11254 (holiday-general-holidays): Rename general-holidays.
11255 Keep old name as alias, update users.
11256 (holiday-oriental-holidays): Rename oriental-holidays.
11257 Keep old name as alias, update users.
11258 (holiday-local-holidays): Rename local-holidays.
11259 Keep old name as alias, update users.
11260 (holiday-other-holidays): Rename other-holidays.
11261 Keep old name as alias, update users.
11262 (holiday-hebrew-holidays): Rename hebrew-holidays.
11263 Keep old name as alias, update users.
11264 (holiday-christian-holidays): Rename christian-holidays.
11265 Keep old name as alias, update users.
11266 (holiday-islamic-holidays): Rename islamic-holidays.
11267 Keep old name as alias, update users.
11268 (holiday-bahai-holidays): Rename bahai-holidays.
11269 Keep old name as alias, update users.
11270 (holiday-solar-holidays): Rename solar-holidays.
11271 Keep old name as alias, update users.
11272 (diary-fancy-buffer): Rename fancy-diary-buffer.
11273 Keep old name as alias, update users.
11274 (calendar-other-calendars-buffer): Rename other-calendars-buffer.
11275 Update users.
11276 (calendar-hebrew-yahrzeit-buffer): Rename cal-hebrew-yahrzeit-buffer.
11277 Update users.
11278 (calendar-increment-month): Rename increment-calendar-month.
11279 Keep old name as alias, update callers.
11280 (calendar-increment-month-cons): Rename old calendar-increment-month.
11281 Update callers.
11282 (calendar-extract-month): Rename extract-calendar-month.
11283 Keep old name as alias, update callers.
11284 (calendar-extract-day): Rename extract-calendar-day.
11285 Keep old name as alias, update callers.
11286 (calendar-extract-year): Rename extract-calendar-year.
11287 Keep old name as alias, update callers.
11288 (calendar-generate-window): Rename generate-calendar-window.
11289 Update callers.
11290 (calendar-generate): Rename generate-calendar. Update callers.
11291 (calendar-generate-month): Rename generate-calendar-month.
11292 Update callers.
11293 (calendar-redraw): Rename redraw-calendar. Update callers.
11294 (calendar-describe-mode): Rename describe-calendar-mode. Update uses.
11295 (calendar-mouse-other-month): Rename mouse-calendar-other-month.
11296 Update callers.
11297 (calendar-update-mode-line): Rename update-calendar-mode-line.
11298 Update callers.
11299 (calendar-exit): Rename exit-calendar. Keep old name as alias,
11300 update callers.
11301 (calendar-mark-visible-date): Rename mark-visible-calendar-date.
11302 Keep old name as alias, update callers.
11303 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
11304 * calendar/cal-dst.el, calendar/cal-french.el, calendar/cal-hebrew.el:
11305 * calendar/cal-html.el, calendar/cal-islam.el, calendar/cal-iso.el:
11306 * calendar/cal-julian.el, calendar/cal-menu.el, calendar/cal-move.el:
11307 * calendar/cal-persia.el, calendar/cal-tex.el, calendar/cal-x.el:
11308 * calendar/diary-lib.el, calendar/holidays.el, calendar/lunar.el:
11309 * calendar/solar.el: Update for calendar.el name changes.
11310 * org/org.el (org-agenda-format-date-aligned)
11311 (org-agenda-execute-calendar-command): Access date elements directly
11312 rather than using calendar functions.
11313 (org-read-date, org-goto-calendar, org-agenda-goto-calendar):
11314 Also set calendar-view-diary-initially-flag,
11315 calendar-view-holidays-initially-flag.
11316 (org-get-entries-from-diary): Also set diary-fancy-buffer.
11317 (org-agenda-execute-calendar-command): No need to set displayed-day.
11318
11319 2008-04-06 Alan Mackenzie <acm@muc.de>
11320
11321 * progmodes/cc-langs.el (c-before-font-lock-function): Correct a
11322 typo in the doc string.
11323
11324 * progmodes/cc-mode.el (c-basic-common-init):
11325 Set font-lock-extend-after-change-region-function.
11326 (c-extend-after-change-region): New function, used in
11327 font-lock-extend-after-change-region-function, thus superseding
11328 advice on the Font Lock after change functions.
11329 (c-advise-fl-for-region): Remove this macro.
11330
11331 2008-04-06 Reiner Steib <Reiner.Steib@gmx.de>
11332
11333 * textmodes/flyspell.el (flyspell-duplicate-distance):
11334 Improve custom type.
11335
11336 2008-04-06 Glenn Morris <rgm@gnu.org>
11337
11338 * calendar/diary-lib.el (diary-sexp-entry-symbol):
11339 Rename sexp-diary-entry-symbol. Keep old name as alias, update users.
11340 (diary-list-entries-hook): Rename list-diary-entries-hook.
11341 Keep old name as alias, update users.
11342 (diary-mark-entries-hook): Rename mark-diary-entries-hook.
11343 Keep old name as alias, update users.
11344 (diary-nongregorian-listing-hook): Rename
11345 nongregorian-diary-listing-hook. Keep old name as alias, update users.
11346 (diary-nongregorian-marking-hook): Rename
11347 nongregorian-diary-marking-hook. Keep old name as alias, update users.
11348 (diary-print-entries-hook): Rename print-diary-entries-hook.
11349 Keep old name as alias, update users.
11350 (diary-abbreviated-year-flag): Rename abbreviated-calendar-year.
11351 Keep old name as alias, update users.
11352 (diary-number-of-entries): Rename number-of-diary-entries.
11353 Keep old name as alias, update users.
11354 (view-diary-entries, list-diary-entries, show-all-diary-entries):
11355 Give version of obsolescence.
11356 (diary-view-other-diary-entries): Rename view-other-diary-entries.
11357 Keep old name as alias, update callers.
11358 (diary-add-to-list): Rename add-to-diary-list. Keep old name as alias,
11359 update callers.
11360 (diary-include-other-diary-files): Rename include-other-diary-files.
11361 Keep old name as alias, update callers.
11362 (diary-simple-display): Rename simple-diary-display.
11363 Keep old name as alias, update callers.
11364 (diary-fancy-display): Rename fancy-diary-display.
11365 Keep old name as alias, update callers.
11366 (diary-print-entries): Rename print-diary-entries.
11367 Keep old name as alias, update callers.
11368 (diary-marking-entries-flag): Rename marking-diary-entries.
11369 Update users.
11370 (diary-marking-entry-flag): Rename marking-diary-entry. Update users.
11371 (diary-mark-entries): Rename mark-diary-entries.
11372 Keep old name as alias, update callers.
11373 (diary-mark-sexp-entries): Rename mark-sexp-diary-entries.
11374 Keep old name as alias, update callers.
11375 (diary-mark-included-diary-files): Rename mark-included-diary-files.
11376 Keep old name as alias, update callers.
11377 (calendar-mark-days-named): Rename mark-calendar-days-named.
11378 Keep old name as alias, update callers.
11379 (calendar-mark-month): Rename mark-calendar-month.
11380 Keep old name as alias, update callers.
11381 (calendar-mark-date-pattern): Rename mark-calendar-date-pattern.
11382 Keep old name as alias, update callers.
11383 (diary-sort-entries): Rename sort-diary-entries.
11384 Keep old name as alias, update callers.
11385 (diary-list-sexp-entries): Rename list-sexp-diary-entries.
11386 Keep old name as alias, update callers.
11387 (diary-make-entry): Rename make-diary-entry. Keep old name as alias,
11388 update callers.
11389 (diary-insert-entry): Rename insert-diary-entry.
11390 Keep old name as alias.
11391 (diary-insert-weekly-entry): Rename insert-weekly-diary-entry.
11392 Keep old name as alias.
11393 (diary-insert-monthly-entry): Rename insert-monthly-diary-entry.
11394 Keep old name as alias.
11395 (diary-insert-yearly-entry): Rename insert-yearly-diary-entry.
11396 Keep old name as alias.
11397 (diary-insert-anniversary-entry): Rename insert-anniversary-diary-entry.
11398 Keep old name as alias.
11399 (diary-insert-block-entry): Rename insert-block-diary-entry.
11400 Keep old name as alias.
11401 (diary-insert-cyclic-entry): Rename insert-cyclic-diary-entry.
11402 Keep old name as alias.
11403 (diary-fancy-font-lock-keywords): Rename fancy-diary-font-lock-keywords.
11404 Keep old name as alias, update users.
11405 (diary-fancy-display-mode): Rename fancy-diary-display-mode.
11406 Keep old name as alias, update callers.
11407 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
11408 * calendar/cal-menu.el, calendar/cal-x.el, calendar/calendar.el:
11409 * calendar/icalendar.el: Update for diary-lib name changes.
11410
11411 2008-04-06 Chong Yidong <cyd@stupidchicken.com>
11412
11413 * dired-aux.el (dired-overwrite-confirmed): Revert last change.
11414
11415 * dired.el (dired-dnd-handle-local-file): Obey dired-backup-overwrite
11416 for copy, move, and link operations.
11417
11418 2008-04-06 Michael Kifer <kifer@cs.stonybrook.edu>
11419
11420 * emulation/viper-init.el, emulation/viper-ex.el, emulation/viper-cmd.el
11421 (viper-search-wrap-around-t): Replace with viper-search-wrap-around.
11422
11423 * ediff-util.el, ediff-vers.el, ediff-wind.el: Replace 3-argument
11424 'require' statements with 1-argument ones (wrapped in if's).
11425 For compatibility with the current stable version of XEmacs.
11426
11427 2008-04-06 Dan Nicolaescu <dann@ics.uci.edu>
11428
11429 * vc.el (vc-status-prepare-status-buffer): Reset vc-parent-buffer-name.
11430
11431 2008-04-06 Jason Rumney <jasonr@gnu.org>
11432
11433 * language/burmese.el ("Burmese"): Make sample text consistent with
11434 language name.
11435
11436 2008-04-06 Nick Roberts <nickrob@snap.net.nz>
11437
11438 * progmodes/gdb-ui.el (gdb): New group.
11439 (gdb-debug-log-max, gdb-enable-debug)
11440 (gdb-cpp-define-alist-program, gdb-cpp-define-alist-flags)
11441 (gdb-show-main, gdb-many-windows, gdb-use-separate-io-buffer)
11442 (gdb-speedbar-auto-raise, gdb-use-colon-colon-notation)
11443 (gdb-show-changed-values, gdb-max-children)
11444 (gdb-delete-out-of-scope, gdb-same-frame, gdb-find-source-frame)
11445 (breakpoint-enabled, breakpoint-disabled, gdb-max-frames)
11446 (gdb-all-registers, gdb-memory-repeat-count, gdb-memory-format)
11447 (gdb-memory-unit): Move to new group from GUD group.
11448 (menu): Allow customization from GDB-UI menu-item.
11449
11450 2008-04-05 Chong Yidong <cyd@stupidchicken.com>
11451
11452 * dired-aux.el (dired-overwrite-confirmed): Supply initial value.
11453
11454 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
11455
11456 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-annotate-command)
11457 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
11458 Revision numbers can include ".".
11459
11460 * diff-mode.el (diff-end-of-hunk): Be careful not to overlook trailing
11461 "+" lines not accounted for by counting "-" and context lines.
11462
11463 2008-04-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11464
11465 * term/mac-win.el (mac-service-open-file): Use file URL instead of
11466 file name string.
11467
11468 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
11469
11470 * vc-bzr.el (vc-bzr-annotate-command): Preserve line alignment.
11471 (vc-bzr-annotate-time): Accept space used to preserve alignment.
11472
11473 2008-04-05 Richard Stallman <rms@gnu.org>
11474
11475 * emacs-lisp/advice.el (defadvice): Add usage pattern.
11476
11477 2008-04-05 Nick Roberts <nickrob@snap.net.nz>
11478
11479 * progmodes/gdb-ui.el: Add advice about using Cygwin GDB (from a
11480 thread in [h-e-w]).
11481
11482 2008-04-05 Juanma Barranquero <lekktu@gmail.com>
11483
11484 * files.el (abort-if-file-too-large): Fix typo in docstring.
11485
11486 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
11487
11488 * subr.el (functionp): Return nil for special forms.
11489
11490 2008-04-05 Glenn Morris <rgm@gnu.org>
11491
11492 * emacs-lisp/autoload.el (autoload-ensure-default-file):
11493 Provide a feature.
11494 * calendar/calendar.el, calendar/diary-lib.el, calendar/holidays.el:
11495 Require loaddefs file rather than loading it.
11496 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule now that
11497 autoload-ensure-default-file provides a feature.
11498
11499 * Makefile.in (LOADDEFS): Add mh-loaddefs.el.
11500 (AUTOGENEL): mh-loaddefs is in $LOADDEFS now.
11501 (compile, compile-always, recompile): Use $LOADDEFS.
11502 (cal-autoloads): Remove.
11503
11504 * calendar/cal-x.el (calendar-dedicate-diary): Use get-buffer rather
11505 than buffer-live-p. Reported by David Koppelman <koppel@ece.lsu.edu>.
11506
11507 * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
11508 (hebrew-holidays-3, hebrew-holidays-4): Don't autoload obsolescence.
11509
11510 * calendar/calendar.el (diary-hebrew-entry-symbol):
11511 Rename hebrew-diary-entry-symbol. Keep old name as alias.
11512 (diary-islamic-entry-symbol): Rename islamic-diary-entry-symbol.
11513 Keep old name as alias.
11514 (diary-bahai-entry-symbol): Rename bahai-diary-entry-symbol.
11515 Keep old name as alias.
11516 * calendar/cal-bahai.el: Update for rename bahai-diary-entry-symbol
11517 to diary-bahai-entry-symbol.
11518 * calendar/cal-hebrew.el: Update for rename hebrew-diary-entry-symbol
11519 to diary-hebrew-entry-symbol.
11520 * calendar/cal-islam.el: Update for rename islamic-diary-entry-symbol
11521 to diary-islamic-entry-symbol.
11522 * calendar/diary-lib.el: Update for diary-entry-symbol renames.
11523
11524 * calendar/solar.el (diary-sabbath-candles-minutes)
11525 (diary-sabbath-candles): Move to cal-hebrew.
11526 * calendar/cal-hebrew.el (diary-hebrew-sabbath-candles-minutes)
11527 (diary-hebrew-sabbath-candles): Move here from solar.el and rename.
11528 Doc fix. Keep old name as alias.
11529 (diary-hebrew-sabbath-candles): Simplify.
11530 (solar-setup, solar-sunrise-sunset, calendar-latitude)
11531 (calendar-longitude, calendar-time-zone): Declare for compiler.
11532 * calendar/diary-lib.el (list-sexp-diary-entries): Update doc for
11533 rename.
11534
11535 * calendar/cal-coptic.el (calendar-coptic-month-name-array):
11536 Rename coptic-calendar-month-name-array. Update callers.
11537 (calendar-coptic-epoch): Rename coptic-calendar-epoch. Update callers.
11538 (calendar-coptic-name): Rename coptic-name. Update callers.
11539 (calendar-coptic-leap-year-p): Rename coptic-calendar-leap-year-p.
11540 Update callers.
11541 (calendar-coptic-last-day-of-month):
11542 Rename coptic-calendar-last-day-of-month. Update callers.
11543 (calendar-coptic-to-absolute): Rename calendar-absolute-from-coptic.
11544 Keep old name as alias, update callers.
11545 (calendar-coptic-print-date): Rename calendar-print-coptic-date.
11546 Keep old name as alias, update callers.
11547 (calendar-coptic-goto-date): Rename calendar-goto-coptic-date.
11548 Keep old name as alias.
11549 (calendar-ethiopic-month-name-array):
11550 Rename ethiopic-calendar-month-name-array. Update callers.
11551 (calendar-ethiopic-epoch): Rename ethiopic-calendar-epoch.
11552 Update callers.
11553 (calendar-ethiopic-name): Rename ethiopic-name. Update callers.
11554 (calendar-ethiopic-to-absolute): Rename calendar-absolute-from-ethiopic.
11555 Keep old name as alias, update callers.
11556 (calendar-ethiopic-print-date): Rename calendar-print-ethiopic-date.
11557 Keep old name as alias, update callers.
11558 (calendar-ethiopic-goto-date): Rename calendar-goto-ethiopic-date.
11559 Keep old name as alias.
11560
11561 * calendar/cal-french.el (calendar-french-epoch):
11562 Rename french-calendar-epoch. Update callers.
11563 (calendar-french-month-name-array): Rename variable and function
11564 french-calendar-month-name-array. Update callers.
11565 (calendar-french-multibyte-month-name-array):
11566 Rename french-calendar-multibyte-month-name-array. Update callers.
11567 (calendar-french-day-name-array): Rename variable and function
11568 french-calendar-day-name-array. Update callers.
11569 (calendar-french-special-days-array): Rename variable and function
11570 french-calendar-special-days-array. Update callers.
11571 (calendar-french-multibyte-special-days-array):
11572 Rename french-calendar-multibyte-special-days-array. Update callers.
11573 (calendar-french-accents-p): Rename french-calendar-accents.
11574 Update callers.
11575 (calendar-french-leap-year-p): Rename french-calendar-leap-year-p.
11576 Update callers.
11577 (calendar-french-last-day-of-month):
11578 Rename french-calendar-last-day-of-month. Update callers.
11579 (calendar-french-to-absolute): Rename calendar-absolute-from-french.
11580 Keep old name as alias, update callers.
11581 (calendar-french-print-date): Rename calendar-print-french-date.
11582 Keep old name as alias, update callers.
11583 (calendar-french-goto-date): Rename calendar-goto-french-date.
11584 Keep old name as alias.
11585
11586 * calendar/cal-menu.el, calendar/calendar.el:
11587 Update for Coptic and French name changes.
11588
11589 * calendar/cal-china.el (calendar-chinese): Rename custom group
11590 from chinese-calendar. Update users.
11591 (calendar-chinese-time-zone): Rename chinese-calendar-time-zone.
11592 Keep old name as alias, update users.
11593 (calendar-chinese-location-name): Rename chinese-calendar-location-name.
11594 Keep old name as alias.
11595 (calendar-chinese-daylight-time-offset):
11596 Rename chinese-calendar-daylight-time-offset. Keep old name as alias,
11597 update users.
11598 (calendar-chinese-standard-time-zone-name):
11599 Rename chinese-calendar-standard-time-zone-name.
11600 Keep old name as alias, update users.
11601 (calendar-chinese-daylight-saving-start):
11602 Rename chinese-calendar-daylight-savings-starts.
11603 Keep old name as alias, update users.
11604 (calendar-chinese-daylight-saving-end):
11605 Rename chinese-calendar-daylight-savings-ends. Keep old name as alias,
11606 update users.
11607 (calendar-chinese-daylight-saving-start-time):
11608 Rename chinese-calendar-daylight-savings-starts-time.
11609 Keep old name as alias, update users.
11610 (calendar-chinese-daylight-saving-end-time):
11611 Rename chinese-calendar-daylight-savings-ends-time.
11612 Keep old name as alias, update users.
11613 (calendar-chinese-celestial-stem): Rename
11614 calendar-chinese-celestial-stem. Keep old name as alias, update users.
11615 (calendar-chinese-terrestrial-branch):
11616 Rename calendar-chinese-terrestrial-branch. Keep old name as alias,
11617 update users.
11618 (calendar-chinese-zodiac-sign-on-or-after):
11619 Rename chinese-zodiac-sign-on-or-after. Update callers.
11620 (calendar-chinese-new-moon-on-or-after):
11621 Rename chinese-new-moon-on-or-after. Update callers.
11622 (calendar-chinese-month-list): Rename chinese-month-list.
11623 Update callers.
11624 (calendar-chinese-number-months): Rename number-chinese-months.
11625 Update callers.
11626 (calendar-chinese-compute-year): Rename compute-chinese-year.
11627 Update callers.
11628 (calendar-chinese-year-cache): Rename chinese-year-cache. Update users.
11629 (calendar-chinese-year): Rename chinese-year. Update callers.
11630 (calendar-chinese-year-cache-init): Rename chinese-year-cache-init.
11631 (calendar-chinese-to-absolute): Rename calendar-absolute-from-chinese.
11632 Keep old name as alias, update callers.
11633 (calendar-chinese-print-date): Rename calendar-print-chinese-date.
11634 Keep old name as alias, update callers.
11635 (calendar-chinese-months-to-alist):
11636 Rename make-chinese-month-assoc-list. Update callers.
11637 (calendar-chinese-months): Rename chinese-months. Update callers.
11638 (calendar-chinese-goto-date): Rename calendar-goto-chinese-date.
11639 Keep old name as alias, update callers.
11640
11641 * calendar/cal-hebrew.el (calendar-hebrew-leap-year-p):
11642 Rename hebrew-calendar-leap-year-p. Update callers.
11643 (calendar-hebrew-last-month-of-year):
11644 Rename hebrew-calendar-last-month-of-year. Update callers.
11645 (calendar-hebrew-elapsed-days): Rename hebrew-calendar-elapsed-days.
11646 Update callers.
11647 (calendar-hebrew-days-in-year): Rename hebrew-calendar-days-in-year.
11648 Update callers.
11649 (calendar-hebrew-long-heshvan-p): Rename hebrew-calendar-long-heshvan-p.
11650 Update callers.
11651 (calendar-hebrew-short-kislev-p): Rename hebrew-calendar-short-kislev-p.
11652 Update callers.
11653 (calendar-hebrew-last-day-of-month):
11654 Rename hebrew-calendar-last-day-of-month. Update callers.
11655 (calendar-hebrew-to-absolute): Rename calendar-absolute-from-hebrew.
11656 Keep old name as alias, update callers.
11657 (calendar-hebrew-print-date): Rename calendar-print-hebrew-date.
11658 Keep old name as alias, update callers.
11659 (calendar-hebrew-yahrzeit): Rename hebrew-calendar-yahrzeit.
11660 Keep old name as alias, update callers.
11661 (calendar-hebrew-goto-date): Rename calendar-goto-hebrew-date.
11662 Keep old name as alias.
11663 (holiday-hebrew-rosh-hashanah): Rename holiday-rosh-hashanah-etc.
11664 Keep old name as alias.
11665 (holiday-hebrew-hanukkah): Rename holiday-hanukkah.
11666 Keep old name as alias.
11667 (holiday-hebrew-passover): Rename holiday-passover-etc.
11668 Keep old name as alias.
11669 (holiday-hebrew-tisha-b-av): Rename holiday-tisha-b-av-etc.
11670 Keep old name as alias, update callers.
11671 (diary-hebrew-list-entries): Rename list-hebrew-diary-entries.
11672 Keep old name as alias.
11673 (calendar-hebrew-mark-date-pattern):
11674 Rename mark-hebrew-calendar-date-pattern. Keep old name as alias,
11675 update callers.
11676 (diary-hebrew-mark-entries): Rename mark-hebrew-diary-entries.
11677 Keep old name as alias.
11678 (diary-hebrew-insert-entry): Rename insert-hebrew-diary-entry.
11679 Keep old name as alias.
11680 (diary-hebrew-insert-monthly-entry):
11681 Rename insert-monthly-hebrew-diary-entry. Keep old name as alias.
11682 (diary-hebrew-insert-yearly-entry):
11683 Rename insert-yearly-hebrew-diary-entry. Keep old name as alias.
11684 (calendar-hebrew-list-yahrzeits): Rename list-yahrzeit-dates.
11685 Keep old name as alias.
11686 (diary-hebrew-omer): Rename diary-omer. Keep old name as alias.
11687 (diary-hebrew-yahrzeit): Rename diary-yahrzeit. Keep old name as alias.
11688 (diary-hebrew-rosh-hodesh): Rename diary-rosh-hodesh.
11689 Keep old name as alias.
11690 (calendar-hebrew-parashiot-names):
11691 Rename hebrew-calendar-parashiot-names. Update callers.
11692 (calendar-hebrew-parasha-name): Rename hebrew-calendar-parasha-name.
11693 (calendar-hebrew-year-Saturday-incomplete-Sunday):
11694 Rename hebrew-calendar-year-Saturday-incomplete-Sunday.
11695 (calendar-hebrew-year-Saturday-complete-Tuesday):
11696 Rename hebrew-calendar-year-Saturday-complete-Tuesday.
11697 (calendar-hebrew-year-Monday-incomplete-Tuesday):
11698 Rename hebrew-calendar-year-Monday-incomplete-Tuesday.
11699 (calendar-hebrew-year-Monday-complete-Thursday):
11700 Rename hebrew-calendar-year-Monday-complete-Thursday.
11701 (calendar-hebrew-year-Tuesday-regular-Thursday):
11702 Rename hebrew-calendar-year-Tuesday-regular-Thursday.
11703 (calendar-hebrew-year-Thursday-regular-Saturday):
11704 Rename hebrew-calendar-year-Thursday-regular-Saturday.
11705 (calendar-hebrew-year-Thursday-complete-Sunday):
11706 Rename hebrew-calendar-year-Thursday-complete-Sunday.
11707 (calendar-hebrew-year-Saturday-incomplete-Tuesday):
11708 Rename hebrew-calendar-year-Saturday-incomplete-Tuesday.
11709 (calendar-hebrew-year-Saturday-complete-Thursday):
11710 Rename hebrew-calendar-year-Saturday-complete-Thursday.
11711 (calendar-hebrew-year-Monday-incomplete-Thursday):
11712 Rename hebrew-calendar-year-Monday-incomplete-Thursday.
11713 (calendar-hebrew-year-Monday-complete-Saturday):
11714 Rename hebrew-calendar-year-Monday-complete-Saturday.
11715 (calendar-hebrew-year-Tuesday-regular-Saturday):
11716 Rename hebrew-calendar-year-Tuesday-regular-Saturday.
11717 (calendar-hebrew-year-Thursday-incomplete-Sunday):
11718 Rename hebrew-calendar-year-Thursday-incomplete-Sunday.
11719 (calendar-hebrew-year-Thursday-complete-Tuesday):
11720 Rename hebrew-calendar-year-Thursday-complete-Tuesday.
11721 (diary-hebrew-parasha): Rename diary-parasha. Keep old name as alias.
11722 Update for above name changes of constants.
11723
11724 * calendar/cal-menu.el, calendar/calendar.el:
11725 Update for chinese and hebrew name changes.
11726 * calendar/diary-lib.el: Update for hebrew name changes.
11727
11728 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
11729
11730 * subr.el (keymap-canonicalize): Correct thinko.
11731
11732 * server.el: Undo part of the multi-tty change, which is only
11733 needed if server.el is preloaded, and broke server-running-p.
11734 (server-socket-dir): Initialize in the defvar, as before.
11735 (server-start): Remove initialization of server-socket-dir.
11736
11737 2008-04-05 Eli Zaretskii <eliz@gnu.org>
11738
11739 * ls-lisp.el (ls-lisp-format): Support inodes that are 2- or
11740 3-member cons cells.
11741
11742 2008-04-05 Chong Yidong <cyd@stupidchicken.com>
11743
11744 * cus-face.el (custom-face-attributes): Handle roman slant.
11745
11746 * faces.el (default): Ensure the face-defface-spec property is set.
11747
11748 2008-04-05 Adrian Robert <Adrian.B.Robert@gmail.com>
11749
11750 * files.el (abort-if-file-too-large): New function.
11751 (find-file-noselect, insert-file-1): Use it.
11752
11753 2008-04-05 Reto Zimmermann <reto@gnu.org>
11754
11755 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
11756 Replace C-c[a-zA-Z] key bindings.
11757
11758 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
11759
11760 * progmodes/hideif.el (hif-token-alist): New var.
11761 (hif-token-regexp, hif-tokenize): Use it.
11762 (hif-mathify-binop): New macro.
11763 (hif-plus, hif-minus, hif-notequal, hif-greater, hif-less)
11764 (hif-greater-equal, hif-less-equal): Use it.
11765 (hif-logior, hif-logand): New functions.
11766 (hif-math): Accept | and & as well.
11767
11768 * progmodes/etags.el: Fix problem with completion for buffer-local
11769 tables. Reported by Radey Shouman <shouman@comcast.net>.
11770 (tags-complete-tag): Remove.
11771 (tags-lazy-completion-table): New function to replace it.
11772 (find-tag-tag, complete-tag): Update users.
11773
11774 2008-04-04 Dan Nicolaescu <dann@ics.uci.edu>
11775
11776 * vc-rcs.el (vc-rcs-dir-status):
11777 * vc-sccs.el (vc-sccs-dir-status): New function.
11778
11779 * outline.el (outline-mode-menu-bar-map):
11780 * term.el (terminal-signal-menu): Add :help.
11781
11782 * net/eudc.el (eudc-mode-map): Declare and define in one step.
11783 (eudc-tail-menu, eudc-server-menu, eudc-tools-menu): Add :help.
11784
11785 * emacs-lisp/re-builder.el (reb-mode-map):
11786 * textmodes/nroff-mode.el (nroff-mode-map): Add menus.
11787
11788 * diff-mode.el (diff-file-junk-re): Recognize the git format for
11789 new files, deleted files and for changing permissions.
11790 (diff-mode): Set beginning-of-defun-function and
11791 end-of-defun-function.
11792
11793 * vc-bzr.el (vc-bzr-state): Use when instead of if.
11794
11795 * vc.el (vc-default-status-fileinfo-extra): New function.
11796 (vc-status-mark-buffer-changed): Use it.
11797 (vc-update-vc-status-buffer): Allow for partial updates.
11798
11799 2008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
11800
11801 * net/tramp.el (after-init-hook): Don't wrap a lambda around
11802 tramp-register-completion-file-name-handler.
11803
11804 * subr.el (keymap-canonicalize): New function.
11805 * mouse.el (mouse-menu-non-singleton): Use it.
11806 (mouse-major-mode-menu): Remove hack made unnecessary.
11807
11808 * simple.el (set-fill-column): Prompt rather than error by default.
11809
11810 2008-04-04 Andreas Schwab <schwab@suse.de>
11811
11812 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
11813 Reset new-rules after each round.
11814
11815 * Makefile.in (cal-autoloads): New target.
11816 (compile, compile-always, recompile): Depend on it.
11817 ($(lisp)/calendar/cal-loaddefs.el)
11818 ($(lisp)/calendar/diary-loaddefs.el)
11819 ($(lisp)/calendar/hol-loaddefs.el): Depend on calendar/*.el.
11820
11821 2008-04-04 Michael Kifer <kifer@cs.stonybrook.edu>
11822
11823 * ediff*.el: Replace load with require in eval-when-compile.
11824
11825 * ediff-hook.el: Delete all invocations of (autoload ...).
11826
11827 * ediff-util.el (ediff-setup): Make window-min-height a local variable
11828 in ediff control window, and set its min height to 2.
11829 (ediff-setup-control-buffer): Dedicate the control window.
11830 (ediff-toggle-multiframe): Undedicate control window.
11831 Work directly with ediff-setup-windows-multiframe and
11832 ediff-setup-windows-plain.
11833
11834 * ediff-wind.el (ediff-choose-window-setup-function-automatically):
11835 New function.
11836 (ediff-window-setup-function): Change initialization.
11837 (ediff-setup-windows-automatic): Delete.
11838 (ediff-setup-windows-plain-merge): Make control window dedicated.
11839 (ediff-destroy-control-frame): Do not skip frames if working in a
11840 single frame.
11841
11842 * emulation/viper-ex.el: Move provide's forward, prevent recursion in
11843 eval-when-compile.
11844
11845 * emulation/viper-util.el: Move provide's forward, prevent recursion in
11846 eval-when-compile.
11847
11848 2008-04-04 Glenn Morris <rgm@gnu.org>
11849
11850 * calendar/cal-bahai.el (calendar-bahai-to-absolute): Rename
11851 calendar-absolute-from-bahai. Update callers, keep old name as alias.
11852
11853 * calendar/cal-islam.el (calendar-islamic-leap-year-p):
11854 Rename islamic-calendar-leap-year-p. Update callers.
11855 (calendar-islamic-last-day-of-month):
11856 Rename islamic-calendar-last-day-of-month. Update callers.
11857 (calendar-islamic-day-number):
11858 Rename islamic-calendar-day-number. Update callers.
11859 (calendar-islamic-to-absolute): Rename calendar-absolute-from-islamic.
11860 Update callers, keep old name as alias.
11861 (calendar-islamic-print-date): Rename calendar-print-islamic-date.
11862 Update callers, keep old name as alias.
11863 (calendar-islamic-goto-date): Rename calendar-goto-islamic-date.
11864 Keep old name as alias.
11865 (diary-islamic-list-entries): Rename list-islamic-diary-entries.
11866 Update callers, keep old name as alias.
11867 (calendar-islamic-mark-date-pattern):
11868 Rename mark-islamic-calendar-date-pattern. Update callers, keep old
11869 name as alias.
11870 (diary-islamic-insert-entry): Rename insert-islamic-diary-entry.
11871 Keep old name as alias.
11872 (diary-islamic-insert-monthly-entry):
11873 Rename insert-monthly-islamic-diary-entry. Keep old name as alias.
11874 (diary-islamic-insert-yearly-entry):
11875 Rename insert-yearly-islamic-diary-entry. Keep old name as alias.
11876
11877 * calendar/cal-iso.el (calendar-iso-to-absolute): Rename
11878 calendar-absolute-from-iso. Update callers, keep old name as alias.
11879 (calendar-iso-print-date): Rename calendar-print-iso-date.
11880 Update callers, keep old name as alias.
11881 (calendar-iso-goto-date): Rename calendar-goto-iso-date.
11882 Keep old name as alias.
11883 (calendar-iso-goto-week): Rename calendar-goto-iso-week.
11884 Keep old name as alias.
11885
11886 * calendar/cal-julian.el (calendar-julian-to-absolute): Rename
11887 calendar-absolute-from-julian. Update callers, keep old name as alias.
11888 (calendar-julian-print-date): Rename calendar-print-julian-date.
11889 Update callers, keep old name as alias.
11890 (calendar-julian-goto-date): Rename calendar-goto-julian-date.
11891 Update callers, keep old name as alias.
11892 (calendar-astro-to-absolute): Rename calendar-absolute-from-astro.
11893 Update callers, keep old name as alias.
11894 (calendar-astro-print-day-number):
11895 Rename calendar-print-astro-day-number. Update callers, keep old
11896 name as alias.
11897 (calendar-astro-goto-day-number): Rename calendar-goto-astro-day-number.
11898 Update callers, keep old name as alias.
11899
11900 * calendar/cal-mayan.el (calendar-mayan-string-from-long-count):
11901 Rename calendar-string-to-mayan-long-count. Update callers.
11902 (calendar-mayan-print-date): Rename calendar-print-mayan-date.
11903 Update callers, keep old name as alias.
11904 (calendar-mayan-read-haab-date): Rename calendar-read-mayan-haab-date.
11905 Update callers.
11906 (calendar-mayan-read-tzolkin-date):
11907 Rename calendar-read-mayan-tzolkin-date. Update callers.
11908 (calendar-mayan-next-haab-date): Rename calendar-next-haab-date.
11909 Keep old name as alias.
11910 (calendar-mayan-previous-haab-date): Rename calendar-previous-haab-date.
11911 Keep old name as alias.
11912 (calendar-mayan-next-tzolkin-date): Rename calendar-next-tzolkin-date.
11913 Keep old name as alias.
11914 (calendar-mayan-previous-tzolkin-date):
11915 Rename calendar-previous-tzolkin-date. Keep old name as alias.
11916 (calendar-mayan-next-round-date):
11917 Rename calendar-next-calendar-round-date. Keep old name as alias.
11918 (calendar-mayan-previous-round-date):
11919 Rename calendar-previous-calendar-round-date. Keep old name as alias.
11920 (calendar-mayan-long-count-to-absolute): Rename
11921 calendar-absolute-from-mayan-long-count. Keep old name as alias.
11922 (calendar-mayan-goto-long-count-date):
11923 Rename calendar-goto-mayan-long-count-date. Keep old name as alias.
11924
11925 * calendar/cal-persia.el (calendar-persian-month-name-array):
11926 Rename persian-calendar-month-name-array. Update callers.
11927 (calendar-persian-epoch): Rename persian-calendar-epoch.
11928 Update callers.
11929 (calendar-persian-leap-year-p): Rename persian-calendar-leap-year-p.
11930 Update callers.
11931 (calendar-persian-last-day-of-month):
11932 Rename persian-calendar-last-day-of-month. Update callers.
11933 (calendar-persian-to-absolute): Rename calendar-absolute-from-persian.
11934 Update callers, keep old name as alias.
11935 (calendar-persian-print-date): Rename calendar-print-persian-date.
11936 Update callers, keep old name as alias.
11937 (calendar-persian-goto-date): Rename calendar-goto-persian-date.
11938 Keep old name as alias.
11939
11940 * calendar/cal-china.el, calendar/cal-coptic.el, calendar/cal-islam.el:
11941 * calendar/cal-persia.el, calendar/holidays.el, calendar/lunar.el:
11942 * calendar/solar.el: Update for cal-julian name changes.
11943
11944 * calendar/cal-dst.el: Update for persian name changes.
11945
11946 * calendar/cal-menu.el, calendar/calendar.el:
11947 Update for islamic, iso, julian, mayan, persian name changes.
11948
11949 * calendar/diary-lib.el: Update for islamic name changes.
11950
11951 * calendar/calendar.el (calendar-hebrew-all-holidays-flag):
11952 Rename all-hebrew-calendar-holidays. Update callers, keep old name
11953 as alias.
11954 (calendar-christian-all-holidays-flag):
11955 Rename all-christian-calendar-holidays. Update callers, keep old
11956 name as alias.
11957 (calendar-islamic-all-holidays-flag):
11958 Rename all-islamic-calendar-holidays. Update callers, keep old
11959 name as alias.
11960 (calendar-bahai-all-holidays-flag): Rename all-bahai-calendar-holidays.
11961 Update callers, keep old name as alias.
11962 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/holidays.el:
11963 Update for the above name changes.
11964
11965 2008-04-04 Juanma Barranquero <lekktu@gmail.com>
11966
11967 * hilit-chg.el (global-highlight-changes-mode)
11968 (highlight-changes-passive-string, highlight-changes-active-string):
11969 Mark as obsolete since 23.1, not 22.1.
11970
11971 2008-04-03 Juanma Barranquero <lekktu@gmail.com>
11972
11973 * hilit-chg.el (highlight-changes-visibility-initial-state)
11974 (hilit-chg-update, highlight-changes-mode-turn-on):
11975 Fix typos in docstrings.
11976
11977 2008-04-03 Stephen Berman <Stephen.Berman@gmx.net>
11978
11979 * newcomment.el (comment-enter-backward): Be careful to restore
11980 position changed during narrowing.
11981
11982 2008-04-03 Giuliano Procida <giuliano.procida@googlemail.com> (tiny change)
11983
11984 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
11985 Recognize `sub ($$)'.
11986
11987 2008-04-03 Richard Sharman <rsharman@pobox.com>
11988
11989 * hilit-chg.el (highlight-changes-mode): Rename from
11990 highlight-changes; no longer uses sub-modes active and passive;
11991 implemented by define-minor-mode.
11992 (highlight-changes-toggle-visibility): New function, to replace
11993 the old passive/active submodes of global-highlight-changes-mode;
11994 implemented by define-minor-mode.
11995 (global-highlight-changes-mode): Rename from global-highlight-changes;
11996 rewrite using define-globalized-minor-mode.
11997 (hilit-chg-major-mode-hook, hilit-chg-check-global)
11998 (hilit-chg-post-command-hook, hilit-chg-check-global)
11999 (hilit-chg-update-all-buffers, hilit-chg-turn-off-maybe): Remove due
12000 to use of define-globalized-minor-mode.
12001 (highlight-changes-global-initial-state): Change to be boolean.
12002 (highlight-changes-visible-string, highlight-changes-invisible-string):
12003 Rename from highlight-changes-active-string and
12004 highlight-changes-passive-string.
12005 (hilit-chg-update, hilit-chg-set): Use them.
12006 (global-highlight-changes-mode): Rename from global-highlight-changes.
12007 (hilit-chg-map-changes, hilit-chg-display-changes): Add arguments to
12008 docstring.
12009 (hilit-chg-hide-changes): Rewrite to use dolist.
12010 (hilit-chg-set-face-on-change, hilit-chg-update)
12011 (highlight-changes-rotate-faces): Use highlight-changes-visible-mode
12012 variable instead of testing highlight-changes-mode.
12013 (highlight-markup-buffers): Add require ediff-util; argument on calls
12014 to highlight-changes-mode changed.
12015 (highlight-compare-with-file): Fix problems with interactive
12016 call giving invalid default file.
12017
12018 2008-04-03 Nick Roberts <nickrob@snap.net.nz>
12019
12020 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
12021 Fix in disassembly buffer (regression in 22.2).
12022
12023 2008-04-03 Michael Kifer <kifer@cs.stonybrook.edu>
12024
12025 * emulation/viper-macs.el (viper-read-fast-keysequence):
12026 Use viper-read-event instead of viper-read-key.
12027
12028 * emulation/viper.el (viper-mode): Move the check for fundamental mode.
12029
12030 * emulation/viper-util.el (viper-get-saved-cursor-color-in-insert-mode)
12031 (viper-get-saved-cursor-color-in-replace-mode): Get rid of redundant
12032 let-statements.
12033
12034 * emulation/viper-ex.el, emulation/viper-macs.el:
12035 * emulation/viper-mous.el:
12036 Replace load with require in eval-when-compile.
12037
12038 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
12039
12040 * files.el (auto-mode-alist): Use archive-mode for Debian packages.
12041
12042 * arc-mode.el (archive-mode-map): Obey mouse-1-click-follows-link.
12043 (archive-try-jka-compr): New function.
12044 (archive-set-buffer-as-visiting-file): Use it.
12045
12046 * tar-mode.el (tar-mode-map): Obey mouse-1-click-follows-link.
12047
12048 2008-04-03 Chong Yidong <cyd@stupidchicken.com>
12049
12050 * simple.el (handle-shift-selection): New arg.
12051
12052 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
12053
12054 * emacs-lisp/cl-macs.el (defsetf): Accept a lambda for the 2-arg form.
12055
12056 * vc-bzr.el (vc-bzr-previous-revision, vc-bzr-next-revision): New funs.
12057
12058 2008-04-03 Chong Yidong <cyd@stupidchicken.com>
12059
12060 * shell.el (shell-dynamic-complete-filename): New fun.
12061 (shell-dynamic-complete-functions): Use it.
12062
12063 * help-fns.el (describe-variable): Undo 2008-02-25 change.
12064
12065 2008-04-03 Kenichi Handa <handa@m17n.org>
12066
12067 * international/fontset.el (create-fontset-from-x-resource):
12068 Handle the error of X resource more gracefully.
12069
12070 * international/latin1-disp.el (latin1-display): Don't use make-char.
12071 Fix the argument to set-char-table-range.
12072 (latin1-display-identities): Don't use make-char.
12073 (latin1-display-reset): Use map-charset-chars instead of directly
12074 calling standard-display-default.
12075 (latin1-display-check-font): Don't use make-char.
12076 (latin1-display-setup): Likewise.
12077 (latin1-display-ucs-per-lynx): Likewise.
12078
12079 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
12080
12081 * emacs-lisp/timer.el (timer): Define as a defstruct, so we can
12082 name the fields, to make the code clearer.
12083 Rewrite all `aset' and `aref' using the defined accessors.
12084 (timer--time): New pseudo-field.
12085 (timer-set-time, timer-set-idle-time, timer-inc-time)
12086 (timer-set-time-with-usecs, with-timeout-suspend): Use it.
12087 (timer--time-less-p): New function.
12088 (timer--activate): New function, extracted from timer-activate.
12089 (timer-activate-when-idle, timer-activate): Use it.
12090 (cancel-function-timers): Use dolist.
12091
12092 2008-04-03 Glenn Morris <rgm@gnu.org>
12093
12094 * add-log.el (c-beginning-of-defun, c-end-of-defun):
12095 Remove declarations; no longer used.
12096 (c-cpp-define-name, c-defun-name): Declare as functions.
12097
12098 * calendar/cal-bahai.el (holiday-fixed): Autoload it.
12099 (holiday-bahai-new-year, holiday-bahai-ridvan): New functions.
12100
12101 * calendar/cal-hebrew.el (holiday-rosh-hashanah-etc)
12102 (holiday-passover-etc, holiday-hanukkah): Doc fix.
12103 Add optional argument. Simplify.
12104 (holiday-tisha-b-av-etc): Use memq rather than unless.
12105 (holiday-julian): Autoload it.
12106 (holiday-hebrew-misc): New function.
12107
12108 * calendar/cal-islam.el (holiday-islamic-new-year): New function.
12109
12110 * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
12111 (hebrew-holidays-3, hebrew-holidays-4): Make obsolete.
12112 (hebrew-holidays-2): Just use holiday-hanukkah now it respects
12113 all-hebrew-calendar-holidays.
12114 (hebrew-holidays, christian-holidays, islamic-holidays, bahai-holidays):
12115 Simplify using new functions.
12116 (calendar-holidays): Doc fix.
12117 (generate-calendar-window): Use bound-and-true-p.
12118
12119 * calendar/diary-lib.el (diary-mail-addr): Use bound-and-true-p.
12120
12121 * calendar/holidays.el (calendar-holiday-list): Fix previous change.
12122 (holiday-filter-visible-calendar): Doc fix. Use mapcar.
12123 (holiday-easter-etc): Fix nesting of result. Tweak holiday order.
12124 Use calendar-date-is-visible-p, not holiday-filter-visible-calendar.
12125
12126 * net/tramp.el (tramp-drop-volume-letter): Move definition before use.
12127
12128 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
12129
12130 * vc-mtn.el (vc-mtn-command): Avoid localization of messages.
12131
12132 * vc-bzr.el (vc-bzr-checkout): Simplify.
12133
12134 * image-mode.el (image-mode-fit-frame): New command.
12135
12136 * simple.el (beginning-of-buffer, end-of-buffer, goto-line, undo)
12137 (copy-region-as-kill, kill-ring-save, use-region-p, mark-word)
12138 (keyboard-escape-quit): Check region-active-p i.s.o
12139 transient-mark-mode.
12140
12141 2008-04-02 Simon Josefsson <simon@josefsson.org>
12142
12143 * net/imap.el (imap-enable-exchange-bug-workaround): New variable.
12144 (imap-message-copyuid-1): Use it.
12145 (imap-message-appenduid-1): Likewise. Based on patch by Nathan
12146 J. Williams in
12147 <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
12148
12149 2008-04-02 Alan Mackenzie <acm@muc.de>
12150
12151 * progmodes/cc-cmds.el (c-defun-name, c-cpp-define-name):
12152 New optimised functions to get the name of the current defun/macro.
12153
12154 * add-log.el (add-log-current-defun): Move the functionality which
12155 gets the current function name for C like modes to cc-cmds.el,
12156 thus optimising for speed.
12157
12158 2008-04-02 Chong Yidong <cyd@stupidchicken.com>
12159
12160 * simple.el (deactivate-mark): When the mark is temporarily
12161 active, restore the original value of transient-mark-mode.
12162 (set-mark-command): First deactivate the mark if was temporarily active.
12163 (exchange-point-and-mark): Reactivate the mark if it was
12164 temporarily active.
12165 (handle-shift-selection): New fun.
12166 (transient-mark-mode): Move var documentation here from buffer.c.
12167 (next-line, previous-line, backward-word, move-end-of-line)
12168 (move-beginning-of-line, forward-to-indentation)
12169 (backward-to-indentation, back-to-indentation)
12170 (beginning-of-buffer, end-of-buffer): Add ^ interactive spec.
12171
12172 * mouse.el (mouse-set-region-1): Save the old value of
12173 transient-mark-mode.
12174 (mouse-drag-track): Ignore the now-obsolete value `identity' for
12175 transient-mark-mode.
12176
12177 * textmodes/paragraphs.el (forward-paragraph)
12178 (backward-paragraph, forward-sentence, backward-sentence): Add ^
12179 interactive spec.
12180
12181 * emulation/cua-base.el (cua-mode): Turn off shift-select-mode.
12182
12183 2008-04-02 Michael Albinus <michael.albinus@gmx.de>
12184
12185 * net/tramp.el (tramp-make-tramp-temp-file):
12186 Use `tramp-drop-volume-letter' for the local file name part.
12187
12188 2008-04-02 Dan Nicolaescu <dann@ics.uci.edu>
12189
12190 * progmodes/sh-script.el (sh-mode-map): Rename the menu. Add :help.
12191 Add menu entries corresponding to all the key bindings.
12192
12193 * emacs-lisp/debug.el (debugger-mode-map):
12194 * textmodes/conf-mode.el (conf-mode-map): Add a menu.
12195 (conf-align-assignments): Only work on the region if it is active.
12196 (conf-quote-normal): Use when instead of if. Remove redundant test.
12197
12198 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
12199 for tracing and re-builder.
12200
12201 2008-04-02 Glenn Morris <rgm@gnu.org>
12202
12203 * calendar/appt.el (appt-disp-window-function): Doc fix.
12204 (appt-display-message): Move beep before display.
12205 (appt-check): Make interactive. Reduce the number of lets.
12206 Use string-equal to compare mode-line strings.
12207 (appt-disp-window): Pluralize "minute" as needed. Make appt buffer
12208 read-only.
12209 (appt-select-lowest-window, appt-make-list): Reduce the number of lets.
12210 (appt-delete): Simplify.
12211
12212 * calendar/cal-china.el (holiday-chinese-new-year): Use a single let.
12213
12214 * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
12215
12216 * calendar/cal-hebrew.el (list-yahrzeit-dates):
12217 * calendar/cal-tex.el (cal-tex-insert-blank-days-at-end)
12218 (cal-tex-last-blank-p, cal-tex-daily-page): Expand calendar-for-loops.
12219
12220 * calendar/calendar.el (diary-entry-marker, calendar-today-marker)
12221 (calendar-holiday-marker, mark-visible-calendar-date):
12222 * calendar/diary-lib.el (fancy-diary-display):
12223 Check for font-lock-mode before using faces.
12224
12225 * calendar/calendar.el (hebrew-holidays-3, generate-calendar-month)
12226 (calendar-gregorian-from-absolute): Reduce the number of lets.
12227 (hebrew-holidays-4, generate-calendar-window): Simplify.
12228 (calendar-for-loop): Make obsolete.
12229 (calendar-nth-named-day): Doc fix.
12230
12231 * calendar/diary-lib.el (diary-list-entries, fancy-diary-display)
12232 (print-diary-entries, mark-sexp-diary-entries, calendar-mark-complex)
12233 (calendar-mark-1, list-sexp-diary-entries, diary-remind):
12234 Reduce the number of lets.
12235 (mark-sexp-diary-entries, calendar-mark-complex):
12236 Expand calendar-for-loops.
12237
12238 2008-04-01 Chong Yidong <cyd@stupidchicken.com>
12239
12240 * find-dired.el (find-dired-filter): Fix last patch to handle
12241 multi-line process input. Pad link numbers too.
12242
12243 2008-04-01 Jari Aalto <jari.aalto@cante.net>
12244
12245 * find-dired.el (find-dired-filter): Align columns by padding file sizes.
12246
12247 2008-04-01 Jason Rumney <jasonr@gnu.org>
12248
12249 * international/characters.el (script-list): Add phonetic script,
12250 covering IPA (previously Latin), Phonetic Extensions and
12251 Phonetic Extensions Supplement (both previously unassigned).
12252
12253 * international/fontset.el (setup-default-fontset): Use unicode fonts
12254 that cover bopomofo script for bopomofo.
12255 Likewise for braille and mathematical.
12256 Use unicode scripts that cover the phonetic script for IPA.
12257
12258 2008-04-01 Johan Bockgård <bojohan@gnu.org>
12259
12260 * emacs-lisp/cl-macs.el (frame-parameter) <defsetf>: Make it
12261 return the assigned value.
12262
12263 2008-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
12264
12265 * abbrev.el (abbrev-mode): Use define-minor-mode.
12266
12267 * mouse.el (mouse-major-mode-menu-prefix): Remove. Remove uses.
12268 (mouse-menu-non-singleton): Rename from mouse-major-mode-menu-1.
12269 Use map-keymap.
12270 (minor-mode-menu-from-indicator): Use it. Simplify.
12271
12272 * bindings.el (mode-line-mode-menu): Move before (new) first use.
12273 (mode-line-major-mode-keymap, mode-line-minor-mode-keymap):
12274 Bind the key directly to the menu.
12275 (mode-line-mode-menu-1, mode-line-mode-menu): Remove functions.
12276
12277 2008-04-01 Daiki Ueno <ueno@unixuser.org>
12278
12279 * epa.el (epa-decrypt-region): Explain the reason why this
12280 function should not be used in Lisp programs.
12281 (epa-decrypt-armor-in-region): Ditto.
12282 (epa-verify-region): Ditto.
12283 (epa-verify-cleartext-in-region): Ditto.
12284 (epa-sign-region): Ditto.
12285 (epa-encrypt-region): Ditto.
12286
12287 * epg.el (epg-start-receive-keys): Fix typo in docstring.
12288
12289 * epa.el (epa-select-keys): Show menu even if there is no key in
12290 GnuPG's keyring.
12291
12292 2008-04-01 Glenn Morris <rgm@gnu.org>
12293
12294 * calendar/calendar.el (calendar-make-temp-face): New function.
12295 (mark-visible-calendar-date):
12296 * calendar/diary-lib.el (fancy-diary-display): Use it.
12297
12298 * vc-hooks.el (vc-responsible-backend): Declare as function.
12299
12300 * calendar/calendar.el (calendar-nongregorian-visible-p): New function.
12301 * calendar/cal-hebrew.el (calendar-hebrew-date-is-visible-p):
12302 * calendar/cal-julian.el (holiday-julian): Use it.
12303
12304 * calendar/cal-hebrew.el (hebrew-calendar-elapsed-days): Doc fix.
12305 (calendar-hebrew-date-is-visible-p): Extract some common code into
12306 separate function.
12307 (holiday-hebrew, mark-hebrew-calendar-date-pattern): Use it.
12308
12309 * calendar/cal-menu.el (cal-menu-holidays-menu):
12310 * calendar/calendar.el (calendar-mode-map): Use calendar-mark-holidays
12311 rather than obsolete alias.
12312
12313 * calendar/calendar.el (mark-visible-calendar-date): Also use overlay
12314 for mark characters.
12315 (calendar-unmark): Unmark by removing all overlays, rather than
12316 redrawing.
12317 (calendar-starred-day): Remove.
12318 (calendar-mode): Disable undo. Don't make calendar-starred-day local.
12319 (calendar-cursor-to-date): No need for special star handling now
12320 using overlays.
12321 (calendar-star-date): Use overlays.
12322
12323 * calendar/cal-french.el (calendar-goto-french-date):
12324 * calendar/cal-hebrew.el (calendar-hebrew-from-absolute)
12325 (holiday-hanukkah, mark-hebrew-calendar-date-pattern):
12326 * calendar/cal-move.el (calendar-forward-month, calendar-end-of-month):
12327 * calendar/cal-persia.el (calendar-persian-date-string):
12328 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
12329 (cal-tex-cursor-month, cal-tex-LaTeXify-string):
12330 * calendar/lunar.el (lunar-phase-list, lunar-new-moon-on-or-after):
12331 * calendar/solar.el (solar-equinoxes-solstices):
12332 Reduce nesting of some lets.
12333
12334 * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
12335 (calendar-goto-mayan-long-count-date): Simplify.
12336
12337 * calendar/holidays.el (calendar-holiday-list, holiday-easter-etc):
12338 Simplify by using mapcar.
12339 (calendar-list-holidays): Return holiday-list.
12340 (list-holidays): Use let rather than let*. Remove un-needed locals
12341 `d', `never'.
12342 (calendar-check-holidays): Return result from dolist.
12343 (holiday-float): Use a single let*. Simplify if-and to and.
12344 (holiday-sexp, holiday-advent, holiday-greek-orthodox-easter): Use a
12345 single let*.
12346
12347 2008-04-01 Jay Belanger <jay.p.belanger@gmail.com>
12348
12349 * calc/calc.el: Autoload `calc-yank'.
12350 (calc-mode-map): Add keybindings for `calc-yank'.
12351 * calc/calc-ext.el (calc-init-extensions): Remove keybinding
12352 assignments for `calc-yank'.
12353
12354 2008-03-31 Dan Nicolaescu <dann@ics.uci.edu>
12355
12356 * vc.el (vc-status-add-entry): Assume ENTRY is a list, not a cons.
12357 (vc-status-mark-buffer-changed): Handle the extra field.
12358
12359 * vc-bzr.el (vc-bzr-after-dir-status):
12360 * vc-cvs.el (vc-cvs-after-dir-status):
12361 * vc-hg.el (vc-hg-after-dir-status):
12362 * vc-svn.el (vc-svn-after-dir-status): Return a list, not a cons.
12363
12364 2008-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
12365
12366 * doc-view.el: Compute displayed pages first (in PDF).
12367 (doc-view-current-converter-processes): Rename from
12368 doc-view-current-converter-process. Update users.
12369 (doc-view-sentinel): Test buffer's liveness.
12370 (doc-view-pdf/ps->png-sentinel): Remove.
12371 (doc-view-start-process): New function.
12372 (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
12373 (doc-view-ps->pdf): Use it.
12374 (doc-view-pdf->png-1, doc-view-pdf->png, doc-view-active-pages):
12375 New functions.
12376 (doc-view-convert-current-doc, doc-view-goto-page): Use them.
12377 (doc-view-mode): Kill the processes when leaving the mode.
12378
12379 2008-03-31 Juanma Barranquero <lekktu@gmail.com>
12380
12381 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p):
12382 Use `byte-compile-warning-types'. Add docstring.
12383
12384 2008-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
12385
12386 * smerge-mode.el (smerge-apply-resolution-patch): New fun.
12387 (smerge-resolve): Add various resolution heuristics.
12388
12389 * smerge-mode.el (smerge-refine): Allow highlighting other subparts
12390 in 3-way conflicts.
12391
12392 2008-03-31 Glenn Morris <rgm@gnu.org>
12393
12394 * calendar/cal-bahai.el (diary-bahai-mark-entries):
12395 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
12396 * calendar/cal-islam.el (mark-islamic-diary-entries):
12397 Fix argument order in call to diary-mark-entries-1.
12398
12399 * calendar/cal-bahai.el (calendar-bahai-date-string): Avoid an error for
12400 pre-Bahai dates.
12401 (holiday-bahai): Use an algorithm actually relevant to this calendar
12402 system.
12403
12404 * calendar/cal-china.el (holiday-chinese-new-year): Doc fix.
12405
12406 * calendar/cal-islam.el (holiday-islamic): Remove un-needed let.
12407 Use and.
12408
12409 * calendar/cal-julian.el (holiday-julian): Fix a problem with holidays
12410 in the last fortnight in Julian October.
12411
12412 * calendar/calendar.el (increment-calendar-month): Optionally handle
12413 systems without 12 months per year.
12414 (calendar-date-is-visible-p): Doc fix. Simplify.
12415
12416 * calendar/holidays.el (holiday-filter-visible-calendar): Return result
12417 from dolist.
12418
12419 2008-03-30 Juanma Barranquero <lekktu@gmail.com>
12420
12421 * hi-lock.el (hi-lock-mode): Fix typos in docstring.
12422 (hi-lock-unload-function): New function.
12423
12424 2008-03-30 Michael Albinus <michael.albinus@gmx.de>
12425
12426 * net/tramp.el (tramp-do-copy-or-rename-file): Fix check for
12427 overwriting when NEWNAME is a local file.
12428
12429 * net/trampver.el: Update release number.
12430
12431 2008-03-30 Alexandre Julliard <julliard@winehq.org>
12432
12433 * vc-git.el: Make vc-status display information about copies,
12434 renames and permission changes.
12435 (vc-git-extra-fileinfo): New defstruct.
12436 (vc-git-escape-file-name, vc-git-file-type-as-string)
12437 (vc-git-rename-as-string, vc-git-permissions-as-string)
12438 (vc-git-status-printer): New functions.
12439 (vc-git-after-dir-status-stage2): Also return vc-git-extra-fileinfo.
12440 (vc-git-after-dir-status-stage1): Look for copies, renames and
12441 permission changes.
12442 (vc-git-after-dir-status-stage1-empty-db): Set permissions.
12443 (vc-git-dir-status): Ask for staged files and renames.
12444
12445 2008-03-30 Dan Nicolaescu <dann@ics.uci.edu>
12446
12447 * vc.el: Allow backends to display backend specific information in
12448 the vc-status listing.
12449 (vc-status-fileinfo): Add a field for backend specific information.
12450 (vc-status-printer): Rename to ...
12451 (vc-default-status-printer): ... this.
12452 (vc-status-printer): New function.
12453 (vc-update-vc-status-buffer): Set the backend specific file info
12454 if provided.
12455
12456 2008-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
12457
12458 * textmodes/remember.el (remember-diary-convert-entry): Revert last
12459 change (ill-conceived).
12460
12461 2008-03-29 Glenn Morris <rgm@gnu.org>
12462
12463 * calendar/cal-hebrew.el (holiday-hebrew): Simplify.
12464 * calendar/cal-julian.el (holiday-julian): Simplify.
12465
12466 * calendar/holidays.el (list-holidays): Use or.
12467
12468 2008-03-29 Juri Linkov <juri@jurta.org>
12469
12470 * window.el (split-window-preferred-horizontally): New function.
12471
12472 * cus-start.el (split-window-preferred-function):
12473 Set choice for "vertically" to nil instead of split-window.
12474 Set choice for "horizontally" to split-window-preferred-horizontally
12475 instead of lambda.
12476
12477 2008-03-29 Juri Linkov <juri@jurta.org>
12478
12479 * simple.el (minibuffer-default-add-function): New variable with
12480 the default to minibuffer-default-add-completions.
12481 (minibuffer-default-add-done): New variable. Make it buffer-local.
12482 (minibuffer-default-add-completions): New function.
12483 (goto-history-element): Set minibuffer-default-add-done to t and
12484 call a function in minibuffer-default-add-function when the
12485 specified absolute history position is greater than the length of
12486 the minibuffer-default list and minibuffer-default-add-done is nil.
12487 Change "^End of history; no next item$" to "^End of defaults;
12488 no next item$".
12489
12490 * bindings.el (debug-ignored-errors): Change "^End of history;
12491 no next item$" to "^End of defaults; no next item$".
12492
12493 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
12494
12495 * subr.el (with-temp-buffer): Assume kill-buffer can change cur-buf.
12496
12497 * textmodes/remember.el (remember-diary-convert-entry): Prefer boundp
12498 to with-no-warnings.
12499
12500 2008-03-29 Michael Albinus <michael.albinus@gmx.de>
12501
12502 Sync with Tramp 2.1.13.
12503
12504 * net/tramp-ftp.el: Require 'cl when byte-compiling.
12505
12506 * net/trampver.el: Update release number.
12507
12508 2008-03-29 Dan Nicolaescu <dann@ics.uci.edu>
12509
12510 * vc-hooks.el (vc-menu-map-filter): Be more careful when finding
12511 the current backend.
12512
12513 * vc.el (vc-status-menu-map, vc-status-mode-map): Bind vc-revert.
12514 (vc-status-refresh): Create a temporary buffer and call the
12515 `dir-status' backend function from that buffer.
12516
12517 * vc-bzr.el (vc-bzr-dir-status): Don't create a buffer.
12518 (vc-bzr-after-dir-status): Don't kill the buffer.
12519
12520 * vc-cvs.el (vc-cvs-dir-status): Don't create a buffer.
12521 (vc-cvs-after-dir-status): Don't kill the buffer.
12522
12523 * vc-git.el (vc-git-dir-status): Don't create a buffer.
12524 (vc-git-after-dir-status-stage2): Don't kill the buffer.
12525
12526 * vc-hg.el (vc-hg-dir-status): Don't create a buffer.
12527 (vc-hg-after-dir-status): Don't kill the buffer.
12528
12529 * vc-svn.el (vc-svn-dir-status): Don't create a buffer.
12530 (vc-svn-after-dir-status): Don't kill the buffer.
12531
12532 2008-03-29 Glenn Morris <rgm@gnu.org>
12533
12534 * calendar/calendar.el (diary-file, american-date-diary-pattern)
12535 (european-date-diary-pattern, european-calendar-display-form)
12536 (american-calendar-display-form, diary-display-hook): Doc fixes.
12537 (european-calendar-style): Doc fix. Use calendar-set-date-style for
12538 custom :set. Mark as obsolete.
12539 (calendar-date-style, iso-date-diary-pattern)
12540 (iso-calendar-display-form): New user variables.
12541 (diary-date-forms, calendar-date-display-form): Set using
12542 calendar-date-style. Doc fix.
12543 (calendar-set-date-style): New command.
12544 (european-calendar, american-calendar): Use calendar-set-date-style.
12545 Mark as obsolete.
12546
12547 * calendar/diary-lib.el (number): Move declaration where needed.
12548 (diary-mail-entries, list-sexp-diary-entries): Doc fixes.
12549 (diary-make-date): New function.
12550 (diary-date, diary-block, diary-anniversary, diary-cyclic): Doc fix.
12551 Use diary-make-date.
12552 (diary-date-display-form, diary-insert-entry-1): New functions.
12553 (insert-monthly-diary-entry, insert-yearly-diary-entry):
12554 Use diary-insert-entry-1.
12555 (insert-anniversary-diary-entry, insert-block-diary-entry)
12556 (insert-cyclic-diary-entry): Use diary-date-display-form.
12557
12558 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
12559 Autoload diary-insert-entry-1.
12560 * calendar/cal-bahai.el (diary-bahai-insert-entry)
12561 (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
12562 * calendar/cal-hebrew.el (insert-hebrew-diary-entry)
12563 (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry)
12564 * calendar/cal-islam.el (insert-islamic-diary-entry)
12565 (insert-monthly-islamic-diary-entry, insert-yearly-islamic-diary-entry):
12566 Use diary-insert-entry-1.
12567
12568 * calendar/cal-hebrew.el (diary-make-date): Autoload it.
12569 (diary-yahrzeit): Doc fix. Use diary-make-date.
12570
12571 * calendar/icalendar.el (icalendar--datetime-to-american-date):
12572 New name for icalendar--datetime-to-noneuropean-date. Make old name
12573 obsolete alias.
12574 (icalendar--datetime-to-iso-date): New function.
12575 (icalendar--datetime-to-diary-date): Doc fix. Respect
12576 calendar-date-style if bound.
12577
12578 * textmodes/remember.el (remember-diary-convert-entry):
12579 Respect calendar-date-style if bound.
12580
12581 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
12582
12583 * xt-mouse.el (xterm-mouse-mode): Use delete-terminal-functions.
12584 (xterm-mouse-handle-delete-frame): Delete.
12585
12586 * term/xterm.el (terminal-init-xterm): Use delete-terminal-functions.
12587 (xterm-turn-on-modify-other-keys, xterm-turn-off-modify-other-keys)
12588 (xterm-remove-modify-other-keys): Lookup terminal rather than frame
12589 in xterm-modify-other-keys-terminal-list.
12590
12591 * vc-bzr.el (vc-bzr-state-heuristic): Fix last change for when there
12592 are conflicts.
12593
12594 2008-03-29 Dan Nicolaescu <dann@ics.uci.edu>
12595
12596 * vc.el (vc-update): Check if the buffer is unsaved only if it
12597 actually exists.
12598 (vc-status-mode-map, vc-status-menu-map): Bind vc-update and
12599 vc-print-log.
12600
12601 2008-03-28 Magnus Henoch <mange@freemail.hu>
12602
12603 * net/dns.el (dns-write): Use set-buffer-multibyte.
12604
12605 2008-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
12606
12607 * vc-bzr.el (vc-bzr-sha1): New fun.
12608 (vc-bzr-state-heuristic): New fun, extracted from vc-bzr-registered.
12609 (vc-bzr-registered): Use it.
12610
12611 2008-03-28 Dan Nicolaescu <dann@ics.uci.edu>
12612
12613 * vc.el (vc-status-kill-dir-status-process): Simplify.
12614 (vc-status-refresh): Make sure the buffer is live.
12615 (ring): Don't require it, not used.
12616
12617 2008-03-28 Wilson Snyder <wsnyder@wsnyder.org>
12618
12619 * progmodes/verilog-mode.el (verilog-auto-inout-module):
12620 Add optional regular expression to AUTOINOUTMODULE.
12621 (verilog-inject-auto, verilog-auto-arg, verilog-auto-inst)
12622 (verilog-auto-inst-param, verilog-auto-reg)
12623 (verilog-auto-reg-input, verilog-auto-wire, verilog-auto-output)
12624 (verilog-auto-output-every, verilog-auto-input)
12625 (verilog-auto-inout, verilog-auto-sense, verilog-auto-tieoff)
12626 (verilog-auto-unused, verilog-auto): Update documentation to use
12627 more obvious instance module names versus cell names.
12628
12629 2008-03-28 Jan Djärv <jan.h.d@swipnet.se>
12630
12631 * progmodes/compile.el (compilation-mode-tool-bar-map): Only enable
12632 kill if a process is running.
12633
12634 * progmodes/grep.el (grep-mode-tool-bar-map): The same.
12635
12636 2008-03-28 Dan Nicolaescu <dann@ics.uci.edu>
12637
12638 * vc.el: Add new backend function 'status-extra-headers.
12639 (vc-default-status-extra-headers): New function.
12640 (vc-status-headers): Call 'status-extra-headers. Add colors.
12641
12642 * vc-git.el (vc-git-status-extra-headers): New function.
12643
12644 2008-03-28 Glenn Morris <rgm@gnu.org>
12645
12646 * calendar/cal-menu.el (cal-menu-holidays-menu)
12647 (cal-menu-list-holidays-year, cal-menu-list-holidays-following-year)
12648 (cal-menu-list-holidays-previous-year): Simplify now that 2nd arg of
12649 holiday-list is optional.
12650 (calendar-mouse-holidays): Remove un-needed local `l'.
12651
12652 * calendar/cal-move.el (calendar-cursor-to-nearest-date):
12653 Remove un-needed local `date'.
12654 (calendar-cursor-to-visible-date): Use let rather than let*.
12655 Remove un-needed local `first-of-month-weekday'.
12656
12657 * calendar/calendar.el (abbreviated-calendar-year): Move to diary-lib.
12658
12659 * calendar/diary-lib.el (print-diary-entries-hook, diary-list-entries):
12660 Doc fixes.
12661 (abbreviated-calendar-year): Move here from calendar.el. Doc fix.
12662 (diary-header-line-flag, diary-header-line-format): Declare.
12663 (diary-pull-attrs): Check for multiple matches.
12664 (diary-list-entries-2): Simplify finding start of date.
12665 (diary-show-all-entries, make-diary-entry): Respect non-nil values of
12666 pop-up-frames.
12667 (diary-mark-entries-1): Re-use offset in abbreviated-year case.
12668 (mark-sexp-diary-entries): Remove superfluous call to diary-pull-attrs.
12669
12670 2008-03-27 Dan Nicolaescu <dann@ics.uci.edu>
12671
12672 * vc-hg.el (vc-hg-state, vc-hg-dir-state): Deal with 'missing files.
12673
12674 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Fix predicate.
12675
12676 2008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
12677
12678 * vc-hooks.el (vc-before-save): Don't prevent saving the file.
12679
12680 * image-mode.el (image-mode-reapply-winprops): Fix last change.
12681
12682 2008-03-27 Kenichi Handa <handa@ni.aist.go.jp>
12683
12684 * international/mule-conf.el (define-iso-single-byte-charset):
12685 Don't make latin-iso8859-* supplementary.
12686 (#'set-charset-priority): Don't change the priority of charsets
12687 `unicode' and `emacs'.
12688
12689 2008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
12690
12691 * vc.el (vc-do-command): Don't pop to the buffer if it's an internal
12692 temp buffer.
12693
12694 2008-03-27 Glenn Morris <rgm@gnu.org>
12695
12696 * calendar/cal-bahai.el (diary-bahai-list-entries):
12697 * calendar/cal-hebrew.el (list-hebrew-diary-entries):
12698 * calendar/cal-islam.el (list-islamic-diary-entries): Doc fix.
12699
12700 * calendar/calendar.el (diary-file): Doc fix.
12701
12702 * calendar/diary-lib.el (diary-face-attrs): Fix `height' regexp.
12703 (list-diary-entries-hook, mark-diary-entries-hook)
12704 (include-other-diary-files, diary-mail-entries)
12705 (mark-included-diary-files, list-sexp-diary-entries): Doc fixes.
12706 (diary-set-header): New function.
12707 (diary-header-line-flag, diary-header-line-format):
12708 Use diary-set-header for custom :set function.
12709 (diary-set-maybe-redraw): Use symbol-value rather than eval.
12710 (diary-attrtype-convert): Use intern-soft rather than read.
12711 (diary-display-no-entries): New function.
12712 (simple-diary-display, fancy-diary-display): Use it.
12713 (fancy-diary-display): Doc fix. Remove unneeded local entry-list.
12714 (diary-mark-entries-1): Fix position offsets in non-gregorian case.
12715
12716 * calendar/holidays.el (list-holidays): Doc fix.
12717
12718 2008-03-26 Jay Belanger <jay.p.belanger@gmail.com>
12719
12720 * calc/calc-store.el (calc-read-var-name-history): New variable.
12721 (calc-read-var-name): Use `calc-read-var-name-history'.
12722
12723 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
12724
12725 * image-mode.el (image-mode-reapply-winprops): Simplify now that
12726 window-configuration-change-hook works buffer-locally.
12727
12728 2008-03-26 Johan Bockgård <bojohan@gnu.org>
12729
12730 * emacs-lisp/lisp-mnt.el (lm-with-file): Use mode and syntax table
12731 for Emacs Lisp, not Lisp.
12732
12733 2008-03-26 Juanma Barranquero <lekktu@gmail.com>
12734
12735 * help-fns.el (describe-function-1, describe-variable):
12736 If CURRENT-NAME is nil, don't end obsolescence info with semicolon.
12737
12738 * emacs-lisp/bytecomp.el (byte-compile-obsolete): If no
12739 replacement is provided, don't print "use nil instead".
12740
12741 2008-03-26 Johan Bockgård <bojohan@gnu.org>
12742
12743 * complete.el (PC-do-completion): Use regexp-quote.
12744
12745 2008-03-26 Dan Nicolaescu <dann@ics.uci.edu>
12746
12747 * vc-cvs.el (vc-cvs-parse-status, vc-cvs-after-dir-status):
12748 Detect missing files.
12749
12750 * vc-git.el (vc-git-extra-menu-map): New key map.
12751 (vc-git-extra-menu, vc-git-extra-status-menu, vc-git-grep):
12752 New functions.
12753
12754 * vc-hooks.el (vc-default-mode-line-string): Deal with 'removed
12755 and 'missing files.
12756
12757 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
12758
12759 * calendar/holidays.el (list-holidays): Make Y2 optional.
12760
12761 * calendar/appt.el (appt-buffer-name): Don't use a leading space for
12762 buffers shown to the user.
12763 (appt-disp-window): Disable undo explicitly now that the leading space
12764 is gone.
12765
12766 * simple.el (activate-mark): New function.
12767 (set-mark-command): Use it with region-active-p to clean up the code.
12768 (exchange-point-and-mark): Invert the meaning of C-u when
12769 transient-mark-mode is active.
12770
12771 * dired-aux.el (dired-create-files): Use dolist.
12772
12773 * bindings.el (mode-line-change-eol): Use with-selected-window.
12774
12775 * apropos.el (apropos-command): Include macros.
12776
12777 2008-03-26 Glenn Morris <rgm@gnu.org>
12778
12779 * calendar/cal-bahai.el: Require calendar, not cal-julian.
12780 (calendar-bahai-epoch): Doc fix.
12781
12782 * calendar/cal-china.el: Explicitly require calendar.
12783
12784 * calendar/cal-coptic.el, calendar/cal-islam.el, calendar/cal-persia.el:
12785 Require calendar rather than cal-julian.
12786 Autoload calendar-absolute-from-julian.
12787 * calendar/cal-coptic.el (coptic-calendar-epoch):
12788 * calendar/cal-islam.el (calendar-islamic-epoch):
12789 * calendar/cal-persia.el (persian-calendar-epoch): Set when compiling.
12790
12791 * calendar/cal-islam.el (calendar-islamic-epoch): Doc fix.
12792
12793 * calendar/cal-dst.el: Don't require cal-persia.
12794 (calendar-absolute-from-persian): Autoload it.
12795 (dst-adjust-time): Doc fix.
12796
12797 * calendar/cal-menu.el (cal-menu-diary-menu): Remove menu headings that
12798 cause cal-bahai, cal-islam, cal-hebrew to be loaded on starting the
12799 calendar.
12800
12801 * calendar/cal-menu.el: Require calendar rather than declaring
12802 functions.
12803 * calendar/calendar.el: Provide calendar before requiring cal-menu.
12804
12805 * calendar/cal-x.el (calendar-after-frame-setup-hook): New name for
12806 calendar-after-frame-setup-hooks. Update callers, make old name an
12807 obsolete alias. Doc fix.
12808 (calendar-frame-1): Doc fix.
12809
12810 * calendar/calendar.el (solar-holidays): Simplify holiday-sexp calls.
12811
12812 * calendar/calendar.el (oriental-holidays, solar-holidays):
12813 * calendar/holidays.el (list-holidays): Assume atan always bound.
12814
12815 * calendar/lunar.el, calendar/solar.el: Remove floating-point check.
12816 Explicitly require calendar, not cal-julian.
12817 * calendar/lunar.el: Explicitly require cal-dst.
12818
12819 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
12820
12821 * autorevert.el (auto-revert-buffers): Use buffer-live-p.
12822
12823 * help-fns.el (describe-function-1, describe-variable): If no
12824 replacement is provided, don't print "use nil instead".
12825
12826 2008-03-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12827
12828 * proced.el: New file.
12829
12830 2008-03-25 Tetsurou Okazaki <okazaki@be.to> (tiny change)
12831
12832 * emacs-lisp/byte-opt.el (side-effect-free-fns): Fix typo.
12833
12834 2008-03-25 Juri Linkov <juri@jurta.org>
12835
12836 * battery.el: Add file cookie coding:iso-8859-1 for the degree sign
12837 in battery-mode-line-format.
12838
12839 * bindings.el (minibuffer-local-map): For the command
12840 file-cache-minibuffer-complete replace keymap minibuffer-local-map
12841 with map which is already locally bound to minibuffer-local-map.
12842
12843 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
12844
12845 * subr.el (map-keymap-sorted): Rename from map-keymap-internal.
12846 Remove `sort-first' argument.
12847
12848 * subr.el (redisplay-end-trigger-functions)
12849 (window-redisplay-end-trigger, set-window-redisplay-end-trigger)
12850 (process-filter-multibyte-p, set-process-filter-multibyte):
12851 Mark as obsolete.
12852
12853 2008-03-25 Juanma Barranquero <lekktu@gmail.com>
12854
12855 * emacs-lisp/re-builder.el (reb-mode-common): Remove reference to
12856 bogus variable `reb-kill-buffer'; don't make hooks buffer-local,
12857 use the LOCAL arg of `add-hook'.
12858 (reb-blink-delay, reb-mode-hook, reb-re-syntax, reb-auto-match-limit):
12859 Remove spurious * from defcustom docstrings.
12860 (reb-next-match, reb-prev-match, reb-enter-subexp-mode):
12861 Fix typos in messages.
12862 (reb-mode-buffer-p): New function.
12863 (re-builder, reb-kill-buffer): Use `reb-mode-buffer-p'. Use `when'.
12864 (top, reb-show-subexp, reb-auto-update, reb-delete-overlays)
12865 (reb-cook-regexp, reb-update-regexp, reb-update-overlays):
12866 Use `unless', `when'.
12867 (re-builder-unload-function): New function.
12868
12869 2008-03-25 Dan Nicolaescu <dann@ics.uci.edu>
12870
12871 * vc-hooks.el (vc-state): Add documentation for 'missing.
12872
12873 2008-03-25 Wilson Snyder <wsnyder@wsnyder.org>
12874
12875 * progmodes/verilog-mode.el (verilog-auto-output)
12876 (verilog-auto-input, verilog-auto-inout, verilog-auto)
12877 (verilog-delete-auto): Add optional regular expression to
12878 AUTOINPUT/AUTOOUTPUT/AUTOINOUT.
12879 (verilog-signals-matching-regexp): New internal function for
12880 signal matching.
12881
12882 2008-03-25 Johan Bockgård <bojohan@gnu.org>
12883
12884 * info.el (Info-isearch-search): Always return point.
12885
12886 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
12887
12888 * diff-mode.el (diff-remembered-defdir): New var.
12889 (diff-find-file-name): Use it to flush diff-remembered-files-alist.
12890
12891 2008-03-25 Glenn Morris <rgm@gnu.org>
12892
12893 * calendar/cal-bahai.el (calendar-bahai-read-date): New name for
12894 calendar-bahai-prompt-for-date. Update callers, make old name an
12895 obsolete alias. Doc fix.
12896 * calendar/cal-coptic.el (calendar-coptic-read-date): New name for
12897 coptic-prompt-for-date. Update callers, make old name an
12898 obsolete alias. Doc fix.
12899 * calendar/cal-hebrew.el (calendar-hebrew-read-date): New name for
12900 calendar-hebrew-prompt-for-date. Update callers. Doc fix.
12901 * calendar/cal-islam.el (calendar-islamic-read-date): New name for
12902 calendar-islamic-prompt-for-date. Update callers. Doc fix.
12903 * calendar/cal-iso.el (calendar-iso-read-date): New name for
12904 calendar-iso-read-args. Update callers, make old name an obsolete
12905 alias.
12906 * calendar/cal-persia.el (calendar-persian-read-date): New name for
12907 persian-prompt-for-date. Update callers, make old name an
12908 obsolete alias. Doc fix. Move definition before use.
12909
12910 * calendar/cal-x.el (diary-frame-parameters)
12911 (calendar-frame-parameters, calendar-and-diary-frame-parameters)
12912 (calendar-frame-1): Doc fixes.
12913 (make-fancy-diary-buffer): Remove declaration.
12914 (calendar-dedicate-diary): Replace call to deleted function
12915 make-fancy-diary-buffer.
12916 (calendar-frame-setup): New function.
12917 (calendar-one-frame-setup, calendar-only-one-frame-setup)
12918 (calendar-two-frame-setup): Call calendar-frame-setup to do the actual
12919 work, and mark as obsolete.
12920 (special-display-buffer-names): Don't mess with this; it's not our
12921 business.
12922 (cal-x-load-hook): Defvar it, and mark as obsolete.
12923
12924 * calendar/calendar.el (calendar-remove-frame-by-deleting):
12925 Default to t. Add to 'calendar group.
12926 (calendar): Doc fix. Use calendar-frame-setup.
12927 (calendar-basic-setup): Doc fix. Add optional NODISPLAY argument.
12928 (generate-calendar-window): Doc fix.
12929
12930 2008-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
12931
12932 * vc-bzr.el (vc-bzr-print-log, vc-bzr-diff): Do it asynchronously.
12933
12934 2008-03-24 Drew Adams <drew.adams@oracle.com>
12935
12936 * finder.el (finder-mode-syntax-table, finder-font-lock-keywords):
12937 New variables.
12938 (finder-mode): Use finder-mode-syntax-table. Set font-lock-defaults.
12939 (finder-exit): Ignore errors rather than avoiding them.
12940 Kill *Finder-package* buffer also.
12941
12942 2008-03-24 Andreas Schwab <schwab@suse.de>
12943
12944 * xt-mouse.el (xterm-mouse-event): Avoid error with buttons > 5.
12945
12946 2008-03-24 Dan Nicolaescu <dann@ics.uci.edu>
12947
12948 * vc-hg.el (vc-hg-after-dir-status):
12949 * vc-bzr.el (vc-bzr-after-dir-status): Detect missing files.
12950
12951 * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-parse-status):
12952 Detect removed files.
12953
12954 * vc.el (vc-status-printer): Use a different face for missing files.
12955 (vc-status-hide-up-to-date): Rename from
12956 vc-status-remove-up-to-date. Update all callers.
12957 (vc-status-mode-map): Bind C-m.
12958
12959 2008-03-24 Alexandre Julliard <julliard@winehq.org>
12960
12961 * vc-git.el (vc-git-after-dir-status-stage1): Move state matching
12962 code ...
12963 (vc-git--state-code): ... to this new function.
12964 (vc-git-state): Use it.
12965
12966 2008-03-24 Trent W. Buck <trentbuck@gmail.com> (tiny change)
12967
12968 * textmodes/remember.el (remember-mail-date)
12969 (remember-store-in-mailbox): Write date and From line in such a
12970 way that Mutt can read it.
12971
12972 2008-03-23 Chong Yidong <cyd@stupidchicken.com>
12973
12974 * simple.el (transient-mark-mode): Turn on by default.
12975
12976 2008-03-23 Dan Nicolaescu <dann@ics.uci.edu>
12977
12978 * vc-bzr.el (vc-bzr-state): Return 'removed for removed files and
12979 'unregistered for unregistered files.
12980
12981 * vc-hg.el (vc-hg-state): Return 'removed for removed files.
12982
12983 * bindings.el (standard-mode-line-modes): Avoid duplicating a string.
12984
12985 * vc-cvs.el (vc-cvs-parse-status): Note there are problems with
12986 subdirectories.
12987
12988 * vc.el (vc-status-prepare-status-buffer): Fix thinko.
12989 (vc-status-menu-map): Add binding for vc-status-kill-dir-status-process.
12990 Add :enable for vc-status-refresh.
12991 (vc-status-menu-map-filter): Remove vc-ignore-menu-filter test.
12992 (vc-status-tool-bar-map): Add binding for
12993 vc-status-kill-dir-status-process.
12994 Don't test display-graphic-p and don't bind vc-ignore-menu-filter.
12995 (vc-update-vc-status-buffer, vc-status-kill-dir-status-process):
12996 Reset vc-status-process-buffer.
12997 (vc-status-refresh): Don't run two refreshes at a time.
12998 (vc-status): If the buffer is already in vc-status-mode only refresh.
12999 (vc-status-mark-buffer-changed): Add an optional file parameter.
13000 (vc-resynch-buffer): Use it.
13001 (vc-delete-file): Expand the file name before using it.
13002 Be careful to not create a new buffer with the old file contents.
13003 Update the VC state after performing the operation.
13004
13005 2008-03-23 Andreas Schwab <schwab@suse.de>
13006
13007 * menu-bar.el (menu-bar-showhide-fringe-ind-menu) [mixed]:
13008 Fix radio button condition.
13009 [box]: Likewise.
13010 [customize]: Add radio button.
13011
13012 2008-03-23 Jay Belanger <jay.p.belanger@gmail.com>
13013
13014 * calc/calc.el (calc-was-keypad-mode, calc-full-mode)
13015 (calc-user-parse-tables, calc-gnuplot-default-device)
13016 (calc-gnuplot-default-output, calc-gnuplot-print-device)
13017 (calc-gnuplot-print-output, calc-gnuplot-geometry)
13018 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
13019 (calc-invocation-macro, calc-trail-pointer, calc-trail-overlay)
13020 (calc-undo-list, calc-redo-list, calc-main-buffer)
13021 (calc-trail-buffer, calc-why, calc-last-kill, calc-dollar-values)
13022 (calc-dollar-used, calc-hashes-used, calc-quick-prev-results)
13023 (calc-said-hello, calc-executing-macro, calc-any-selections)
13024 (calc-help-phase, calc-full-help-flag, calc-refresh-count)
13025 (calc-display-dirty, calc-embedded-info, calc-embedded-active)
13026 (calc-standalone-flag, var-EvalRules, math-expr-function-mapping)
13027 (math-expr-variable-mapping, calc-mode-map, calc-digit-map)
13028 (calc-dispatch-map, calc-do-dispatch, calc-read-key-sequence)
13029 (calc-create-buffer, calc-quit): Add docstrings.
13030
13031 2008-03-23 Juanma Barranquero <lekktu@gmail.com>
13032
13033 * makefile.w32-in (WINS_ALMOST): Add org.
13034
13035 2008-03-23 Dan Nicolaescu <dann@ics.uci.edu>
13036
13037 * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
13038 New functions to implement vc-status support.
13039
13040 2008-03-22 Dan Nicolaescu <dann@ics.uci.edu>
13041
13042 * vc.el (vc-status-prepare-status-buffer): New function.
13043 (vc-status): Use it.
13044
13045 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add ... where
13046 appropriate.
13047
13048 2008-03-22 Alexandre Julliard <julliard@winehq.org>
13049
13050 * vc-git.el (vc-git--empty-db-p)
13051 (vc-git-after-dir-status-stage1-empty-db): New functions.
13052 (vc-git-dir-status, vc-git-after-dir-status-stage1, vc-git-state):
13053 Add support for empty repositories.
13054
13055 2008-03-22 Dan Nicolaescu <dann@ics.uci.edu>
13056
13057 * vc-git.el (vc-git-annotate-extract-revision-at-line):
13058 Allow "^" in a version name.
13059
13060 * vc-mtn.el (vc-mtn-state): Support the added state.
13061
13062 2008-03-22 Carsten Dominik <dominik@science.uva.nl>
13063
13064 * org: New directory for Org-mode.
13065
13066 * org/org-export-latex.el: Moved from lisp/texmodes.
13067
13068 * org/org-irc.el: Moved from lisp/texmodes.
13069
13070 * org/org-mac-message.el: Moved from lisp/texmodes.
13071
13072 * org/org-mouse.el: Moved from lisp/texmodes.
13073
13074 * org/org-publish.el: Moved from lisp/texmodes.
13075
13076 2008-03-21 Juri Linkov <juri@jurta.org>
13077
13078 * comint.el (comint-dynamic-simple-complete):
13079 Use variable `stub' for the second arg `common-substring'
13080 of `comint-dynamic-list-completions'.
13081 (comint-dynamic-list-filename-completions):
13082 Use variable `filenondir' for the second arg `common-substring'
13083 of `comint-dynamic-list-completions'.
13084 (comint-dynamic-list-completions): Add new optional arg
13085 `common-substring'. Add `common-substring' as the second arg of
13086 the call to `display-completion-list'. Doc fix.
13087
13088 * comint.el (comint-dynamic-complete-as-filename)
13089 (comint-dynamic-list-filename-completions)
13090 (comint-dynamic-simple-complete): Use `minibuffer-message'
13091 to display message "No completions of %s" when a command
13092 is called in the minibuffer.
13093 (comint-dynamic-simple-complete): Don't display other
13094 completion messages when a command is called in the minibuffer.
13095 (comint-dynamic-list-completions): Use `minibuffer-message'
13096 to display message " [Type space to flush ...]" when a command
13097 is called in the minibuffer.
13098
13099 * shell.el (shell-dynamic-complete-command)
13100 (shell-dynamic-complete-environment-variable): Don't display
13101 completion messages when command is called in the minibuffer.
13102
13103 * emacs-lisp/lisp.el (lisp-complete-symbol):
13104 Use `minibuffer-message' to display message "No completions of %s"
13105 when this command is called in the minibuffer.
13106
13107 * bindings.el (standard-mode-line-modes): Put special help-echo
13108 tooltip on recursive edit %[ %] mode-line constructs.
13109
13110 * dabbrev.el (debug-ignored-errors): Remove $ from the end of
13111 "^No dynamic expansion for .* found$" to allow error messages like
13112 "No dynamic expansion for \"%s\" found in this-buffer".
13113
13114 2008-03-21 Michael Albinus <michael.albinus@gmx.de>
13115
13116 * net/tramp.el (tramp-methods): Fix tramp-copy-args of "pscp" and
13117 "psftp".
13118
13119 2008-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
13120
13121 * vc-hooks.el (vc-default-mode-line-string): Add case for added files.
13122 * vc.el (vc-default-dired-state-info): Use just "modified".
13123 * vc-cvs.el (vc-cvs-state-heuristic): Turn rev 0 into `added'.
13124 (vc-cvs-mode-line-string): Make use of the better default.
13125 (vc-cvs-parse-entry): Use the new `added'.
13126 (vc-cvs-dired-state-info): Remove.
13127 * vc-svn.el (vc-svn-dired-state-info): Remove.
13128 * vc-hg.el (vc-hg-dired-state-info): Remove.
13129 * vc-git.el (vc-git-dired-state-info): Remove.
13130
13131 2008-03-21 Dan Nicolaescu <dann@ics.uci.edu>
13132
13133 * vc-git.el (vc-git-status-result): New variable.
13134 (vc-git-dir-status): Split out ...
13135 (vc-git-after-dir-status-stage1, vc-git-after-dir-status-stage2):
13136 ... these new functions and work asynchronously.
13137
13138 2008-03-21 Alexandre Julliard <julliard@winehq.org>
13139
13140 * vc-git.el (vc-git-after-dir-status): Remove.
13141 (vc-git-dired-state-info): Reimplement.
13142
13143 2008-03-21 Dan Nicolaescu <dann@ics.uci.edu>
13144
13145 * replace.el (occur-mode-map): Add :help.
13146
13147 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entry
13148 for disassemble.
13149
13150 * vc.el (vc-status-mark-buffer-changed): Better deal with files in
13151 the 'added state.
13152 (vc-status-remove-up-to-date): New function.
13153 (vc-status-mode-map, vc-status-menu-map): Bind it.
13154 (vc-status-printer): Use a different face up-to-date files.
13155 (vc-resynch-buffer): Update the vc-status buffer if it exists.
13156 (Todo): Remove solved entries.
13157
13158 * vc-hg.el (vc-hg-state):
13159 * vc-git.el (vc-git-state):
13160 * vc-cvs.el (vc-cvs-parse-status):
13161 * vc-bzr.el (vc-bzr-state): Return 'added when the file is in that
13162 state.
13163
13164 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
13165
13166 * progmodes/compile.el (compile):
13167 * progmodes/grep.el (grep, grep-find): Use read-shell-command.
13168
13169 * simple.el (minibuffer-local-shell-command-map): New var.
13170 (minibuffer-complete-shell-command, read-shell-command): New funs.
13171 (shell-command, shell-command-on-region): Use them.
13172
13173 2008-03-20 Dan Nicolaescu <dann@ics.uci.edu>
13174
13175 * vc.el (vc-status-mark-buffer-changed): New function to implement
13176 updating of the *vc-status* buffer when a buffer is saved.
13177 (vc-status-mode): Use it for after-change-hook.
13178 (vc-add-to-vc-status-buffer): Rename to ...
13179 (vc-status-add-entry): ... this.
13180 (Todo): Add new entry.
13181
13182 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
13183
13184 * sort.el (sort-reorder-buffer): Preserve the buffer's multibyteness.
13185
13186 2008-03-20 Juanma Barranquero <lekktu@gmail.com>
13187
13188 * icomplete.el (icomplete-prospects-length, icomplete-max-delay-chars)
13189 (icomplete-show-key-bindings, icomplete-minibuffer-setup-hook):
13190 Remove spurious * from defcustom docstrings.
13191 (icomplete-compute-delay): Fix docstring and remove spurious *.
13192 (icomplete-delay-completions-threshold): Fix typo in docstring and
13193 remove spurious *.
13194 (icomplete-completions): While collecting the list of prospective
13195 candidates, don't overshoot `icomplete-prospects-length'.
13196
13197 2008-03-20 Dan Nicolaescu <dann@ics.uci.edu>
13198
13199 * textmodes/refbib.el:
13200 * textmodes/reftex.el:
13201 * textmodes/reftex-global.el:
13202 * textmodes/reftex-vars.el:
13203 * textmodes/reftex-toc.el: Don't use eval-and-compile for byte
13204 compiler pacifying defvars.
13205 (reftex-toc-mode): Only make zmacs-regions local on XEmacs.
13206 * textmodes/reftex-index.el (zmacs-regions): Remove pacifier,
13207 not needed.
13208
13209 2008-03-20 Wilson Snyder <wsnyder@wsnyder.org>
13210
13211 * progmodes/verilog-mode.el (verilog-easy-menu-filter): New function.
13212 (verilog-stmt-menu, verilog-menu): Add :help and filter it.
13213 (verilog-customize, verilog-font-customize)
13214 (electric-verilog-backward-sexp, electric-verilog-forward-sexp)
13215 (verilog-mode): Update documentation strings to match tool tips.
13216 (verilog-auto-search-do, verilog-auto-re-search-do)
13217 (verilog-skip-forward-comment-or-string): Fix verilog-auto
13218 expansion when a .* appears inside a string.
13219 (verilog-re-search-forward, verilog-re-search-backward):
13220 Add comment to recall how this works.
13221 (verilog-read-decls): Fix AUTOINPUT/AUTOOUTPUT mis-including genvars.
13222
13223 2008-03-20 Glenn Morris <rgm@gnu.org>
13224
13225 * calendar/calendar.el (calendar-other-dates): New function.
13226 (calendar-print-other-dates): Use calendar-other-dates.
13227 * calendar/cal-menu.el (calendar-other-dates): Declare it, and remove
13228 the declarations it replaces.
13229 (calendar-mouse-print-dates): Use calendar-other-dates.
13230
13231 * calendar/cal-bahai.el (calendar-bahai-leap-year-p)
13232 (calendar-bahai-leap-base, calendar-bahai-from-absolute): Doc fixes.
13233 (calendar-absolute-from-bahai): Fix the leap-year case.
13234 (calendar-bahai-from-absolute): Re-use the Gregorian month.
13235 (calendar-bahai-date-string, calendar-bahai-print-date):
13236 Handle pre-Bahai dates.
13237
13238 * calendar/cal-china.el (chinese-calendar-celestial-stem)
13239 (chinese-calendar-terrestrial-branch): Make defcustoms.
13240
13241 * calendar/cal-menu.el (calendar-mouse-holidays): Re-use the title.
13242 (calendar-mouse-view-diary-entries): Use or.
13243 (calendar-mouse-chinese-date): Remove unused command.
13244 (cal-menu-load-hook): Mark as obsolete.
13245
13246 * calendar/solar.el (calendar-location-name, calendar-latitude)
13247 (calendar-longitude, solar-arctan, sunrise-sunset)
13248 (solar-mean-equinoxes/solstices): Use the appropriate equality test.
13249
13250 2008-03-20 Jay Belanger <jay.p.belanger@gmail.com>
13251
13252 * calc/calc.el: Remove outdated comments.
13253 (defcalcmodevar, calc-mode-var-list-restore-default-values)
13254 (calc-mode-var-list-restore-saved-values, calc-autorange-units):
13255 Add docstrings.
13256
13257 2008-03-19 Jason Rumney <jasonr@gnu.org>
13258
13259 * w32-fns.el (x-alternatives-map): Add S-tab mapping.
13260
13261 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
13262
13263 * net/tls.el (open-tls-stream): Reindent.
13264
13265 2008-03-19 Michael Albinus <michael.albinus@gmx.de>
13266
13267 * net/tramp.el (tramp-let-maybe): Removed.
13268 (tramp-drop-volume-letter): Don't use `replace-regexp-in-string'.
13269 It does not exist under XEmacs.
13270 (tramp-handle-file-truename, tramp-handle-expand-file-name)
13271 (tramp-completion-file-name-handler): Let-bind
13272 `directory-sep-char'.
13273
13274 * net/tramp-fish.el (tramp-fish-handle-expand-file-name): Let-bind
13275 `directory-sep-char'.
13276
13277 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
13278
13279 * help-fns.el (describe-function-1): Don't signal "missing arglist"
13280 for autoloaded keymaps.
13281
13282 * progmodes/verilog-mode.el (verilog-syntax-ppss): New function.
13283 (electric-verilog-terminate-line, verilog-in-struct-region-p)
13284 (verilog-backward-ws&directives, verilog-forward-ws&directives)
13285 (verilog-in-comment-p, verilog-in-star-comment-p)
13286 (verilog-in-slash-comment-p, verilog-skip-backward-comments)
13287 (verilog-parenthesis-depth, verilog-skip-backward-comment-or-string)
13288 (verilog-skip-forward-comment-or-string, verilog-in-paren)
13289 (verilog-skip-forward-comment-p): Use it.
13290
13291 2008-03-19 Juanma Barranquero <lekktu@gmail.com>
13292
13293 * textmodes/org.el (org-link-store, org-link-follow, org-latex)
13294 (org-remember-templates, org-time-stamp-rounding-minutes)
13295 (org-back-over-empty-lines, org-find-base-buffer-visiting)
13296 (org-columns-new): Fix typos in docstrings.
13297
13298 2008-03-19 Glenn Morris <rgm@gnu.org>
13299
13300 * net/tramp.el (tramp-drop-volume-letter): Evaluate when compiling.
13301 (tramp-handle-shell-command): Use condition-case rather than
13302 ignore-errors.
13303
13304 2008-03-19 Dan Nicolaescu <dann@ics.uci.edu>
13305
13306 * diff-mode.el (diff-header): Make the color louder.
13307 (diff-refine-change): Tone the color down.
13308
13309 2008-03-19 Juanma Barranquero <lekktu@gmail.com>
13310
13311 * descr-text.el (describe-char): When `describe-char-unidata-list'
13312 is set to show all properties, list them in the right order.
13313
13314 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
13315
13316 * international/mule.el (load-with-code-conversion): Avoid setting
13317 default-enable-multibyte-characters.
13318
13319 2008-03-19 Gustav HÃ¥llberg <gustav@virtutech.com> (tiny change)
13320
13321 * vc.el (vc-annotate-background): Fix custom type.
13322
13323 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
13324
13325 * descr-text.el (describe-char-unidata-list): Allow specifying
13326 just all properties.
13327 (describe-char): Handle that new value.
13328
13329 * emulation/cua-base.el (cua-paste): Signal an error in read-only buf.
13330
13331 2008-03-18 Tassilo Horn <tassilo@member.fsf.org>
13332
13333 * doc-view.el (doc-view-initiate-display): Use doc-view-doc-type
13334 instead of file name extension to make docs with uncommon
13335 extensions work.
13336
13337 2008-03-18 Tassilo Horn <tassilo@member.fsf.org>
13338
13339 * doc-view.el (require): Require cl at compile time because
13340 `assert' needs it.
13341
13342 2008-03-18 Glenn Morris <rgm@gnu.org>
13343
13344 * calendar/calendar.el (initial-calendar-window-hook)
13345 (today-visible-calendar-hook): Doc fixes.
13346
13347 2008-03-17 Michael Albinus <michael.albinus@gmx.de>
13348
13349 * net/tramp.el (tramp-root-regexp): Simplify.
13350 (tramp-completion-file-name-regexp-separate): Don't insist on
13351 leading "[". This prevents method or user or host completion.
13352 (tramp-let-maybe): Autoload it.
13353 (tramp-drop-volume-letter): Don't autoload. When not on W32, it
13354 is an alias for `identity'.
13355 (tramp-handle-write-region): Protect `last-coding-system-used'
13356 over the trailing statements.
13357 (tramp-completion-file-name-handler-post-function): Remove.
13358 (tramp-completion-file-name-handler): Let-bind `directory-sep-char'
13359 instead of calling `tramp-drop-volume-letter'.
13360
13361 * net/tramp.el:
13362 * net/tramp-uu.el:
13363 * net/trampver.el: Move coding cookie at the end.
13364
13365 2008-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
13366
13367 * net/tramp.el (tramp-completion-mode-p): Don't use char-equal for
13368 elements which may be something else than characters.
13369
13370 2008-03-17 Dan Nicolaescu <dann@ics.uci.edu>
13371
13372 * vc-bzr.el (vc-bzr-dir-status, vc-bzr-after-dir-status):
13373 New functions to implement vc-status support.
13374
13375 * vc.el (vc-default-extra-status-menu)
13376 (vc-add-to-vc-status-buffer): New functions.
13377
13378 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
13379 for eldoc and ielm.
13380
13381 2008-03-17 Glenn Morris <rgm@gnu.org>
13382
13383 * calendar/cal-x.el (diary-frame-parameters)
13384 (calendar-frame-parameters, calendar-and-diary-frame-parameters):
13385 Fix custom type; add options.
13386 (calendar-frame, diary-frame): Doc fixes.
13387 (calendar-dedicate-diary, calendar-frame-1): Extract common code into
13388 new functions.
13389 (calendar-one-frame-setup, calendar-two-frame-setup): Doc fixes.
13390 Use calendar-frame-1 and calendar-dedicate-diary.
13391 (calendar-one-frame-setup): Also handle only-one-frame case.
13392 (calendar-only-one-frame-setup): Doc fix. Just call
13393 calendar-one-frame-setup.
13394
13395 * calendar/diary-lib.el: Re-order some definitions before their use.
13396 (nongregorian-diary-listing-hook, nongregorian-diary-marking-hook)
13397 (diary-list-entries): Doc fixes.
13398 (make-fancy-diary-display): Remove function.
13399
13400 * calendar/calendar.el (calendar-today-marker)
13401 (initial-calendar-window-hook, today-visible-calendar-hook)
13402 (today-invisible-calendar-hook, diary-file, calendar-basic-setup)
13403 (calendar-star-date, calendar-mark-today): Doc fixes.
13404 (today-visible-calendar-hook): Add options.
13405 (calendar-in-read-only-buffer): New macro.
13406 (calendar-basic-setup): Adapt for change in calendar-read-date.
13407 Place holiday let inside if.
13408 (calendar-day-name-array, calendar-month-name-array): Make defcustoms.
13409 (calendar-read-date): Set day to 1 rather than nil in the NODAY case.
13410 (calendar-print-other-dates): Use one let rather than many.
13411
13412 * calendar/calendar.el (calendar-in-read-only-buffer): New macro.
13413 (calendar-print-other-dates):
13414 * calendar/cal-hebrew.el (list-yahrzeit-dates):
13415 * calendar/diary-lib.el (simple-diary-display, fancy-diary-display):
13416 * calendar/holidays.el (calendar-list-holidays, list-holidays)
13417 (calendar-cursor-holidays):
13418 * calendar/lunar.el (calendar-phases-of-moon): Use
13419 calendar-in-read-only-buffer to replace previous code and disable undo.
13420
13421 2008-03-16 Juri Linkov <juri@jurta.org>
13422
13423 * isearch.el (isearch-edit-string): Use search-ring-yank-pointer
13424 and regexp-search-ring-yank-pointer for the HISTPOS argument of
13425 read-from-minibuffer to provide the correct initial minibuffer
13426 history position in isearch-edit-string when it is called from
13427 isearch-ring-adjust.
13428
13429 * menu-bar.el (kill-this-buffer): Use menu-bar-non-minibuffer-window-p
13430 to check if the current buffer is the minibuffer, and in this case
13431 call abort-recursive-edit to kill the minibuffer. Doc fix.
13432 (kill-this-buffer-enabled-p): Allow this function to return non-nil
13433 when the current buffer is the minibuffer.
13434
13435 * simple.el (goto-line): Leave mark at previous position. Doc fix.
13436
13437 2008-03-16 Tassilo Horn <tassilo@member.fsf.org>
13438
13439 * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
13440 Use non-nil PARENTS attribute of make-directory instead of
13441 explicitly checking existence the current cache directory.
13442
13443 2008-03-16 Daiki Ueno <ueno@unixuser.org>
13444
13445 * epa-file.el (epa-file-select-keys): Fix bug with C-x C-s after
13446 M-x epa-file-select-keys.
13447
13448 2008-03-16 Kenichi Handa <handa@m17n.org>
13449
13450 * international/mule.el (auto-coding-alist):
13451 Use no-conversion-multibyte for archive files.
13452
13453 2008-03-16 Glenn Morris <rgm@gnu.org>
13454
13455 * calendar/diary-lib.el (calendar-mark-complex, calendar-mark-1):
13456 New functions.
13457 * calendar/cal-bahai.el (calendar-mark-1): Autoload it.
13458 (calendar-bahai-mark-date-pattern): Add optional argument `color'.
13459 Use calendar-mark-1.
13460 * calendar/cal-hebrew.el (calendar-mark-complex): Autoload it.
13461 (mark-hebrew-calendar-date-pattern): Add optional argument `color'.
13462 Use calendar-mark-complex.
13463 * calendar/cal-islam.el (calendar-mark-1): Autoload it.
13464 (mark-islamic-calendar-date-pattern): Add optional argument `color'.
13465 Use calendar-mark-1.
13466
13467 * calendar/calendar.el (calendar-mod): Remove.
13468 * calendar/cal-china.el (calendar-chinese-from-absolute)
13469 (calendar-chinese-date-string): Expand calendar-mod calls.
13470 * calendar/cal-mayan.el (calendar-mayan-tzolkin-from-absolute):
13471 Expand calendar-mod calls.
13472
13473 * calendar/cal-bahai.el (calendar-bahai-date-string): Use a single let.
13474 (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
13475 (diary-bahai-insert-yearly-entry): Use let rather than let*.
13476 Move obsolete aliases after the functions that replaced them.
13477
13478 * calendar/cal-hebrew.el (calendar-absolute-from-hebrew)
13479 (hebrew-calendar-yahrzeit, insert-hebrew-diary-entry)
13480 (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry):
13481 Use let rather than let*.
13482 (calendar-hebrew-prompt-for-date): New function.
13483 (calendar-goto-hebrew-date): Use calendar-hebrew-prompt-for-date.
13484 (holiday-tisha-b-av-etc): Use unless, let.
13485
13486 * calendar/cal-islam.el (calendar-islamic-prompt-for-date): New func.
13487 (calendar-goto-islamic-date): Use calendar-islamic-prompt-for-date.
13488
13489 * calendar/cal-mayan.el (calendar-mayan-haab-to-string): Simplify.
13490
13491 * calendar/calendar.el (calendar-for-loop): Add indent spec.
13492
13493 * calendar/diary-lib.el (diary-remind-message, mark-sexp-diary-entries)
13494 (list-sexp-diary-entries, diary-font-lock-sexps): Use format rather
13495 than concat.
13496 (diary): Remove un-needed let.
13497 (view-other-diary-entries): Rename argument.
13498 (diary-list-entries-2): New function.
13499 (diary-list-entries-1, diary-list-entries): Use diary-list-entries-2.
13500 (print-diary-entries): Use unless.
13501 (diary-mark-entries-1): Change argument order, make all but
13502 markfunc optional. Handle the standard (Gregorian) case.
13503 Use match-string-no-properties. Handle marks.
13504 (mark-diary-entries): Use diary-mark-entries-1.
13505 (diary-font-lock-keywords-1): New macro.
13506 (diary-font-lock-keywords): Use diary-font-lock-keywords-1.
13507
13508 2008-03-16 Ulf Jasper <ulf.jasper@web.de>
13509
13510 * calendar/icalendar.el (icalendar-version): Increase to 0.18.
13511 (icalendar-export-hidden-diary-entries): New variable.
13512 (icalendar-export-region): Use icalendar-export-hidden-diary-entries.
13513 In case of error, insert full error-val.
13514 (icalendar-first-weekday-of-year): Remove `offset' argument. Doc fix.
13515 Use calendar-day-of-week. Return the day number.
13516 (icalendar--convert-weekly-to-ical): Use funcall rather than apply.
13517
13518 2008-03-16 Craig Markwardt <Craig.Markwardt@nasa.gov>
13519
13520 * calendar/icalendar.el (icalendar-recurring-start-year): New variable.
13521 (icalendar--diarytime-to-isotime): Fix treatment of 12:00pm - 12:59pm.
13522 (icalendar-export-region): Ignore hidden diary entries.
13523 (icalendar--convert-ordinary-to-ical): Fix case where event
13524 spans across midnight boundary.
13525 (icalendar-first-weekday-of-year): New function.
13526 (icalendar--convert-weekly-to-ical): Allow user-selectable start
13527 year for recurring events (Mozilla calendars do not propagate
13528 recurring events forever, so year 2000 start date was not working).
13529 (icalendar--convert-yearly-to-ical): Remove extra spaces in
13530 formatting of BYMONTH and BYMONTHDAY (not allowed by ical spec).
13531
13532 2008-03-15 Michael Albinus <michael.albinus@gmx.de>
13533
13534 * net/tramp.el (tramp-root-regexp): New defconst.
13535 (tramp-completion-file-name-regexp-unified)
13536 (tramp-completion-file-name-regexp-separate)
13537 (tramp-completion-file-name-regexp-url): Use it.
13538 (tramp-do-copy-or-rename-file-via-buffer):
13539 Set `enable-multibyte-characters' to nil. Set `jka-compr-inhibit' to
13540 t for `insert-file-contents-literally'.
13541 (tramp-drop-volume-letter): Rewrite, using `tramp-root-regexp'.
13542 Autoload it.
13543 (tramp-completion-file-name-handler-post-function): New defconst.
13544 (tramp-completion-file-name-handler): Use it.
13545 (tramp-maybe-open-connection): Update calls to
13546 `tramp-flush-connection-property' for removed 2nd argument.
13547
13548 2008-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
13549
13550 * vc-bzr.el (vc-bzr-diff): Use a faster invocation when possible.
13551 (vc-bzr-complete-with-prefix, vc-bzr-revision-completion-table):
13552 New functions.
13553
13554 2008-03-15 Glenn Morris <rgm@gnu.org>
13555
13556 * calendar/diary-lib.el (diary-list-entries-1, diary-mark-entries-1):
13557 New functions.
13558 * calendar/cal-bahai.el (number, original-date, add-to-diary-list)
13559 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
13560 (diary-list-entries-1, diary-mark-entries-1): Autoload.
13561 (diary-bahai-list-entries): Use diary-list-entries-1.
13562 (diary-bahai-mark-entries): Doc fix. Use diary-mark-entries-1.
13563 * calendar/cal-hebrew.el (number, original-date, add-to-diary-list)
13564 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
13565 (diary-list-entries-1, diary-mark-entries-1): Autoload.
13566 (list-hebrew-diary-entries): Use diary-list-entries-1.
13567 (mark-hebrew-diary-entries): Doc fix. Use diary-mark-entries-1.
13568 * calendar/cal-islam.el (number, original-date, add-to-diary-list)
13569 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
13570 (diary-list-entries-1, diary-mark-entries-1): Autoload.
13571 (list-islamic-diary-entries): Use diary-list-entries-1.
13572 (mark-islamic-diary-entries): Doc fix. Use diary-mark-entries-1.
13573
13574 * calendar/appt.el (appt-check, appt-delete, appt-make-list): Use caar.
13575
13576 * calendar/cal-bahai.el (calendar-bahai-epoch): Doc fix.
13577
13578 * calendar/cal-china.el (number-chinese-months)
13579 (calendar-chinese-from-absolute): Use nth, caar.
13580
13581 * calendar/cal-coptic.el (coptic-calendar-epoch): Doc fix.
13582
13583 * calendar/cal-french.el (french-calendar-accents): Doc fix.
13584
13585 * calendar/cal-hebrew.el (calendar-hebrew-month-name-array-common-year)
13586 (calendar-hebrew-month-name-array-leap-year)
13587 (hebrew-calendar-parashiot-names): Make constants.
13588 (diary-parasha): Move definition after constants it uses.
13589
13590 * calendar/cal-html.el (cal-html-insert-link-yearpage)
13591 (cal-html-htmlify-list): Doc fix.
13592 (cal-html-htmlify-entry): Use nth.
13593
13594 * calendar/cal-islam.el (calendar-islamic-month-name-array)
13595 (calendar-islamic-epoch): Make constants.
13596 (calendar-islamic-epoch): Doc fix.
13597
13598 * calendar/cal-menu.el (cal-menu-goto-menu): Use "Go To".
13599
13600 * calendar/cal-tex.el (cal-tex-hook, cal-tex-insert-preamble)
13601 (cal-tex-month-name): Doc fix.
13602 (cal-tex-last-blank-p): Use zerop.
13603
13604 * calendar/calendar.el (european-calendar-style, calendar-for-loop)
13605 (calendar-sum, calendar-insert-indented, mouse-calendar-other-month)
13606 (calendar-cursor-to-date): Doc fix.
13607 (hebrew-holidays-1, hebrew-holidays-4): Simplify.
13608 (extract-calendar-day, extract-calendar-year): Use cadr, nth.
13609 (calendar-day-number): Use when.
13610 (generate-calendar-month): Use dotimes.
13611 (exit-calendar, calendar-print-other-dates): Use let rather than let*.
13612 (calendar-set-mark): Reverse conditional.
13613 (calendar-make-alist): Move definition before use.
13614
13615 * calendar/diary-lib.el (diary-face-attrs)
13616 (diary-glob-file-regexp-prefix, diary-selective-display)
13617 (number-of-diary-entries, diary-list-entries, diary-goto-entry)
13618 (list-sexp-diary-entries, diary-date, diary-block, diary-float)
13619 (diary-anniversary, diary-cyclic)
13620 (diary-fancy-font-lock-fontify-region-function): Doc fixes.
13621 (diary-header-line-format): Change wording.
13622 (diary-list-entries): Set `date-start' in let.
13623 (include-other-diary-files, mark-included-diary-files): Use format.
13624 (simple-diary-display, fancy-diary-display): Use cadr, unless.
13625 (mark-diary-entries): Use 1+.
13626 (mark-sexp-diary-entries, list-sexp-diary-entries): Use when.
13627 (mark-calendar-month): Use dotimes.
13628
13629 * calendar/holidays.el (displayed-month, displayed-year):
13630 Move declarations where needed.
13631 (calendar-list-holidays): Doc fix.
13632
13633 * calendar/parse-time.el (parse-time-string): Simplify.
13634
13635 * calendar/solar.el (solar-n-hemi-seasons, solar-s-hemi-seasons):
13636 Make constants.
13637 (solar-sunrise-sunset): Rename some local variables for clarity.
13638 (sunrise-sunset): Use zerop.
13639 (solar-mean-equinoxes/solstices): Doc fix.
13640
13641 * calendar/timeclock.el (timeclock-time-to-seconds, timeclock-log-data):
13642 Use nth.
13643 (timeclock-completing-read, timeclock-generate-report): Use zerop.
13644 (timeclock-mean, timeclock-generate-report): Use dolist.
13645
13646 * calendar/todo-mode.el (todo-add-category): Simplify.
13647 (todo-more-important-p, todo-delete-item, todo-file-item):
13648 Use unless, when.
13649 (todo-top-priorities): Use zerop.
13650
13651 2008-03-14 Nick Roberts <nickrob@snap.net.nz>
13652
13653 * buff-menu.el (list-buffers-noselect): Display buffer name in
13654 tooltip instead of mouse binding when it doesn't fit in the list.
13655
13656 2008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
13657
13658 * faces.el (xw-defined-colors):
13659 * simple.el (widget-convert, shell-mode): Declare as functions
13660 instead of autoloading.
13661
13662 * abbrev.el:
13663 * button.el:
13664 * cus-face.el:
13665 * ediff-hook.el:
13666 * emacs-lisp/backquote.el:
13667 * emacs-lisp/timer.el:
13668 * facemenu.el:
13669 * faces.el:
13670 * menu-bar.el:
13671 * simple.el:
13672 * subr.el:
13673 * textmodes/fill.el:
13674 * textmodes/paragraphs.el: Remove autoloads, redundant when the
13675 files are preloaded.
13676
13677 2008-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
13678
13679 * desktop.el (desktop-create-buffer): Don't catch errors if
13680 debug-on-error is set.
13681
13682 2008-03-14 Eli Zaretskii <eliz@gnu.org>
13683
13684 * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
13685 ($(lisp)/calendar/diary-loaddefs.el)
13686 ($(lisp)/calendar/hol-loaddefs.el): New targets.
13687 (LOADDEFS): New macro.
13688 (autoloads): Depend on $(LOADDEFS).
13689
13690 2008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
13691
13692 * font-lock.el (featurep): Remove test, not useful anymore.
13693 (facemenu-keymap): Move key binding ...
13694 * facemenu.el (facemenu-keymap): ... here.
13695
13696 * vc-bzr.el (vc-bzr-print-log): Insert a file marker. Run the log
13697 for each file in the list.
13698 (vc-bzr-log-view-mode): Recognize the file marker.
13699
13700 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
13701 for checkdoc and profiling.
13702
13703 2008-03-14 Bastien Guerry <bzg@altern.org>
13704
13705 * textmodes/flyspell.el (nxml-mode): Add the right
13706 `flyspell-mode-predicate'.
13707
13708 * wid-edit.el (link): Use 'mouse-face for :follow-link.
13709
13710 2008-03-14 Glenn Morris <rgm@gnu.org>
13711
13712 * calendar/solar.el: Reorder so that functions are defined before use.
13713 (displayed-month, displayed-year): Move declarations where needed.
13714 (solar-get-number): Move definition before use. Use unless.
13715 (solar-equatorial-coordinates): Simplify.
13716 (solar-sunrise-and-sunset): Use let rather than let*.
13717 (solar-longitude, solar-equinoxes-solstices): Use cadr, nth.
13718
13719 * startup.el (command-line-1): Rename -internal-script back to
13720 -scriptload (reverts previous change).
13721
13722 * calendar/cal-bahai.el (calendar-bahai-month-name-array)
13723 (calendar-bahai-leap-base): Add doc strings.
13724 (calendar-bahai-prompt-for-date, calendar-bahai-mark-date-pattern):
13725 Move definition before use.
13726 (calendar-bahai-goto-date, diary-bahai-list-entries): Doc fix.
13727 (diary-bahai-list-entries, diary-bahai-mark-entries): Move some constant
13728 variables outside the loop. Use dolist.
13729 (holiday-bahai, calendar-bahai-mark-date-pattern): Use unless.
13730
13731 * calendar/cal-china.el: Re-order so that functions are defined before
13732 use.
13733 (displayed-month, displayed-year): Move declarations where needed.
13734 (chinese-calendar-time-zone, calendar-goto-chinese-date): Doc fix.
13735 (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
13736 Add doc strings.
13737 (chinese-year-cache): Recenter on 2010. Doc fix.
13738 (chinese-year, number-chinese-months, calendar-absolute-from-chinese):
13739 Doc fix. Simplify.
13740 (chinese-year-cache-init): New function.
13741 (compute-chinese-year, holiday-chinese-new-year)
13742 (calendar-chinese-date-string, calendar-goto-chinese-date)
13743 (make-chinese-month-assoc-list): Use cadr, nth.
13744 (chinese-months): Remove un-needed let.
13745
13746 * calendar/cal-coptic.el (coptic-calendar-month-name-array)
13747 (ethiopic-calendar-month-name-array, ethiopic-name): Add doc strings.
13748 (coptic-prompt-for-date): Move definition before use.
13749
13750 * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
13751 (calendar-dst-find-data, calendar-daylight-time-offset)
13752 (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
13753 (calendar-daylight-savings-starts-time)
13754 (calendar-daylight-savings-ends-time): Use cadr, nth.
13755
13756 * calendar/cal-french.el (french-calendar-epoch)
13757 (calendar-goto-french-date): Doc fix.
13758 (french-calendar-month-name-array)
13759 (french-calendar-multibyte-month-name-array)
13760 (french-calendar-day-name-array, french-calendar-special-days-array):
13761 Add doc strings.
13762
13763 * calendar/cal-hebrew.el (displayed-month, displayed-year)
13764 (original-date): Move declarations where needed.
13765 (calendar-goto-hebrew-date, list-hebrew-diary-entries, diary-yahrzeit):
13766 Doc fix.
13767 (list-hebrew-diary-entries, mark-hebrew-diary-entries): Move some
13768 constant variables outside the loop. Use dolist.
13769
13770 * calendar/cal-islam.el (displayed-month, displayed-year)
13771 (original-date): Move declarations where needed.
13772 (islamic-calendar-day-number): Remove unused local variable `day'.
13773 (calendar-goto-islamic-date): Doc fix.
13774 (holiday-islamic): Use unless.
13775 (list-islamic-diary-entries, mark-islamic-diary-entries): Move some
13776 constant variables outside the loop. Use dolist.
13777 (mark-islamic-calendar-date-pattern): Move definition before use.
13778 Use unless.
13779 (mark-islamic-diary-entries): Doc fix.
13780 (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
13781 (insert-yearly-islamic-diary-entry): Use let rather than let*.
13782
13783 * calendar/cal-julian.el (calendar-absolute-from-julian):
13784 Move definition before use. Remove un-needed local `day'.
13785 (calendar-goto-julian-date, calendar-goto-astro-day-number): Doc fix.
13786
13787 * calendar/cal-mayan.el (calendar-mayan-haab-month-name-array)
13788 (calendar-mayan-tzolkin-names-array): Add doc strings.
13789 (calendar-mayan-long-count-from-absolute): Use a single let.
13790 (calendar-string-to-mayan-long-count): Simplify.
13791 (calendar-next-haab-date, calendar-previous-haab-date)
13792 (calendar-next-tzolkin-date, calendar-previous-tzolkin-date)
13793 (calendar-previous-calendar-round-date)
13794 (calendar-goto-mayan-long-count-date, calendar-mayan-date-string):
13795 Doc fix.
13796 (calendar-mayan-tzolkin-haab-on-or-before): Use zerop.
13797 (calendar-mayan-date-string, calendar-print-mayan-date)
13798 (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
13799 (calendar-mayan-long-count-common-era): Move definitions before use.
13800
13801 * calendar/cal-menu.el (displayed-year): Move declaration where needed.
13802 (calendar-event-to-date, cal-tex-mouse-week, cal-tex-mouse-week-iso):
13803 Doc fix.
13804 (calendar-mouse-goto-date): Move definition before use.
13805
13806 * calendar/cal-move.el (calendar-cursor-to-nearest-date): Use or, when.
13807 Move definition before use.
13808 (calendar-cursor-to-visible-date): Move definition before use.
13809 (calendar-scroll-left): Use unless and zerop. Combine lets into one,
13810 and place inside the conditional.
13811 (calendar-forward-day): Simplify.
13812 (calendar-end-of-month): Use unless.
13813 (calendar-goto-day-of-year): Doc fix.
13814 Relocate obsolete aliases after their replacements.
13815
13816 * calendar/cal-persia.el (calendar-goto-persian-date): Doc fix.
13817
13818 * calendar/diary-lib.el (mark-diary-entries): Move some constant
13819 variables outside the diary-date-forms loop.
13820
13821 * calendar/calendar.el (diary-file): Doc fix.
13822 (calendar-buffer-list): Return buffers rather than strings (fixes
13823 previous change).
13824 (hebrew-holidays-4): Fix typo.
13825
13826 * calendar/holidays.el (displayed-month, displayed-year):
13827 Move declarations where needed.
13828 (calendar-holiday-list, calendar-list-holidays)
13829 (holiday-filter-visible-calendar): Move definitions before use.
13830 (list-holidays): Use cadr.
13831 Relocate obsolete aliases after their replacements.
13832
13833 * calendar/lunar.el (date, displayed-month, displayed-year):
13834 Move declarations where needed.
13835 (lunar-phase-list): Move definition after functions it uses.
13836 (calendar-phases-of-moon, diary-phases-of-moon)
13837 (lunar-new-moon-on-or-after): Use cadr, nth.
13838 (lunar-new-moon-on-or-after): Doc fix.
13839
13840 * textmodes/org-irc.el (top-level): CL not required when compiling.
13841 (org-irc-visit-erc): Replace runtime CL functions.
13842
13843 * textmodes/org-publish.el (declare-function): Add compatibility stub.
13844 (org-publish-delete-dups): Declare as function.
13845
13846 2008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
13847
13848 * vc-bzr.el (vc-bzr-log-view-mode): "." can be part of a revno.
13849 (vc-bzr-show-log-entry): Make regexp match more cases.
13850 (vc-diff-switches-list): Remove autoload, not needed.
13851
13852 2008-03-14 Juri Linkov <juri@jurta.org>
13853
13854 * isearch.el (isearch-edit-string): Remove one call to
13855 `isearch-push-state' not to push an inconsistent state,
13856 but keep another correct call to `isearch-push-state'.
13857 (isearch-ring-adjust): Call `isearch-push-state' only when
13858 `search-ring-update' is non-nil since `isearch-edit-string'
13859 already pushes its state.
13860 (isearch-message): Improve matching the failed part by checking
13861 if the original message starts with the last successful message.
13862
13863 * dired.el (dired-warn-writable): Rename to `dired-perm-write'.
13864 (dired-perm-write): Rename from `dired-warn-writable'.
13865 Change parent face from `font-lock-warning-face' to
13866 `font-lock-comment-delimiter-face'.
13867 (dired-warn-writable-face): Rename to `dired-perm-write-face'.
13868 (dired-perm-write-face): Rename from `dired-warn-writable-face'.
13869 (dired-font-lock-keywords): Replace `dired-warn-writable-face'
13870 with `dired-perm-write-face'.
13871
13872 2008-03-13 Tassilo Horn <tassilo@member.fsf.org>
13873
13874 * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
13875 Create cache dir only if it doesn't already exist.
13876
13877 2008-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
13878
13879 * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Fix handling
13880 of \ and '.
13881
13882 2008-03-13 Johan Bockgård <bojohan@gnu.org>
13883
13884 * net/browse-url.el (browse-url-text-xterm):
13885 Unquote browse-url-text-browser.
13886
13887 2008-03-13 Carsten Dominik <dominik@science.uva.nl>
13888
13889 * textmodes/org-mouse.el: Version number change.
13890
13891 * textmodes/org-publish.el (org-publish-expand-components):
13892 Remove null projects from the list of components.
13893 (org-publish-attachment): Bugfix: handle mandatory argument pub-dir.
13894 Remove unused retrieval of the :publishing-directory property.
13895 (org-publish-file): Bugfix: when using a relative directory as the
13896 publishing directory, convert it to a directory filename.
13897 (org-publish-project): New alias.
13898 (org-publish-get-files): Protect against empty p.
13899 (org-publish-file): Send an error when file is not part of any project.
13900 (org-publish-file): Offer to refresh the list of files in known
13901 project when the current file is not part of any project.
13902 (org-publish-before-export-hook)
13903 (org-publish-after-export-hook): New hooks.
13904 (org-publish-org-to): Use new hooks and kill buffers.
13905 (org-publish-file): Remove the code for killing buffers.
13906 (org-publish-initialize-files-alist): Use interactive.
13907 (org-publish-file): If the publishing function creates a new
13908 buffer, kill it after publishing.
13909 (org-publish-timestamp-filename): Protect ":" in file name path
13910 under windows.
13911
13912 * textmodes/org-export-latex.el (org-export-as-latex): Revert the
13913 change that killed the LaTeX buffer.
13914
13915 * textmodes/org.el (org-ctrl-c-star): Implement a missing branch
13916 in the decision tree.
13917 (org-select-remember-template): Clean the code.
13918 (org-prepare-dblock): Add the extra :content parameter.
13919 (org-write-agenda): New output type ".ics" files.
13920 (org-write-agenda): Call `org-icalendar-verify-function', both for
13921 time stamps and for TODO entries.
13922 (org-agenda-collect-markers, org-create-marker-find-array)
13923 (org-check-agenda-marker-table): New functions.
13924 (org-agenda-marker-table): New variable.
13925 (org-export-as-html): Revert the change that killed the html
13926 buffer. Side effects first need to be studied carefully.
13927 (org-get-tags-at): Fix the structure of the condition-case statement.
13928 (org-ts-regexp0, org-repeat-re, org-display-custom-time)
13929 (org-timestamp-change): Fix regular expressions to swallow the
13930 extra character for repeat-shift control.
13931 (org-auto-repeat-maybe): Implement the new repeater mechanisms.
13932 (org-get-legal-level): Alias to `org-get-valid-level'.
13933 (org-dblock-write:clocktable): Add a :link parameter, linking
13934 headlines to their location in the Org agenda files.
13935 (org-get-tags-at): Bugfix: prevent `org-back-to-heading' from
13936 throwing an error when getting tags before headlines.
13937 (org-timestamp-change, org-modify-ts-extra)
13938 (org-ts-regexp1): Fix timestamp editing.
13939 (org-agenda-custom-commands-local-options): New constant.
13940 (org-agenda-custom-commands):
13941 Use `org-agenda-custom-commands-local-options' to improve customize
13942 type. "htmlize": Removed hack to fix face problem with htmlize,
13943 it no longer seem necessary.
13944 (org-follow-link-hook): New hook.
13945 (org-agenda-custom-commands): Add "Component" as a tag for each
13946 item in a command series.
13947 (org-open-at-point): Run `org-follow-link-hook'.
13948 (org-agenda-schedule): Bugfix: don't display marker type when it
13949 is nil.
13950 (org-store-link): org-irc required.
13951 (org-set-regexps-and-options): Parse the new logging options.
13952 (org-extract-log-state-settings): New function.
13953 (org-todo): Handle the new ways of recording state change stuff.
13954 (org-local-logging): New function.
13955 (org-columns-open-link): Fix bug with opening link in column view.
13956 (org-local-logging): New function.
13957 (org-todo): Make sure that LOGGING properties are honoured.
13958 (org-todo-keywords): Improve docstring.
13959 (org-startup-options): Cleanup startup options.
13960 (org-set-regexps-and-options): Process the "!" markers.
13961 (org-todo): Respect the new logging stuff.
13962 (org-log-note-how): New variable.
13963 (org-add-log-maybe): New parameter HOW that defines how logging
13964 should be done and also overrides PURPOSE. Add a docstring.
13965 (org-add-log-note): Check if we really need to ask for a note.
13966 (org-get-current-options): Digest the new keyword.
13967 (org-agenda-reset-markers): Rename from
13968 `org-agenda-maybe-reset-markers'. Remove FORCE argument.
13969 (org-diary, org-agenda-quit, org-prepare-agenda): Call the renamed
13970 function, without force argument.
13971 (org-buffer-property-keys): Bind local variables s and p.
13972 (org-make-tags-matcher): Allow "" to match an empty or
13973 non-existent property value.
13974 (org-export-as-html): Join unsorted lists when they directly
13975 follow each other. Such lists may be created by headlines that
13976 are converted to lists.
13977 (org-nofm-to-completion): New function.
13978 (org-export-as-html): Use :html-extension instead of
13979 org-export-html-extension.
13980 (org-store-link): Support for links from `rmail-summary-mode'.
13981 (org-columns-new, org-complete, org-set-property): Set the
13982 `include-columns' argument in the call to
13983 `org-buffer-property-keys'.
13984 (org-buffer-property-keys): New argument `include-columns', to
13985 include properties expected by any of the COLUMNS formats in the
13986 current buffer.
13987 (org-cleaned-string-for-export): Get rid of drawers first, so that
13988 they will be removed also in the text before the first headline.
13989 (org-clock-report): Show the clocktable when found.
13990 (org-refile): Fix positioning bug when `org-reverse-note-order' is nil.
13991 (org-version): With prefix argument, insert `org-version' at point.
13992 (org-agenda-goto): Recenter the window after finding the target
13993 location, to make sure the correct position will be displayed.
13994 (org-agenda-get-deadlines): Don't scale priority with the warning
13995 period.
13996 (org-insert-heading): Don't break line in the middle of the line.
13997 (org-agenda-get-deadlines): Allow `org-deadline-warning-days' to
13998 be 0.
13999 (org-update-checkbox-count): Revamp to deal with hierarchical
14000 checkboxes. This was a patch from Miguel A. Figueroa-Villanueva.
14001 (org-remove-timestamp-with-keyword): New function.
14002 (org-schedule, org-deadline):
14003 Use `org-remove-timestamp-with-keyword' to make sure all such time
14004 stamps are removed.
14005 (org-mode): Support for `align'.
14006 (org-agenda-get-deadlines): Make sure priorities increase as the
14007 due date approaches and is passed.
14008 (org-remember-apply-template): Fix problem with tags that
14009 contain "_" or "@".
14010 (org-make-link-regexps): Improve the regular expression for plain links.
14011 (org-agenda-get-closed): List each clocking entry.
14012 (org-set-tags): Only tabify before tags if indent-tabs-mode is t.
14013 (org-special-ctrl-k): New option.
14014 (org-kill-line): New function.
14015 (org-archive-all-done): Fix incorrect number of stars in regexp.
14016 (org-refile-get-location): New function.
14017 (org-refile-goto-last-stored): New function.
14018 (org-global-tags-completion-table): Add the value of org-tag-alist
14019 in each buffer, to make sure that also unused tags will be
14020 available for completion.
14021 (org-columns-edit-value)
14022 (org-columns-next-allowed-value): Only update if not in agenda.
14023 (org-clocktable-steps): New function.
14024 (org-dblock-write:clocktable): Call `org-clocktable-steps'.
14025 (org-archive-subtree): Add the outline tree context as a property.
14026 (org-closest-date): New optional argument `prefer'.
14027 (org-goto-auto-isearch): New option.
14028 (org-goto-map, org-get-location): Implement auto-isearch.
14029 (org-goto-local-auto-isearch-map): New variable.
14030 (org-goto-local-search-forward-headings)
14031 (org-goto-local-auto-isearch): New functions.
14032
14033 2008-03-13 Philip Jackson <emacs@shellarchive.co.uk>
14034
14035 * textmodes/org-irc.el: New file.
14036
14037 2008-03-13 John Wiegley <johnw@gnu.org>
14038
14039 * textmodes/org-mac-message.el: New file.
14040
14041 2008-03-13 Dan Nicolaescu <dann@ics.uci.edu>
14042
14043 * font-lock.el (font-lock-comment-face): Set the foreground for
14044 the light background 8 colors case.
14045
14046 2008-03-13 Glenn Morris <rgm@gnu.org>
14047
14048 * font-lock.el (lisp-font-lock-keywords-1): Support wider range of
14049 generate-autoload-cookie patterns.
14050
14051 * startup.el (command-line-1): Rename -scriptload to -internal-script.
14052
14053 * Makefile.in ($(lisp)/loaddefs.el): Remove this target.
14054 (MH_E_SRC): Remove variable.
14055 ($(lisp)/mh-e/mh-loaddefs.el): Remove $MH_E_SRC dependency.
14056 Simplify file header. Use $@ for generated-autoload-file.
14057
14058 * Makefile.in (LOADDEFS): New variable.
14059 (AUTOGENEL): Use $LOADDEFS.
14060 (autoloads): Remove $(lisp)/loaddefs.el dependency; add $LOADDEFS.
14061 ($(lisp)/calendar/cal-loaddefs.el, $(lisp)/calendar/diary-loaddefs.el)
14062 ($(lisp)/calendar/hol-loaddefs.el): New targets.
14063 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
14064 * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-html.el:
14065 * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
14066 * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
14067 * calendar/cal-tex.el, calendar/cal-x.el, calendar/diary-lib.el:
14068 * calendar/holidays.el, calendar/lunar.el, calendar/solar.el:
14069 Add calendar-specific autoload cookies, and remove any setting of
14070 generated-autoload-file.
14071 * calendar/calendar.el: Remove explicit autoloads now in cal-loaddefs.
14072 * calendar/diary-lib.el: Replace explicit autoloads with reading of
14073 diary-loaddefs.
14074 * calendar/holidays.el: Replace explicit autoloads with reading of
14075 hol-loaddefs.
14076
14077 * calendar/calendar.el (cal-hebrew-yahrzeit-buffer): New constant.
14078 (calendar-buffer-list): Simplify.
14079 (generate-calendar-window): Use calendar-mark-holidays rather than
14080 obsolete alias.
14081
14082 * calendar/cal-hebrew.el (list-yahrzeit-dates):
14083 Use cal-hebrew-yahrzeit-buffer.
14084
14085 * calendar/cal-x.el (calendar-only-one-frame-setup)
14086 (calendar-two-frame-setup): Doc fixes.
14087 (special-display-buffer-names): Use cal-hebrew-yahrzeit-buffer.
14088
14089 * calendar/appt.el (appt-mode-string): Mark as risky.
14090 (appt-check): Apply mode-line-emphasis face to appt-mode-string.
14091
14092 * calendar/cal-html.el (diary-list-entries):
14093 * calendar/cal-tex.el (calendar-holiday-list, diary-list-entries)
14094 (calendar-iso-from-absolute): Fix autoloads.
14095
14096 * calendar/cal-iso.el (calendar-absolute-from-iso)
14097 (calendar-iso-read-args): Simplify.
14098 (calendar-iso-date-string, calendar-iso-read-args)
14099 (calendar-goto-iso-date, calendar-goto-iso-week): Doc fixes.
14100
14101 * calendar/cal-julian.el (calendar-julian-from-absolute): Use zerop.
14102 (displayed-month, displayed-year): Move declarations where needed.
14103 (calendar-print-astro-day-number): Doc fix.
14104
14105 * calendar/cal-persia.el (persian-calendar-month-name-array)
14106 (persian-calendar-epoch, calendar-persian-date-string): Doc fixes.
14107 (persian-prompt-for-date): Remove local variable `today'.
14108
14109 * calendar/diary-lib.el (mark-calendar-month): Use zerop.
14110
14111 * calendar/solar.el (solar-moment, solar-exact-local-noon)
14112 (solar-sunrise-sunset, solar-sunrise-sunset-string)
14113 (solar-ephemeris-time, solar-date-next-longitude, solar-sidereal-time)
14114 (diary-sabbath-candles, solar-equinoxes/solstices)
14115 (solar-equinoxes-solstices): Use cadr, cdar, nth, zerop.
14116 (solar-time-equation, solar-date-to-et): Simplify.
14117
14118 * mail/supercite.el: Remove the `function' in `(function (lambda'.
14119 Replace `(car (cdr' with cadr'.
14120
14121 * progmodes/f90.el (f90-font-lock-n): New function.
14122 (f90-font-lock-1, f90-font-lock-2, f90-font-lock-3, f90-font-lock-4):
14123 Use f90-font-lock-n.
14124 (f90-indent-region, f90-indent-subprogram, f90-match-end): Use cadr.
14125
14126 * progmodes/f90.el (f90-mode-abbrev-table):
14127 * progmodes/fortran.el (fortran-mode-abbrev-table):
14128 Use newer form of define-abbrev, where supported. No need to bind
14129 abbrevs-changed for system abbrevs.
14130
14131 2008-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
14132
14133 * term/xterm.el (terminal-init-xterm): delete-frame-hook ->
14134 delete-frame-functions.
14135
14136 * bookmark.el (Info-current-node): Remove.
14137
14138 2008-03-12 Juri Linkov <juri@jurta.org>
14139
14140 * help.el (describe-project): Remove defaliases for view-todo and
14141 describe-project that are now unnecessary after the merge from
14142 emacs--rel--22 that added define-obsolete-function-alias.
14143
14144 * startup.el (inhibit-startup-screen): Revert incomplete
14145 2008-03-10 merge from emacs--rel--22 that partly reverted
14146 2008-02-28 change that added initial message to *scratch* buffer
14147 regardless of the value of `inhibit-startup-screen'.
14148 Now keep this change in the trunk, but not in the 22 branch.
14149
14150 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
14151
14152 * international/quail.el (quail-setup-completion-buf, quail-help):
14153 * mail/binhex.el (binhex-decode-region-internal):
14154 * mail/uudecode.el (uudecode-decode-region-internal):
14155 * net/dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
14156 * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
14157 setting default-enable-multibyte-characters.
14158
14159 * emulation/viper-util.el (viper-file-remote-p): Remove, unused.
14160
14161 * comint.el: Fix up indentation and comment style. Remove `function'.
14162
14163 * international/mule-cmds.el (reset-language-environment)
14164 (set-language-environment-nonascii-translation):
14165 Don't set-unibyte-charset.
14166
14167 * doc-view.el: Remove all cb-args, use closures instead.
14168 (doc-view-sentinel): Merge doc-view-dvi->pdf-sentinel,
14169 doc-view-ps->pdf-sentinel, and doc-view-pdf->txt-sentinel (which was
14170 doing an incorrect check). Update all callers to use the new name.
14171 (doc-view-doc->txt): Add missing `txt' argument.
14172
14173 2008-03-12 Tassilo Horn <tassilo@member.fsf.org>
14174
14175 * doc-view.el (doc-view-current-cache-dir): Set buffer used for
14176 md5 sum calculation to single-byte.
14177
14178 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
14179
14180 * doc-view.el (doc-view-new-window-function): Add assertion.
14181 (doc-view-doc-type): New var.
14182 (doc-view-convert-current-doc, doc-view-doc->txt): Use it.
14183 (doc-view-intersection): New fun.
14184 (doc-view-mode): Use it to set the new var.
14185
14186 2008-03-12 Tassilo Horn <tassilo@member.fsf.org>
14187
14188 * doc-view.el (doc-view-doc->txt, doc-view-open-text)
14189 (doc-view-already-converted-p): New functions.
14190 (doc-view-clear-cache): Don't recreate doc-view-cache-directory.
14191 (doc-view-mode-map): Bind C-c C-t to doc-view-open-text.
14192 (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
14193 (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
14194 (doc-view-ps->pdf-sentinel, doc-view-ps->pdf)
14195 (doc-view-convert-current-doc): Don't hardwire the functions the
14196 sentinels call. Now they're provided by two args CALLBACK and
14197 CB-ARGS to the functions.
14198 (doc-view-search): Use doc-view-doc->txt.
14199 (doc-view-initiate-display): Use doc-view-already-converted-p.
14200 Mention new binding C-c C-t if doc-view-mode doesn't work.
14201
14202 2008-03-12 Dan Nicolaescu <dann@ics.uci.edu>
14203
14204 * diff-mode.el (diff-refine-change): Adjust colors to be more visible.
14205
14206 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
14207
14208 * textmodes/sgml-mode.el (sgml-font-lock-syntactic-keywords):
14209 Mark " outside of tags as punctuation.
14210
14211 2008-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
14212
14213 * menu-bar.el (minibuffer-local-map): Use the same command for the
14214 "Quit" menu as used for the C-g key, so the shortcut displayed is C-g.
14215 Prefer RET over C-j for exit-minibuffer.
14216
14217 * files.el (display-buffer-other-frame): Eliminate problematic code.
14218
14219 * menu-bar.el (menu-bar-update-buffers-maxbuf): Remove.
14220 (menu-bar-select-buffer): Remove.
14221 (menu-bar-select-frame): Make non-interactive and take a frame arg.
14222 (menu-bar-update-buffers): Don't use buffer-names or frame names as events.
14223
14224 2008-03-11 Juanma Barranquero <lekktu@gmail.com>
14225
14226 * icomplete.el (icomplete-completions): Remove obsolete code.
14227
14228 * net/net-utils.el (iwconfig-program-options): Doc fix.
14229 (net-utils-run-program, run-network-program): Define as functions.
14230
14231 2008-03-11 Dan Nicolaescu <dann@ics.uci.edu>
14232
14233 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Fix typo.
14234
14235 2008-03-11 Glenn Morris <rgm@gnu.org>
14236
14237 * faces.el (mode-line-emphasis): New face.
14238 * vc.el (vc-set-mode-line-busy-indicator): Use mode-line-emphasis face.
14239
14240 * calendar/calendar.el (top-level): Load cal-loaddefs when compiling.
14241
14242 2008-03-11 Chong Yidong <cyd@stupidchicken.com>
14243
14244 * simple.el (set-mark-command): Doc fix.
14245
14246 2008-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
14247
14248 * Makefile.in (bootstrap-prepare): Don't chmod cal-loaddefs.el.
14249
14250 * emacs-lisp/autoload.el (autoload-find-destination):
14251 Don't force raw-text.
14252
14253 * calendar/calendar.el ("cal-loaddefs"): Load, rather than require.
14254 * calendar/cal-loaddefs.el: Don't version control.
14255
14256 2008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
14257
14258 * progmodes/make-mode.el (makefile-mode-abbrev-table): Add menu
14259 entries and add :help to the existing ones.
14260
14261 2008-03-10 Glenn Morris <rgm@gnu.org>
14262
14263 * calendar/cal-hebrew.el (date, entry, number): Move declarations
14264 to where they are needed.
14265
14266 * calendar/calendar.el (diary-file, hebrew-holidays-1)
14267 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
14268 (calendar, calendar-basic-setup, calendar-mode-map, calendar-set-mark)
14269 (calendar-version): Doc fixes.
14270 (calendar-absolute-from-gregorian): Use zerop.
14271 (calendar-mode-line-format): Make it a defcustom.
14272
14273 * calendar/diary-lib.el (diary-face-attrs): Fix custom :type.
14274 (diary-face-attrs, diary-glob-file-regexp-prefix, diary-unknown-time)
14275 (diary-pull-attrs, diary-header-line-flag, diary-list-entries)
14276 (diary-unhide-everything, include-other-diary-files, diary-goto-entry)
14277 (mark-included-diary-files, mark-calendar-days-named)
14278 (mark-calendar-date-pattern, mark-calendar-month, diary-entry-compare)
14279 (diary-remind, insert-diary-entry, insert-weekly-diary-entry)
14280 (insert-monthly-diary-entry, insert-yearly-diary-entry)
14281 (insert-anniversary-diary-entry, insert-block-diary-entry)
14282 (insert-cyclic-diary-entry, fancy-diary-font-lock-keywords)
14283 (diary-font-lock-sexps): Doc fixes.
14284 (diary-remind-message, mark-calendar-month): Use zerop.
14285 (diary-attrtype-convert, diary-pull-attrs): Simplify.
14286 (diary-list-entries): Revert let to let* (previous change).
14287
14288 * Makefile.in (bootstrap-prepare): Also chmod cal-loaddefs.el.
14289
14290 2008-03-10 Kim F. Storm <storm@cua.dk>
14291
14292 * help.el (view-emacs-todo, describe-gnu-project): Define obsolete
14293 function aliases for the old names.
14294
14295 2008-03-10 Juanma Barranquero <lekktu@gmail.com>
14296
14297 * iswitchb.el (iswitchb-use-faces): Doc fix.
14298 (iswitchb-buffer-ignore, iswitchb-read-buffer):
14299 Fix typos in docstrings.
14300
14301 2008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
14302
14303 * progmodes/verilog-mode.el (verilog-highlight-grouping-keywords):
14304 Fix typo.
14305 (verilog-type-font-keywords): Reindent.
14306
14307 2008-03-10 Michael McNamara <mac@mail.brushroad.com>
14308
14309 * progmodes/verilog-mode.el (verilog-font-grouping-keywords):
14310 Fix bug in the grouping-keyword regular expression.
14311 (verilog-font-lock-keywords): Allow users to toggle special
14312 highlight of grouping-keywords.
14313 (verilog-highlight-grouping-keywords): The toggle for special
14314 highlighting of grouping keywords.
14315
14316 2008-03-10 Juri Linkov <juri@jurta.org>
14317
14318 * startup.el: Revert 2008-02-28 change that adds initial message
14319 to *scratch* buffer regardless of the value of
14320 `inhibit-startup-screen'.
14321
14322 2008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
14323
14324 * textmodes/css-mode.el (css-indent-offset, css-electric-keys):
14325 * textmodes/bibtex-style.el (bibtex-style-indent-basic):
14326 * progmodes/verilog-mode.el (verilog-mode):
14327 * net/socks.el (socks):
14328 * vc-mtn.el (vc-mtn-mode-line-rewrite): Add :version.
14329
14330 2008-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
14331
14332 * doc-view.el (bookmark-buffer-file-name, bookmark-prop-get): Declare.
14333 (doc-view-bookmark-make-record): Use them.
14334 (doc-view-bookmark-jump): Use them. Fix find-file ->find-file-noselect.
14335 (bookmark-get-filename, bookmark-get-bookmark-record): Remove.
14336
14337 * bookmark.el (bookmark-make-record-function): Change expected return
14338 value to include a suggested bookmark name.
14339 (bookmark-make): Split into bookmark-make-record and bookmark-store.
14340 Fix reversed `overwrite' semantics.
14341 (bookmark-set): Call bookmark-make-record before prompting the user.
14342 Then pass the result to bookmark-store later on.
14343 (bookmark-make-name-function): Remove.
14344 (bookmark-buffer-file-name, bookmark-buffer-name): Don't use it.
14345 * info.el (bookmark-make-name-function): Remove.
14346 (Info-mode): Don't set it.
14347 (Info-bookmark-make-name): Remove.
14348 (Info-bookmark-make-record): Use Info-current-node as suggested default
14349 bookmark name.
14350
14351 * bookmark.el (bookmark-set): Make bookmark before reading annotations.
14352 I.e. use bookmark-edit-annotation rather than bookmark-read-annotation.
14353 (bookmark-read-annotation-mode-map, bookmark-annotation-paragraph)
14354 (bookmark-annotation-buffer, bookmark-annotation-file)
14355 (bookmark-annotation-point, bookmark-send-annotation)
14356 (bookmark-read-annotation-mode, bookmark-read-annotation): Remove.
14357 (bookmark-edit-annotation-text-func): Rename from
14358 bookmark-read-annotation-text-func. Keep old name as an obsolete alias.
14359 (bookmark-edit-annotation-mode-map): Move initialization into
14360 declaration.
14361
14362 * bookmark.el: Remove spurious * in docstrings.
14363 (bookmark-minibuffer-read-name-map): New var.
14364 (bookmark-set): Use it. Also pass the default value as it should.
14365 (bookmark-send-edited-annotation): Take no chances with text properties.
14366 (bookmark-insert-current-bookmark): Inline bookmark-insert-buffer-name.
14367 (bookmark-insert-buffer-name): Remove.
14368 (bookmark-buffer-file-name): Signal an error rather than returning nil.
14369
14370 2008-03-09 Thomas Hühn <xf27@arcor.de> (tiny change)
14371
14372 * tutorial.el (tutorial--default-keys): Update `C-l' binding.
14373
14374 2008-03-09 Dan Nicolaescu <dann@ics.uci.edu>
14375
14376 * diff-mode.el (diff-mode-menu): Add :help.
14377
14378 2008-03-09 Glenn Morris <rgm@gnu.org>
14379
14380 * calendar/calendar.el (general-holidays, oriental-holidays)
14381 (local-holidays, other-holidays, hebrew-holidays-1, hebrew-holidays-2)
14382 (hebrew-holidays-3, hebrew-holidays-4, hebrew-holidays)
14383 (christian-holidays, islamic-holidays, bahai-holidays, solar-holidays)
14384 (calendar-holidays): Restore autoload cookies, because people are
14385 used to using these variables without loading calendar.el.
14386
14387 * calendar/cal-islam.el (diary-islamic-date): Move to end.
14388 (date, number): Declare where needed.
14389
14390 * calendar/diary-lib.el (nongregorian-diary-marking-hook)
14391 (list-sexp-diary-entries): Doc fixes.
14392 (diary-list-entries): Doc fix. Remove free variable `entry'.
14393 (fancy-diary-display): Use dolist, bobp. Remove free variable `entry'.
14394 Simplify setting of `date-holiday-list'.
14395 (mark-diary-entries): Remove free variable `entry'.
14396 (diary-list-entries, include-other-diary-files, fancy-diary-display):
14397 Use let where let* is not needed.
14398
14399 2008-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
14400
14401 * bookmark.el (bookmark-make): Don't pass the `annotation' to the
14402 make-record function, instead paste it in afterwards.
14403 (bookmark-make-record-for-text-file):
14404 * doc-view.el (doc-view-bookmark-make-record):
14405 * info.el (Info-bookmark-make-record): Don't mess with annotations.
14406
14407 2008-03-08 Glenn Morris <rgm@gnu.org>
14408
14409 * calendar/diary-lib.el (entry): Declare for compiler part-way through.
14410
14411 2008-03-08 Stefan Monnier <monnier@iro.umontreal.ca>
14412
14413 * calendar/diary-lib.el (diary-list-entries)
14414 (include-other-diary-files, mark-diary-entries)
14415 (mark-sexp-diary-entries, mark-included-diary-files)
14416 (diary-entry-time, list-sexp-diary-entries): Remove the special
14417 handling of ^M that dates back to the use of selective-display.
14418 (simple-diary-display): Obey setting of pop-up-frames.
14419 (body, entry): Remove unnecessary declarations.
14420
14421 * bookmark.el (bookmark-prop-get, bookmark-prop-set): New funs.
14422 (bookmark-get-annotation, bookmark-set-annotation)
14423 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
14424 (bookmark-set-position, bookmark-get-front-context-string)
14425 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
14426 (bookmark-set-rear-context-string, bookmark-get-handler): Use them.
14427 * info.el (Info-bookmark-make-record): Don't bother recording point.
14428 (bookmark-get-filename, bookmark-get-front-context-string)
14429 (bookmark-get-rear-context-string, bookmark-get-position):
14430 Don't declare any more.
14431 (bookmark-get-info-node): Remove.
14432 (bookmark-prop-get): Declare.
14433 (Info-bookmark-jump): Use it.
14434
14435 2008-03-08 Johan Bockgård <bojohan@gnu.org>
14436
14437 * subr.el (while-no-input): Don't splice BODY directly into the
14438 `or' form.
14439
14440 2008-03-08 Dan Nicolaescu <dann@ics.uci.edu>
14441
14442 * diff-mode.el (diff-ignore-whitespace-hunk):
14443 Bind inhibit-read-only before trying to change the buffer.
14444
14445 2008-03-08 Glenn Morris <rgm@gnu.org>
14446
14447 * calendar/appt.el (appt): Move custom group here from calendar.el.
14448 (appt-disp-window, appt-convert-time): Doc fixes.
14449
14450 * calendar/cal-bahai.el (calendar-bahai-prompt-for-date)
14451 (calendar-bahai-mark-date-pattern):
14452 * calendar/cal-hebrew.el (mark-hebrew-calendar-date-pattern):
14453 * calendar/cal-islam.el (mark-islamic-calendar-date-pattern):
14454 * calendar/cal-julian.el (calendar-absolute-from-julian):
14455 * calendar/cal-persia.el (persian-prompt-for-date): Use zerop.
14456
14457 * calendar/cal-china.el (chinese-calendar): Move custom group here from
14458 calendar.el.
14459 (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
14460 Make constants.
14461 (chinese-calendar-time-zone, chinese-calendar-daylight-time-offset)
14462 (chinese-calendar-daylight-savings-starts)
14463 (chinese-calendar-daylight-savings-ends)
14464 (chinese-calendar-daylight-savings-starts-time)
14465 (chinese-calendar-daylight-savings-ends-time)
14466 (chinese-zodiac-sign-on-or-after, chinese-new-moon-on-or-after):
14467 Doc fixes.
14468
14469 * calendar/cal-coptic.el (coptic-name): Add doc string.
14470
14471 * calendar/cal-french.el (french-calendar-month-name-array)
14472 (french-calendar-day-name-array, french-calendar-special-days-array):
14473 Add doc strings.
14474
14475 * calendar/cal-bahai.el (diary-bahai-mark-entries)
14476 (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
14477 (diary-bahai-insert-yearly-entry):
14478 * calendar/cal-dst.el (calendar-next-time-zone-transition)
14479 (calendar-time-zone):
14480 * calendar/cal-hebrew.el (hebrew-calendar-leap-year-p)
14481 (hebrew-calendar-elapsed-days, hebrew-calendar-long-heshvan-p)
14482 (hebrew-calendar-short-kislev-p, mark-hebrew-diary-entries)
14483 (insert-hebrew-diary-entry, insert-monthly-hebrew-diary-entry)
14484 (insert-yearly-hebrew-diary-entry, diary-yahrzeit):
14485 * calendar/cal-islam.el (islamic-calendar-leap-year-p)
14486 (list-islamic-diary-entries, mark-islamic-diary-entries)
14487 (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
14488 (insert-yearly-islamic-diary-entry):
14489 * calendar/cal-iso.el (calendar-iso-read-args):
14490 * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
14491 (calendar-mayan-haab-to-string, calendar-mayan-tzolkin-to-string)
14492 (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
14493 (calendar-next-calendar-round-date)
14494 (calendar-mayan-long-count-common-era):
14495 * calendar/cal-menu.el (cal-menu-holiday-window-suffix)
14496 (cal-menu-x-popup-menu, calendar-mouse-holidays)
14497 (calendar-mouse-view-diary-entries, calendar-mouse-print-dates)
14498 (calendar-mouse-goto-date):
14499 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
14500 * calendar/holidays.el (holidays):
14501 * calendar/lunar.el (phases-of-moon, lunar-new-moon-on-or-after):
14502 * calendar/time-date.el (date-to-time, time-subtract, time-add)
14503 (safe-date-to-time): Doc fixes.
14504
14505 * calendar/cal-persia.el (persian-calendar-month-name-array)
14506 (persian-calendar-epoch): Make constants.
14507
14508 * calendar/cal-tex.el (calendar-tex): Move custom group here from
14509 calendar.el.
14510
14511 * calendar/cal-x.el (diary-frame-parameters)
14512 (calendar-frame-parameters, calendar-and-diary-frame-parameters)
14513 (calendar-after-frame-setup-hooks): Make defcustoms.
14514 (calendar-one-frame-setup, calendar-only-one-frame-setup)
14515 (calendar-two-frame-setup): Doc fix.
14516
14517 * calendar/cal-loaddefs.el: New file.
14518
14519 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
14520 * calendar/cal-french.el, calendar/cal-html.el:
14521 * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
14522 * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
14523 * calendar/cal-tex.el, calendar/cal-x.el:
14524 Unquote lambda functions. Add autoload cookies to functions formerly
14525 autoloaded in calendar.el. Set `generated-autoload-file' to
14526 "cal-loaddefs.el".
14527
14528 * calendar/calendar.el: Move many autoloads to separate file,
14529 cal-loaddefs.el. Move defcustoms to start and re-order.
14530 (calendar-month-name-array, calendar-starred-day): No need to
14531 declare for compiler.
14532 (cal-loaddefs): Require it.
14533 (appt, chinese-calendar, calendar-tex): Move custom groups to the
14534 appropriate file.
14535 (diary-entry-marker, calendar-today-marker, calendar-holiday-marker):
14536 Reverse logic.
14537 (diary-face, diary-file-name-prefix-function, diary-include-string)
14538 (diary-glob-file-regexp-prefix, diary-face-attrs)
14539 (diary-file-name-prefix, sexp-diary-entry-symbol)
14540 (print-diary-entries-hook, list-diary-entries-hook)
14541 (nongregorian-diary-listing-hook, mark-diary-entries-hook)
14542 (nongregorian-diary-marking-hook, diary-list-include-blanks):
14543 Move to diary-lib.
14544 (all-christian-calendar-holidays, all-islamic-calendar-holidays)
14545 (all-bahai-calendar-holidays): Doc fix.
14546 (calendar-insert-indented): Doc fix. Use when rather than if.
14547 (exit-calendar): Use mapc rather than mapcar.
14548 (calendar-cursor-to-date): Use zerop.
14549 (calendar-mark-ring): Add doc-string.
14550 (calendar-starred-day): Defvar it.
14551 (calendar-mode): Make calendar-starred-day local.
14552 (calendar-star-date): No need to make calendar-starred-day local.
14553
14554 * calendar/diary-lib.el: Move defcustoms to start.
14555 (diary-include-string, diary-list-include-blanks)
14556 (diary-glob-file-regexp-prefix, diary-face, diary-face-attrs)
14557 (diary-file-name-prefix, diary-file-name-prefix-function)
14558 (sexp-diary-entry-symbol, list-diary-entries-hook)
14559 (mark-diary-entries-hook, nongregorian-diary-listing-hook)
14560 (nongregorian-diary-marking-hook, print-diary-entries-hook):
14561 Move here from calendar.el.
14562 (diary-file-name-prefix-function): Use 'identity.
14563 (diary-face): Make it a defcustom, and mark as obsolete.
14564 (top-level): No need to require cal-hebrew, cal-islam when compiling.
14565 (calendar-hebrew-month-name-array-leap-year)
14566 (calendar-islamic-month-name-array, calendar-bahai-month-name-array):
14567 Define for compiler.
14568 (diary-font-lock-keywords): Use format rather than concat.
14569 Add bahai-diary-entry-symbol.
14570
14571 * calendar/cal-hebrew.el, calendar/holidays.el, calendar/lunar.el:
14572 * calendar/solar.el: Unquote lambda functions.
14573
14574 * calendar/solar.el (calendar-location-name, calendar-latitude)
14575 (calendar-longitude, solar-setup, solar-sin-degrees)
14576 (solar-cosine-degrees, solar-tangent-degrees, solar-xy-to-quadrant)
14577 (solar-degrees-to-quadrant, solar-atn2, solar-arccos)
14578 (solar-sunrise-and-sunset, solar-moment, solar-daylight)
14579 (solar-exact-local-noon, solar-julian-ut-centuries)
14580 (solar-ephemeris-time, solar-date-next-longitude)
14581 (solar-horizontal-coordinates, solar-equatorial-coordinates)
14582 (solar-ecliptic-coordinates, solar-data-list, solar-longitude)
14583 (solar-ephemeris-correction, solar-sidereal-time, solar-date-to-et)
14584 (sunrise-sunset, solar-seasons-data, solar-equinoxes/solstices):
14585 Doc fixes.
14586 (solar-horizontal-coordinates, solar-equatorial-coordinates)
14587 (solar-ecliptic-coordinates): Rename argument `for-sunrise-sunset'.
14588 (solar-ecliptic-coordinates): Use unless.
14589 (calendar-sunrise-sunset, diary-sunrise-sunset, diary-sabbath-candles):
14590 Use or.
14591
14592 * calendar/timeclock.el: Add doc-strings to all functions.
14593 (timeclock-workday, timeclock-in, timeclock-completing-read): Doc fixes.
14594 (timeclock-entry-list-length, timeclock-entry-list-projects)
14595 (timeclock-day-list-projects, timeclock-day-list): Use dolist.
14596
14597 * calendar/todo-mode.el: Remove un-needed eval-when-compile.
14598
14599 * textmodes/org.el (list-diary-entries-hook): Declare for compiler.
14600 (org-get-entries-from-diary): Require diary-lib.
14601
14602 2008-03-08 Juanma Barranquero <lekktu@gmail.com>
14603
14604 * info.el (bookmark-make-name-function, bookmark-get-bookmark-record):
14605 Pacify byte-compiler.
14606
14607 2008-03-07 Alan Mackenzie <acm@muc.de>
14608
14609 * progmodes/cc-engine.el (c-in-knr-argdecl): Limit number of
14610 paren/bracket pairs parsed, to solve performance problem.
14611
14612 2008-03-07 Bastien Guerry <bzg@altern.org>
14613
14614 * bookmark.el (bookmark-set): Don't check for
14615 `bookmark-make-name-function' since `bookmark-buffer-file-name'
14616 already takes care of this.
14617 (bookmark-buffer-name, bookmark-buffer-file-name):
14618 Remove Info-mode specific code.
14619
14620 * info.el (bookmark-get-info-node): Define this function in
14621 info.el, not in bookmark.el.
14622 (Info-mode): Set `bookmark-make-name-function' to
14623 `Info-bookmark-make-name' locally.
14624 (Info-bookmark-make-name): New function.
14625
14626 * bookmark.el (bookmark-make-name-function): New variable.
14627
14628 2008-03-07 Karl Fogel <kfogel@red-bean.com>
14629
14630 * bookmark.el (bookmark-set): Make `bookmark-make-record-function'
14631 buffer-local, not `bookmark-make-cell-function' (the old name).
14632
14633 2008-03-07 Tassilo Horn <tassilo@member.fsf.org>
14634
14635 * doc-view.el (doc-view-bookmark-make-record):
14636 * image-mode.el (image-bookmark-make-record):
14637 * info.el (Info-bookmark-make-record): Delete obsolete second arg.
14638
14639 2008-03-07 Jan Djärv <jan.h.d@swipnet.se>
14640
14641 * vc.el (vc-status-menu-map-filter): Return orig-binding if
14642 boundp 'vc-ignore-menu-filter.
14643 (vc-status-tool-bar-map): Make it defvar.
14644 (vc-status-mode): vc-status-tool-bar-map now variable.
14645 (vc-status-toggle-mark): toggle-mark-file => vc-status-toggle-mark-file.
14646
14647 2008-03-07 Karl Fogel <kfogel@red-bean.com>
14648
14649 Give a better name to part of the bookmark interface.
14650
14651 This was originally a much larger change, but halfway through I
14652 updated and discovered that Stefan Monnier had done the rest.
14653 It looks like he anticipated the new name too, because he used
14654 `the-record' instead of `the-cell' for some internal variable names.
14655
14656 * bookmark.el (bookmark-make-record-function): Was
14657 `bookmark-make-cell-function'.
14658 (bookmark-make, bookmark-send-annotation): Update for above.
14659 (bookmark-make-record-for-text-file):
14660 Was `bookmark-make-cell-for-text-file'. Fix doc string re 2008-03-07T05:00:18Z!monnier@iro.umontreal.ca.
14661
14662 * info.el: Adjust accordingly.
14663 (Info-bookmark-make-record): Was `Info-bookmark-make-cell'.
14664
14665 * image-mode.el: Adjust accordingly.
14666 (image-bookmark-make-record): Was `image-bookmark-make-cell'.
14667
14668 * doc-view.el: Adjust accordingly.
14669 (doc-view-bookmark-make-record): Was `doc-view-bookmark-make-cell'.
14670
14671 2008-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
14672
14673 * bookmark.el (bookmark-map, bookmark-read-annotation-mode-map):
14674 Move initialization into declaration.
14675 (bookmark-get-info-node, bookmark-set-info-node): Remove.
14676 (bookmark-make, bookmark-make-cell-for-text-file): Remove info-node arg.
14677 (bookmark-info-current-node): Remove.
14678 (bookmark-jump-noselect): Rename from bookmark-jump-internal.
14679 Add relocation fallback. Set bookmark-current-bookmark.
14680 (bookmark-default-handler): Rename from bookmark-jump-noselect.
14681 Remove relocation fallback. Don't set bookmark-current-bookmark.
14682 (bookmark-set): Let it be used even if there's no buffer-file-name
14683 as long as there is a bookmark-make-cell-function.
14684 * info.el (Info-bookmark-jump): Remove relocation fallback.
14685 Don't set bookmark-current-bookmark.
14686
14687 2008-03-07 Glenn Morris <rgm@gnu.org>
14688
14689 * calendar/appt.el (appt-issue-message)
14690 (appt-message-warning-time, appt-audible, appt-visible)
14691 (appt-msg-window, appt-display-mode-line, appt-display-duration)
14692 (appt-display-diary): Remove autoload cookies.
14693
14694 * calendar/cal-china.el, calendar/timeclock.el, calendar/todo-mode.el:
14695 Remove leading `*' from defcustom doc-strings.
14696
14697 * calendar/cal-dst.el (calendar-dst): New custom group.
14698 (calendar-daylight-savings-starts, calendar-daylight-savings-ends)
14699 (calendar-time-zone, calendar-daylight-time-offset)
14700 (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
14701 (calendar-daylight-savings-starts-time)
14702 (calendar-daylight-savings-ends-time): Convert from defvar to defcustom.
14703 (calendar-daylight-savings-starts, calendar-daylight-savings-ends):
14704 Move to start.
14705
14706 * calendar/cal-menu.el (holidays-in-diary-buffer): Declare for compiler.
14707
14708 * calendar/calendar.el (calendar-version): Use emacs-version and
14709 make it obsolete. Move to end.
14710 (calendar-offset, view-diary-entries-initially)
14711 (mark-diary-entries-in-calendar, calendar-remove-frame-by-deleting)
14712 (view-calendar-holidays-initially, all-hebrew-calendar-holidays)
14713 (all-christian-calendar-holidays, all-islamic-calendar-holidays)
14714 (all-bahai-calendar-holidays, calendar-load-hook)
14715 (initial-calendar-window-hook, today-visible-calendar-hook)
14716 (today-invisible-calendar-hook, calendar-move-hook)
14717 (diary-nonmarking-symbol, hebrew-diary-entry-symbol)
14718 (islamic-diary-entry-symbol, bahai-diary-entry-symbol)
14719 (diary-include-string, sexp-diary-entry-symbol)
14720 (abbreviated-calendar-year, american-date-diary-pattern)
14721 (european-date-diary-pattern, european-calendar-display-form)
14722 (american-calendar-display-form, print-diary-entries-hook)
14723 (list-diary-entries-hook, diary-hook, diary-display-hook)
14724 (nongregorian-diary-listing-hook, mark-diary-entries-hook)
14725 (nongregorian-diary-marking-hook, diary-list-include-blanks)
14726 (holidays-in-diary-buffer, general-holidays, oriental-holidays)
14727 (local-holidays, other-holidays, hebrew-holidays-1)
14728 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
14729 (hebrew-holidays, christian-holidays, islamic-holidays)
14730 (bahai-holidays, solar-holidays, calendar-setup)
14731 (calendar-week-start-day): Remove autoload cookies.
14732 (diary-glob-file-regexp-prefix): Doc fix.
14733 (calendar-goto-info-node): Use `info' rather than `Info-find-node'.
14734 (Info-find-emacs-command-nodes, Info-find-node): Remove declarations.
14735 (calendar-week-start-day, calendar-debug-sexp): Move to start.
14736
14737 * calendar/solar.el: Remove leading `*' from defcustom doc-strings.
14738 (calendar-time-display-form, calendar-latitude)
14739 (calendar-longitude, solar-equinoxes-solstices): Remove autoload
14740 cookies.
14741 (calendar-latitude, calendar-longitude): Move functions after
14742 variables.
14743 (diary-sabbath-candles-minutes): Move to start.
14744 (solar-setup): Use or rather than if.
14745 (solar-sin-degrees, solar-cosine-degrees, solar-tangent-degrees):
14746 Remove condition-case.
14747 (solar-atn2): Use zerop.
14748 (solar-equinoxes-solstices): Doc fix.
14749
14750 * mail/supercite.el: Remove leading `*' from defcustom doc-strings.
14751 (sc-mode-map-prefix): Doc fix. Make it a defcustom.
14752
14753 * textmodes/org.el (org-agenda-sunrise-sunset): Require solar.
14754 (calendar-longitude, calendar-latitude, calendar-location-name):
14755 Declare for compiler.
14756
14757 2008-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
14758
14759 * arc-mode.el (archive-ar-file-header-re): New const.
14760 (archive-ar-summarize, archive-ar-extract): New funs.
14761 (archive-find-type): Recognize ar archives.
14762
14763 * vc-bzr.el (vc-bzr-resolve-when-done, vc-bzr-find-file-hook):
14764 New functions.
14765
14766 * info.el (Info-bookmark-make-cell): Don't use the info-node argument.
14767
14768 2008-03-06 Lennart Borgman <lennart.borgman@gmail.com>
14769
14770 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
14771 Replace :enable (mark-active) with :enable mark-active.
14772
14773 2008-03-06 Juanma Barranquero <lekktu@gmail.com>
14774
14775 * vms-patch.el (make-legal-file-name): New obsolete alias.
14776 (make-valid-file-name): Rename from `make-legal-file-name'.
14777 (make-auto-save-file-name): Use it.
14778
14779 * calendar/calendar.el (calendar-date-is-legal-p): New obsolete alias.
14780 (calendar-date-is-valid-p): Rename from `calendar-date-is-legal-p'.
14781 (calendar-date-is-visible-p, mark-visible-calendar-date): Use it.
14782
14783 * textmodes/org.el (org-export-html-style): Doc fix.
14784 (org-get-legal-level): New obsolete alias.
14785 (org-get-valid-level): Rename from `org-get-legal-level'.
14786 (org-promote, org-demote, org-archive-subtree)
14787 (org-remember-handler, org-refile, org-put-clock-overlay): Use it.
14788
14789 2008-03-06 Jan Djärv <jan.h.d@swipnet.se>
14790
14791 * term/x-win.el (x-gtk-stock-map): Add bookmark_add.
14792
14793 * vc.el (vc-status-tool-bar-map, vc-status-toggle-mark-file)
14794 (vc-status-toggle-mark): New functions.
14795 (vc-status-mode): Set tool bar map.
14796
14797 2008-03-05 Chong Yidong <cyd@stupidchicken.com>
14798
14799 * emacs-lisp/lisp.el (parens-require-spaces): Doc fix.
14800 Reported by Drew Adams <drew.adams@oracle.com>.
14801
14802 2008-03-05 Kenichi Handa <handa@ni.aist.go.jp>
14803
14804 * subr.el (read-quoted-char): Resolve modifiers of the character
14805 event.
14806
14807 * comint.el (comint-exec-1): Don't change the coding-system for
14808 decoding to dos-like EOL.
14809 (comint-carriage-motion): Fully rewrite.
14810
14811 2008-03-05 Juanma Barranquero <lekktu@gmail.com>
14812
14813 * epg.el (epg-context-include-certs): Reflow docstring.
14814 (epg-start-sign-keys, epg-sign-keys, epg-context-armor)
14815 (epg-context-signers, epg-context-sig-notations, epg-context-set-armor)
14816 (epg-context-set-signers, epg-context-set-sig-notations)
14817 (epg-make-import-status, epg-make-import-result)
14818 (epg-start-delete-keys): Fix typos in docstrings.
14819 (epg-start-sign-keys, epg-sign-keys):
14820 Fix typos in obsolescence declarations.
14821
14822 * iswitchb.el: Don't check for `cadr' and `last'.
14823 (iswitchb-define-mode-map, iswitchb-default-keybindings):
14824 Add obsolescence declaration and remove redundant info from docstring.
14825 (iswitchb-set-common-completion, iswitchb-set-matches)
14826 (iswitchb-get-matched-buffers, iswitchb-visit-buffer): Use `let'.
14827 (recentf-list, most-len, most-is-exact):
14828 Don't wrap defvars within `eval-when-compile'.
14829
14830 2008-03-05 Glenn Morris <rgm@gnu.org>
14831
14832 * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
14833 * ediff-init.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
14834 * ediff-diff.el, ediff-help.el, ediff-hook.el, ediff-init.el:
14835 * ediff-mult.el, ediff-util.el, ediff-wind.el: Expand all
14836 ediff-cond-compile-for-xemacs-or-emacs calls to a featurep test.
14837
14838 * ediff-hook.el (ediff-window-setup-function): Don't autoload
14839 declaration for compiler.
14840 (ediff-xemacs-init-menus): Use when rather than if.
14841
14842 * ediff-init.el (top-level, ediff-frame-iconified-p): Simplify
14843 if+and to just and.
14844 (ediff-read-event, ediff-overlayp, ediff-make-overlay)
14845 (ediff-delete-overlay): Move the XEmacs test inside the definition.
14846
14847 * ediff-mult.el (ediff-get-meta-info): Use or and unless rather than if.
14848
14849 * ediff-util.el (ediff-kill-bottom-toolbar): Place (ediff-use-toolbar-p)
14850 test inside XEmacs test.
14851 (ediff-make-bottom-toolbar): Place whole cond inside XEmacs test,
14852 since it was doing nothing on Emacs.
14853 (ediff-make-bullet-proof-overlay): Use when rather than if.
14854
14855 * ediff-wind.el (ediff-select-lowest-window): Use when rather than if.
14856 (ediff-setup-control-frame): Remove
14857 ediff-cond-compile-for-xemacs-or-emacs, since it is already inside
14858 a (featurep 'xemacs) test.
14859
14860 2008-03-05 Jay Belanger <jay.p.belanger@gmail.com>
14861
14862 * calc/calc-ext.el (calc-extended-command-history): New variable.
14863 (calc-execute-extended-command): Use `calc-extended-command-history'.
14864
14865 2008-03-05 Dan Nicolaescu <dann@ics.uci.edu>
14866
14867 * bindings.el (mode-line-remote): Add mouse-face. Improve tooltip.
14868 (standard-mode-line-position): Add mouse-face.
14869
14870 * progmodes/compile.el (compilation-menu-map, compilation-mode-map):
14871 * progmodes/grep.el (grep-mode-map): Add :help.
14872
14873 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Define and
14874 initialize in one step. Add :help. Use :enable to activate menu
14875 items. Show the key binding for edebug-defun.
14876 (lisp-interaction-mode-map): Add a menu.
14877
14878 * term.el (term-mode-map): Define and initialize in one step.
14879
14880 * ediff-init.el (ediff-color-display-p): Simplify.
14881 (Xor): Remove unused function.
14882 (ediff-with-syntax-table): Simplify for Emacs.
14883
14884 * ediff-hook.el (menu-bar-ediff-menu): Don't depend on the
14885 menu-bar being loaded, it always is.
14886
14887 2008-03-05 Glenn Morris <rgm@gnu.org>
14888
14889 * textmodes/tex-mode.el (tex-mode): Suppress warning about
14890 multiple definitions when compiling.
14891
14892 2008-03-04 Alan Mackenzie <acm@muc.de>
14893
14894 * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix coding bug.
14895
14896 * progmodes/cc-langs.el (c-before-font-lock-function): Fix bug in
14897 doc-string, "c-old-LEN" -> "c-old-END".
14898
14899 2008-03-04 Jason Rumney <jasonr@gnu.org>
14900
14901 * nxml/rng-nxml.el (rng-preferred-prefix-alist): Add dublin core
14902 namespaces.
14903
14904 2008-03-04 Glenn Morris <rgm@gnu.org>
14905
14906 * textmodes/tex-mode.el (tex-cmd-bibtex-args): Add :version and :group.
14907
14908 * ediff-init.el (ediff-clear-fine-diff-vector): Use mapc rather
14909 than mapcar.
14910
14911 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
14912
14913 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
14914 (byte-compile-nilconstp): Can't use recursion in a defsubst.
14915
14916 * textmodes/tex-mode.el (latex-mode): Remove % from paragraph-separate
14917 so that M-q can fill comments.
14918 (tex-executable-exists-p, tex-compile): Extend with special syntax for
14919 commands implemented in elisp.
14920 (tex-compile-commands): Add an entry to use doc-view for pdf files.
14921 (tex-format-cmd): New function.
14922 (tex-compile): Use it to let the user specify default arguments.
14923 (tex-cmd-bibtex-args): New var.
14924 (tex-cmd-doc-view): New function.
14925
14926 2008-03-03 Juanma Barranquero <lekktu@gmail.com>
14927
14928 * faces.el (face-spec-set): Fix typos in docstring.
14929
14930 2008-03-03 Dan Nicolaescu <dann@ics.uci.edu>
14931
14932 * bindings.el (mode-line-column-line-number-mode-map): New variable.
14933 (standard-mode-line-position): Use it to add a menu for toggling
14934 column number and line number display.
14935
14936 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
14937
14938 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
14939 Remove optimization that was working around the form-code-walker bug.
14940
14941 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
14942 Walk into the body of lambdas after byte-compile-unfold-lambda.
14943
14944 2008-03-03 Glenn Morris <rgm@gnu.org>
14945
14946 * emulation/viper-util.el (viper-frame-value): Prefer buffer-local
14947 value, if set, over frame value.
14948
14949 * simple.el (transient-mark-mode): Don't turn on by default.
14950
14951 * net/tls.el (open-tls-stream): Restore the 2007-11-04 change
14952 accidentally removed by the 2007-12-05 merge from Gnus.
14953
14954 2008-03-02 Dan Nicolaescu <dann@ics.uci.edu>
14955
14956 * progmodes/compile.el (compilation-menu-map): Add menu entries
14957 for useful options.
14958
14959 2008-03-01 Dan Nicolaescu <dann@ics.uci.edu>
14960 Glenn Morris <rgm@gnu.org>
14961
14962 * emacs-lisp/bytecomp.el (byte-recompile-directory)
14963 (byte-compile-file, batch-byte-compile, batch-byte-compile-file):
14964 Give a `bytecomp-' prefix to local variables with common names.
14965
14966 2008-03-01 Glenn Morris <rgm@gnu.org>
14967
14968 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
14969 Restore code commented out 2007-11-10.
14970
14971 * emulation/edt.el (zmacs-region-stays): Define for compiler once only.
14972
14973 * emulation/viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
14974 Delete macro.
14975 * emulation/viper-cmd.el, emulation/viper-ex.el:
14976 * emulation/viper-init.el, emulation/viper-keym.el:
14977 * emulation/viper-mous.el, emulation/viper-util.el:
14978 * emulation/viper.el:
14979 Expand all viper-cond-compile-for-xemacs-or-emacs calls to a
14980 featurep test.
14981
14982 Replace obsolete frame-local variables with frame-parameters.
14983 * emulation/viper-init.el (viper-replace-overlay-cursor-color)
14984 (viper-insert-state-cursor-color, viper-emacs-state-cursor-color)
14985 (viper-vi-state-cursor-color): Only call make-variable-frame-local
14986 on XEmacs.
14987 * emulation/viper-util.el (viper-frame-value): New macro.
14988 * emulation/viper-cmd.el (viper-insert-state-post-command-sentinel)
14989 (viper-R-state-post-command-sentinel)
14990 (viper-replace-state-post-command-sentinel)
14991 (viper-change-state-to-insert, viper-change-state-to-emacs):
14992 * emulation/viper-util.el (viper-set-cursor-color-according-to-state)
14993 (viper-save-cursor-color, viper-get-saved-cursor-color-in-replace-mode)
14994 (viper-get-saved-cursor-color-in-insert-mode)
14995 (viper-get-saved-cursor-color-in-emacs-mode, viper-set-replace-overlay):
14996 Use viper-frame-value for viper-replace-overlay-cursor-color,
14997 viper-emacs-state-cursor-color, viper-insert-state-cursor-color, and
14998 viper-vi-state-cursor-color values.
14999
15000 * emulation/viper-cmd.el (zmacs-region-stays):
15001 * emulation/viper-util.el (zmacs-region-stays): No need to define
15002 for compiler.
15003
15004 * emulation/viper-keym.el (viper-add-keymap): Use mapc rather than
15005 mapcar on Emacs.
15006
15007 * emulation/viper-mous.el (viper-counting-clicks-p): Only define
15008 on XEmacs.
15009
15010 * emulation/viper-util.el (viper-set-minibuffer-overlay): Use when
15011 rather than if.
15012
15013 2008-03-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15014
15015 * whitespace.el: New version 9.3. As the glyph code generation was
15016 fixed, it is possible now to use character code above ?\x1FFFF in the
15017 display table. Fix `whitespace-indentation-regexp' to not include an
15018 extra ending character. Reported by Michael Welsh Duggan
15019 <mwd@cert.org>. Added hook actions when buffer is written or killed as
15020 the original whitespace package had. Suggested by Eric Cooper
15021 <ecc@cmu.edu>. Doc fix.
15022 (whitespace-action): New option.
15023 (whitespace-display-mappings): Changed default newline visualization to
15024 display downwards arrow, as the glyph code generation was fixed.
15025 (whitespace-unload-function): Assure that all local whitespace mode is
15026 turned off.
15027 (whitespace-global-modes): Fix type customization.
15028 (whitespace-mode, global-whitespace-mode, whitespace-cleanup-region)
15029 (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
15030 (whitespace-turn-off, whitespace-color-on, whitespace-display-char-on):
15031 Fix code.
15032 (whitespace-buffer): Command removed.
15033 (whitespace-trailing-regexp, whitespace-mark-x)
15034 (whitespace-display-window, whitespace-action-when-on)
15035 (whitespace-add-local-hook, whitespace-remove-local-hook)
15036 (whitespace-write-file-hook, whitespace-kill-buffer-hook)
15037 (whitespace-action): New funs.
15038 (whitespace-report-list, whitespace-report-text)
15039 (whitespace-report-buffer-name): New consts.
15040 (whitespace-report, whitespace-report-region): New commands.
15041
15042 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
15043
15044 * disp-table.el (make-glyph-code): Don't test the result of
15045 `face-id', which already signals an error for invalid faces.
15046 (glyph-face): Simplify.
15047
15048 * desktop.el (desktop-read): Set `desktop-dirname' to nil before
15049 running `desktop-not-loaded-hook' to allow modifying it.
15050 Don't show warning message if `desktop-dirname' was modified.
15051
15052 2008-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
15053
15054 * diff-mode.el (diff-sanity-check-hunk): Only accept an empty line if
15055 we still expect more lines.
15056
15057 * textmodes/fill.el (fill-comment-paragraph): Don't try to do
15058 comment-paragraph filling if the commark doesn't match
15059 comment-start-skip.
15060
15061 2008-03-01 Daiki Ueno <ueno@unixuser.org>
15062
15063 * international/utf-7.el (utf-7-encode): Never skip the trailing - for
15064 the `imap' variant.
15065
15066 2008-03-01 Jason Rumney <jasonr@gnu.org>
15067
15068 * files.el (make-auto-save-file-name): Encode more characters in
15069 non-file buffer names. Use url-encoding.
15070
15071 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
15072
15073 * net/net-utils.el (ftp-program): Fix typo in docstring.
15074 (ifconfig-program-options, netstat-program-options)
15075 (arp-program-options, route-program-options, nslookup-program-options)
15076 (ftp-program-options, smbclient-program-options)
15077 (dns-lookup-program-options, arp, route): Doc fixes.
15078
15079 * progmodes/gdb-ui.el (gdb-pc-address, gdb-source-file-list)
15080 (gdb-cpp-define-alist-program, gdb-mouse-jump, gdb-get-buffer-create)
15081 (gdb-set-gud-minor-mode-existing-buffers-1, gdb-debug-log):
15082 Fix typos in docstrings.
15083 (gdb-pending-triggers): Reflow docstring.
15084 (gdb, gdb-init-1): Fix typos in docstrings of gud-def definitions.
15085
15086 2008-03-01 Alan Mackenzie <acm@muc.de>
15087
15088 * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix a bug on
15089 typing "#" at EOB.
15090
15091 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
15092
15093 * emulation/cua-base.el (cua-remap-control-z): Fix typo in docstring.
15094
15095 2008-02-29 Kim F. Storm <storm@cua.dk>
15096
15097 * emulation/cua-base.el (cua-remap-control-v)
15098 (cua-remap-control-z): New defcustoms.
15099 (cua-mode): Add them to set-after property.
15100 (cua--init-keymaps): Use them.
15101 Add C-x/C-c home, end, next, and prior to cua--prefix-repeat-keymap.
15102
15103 * help.el (view-emacs-todo): Rename from view-todo.
15104 (describe-gnu-project): Rename from describe-project. Users changed.
15105 (view-help-file): New helper function.
15106 (describe-distribution, describe-copying, describe-gnu-project)
15107 (view-todo, view-order-manuals, view-emacs-problems): Use it.
15108 (view-emacs-debugging, view-external-packages): New commands.
15109 (help-map): Move describe-distribution to C-h C-o (ordering).
15110 Move view-emacs-problems to C-h C-p (problems).
15111 Bind view-emacs-debugging to C-h C-d (debugging).
15112 Bind view-external-packages to C-h C-e (extras).
15113 (help-for-help-internal): Cleanup and align descriptions.
15114 Remove command names to reduce clutter.
15115
15116 2008-02-29 Nick Roberts <nickrob@snap.net.nz>
15117
15118 * vc.el (vc-set-mode-line-busy-indicator): Use shorter message
15119 and quieter face (not a warning).
15120
15121 2008-02-29 Dan Nicolaescu <dann@ics.uci.edu>
15122
15123 * vc.el (vc-status-crt-marked): New variable.
15124 (vc-status-mode): Make it local.
15125 (vc-status-refresh): Use it to save the marked files.
15126 (vc-update-vc-status-buffer): Use it to restore the marked files.
15127
15128 * vc-svn.el (vc-svn-after-dir-status):
15129 * vc-hg.el (vc-hg-after-dir-status): Clean up the temporary buffer.
15130
15131 2008-02-29 Glenn Morris <rgm@gnu.org>
15132
15133 * allout.el (allout-topic-encryption-bullet)
15134 (allout-passphrase-verifier-handling, allout-passphrase-hint-handling)
15135 (allout-encrypt-unencrypted-on-saves): Change defcustom :version
15136 from 22.0 to 22.1.
15137
15138 * net/imap.el (imap-ping-server):
15139 * net/tls.el (tls-checktrust, tls-untrusted, tls-hostmismatch):
15140 Change defcustom :version from 23.0 to 23.1.
15141
15142 2008-02-29 Juanma Barranquero <lekktu@gmail.com>
15143
15144 * desktop.el (desktop-save): Save the buffer name if the
15145 uniquified base name is empty.
15146
15147 2008-02-29 Nick Roberts <nickrob@snap.net.nz>
15148
15149 * progmodes/gdb-ui.el (gdb-info-stack-custom): Apply function-name-face
15150 correctly when user has "set print address off".
15151
15152 2008-02-28 Juanma Barranquero <lekktu@gmail.com>
15153
15154 * cus-edit.el (custom-mode, custom-mode-hook): Use 23.1 as
15155 version number of the next major Emacs release, not 23.0.
15156
15157 * longlines.el (longlines-unload-function): New function.
15158
15159 2008-02-28 Juri Linkov <juri@jurta.org>
15160
15161 * startup.el (normal-splash-screen): Add argument `concise'.
15162 Remove unused binding `prev-buffer'. Let-bind `splash-buffer'
15163 to the created buffer. If `concise' is non-nil, call
15164 `display-buffer', otherwise `switch-to-buffer'. Doc fix.
15165 (display-startup-screen): Add argument `concise' to the call to
15166 `normal-splash-screen'.
15167
15168 2008-02-28 Kim F. Storm <storm@cua.dk>
15169
15170 * startup.el (startup-echo-area-message): Check for about-emacs.
15171
15172 2008-02-28 Juri Linkov <juri@jurta.org>
15173
15174 * startup.el: Always add initial message to *scratch* buffer if
15175 `initial-scratch-message' is non-nil regardless of the value of
15176 `inhibit-startup-screen'.
15177 (inhibit-startup-screen, initial-scratch-message): Doc fix.
15178 (command-line-1): Move code that inserts `initial-scratch-message'
15179 up before the if-form that checks for `inhibit-startup-screen'.
15180 Suggested by Jonathan Rockway <jon@jrock.us>.
15181
15182 2008-02-28 Juri Linkov <juri@jurta.org>
15183
15184 * cus-edit.el (custom-mode-map, custom-mode-link-map):
15185 Rename `custom-mode' to `Custom-mode' in docstrings.
15186 (custom-buffer-create-internal, customize-browse):
15187 Rename `custom-mode' to `Custom-mode'.
15188 (custom-mode-hook): Rename to `Custom-mode-hook'.
15189 (Custom-mode-hook): Renamed from `custom-mode-hook'.
15190 (custom-mode): Rename to `Custom-mode'.
15191 (Custom-mode): Renamed from `custom-mode'. Doc fix.
15192 (custom-mode): Add backward-compatible non-interactive variant of
15193 `Custom-mode' that simply calls `Custom-mode'. Mark it obsoleted.
15194 (custom-mode-hook): Mark it as obsolete alias of `Custom-mode-hook'.
15195
15196 * info-look.el: Rename `custom-mode' to `Custom-mode'.
15197
15198 * emulation/viper.el (viper-emacs-state-mode-list):
15199 Rename `custom-mode' to `Custom-mode'.
15200
15201 * menu-bar.el (menu-bar-search-menu, menu-bar-replace-menu):
15202 Capitalize "Tagged Files".
15203 (minibuffer-local-map): Add menu items for next/previous
15204 history elements and isearch history forward/backward.
15205
15206 * progmodes/hideshow.el (hs-minor-mode-menu): Compare
15207 `hs-isearch-open' with t instead of `comment' in :selected
15208 for "Code and Comment blocks" menu item.
15209
15210 2008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
15211
15212 * uniquify.el (uniquify-buffer-base-name): Undo last change.
15213 Should be done in desktop.el instead.
15214
15215 2008-02-28 Glenn Morris <rgm@gnu.org>
15216
15217 * autoinsert.el (auto-insert-alist): Update to FDL 1.2.
15218
15219 * emacs-lisp/byte-run.el (make-obsolete): Doc fix.
15220
15221 * mail/emacsbug.el: Remove leading `*' from defcustom doc-strings.
15222 (Info-menu, Info-goto-node): Remove declarations.
15223 (report-emacs-bug-info): Use info rather than Info-goto-node.
15224
15225 * progmodes/idlwave.el (Info-goto-node): Remove declaration.
15226 (idlwave-convert-xml-system-routine-info): Don't require xml.
15227 (idlwave-show-commentary, idlwave-shell-show-commentary):
15228 Don't require finder.
15229 (idlwave-info): Don't require info. Use info rather than
15230 Info-goto-node.
15231
15232 * textmodes/org.el (Info-goto-node): Remove declaration.
15233 (org-info): Use info rather than Info-goto-node.
15234
15235 * textmodes/reftex.el (reftex-show-commentary): Don't require finder.
15236 (reftex-info): Don't require info. Use info rather than Info-goto-node.
15237
15238 2008-02-28 Dan Nicolaescu <dann@ics.uci.edu>
15239
15240 * progmodes/hideshow.el (hs-minor-mode-menu): Add some options to
15241 the menu.
15242
15243 * vc.el (vc-deduce-fileset, vc-next-action, vc-start-entry)
15244 (vc-finish-logentry): Check for vc-status-mode, not only for
15245 vc-dired-mode.
15246
15247 2008-02-28 Kenichi Handa <handa@ni.aist.go.jp>
15248
15249 * isearch.el (isearch-printing-char): Don't check
15250 keyboard-coding-system.
15251 Call isearch-process-search-multibyte-characters only when
15252 current-input-method is non-nil.
15253
15254 2008-02-27 Kim F. Storm <storm@cua.dk>
15255
15256 * disp-table.el (make-glyph-code): Encode as cons if face id > 63.
15257 (glyph-char, glyph-face): Handle cons encoding.
15258
15259 2008-02-27 Juanma Barranquero <lekktu@gmail.com>
15260
15261 * uniquify.el (uniquify-buffer-base-name): If the base name is an
15262 empty string, return nil to allow the caller to default to the
15263 buffer name. Reported by Martin Fischer <parozusa@web.de>.
15264
15265 * tool-bar.el (tool-bar-setup): Doc fix.
15266
15267 * mail/supercite.el (sc-describe):
15268 Fix typos in obsolescence declaration.
15269
15270 2008-02-27 Glenn Morris <rgm@gnu.org>
15271
15272 * autoinsert.el (auto-insert-alist): Change permission text to
15273 match FSF's GPLv3 form.
15274
15275 * mail/supercite.el (sc-cite-original): Doc fix.
15276 (sc-version): Make obsolete.
15277 (sc-describe): Show the SC info page. Make obsolete.
15278
15279 2008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
15280
15281 * simple.el (set-mark-command): Deactivate mark on second C-SPC C-SPC
15282 when using transient-mark-mode.
15283 (default-indicate-unused-lines): Remove unused var.
15284
15285 2008-02-26 Jan Djärv <jan.h.d@swipnet.se>
15286
15287 * progmodes/grep.el (grep-mode-tool-bar-map): Change place on next
15288 and previous.
15289
15290 * progmodes/compile.el (compilation-mode-tool-bar-map): The same.
15291
15292 2008-02-26 Glenn Morris <rgm@gnu.org>
15293
15294 * net/net-utils.el (top-level): Don't require comint when compiling.
15295 (nslookup-font-lock-keywords): Don't require font-lock.
15296 Use font-lock faces rather than variables.
15297 (nslookup, ftp, smbclient, network-service-connection):
15298 Don't require comint.
15299 (comint-prompt-regexp, comint-input-autoexpand)
15300 (comint-input-ring): Declare for compiler.
15301 (comint-mode, ffap-string-at-point, comint-exec): Autoload.
15302 (dns-lookup-host): Don't require ffap. Remove `with-no-warnings'.
15303
15304 * ibuffer.el (ibuffer-do-toggle-read-only): Don't use `iff' in
15305 doc-string.
15306
15307 2008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
15308
15309 * doc-view.el (doc-view-current-page): Add a `win' argument.
15310
15311 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
15312
15313 * doc-view.el (doc-view-conversion-buffer): Give it an internal name.
15314 Demote it to plain defvar.
15315 (doc-view-conversion-refresh-interval): Reduce interval.
15316 (doc-view-goto-page): Allow moving to pages not yet rendered.
15317 (doc-view-goto-page): Construct a file name rather than extracting it
15318 from doc-view-current-files.
15319 (doc-view-kill-proc): Ignore errors from kill-process.
15320 (doc-view-pdf/ps->png-sentinel): Die gracefully if the buffer is dead.
15321 (doc-view-insert-image): Use appropriate text if the page hasn't been
15322 rendered yet. Adjust scrolling so the text is displayed.
15323 (doc-view-display): Detect not just that a page is available, but also
15324 that it wasn't available before, so as to avoid refreshing all pages
15325 repeatedly.
15326 (doc-view-mode): Make doc-view-cache-directory if needed.
15327
15328 2008-02-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15329
15330 * ibuffer.el (ibuffer-do-toggle-read-only): New optional arg as in
15331 toggle-read-only.
15332
15333 * textmodes/bibtex.el (bibtex-format-entry): Handle error message
15334 refering to a missing required field with the OPT prefix.
15335 Make unwindform more robust.
15336
15337 * textmodes/bibtex.el: Remove support for hideshow minor mode as
15338 it duplicates the bibtex support in progmodes/hideshow.el.
15339 * progmodes/hideshow.el (hs-special-modes-alist): Allow bibtex
15340 entries that do not start at the beginning of a line.
15341
15342 2008-02-25 Chong Yidong <cyd@stupidchicken.com>
15343
15344 * files.el (shell-quote-wildcard-pattern): Quote ' and " as well.
15345
15346 2008-02-25 Robert J. Chassell <bob@rattlesnake.com>
15347
15348 * help-fns.el (describe-variable): Add phrases about
15349 initialization file with and without customization;
15350 use new button type help-info-variable.
15351
15352 * help-mode.el (help-info-variable):
15353 New button able to read Info files for help-fns.el.
15354
15355 2008-02-25 Jan Djärv <jan.h.d@swipnet.se>
15356
15357 * progmodes/grep.el (grep-mode-tool-bar-map): New variable.
15358 (grep-mode): Use grep-mode-tool-bar-map.
15359
15360 * progmodes/compile.el (tool-bar): Require tool-bar.
15361 (compilation-mode-tool-bar-map): New variable.
15362 (compilation-mode): Use compilation-mode-tool-bar-map.
15363
15364 * term/x-win.el (x-gtk-stock-map): Add cancel. Remove extensions.
15365
15366 2008-02-25 Glenn Morris <rgm@gnu.org>
15367
15368 * vc-sccs.el (vc-sccs-diff): Fix setting of oldvers and newvers.
15369
15370 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
15371
15372 * diff-mode.el (diff-file-junk-re): New const.
15373 (diff-beginning-of-file-and-junk): Use it.
15374 (diff-file-kill): Make sure we were really inside a file diff.
15375
15376 * diff-mode.el: Make it more robust in the presence of empty context
15377 lines in unified hunks.
15378 (diff-valid-unified-empty-line): New var.
15379 (diff-unified->context, diff-sanity-check-hunk): Obey it.
15380 (diff-end-of-hunk): Obey it. New arg `donttrustheader'.
15381 (diff-fixup-modifs, diff-post-command-hook): Use this new arg.
15382 (diff-hunk-header-re-unified): New const.
15383 (diff-font-lock-keywords, diff-hunk-header-re, diff-split-hunk)
15384 (diff-fixup-modifs, diff-unified->context, diff-next-complex-hunk)
15385 (diff-sanity-check-hunk): Use it.
15386
15387 * diff-mode.el (diff-beginning-of-file-and-junk): If we're on the
15388 Index: line, don't search backward for the previous one.
15389
15390 2008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
15391
15392 * international/fontset.el (setup-default-fontset): Add non-OTF
15393 lao font for lao script.
15394
15395 * language/tibetan.el: Register tibetan-composition-function in
15396 composition-function-table.
15397
15398 * language/tibet-util.el (tibetan-composition-function):
15399 Adjust for the new calling way (argument changed). Try font-shape-text
15400 if possible.
15401
15402 * language/lao.el: Register lao-composition-function in
15403 composition-function-table.
15404
15405 * language/lao-util.el (lao-composition-function): Adjust for the new
15406 calling way (argument changed). Try font-shape-text if possible.
15407
15408 2008-02-25 Jason Rumney <jasonr@gnu.org>
15409
15410 * files.el (file-name-invalid-regexp): Fix octal/decimal confusion.
15411
15412 2008-02-25 Juri Linkov <juri@jurta.org>
15413
15414 * isearch.el (isearch-fail): Use "RosyBrown1" for a light
15415 background, "red4" for a dark background, "red" for 16 and
15416 8 colors, "grey" for grayscale, and inverse video otherwise.
15417 Add :version tag.
15418 (isearch-message): Keep the original isearch-message intact, and
15419 add text properties to it where necessary. Add `isearch-error' to
15420 the condition that checks if isearch is unsuccessful.
15421
15422 2008-02-24 Juri Linkov <juri@jurta.org>
15423
15424 * progmodes/compile.el (compilation-handle-exit):
15425 Use compilation-error face instead of font-lock-warning-face.
15426 Display the same message in the minibuffer as is inserted
15427 at the end of the compilation buffer.
15428
15429 2008-02-24 Glenn Morris <rgm@gnu.org>
15430
15431 * vc-cvs.el (vc-cvs-register): Fix registering of directories in
15432 multiple file case.
15433
15434 * vc-mcvs.el (vc-mcvs-register): Fix let-binding (for use of `file').
15435
15436 * vc-rcs.el (vc-rcs-register): Fix treatment of directories in
15437 multiple file case. Use a single `let' rather than two.
15438
15439 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
15440
15441 * progmodes/compile.el (compilation-start): Specify a face for
15442 mode-line-process.
15443 (compilation-handle-exit): Specify a face and a tooltip for
15444 mode-line-process.
15445
15446 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
15447
15448 * hilit-chg.el: Remove spurious * in defcustom docstrings.
15449 (hilit-chg-make-ov): Simplify.
15450 (hilit-chg-fixup): Use remove-overlays.
15451 (hilit-chg-set-face-on-change): Remove redundant call to
15452 `remove-text-properties'.
15453
15454 * dired.el (dired-mark-prompt): Don't count/display the t element.
15455 Reported by Carsten Blaauw <it-media.blaauw@daimler.com>.
15456
15457 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
15458
15459 * progmodes/verilog-mode.el (eval-when-compile): Don't define
15460 add-submenu.
15461 (verilog-xemacs-menu): Add :keys for C-M-a, C-M-e and C-M-h.
15462 Remove. Move contents to the only use ...
15463 (verilog-menu): ... here.
15464 (verilog-statement-menu): Remove. Move contents to the only use ...
15465 (verilog-stmt-menu): ... here.
15466 (verilog-mark-defun): Simply call mark-defun for emacs.
15467 (occur-pos-list): Declare for byte compiler.
15468 (mode-popup-menu): Don't defvar.
15469 (verilog-add-statement-menu): Remove.
15470 (verilog-mode-hook): Don't add verilog-add-statement-menu.
15471 (verilog-mode): Call easy-menu-add and set mode-popup-menu for XEmacs.
15472
15473 2008-02-24 Michael McNamara <mac@mail.brushroad.com>
15474
15475 * progmodes/verilog-mode.el (verilog-xemacs-menu): Remove XEmacs
15476 conditional.
15477 (verilog-font-grouping-keywords-face): Make the begin..end
15478 keywords standout more than other verilog keywords.
15479 (verilog-type-font-keywords): Move the begin..end out of this list
15480 to facilitate making them to (potentially) stand out more.
15481 (verilog-backward-token): Fix indent of bare always{_*}?, initial,
15482 function & task blocks.
15483 (verilog-behavioral-block-beg-re): Fix indent of bare always{_*}?,
15484 initial, function & task blocks.
15485 (verilog-forward-sexp): Handle the new "disable fork" statement of
15486 IEEE-1800 Verilog.
15487 (verilog-beg-block-re-ordered): Handle the new "disable fork"
15488 statement of IEEE-1800 Verilog.
15489 (verilog-calc-1): Handle the new "disable fork" statement of
15490 IEEE-1800 Verilog.
15491 (verilog-disable-fork-re): Add const to help handle the new
15492 "disable fork" statement of IEEE-1800 Verilog.
15493 (verilog-declaration-core-re): Add port directions by themselves,
15494 with no qualification, as base item of a declaration.
15495 (verilog-pretty-declarations): Add new flag to ask it to refrain
15496 from printing to the message buffer.
15497 (verilog-pretty-expr): Add a QUIET flag to ask it to refrain from
15498 printing to the message buffer. Improve handling of the many
15499 types of expression line up.
15500 (verilog-just-one-space): Remove printing of an empty message.
15501 (verilog-get-lineup-indent): Rework to support the better handling
15502 of expression lineup for verilog-pretty-expr.
15503 (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
15504
15505 2008-02-24 Alan Mackenzie <acm@muc.de>
15506
15507 * progmodes/cc-mode.el (c-extend-region-for-CPP): Bug fix from
15508 yesterday's commit.
15509
15510 2008-02-24 Nick Roberts <nickrob@snap.net.nz>
15511
15512 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint): Fall back
15513 to mouse-set-point in buffers that aren't associated with files.
15514
15515 * progmodes/gud.el: Rename menu item to "Show GUD tooltips".
15516
15517 2008-02-24 Alan Mackenzie <acm@muc.de>
15518
15519 Set of changes so that "obtrusive" syntactic elements in a
15520 C/C++/ObjC preprocessor line (e.g. an unbalanced string quote or
15521 unmatched paren) don't interact syntactically with stuff outside
15522 the CPP line.
15523
15524 * progmodes/cc-awk.el (c-awk-beyond-logical-line, c-awk-old-ByLL):
15525 Replace c-awk-end-of-logical-line and c-awk-old-EoLL to solve an
15526 off-by-one bug.
15527 (c-awk-record-region-clear-NL): Replaces c-awk-before-change, with
15528 a bit of refactoring.
15529 (c-awk-extend-and-syntax-tablify-region): Takes some of the
15530 functionality of c-awk-advise-fl-for-awk-region, which has been
15531 refactored away.
15532
15533 * progmodes/cc-defs.el (c-clear-char-property-with-value-function)
15534 (c-clear-char-property-with-value): New function and macro which
15535 remove text-properties `equal' to a supplied value.
15536
15537 * progmodes/cc-engine.el: Comment about text properties amended.
15538
15539 * progmodes/cc-fonts.el (c-cpp-matchers): Make it put regexp
15540 parens around "error\\|warning".
15541
15542 * progmodes/cc-langs.el (c-get-state-before-change-function)
15543 (c-before-font-lock-function, c-anchored-cpp-prefix):
15544 New language variables.
15545 (c-cpp-message-directives): Handle "#warning" in C, C++ and ObjC.
15546
15547 * progmodes/cc-mode.el (c-basic-common-init): C and ObjC now use
15548 syntax-table text properties.
15549 (c-common-init): Call language specific before/after-change
15550 functions at mode initialisation.
15551 (c-new-BEG, c-new-END, c-old-BOM, c-old-EOM): New variables.
15552 (c-extend-region-for-CPP, c-neutralize-CPP-line)
15553 (c-neutralize-syntax-in-CPP): New functions.
15554 (c-before-change, c-after-change): Call the new language specific
15555 change functions defined in cc-langs.el.
15556 (c-advise-fl-for-region): New macro.
15557 (awk-mode): Remove AWK specific stuff which has been refactored
15558 into language independent stuff.
15559
15560 2008-02-24 Nick Roberts <nickrob@snap.net.nz>
15561
15562 * progmodes/gdb-ui.el (gdba): Recreate as an alias for gdb.
15563 (gdb): (Re)set gdb-flush-pending-output to nil here...
15564 (gdb-init-1): ...instead of here (before gdb-prompt).
15565
15566 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
15567
15568 * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
15569 Recognize ''' just like any other char-constant.
15570
15571 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
15572
15573 * vc-hooks.el (vc-find-root): Remove initial loop because it's not
15574 careful enough. Detect the uid-change all within the main loop.
15575
15576 2008-02-24 Stefan Monnier <monnier@pastel.home>
15577
15578 * textmodes/sgml-mode.el (sgml-mode): Fix comment syntax.
15579
15580 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
15581
15582 * hilit-chg.el (highlight-save-buffer-state): New macro.
15583 (highlight-save-buffer-state, hilit-chg-set-face-on-change)
15584 (hilit-chg-clear): Use it to preserve the modified-p flag.
15585 (highlight-changes-rotate-faces): Don't mess with the undo-list.
15586
15587 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
15588
15589 * font-lock.el (font-lock-set-defaults): Unset previously set variables
15590 when needed.
15591
15592 2008-02-24 Ævar Arnfjörð Bjarmason <avar@cpan.org> (tiny change)
15593
15594 * net/rcirc.el (rcirc-url-regexp): Replace definition by copying
15595 from gnus-button-url-regexp.
15596
15597 2008-02-24 Eli Zaretskii <eliz@gnu.org>
15598
15599 * progmodes/compile.el (compilation-next-error): Doc fix.
15600 (compilation-find-file): Doc fix.
15601
15602 2008-02-24 Glenn Morris <rgm@gnu.org>
15603
15604 * net/net-utils.el (ipconfig-program, ipconfig-program-options):
15605 Add obsolete aliases to the old names.
15606
15607 2008-02-24 Richard Stallman <rms@gnu.org>
15608
15609 * net/net-utils.el (ifconfig): Rename from ipconfig.
15610 (ipconfig): Alias to ifconfig.
15611 (ifconfig-program): Rename from ipconfig-program.
15612 (ifconfig-program-options): Rename from ipconfig-program-options.
15613
15614 2008-02-24 Michael McNamara <mac@mail.brushroad.com>
15615
15616 * progmodes/verilog-mode.el (verilog-declaration-core-re):
15617 Add port directions by themselves, with no qualification, as base
15618 item of a declaration.
15619 (verilog-pretty-declarations): Add new flag that inhibits printing
15620 to the message buffer.
15621 (verilog-pretty-expr): Add new flag that inhibits printing to the
15622 message buffer. Improve handling of the many types of expression
15623 line up.
15624 (verilog-just-one-space): Don't print an empty message.
15625 (verilog-get-lineup-indent): Rework to support the better handling
15626 of expression lineup for verilog-pretty-expr.
15627 (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
15628 (verilog-mode-version, verilog-mode-release-date): Update.
15629
15630 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
15631
15632 * subr.el (cancel-change-group): Don't move point.
15633
15634 2008-02-23 Markus Triska <markus.triska@gmx.at>
15635
15636 * linum.el (linum-after-config): Update all visible windows.
15637
15638 2008-02-23 Glenn Morris <rgm@gnu.org>
15639
15640 * menu-bar.el (menu-bar-games-menu): Add Bubbles and Pong.
15641 Add :help for Solitaire and Tetris.
15642
15643 * tree-widget.el (tree-widget-lookup-image): Let-bind `file'.
15644
15645 * mail/smtpmail.el: Remove leading `*' from defcustom doc-strings.
15646 (smtpmail-code-conv-from): Doc fix. Fix custom type.
15647 (smtpmail-queue-index-file): Make it a defcustom.
15648 (smtpmail-queue-index): Delete.
15649 (smtpmail-send-it, smtpmail-send-queued-mail):
15650 Use smtpmail-queue-index-file and smtpmail-queue-dir rather than
15651 smtpmail-queue-index.
15652
15653 * net/net-utils.el (iwconfig-program, iwconfig-program-options):
15654 Add :version.
15655
15656 2008-02-23 Yoni Rabkin <yoni@rabkins.net> (tiny change)
15657
15658 * net/net-utils.el (iwconfig-program, iwconfig-program-options):
15659 New variables.
15660 (iwconfig): New function.
15661
15662 2008-02-23 Dan Nicolaescu <dann@ics.uci.edu>
15663
15664 * vc.el (vc-find-revision): Make vc-parent-buffer local before
15665 setting it.
15666 (vc-status-menu-map): Do not define using easy-menu.
15667 (vc-status-menu-map): New defalias.
15668 (vc-status-mode-map): Hook up the menu.
15669 (top-level): Update TODO.
15670
15671 * vc-hg.el (vc-hg-extra-status-menu): Return a keymap.
15672
15673 * vc-bzr.el (vc-bzr-init-version): Rename to ...
15674 (vc-bzr-init-revision): ... this.
15675
15676 2008-02-23 Jason Rumney <jasonr@gnu.org>
15677
15678 * makefile.w32-in (WINS_ALMOST): Remove term.
15679 (WINS): Add term here.
15680 (custom-deps, finder-data): Use WINS_ALMOST.
15681
15682 2008-02-22 Juanma Barranquero <lekktu@gmail.com>
15683
15684 * faces.el (font-weight-table): Fix value of `semi-light'.
15685
15686 2008-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
15687
15688 * faces.el (font-weight-table, font-slant-table, font-swidth-table):
15689 Make those tables bijective.
15690
15691 2008-02-22 Ken Manheimer <ken.manheimer@gmail.com>
15692
15693 Finish pdbtrack integration cleanup, settling missing-functions
15694 byte compiler warnings appropriately.
15695
15696 * progmodes/python.el (python-point): Remove this - beginning-of-line
15697 was all that was necessary for `python-pdbtrack-overlay-arrow'.
15698 (python-end-of-def-or-class, python-beginning-of-def-or-class)
15699 (python-goto-initial-line): Drop these - they were only needed for
15700 python-point.
15701 (python-comint-output-filter-function): Use condition-case and
15702 beginning-of-line directly, instead of python-mode.el functions
15703 which require all sorts of baggage.
15704 (point-safe): Unnecessary - we're using condition-case directly,
15705 instead.
15706 (python-execute-file): Include for python-shell, which I'm leaving
15707 in keeping despite it being unnecessary for pdb tracking.
15708
15709 2008-02-22 Peter Danenberg <pcd@wikitex.org> (tiny change)
15710
15711 * progmodes/scheme.el (scheme-font-lock-keywords-2):
15712 Add SRFI 11 support.
15713 (let-values, let*-values): Specify scheme-indent-function.
15714
15715 2008-02-22 Dan Nicolaescu <dann@ics.uci.edu>
15716
15717 * vc.el (vc-exec-after): Move setting mode-line-process in the
15718 busy case ...
15719 (vc-set-mode-line-busy-indicator): ... in this new function.
15720 (vc-status-refresh): Call vc-set-mode-line-busy-indicator.
15721 (vc-update-vc-status-buffer): Reset mode-line-process.
15722 (vc-status-mark-all-files, vc-status-unmark-all-files): Change to
15723 mark/unmark all the files with the same state as the current one.
15724 With a prefix argument mark/unmark all files.
15725 (vc-status-mode-menu): Adjust strings.
15726 (vc-update-vc-status-buffer): Only do something when the argument
15727 is not nil.
15728 (vc-status-kill-dir-status-process): New function.
15729 (vc-status-mode-map): Bind it.
15730 (vc-status-process-buffer): New variable.
15731 (vc-status-mode): Make it local.
15732 (vc-status-refresh): Set it.
15733
15734 * vc-hg.el (vc-hg-dir-status):
15735 * vc-git.el (vc-git-dir-status):
15736 * vc-svn.el (vc-svn-dir-status): Return the buffer in which the
15737 command is run.
15738
15739 2008-02-22 Glenn Morris <rgm@gnu.org>
15740
15741 * json.el (top-level): No need to require thingatpt.
15742 (json-read-keyword): Use thing-at-point rather than word-at-point.
15743
15744 * time.el (top-level): No need to require time-date when compiling.
15745
15746 * emacs-lisp/copyright.el (copyright-update-year):
15747 Fix subexpression numbering for the case when years are split over
15748 lines, and for the replace case.
15749
15750 * emulation/tpu-edt.el (tpu-have-ispell): Doc fix. Make obsolete.
15751 (tpu-caar, tpu-cadr): Delete functions.
15752 (zmacs-regions): No need to declare for compiler.
15753 (tpu-goto-breadcrumb): Use cadr rather than tpu-cadr.
15754 (tpu-spell-check): Rewrite, and handle mark after point.
15755 (tpu-special-insert): Use or rather than if.
15756
15757 * emulation/vip.el (vip-special-prefix-com): Use ispell-region
15758 rather than spell-region.
15759
15760 * textmodes/spell.el (spell-buffer, spell-word): Suppress compiler
15761 warnings about spell-region.
15762
15763 2008-02-22 Kenichi Handa <handa@ni.aist.go.jp>
15764
15765 * ldefs-boot.el: Regenerated.
15766
15767 * loadup.el: Don't load language/devanagari, language/kannada,
15768 language/malayalam, and language/tamil. Load language/sinhala.
15769
15770 * language/indian.el (indian-font-foundry)
15771 (indian-script-language-alist, indian-font-char-index-table)
15772 (indian-font-char, indian-font-char-range, indian-script-table)
15773 (indian-default-script, indian-composable-pattern): Delete them.
15774 ("Devanagari", "Kannada", "Malayalam", "Tamil"): Definitions of
15775 language environments moved to here.
15776 ("Bengali", "Punjabi", "Gujarati", "Oriya", "Telugu"):
15777 New language environments.
15778
15779 * language/devanagari.el, language/devan-util.el,
15780 * language/kannada.el, language/knd-util.el, language/malayalam.el,
15781 * language/mlm-util.el, language/tamil.el, language/tml-util.el:
15782 Delete them.
15783
15784 * language/sinhala.el: New file.
15785
15786 2008-02-21 Ken Manheimer <ken.manheimer@gmail.com>
15787
15788 Update Nick Robert's port of pdb tracking from python-mode.el.
15789
15790 * progmodes/python.el (python-pdbtrack-toggle-stack-tracking):
15791 Clarify docstring.
15792 (python-pdbtrack-minor-mode-string): A sign indicating that pdb
15793 tracking is happening.
15794 (python-pdbtrack-stack-entry-regexp): Better recognize stack traces.
15795 (python-pdbtrack-input-prompt): Better recognize PDB prompts.
15796 (comint-output-filter-functions): Add python-pdbtrack-track-stack-file.
15797 Tracking is plugged in to all comint buffers once python.el is loaded.
15798 (python-pdbtrack-overlay-arrow): Toggle activation of
15799 `python-pdbtrack-minor-mode-string' in addition to the overlay arrow.
15800 (python-pdbtrack-track-stack-file): Use new
15801 `python-pdbtrack-get-source-buffer' for more flexible access to
15802 debugging source files.
15803 (python-pdbtrack-get-source-buffer): Identify debugging target buffer
15804 according to pdb stack trace, optionally using new
15805 `python-pdbtrack-grub-for-buffer' if file is not locally available.
15806 (python-pdbtrack-grub-for-buffer): Find most recent python-mode
15807 named buffer, or having function with indicated name.
15808 (python-shell): Remove comint-output-filter-functions hook
15809 addition, it's being done elsewhere. Wrap long line.
15810
15811 2008-02-21 Michael Olson <mwolson@gnu.org>
15812
15813 * json.el: Replace XEmacs compatibility code to get rid of
15814 compiler warnings.
15815
15816 * time.el: Fix compiler warning.
15817
15818 2008-02-21 Edward O'Connor <ted@oconnor.cx>
15819
15820 * json.el: New file (JavaScript Object Notation parser / generator).
15821
15822 2008-02-21 Dave Love <fx@gnu.org>
15823
15824 * progmodes/sym-comp.el: New file.
15825
15826 * progmodes/python.el: Merge from Dave Love's 2008-01-20 version.
15827 Require sym-comp. Add Python buffer to same-window-buffer-names.
15828 Fixup whitespaces.
15829 (python-font-lock-keywords): Add highlighting for Python builtins.
15830 (python-font-lock-syntactic-keywords): Rewrite.
15831 (python-quote-syntax): Use syntax-ppss-context instead of parsing
15832 ppss directly.
15833 (python-mode-map): Add binding for python-find-function.
15834 (python-calculate-indentation): Clean up the logic.
15835 (python-beginning-of-defun): Explicitly set return value.
15836 (python-beginning-of-statement): Stop looping if we get stuck
15837 going backwards.
15838 (python-next-statement): Stop looping if we somehow end up inside
15839 a string while advancing.
15840 (python-preoutput-continuation, python-version-checked): New vars.
15841 (python-check-version): New function.
15842 (run-python): Set default command to python-command instead of
15843 python-python-command.
15844 (run-python): Use python-check-version. Give PYTHONPATH
15845 precedence over data-directory in the process environment.
15846 Load function definitions in python process after.
15847 (python-check-comint-prompt): New function.
15848 (python-send-command, python-send-receive): Use it.
15849 (python-complete-symbol, python-try-complete): Functions deleted.
15850 Use symbol-complete instead of python-complete-symbol throughout.
15851 (python-fill-paragraph): Further refine the fenced-string regexp.
15852 (def-python-skeleton): Expand to the original abbrev instead if in
15853 a comment or string. Tweak skeletons for `if', `while', `for',
15854 `try/except', `try/finally', `name'.
15855 (python-pea-hook, python-abbrev-pc-hook): New functions.
15856 (python-abbrev-syntax-table): New var.
15857 (python-mode): Add python-pea-hook to pre-abbrev-expand-hook.
15858 Use symbol-completion-try-complete for hippie expansion.
15859 Turn on font lock unconditionally.
15860 (python-mode-hook): Defcustom it. No need to use make-local
15861 variable on indent-tabs-mode in "Turn off Indent Tabs mode"
15862 option, since it's buffer-local.
15863
15864 2008-02-21 Juanma Barranquero <lekktu@gmail.com>
15865
15866 * play/hanoi.el (hanoi-internal): Set `show-trailing-whitespace' to nil.
15867
15868 2008-02-21 Drew Adams <drew.adams@oracle.com>
15869
15870 * mouse.el (minor-mode-menu-from-indicator): Create a menu with a
15871 "Turn off" and a "Help" entry when the minor mode has no menu.
15872
15873 2008-02-21 Dan Nicolaescu <dann@ics.uci.edu>
15874
15875 * vc.el (vc-status-mark, vc-status-unmark): New functions.
15876 (vc-status-mode-map, vc-status-mode-menu): Bind them instead of
15877 vc-status-mark-file and vc-status-unmark-file.
15878 (vc-status-mark-unmark): New function.
15879 (vc-status-previous-line, vc-status-next-line): No longer interactive.
15880
15881 2008-02-21 Glenn Morris <rgm@gnu.org>
15882
15883 * composite.el (encode-composition-rule): Fix typo in error message.
15884 (composition-function-table, auto-composition-mode): Doc fixes.
15885
15886 * subr.el (sit-for): Fix obsolete form for nil second argument.
15887
15888 * textmodes/spell.el (spell-buffer, spell-word, spell-region)
15889 (spell-string): Make obsolete, in favor of ispell.
15890
15891 2008-02-21 Kenichi Handa <handa@ni.aist.go.jp>
15892
15893 * language/devanagari.el: Don't setup composition-function-table
15894 here.
15895 ("Devanagari"): Change charset, coding-system, coding-priority to
15896 Unicode-based ones. Don't require the feature devan-util.
15897
15898 * composite.el (compose-chars-after): Fix arguments for a function
15899 in composition-function-table.
15900 (auto-compose-region): Likewise.
15901
15902 * ps-mule.el (ps-mule-font-info-database-bdf): Use ethio16f-uni.bdf
15903 for Ethiopic.
15904 (ps-mule-plot-string): Ignore glyph-string based compositions.
15905
15906 2008-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
15907
15908 * doc-view.el: Allow different windows to show different pages.
15909 (doc-view-current-page, doc-view-current-slice, doc-view-current-info)
15910 (doc-view-current-image, doc-view-current-overlay): Remove variables,
15911 add them back as macros instead, using image-mode-winprops instead.
15912 Update all users of those variables.
15913 (doc-view-new-window-function): New function to create a new overlay
15914 for each new window.
15915 (doc-view-mode): Use it and image-mode-setup-winprops.
15916 (doc-view-clone-buffer-hook): Rewrite accordingly.
15917
15918 * image-mode.el: Extend [hv]scroll support to per-window properties.
15919 (image-mode-current-vscroll, image-mode-current-hscroll): Remove.
15920 (image-mode-winprops-alist): New var to replace them.
15921 (image-mode-new-window-functions): New hook.
15922 (image-mode-winprops, image-mode-window-get, image-mode-window-put):
15923 New funs.
15924 (image-set-window-vscroll, image-set-window-hscroll): Use them.
15925 Remove the `window' argument, update callers.
15926 (image-mode-reapply-winprops): Rename image-reset-current-vhscroll.
15927 Use the new functions.
15928 (image-mode-reapply-winprops): New fun.
15929 (image-mode): Use it.
15930
15931 2008-02-20 Jay Belanger <jay.p.belanger@gmail.com>
15932
15933 * calc/calc-math.el (math-sin-raw): Add optional argument
15934 to keep track of original argument.
15935 (math-cos-raw): Use optional argument when calling math-sin-raw.
15936 (math-sin-raw-2, math-cos-raw-2): Check for a zero argument
15937 with close to original precision.
15938
15939 2008-02-20 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15940
15941 * textmodes/bibtex.el (bibtex-convert-alien): Do not use optional
15942 args in calls of sit-for.
15943
15944 2008-02-20 Juanma Barranquero <lekktu@gmail.com>
15945
15946 * vc-svn.el (vc-svn-program): Fix typo in docstring.
15947 (vc-svn-checkin): Fix typo in error message.
15948
15949 * help-mode.el: Require easymenu when compiling.
15950
15951 2008-02-20 Dan Nicolaescu <dann@ics.uci.edu>
15952
15953 * help-mode.el (help-mode-menu): New menu.
15954
15955 2008-02-20 Glenn Morris <rgm@gnu.org>
15956
15957 * mail/rmail.el (rmail-autodetect): Add .exe extension to movemail
15958 on Windows.
15959
15960 2008-02-20 Kenichi Handa <handa@ni.aist.go.jp>
15961
15962 * ps-mule.el (ps-mule-encode-region): Return a single string.
15963 (ps-mule-plot-string): Adjust for the above change.
15964 (ps-mule-encode-header-string): Likewise.
15965
15966 * international/latin1-disp.el (latin1-display): Don't use
15967 ucs-mule-8859-to-mule-unicode. Fix the way of resetting
15968 standard-display-table.
15969 (latin1-display-identities): Adjust for the change of what is
15970 returned by (get-language-info charset 'charset).
15971
15972 * international/mule-util.el (char-displayable-p): Fix for Latin-1
15973 characters and terminal case.
15974
15975 2008-02-19 Ken Manheimer <ken.manheimer@gmail.com>
15976
15977 Minor Adaptions by Nick Roberts <nickrob@snap.net.nz> for Emacs.
15978
15979 * progmodes/python.el: Also require comint when loading.
15980 (python-mode-map): Bind python-pdbtrack-toggle-stack-tracking.
15981 Replace python-shell with run-python on menu bar.
15982 (python-shell-map): New map.
15983 (python-default-interpreter, python-python-command-args)
15984 (python-jython-command-args, python-pdbtrack-do-tracking-p):
15985 New options.
15986 (python-which-shell, python-which-args, python-which-bufname):
15987 New buffer local variables.
15988 (python-file-queue, python-pdbtrack-is-tracking-p): New variables.
15989
15990 * progmodes/python.el (python-pdbtrack-stack-entry-regexp)
15991 (python-pdbtrack-input-prompt, python-pdbtrack-track-range):
15992 New constants.
15993
15994 Pdbtrack features:
15995
15996 (python-point, python-end-of-def-or-class)
15997 (python-beginning-of-def-or-class, python-goto-initial-line)
15998 (python-comint-output-filter-function)
15999 (python-pdbtrack-overlay-arrow)
16000 (python-pdbtrack-track-stack-file, python-toggle-shells)
16001 (python-shell, python-pdbtrack-toggle-stack-tracking)
16002 (turn-on-pdbtrack, turn-off-pdbtrack, python-sentinel):
16003 New functions.
16004
16005 2008-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
16006
16007 * net/ange-ftp.el (ange-ftp-quote-string): Return the null string
16008 when the argument is nil.
16009
16010 2008-02-19 Dan Nicolaescu <dann@ics.uci.edu>
16011
16012 * vc.el (dir-status): Add a brief description.
16013
16014 2008-02-19 Thien-Thi Nguyen <ttn@gnuvola.org>
16015
16016 * vc-hooks.el (vc-find-root): Take optional arg INVERT.
16017 If non-nil, reverse the sense of the check.
16018
16019 * vc-rcs.el (vc-rcs-root): New func.
16020 * vc-cvs.el (vc-cvs-root): New func.
16021 * vc-svn.el (vc-svn-root): New func.
16022 * vc-sccs.el (vc-sccs-root): New func.
16023
16024 2008-02-18 Kenichi Handa <handa@ni.aist.go.jp>
16025
16026 * language/japan-util.el (setup-japanese-environment-internal):
16027 Call use-cjk-char-width-table.
16028
16029 * language/japanese.el ("Japanese"): Set exit-function to
16030 use-default-char-width-table.
16031
16032 * international/characters.el: Delete occurrences of non-Unicode
16033 tibetan and ethiopic characters.
16034 (cjk-char-width-table): New variable.
16035 (use-cjk-char-width-table, use-default-char-width-table):
16036 New functions.
16037
16038 2008-02-19 Dan Nicolaescu <dann@ics.uci.edu>
16039
16040 * vc.el (vc-status-menu, vc-status-menu-map-filter): New functions.
16041 (vc-status-mode-menu): Add a :filter.
16042 (vc-status-printer): Add faces.
16043
16044 * vc-hg.el (vc-hg-extra-status-menu): New function.
16045 (vc-hg-dir-status): Clean up the buffer before using it.
16046
16047 2008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
16048
16049 * progmodes/gdb-ui.el (gdb-output-sink): Define with an invalid value.
16050 (gdb): Initialize it here instead.
16051
16052 * files.el (locate-dominating-file): Fix thinko in last change.
16053 Reported by Bruce Stephens <bruce.stephens@isode.com>.
16054
16055 2008-02-18 Dan Nicolaescu <dann@ics.uci.edu>
16056
16057 * vc.el (vc-status-mode-menu): New menu for vc-status.
16058
16059 2008-02-18 Juanma Barranquero <lekktu@gmail.com>
16060
16061 * progmodes/verilog-mode.el (customize): Fix typo in error message.
16062 (verilog-mode, verilog-mode-indent, verilog-mode-actions)
16063 (verilog-mode-auto, verilog-indent-level-module)
16064 (verilog-minimum-comment-distance, verilog-library-flags)
16065 (verilog-library-directories, verilog-library-files)
16066 (verilog-auto-reset-widths, verilog-imenu-generic-expression)
16067 (verilog-xemacs-menu, verilog-set-compile-command)
16068 (verilog-set-compile-command, verilog-mode-syntax-table, verilog-mode)
16069 (verilog-get-expr, verilog-strip-comments, verilog-one-line)
16070 (verilog-lint-off, verilog-batch-auto, verilog-batch-delete-auto)
16071 (verilog-batch-inject-auto, verilog-batch-indent)
16072 (verilog-continued-line, verilog-type-keywords)
16073 (verilog-read-sub-decls-sig, verilog-read-sub-decls-line)
16074 (verilog-read-inst-pins, verilog-read-arg-pins)
16075 (verilog-read-auto-template, verilog-read-signals, verilog-getopt-file)
16076 (verilog-add-list-unique, verilog-symbol-detick, verilog-modi-filename)
16077 (verilog-auto-star, verilog-auto-inst, verilog-auto-wire)
16078 (verilog-enum-ascii, verilog-sk-begin, verilog-sk-fork)
16079 (verilog-sk-datadef, verilog-colorize-include-files-buffer)
16080 (verilog-mode-version, verilog-mode-release-date)
16081 (verilog-mode-release-emacs, verilog-linter, verilog-coverage)
16082 (verilog-simulator, verilog-compiler)
16083 (verilog-auto-sense-defines-constant, verilog-company)
16084 (verilog-project, verilog-mark-defun, verilog-submit-bug-report):
16085 Fix typos in docstrings.
16086 (verilog-set-auto-endcomments, verilog-calculate-indent)
16087 (verilog-inject-auto, verilog-auto-arg, verilog-auto-inout-module):
16088 Reflow docstrings.
16089 (verilog-tab-always-indent, verilog-highlight-p1800-keywords)
16090 (verilog-auto-star-save, verilog-auto-inst-vector, verilog-mode-hook)
16091 (electric-verilog-forward-sexp, verilog-in-case-region-p)
16092 (verilog-in-struct-region-p, verilog-in-generate-region-p)
16093 (verilog-leap-to-head, verilog-current-indent-level)
16094 (verilog-case-indent-level, verilog-cpp-keywords)
16095 (verilog-defun-keywords, verilog-block-keywords, verilog-tf-keywords)
16096 (verilog-case-keywords, verilog-separator-keywords, verilog-completion)
16097 (verilog-signals-not-in, verilog-symbol-detick-text)
16098 (verilog-modi-cache-preserve-tick, verilog-modi-cache-preserve-buffer)
16099 (verilog-forward-close-paren, verilog-backward-open-paren)
16100 (verilog-backward-open-bracket): Doc fixes.
16101
16102 * progmodes/gud.el (gud-def, gud-last-speedbar-stackframe): Doc fixes.
16103 (gud-symbol, gud-expansion-speedbar-buttons, gud-speedbar-buttons)
16104 (gud-gdb-run-command-fetch-lines, gud-dbx-use-stopformat-p)
16105 (gud-jdb-classpath, gud-jdb-find-source-using-classpath, jdb)
16106 (gud-find-class, gdb-script-mode, gud-tooltip-event, gud-tooltip-tips):
16107 Fix typos in docstrings.
16108
16109 * w32-vars.el (w32-system-shells): Add TCC (new name for 4NT).
16110
16111 2008-02-18 Bastien Guerry <Bastien.Guerry@ens.fr>
16112
16113 * info.el (Info-read-node-name): Removed unused `default' arg.
16114
16115 2008-02-18 Thien-Thi Nguyen <ttn@gnuvola.org>
16116
16117 * vc-git.el (vc-git-after-dir-status, vc-git-dir-status): New funcs.
16118
16119 2008-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
16120
16121 * image-mode.el (image-get-display-property): New fun.
16122 (image-forward-hscroll, image-next-line, image-eol, image-eob)
16123 (image-mode, image-minor-mode, image-toggle-display-text)
16124 (image-toggle-display): Use it.
16125
16126 2008-02-18 Jason Rumney <jasonr@gnu.org>
16127
16128 * international/mule.el (xml-find-file-coding-system): Don't warn
16129 about utf-16 with BOM.
16130
16131 * nxml/nxml-mode.el (nxml-mode): Don't add a write-contents-hook.
16132
16133 * international/mule.el (sgml-xml-auto-coding-function): Detect and
16134 warn if file encoding is not utf-8 and encoding not specified.
16135 (xml-find-file-coding-system): New function.
16136 * international/mule-conf.el (file-coding-system-alist): Use it.
16137
16138 2008-02-17 Glenn Morris <rgm@gnu.org>
16139
16140 * international/mule-cmds.el (set-locale-environment):
16141 Pass `frame' to getenv for LC_MESSAGES.
16142
16143 2008-02-17 Juri Linkov <juri@jurta.org>
16144
16145 * time.el (emacs-init-time): Use format instead of format-seconds.
16146
16147 2008-02-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
16148
16149 * textmodes/bibtex.el (bibtex-search-entry): Rename from
16150 bibtex-find-entry. Add autoload cookie.
16151 (bibtex-find-entry): Alias for bibtex-search-entry.
16152 (bibtex-search-crossref): Rename from bibtex-find-crossref.
16153 (bibtex-find-crossref): Alias for bibtex-search-crossref.
16154 (bibtex-clean-entry): atomic-change-group removed.
16155 (bibtex-format-entry): Use atomic-change-group. Use unwind-protect
16156 to locate buffer location where error occurred.
16157 Make error messages more specific.
16158 (bibtex-parse-keys): Only parse if buffer uses bibtex-mode.
16159
16160 2008-02-17 Dan Nicolaescu <dann@ics.uci.edu>
16161
16162 * progmodes/hideshow.el (hs-minor-mode-map): Move menu creation to
16163 top level.
16164
16165 * simple.el (transient-mark-mode): Add an :init-value.
16166
16167 * startup.el (command-line): Use custom-reevaluate-setting for
16168 transient-mark-mode.
16169
16170 2008-02-17 Michaël Cadilhac <michael@cadilhac.name>
16171
16172 * wdired.el (wdired-allow-to-change-permissions): Fix typo.
16173
16174 2008-02-16 Juri Linkov <juri@jurta.org>
16175
16176 * startup.el (after-init-time): New variable.
16177 (command-line): Set `after-init-time' to the current time.
16178
16179 * time.el (emacs-init-time): New function.
16180
16181 2008-02-16 Stefan Monnier <monnier@iro.umontreal.ca>
16182
16183 * files.el (locate-dominating-file): Remove initial loop because it's
16184 not careful enough. Detect the uid-change all within the main loop.
16185
16186 2008-02-16 Lawrence Mitchell <wence@gmx.li> (tiny change)
16187
16188 * ielm.el (ielm-is-whitespace-or-comment): Docstring fix.
16189
16190 2008-02-16 Dan Nicolaescu <dann@ics.uci.edu>
16191
16192 * vc.el (vc-annotate): Add new argument.
16193 (vc-annotate-warp-revision): Pass the current line to vc-annotate.
16194
16195 * progmodes/hideshow.el: Remove the minor-mode bookkeeping.
16196 Move make-variable-buffer-local code after the corresponding defvar.
16197 (hs-minor-mode-map): Define and initialize in one step.
16198 (hs-minor-mode): Change from defun to define-minor-mode.
16199
16200 2008-02-16 Nick Roberts <nickrob@snap.net.nz>
16201
16202 * progmodes/gud.el (gud-gdb): Don't reset gdb-ready.
16203 (gdb-ready): Move declaration...
16204
16205 * progmodes/gdb-ui.el (gdb-ready): ...to here.
16206 (gdb-early-user-input): New variable.
16207 (gdb): Reset gdb-flush-pending-output to nil and set
16208 comint-input-sender here (before gdb-prompt), instead of...
16209 (gdb-init-1): ...here.
16210 (gdb-send): If Emacs is not ready, defer user input to...
16211 (gdb-prompt): ...here.
16212
16213 2008-02-16 Glenn Morris <rgm@gnu.org>
16214
16215 * nxml/test.invalid.xml, nxml/test.valid.xml: Move to etc/nxml.
16216
16217 * startup.el (emacs-startup-time): Rename to `before-init-time'.
16218 (before-init-time): New name for `emacs-startup-time'.
16219 (command-line): Use before-init-time rather than emacs-startup-time.
16220 * time.el (emacs-uptime): Use before-init-time rather than
16221 emacs-startup-time.
16222
16223 * composite.el (composition-function-table): Doc fix.
16224
16225 * calendar/time-date.el (format-seconds): Remove `nonzero' argument
16226 in favor of `%z' specifier.
16227 (emacs-uptime): Move to time.el.
16228 * time.el (emacs-uptime): Move here from time-date.el. Add optional
16229 `format' argument. Doc fix. Use `%z' rather than removed `nonzero'
16230 argument of format-seconds.
16231
16232 2008-02-16 Dan Nicolaescu <dann@ics.uci.edu>
16233
16234 * bindings.el (mode-line-mule-info): Make the tooltips more explicit.
16235
16236 2008-02-15 Lawrence Mitchell <wence@gmx.li> (tiny change)
16237
16238 * ielm.el (ielm-is-whitespace): Remove.
16239 (ielm-is-whitespace-or-comment): New function.
16240 (ielm-eval-input): Use it.
16241
16242 2008-02-15 Jason Rumney <jasonr@gnu.org>
16243
16244 * term/mac-win.el: Fix coding tag.
16245
16246 2008-02-15 Dan Nicolaescu <dann@ics.uci.edu>
16247
16248 * vc-hooks.el (vc-menu-map):
16249 * bindings.el (mode-line-mode-menu): Add tooltips.
16250
16251 * bindings.el (help-echo): Add more tooltips. Use a less
16252 telegraphic style for existing tooltips.
16253
16254 2008-02-14 Stefan Monnier <monnier@iro.umontreal.ca>
16255
16256 * frame.el (frame-notice-user-settings): Distinguish explicit parent-id
16257 from the auto-generated one.
16258
16259 2008-02-14 Glenn Morris <rgm@gnu.org>
16260
16261 * mail/rmail-spam-filter.el (rmail-spam-filter):
16262 Let-bind message-spam-status.
16263
16264 * mail/smtpmail.el (password-cache-add): Declare as function.
16265
16266 2008-02-14 Justus Piater <Justus-bulk@Piater.name> (tiny change)
16267
16268 * mail/smtpmail.el: Use password-cache.
16269
16270 2008-02-14 Juanma Barranquero <lekktu@gmail.com>
16271
16272 * uniquify.el (uniquify-buffer-base-name): New function.
16273 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
16274
16275 * desktop.el (uniquify-managed): Don't defvar.
16276 (desktop-buffer-info): Use `uniquify-buffer-base-name', not
16277 `uniquify-managed'. Return also the buffer's base name.
16278 (desktop-save): When saving the buffer info, filter out the base name,
16279 and save it as buffer name if the buffer is managed by uniquify.
16280 (uniquify-item-base): Don't declare; not called anymore.
16281
16282 2008-02-14 Dan Nicolaescu <dann@ics.uci.edu>
16283
16284 * vc.el (vc-annotate-find-revision-at-line): New function.
16285 (vc-annotate-mode-map): Bind it.
16286 (vc-annotate-mode-menu): Add a menu entry for it. Add :help for
16287 some entries.
16288
16289 2008-02-14 Glenn Morris <rgm@gnu.org>
16290
16291 * calendar/time-date.el (format-seconds): New function.
16292 (emacs-uptime): Use format-seconds.
16293
16294 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
16295 Remove `LC_ALL=C', since it's included in $(emacs) now.
16296
16297 2008-02-14 Zhang Wei <id.brep@gmail.com>
16298
16299 * textmodes/org-publish.el (org-publish-timestamp-filename):
16300 Replace colon characters in filename too.
16301
16302 2008-02-13 Bastien Guerry <bzg@altern.org>
16303
16304 * mail/rmail.el (rmail-header-name): New face.
16305 (rmail-font-lock-keywords): Use rmail-header-name.
16306
16307 * mail/rmail-spam-filter.el (rsf-definitions-alist): Allow check
16308 against X-Spam-Status header field.
16309 (rmail-spam-filter): Also check X-Spam-Status header field.
16310
16311 2008-02-14 Mark A. Hershberger <mah@everybody.org>
16312
16313 * progmodes/flymake.el (flymake-allowed-file-name-masks):
16314 Add support for .pm files and .php files.
16315 (flymake-err-line-patterns): Add pattern for PHP errors.
16316 (flymake-php-init): New function. PHP support for flymake.
16317
16318 * progmodes/compile.el (compilation-error-regexp-alist-alist):
16319 Add regular expression for PHP errors.
16320
16321 2008-02-13 Michael Albinus <michael.albinus@gmx.de>
16322
16323 * net/ange-ftp.el (ange-ftp-quote-string): Use `shell-quote-argument'.
16324 This DTRT even on w32 machines.
16325 (ange-ftp-cf1): Quote FILENAME.
16326
16327 2008-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
16328
16329 * smerge-mode.el (smerge-auto-combine-max-separation): New var.
16330 (smerge-auto-combine): New fun.
16331
16332 2008-02-12 Juri Linkov <juri@jurta.org>
16333
16334 * startup.el (fancy-startup-screen, normal-splash-screen):
16335 Set default-directory to command-line-default-directory.
16336
16337 * desktop.el (after-init-hook): Set inhibit-startup-screen to t
16338 after reading the desktop.
16339
16340 * progmodes/compile.el (compilation-auto-jump):
16341 Call compile-goto-error only when compilation-auto-jump-to-first-error
16342 is non-nil.
16343 (compilation-scroll-output): Replace :type 'boolean with a choice
16344 that has three options including a third option `first-error'.
16345 Doc fix.
16346 (compilation-start, compilation-forget-errors): Add an alternate
16347 condition comparing compilation-scroll-output with `first-error'
16348 in addition to compilation-auto-jump-to-first-error (to call
16349 compilation-auto-jump in the proper place).
16350
16351 2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
16352
16353 * international/mule.el (sgml-html-meta-auto-coding-function):
16354 Make sure the search limit is ahead.
16355
16356 * tar-mode.el: Fix broken indentation.
16357 (tar-mouse-extract, tar-extract, tar-subfile-save-buffer):
16358 Use with-current-buffer.
16359
16360 2008-02-12 Juanma Barranquero <lekktu@gmail.com>
16361
16362 * hexl.el (hexl-mode): Don't make `font-lock-defaults' buffer-local;
16363 it is already automatically buffer-local.
16364
16365 2008-02-12 Drew Adams <drew.adams@oracle.com>
16366
16367 * help.el (describe-key): Join some split lines to facilitate filling.
16368 * help-fns.el (describe-function-1): Fill text of overlong lines.
16369
16370 2008-02-12 Kenichi Handa <handa@ni.aist.go.jp>
16371
16372 * emacs-lisp/bytecomp.el (byte-compile-lapcode):
16373 Use unibyte-string instead of string-make-unibyte.
16374
16375 * Makefile.in (AUTOGENEL): Remove charprop.el and uni-*.el.
16376
16377 2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
16378
16379 * doc-view.el (doc-view-display): Change file arg to buffer arg, so it
16380 works also for buffers w/o buffer-file-name. Update callers.
16381 (doc-view-clone-buffer-hook): New fun.
16382 (doc-view-mode): Use it for indirect clones. Mark the overlays with
16383 the `doc-view' property so they can be recognized.
16384
16385 * simple.el (clone-indirect-buffer-hook): New hook.
16386 (clone-indirect-buffer): Run it.
16387
16388 2008-02-11 Michael Olson <mwolson@gnu.org>
16389
16390 * epa-setup.el:
16391 * epg-package-info.el: Files removed.
16392
16393 2008-02-11 Daiki Ueno <ueno@unixuser.org>
16394
16395 * epa.el (epa-menu-mode): Merge into epa-mode.
16396 (epa-menu-items): Rename the label "EasyPG Assistant" to
16397 "Encryption/Decryption".
16398
16399 * epa-dired.el: Define a new minor-mode epa-dired-mode for dired.
16400 (epa-dired-mode-map): Rename from epa-dired-map.
16401 (epa-global-dired-mode): Rename the global minor mode.
16402
16403 2008-02-11 Drew Adams <drew.adams@oracle.com>
16404
16405 * isearch.el (isearch-fail): New face.
16406 (isearch-message): Highlight failure part of input.
16407
16408 2008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
16409
16410 * ibuffer.el (ibuffer-header-line-format): New var.
16411 (ibuffer-mode): Set it instead of header-line-format.
16412 (ibuffer-update): Use it to set header-line-format.
16413
16414 * international/mule-cmds.el (ucs-insert): Inherit surrounding
16415 properties like self-insert-command.
16416
16417 2008-02-11 Drew Adams <drew.adams@oracle.com>
16418
16419 * progmodes/etags.el: Add many doc strings.
16420
16421 2008-02-11 Jason Rumney <jasonr@gnu.org>
16422
16423 * ldefs-boot.el: Regenerated.
16424
16425 2008-02-11 Glenn Morris <rgm@gnu.org>
16426
16427 * progmodes/compile.el (compilation-error-regexp-alist-alist):
16428 Shorten some names.
16429
16430 * ffap.el (ffap-rfc-directories): Add :version.
16431
16432 2008-02-11 Chris Moore <christopher.ian.moore@gmail.com>
16433
16434 * jka-cmpr-hook.el (jka-compr-compression-info-list): Handle .sifz
16435 files, and backup files of same.
16436
16437 2008-02-11 Kevin Ryde <user42@zip.com.au>
16438
16439 * ffap.el (ffap-rfc-directories): New variable.
16440 (ffap-rfc): Look in those dirs before offering ffap-rfc-path.
16441
16442 * info.el (Info-next-reference, Info-prev-reference)
16443 (Info-try-follow-nearest-node): Move to and follow https:// links too.
16444
16445 * simple.el (completion-list-mode): Show full completion-list-mode-map
16446 in the docstring.
16447
16448 2008-02-11 Sam Steingold <sds@gnu.org>
16449
16450 * vc-hooks.el (vc-prefix-key): Remove (undo 2008-02-06 patch).
16451
16452 2008-02-11 Glenn Morris <rgm@gnu.org>
16453
16454 * startup.el (emacs-startup-time): New variable.
16455 (command-line): Set emacs-startup-time.
16456
16457 * calendar/time-date.el (emacs-uptime): New function.
16458
16459 2008-02-10 Bastien Guerry <bzg@altern.org>
16460
16461 * mail/rmail.el (rmail-nonignored-headers): Allow to be nil.
16462 (rmail-clear-headers): Don't check `rmail-nonignored-headers' when
16463 it is nil.
16464
16465 2008-02-10 Daiki Ueno <ueno@unixuser.org>
16466
16467 * epg-config.el: Expand the contents of epg-package-info.el.
16468 (epg-package-name): New constant.
16469 (epg-version-number): New constant.
16470 (epg-bug-report-address): New constant.
16471
16472 * epa-mail.el (epa-mail-mode): Add autoload cookie.
16473 (epa-global-mail-mode): New global minor mode.
16474
16475 * epa-file.el (epa-file-mode): New global minor mode.
16476
16477 * epa-dired.el (epa-dired-mode): New global minor mode.
16478
16479 * epa.el (epa-menu): New variable.
16480 (epa-menu-items): New variable.
16481 (epa-menu-mode): New global minor mode.
16482 (epa-global-minor-modes): New user option.
16483 (epa-mode): New global minor mode.
16484
16485 2008-02-10 Michael Albinus <michael.albinus@gmx.de>
16486
16487 * net/dbus.el: Remove `no-byte-compile' cookie.
16488 (dbus-call-method, dbus-register-signal, dbus-debug)
16489 (dbus-registered-functions-table): Declare them with
16490 `declare-function' or `defvar', respectively.
16491 (top): Don't assert any longer. Require 'cl when compiling.
16492 Apply `ignore-errors' but `dbus-ignore-errors'.
16493
16494 2008-02-10 Dan Nicolaescu <dann@ics.uci.edu>
16495
16496 * diff-mode.el (diff-add-change-log-entries-other-window):
16497 Use add-change-log-entry.
16498
16499 2008-02-09 Jason Rumney <jasonr@gnu.org>
16500
16501 * button.el (button-map):
16502 * wid-edit.el (widget-keymap): Avoid line-end confusion in autoloads.
16503 * ldefs-boot.el: Regenerate.
16504
16505 2008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
16506
16507 * epa.el (epa-faces, epa):
16508 * epa-file.el (epa-file):
16509 * epg-config.el (epg): Add :version.
16510
16511 2008-02-09 Thien-Thi Nguyen <ttn@gnuvola.org>
16512
16513 * vc.el (vc-exec-after): Append CODE to previous fragments.
16514 (vc-diff-finish): Take BUFFER directly, not BUFFER-NAME;
16515 take MESSAGES instead of VERBOSE; use it when non-nil.
16516 (vc-diff-internal): Compute messages once; use them;
16517 update call to vc-diff-finish.
16518
16519 2008-02-09 Michael Olson <mwolson@gnu.org>
16520
16521 * net/tramp.el (tramp-process-sentinel): Avoid error when process
16522 buffer has been killed, such as by
16523 `tramp-cleanup-all-connections'.
16524
16525 2008-02-09 Miles Bader <miles@gnu.org>
16526
16527 * net/rcirc.el (rcirc-omit-mode): Suppress invisibility ellipsis.
16528
16529 2008-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
16530
16531 * diff-mode.el (diff-add-change-log-entries-other-window): Avoid the
16532 splitter in context hunks.
16533
16534 2008-02-08 Kenichi Handa <handa@ni.aist.go.jp>
16535
16536 * international/fontset.el (setup-default-fontset): Fix arabic otf
16537 font specification.
16538
16539 2008-02-08 Daiki Ueno <ueno@unixuser.org>
16540
16541 * epa-dired.el:
16542 * epa-file.el:
16543 * epa-mail.el:
16544 * epa-setup.el:
16545 * epa.el:
16546 * epg-config.el:
16547 * epg-package-info.el:
16548 * epg.el: Initial check-in of EasyPG.
16549
16550 2008-02-08 Glenn Morris <rgm@gnu.org>
16551
16552 * woman.el (woman-locale): New defcustom.
16553 (woman-expand-locale, woman-manpath-add-locales): New functions.
16554 (woman-manpath): Call woman-manpath-add-locales. Bump :version.
16555
16556 * international/mule-cmds.el (locale-translate): New function,
16557 with old code extracted from set-locale-environment.
16558 (set-locale-environment): Use locale-translate. Set woman-locale.
16559
16560 * cus-start.el (selection-coding-system): Remove, since it's now
16561 defined in select.el rather than in xselect.c.
16562 * select.el (selection-coding-system): Make it a defcustom, and
16563 add the properties from cus-start.el. Bump :version.
16564
16565 * custom.el (custom-theme-set-variables): Sort symbols that are
16566 dependencies before symbols that depend on them.
16567 (custom-enabled-themes): Set after custom-theme-directory.
16568
16569 * pcmpl-unix.el (top-level): Move provide statement to end.
16570 (pcmpl-unix-group-file, pcmpl-unix-passwd-file): Remove leading
16571 `*' from doc-string. Allow to be nil.
16572 (pcmpl-ssh-known-hosts-file): Convert comment into expanded doc-string.
16573 Allow to be nil. Add :version.
16574 (pcmpl-ssh-hosts): Move definition before use. Handle lines
16575 without hostnames, and multiple hostnames per line.
16576
16577 * term/x-win.el (x-handle-parent-id): Remove free variable `parent-id'.
16578
16579 2008-02-08 Phil Hagelberg <phil@evri.com>
16580
16581 * pcmpl-unix.el (pcmpl-ssh-known-hosts-file): New defcustom.
16582 (pcomplete/ssh, pcomplete/scp, pcmpl-ssh-hosts): New functions.
16583
16584 2008-02-07 Timo Savola <timo.savola@iki.fi>
16585
16586 * startup.el (command-line-x-option-alist): Add --parent-id.
16587
16588 * term/x-win.el (x-handle-parent-id): New function.
16589
16590 2008-02-07 Chris Moore <christopher.ian.moore@gmail.com>
16591
16592 * mouse.el (x-fixed-font-alist): Use consistent capitalization for
16593 "Font Menu".
16594
16595 2008-02-06 Michael Albinus <michael.albinus@gmx.de>
16596
16597 * net/dbus.el (dbus-interface-peer): New defconst.
16598 (dbus-ping): New defun.
16599
16600 2008-02-06 Sam Steingold <sds@gnu.org>
16601
16602 * vc-hooks.el (vc-prefix-key): New user-customizable variable.
16603
16604 2008-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
16605
16606 * net/ange-ftp.el (ange-ftp-unhandled-file-name-directory):
16607 Just return nil and let the C code provide a fallback.
16608
16609 2008-02-05 Glenn Morris <rgm@gnu.org>
16610
16611 * net/tramp-cmds.el (tramp-cleanup-connection): Update calls to
16612 tramp-flush-connection-property for removed 2nd argument.
16613
16614 2008-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
16615
16616 * diff-mode.el (diff-add-change-log-entries-other-window):
16617 Rename from diff-create-changelog. Change users.
16618 Minor change to hopefully work with plain diffs.
16619 (diff-mode-map): Add binding for it.
16620
16621 2008-02-04 Dan Nicolaescu <dann@ics.uci.edu>
16622
16623 * diff-mode.el: Add new TODO entry.
16624 (diff-create-changelog): New function.
16625 (diff-mode-menu): Bind it.
16626
16627 2008-02-04 Kenichi Handa <handa@ni.aist.go.jp>
16628
16629 * international/mule-diag.el (print-fontset-element): Handle the
16630 case of inhibiting the fallback fonts.
16631
16632 2008-02-04 Kim F. Storm <storm@cua.dk>
16633
16634 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
16635 (ido-magic-delete-char): Use prefix arg.
16636
16637 2008-02-03 Juanma Barranquero <lekktu@gmail.com>
16638
16639 * term/w32-win.el (image-library-alist): Prefer libpng12 to libpng13,
16640 because the latter is in fact a 1.2.8 build distributed with GTK+ (as
16641 of today, the most recent libpng is 1.2.24).
16642
16643 2008-02-03 Michael Albinus <michael.albinus@gmx.de>
16644
16645 * ediff-util.el (ediff-compute-custom-diffs-maybe): Handle remote files.
16646
16647 * net/dbus.el (top): Check (featurep 'dbusbind).
16648
16649 * net/tramp.el (tramp-process-sentinel): New defun.
16650 (tramp-do-copy-or-rename-file-out-of-band)
16651 (tramp-maybe-open-connection): Use it as process sentinel.
16652 (tramp-handle-delete-directory): Don't use the "-f" option; it
16653 isn't portable.
16654 (tramp-handle-start-file-process): Echo `tramp-end-of-output'
16655 after the command.
16656 (tramp-handle-shell-command): Set `mode-line-process' in the
16657 asynchronous case.
16658
16659 * net/tramp-cache.el (tramp-flush-connection-property): Remove EVENT.
16660
16661 * net/tramp-fish.el (tramp-fish-maybe-open-connection):
16662 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
16663 Use `tramp-process-sentinel' as process sentinel.
16664
16665 2008-02-02 Juanma Barranquero <lekktu@gmail.com>
16666
16667 * whitespace.el (global-whitespace-mode): Revert last change.
16668 (whitespace-unload-function): Force `global-whitespace-mode'
16669 to deactivate local modes in a slightly less intrusive way.
16670
16671 2008-02-02 Eli Zaretskii <eliz@gnu.org>
16672
16673 * view.el (kill-buffer-if-not-modified): Add an autoload cookie.
16674
16675 2008-02-02 Glenn Morris <rgm@gnu.org>
16676
16677 * international/latin1-disp.el (latin1-display):
16678 * progmodes/fortran.el (fortran-comment-indent-char):
16679 * progmodes/idlw-shell.el (top-level):
16680 * term/mac-win.el (mac-keyboard-translate-char):
16681 * whitespace.el (whitespace-char-valid-p):
16682 * wid-edit.el (widget-key-sequence-read-event):
16683 Use characterp rather than char-valid-p.
16684
16685 * progmodes/cap-words.el (capitalized-next-word-boundary): Rename
16686 to capitalized-find-word-boundary. Doc fix. Update callers.
16687 (capitalized-next-word-boundary-function-table): Rename to
16688 capitalized-find-word-boundary-function-table. Doc fix. Update users.
16689
16690 * ps-bdf.el (bdf-read-font-info): Use string-to-number rather than
16691 string-to-int.
16692
16693 * ps-def.el (declare-function): Add compatibility definition.
16694 (ps-plot-with-face, ps-plot-string): Declare as functions.
16695 (ps-bold-faces, ps-italic-faces): Declare variables.
16696
16697 * ps-print.el (ps-mule-initialize, ps-mule-begin-job)
16698 (ps-mule-end-job): Declare as functions.
16699
16700 * wid-edit.el (widget-string-complete): Use assoc-string rather
16701 than assoc-ignore-case.
16702
16703 See ChangeLog.13 for earlier changes.
16704
16705 ;; Local Variables:
16706 ;; coding: utf-8
16707 ;; add-log-time-zone-rule: t
16708 ;; bug-reference-url-format: "http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=%s"
16709 ;; End:
16710
16711 Copyright (C) 2008 Free Software Foundation, Inc.
16712
16713 This file is part of GNU Emacs.
16714
16715 GNU Emacs is free software: you can redistribute it and/or modify
16716 it under the terms of the GNU General Public License as published by
16717 the Free Software Foundation, either version 3 of the License, or
16718 (at your option) any later version.
16719
16720 GNU Emacs is distributed in the hope that it will be useful,
16721 but WITHOUT ANY WARRANTY; without even the implied warranty of
16722 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16723 GNU General Public License for more details.
16724
16725 You should have received a copy of the GNU General Public License
16726 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
16727
16728 ;; arch-tag: c241c1f9-d668-48bf-920a-2897ed0340bc