]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
1 2008-10-17 Alan Mackenzie <acm@muc.de>
2
3 * progmodes/cc-cmds.el (c-defun-name): Make it work for "struct
4 foo bar [] = { ...".
5
6 2008-10-17 Chong Yidong <cyd@stupidchicken.com>
7
8 * faces.el (face-spec-set-2): Don't pass invalid attributes to
9 set-face-attribute.
10
11 2008-10-17 Juanma Barranquero <lekktu@gmail.com>
12
13 * w32-fns.el (w32-list-locales): Decode output of `w32-get-locale-info'
14 according to `locale-coding-system'. (This fixes trivial bug reported
15 as part of bug#1179).
16 Sort list of valid locale ids (EnumSystemLocales does not guarantee any
17 particular order). Use `when'.
18
19 2008-10-16 Juanma Barranquero <lekktu@gmail.com>
20
21 * w32-fns.el (w32-check-shell-configuration): Doc fix.
22 (w32-add-charset-info): Fix typo in docstring.
23
24 2008-10-16 Teodor Zlatanov <tzz@lifelogs.com>
25
26 * international/mule-conf.el: Removed `utf8' and `UTF8' aliases
27 after discussion.
28
29 2008-10-16 Magnus Henoch <mange@freemail.hu>
30
31 * vc-arch.el (vc-arch-dir-status): New function.
32 (vc-arch-after-dir-status): New function.
33
34 2008-10-16 Glenn Morris <rgm@gnu.org>
35
36 * man.el (Man-getpage-in-background): Force recent `man's to output
37 escape sequences even when stdout is not a tty. (Bug#1142)
38
39 2008-10-15 Teodor Zlatanov <tzz@lifelogs.com>
40
41 * international/mule-conf.el: Add `utf8' and `UTF8' as
42 aliases for the `utf-8' coding system.
43
44 2008-10-15 Juanma Barranquero <lekktu@gmail.com>
45
46 * find-file.el (ff-get-file): Doc fix.
47 (ff-get-file-name): Use `let', not `let*'.
48 (ff-search-directories): Fix typo in docstring.
49 (ff-pre-find-hook, ff-pre-load-hook, ff-post-load-hook)
50 (ff-not-found-hook, ff-file-created-hook, ff-case-fold-search)
51 (ff-always-in-other-window, ff-ignore-include, ff-always-try-to-create)
52 (ff-quiet-mode, ff-other-file-alist, cc-search-directories)
53 (cc-other-file-alist, modula2-other-file-alist):
54 Remove spurious * in docstrings.
55
56 2008-10-14 Chong Yidong <cyd@stupidchicken.com>
57
58 * faces.el (set-face-attribute): Set family and foundry before
59 other attributes.
60 (face-spec-set-2): Pass unmodified args to set-face-attribute.
61
62 2008-10-14 Juanma Barranquero <lekktu@gmail.com>
63
64 * hl-line.el (hl-line-unload-function): New function.
65 (hl-line-unhighlight, global-hl-line-unhighlight): Use `when'.
66 (hl-line-sticky-flag): Remove spurious * in docstring.
67
68 2008-10-14 Eric Hanchrow <offby1@blarg.net> (tiny change)
69
70 * vc-git.el (vc-git-show-log-entry): Include the revision in the
71 search string.
72
73 2008-10-14 Michael Albinus <michael.albinus@gmx.de>
74
75 * net/tramp.el (tramp-process-one-action): Embed regexp in
76 parentheses, before adding end-of-buffer construct. Suggested by
77 Markus Triska <markus.triska@gmx.at>.
78
79 2008-10-13 Ulf Jasper <ulf.jasper@web.de>
80
81 * net/newst-plainview.el (w3m-toggle-inline-image):
82 Define 'declare-function if necessary, for compatibility.
83
84 * net/newst-treeview.el (w3m-toggle-inline-images):
85 Define 'declare-function if necessary, for compatibility.
86
87 2008-10-13 Alan Mackenzie <acm@muc.de>
88
89 * progmodes/cc-cmds.el (c-indent-region): Fix previous patch
90 so that the function works on one-line macros.
91
92 * progmodes/cc-engine.el: Amend several doc strings and comments.
93
94 2008-10-13 Dan Nicolaescu <dann@ics.uci.edu>
95
96 * vc-hooks.el (vc-stay-local): Add a new choice and default to it.
97
98 * vc-cvs.el (vc-cvs-dir-stay-local): Remove.
99 (vc-cvs-stay-local): Add a new choice and default to it.
100 (vc-cvs-dir-status): Use the new vc-stay-local choice.
101
102 * vc-svn.el (vc-svn-dir-status): Use the new vc-stay-local choice.
103
104 2008-10-12 Stephen Leake <stephen_leake@member.fsf.org>
105
106 * progmodes/ada-mode.el (ada-get-indent-end, ada-goto-matching-start):
107 Add support for extended return statement.
108
109 * progmodes/ada-xref.el (ada-gnat-parse-gpr): Don't reverse src-dir
110 and obj-dir; keep user order.
111
112 2008-10-12 Glenn Morris <rgm@gnu.org>
113
114 * Makefile.in (ELCFILES): Update.
115
116 * simple.el (shell-delimiter-argument-list, shell-file-name-chars)
117 (shell-file-name-quote-list): Declare.
118
119 2008-10-12 Michael Albinus <michael.albinus@gmx.de>
120
121 * net/dbus.el (dbus-service-emacs, dbus-path-emacs): New defconst.
122
123 2008-10-12 Chong Yidong <cyd@stupidchicken.com>
124
125 * startup.el (command-line): If toolbar is disabled but ought to
126 be initialized, call tool-bar-setup.
127
128 * tool-bar.el (tool-bar-setup): Variable deleted.
129 (tool-bar-setup): Set it up unconditionally.
130
131 * faces.el (x-create-frame-with-faces): Don't call tool-bar-setup.
132
133 * progmodes/grep.el (grep-mode-tool-bar-map): Check if
134 tool-bar-map has been initialized before setting it up.
135
136 * progmodes/compile.el (compilation-mode-tool-bar-map): Check if
137 tool-bar-map has been initialized before setting it up.
138
139 2008-10-11 Chong Yidong <cyd@stupidchicken.com>
140
141 * emacs-lisp/warnings.el (display-warning): Issue a message if
142 called during daemon initialization.
143
144 * tool-bar.el (tool-bar-local-item)
145 (tool-bar-local-item-from-menu): Put the check for number of
146 display colors into the image expression.
147 (tool-bar-setup): Don't be a no-op on ttys.
148
149 * info.el (info-tool-bar-map): Initialize it unconditionally.
150
151 * progmodes/gud.el (gud-tool-bar-map): Initialize it
152 unconditionally.
153
154 * progmodes/grep.el (grep-mode-tool-bar-map): Initialize it
155 unconditionally.
156
157 * progmodes/compile.el (compilation-mode-tool-bar-map): Initialize
158 it unconditionally.
159
160 2008-10-11 Romain Francoise <romain@orebokech.com>
161
162 * help.el (view-lossage): Fix docstring, lossage is now 300 keys.
163 * kmacro.el (kmacro-edit-lossage): Ditto.
164 * edmacro.el (edit-kbd-macro): Ditto.
165
166 2008-10-11 Ulf Jasper <ulf@web.de>
167
168 * net/newst-treeview.el (newsticker--treeview-list-sort-by-column):
169 Fixed variable names.
170
171 2008-10-11 Dan Nicolaescu <dann@ics.uci.edu>
172
173 * startup.el (command-line): Revert 2008-09-26 change, not
174 necessary anymore.
175
176 2008-10-10 Andreas Schwab <schwab@suse.de>
177
178 * simple.el (minibuffer-complete-shell-command): Bind
179 comint-delimiter-argument-list, comint-file-name-chars and
180 comint-file-name-quote-list like shell-mode.
181
182 2008-10-10 Martin Rudalics <rudalics@gmx.at>
183
184 * window.el (pop-to-buffer): Fix misplacement of arg norecord in
185 call of select-window.
186
187 2008-10-10 Jay Belanger <jay.p.belanger@gmail.com>
188
189 * calc/calc.el (calc-embedded-word-regexp)
190 (calc-embedded-word-regexp-alist): New variables.
191 (calc-embedded-open-word, calc-embedded-close-word)
192 (calc-embedded-open-close-word-alist): Remove unused variables.
193
194 * calc/calc-embed.el (calc-embedded-make-info): Use
195 `calc-embedded-word-regexp' to find words.
196
197 2008-10-10 Martin Rudalics <rudalics@gmx.at>
198
199 * info.el (Info-extract-menu-counting): New argment no-detail to
200 skip detailed node listings.
201 (Info-forward-node): New argument not-up to inhibit going up.
202 (Info-final-node): Call Info-extract-menu-counting and
203 Info-forward-node with the new arguments set to avoid infinite
204 looping. (Bug#1116)
205
206 2008-10-10 Eli Zaretskii <eliz@gnu.org>
207
208 * startup.el (command-line): Don't invoke tool-bar-mode if it is
209 not fboundp.
210
211 2008-10-09 Chong Yidong <cyd@stupidchicken.com>
212
213 * startup.el (command-line): Enable tool-bar-mode as long as it is
214 not suppressed by X resources, regardless of the terminal.
215
216 * tool-bar.el (tool-bar-mode): Only change tool-bar-lines on
217 graphical terminals.
218 (tool-bar-setup): No-op if called on a tty.
219
220 2008-10-09 Eli Zaretskii <eliz@gnu.org>
221
222 * frame.el (make-frame-on-tty): Use "F" inside interactive.
223 Support `pc' ``window-system''.
224
225 * progmodes/compile.el (compilation-start): Resurrect the version
226 for systems that don't support asynchronous subprocesses.
227
228 2008-10-09 Martin Rudalics <rudalics@gmx.at>
229
230 * window.el (pop-up-frames): Add choice graphic-only.
231 (display-buffer): When pop-up-frames equals graphic-only do
232 not pop up new frame on text-only terminals. (Bug#1061)
233
234 2008-10-09 Dan Nicolaescu <dann@ics.uci.edu>
235
236 * vc-cvs.el (vc-cvs-dir-stay-local): New variable.
237 (vc-cvs-dir-status): Use it.
238
239 2008-10-08 Chong Yidong <cyd@stupidchicken.com>
240
241 * json.el (json-skip-whitespace): Fix last change.
242
243 2008-10-08 Juanma Barranquero <lekktu@gmail.com>
244
245 * bs.el (bs-unload-function): New function.
246
247 2008-10-08 Sven Joachim <svenjoac@gmx.de>
248
249 * eshell/em-cmpl.el, eshell/em-hist.el, eshell/em-ls.el:
250 * eshell/esh-cmd.el, eshell/esh-ext.el, eshell/esh-io.el:
251 For clarity, explicitly require cl.
252
253 2008-10-08 Michael Olson <mwolson@gnu.org>
254
255 * ibuffer.el (ibuffer-shrink-to-fit): Force redisplay, so that we
256 can avoid a bad interaction with programs that add functions to
257 the window-scroll-functions hook. This fixes Bug #858.
258
259 2008-10-07 Chong Yidong <cyd@stupidchicken.com>
260
261 * startup.el (command-line): Use display-warning to warn about an
262 init file error.
263 (command-line-1): Remove init file error delay.
264
265 2008-10-07 Shigeru Fukaya <shigeru.fukaya@gmail.com>
266
267 * rx-new.el (rx-constituents): Change `anything' to call rx-anything.
268 Change `not-wordchar' assignment to "\\W" from "[^[:word:]]".
269 (rx-group-if): New function.
270 (rx-parent): New variable.
271 (rx-and, rx-or): Put shy groups only when necessary.
272 (rx-bracket): Remove.
273 (rx-anything): New function.
274 (rx-any-delete-from-range, rx-any-condense-range)
275 (rx-check-any-string): New functions.
276 (rx-check-any): Return result as a list. Don't convert chars to
277 strings. Don't prepend "\\" to "^". Don't search for close bracket.
278 Check char category string. Call rx-form instead of rx-to-string.
279 (rx-any): Rebuid to complete the function.
280 (rx-check-not): Fix char category regexp pattern string.
281 Call rx-form instead of rx-to-string.
282 (rx-not): Call rx-form instead of rx-to-string. Convert "[^]" to
283 "[^^]". Call regexp-quote for one char string when not called from
284 rx-not. Add "\\w", and toggle to upcase. Add the case of
285 "\\[SCBW]" to toggle.
286 (rx-=, rx->=, rx-**, rx-repeat, rx-submatch): Call rx-form
287 instead of rx-to-string.
288 (rx-kleene): Call rx-form instead of rx-to-string.
289 Call rx-group-if to adjust putting of shy groups.
290 (rx-atomic-p): Make check more precisely.
291 (rx-eval, rx-greedy): Call rx-form instead of rx-to-string.
292 (rx-regexp): Call rx-group-if.
293 (rx-form): New function.
294 (rx-to-string): Call rx-form, rx-group-if.
295 Refine definition of NO-GROUP.
296
297 2008-10-07 T. V. Raman <raman@users.sourceforge.net> (tiny change)
298
299 * json.el (json-advance): Use forward-char.
300 (json-skip-whitespace): Use skip-syntax-forward.
301
302 2008-10-07 Alan Mackenzie <acm@muc.de>
303
304 * progmodes/cc-cmds.el (c-indent-line-or-region): Fix so that
305 indenting a macro followed by blank lines doesn't backslash the
306 following non-blank line into the macro.
307
308 2008-10-06 Chong Yidong <cyd@stupidchicken.com>
309
310 * startup.el (before-init-time, after-init-time): Move into emacs.c.
311 (command-line): Set after-init-time to nil before initialization.
312
313 2008-10-06 Jay Belanger <jay.p.belanger@gmail.com>
314
315 * calc/calc-units.el (math-standard-units): Update the values
316 of the units.
317
318 2008-10-06 Juanma Barranquero <lekktu@gmail.com>
319
320 * bookmark.el (bookmark-unload-function): New function.
321
322 2008-10-06 Andreas Schwab <schwab@suse.de>
323
324 * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
325
326 2008-10-06 Martin Rudalics <rudalics@gmx.at>
327
328 * mail/footnote.el: Remove * in defcustom docstrings and tell
329 for most options that customizing them doesn't affect buffers
330 already displaying footnotes.
331 (Footnote-refresh-footnotes, Footnote-renumber-footnotes):
332 Fix handling of text properties and identical start/end tags.
333 Do not use format when renumbering.
334 (Footnote-set-style): Make it work.
335 (Footnote-insert-numbered-footnote): Simplify.
336 (Footnote-narrow-to-footnotes, Footnote-insert-footnote)
337 (Footnote-goto-footnote): Fix handling of empty section tag.
338 (Footnote-delete-footnote): Fix handling of identical start/end
339 tags, empty section tag, and spaced footnotes. Do not use
340 kill-region.
341 (footnote-mode): Make most options buffer-local to avoid that
342 customizing messes up handling of footnotes in buffers that
343 already display them.
344
345 2008-10-06 Dan Nicolaescu <dann@ics.uci.edu>
346
347 * faces.el (x-create-frame-with-faces): Undo previous change.
348
349 * vc-cvs.el (vc-cvs-after-dir-status): Parse the output for non
350 existent files.
351
352 2008-10-05 Chong Yidong <cyd@stupidchicken.com>
353
354 * international/mule-cmds.el (universal-coding-system-argument):
355 Handle digit-argument too.
356
357 2008-10-05 Mario Lang <mlang@delysid.org>
358
359 * xml.el (xml-parse-string): Use skip-chars-forward.
360
361 2008-10-05 Dan Nicolaescu <dann@ics.uci.edu>
362
363 * vc-bzr.el (vc-bzr-after-dir-status): Parse the output for non
364 existent files.
365 (vc-bzr-dir-status-files): New function.
366
367 2008-10-04 Glenn Morris <rgm@gnu.org>
368
369 * files.el (make-temp-file): Handle empty `prefix'. (Bug#1081)
370
371 * vc-svn.el (vc-svn-after-dir-status): Handle `svn status -u' output.
372 (vc-svn-dir-status): Respect vc-stay-local-p. (Bug#1046)
373
374 * vc-cvs.el (vc-cvs-dir-status-heuristic): New function.
375 (vc-cvs-dir-status): Respect vc-stay-local-p. (Bug#1046)
376
377 2008-10-04 David J. Biesack <David.Biesack@sas.com> (tiny change)
378
379 * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
380 Fix typo. (Bug#1074)
381
382 2008-10-04 Martin Rudalics <rudalics@gmx.at>
383
384 * progmodes/compile.el (compilation-start): Make sure to move to
385 point-max only when we are in the compilation buffer. (Bug#1073)
386
387 2008-10-04 Dan Nicolaescu <dann@ics.uci.edu>
388
389 * faces.el (x-create-frame-with-faces): Only setup the toolbar if
390 tool-bar-mode is on.
391
392 * vc-svn.el (vc-svn-dir-status-files):
393 * vc-cvs.el (vc-cvs-dir-status-files): New function.
394
395 2008-10-03 Dan Nicolaescu <dann@ics.uci.edu>
396
397 * vc-hg.el (vc-hg-dir-status-files): New function.
398
399 2008-10-03 Martin Rudalics <rudalics@gmx.at>
400
401 * window.el (window--display-buffer-1): Don't care about
402 visibility since raise-frame does.
403
404 2008-10-03 Mario Lang <mlang@delysid.org>
405
406 * nxml/xmltok.el (xmltok-forward): Simplify.
407
408 2008-10-03 Glenn Morris <rgm@gnu.org>
409
410 * Makefile.in (ELCFILES): Update.
411
412 * frame.el (set-default-font): Make obsolete.
413 * mouse.el (mouse-set-font): Use set-frame-font.
414
415 * jka-cmpr-hook.el (jka-compr-compression-info-list)
416 (jka-compr-mode-alist-additions): Also match `.tbz2'.
417
418 * progmodes/idlwave.el (auto-mode-alist): Remove unnecessary autoload.
419 * files.el (auto-mode-alist): Add .PRO as per above autoload.
420
421 2008-10-03 Dan Nicolaescu <dann@ics.uci.edu>
422
423 * vc-dir.el (vc-dir-mode): Don't create the ewoc header here.
424 (vc-dir-refresh): Set it here instead. (Bug#1067)
425
426 2008-10-02 Chong Yidong <cyd@stupidchicken.com>
427
428 * faces.el (inhibit-frame-set-background-mode): New var.
429 (frame-set-background-mode): Use it to avoid a loop in
430 face-spec-recalc.
431
432 2008-10-02 Glenn Morris <rgm@gnu.org>
433
434 * vc-bzr.el (vc-bzr-diff): Use vc-switches rather than the obsolete
435 vc-diff-switches.
436
437 2008-10-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
438
439 * whitespace.el: Eliminate whitespace-kill-buffer-hook functionality,
440 that is, to take some action when a buffer is killed. Suggested by
441 Stefan Monnier <monnier@iro.umontreal.ca>. Doc fix. New version
442 11.2.2.
443 (whitespace-action): Docstring and :type fix.
444 (whitespace-turn-on, whitespace-turn-off, whitespace-warn-read-only):
445 Code fix.
446 (whitespace-add-local-hook, whitespace-remove-local-hook)
447 (whitespace-kill-buffer-hook, whitespace-action): Fun eliminated.
448
449 2008-10-01 Magnus Henoch <mange@freemail.hu>
450
451 * net/tls.el (open-tls-stream): Show the actual command being
452 executed, instead of the format string.
453
454 2008-10-01 Eli Zaretskii <eliz@gnu.org>
455
456 * term/internal.el (dos-locale-alist): New alist.
457 (dos-codepage-setup): Use it to compute a value of locale with
458 which to call set-locale-environment. Remove code to set
459 terminal, keyboard, and file-name encoding (done by
460 set-locale-environment).
461
462 * international/mule-cmds.el
463 (set-language-environment-nonascii-translation): Fix nonascii
464 value for `pc' ``window-system''.
465 (set-display-table-and-terminal-coding-system)
466 (set-default-coding-systems): Don't special-case `pc'.
467
468 2008-10-01 Glenn Morris <rgm@gnu.org>
469
470 * filesets.el (filesets-menu-name): Fix type.
471 (filesets-menu-path, filesets-menu-before): Fix types.
472 Change defaults to be consistent with recentf. (Bug#1056)
473
474 2008-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
475
476 * term/xterm.el (xterm-turn-on-modify-other-keys)
477 (xterm-turn-off-modify-other-keys, xterm-remove-modify-other-keys):
478 Don't forget to pass `terminal' to `send-string-to-terminal'.
479
480 2008-09-30 Michael Albinus <michael.albinus@gmx.de>
481
482 * vc-hooks.el (vc-file-clearprops): Revert change from 2008-09-29.
483 (vc-file-not-found-hook): Check, that `buffer-file-name' is
484 non-nil. It is not clear, whether this is only fixing symptoms on
485 an error. OTOH, in all other cases, the call of `vc-file-clearprops'
486 is embedded by that check. So it might be TRT. Suggested by Dan
487 Nicolaescu <dann@ics.uci.edu>.
488
489 2008-09-30 Eli Zaretskii <eliz@gnu.org>
490
491 * Makefile.in (ELCFILES): Remove codepage.elc.
492
493 * international/codepage.el: File removed, as even ms-dos doesn't
494 need it anymore.
495
496 * loadup.el [ms-dos]: Don't load ccl and codepage.
497
498 * term/internal.el: Remove coding: cookie and no-byte-compile flag.
499 (IT-character-translations, cjk-codepages-alist): Remove variables.
500 (IT-display-table-setup, dos-cpNNN-setup): Remove functions.
501 (IT-unicode-translations): Remove charset and base elements.
502 Add translations for Latin-1 characters.
503 (IT-setup-unicode-display): Accept a CODING argument. Don't use
504 base and chset elements of IT-unicode-translations. Don't wrap
505 translation in "{...}". Set up translations only for characters
506 for which unencodable-char-position returns non-nil.
507 (dos-codepage-setup): Don't use special-case codepages in
508 cjk-codepages-alist.
509
510 * files.el (locate-dominating-file): Wrap directory-files with
511 condition-case, instead of calling file-directory-p, which stats
512 the directory one more time.
513
514 * mail/mail-utils.el (mail-unquote-printable-region):
515 Use insert-byte instead of insert-char, when the UNIBYTE arg is
516 non-nil.
517
518 2008-09-30 Daiki Ueno <ueno@unixuser.org>
519
520 * epa-file.el (epa-file-insert-file-contents): Fix typo.
521
522 2008-09-30 Glenn Morris <rgm@gnu.org>
523
524 * progmodes/which-func.el (which-func-imenu-joiner-function): Doc fix.
525
526 2008-09-30 Daniel Colascione <danc@merrillpress.com>
527
528 * progmodes/which-func.el (which-func-imenu-joiner-function): New.
529 (which-function): Handle nested imenu trees.
530
531 * imenu.el (imenu--split-menu): Fix bug with shared lists that deleted
532 some nested menu items.
533
534 2008-09-30 Jay Belanger <jay.p.belanger@gmail.com>
535
536 * calc/calc-units.el (math-standard-units): Add entries used to
537 display the the values in the units buffer.
538 (math-build-units-table): Add entries to the units table to be used
539 to display the values in the units buffer.
540 (math-build-units-table-buffer): Use the display entry of the units
541 table when non-nil.
542 (calc-define-unit): Add option to enter display value of unit.
543
544 2008-09-29 Michael Albinus <michael.albinus@gmx.de>
545
546 * vc-hooks.el (vc-file-clearprops): Check, that FILE is a string.
547
548 2008-09-29 Eli Zaretskii <eliz@gnu.org>
549
550 * files.el (locate-dominating-file): Take file-attributes of
551 `dir', not of `file' (which never changes).
552
553 2008-09-29 Michael Albinus <michael.albinus@gmx.de>
554
555 * files.el (file-remote-p): Precise doc string; IDENTIFICATION can
556 also be `localname'.
557
558 * net/ange-ftp.el (ange-ftp-file-remote-p): Handle `localname' as
559 IDENTIFICATION.
560
561 2008-09-28 Glenn Morris <rgm@gnu.org>
562
563 * vc.el (vc-switches): Give it a doc string.
564
565 2008-09-28 Romain Francoise <romain@orebokech.com>
566
567 * comint.el (comint-show-output): Adjust to stickiness changes of
568 the output field.
569
570 * startup.el (command-line): Start the daemon server later.
571
572 2008-09-28 Martin Rudalics <rudalics@gmx.at>
573
574 * subr.el (read-quoted-char): Call char-resolve-modifiers
575 instead of char-resolve-modifers.
576
577 2008-09-27 Glenn Morris <rgm@gnu.org>
578
579 * play/solitaire.el (solitaire-mode-map): Bind "\r" rather
580 than [return]. (Bug#1031)
581
582 2008-09-27 Peter Dyballa <Peter_Dyballa@Freenet.DE>
583
584 * calendar/calendar.el (solar-sunrises-buffer): Fix typo.
585
586 2008-09-27 Daiki Ueno <ueno@unixuser.org>
587
588 * epg.el (epg-wait-for-status): Check if there is no pending status.
589 Reported by Ted Romer <ted@romerfamily.com>.
590
591 2008-09-26 Dan Nicolaescu <dann@ics.uci.edu>
592
593 * startup.el (command-line): Turn on menu-bar-mode and
594 tool-bar-mode when running as a daemon.
595
596 2008-09-26 Eli Zaretskii <eliz@gnu.org>
597
598 * makefile.w32-in ($(lisp)/progmodes/cc-mode.elc): Remove.
599 ($(lisp)/progmodes/cc-align.elc, $(lisp)/progmodes/cc-cmds.elc)
600 ($(lisp)/progmodes/cc-compat.elc, $(lisp)/progmodes/cc-defs.elc)
601 ($(lisp)/progmodes/cc-engine.elc)
602 ($(lisp)/progmodes/cc-fonts.elc, $(lisp)/progmodes/cc-langs.elc)
603 ($(lisp)/progmodes/cc-mode.elc, $(lisp)/progmodes/cc-styles.elc)
604 ($(lisp)/progmodes/cc-subword.elc)
605 ($(lisp)/progmodes/cc-vars.elc): New dependencies.
606
607 * Makefile.in ($(lisp)/progmodes/cc-mode.elc): Remove.
608 ($(lisp)/progmodes/cc-align.elc, $(lisp)/progmodes/cc-cmds.elc)
609 ($(lisp)/progmodes/cc-compat.elc, $(lisp)/progmodes/cc-defs.elc)
610 ($(lisp)/progmodes/cc-engine.elc)
611 ($(lisp)/progmodes/cc-fonts.elc, $(lisp)/progmodes/cc-langs.elc)
612 ($(lisp)/progmodes/cc-mode.elc, $(lisp)/progmodes/cc-styles.elc)
613 ($(lisp)/progmodes/cc-subword.elc)
614 ($(lisp)/progmodes/cc-vars.elc): New dependencies.
615
616 2008-09-25 Katsumi Yamaoka <yamaoka@jpl.org>
617
618 * informat.el (Info-split-threshold): New variable.
619 (Info-split): Use it.
620
621 * textmodes/texinfmt.el (texinfo-format-buffer):
622 Use Info-split-threshold to decide whether to split Info files.
623
624 2008-09-25 Chong Yidong <cyd@stupidchicken.com>
625
626 * progmodes/octave-mod.el (octave-mode-menu): Fix incorrect
627 quoting.
628
629 * comint.el (comint-dynamic-complete-as-filename): Quote directory
630 name when reinserting it.
631
632 * isearch.el (isearch-search-fun): Use word-search-forward-lax and
633 word-search-backward-lax for incremental word search.
634
635 2008-09-25 Juanma Barranquero <lekktu@gmail.com>
636
637 * generic-x.el (generic-other-modes): Fix typo in docstring.
638 (generic-use-find-file-hook, generic-lines-to-scan)
639 (generic-find-file-regexp, generic-ignore-files-regexp)
640 (generic-define-mswindows-modes, generic-define-unix-modes):
641 Remove `*' from docstring.
642 (generic-mode-find-file-hook): Use `string-match-p'.
643 (apache-log-generic-mode, mailagent-rules-generic-mode)
644 (prototype-generic-mode, pkginfo-generic-mode, javascript-generic-mode)
645 (java-manifest-generic-mode, java-properties-generic-mode)
646 (alias-generic-mode): Doc fix: use "Generic mode" in docstrings
647 for consistency with other modes in generic-x.el.
648
649 2008-09-25 Martin Rudalics <rudalics@gmx.at>
650
651 * textmodes/tex-mode.el (latex-handle-escaped-parens): New variable.
652 (latex-backward-sexp-1, latex-forward-sexp-1): Treat escaped
653 parens specially only if latex-handle-escaped-parens is non-nil.
654 (latex-indent-within-escaped-parens): New option.
655 (latex-find-indent): Bind latex-handle-escaped-parens to
656 latex-indent-within-escaped-parens. Do not treat escaped parens
657 specially when this is nil. (Bug#954)
658
659 2008-09-25 Glenn Morris <rgm@gnu.org>
660
661 * ffap.el (ffap-fixup-url): Don't call url-normalize-url. (Bug#898)
662
663 2008-09-25 Chong Yidong <cyd@stupidchicken.com>
664
665 * vc.el (vc-mark-resolved): Move message here from
666 vc-default-mark-resolved.
667 (vc-default-mark-resolved): Change to an alias for ignore.
668
669 2008-09-24 Andreas Politz <politza@fh-trier.de> (tiny change)
670
671 * term.el (term-emulate-terminal): Encode input string before
672 checking its length.
673
674 2008-09-24 Chong Yidong <cyd@stupidchicken.com>
675
676 * progmodes/sh-script.el (sh-mode-map): Don't assume that skeleton
677 is loaded.
678
679 * server.el (server-buffer-done): Avoid changing the buffer when
680 deleting the client's frame (bug#640).
681
682 * vc.el (vc-default-mark-resolved): New function.
683
684 2008-09-24 Stephen Berman <stephen.berman@gmx.net>
685
686 * mail/rfc822.el (rfc822-addresses): Prevent rfc822-bad-address
687 from raising a wrong-type-argument error.
688
689 2008-09-24 Martin Rudalics <rudalics@gmx.at>
690
691 * help-fns.el (describe-function-1, describe-variable): Print
692 relative file name in help buffer.
693 * faces.el (describe-face): Print relative file name in help
694 buffer.
695
696 2008-09-23 Romain Francoise <romain@orebokech.com>
697
698 * subr.el (with-output-to-string): Make sure that the temporary
699 buffer gets killed.
700
701 2008-09-23 Markus Sauermann <markus@sauermann-consulting.de> (tiny change)
702
703 * emacs-lisp/lisp-mode.el (calculate-lisp-indent): Fix
704 indentation problem with keyword symbols when a list starts with
705 ,@ or spaces. (Bug#1012)
706
707 2008-09-23 Martin Rudalics <rudalics@gmx.at>
708
709 * textmodes/tex-mode.el (latex-find-indent): Try to handle
710 escaped close parens correctly. (Bug#954)
711
712 2008-09-22 Tassilo Horn <tassilo@member.fsf.org>
713
714 * play/fortune.el (fortune-in-buffer): Fix a bug which forced
715 usage of `fortune-file' even though a FILE argument was passed to
716 the function.
717
718 2008-09-21 Dan Nicolaescu <dann@ics.uci.edu>
719
720 * startup.el (command-line): Start the server when in daemon mode.
721 Remove always true test.
722
723 * frame.el (frame-initialize): Remove spurious setting of
724 special-display-function with the default value.
725
726 2008-09-20 Vincent Belaïche <vincent.b.1@hotmail.fr>
727
728 * calc/calc-vec.el (calcFunc-venum): Properly handle intervals.
729
730 2008-09-20 Glenn Morris <rgm@gnu.org>
731
732 * emacs-lisp/lisp-mode.el (lisp-indent-offset):
733 Fix custom type. (Bug#1011)
734
735 2008-09-20 David De La Harpe Golden <david@harpegolden.net>
736
737 * files.el (move-file-to-trash): Avoid recursive trashing if
738 rename-file calls delete-file.
739
740 2008-09-20 Glenn Morris <rgm@gnu.org>
741
742 * play/fortune.el: Remove leading `*' from defcustom docs.
743 (fortune-program-options): Doc fix. Allow to be a string again.
744 Add :version.
745 (fortune-in-buffer): Handle fortune-program-options as a string.
746 Don't rely on fortune program accepting options after fortune file.
747
748 2008-09-20 Justin Bogner <mail@justinbogner.com> (tiny change)
749
750 * play/fortune.el (fortune-program-options): Change to a list.
751 (fortune-in-buffer): Use apply.
752
753 2008-09-20 Ulrich Mueller <ulm@kph.uni-mainz.de>
754
755 * emacs-lisp/authors.el: Change encoding of file to utf-8.
756 (authors-coding-system): Likewise.
757
758 2008-09-20 Ami Fischman <ami@fischman.org>
759
760 * savehist.el (savehist-save): Handle errors in writing as well as
761 reading.
762
763 2008-09-20 Michael Olson <mwolson@gnu.org>
764
765 * emacs-lisp/tq.el (tq-create): Disable undo in tq buffer in order
766 to provide a minimal performance boost.
767
768 2008-09-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
769
770 * proced.el (proced-grammar-alist, proced-custom-attributes)
771 (proced-format-alist, proced-format, proced-filter-alist)
772 (proced-filter, proced-sort): Use defcustom.
773 (proced-mode): Fix docstring.
774 (proced-process-attributes): Handle return value nil of functions
775 in proced-custom-attributes.
776
777 2008-09-19 Martin Rudalics <rudalics@gmx.at>
778
779 * textmodes/sgml-mode.el (sgml-tag-syntax-table): Remove prefix
780 flag from "'" entry in sgml-tag-syntax-table. (Bug#946)
781
782 2008-09-19 Miles Bader <miles@gnu.org>
783
784 * comint.el (comint-output-filter): Make field properties for
785 output text front-sticky.
786
787 2008-09-18 Dan Nicolaescu <dann@ics.uci.edu>
788
789 * vc-bzr.el (vc-bzr-show-log-entry):
790 * vc-git.el (vc-git-show-log-entry): Deal with a nil argument,
791 C-x v l for a directory uses that.
792
793 2008-09-18 Simon Josefsson <simon@josefsson.org>
794
795 * files.el (auto-mode-alist): Use sieve-mode for .sv, .siv, and
796 .sieve files.
797
798 2008-09-18 Martin Rudalics <rudalics@gmx.at>
799
800 * help-macro.el (make-help-screen): Preserve key bindings
801 established in help-mode call when exiting this macro.
802
803 2008-09-17 Kenichi Handa <handa@m17n.org>
804
805 * language/burmese.el: Fix setting of composition-function-table.
806
807 2008-09-17 Martin Rudalics <rudalics@gmx.at>
808
809 * info.el (Info-follow-nearest-node): Don't raise an error for
810 mouse-1 clicks.
811
812 2008-09-17 Jay Belanger <jay.p.belanger@gmail.com>
813
814 * calc/calc-units.el (calc-convert-temperature): Use default
815 units when appropriate.
816
817 2008-09-16 Markus Triska <markus.triska@gmx.at>
818
819 * textmodes/flyspell.el (flyspell-math-tex-command-p): Always
820 catch errors raised in `texmathp'.
821 (flyspell-tex-math-initialized): Remove.
822
823 2008-09-16 Martin Rudalics <rudalics@gmx.at>
824
825 * frame.el (select-frame-set-input-focus): With non-nil
826 mouse-autoselect-window always move mouse cursor to frame's
827 selected window. Otherwise restore pre 2008-09-13 behavior.
828 (select-frame-by-name): Use select-frame-set-input-focus.
829
830 * files.el (switch-to-buffer-other-frame): Don't raise frame since
831 pop-to-buffer already does it.
832 (display-buffer-other-frame): Fix doc-string.
833
834 2008-09-16 Glenn Morris <rgm@gnu.org>
835
836 * add-log.el (diff-find-source-location): Update declaration.
837
838 * progmodes/make-mode.el (makefile-match-function-end):
839 Move point. (Bug#983)
840
841 2008-09-16 Daiki Ueno <ueno@unixuser.org>
842
843 * epg.el (epg-start-verify): Pass "--verify" to gpgsm.
844
845 2008-09-15 Juanma Barranquero <lekktu@gmail.com>
846
847 * vc-rcs.el (vc-rcs-steal-lock, vc-rcs-checkout): Fix docstring typos.
848 (vc-rcs-fetch-master-state, vc-rcs-system-release): Doc fixes.
849
850 2008-09-15 Eduard Wiebe <usenet@pusto.de> (tiny change)
851
852 * vc-rcs.el (vc-rcs-rollback): Fix typos in docstring.
853
854 2008-09-15 Martin Rudalics <rudalics@gmx.at>
855
856 * files.el (file-truename): Don't raise args-out-of-range error
857 when filename has no separator on windows-nt. (Bug#982)
858
859 2008-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
860
861 * diff-mode.el (diff-find-file-name): Rename `batch' to `noprompt' and
862 be more honest when we don't know.
863 (diff-tell-file-name): Don't prompt before the actual prompt.
864 (diff-mode): Don't prompt in add-log-buffer-file-name-function.
865 (diff-find-source-location): Add `noprompt' argument.
866 (diff-current-defun): Don't prompt.
867
868 2008-09-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
869
870 * proced.el (proced-mark-face, proced-marked-face)
871 (proced-sort-header-face): Remove.
872 (proced-font-lock-keywords): Simplify.
873 (proced-format): Use face proced-sort-header.
874 (proced-format-interactive, proced-sort-interactive)
875 (proced-filter-interactive): Only call proced-update if the scheme
876 has changed.
877 (proced-sort-header): Use posn-actual-col-row.
878
879 2008-09-14 Martin Rudalics <rudalics@gmx.at>
880
881 * add-log.el (change-log-find-window): New variable.
882 (change-log-goto-source-1, change-log-goto-source):
883 Set change-log-find-window to window displaying source.
884 (change-log-next-error): Select window specified by
885 change-log-find-window.
886
887 2008-09-13 Martin Rudalics <rudalics@gmx.at>
888
889 * frame.el (select-frame-set-input-focus): With focus follows
890 mouse move mouse cursor to right window.
891 * window.el (pop-to-buffer): Select window before calling
892 select-frame-set-input-focus.
893
894 2008-09-12 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
895
896 * proced.el (proced-sort-header): New face.
897 (proced-sort-header-face): New variable.
898 (proced-format): Allow format value nil.
899 Use proced-sort-header-face for header of sort column.
900 (proced-format-args): New function.
901 (proced-grammar-alist, proced-timer-flag, proced-process-alist)
902 (proced-header-help-echo, proced-field-help-echo, proced-timer)
903 (proced-toggle-timer-flag, proced, proced-mode): Doc fix.
904 (proced-refine): Rename from proced-filter-attribute. Doc fix.
905 (proced-sort-header): Bind also to mouse-1.
906 (proced-move-to-goal-column): Return position of point.
907 (proced-filter-interactive): Always revert listing.
908 (proced-format-ttname): Simplify.
909 (proced-update): Do not keep undo information. Put point at
910 beginning of buffer if we generate the first listing.
911
912 2008-09-12 Tassilo Horn <tassilo@member.fsf.org>
913
914 * doc-view.el (doc-view-scroll-up-or-next-page)
915 (doc-view-scroll-down-or-previous-page): Fix scrolling in case of
916 vertically split windows.
917
918 2008-09-12 Glenn Morris <rgm@gnu.org>
919
920 * progmodes/f90.el (f90-mode-map): Don't bind \t and \r.
921
922 * indent.el (indent-line-function): Doc fix.
923 * progmodes/sh-script.el (sh-font-lock-open-heredoc): Doc fix.
924
925 2008-09-11 Martin Rudalics <rudalics@gmx.at>
926
927 * window.el (pop-to-buffer): If the window for buffer-or-name is
928 not on the selected frame, raise that window's frame and give it
929 input focus. (Bug#745)
930
931 2008-09-11 Glenn Morris <rgm@gnu.org>
932
933 * ido.el (ido-mode): Initialize with custom-initialize-default,
934 rather than a set function. (Bug#947)
935
936 2008-09-10 Chong Yidong <cyd@stupidchicken.com>
937
938 * replace.el (perform-replace): Don't set inhibit-read-only using
939 query-replace-skip-read-only (bug#956).
940
941 * edmacro.el (edmacro-parse-keys): Fix last change to omit macros
942 of the <<foo>> form.
943
944 2008-09-10 Martin Rudalics <rudalics@gmx.at>
945
946 * window.el (display-buffer): Fix doc-string typo.
947
948 2008-09-10 Kenichi Handa <handa@m17n.org>
949
950 * composite.el (compose-gstring-for-graphic): Fix previous change.
951
952 2008-09-10 Glenn Morris <rgm@gnu.org>
953
954 * info.el (Info-try-follow-nearest-node): Fix doc typo.
955
956 2008-09-10 Stephen Berman <stephen.berman@gmx.net>
957
958 * info.el (Info-mouse-follow-nearest-node): Follow links to different
959 manuals. (Bug#886)
960
961 2008-09-09 Juanma Barranquero <lekktu@gmail.com>
962
963 * ido.el (ido-unload-function): New function.
964
965 2008-09-08 Juanma Barranquero <lekktu@gmail.com>
966
967 * ido.el (ido-file-internal): Fix typo in prompt.
968 (ido-merge-ftp-work-directories, ido-max-work-file-list): Doc fixes.
969 (ido-max-prospects, ido-max-file-prompt-width, ido-ignore-buffers)
970 (ido-enable-prefix, ido-setup-hook, ido-rewrite-file-prompt-functions)
971 (ido-magic-forward-char, ido-magic-delete-char, ido-pop-dir):
972 Fix typos in docstrings.
973
974 2008-09-08 Martin Rudalics <rudalics@gmx.at>
975
976 * help-fns.el (describe-function-1): Don't print extra newline
977 after filling.
978
979 2008-09-08 Katsumi Yamaoka <yamaoka@jpl.org>
980
981 * help-fns.el (find-lisp-object-file-name): Handle case where
982 library is compressed.
983
984 2008-09-07 Chong Yidong <cyd@stupidchicken.com>
985
986 * complete.el (PC-do-completion): Don't replace buffer
987 contents (bug#227).
988
989 2008-09-07 Juanma Barranquero <lekktu@gmail.com>
990
991 * loadhist.el (unload-feature-special-hooks):
992 Add `choose-completion-string-functions'.
993
994 2008-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
995
996 * vc-svn.el (vc-svn-root):
997 * vc-sccs.el (vc-sccs-root):
998 * vc-rcs.el (vc-rcs-root):
999 * vc-cvs.el (vc-cvs-root): Delete.
1000 * vc-hooks.el (vc-find-root): Remove `invert' argument.
1001
1002 2008-09-07 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
1003
1004 * progmodes/flymake.el (flymake-parse-err-lines): Filter out
1005 errors occurring in different files.
1006
1007 2008-09-07 Dan Nicolaescu <dann@ics.uci.edu>
1008
1009 * vc-bzr.el (vc-bzr-extra-fileinfo): New defstruct.
1010 (vc-bzr-status-printer): New function.
1011 (vc-bzr-after-dir-status): Deal with renamed files.
1012
1013 2008-09-07 Johan Euphrosine <proppy@aminche.com> (tiny change)
1014
1015 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Shell quote
1016 buffer's filename.
1017
1018 2008-09-07 Martin Rudalics <rudalics@gmx.at>
1019
1020 * subr.el (cancel-change-group): Widen buffer temporarily when
1021 undoing changes. (Bug#810)
1022
1023 2008-09-07 Nick Roberts <nickrob@snap.net.nz>
1024
1025 * progmodes/gud.el (gud-stop-subjob): Using jdb, suspend threads
1026 with gud-stop-subjob rather than exit debugger.
1027
1028 2008-09-07 Kenichi Handa <handa@m17n.org>
1029
1030 * composite.el: Compose combining characters only when it
1031 follows a character matching with "[[:alpha:]]".
1032
1033 2008-09-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1034
1035 * proced.el: Require time-date.
1036 (proced-command-alist, proced-command, proced-goal-header-re)
1037 (proced-sorting-schemes-alist, proced-sorting-scheme)
1038 (proced-header-alist, proced-sorting-schemes-re)
1039 (proced-skip-regexp, proced-next-line, proced-previous-line)
1040 (proced-listing-type, proced-sorting-scheme-p): Remove.
1041 (proced-grammar-alist, proced-custom-attributes)
1042 (proced-format-alist, proced-format, proced-filter-alist)
1043 (proced-filter, proced-sort, proced-goal-attribute)
1044 (proced-timer-interval, proced-timer-flag, proced-timer)
1045 (proced-process-alist, proced-sort-internal, proced-process-tree)
1046 (proced-header-help-echo, proced-field-help-echo): New variables.
1047 (proced-pid-at-point, proced-timer, proced-mark-process-alist)
1048 (proced-omit-process, proced-filter, proced-process-tree)
1049 (proced-filter-children, proced-children-pids)
1050 (proced-filter-parents, proced-<, proced-string-lessp)
1051 (proced-time-lessp, proced-xor, proced-sort-p)
1052 (proced-format-time, proced-format-start, proced-format-ttname)
1053 (proced-format, proced-process-attributes): New functions.
1054 (proced-toggle-timer-flag, proced-mark-children)
1055 (proced-mark-parents, proced-filter-interactive)
1056 (proced-filter-attribute, proced-sort-interactive)
1057 (proced-sort-header, proced-format-interactive): New commands.
1058 (proced-move-to-goal-column): Use goal-column.
1059 (proced-mode): Use proced-timer.
1060 (proced-do-mark-all): Display process count. Use use-region-p.
1061 Simplify.
1062 (proced-omit-processes): Use use-region-p.
1063 (proced-sort-pcpu, proced-sort-pmem, proced-sort-pid)
1064 (proced-sort-start, proced-sort-time, proced-sort-user):
1065 Use proced-sort-interactive.
1066 (proced-sort): Make it a function that performs the actual sort.
1067 (proced-update): New arg revert. Use proced-process-alist,
1068 proced-filter, proced-sort, proced-format, and
1069 proced-grammar-alist. Preserve position of point based on fields.
1070 Make header line and fields clickable.
1071 (proced-send-signal): Use proced-pid-at-point and proced-process-alist.
1072 (proced-why): Use save-selected-window.
1073 (proced-log): Use buffer-read-only.
1074
1075 2008-09-06 Chong Yidong <cyd@stupidchicken.com>
1076
1077 * tooltip.el (tooltip-mode): Initialize unconditionally to t.
1078
1079 2008-09-06 Glenn Morris <rgm@gnu.org>
1080
1081 * add-log.el (diff-find-source-location): Declare.
1082 (find-change-log): If called from a diff buffer, try to switch to the
1083 source buffer (e.g. to respect change-log-default-name there).
1084
1085 * progmodes/sh-script.el (sh-get-kw): Remove '()' from the list of
1086 unallowed characters; added 2006-10-10 without comment. (Bug#753)
1087
1088 * Makefile.in (ELCFILES): Update.
1089
1090 2008-09-06 Chong Yidong <cyd@stupidchicken.com>
1091
1092 * textmodes/ispell.el (ispell-command-loop): Suspend ispell if the
1093 user enters a mouse event in another frame, or a special event.
1094
1095 * server.el (server-switch-buffer): New arg.
1096 (server-execute): If reusing an existing window, set file position
1097 if required.
1098
1099 2008-09-06 Kenichi Handa <handa@m17n.org>
1100
1101 * language/lao.el: Fix setting of composition-function-table.
1102
1103 2008-09-06 Eli Zaretskii <eliz@gnu.org>
1104
1105 * term/pc-win.el (msdos-show-help): Don't truncate lines while
1106 displaying help echo messages.
1107
1108 2008-09-06 Martin Rudalics <rudalics@gmx.at>
1109
1110 * subr.el (symbol-file): Fix doc-string.
1111
1112 2008-09-06 Glenn Morris <rgm@gnu.org>
1113
1114 * help-mode.el (help-xref-forward-stack): Doc fix.
1115
1116 * add-log.el (change-log-default-name): Autoload safety.
1117
1118 2008-09-05 Wilson Snyder <wsnyder@wsnyder.org>
1119
1120 * verilog-mode.el (verilog-library-extensions): Enable .sv
1121 filename extensions to call verilog-mode.
1122 (verilog-auto, verilog-auto-inst, verilog-faq)
1123 (verilog-submit-bug-report): Update author support URLs.
1124 (verilog-delete-auto, verilog-auto-inout-module)
1125 (verilog-auto-inout-comp, verilog-auto): Add AUTOINOUTCOMP for
1126 creating complemented testbench modules. Suggested by Yishay Belkind.
1127 (verilog-auto-inst-port, verilog-simplify-range-expression):
1128 When verilog-auto-inst-param-value is set, don't require a
1129 AUTO_TEMPLATE to expand parameter substitutions. Suggested by
1130 Yishay Belkind.
1131 (verilog-auto-inst-param-value): Add safe variable.
1132 (verilog-re-search-forward, verilog-re-search-backward):
1133 Fix returning wrong search results on Emacs 22.1.
1134 (verilog-modi-cache-results, verilog-auto): Fix warning message
1135 about "toggling font-lock-mode."
1136 (verilog-auto): Fix losing font-lock on errors.
1137 (verilog-auto-inst-param-value, verilog-mode-version)
1138 (verilog-mode-version-date, verilog-read-inst-param-value)
1139 (verilog-auto-inst, verilog-auto-inst-param)
1140 (verilog-auto-inst-port, verilog-simplify-range-expression):
1141 Allow parameters to be replaced with their values, on the expansion of
1142 an AUTOINST with Verilog 2001 style parameter settings.
1143 Suggested by David Rogoff.
1144
1145 2008-09-05 Michael McNamara <mac@mail.brushroad.com>
1146
1147 * verilog-mode.el (verilog-beg-block-re-ordered, verilog-calc-1):
1148 Better support for the property statement. Sometimes this keyword
1149 introduces a statement which requires an endproperty keyword, and
1150 sometimes it doesn't, depending on the work before the property
1151 word. If property is prefixed with assert, assume or cover
1152 keyword, then the statement is ended with a ';'. Otherwise,
1153 property is like task or specify, and is followed by some number
1154 of statements, which are ended with an endproperty keyword.
1155 (electric-verilog-tab): Support Emacs 22.2 style handling of tab
1156 in a highlighted region: indent each line in region according to
1157 mode. Supply this so it works in XEmacs and older Emacs.
1158
1159 2008-09-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1160
1161 * whitespace.el (whitespace-kill-buffer-hook, whitespace-action):
1162 Don't clean up a buffer when killing it.
1163
1164 2008-09-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1165
1166 * whitespace.el: Fix auto-cleanup on kill prevents killing read-only
1167 buffers (bug#360). New version 11.2.1.
1168 (whitespace-action): New value `warn-read-only' to give a warning when
1169 buffer is read-only and whitespace action is cleanup or auto-cleanup.
1170 (whitespace-cleanup, whitespace-cleanup-region): Code fix.
1171 (whitespace-warn-read-only): New fun.
1172
1173 2008-09-05 Chong Yidong <cyd@stupidchicken.com>
1174
1175 * international/quail.el: Require help-mode.
1176 (quail-help-init): Function removed.
1177 (quail-keyboard-layout-button, quail-keyboard-customize-button):
1178 Define directly.
1179
1180 * dired.el (dired-get-filename): Rewrite octal escape character
1181 processor (bug#885).
1182
1183 2008-09-05 Eli Zaretskii <eliz@gnu.org>
1184
1185 * cus-edit.el (custom-button-pressed): Default to inverse-video.
1186
1187 * term/pc-win.el (msdos-face-setup): Setup faces for all frames,
1188 not just for terminal-frame.
1189
1190 2008-09-05 Martin Rudalics <rudalics@gmx.at>
1191
1192 * window.el (window--try-to-split-window): Don't split when window
1193 is not splittable in last disjunct. (Bug#888)
1194
1195 2008-09-05 Kenichi Handa <handa@m17n.org>
1196
1197 * language/tibetan.el: Fix setting of composition-function-table.
1198
1199 * composite.el (find-composition): Mention about the automatic
1200 composition in the docstring.
1201 (compose-gstring-for-graphic): Fix handling "above" marks.
1202
1203 * descr-text.el (describe-char): Fix handling of automatic composition.
1204
1205 2008-09-04 Juanma Barranquero <lekktu@gmail.com>
1206
1207 * net/tramp-cache.el (tramp-flush-file-function): Fix docstring typo.
1208 (tramp-parse-connection-properties): Reflow docstring.
1209
1210 2008-09-04 Kim F. Storm <storm@cua.dk>
1211
1212 * ido.el (ido-buffer-internal, ido-file-internal): Pass on other-window
1213 and other-frame methods when switching between file and buffer modes.
1214
1215 2008-09-04 Martin Rudalics <rudalics@gmx.at>
1216
1217 * info.el (Info-dir-remove-duplicates): Narrow buffer when
1218 removing duplicate entries under same heading. Don't skip char
1219 matching anything but a space or tab at bol. (Bug#864)
1220
1221 2008-09-03 Alan Mackenzie <acm@muc.de>
1222
1223 * progmodes/cc-defs.el (c-version): Increment to 5.31.6.
1224
1225 2008-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
1226
1227 * minibuffer.el (completion-pcm--pattern->regex): Undo last change.
1228 (completion-pcm--all-completions): Move the case-fold-search binding to
1229 it also applies to completion-regexp-list (used in all-completions).
1230 (completion-pcm--hilit-commonality): Add missing case-fold-search.
1231
1232 2008-09-03 Martin Rudalics <rudalics@gmx.at>
1233
1234 * window.el (pop-up-frame-function): Move ...
1235 * frame.el (pop-up-frame-function): ... here, to avoid
1236 "CHANGED outside Customize;".
1237
1238 2008-09-03 Glenn Morris <rgm@gnu.org>
1239
1240 * buff-menu.el (buffer-menu-mode-hook): Add obsolete alias.
1241
1242 2008-09-03 Chong Yidong <cyd@stupidchicken.com>
1243
1244 * isearch.el (isearch-highlight-regexp): Fix last change, quoting
1245 non-alphabetical characters properly.
1246
1247 2008-09-02 Dan Nicolaescu <dann@ics.uci.edu>
1248
1249 * files.el (auto-mode-alist): Use verilog-mode for SystemVerilog files.
1250
1251 2008-09-02 Martin Rudalics <rudalics@gmx.at>
1252
1253 * calc/calc.el (calc-dispatch-map): Fix handling of upcased and
1254 control-prefixed keys. (Bug#835)
1255
1256 2008-09-02 Chong Yidong <cyd@stupidchicken.com>
1257
1258 * image-mode.el (image-mode): Fix 2008-07-19 change.
1259
1260 2008-09-02 Juanma Barranquero <lekktu@gmail.com>
1261
1262 * tool-bar.el (tool-bar-add-item): Fix typo in docstring.
1263
1264 * emulation/tpu-edt.el (tpu-kill-buffer): Doc fix.
1265
1266 2008-09-02 Glenn Morris <rgm@gnu.org>
1267
1268 * emacs-lisp/lucid.el (try-face-font): Remove dead alias.
1269
1270 * progmodes/cc-langs.el (c-opt-op-identitier-prefix): Fix typo.
1271
1272 2008-09-01 Glenn Morris <rgm@gnu.org>
1273
1274 * vc-hooks.el (vc-previous-version): Move alias to vc.el.
1275 * vc.el (vc-default-previous-version): Move alias here from vc-hooks,
1276 and fix name typos. (Bug#856)
1277
1278 2008-09-01 Chong Yidong <cyd@stupidchicken.com>
1279
1280 * minibuffer.el (completion-pcm--pattern->regex):
1281 When completion-ignore-case is non-nil, generate a regexp that
1282 ignores case.
1283
1284 * window.el (recenter-top-bottom): Doc fix.
1285
1286 2008-09-01 Simon South <ssouth@member.fsf.org>
1287
1288 * progmodes/delphi.el: New maintainer.
1289 (delphi-interface-types): New var.
1290 (delphi-composite-types): Use it.
1291 (delphi-enclosing-indent-of): Distinguish between "interface"
1292 keyword as a unit separator and used like a class declaration.
1293
1294 2008-09-01 Martin Rudalics <rudalics@gmx.at>
1295
1296 * help-fns.el (describe-simplify-lib-file-name)
1297 (find-source-lisp-file): Remove.
1298 (find-lisp-object-file-name): New function giving preference to
1299 files found via load-path instead of loaddefs.el.
1300 (describe-function-1): Use new function instead of the removed
1301 ones. (Bugs #587, #669, #690)
1302 * faces.el (describe-face): Use find-lisp-object-file-name instead
1303 of describe-simplify-lib-file-name.
1304
1305 2008-09-01 Kenichi Handa <handa@m17n.org>
1306
1307 * international/mule-diag.el (font-show-log): Fix previous change.
1308
1309 * international/mule-cmds.el (set-language-environment):
1310 Don't overwrite current-iso639-language if the current language
1311 environment doesn't provide that data.
1312 (set-locale-environment): Set current-iso639-language from the
1313 locale name.
1314
1315 * international/fontset.el (script-representative-chars): Re-add
1316 the entry for symbol, but with vector of characters.
1317 (setup-default-fontset): Cancel previous change.
1318
1319 2008-08-31 Chong Yidong <cyd@stupidchicken.com>
1320
1321 * ido.el: Move provide statement to the end of the file.
1322
1323 2008-08-30 Markus Triska <markus.triska@gmx.at>
1324
1325 * linum.el (linum-mode): `window-size-change-functions' can now be
1326 buffer-local.
1327 (linum-update-window): Use result of `move-overlay'.
1328
1329 2008-08-30 Glenn Morris <rgm@gnu.org>
1330
1331 * subr.el (make-variable-frame-local): Tweak obsolescence message.
1332
1333 * info.el (Info-hide-note-references, Info-refill-paragraphs):
1334 Doc fixes.
1335
1336 * apropos.el (apropos-command): Report documentation errors.
1337 * help-fns.el (describe-function-1): Handle broken aliases. (Bug#825)
1338
1339 2008-08-29 Chong Yidong <cyd@stupidchicken.com>
1340
1341 * isearch.el (isearch-highlight-regexp): Fix case of highlighted
1342 string.
1343
1344 2008-08-29 Eli Zaretskii <eliz@gnu.org>
1345
1346 * bindings.el (mode-line-frame-identification): Fix last change.
1347
1348 2008-08-29 Kenichi Handa <handa@m17n.org>
1349
1350 These changes are to adjust the automatic composition for the new
1351 implementation (avoid using text property).
1352
1353 * composite.el (composition-function-table): Move declaration to
1354 composite.c.
1355 (terminal-composition-base-character-p): Delete it.
1356 (terminal-composition-function): Delete it.
1357 (terminal-composition-function-table): Delete it.
1358 (lgstring-header, lgstring-set-header, lgstring-font)
1359 (lgstring-char, lgstring-char-len, lgstring-shaped-p)
1360 (lgstring-set-id, lgstring-glyph, lgstring-glyph-len)
1361 (lgstring-set-glyph, lglyph-from, lglyph-to, lglyph-char)
1362 (lglyph-code, lglyph-width, lglyph-lbearing, lglyph-rbearing)
1363 (lglyph-ascent, lglyph-descent, lglyph-adjustment)
1364 (lglyph-set-from-to, lglyph-copy, lgstring-insert-glyph)
1365 (compose-glyph-string, compose-glyph-string-relative)
1366 (compose-gstring-for-graphic, compose-gstring-for-terminal):
1367 New functions.
1368 (auto-compose-chars): Argument changed.
1369
1370 * language/european.el: Don't setup composition-function-table.
1371 (diacritic-composition-pattern, diacritic-compose-region)
1372 (diacritic-compose-string, diacritic-compose-buffer)
1373 (diacritic-composition-function): Delete them.
1374
1375 * language/lao-util.el (lao-composition-function): Argument changed.
1376
1377 * language/sinhala.el: Fix setting up of composition-function-table.
1378
1379 * language/thai.el: Fix setting up of composition-function-table.
1380
1381 * language/thai-util.el: Encoding changed to utf-8.
1382 (thai-composition-function): Argument changed.
1383
1384 * language/indian.el: Fix setting up of composition-function-table.
1385 (devanagari-composable-pattern)
1386 (tamil-composable-pattern, kannada-composable-pattern)
1387 (malayalam-composable-pattern): New variables.
1388
1389 * international/characters.el (unicode-category-table):
1390 Setup unicode-category-table.
1391
1392 * international/fontset.el (setup-default-fontset): Prepend
1393 iso10646-1 fonts to the fallback font groups instead of appending.
1394
1395 2008-08-29 Glenn Morris <rgm@gnu.org>
1396
1397 * cus-start.el (truncate-partial-width-windows): Changed in 23.1.
1398
1399 2008-08-28 Chong Yidong <cyd@stupidchicken.com>
1400
1401 * term/x-win.el (x-win-suspend-error): Don't signal error if there
1402 are no X frames active.
1403
1404 2008-08-28 Michael Albinus <michael.albinus@gmx.de>
1405
1406 * net/xesam.el (xesam-kill-buffer-function): Wrap code by
1407 `ignore-errors' (the function must succeed always).
1408
1409 2008-08-28 "Edward O'Connor" <hober0@gmail.com>
1410
1411 * json.el (json-read-number): New arg. Handle explicitly signed
1412 numbers.
1413 (json-readtable): Add `+' and `.'.
1414
1415 2008-08-28 Eli Zaretskii <eliz@gnu.org>
1416
1417 * term/pc-win.el (msdos-previous-message): New variable.
1418 (msdos-show-help): New function.
1419 (msdos-initialize-window-system): Set show-help-function to
1420 msdos-show-help.
1421
1422 2008-04-09 Lennart Borgman <lennart.borgman@gmail.com>
1423
1424 * emacs-lisp/debug.el (debug): When killing a noninteractive
1425 Emacs, give an exit status of -1.
1426
1427 2008-08-28 Chong Yidong <cyd@stupidchicken.com>
1428
1429 * vc-hooks.el (vc-workfile-unchanged-p): Revert last change.
1430
1431 2008-08-27 Alex Harsanyi <harsanyi@mac.com> (tiny change)
1432
1433 * vc-hooks.el (vc-workfile-unchanged-p): If the checkout time is
1434 not the same as the last modification time, fall back on the
1435 backend-specific check.
1436
1437 2008-08-27 Teodor Zlatanov <tzz@lifelogs.com>
1438
1439 * add-log.el (change-log-next-error): Run an extra `pop-to-buffer'
1440 to go to the position of interest.
1441
1442 2008-08-27 Tomas Abrahamsson <tab@lysator.liu.se>
1443
1444 * textmodes/artist.el (artist-mode-init): Add comment on the
1445 setting up of the `artist-replacement-table' array.
1446 (artist-get-replacement-char): New defsubst.
1447 (artist-get-char-at-xy-conv, artist-replace-char)
1448 (artist-replace-chars, artist-replace-string): Use it instead of
1449 accessing `artist-replacement-table' directly.
1450 Reported by Rubén Berenguel <ruben@maia.ub.es>.
1451
1452 (artist-mt): Fix structures for cut and copy operations.
1453
1454 2008-08-27 Chong Yidong <cyd@stupidchicken.com>
1455
1456 * shell.el (shell-file-name-quote-list): Quote `$'.
1457
1458 * comint.el (comint-dynamic-complete-as-filename): Generalize last
1459 change to allow quoting of characters before point.
1460 (comint-dynamic-list-filename-completions): Quote common substring.
1461
1462 2008-08-26 Chong Yidong <cyd@stupidchicken.com>
1463
1464 * comint.el (comint-dynamic-complete-as-filename): If case is
1465 ignored while matching, replace the entire filename with completion.
1466
1467 * textmodes/flyspell.el (flyspell-check-pre-word-p): Make sure
1468 flyspell-pre-point is valid to avoid signalling an error in
1469 post-command-hook.
1470
1471 2008-08-26 Johan Bockgård <bojohan@gnu.org>
1472
1473 * linum.el (linum): Inherit remaining face attributes from default
1474 face.
1475
1476 2008-08-26 Markus Triska <markus.triska@gmx.at>
1477
1478 * linum.el (linum-delay): Disable - it should no longer be
1479 necessary, and can lead to longer delays.
1480 (linum-update-window): Renumber if margin width has changed.
1481
1482 2008-08-26 Daiki Ueno <ueno@unixuser.org>
1483
1484 * epa.el (epa--key-widget-action): Save the selected window to
1485 make `widget-button-click-moves-point' work. (Bug#733).
1486
1487 2008-08-26 Glenn Morris <rgm@gnu.org>
1488
1489 * calendar/holidays.el (calendar-holidays): Doc fix.
1490
1491 * progmodes/gud.el (tramp-file-name-localname)
1492 (tramp-dissect-file-name): Declare.
1493
1494 * term/pc-win.el (msdos-setup-keyboard): Fix declaration.
1495
1496 2008-08-25 Eli Zaretskii <eliz@gnu.org>
1497
1498 * bindings.el (mode-line-frame-control): New function, caters to
1499 `pc' ``window system''.
1500 (mode-line-frame-identification): Use it instead of accessing
1501 window-system directly.
1502
1503 2008-08-25 Juri Linkov <juri@jurta.org>
1504
1505 * textmodes/text-mode.el (text-mode-map): Unbind "\es" from
1506 `center-line' and "\eS" from `center-paragraph'.
1507 (facemenu-keymap): Bind "\es" to `center-line' and "\eS" to
1508 `center-paragraph'.
1509
1510 2008-08-25 Ulf Jasper <ulf@web.de>
1511
1512 * net/newst-treeview.el (newsticker-treeview-own-frame): Doc fixed.
1513 (newsticker-treeview-treewindow-width): New.
1514 (newsticker-treeview-listwindow-height): New.
1515 (newsticker-treeview-browse-url-item): New.
1516 (newsticker-treeview-mode-map):
1517 Add newsticker-treeview-browse-url-item.
1518 (newsticker--treeview-window-init):
1519 Use newsticker-treeview-treewindow-width and
1520 newsticker-treeview-listwindow-height.
1521
1522 * net/newst-reader.el (newsticker-browse-url-item): New.
1523
1524 2008-08-25 Dan Nicolaescu <dann@ics.uci.edu>
1525
1526 * vc-dir.el (vc-dir-marked-only-files-and-states):
1527 (vc-dir-child-files-and-states): Reverse the list before returning it.
1528
1529 2008-08-24 Michael Albinus <michael.albinus@gmx.de>
1530
1531 * net/dbus.el (dbus-introspect): Use `dbus-call-method-non-blocking'.
1532
1533 2008-08-24 Romain Francoise <romain@orebokech.com>
1534
1535 * progmodes/python.el (run-python): Remove '' from sys.path.
1536
1537 2008-08-23 Glenn Morris <rgm@gnu.org>
1538
1539 * progmodes/fortran.el (fortran-tab-mode-string)
1540 (fortran-comment-line-start, fortran-continuation-string): Doc fixes.
1541
1542 2008-08-23 Eli Zaretskii <eliz@gnu.org>
1543
1544 * term/pc-win.el (msdos-setup-keyboard) <msdos-setup-keyboard>:
1545 Add declare-function.
1546
1547 * startup.el (command-line): Don't call tty-register-default-colors
1548 if initial-window-system is `pc'.
1549
1550 * term/internal.el (local-function-key-map): Fix unbalanced parens.
1551 (msdos-key-remapping-map): New variable. Move here all the special
1552 keys we will be remapping via local-function-key-map.
1553 (msdos-setup-keyboard): New function.
1554
1555 * term/pc-win.el (msdos-create-frame-with-faces): Rename from
1556 make-msdos-frame.
1557 (terminal-init-internal): New function, errors out if called.
1558 (msdos-initialize-window-system): New function.
1559 (msdos-create-frame-with-faces): Set the terminal's
1560 `terminal-initted' (sic!) parameter.
1561 (frame-creation-function-alist): Add msdos-create-frame-with-faces.
1562 (window-system-initialization-alist):
1563 Add msdos-initialize-window-system.
1564 (handle-args-function-alist): Use tty-handle-args for `pc'
1565 ``window system'' as well.
1566 (pc-win): Provide.
1567
1568 * term/tty-colors.el (tty-register-default-colors): Remove bogus
1569 code for using msdos-color-values.
1570
1571 * loadup.el [ms-dos]: Load term/pc-win.
1572
1573 2008-08-23 Dan Nicolaescu <dann@ics.uci.edu>
1574
1575 * vc-dir.el (vc-dir-prepare-status-buffer): Make sure we use a
1576 directory name.
1577
1578 2008-08-23 Nick Roberts <nickrob@snap.net.nz>
1579
1580 * progmodes/gud.el (gud-common-init): Use absolute file so that
1581 perldb works with tramp (sudo).
1582
1583 * term/x-win.el (x-gtk-map-stock): Don't let the tool bar destroy
1584 match data in process filters.
1585
1586 2008-08-23 Martin Rudalics <rudalics@gmx.at>
1587
1588 * dired.el (dired-buffer-stale-p): Do not revert buffer that
1589 can be written.
1590
1591 2008-08-23 Glenn Morris <rgm@gnu.org>
1592
1593 * dired-x.el (dired-guess-shell-alist-default): Add .mp3 and .ogg.
1594 (dired-guess-shell-alist-user): Doc fix. (Bug#417).
1595
1596 2008-08-23 Chong Yidong <cyd@stupidchicken.com>
1597
1598 * subr.el (temp-buffer-show-hook): Doc fix.
1599
1600 2008-08-22 Michael Albinus <michael.albinus@gmx.de>
1601
1602 * net/tramp.el (tramp-remote-process-environment): Add "EMACS=t"
1603 and "INSIDE_EMACS=...". Reported by Tassilo Horn
1604 <tassilo@member.fsf.org>.
1605
1606 * net/trampver.el: Update release number.
1607
1608 * net/xesam.el (xesam-minor-mode): New minor mode.
1609 (xesam-highlight-buffer): Remove. Code moved to
1610 `xesam-minor-mode'.
1611 (xesam-refresh-entry): Use `xesam-minor-mode'.
1612
1613 2008-08-21 Chong Yidong <cyd@stupidchicken.com>
1614
1615 * minibuffer.el (completion--try-word-completion):
1616 Disable partial-completion when considering the addition of a space
1617 or hyphen.
1618
1619 2008-08-21 John Paul Wallington <jpw@pobox.com>
1620
1621 * mail/rmail.el (rmail-insert-inbox-text): Ensure that the
1622 filename of `tofile' doesn't contain any colons on Windows,
1623 Cygwin, and MS-DOS systems.
1624
1625 2008-08-21 Daiki Ueno <ueno@unixuser.org>
1626
1627 * epg.el (epg-make-context, epg-context-set-passphrase-callback)
1628 (epg-context-set-progress-callback): Make sure the callback is a
1629 cons of a function and a handback. Update all callers.
1630
1631 2008-08-20 David Reitter <david.reitter@gmail.com>
1632
1633 * term/ns-win.el (ns-cursor-blink-rate, ns-cursor-blink-mode): Remove.
1634 Patch applied by Adrian Robert.
1635
1636 2008-08-20 Kevin Ryde <user42@zip.com.au>
1637
1638 * textmodes/nroff-mode.el (nroff-mode): Avoid auto-filling on
1639 directive lines.
1640
1641 2008-08-20 Michael Albinus <michael.albinus@gmx.de>
1642
1643 * net/xesam.el (xesam-highlight-string): Precise doc string.
1644 (xesam-highlight-buffer): New defun.
1645 (xesam-refresh-entry): Use it. Better check for sourceModified.
1646
1647 2008-08-19 Chong Yidong <cyd@stupidchicken.com>
1648
1649 * edmacro.el (edmacro-parse-keys): Catch events with spaces in
1650 their names.
1651
1652 2008-08-19 Kenichi Handa <handa@m17n.org>
1653
1654 * language/european.el ("Esperanto"): Change the preferred
1655 charsets to iso-8859-3.
1656
1657 * language/utf-8-lang.el ("UTF-8"): Add the preferred charsets.
1658
1659 * international/fontset.el (script-representative-chars):
1660 Delete the entry for symbol.
1661 (setup-default-fontset): For symbol characters, don't specify
1662 :script property.
1663
1664 2008-08-19 Chong Yidong <cyd@stupidchicken.com>
1665
1666 * minibuffer.el (completion-table-dynamic): Doc fix.
1667
1668 * cus-edit.el (custom-toggle-hide): Allow hiding only if widget is
1669 saved.
1670
1671 2008-08-18 Chong Yidong <cyd@stupidchicken.com>
1672
1673 * emulation/edt.el (edt-default-emulation-setup):
1674 Share global-buffers-menu-map with the emulated global map.
1675
1676 2008-08-18 Adrian Robert <Adrian.B.Robert@gmail.com>
1677
1678 * term/ns-win.el (global): Uncomment "put backspace
1679 ascii-character..." and friends, they are needed for tramp. (Bug#725)
1680
1681 2008-08-18 Kenichi Handa <handa@m17n.org>
1682
1683 * international/mule-diag.el (font-show-log): Add optional arg N
1684 to control the limit of font listing.
1685
1686 2008-08-18 Chong Yidong <cyd@stupidchicken.com>
1687
1688 * window.el (recenter-top-bottom): Determine top and bottom
1689 positions using scroll-margin instead of scroll-conservatively.
1690
1691 2008-08-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1692
1693 * proced.el (proced-send-signal): Use beginning-of-line.
1694
1695 2008-08-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1696
1697 * proced.el (proced-signal-list): Add POSIX 1003.1-2001 signals.
1698 (proced-mode-map): Add tooltips for menus. Use radio buttons for
1699 listing types.
1700 (proced-log-buffer): New variable.
1701 (proced-mark-all, proced-unmark-all, proced-do-mark-al): Operate on
1702 region if transient-mark-mode is turned on and the region is active.
1703 (proced-omit-processes): Rename from proced-hide-processes to
1704 avoid key clash with describe-mode (bound to h). Search for
1705 marked processes starting from point-min.
1706 (proced-header-space): Remove.
1707 (proced-send-signal): Handle errors. Operate on current process
1708 if no process is marked.
1709 (proced-why): New command.
1710 (proced-log, proced-log-summary): New functions.
1711 (proced-help): Use proced-why.
1712 * textmodes/bibtex.el (bibtex-entry-format): Mark as safe.
1713 (bibtex-autokey-year-title-separator): Fix docstring.
1714
1715 2008-08-17 Michael Albinus <michael.albinus@gmx.de>
1716
1717 * net/xesam.el (xesam-vendor, xesam-notify-function):
1718 New local variables.
1719 (xesam-mode): Extend docstring. Initialize `xesam-notify-function'.
1720 (xesam-refresh-entry): Use `xesam-notify-function' if set. Remove
1721 Debbugs specific code; it shall be enabled via `xesam-mode-hooks'.
1722 (xesam-new-search): Initialize `xesam-vendor'.
1723
1724 2008-08-15 Glenn Morris <rgm@gnu.org>
1725
1726 * eshell/esh-cmd.el (eshell-do-pipelines): Indicate the last command in
1727 a pipeline.
1728 * eshell/em-ls.el (eshell-ls-files): List one per line in a pipeline,
1729 unless at the end of the pipeline. (Bug#699).
1730
1731 2008-08-14 Chong Yidong <cyd@stupidchicken.com>
1732
1733 * minibuffer.el (completion-boundaries): Doc fix.
1734 (display-completion-list): Only default base-size to zero if
1735 completing in the minibuffer.
1736
1737 * simple.el (completion-base-size): Doc fix.
1738 (choose-completion): Try reselecting completion-reference-buffer.
1739
1740 2008-08-14 Michael Albinus <michael.albinus@gmx.de>
1741
1742 * vc-dispatcher.el (vc-do-command): Let asynchronous processes run
1743 also for remote directories.
1744
1745 2008-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
1746
1747 * emacs-lisp/easymenu.el (easy-menu-add): Don't precompute keybindings
1748 since those precomputed values aren't used any more.
1749 (easy-menu-precalculate-equivalent-keybindings): Obsolete.
1750
1751 2008-08-14 Martin Rudalics <rudalics@gmx.at>
1752
1753 * help.el (with-help-window): Return last value in BODY.
1754
1755 2008-08-14 Michael Albinus <michael.albinus@gmx.de>
1756
1757 * net/xesam.el (xesam-refresh-entry): Use `save-excursion' in the
1758 notify function of the URL.
1759 (xesam-new-search): Encode special characters in the query string.
1760
1761 2008-08-13 Chong Yidong <cyd@stupidchicken.com>
1762
1763 * term/ns-win.el (ns-parse-geometry): Rename from x-parse-geometry.
1764
1765 2008-08-13 Andreas Schwab <schwab@suse.de>
1766
1767 * net/tramp.el (tramp-handle-shell-command): Handle output going
1768 to current buffer like shell-command. Don't disable undo.
1769
1770 2008-08-13 Glenn Morris <rgm@gnu.org>
1771
1772 * eshell/esh-cmd.el (eshell/which): Handle the case where no
1773 description is found.
1774
1775 2008-08-12 Alan Mackenzie <acm@muc.de>
1776
1777 * progmodes/cc-defs.el (c-emacs-features):
1778 argumentative-bod-function: bind mark-ring to avoid accumulating a
1779 spurious mark.
1780
1781 2008-08-12 Chong Yidong <cyd@stupidchicken.com>
1782
1783 * simple.el (visual-line--saved-state): New var.
1784 (visual-line-mode): Save local values of variables, and restore
1785 them when visual-line-mode is disabled.
1786
1787 2008-08-12 NAKAGAWA Makoto <gha03025@nifty.ne.jp> (tiny change)
1788
1789 * net/ldap.el (ldap-search-internal): Tweak URL regexp.
1790
1791 2008-08-11 Chong Yidong <cyd@stupidchicken.com>
1792
1793 * progmodes/cc-defs.el (c-emacs-features):
1794 Check beginning-of-defun-raw instead of beginning-of-defun, and avoid
1795 moving point during the test.
1796
1797 * emacs-lisp/lisp.el (beginning-of-defun): Doc fix.
1798
1799 2008-08-11 Glenn Morris <rgm@gnu.org>
1800
1801 * term/ns-win.el (x-parse-geometry): Doc fix.
1802
1803 * dired.el (x-popup-menu):
1804 * hi-lock.el (x-popup-menu):
1805 * mouse.el (font-face-attributes):
1806 * calendar/cal-menu.el (x-popup-menu):
1807 * calendar/calendar.el (x-popup-menu):
1808 * calendar/holidays.el (x-popup-menu):
1809 * progmodes/cperl-mode.el (x-popup-menu):
1810 * term/ns-win.el (dnd-open-file, tool-bar-mode, scroll-bar-scale)
1811 (x-open-connection):
1812 * term/w32-win.el (x-colors, x-handle-args, x-parse-geometry)
1813 (x-command-line-resources):
1814 * term/x-win.el (x-colors, x-parse-geometry, x-resource-name)
1815 (x-display-name, x-command-line-resources):
1816 Add declarations for builds without X.
1817
1818 2008-08-10 Glenn Morris <rgm@gnu.org>
1819
1820 * calendar/cal-bahai.el (holiday-bahai): Doc fix.
1821
1822 2008-08-10 Dan Nicolaescu <dann@ics.uci.edu>
1823
1824 * vc-bzr.el (vc-bzr-find-revision): Rename from
1825 vc-bzr-find-version, forgotten in the 2007-10-10 renaming.
1826
1827 2008-08-10 Michael Albinus <michael.albinus@gmx.de>
1828
1829 * net/xesam.el (xesam-search-engines): Add Debbugs hit fields.
1830 (xesam-refresh-entry): Add Debbugs handling. Insert a widget
1831 "DONE", when all hits are retrieved.
1832 (xesam-search): Autoload it.
1833
1834 2008-08-11 John Paul Wallington <jpw@pobox.com>
1835
1836 * ibuffer.el (ibuffer-buffer-file-name): Return nil rather than
1837 empty string when no filename.
1838 (define-ibuffer-column filename): Accommodate that change.
1839
1840 * ibuf-ext.el (ibuffer-define-filter filename): Use plain old
1841 `buffer-file-name' instead of `ibuffer-buffer-file-name'.
1842
1843 2008-08-10 Glenn Morris <rgm@gnu.org>
1844
1845 * Makefile.in (ELCFILES): Update.
1846
1847 2008-08-10 John Paul Wallington <jpw@pobox.com>
1848
1849 * pcvs.el (defun-cvs-mode): Add `doc-string' decl.
1850
1851 2008-08-08 Chong Yidong <cyd@stupidchicken.com>
1852
1853 * battery.el (battery-echo-area-format, battery-status-function):
1854 Handle new Linux sysfs format for battery reporting.
1855 (battery-linux-sysfs): New function.
1856
1857 2008-08-07 Martin Rudalics <rudalics@gmx.at>
1858
1859 * add-log.el (change-log-search-tag-name)
1860 (change-log-goto-source): Fix behavior when point is not on tag.
1861
1862 2008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
1863
1864 * startup.el (command-line-ns-option-alist): Use ignore instead of
1865 ns-ignore-0-arg.
1866
1867 * term/ns-win.el (ns-ignore-0-arg, mouse-extend-region)
1868 (ns-win-suspend-error, ns-yes-or-no-p, colors): Drop.
1869 (ns-alternatives-map): New variable.
1870 (x-set-up-function-keys): Use it.
1871 (global): Comment out "put backspace ascii-character..." and friends.
1872 Move function-key-map into ns-alternatives-map. Don't call
1873 precompute-menubar-bindings. Don't set anything connected with
1874 browse-url.
1875 (after-make-frame-functions): Clarify comment why a hook is added.
1876
1877 2008-08-06 Joakim Verona <joakim@verona.se>
1878
1879 * thingatpt.el (thing-at-point-url-path-regexp): Allow parenthesis
1880 in url:s.
1881
1882 2008-08-06 Dan Nicolaescu <dann@ics.uci.edu>
1883
1884 * vc-svn.el (vc-svn-parse-status): Use when instead of if.
1885 Fix 2008-01-01 change: use a shy group to not affect subsequent
1886 match calls.
1887
1888 2008-08-06 Reto Zimmermann <reto@gnu.org>
1889
1890 * progmodes/vera-mode.el (vera-electric-tab):
1891 * progmodes/vhdl-mode.el (vhdl-electric-tab): Make TAB indent
1892 region when active.
1893
1894 2008-08-06 Kenichi Handa <handa@m17n.org>
1895
1896 * faces.el (face-valid-attribute-values): Fix handling the value
1897 of (font-family-list) and font-XXX-table.
1898
1899 2008-08-06 Dan Nicolaescu <dann@ics.uci.edu>
1900
1901 * proced.el (proced-menu): Bind the correct function to for toggling.
1902
1903 * vc-dir.el (vc-dir-mode): Fix typo.
1904
1905 2008-08-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1906
1907 * whitespace.el (whitespace-newline-mode)
1908 (global-whitespace-newline-mode, whitespace-mode)
1909 (global-whitespace-mode): Improve docstring.
1910
1911 2008-08-05 Chong Yidong <cyd@stupidchicken.com>
1912
1913 * kmacro.el (kmacro-exec-ring-item): Add autoload.
1914
1915 * files.el (auto-save-visited-file-name): Move definition to fileio.c.
1916
1917 * cus-start.el (all): Handle auto-save-visited-file-name.
1918
1919 2008-08-05 Alex Shinn <alexshinn@gmail.com> (tiny change)
1920
1921 * files.el (hack-one-local-variable-eval-safep): Handle
1922 lisp-indent-function and scheme-indent-function in addition to the
1923 deprecated lisp-indent-hook.
1924
1925 2008-08-05 Michael Albinus <michael.albinus@gmx.de>
1926
1927 * net/xesam.el (top): Require `wid-edit' always.
1928 (xesam-mode-line, xesam-highlight): New deffaces.
1929 (xesam-objects): New local variable.
1930 (xesam-search-engines): Fix error in field list.
1931 (xesam-mode): Use `xesam-mode-line' instead of
1932 `font-lock-type-face'. Apply `xesam-mode' to a temp buffer, for
1933 proper initialization (why?).
1934 (xesam-highlight-string, xesam-get-hits)
1935 (xesam-kill-buffer-function): New defuns.
1936 (xesam-refresh-entry): Move code to `xesam-get-hits'. Check
1937 result of "hit.fields", it isn't a string only. Wrap an error of
1938 the strigi search engine ("xesam:size" is returned as string).
1939 Highlight search items.
1940 (xesam-refresh-search-buffer): Make logic of counters more simple.
1941 Prefetch next hits.
1942 (xesam-signal-handler): Use `xesam-mode-line' instead of
1943 `font-lock-type-face'.
1944 (xesam-new-search): Add `xesam-kill-buffer-function' to
1945 `kill-buffer-hook'.
1946
1947 2008-08-05 Teodor Zlatanov <tzz@lifelogs.com>
1948
1949 * add-log.el (change-log-next-error, change-log-mode): Add support
1950 for `next-error' to call `change-log-goto-source' on named files
1951 in a ChangeLog.
1952
1953 2008-08-05 Jay Belanger <jay.p.belanger@gmail.com>
1954
1955 * calc/calc.el (math-read-number): Handle all C-like languages
1956 properly.
1957
1958 2008-08-04 Vincent Belaïche <vincent.b.1@hotmail.fr>
1959
1960 * calc/calc.el (math-read-number): Handle C numbers beginning with
1961 0 correctly.
1962
1963 2008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
1964
1965 * term/ns-win.el ([ns-new-frame]): New global key.
1966
1967 2008-08-04 Juanma Barranquero <lekktu@gmail.com>
1968
1969 * international/mule-cmds.el (read-char-by-name):
1970 Check UCS names with `assoc-string' and case folding.
1971
1972 2008-08-04 Michael Albinus <michael.albinus@gmx.de>
1973
1974 * net/dbus.el (dbus-call-method-asynchronously)
1975 (dbus-method-return-internal, dbus-method-error-internal):
1976 Declare them with `declare-function'.
1977
1978 2008-08-04 Juanma Barranquero <lekktu@gmail.com>
1979
1980 * descr-text.el (describe-char-display): Fix last change:
1981 don't pass CHARSET to `encoded-string-description'.
1982
1983 2008-08-02 Alex Harsanyi <harsanyi@mac.com> (tiny change)
1984
1985 * vc.el (vc-next-action): Update list var correctly after delete.
1986
1987 2008-08-02 Chong Yidong <cyd@stupidchicken.com>
1988
1989 * ido.el (ido-mode): Add toggle notification.
1990
1991 * cus-edit.el (custom-save-all): Avoid destroying symlink if
1992 already visiting the custom file.
1993
1994 * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
1995 pending output coming after the status change.
1996
1997 2008-08-02 Jason Rumney <jasonr@gnu.org>
1998
1999 * w32-fns.el (tis620-2533): Use as preferred registry for thai fonts.
2000
2001 2008-08-01 Kenichi Handa <handa@m17n.org>
2002
2003 * international/mule-cmds.el (encode-coding-char):
2004 New optional arg CHARSET.
2005
2006 * descr-text.el (describe-char-display): Call encode-coding-char
2007 with the arg CHARSET.
2008 (describe-char): Pay attention to the text-property `charset'.
2009
2010 2008-08-01 Michael Albinus <michael.albinus@gmx.de>
2011
2012 * net/dbus.el (dbus-check-event, dbus-handle-event): Handle D-Bus
2013 error messages.
2014 (dbus-set-property): Call `dbus-introspect-get-property' instead
2015 of `dbus-get-property'.
2016
2017 * net/xesam.el (xesam-all-fields): Remove source and content
2018 identifiers.
2019 (xesam-dbus-unique-names): New defvar.
2020 (xesam-dbus-call-method): New defun. Replace all calls of
2021 `dbus-call-method' by `xesam-dbus-call-method'.
2022 (xesam-get-cached-property, xesam-set-cached-property):
2023 New defuns.
2024 (xesam-get-property, xesam-set-property, xesam-refresh-entry)
2025 (xesam-new-search, xesam-search): Apply `xesam-get-cached-property'.
2026 (xesam-search-engines): Make it an association list. Take changed
2027 layout into account in the corresponding function.
2028 (xesam-delete-search-engine): Remove check for consistency of
2029 `xesam-search-engines', not needed anymore.
2030 (xesam-mode): Show XML query string only in the debug case.
2031
2032 2008-07-31 Juanma Barranquero <lekktu@gmail.com>
2033
2034 * files.el (read-file-modes): Fix typo in docstring.
2035
2036 2008-07-31 Chong Yidong <cyd@stupidchicken.com>
2037
2038 * Makefile.in: Avoid maintainer warning for autogenerated unicode
2039 files.
2040
2041 * apropos.el (apropos-symbol): Don't set button skip by default.
2042 (apropos-print): Set button skip iff searching for multiple types.
2043 (apropos-print-doc): Insert blank label button when searching for
2044 a single type.
2045
2046 * button.el (forward-button): Avoid infloop.
2047
2048 * minibuffer.el (read-file-name-completion-ignore-case):
2049 Add cygwin to the list.
2050
2051 2008-07-31 Sven Joachim <svenjoac@gmx.de>
2052
2053 * files.el (abbreviate-file-name): When replacing $HOME with ~,
2054 turn off case-fold-search.
2055
2056 2008-07-31 Michael Albinus <michael.albinus@gmx.de>
2057
2058 * net/dbus.el (top): Don't register for "NameOwnerChanged".
2059 (dbus-message-type-invalid, dbus-message-type-method-call)
2060 (dbus-message-type-method-return, dbus-message-type-error)
2061 (dbus-message-type-signal): New defconst.
2062 (dbus-ignore-errors): Fix `edebug-form-spec' property.
2063 (dbus-return-values-table): New defvar.
2064 (dbus-call-method-non-blocking-handler, dbus-event-message-type):
2065 New defun.
2066 (dbus-check-event, dbus-handle-event, dbus-event-serial-number):
2067 Extend docstring. Adapt implementation according to new
2068 `dbus-event' layout.
2069 (dbus-event-service-name, dbus-event-path-name)
2070 (dbus-event-interface-name, dbus-event-member-name):
2071 Adapt implementation according to new `dbus-event' layout.
2072 (dbus-set-property): Correct `dbus-introspect-get-attribute' call.
2073
2074 * net/xesam.el (xesam-type, xesam-query, xesam-xml-string): New defvar.
2075 (xesam-mode): Rework implementation.
2076 (xesam-new-search): Additional parameter TYPE.
2077 (xesam-search): Adapt call of `xesam-new-search'.
2078
2079 2008-07-31 Juri Linkov <juri@jurta.org>
2080
2081 * dired-aux.el (dired-do-chmod): Set default value to the original
2082 mode string using absolute notation like u=rwx,g=rx,o=rx.
2083 Use it as a new arg `default' of `dired-mark-read-string'.
2084 (dired-mark-read-string): Add new optional arg `default'.
2085
2086 * files.el (read-file-modes): Set default value to the original
2087 mode string using absolute notation like u=rwx,g=rx,o=rx.
2088 Use it as the `default' arg of `read-string'.
2089
2090 * filesets.el (filesets-cmd-isearch-getargs): Check if the
2091 variable `files' is bound to avoid warnings.
2092
2093 * isearch.el (isearch-forward-regexp, isearch-forward-word)
2094 (isearch-backward, isearch-backward-regexp): Doc fix - make a link
2095 to the command `isearch-forward' instead of displaying "See C-s".
2096 (isearch-highlight-regexp): Remove arguments `regexp' and `face'
2097 with their interactive specifications. Move reading the face name to
2098 the main body after calls to isearch-done and isearch-clean-overlays.
2099
2100 * mb-depth.el: Unify all names under one common name prefix
2101 `minibuffer-depth-'.
2102 (minibuffer-depth-indicator-function): Rename from
2103 `minibuf-depth-indicator-function'.
2104 (minibuffer-depth-overlay): Rename from
2105 `minibuf-depth-overlay'.
2106 (minibuffer-depth-setup): Rename from
2107 `minibuf-depth-setup-minibuffer'.
2108 (minibuffer-depth-indicate-mode): Rename from
2109 `minibuffer-indicate-depth-mode'.
2110
2111 2008-07-31 Juri Linkov <juri@jurta.org>
2112
2113 * dired-aux.el (dired-isearch-filenames-toggle): New command.
2114 (dired-isearch-filenames-setup): Bind "\M-sf" to
2115 dired-isearch-filenames-toggle in isearch-mode-map.
2116 (dired-isearch-filenames-end): Bind "\M-sf" to nil
2117 in isearch-mode-map.
2118
2119 * isearch.el (isearch-edit-string-set-word): New command.
2120 (minibuffer-local-isearch-map): Bind "\C-w" to
2121 isearch-edit-string-set-word.
2122 (isearch-new-word): Temporary internal variable.
2123 (isearch-edit-string): Remove special case of reading the
2124 first character and checking it for C-w.
2125
2126 * simple.el (read-shell-command, shell-command):
2127 Move code that uses minibuffer-with-setup-hook to set
2128 minibuffer-default-add-function to minibuffer-default-add-shell-commands
2129 from the interactive spec of `shell-command' to `read-shell-command'.
2130
2131 * international/mule-cmds.el (read-char-by-name):
2132 Accept hash notation. Doc fix.
2133 (ucs-insert): Doc fix. Convert to number only when `arg' is
2134 a string. Use separate error message when `arg' is not an integer.
2135 Bind `ucs-insert' to `C-x 8 RET'.
2136
2137 2008-07-31 Joachim Nilsson <joachim.nilsson@member.fsf.org> (tiny change)
2138
2139 * progmodes/cc-styles.el (c-style-alist): For the Ellemtel style,
2140 move the (arglist-cont-nonempty) from c-offsets-alist to
2141 c-hanging-braces-alist like other styles already have.
2142
2143 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
2144
2145 * textmodes/texinfmt.el:
2146 * nxml/nxml-enc.el:
2147 * mail/feedmail.el:
2148 * international/mule.el:
2149 * international/latexenc.el:
2150 * emulation/viper-util.el:
2151 * emulation/viper-init.el:
2152 * emulation/viper-ex.el:
2153 * emacs-lisp/bytecomp.el:
2154 * version.el:
2155 * subr.el:
2156 * startup.el:
2157 * sort.el:
2158 * shadowfile.el:
2159 * recentf.el:
2160 * printing.el:
2161 * paths.el:
2162 * minibuffer.el:
2163 * ls-lisp.el:
2164 * loadup.el:
2165 * hippie-exp.el:
2166 * finder.el:
2167 * files.el:
2168 * ediff-util.el:
2169 * ediff-ptch.el:
2170 * ediff-init.el:
2171 * ediff-diff.el:
2172 * dired.el:
2173 * dired-aux.el:
2174 * cus-edit.el:
2175 * bindings.el:
2176 * arc-mode.el:
2177 * add-log.el: Remove VMS support.
2178 * obsolete/vmsproc.el:
2179 * obsolete/vms-pmail.el:
2180 * obsolete/vms-patch.el: Remove file.
2181
2182 2008-07-31 Alan Mackenzie <acm@muc.de>
2183
2184 * progmodes/cc-mode.el (c-before-hack-hook): New function
2185 (Top Level): Install c-before-hack-hook on
2186 before-hack-local-variables-hook, rather than
2187 c-postprocess-file-styles on hack-local-variables-hook.
2188
2189 2008-07-31 Chong Yidong <cyd@stupidchicken.com>
2190
2191 * files.el (normal-mode): Move call to hack-project-variables into
2192 hack-local-variables.
2193 (file-local-variables-alist, before-hack-local-variables-hook):
2194 New vars.
2195 (ignored-local-variables): Add file-local-variables-alist.
2196 (hack-local-variables-filter): Renamed from
2197 hack-local-variables-apply. Add the result to
2198 file-local-variables-alist, without applying them.
2199 (hack-local-variables): Set file-local-variables-alist to nil.
2200 Call hack-project-variables and before-hack-local-variables-hook.
2201 Apply variables here, instead of hack-local-variables-apply.
2202 Based on a patch by Alan Mackenzie.
2203
2204 2008-07-30 Thien-Thi Nguyen <ttn@gnuvola.org>
2205
2206 * info-look.el (autoconf-mode :doc-spec): For
2207 "(autoconf)M4 Macro Index", if the item already
2208 begins with "AS_", don't prefix that string again.
2209
2210 2008-07-30 Juri Linkov <juri@jurta.org>
2211
2212 * info.el (info, Info-mode): Doc fix.
2213
2214 * isearch.el (isearch-mode-map): Bind `M-s r' to
2215 `isearch-toggle-regexp' and `M-s w' to `isearch-toggle-word'.
2216 (search-map): Bind `M-s w' to `isearch-forward-word' globally
2217 in the global map `search-map'.
2218 (isearch-forward): Doc fix.
2219 (isearch-forward-word, isearch-toggle-case-fold): New commands.
2220
2221 * simple.el (quoted-insert): Comment out code that treats
2222 0240-0377 specially.
2223
2224 2008-07-30 Chong Yidong <cyd@stupidchicken.com>
2225
2226 * cus-start.el: Add customization info for
2227 read-buffer-completion-ignore-case.
2228
2229 2008-07-30 Sam Steingold <sds@gnu.org>
2230
2231 * vc-dir.el (vc-dir): Call file-truename on the dir argument.
2232
2233 2008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
2234
2235 * vc-dir.el (vc-dir-menu-map, vc-at-event): Fix docstring.
2236 (vc-dir-mode): Improve docstring.
2237
2238 2008-07-30 Juri Linkov <juri@jurta.org>
2239
2240 * dired-aux.el (dired-isearch-filenames-setup): Add autoload cookie
2241 for the sake of isearch-mode-hook in dired-mode in dired.el.
2242
2243 2008-07-19 Markus Triska <markus.triska@gmx.at>
2244
2245 * image-mode.el (image-mode): Set image-mode-text-map when image
2246 cannot be displayed.
2247
2248 2008-07-30 Stephen Leake <stephen_leake@stephe-leake.org>
2249
2250 * progmodes/ada-prj.el (ada-prj-initialize-values): Fix use of deleted
2251 ada-xref-set-default-prj-values.
2252 (ada-prj-display-page): Ditto.
2253
2254 * progmodes/ada-xref.el (ada-gnatstub-opts): Fix doc string.
2255 (ada-make-filename-from-adaname): Fix free variable.
2256
2257 2008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
2258
2259 * vc-git.el (vc-git-status-printer): Synchronize with the default.
2260
2261 2008-07-30 Michael McNamara <mac@mail.brushroad.com>
2262
2263 * progmodes/verilog-mode.el (verilog-do-indent): Remove special indent
2264 for declarations inside a parenthetical list. The code is ill-advised,
2265 and doesn't work given user defined types.
2266 (verilog-set-auto-endcomments): Enhance function automatic
2267 endcomment to support functions that return user defined types.
2268 (verilog-mode): Add code to tell which-function-mode minor mode
2269 that Verilog supports this feature.
2270 (verilog-beg-block-re-ordered, verilog-indent-re)
2271 (verilog-forward-sexp, verilog-forward-wa, verilog-calc-1)
2272 (verilog-leap-to-head): Support the new virtual and/or protected
2273 tasks, as well as extern declarations of tasks for indenting and
2274 for forward/backward expression.
2275
2276 2008-07-30 Wilson Snyder <wsnyder@wsnyder.org>
2277
2278 * progmodes/verilog-mode.el (verilog-read-decls): Allow AUTORESET
2279 to work with SV 'logic' signals. Suggested by Julian Gorfajn.
2280 (verilog-auto-inst-column): Make verilog-auto-inst-column customizable.
2281 (verilog-string-replace-matches): Avoid recursion with small
2282 replacements.
2283 (verilog-auto-inst-param-value, verilog-mode-version)
2284 (verilog-mode-version-date, verilog-read-inst-param-value)
2285 (verilog-auto-inst, verilog-auto-inst-param)
2286 (verilog-auto-inst-port, verilog-simplify-range-expression): Add
2287 verilog-auto-inst-param-value option for AUTOINST. Suggested by
2288 David Rogoff. This allows parameters to be replaced with their
2289 values, on the expansion of an AUTOINST with Verilog 2001 style
2290 parameter settings.
2291
2292 2008-07-30 David Lord <david.lord@phonecoop.coop> (tiny change)
2293
2294 * calendar/timeclock.el (timeclock-day-projects): Change a `cdr'
2295 to `cddr'.
2296
2297 2008-07-29 Chong Yidong <cyd@stupidchicken.com>
2298
2299 * Makefile.in (ELCFILES): Add mairix.elc.
2300
2301 2008-07-29 David Engster <deng@randomsample.de>
2302
2303 * net/mairix.el: New file.
2304
2305 2008-07-29 Juri Linkov <juri@jurta.org>
2306
2307 * cus-edit.el (custom-face-tag): Inherit from custom-variable-tag
2308 instead of variable-pitch with bold and 1.2 height.
2309
2310 * dired-aux.el (dired-do-async-shell-command): New command.
2311
2312 * dired.el (dired-mode-map): Rebind `dired-flag-garbage-files'
2313 from `&' to `%&'. Bind `&' to `dired-do-async-shell-command'.
2314
2315 2008-07-29 Juri Linkov <juri@jurta.org>
2316
2317 * international/mule-cmds.el (ucs-names): New internal variable.
2318 (ucs-names): New function.
2319 (ucs-completions): New lazy completion variable.
2320 (read-char-by-name): New function.
2321 (ucs-insert): Replace interactive spec letter "s" with the call to
2322 `read-char-by-name'.
2323
2324 * replace.el (read-regexp): Add second arg `default'. Doc fix.
2325
2326 * replace.el (occur-read-primary-args):
2327 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
2328 (hi-lock-face-phrase-buffer): Use `(car regexp-history)' as the
2329 second arg of `read-regexp'.
2330
2331 * dired-aux.el (dired-isearch-filenames): New user option.
2332 (dired-isearch-orig-success-function): New internal variable.
2333 (dired-isearch-filenames-setup, dired-isearch-filenames-end)
2334 (dired-isearch-success-function): New functions.
2335 (dired-isearch-filenames, dired-isearch-filenames-regexp):
2336 New commands.
2337
2338 * dired.el (dired-insert-set-properties): Add new text property
2339 `dired-filename' to put on file names.
2340 (dired-mode-map): Bind `M-s f C-s' to `dired-isearch-filenames'
2341 and `M-s f M-C-s' to `dired-isearch-filenames-regexp'.
2342 Add menu items.
2343 (dired-mode): Add hook `dired-isearch-filenames-setup' to
2344 buffer-local `isearch-mode-hook'.
2345
2346 2008-07-29 Juanma Barranquero <lekktu@gmail.com>
2347
2348 * progmodes/ada-mode.el (ada-batch-reformat): Doc fix.
2349 (ada-create-case-exception): Fix typo in docstring.
2350 (ada-no-auto-case): Return nil, not the docstring.
2351 (ada-indent-current): Reflow docstring.
2352
2353 * progmodes/ada-prj.el (ada-prj-edit, ada-prj-initialize-values)
2354 (ada-prj-save-specific-option, ada-prj-field): Fix typos in docstrings.
2355 (ada-prj-load-from-file): Reflow docstring.
2356 (ada-prj-display-page): Fix typo in widget.
2357
2358 * progmodes/ada-stmt.el (ada-case, ada-package-body, ada-private):
2359 Fix typos in docstrings.
2360
2361 * progmodes/ada-xref.el (ada-find-executable, ada-gnat-parse-gpr)
2362 (ada-compile-current, ada-check-current, ada-run-application)
2363 (ada-get-ali-file-name): Fix typos in docstrings.
2364 (ada-xref-confirm-compile, ada-find-references)
2365 (ada-find-local-references, ada-find-any-references): Doc fixes.
2366 (ada-get-all-references): Fix typo in error message.
2367 (ada-xref-current-project): Use `let', not `let*'.
2368 (ada-do-file-completion, ada-xref-change-buffer): Reflow docstring.
2369
2370 2008-07-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2371
2372 * whitespace.el (whitespace-newline): Change initialization to have a
2373 low contrast relative to the background color. Suggested by David
2374 Reitter <david.reitter@gmail.com>.
2375
2376 2008-07-28 Juri Linkov <juri@jurta.org>
2377
2378 * dired-aux.el (dired-do-isearch, dired-do-isearch-regexp):
2379 New functions.
2380
2381 * dired.el (dired-mode-map): Bind dired-do-isearch to `M-s a C-s'
2382 and dired-do-isearch-regexp to `M-s a M-C-s'. Add menu items.
2383
2384 2008-07-28 Seiji Zenitani <zenitani@mac.com>
2385
2386 * help-fns.el (help-C-file-name): Add .m (Obj-C code) for Cocoa port.
2387 * emacs-lisp/find-func.el (find-function-search-for-symbol): Likewise.
2388
2389 2008-07-28 Stephen Leake <stephen_leake@stephe-leake.org>
2390
2391 * progmodes/ada-mode.el (ada-mode): Clean up XEmacs handling.
2392 Add support for add-log.
2393 (ada-end-stmt-re): Fix bug - allow comment after 'when'.
2394
2395 * progmodes/ada-prj.el: Delete 'main_unit' project variable.
2396 (ada-prj-save): Prompt for file name if not given.
2397 (ada-prj-display-page): Display casing exceptions.
2398
2399 * progmodes/ada-xref.el: Add support for GNAT project files as Emacs
2400 Ada mode project files. Delete 'main_unit' project variable;
2401 only need 'main'. Simplify handling of default project values.
2402 Use cross-prefix consistently.
2403 (ada-find-executable): Throw error if not found.
2404 (ada-initialize-runtime-library): Improve error handling when
2405 gnatls not found.
2406 (ada-gnat-parse-gpr): New.
2407 (ada-treat-cmd-string): Allow process environment variables.
2408 (ada-xref-set-default-prj-values): Delete; replace with
2409 ada-default-prj-properties.
2410 (ada-parse-prj-file): Handle GNAT project files.
2411 (ada-parse-prj-file-1): New, factored out of ada-parse-prj-file.
2412 (ada-select-prj-file): New.
2413 (ada-get-absolute-dir-list): Allow project and environment variables.
2414
2415 2008-07-27 Michael Albinus <michael.albinus@gmx.de>
2416
2417 Sync with Tramp 2.1.14.
2418
2419 * net/tramp.el (tramp-perl-directory-files-and-attributes)
2420 (tramp-get-device): Make device number a cons cell.
2421 (tramp-convert-file-attributes): Make inode a cons cell.
2422
2423 * net/trampver.el: Update release number.
2424
2425 2008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
2426
2427 * faces.el (face-set-after-frame-default): Treat 'ns as all other
2428 window systems.
2429
2430 2008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
2431
2432 * term/ns-win.el (do-applescript): New alias in carbon-compat section.
2433
2434 2008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
2435
2436 Remove support for Mac Carbon.
2437 * term/mac-win.el: Remove file
2438 * international/mule-cmds.el:
2439 * version.el:
2440 * startup.el:
2441 * simple.el:
2442 * mwheel.el:
2443 * mouse.el:
2444 * loadup.el:
2445 * isearch.el:
2446 * info.el:
2447 * frame.el:
2448 * faces.el:
2449 * disp-table.el:
2450 * cus-start.el:
2451 * cus-face.el:
2452 * cus-edit.el:
2453 * Makefile.in: Remove code for Carbon.
2454
2455 2008-07-26 Adrian Robert <Adrian.B.Robert@gmail.com>
2456
2457 * term/ns-win.el (ns-extended-platform-support-mode): Get rid of
2458 bindings for functions deleted by Dan N. 2008-07-21. Set
2459 where-is-preferred-modifier. Add show-manual option to Help menu.
2460
2461 2008-07-26 Michael Albinus <michael.albinus@gmx.de>
2462
2463 * net/tramp.el (tramp-handle-start-file-process):
2464 Set query-on-exit flag. Kill temporary buffer.
2465 (tramp-process-sentinel): Remove defun.
2466 (tramp-do-copy-or-rename-file-out-of-band)
2467 (tramp-maybe-open-connection): Don't call it.
2468
2469 * net/tramp-fish.el (tramp-fish-maybe-open-connection): Don't call
2470 `tramp-process-sentinel'.
2471
2472 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Don't call
2473 `tramp-process-sentinel'.
2474
2475 * net/xesam.el (xesam-from): Remove defvar.
2476 (xesam-mode): Derive from `special-mode'. Extend `xesam-mode-map'
2477 and `mode-line-position'.
2478 (xesam-refresh-entry): Remove argument `hit-number'. Add debug
2479 information to the widgets. Don't set `mode-line-position'.
2480 (xesam-refresh-search-buffer): Correct hit number computing.
2481 Don't set `mode-line-position'.
2482 (xesam-new-search): Add debug information to the mode line.
2483
2484 2008-07-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2485
2486 * diff-mode.el (diff-show-trailing-blanks): Renamed to
2487 diff-show-trailing-whitespaces.
2488
2489 2008-07-25 Chong Yidong <cyd@stupidchicken.com>
2490
2491 * textmodes/tex-mode.el (tex-compilation-parse-errors): Check for
2492 invalid filename strings when parsing tex errors (bug#376).
2493
2494 2008-07-25 Dan Nicolaescu <dann@ics.uci.edu>
2495
2496 * menu-bar.el (menu-bar-file-menu): Fix typo.
2497
2498 2008-07-25 Juanma Barranquero <lekktu@gmail.com>
2499
2500 * play/solitaire.el (solitaire-mode-map): Define within defvar.
2501 (solitaire-mode): Define with `define-derived-mode'.
2502 (solitaire-insert-board, solitaire-right, solitaire-left, solitaire-up)
2503 (solitaire-down): Use "?\s" instead of "?\ "; use `when'.
2504 (solitaire-undo, solitaire-check): Use `when'.
2505 (solitaire-solve): Err out if the solitaire is already in progress.
2506 Use `when'.
2507
2508 * descr-text.el (describe-char): Don't overwrite local variable char
2509 when describing characters with display-table entries. Display font
2510 backend when describing composed characters. Simplify: use `let'
2511 instead of `let*', and `or x y' instead of `if x x y'.
2512
2513 2008-07-25 Chong Yidong <cyd@stupidchicken.com>
2514
2515 * image-mode.el (image-minor-mode): Set up winprops.
2516
2517 2008-07-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2518
2519 * diff-mode.el (diff-show-trailing-blanks): New fun.
2520 Show trailing blanks in modified lines for diff-mode.
2521
2522 2008-07-24 Michael Albinus <michael.albinus@gmx.de>
2523
2524 * Makefile.in (ELCFILES): Add net/xesam.el.
2525
2526 * net/tramp.el (tramp-handle-start-file-process): Make NAME a unique
2527 process name. Reported by Markus Triska <markus.triska@gmx.at>.
2528
2529 * net/xesam.el: New file.
2530
2531 2008-07-24 Sven Joachim <svenjoac@gmx.de>
2532
2533 * dired-aux.el (dired-copy-file-recursive): Avoid calling
2534 set-file-modes when creating target directories.
2535
2536 2008-07-24 Juanma Barranquero <lekktu@gmail.com>
2537
2538 * play/solitaire.el (solitaire-mode): Fix typo in docstring.
2539 Set `show-trailing-whitespace' to nil.
2540 (solitaire, solitaire-mode-map, solitaire-mode-hook, solitaire-solve):
2541 Fix typos in docstrings.
2542
2543 2008-07-24 Chong Yidong <cyd@stupidchicken.com>
2544
2545 * textmodes/enriched.el (enriched-mode-map): Bind C-a and C-j via
2546 key remapping, not directly.
2547
2548 2008-07-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2549
2550 * whitespace.el: New version 11.2.
2551 (whitespace-newline-mode, global-whitespace-newline-mode): New newline
2552 minor mode visualization.
2553
2554 2008-07-24 Dan Nicolaescu <dann@ics.uci.edu>
2555
2556 * progmodes/cc-mode.el (auto-mode-alist): Add .i and .ii files.
2557
2558 * Makefile.in (ELCFILES): Add term/common-win.elc.
2559
2560 * vc-dir.el (vc-dir-search, vc-dir-isearch)
2561 (vc-dir-isearch-regexp): New functions.
2562 (vc-dir-mode-map, vc-dir-menu-map): Bind them.
2563
2564 2008-07-23 Juri Linkov <juri@jurta.org>
2565
2566 * isearch-multi.el: Remove file to avoid dos file name clashes
2567 with isearch-x.el. Move most content to misearch.el.
2568
2569 * misearch.el: New file with most content from isearch-multi.el.
2570 Rename `isearch-buffers' name prefixes to `multi-isearch'.
2571 Remove `isearch-buffers-minor-mode'. Add new function
2572 `multi-isearch-setup' to `isearch-mode-hook'. New top-level
2573 commands `multi-isearch-buffers', `multi-isearch-buffers-regexp',
2574 `multi-isearch-files', `multi-isearch-files-regexp'.
2575
2576 * Makefile.in (ELCFILES): Remove isearch-multi.elc. Add misearch.elc.
2577
2578 * isearch.el (isearch-message-prefix): Display "Multi" when
2579 `multi-isearch-next-buffer-current-function' is non-nil.
2580 (isearch-search-string): Replace `isearch-buffers-next-buffer-function'
2581 with `multi-isearch-next-buffer-current-function', and
2582 `isearch-buffers-current-buffer' with `multi-isearch-current-buffer'.
2583
2584 * add-log.el (change-log-mode): Set `change-log-next-buffer' to
2585 `multi-isearch-next-buffer-function' instead of
2586 `isearch-buffers-next-buffer-function'. Remove call to
2587 `isearch-buffers-minor-mode'.
2588
2589 * buff-menu.el (Buffer-menu-marked-buffers)
2590 (Buffer-menu-isearch-buffers)
2591 (Buffer-menu-isearch-buffers-regexp): New functions.
2592 (Buffer-menu-mode-map): Bind "M-s a C-s" to
2593 `Buffer-menu-isearch-buffers', and "M-s a M-C-s" to
2594 `Buffer-menu-isearch-buffers-regexp'.
2595 (Buffer-menu-mode): Document new commands in docstring.
2596 (list-buffers-noselect): Add one space after Info file name
2597 according to the Info address convention.
2598
2599 * ibuf-ext.el (ibuffer-do-isearch, ibuffer-do-isearch-regexp):
2600 New functions.
2601
2602 * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-s" to
2603 `ibuffer-do-isearch' and "M-s a M-C-s" to `ibuffer-do-isearch-regexp'.
2604 (ibuffer-mode): Document new commands in docstring.
2605
2606 * filesets.el (filesets-commands): Add commands for "Isearch" and
2607 "Isearch (regexp)". Replace `query-replace' and `query-replace-regexp'
2608 with `perform-replace' using `filesets-cmd-query-replace-regexp-getargs'.
2609 (filesets-run-cmd): Call `fn' only once if it is `multi-isearch-files'
2610 or `multi-isearch-files-regexp'.
2611 (filesets-cmd-query-replace-getargs): Call standard function
2612 `query-replace-read-args' to read `query-replace' arguments.
2613 Add `multi-query-replace-map'.
2614 (filesets-cmd-query-replace-regexp-getargs)
2615 (filesets-cmd-isearch-getargs): New functions.
2616
2617 2008-07-23 Chong Yidong <cyd@stupidchicken.com>
2618
2619 * international/mule.el (recode-region): Deactivate mark at the end.
2620
2621 2008-07-23 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
2622
2623 * progmodes/flymake.el (flymake-errline, flymake-warnline):
2624 Use more suitable colors on dark displays.
2625
2626 2008-07-23 Michael Albinus <michael.albinus@gmx.de>
2627
2628 * net/tramp.el (tramp-methods): Add "-q" for "scp", "scp1",
2629 "scp2", "ssh", "ssh1", "ssh2", "scpc", "scpx", "sshx".
2630 (tramp-temp-buffer-name): New defconst.
2631 (tramp-handle-start-file-process): Use it. Apply "exec", for the
2632 command. No trailing prompt.
2633 (tramp-process-sentinel): Remove temporary buffer, if existing.
2634 Don't handle trailing prompt.
2635 (tramp-open-connection-setup-interactive-shell):
2636 Use `tramp-temp-buffer-name'.
2637
2638 2008-07-23 Chong Yidong <cyd@stupidchicken.com>
2639
2640 * shell.el (shell-dynamic-complete-functions):
2641 Use comint-dynamic-complete-filename as well (bug#361).
2642
2643 2008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
2644
2645 * term/ns-win.el:
2646 * version.el (emacs-version):
2647 * loadup.el:
2648 * frame.el (make-frame-on-display): Check for ns instead of
2649 ns-windowing.
2650
2651 * dired.el (dired-mode-map): Show the key binding for wdired.
2652
2653 * menu-bar.el (menu-bar-file-menu): Show the key binding for
2654 exiting Emacs.
2655
2656 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
2657
2658 * term/ns-win.el (x-list-fonts): Drop alias.
2659
2660 2008-07-23 Juri Linkov <juri@jurta.org>
2661
2662 * replace.el (multi-query-replace-map): New variable.
2663 (perform-replace): Add processing of new multi-buffer keys bound
2664 to `automatic-all' and `exit-current'. Set `query-flag' to nil
2665 if last input char was `automatic-all'. Set new local variable
2666 `multi-buffer' to t when one of new two keys were typed. Return
2667 non-nil value of `multi-buffer' that tells to calling functions
2668 to continue replacement on the next file.
2669
2670 * progmodes/etags.el (tags-query-replace): Set arg `map' of
2671 `perform-replace' to `multi-query-replace-map'.
2672
2673 2008-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
2674
2675 * diff-mode.el (diff-auto-refine-mode): Remove lighter, since it's
2676 otherwise displayed in every buffer.
2677
2678 * vc-arch.el (vc-arch-trim-make-sentinel): Use a closure.
2679 (vc-arch-trim-one-revlib): Delete temp directories as well.
2680
2681 2008-07-22 Stephen Eglen <stephen@gnu.org>
2682
2683 * iswitchb.el (iswitchb-delim): New variable. Suggested by Ted Roden.
2684
2685 2008-07-22 Sven Joachim <svenjoac@gmx.de>
2686
2687 * vc-dir.el (vc-dir-recompute-file-state): Fix mismatched parenthesis.
2688
2689 2008-07-22 Miles Bader <miles@gnu.org>
2690
2691 * progmodes/sh-script.el (sh-newline-and-indent): Remove.
2692 (sh-mode-map): Remove remapping of newline-and-indent.
2693
2694 2008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
2695
2696 * vc.el (Todo): Update.
2697
2698 * vc-hooks.el: Remove obsolete comment.
2699
2700 * vc-git.el (vc-git-status-printer): Update the directory display
2701 to match the default.
2702
2703 * vc-dir.el (vc-dir-recompute-file-state): Add workaround for CVS.
2704
2705 2008-07-21 Chong Yidong <cyd@stupidchicken.com>
2706
2707 * menu-bar.el (menu-bar-line-wrapping-menu): Use Visual Line mode
2708 for "word wrap" command.
2709
2710 * simple.el (visual-line-mode): Disable truncate-partial-width-windows.
2711
2712 2008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
2713
2714 * term/ns-win.el: Rename ns- functions/variables to the
2715 corresponding x- versions.
2716 (x-select-text, x-cut-buffer-or-selection-value)
2717 (x-disown-selection-internal, x-get-selection-internal)
2718 (x-own-selection-internal, x-defined-colors, xw-defined-colors)
2719 (x-display-mm-width, x-display-mm-height)
2720 (x-display-backing-store, x-display-save-under)
2721 (x-display-visual-class, x-display-screens, x-focus-frame): Remove
2722 defaliases.
2723
2724 * frame.el (ns-display-name): Remove declaration.
2725 (make-frame-on-display): Use x-display-name instead
2726 ns-display-name. Use unless.
2727
2728 * startup.el (command-line-1): Fix indentation.
2729
2730 * term/ns-win.el (up-one, down-one, left-one, right-one): Remove,
2731 checked in inadvertently.
2732
2733 2008-07-21 Chong Yidong <cyd@stupidchicken.com>
2734
2735 * term/ns-win.el: Standardize references to "Nextstep" in
2736 comments, messages, and docstrings.
2737 (ns-handle-args, x-parse-geometry)
2738 (ns-extended-platform-support-mode, x-setup-function-keys)
2739 (ns-select-overlay, ns-unselect-line, ns-yes-or-no-p)
2740 (ns-set-pasteboard, ns-scroll-bar-move, ns-defined-colors)
2741 (ns-initialized, ns-initialize-window-system): Doc fixes.
2742
2743 2008-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
2744
2745 * diff-mode.el (diff-auto-refine): Delete defcustom.
2746 (diff-auto-refine-mode): New func/var via define-minor-mode.
2747 Update var ref to use diff-auto-refine-mode.
2748 * smerge-mode.el (diff-mode): Require when compiling.
2749 (smerge-auto-refine): Delete defcustom.
2750 Update smerge-auto-refine ref to use diff-auto-refine-mode.
2751
2752 2008-07-21 Chong Yidong <cyd@stupidchicken.com>
2753
2754 * simple.el (visual-line): New custom group.
2755 (visual-line-fringe-indicators): New var.
2756 (visual-line-mode): Set fringe-indicator-alist based on
2757 visual-line-fringe-indicators. Add lighter.
2758
2759 2008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
2760
2761 * term/x-win.el (x-handle-switch, x-handle-numeric-switch)
2762 (x-handle-initial-switch, x-handle-iconic, x-handle-xrm-switch)
2763 (x-handle-geometry, x-handle-name-switch, x-display-name)
2764 (x-handle-display, x-handle-args, x-colors): Move ...
2765 * term/common-win.el: ... here. New file.
2766 * term/w32-win.el (x-handle-switch, x-handle-numeric-switch)
2767 (x-handle-initial-switch, x-handle-iconic, x-handle-xrm-switch)
2768 (x-handle-geometry, x-handle-name-switch, x-display-name)
2769 (x-handle-display, x-handle-args, x-colors): Remove.
2770 * loadup.el: Load term/common-win before term/x-win and term/w32-win.
2771
2772 2008-07-19 Juri Linkov <juri@jurta.org>
2773
2774 * startup.el (fancy-startup-text): Move the line "To quit
2775 a partially entered command, type Control-g" a few lines below
2776 to be after the line "To start". Add text "at gnu.org" to
2777 "Overview of Emacs features".
2778
2779 * dired.el (dired-mode-map): Fix menu text of
2780 image-dired-display-thumbs.
2781
2782 * image-dired.el (image-dired-cmd-create-thumbnail-options)
2783 (image-dired-cmd-create-temp-image-options)
2784 (image-dired-cmd-create-standard-thumbnail-command): Add > to the
2785 ImageMagick command line to change the dimensions of the image
2786 only if its width or height exceeds the geometry specification.
2787
2788 * longlines.el: Add coding cookie utf-8 for the pilcrow sign.
2789
2790 * proced.el (proced-mode, proced): Add \\<proced-mode-map>
2791 to docstrings.
2792
2793 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
2794
2795 * term/ns-win.el (ns-ps-print-menu-map): Fix typo pointed out by
2796 Vinicius Jose Latorre.
2797
2798 2008-07-19 Glenn Morris <rgm@gnu.org>
2799
2800 * term/ns-win.el (ns-make-command-string): Use mapconcat.
2801 (ns-save-preferences): Fix typo in previous change. (Bug#573)
2802
2803 2008-07-18 Michael Albinus <michael.albinus@gmx.de>
2804
2805 * net/dbus.el (dbus-interface-properties): New defconst.
2806 (dbus-introspect): Update docstring.
2807 (dbus-introspect-xml, dbus-introspect-get-attribute)
2808 (dbus-introspect-get-node-names, dbus-introspect-get-all-nodes)
2809 (dbus-introspect-get-interface-names)
2810 (dbus-introspect-get-interface, dbus-introspect-get-method-names)
2811 (dbus-introspect-get-method, dbus-introspect-get-signal-names)
2812 (dbus-introspect-get-signal, dbus-introspect-get-property-names)
2813 (dbus-introspect-get-property)
2814 (dbus-introspect-get-annotation-names)
2815 (dbus-introspect-get-annotation)
2816 (dbus-introspect-get-argument-names, dbus-introspect-get-argument)
2817 (dbus-introspect-get-signature, dbus-get-property)
2818 (dbus-set-property, dbus-get-all-properties): New defuns.
2819
2820 2008-07-18 Chong Yidong <cyd@stupidchicken.com>
2821
2822 * Makefile.in (ELCFILES): Remove ns-carbon-compat.elc and
2823 ns-grabenv.elc.
2824
2825 * ns-carbon-compat.el: File removed.
2826
2827 * ns-grabenv.el: File removed.
2828
2829 * term/ns-win.el: Contents of ns-carbon-compat.el and
2830 ns-grabenv.el moved here.
2831 (ns-grabenv, ns-open-file-select-line): Doc fixes.
2832 (ns-submit-bug-report): Function removed. Reports go to the main
2833 Emacs bug list.
2834 (ns-handle-args, ns-spi-service-call): Doc fixes.
2835 (info-ns-emacs): Function removed. Nextstep port manual will be
2836 merged into the Emacs manual, so no separate link needed.
2837
2838 2008-07-18 Francesc Rocher <rocher@member.fsf.org>
2839
2840 * startup.el (fancy-splash-head): Fix change of 2008-07-02.
2841
2842 2008-07-18 Glenn Morris <rgm@gnu.org>
2843
2844 * eshell/esh-arg.el (eshell-quote-backslash): Restrict previous change
2845 to XEmacs, since it does nothing for Emacs.
2846
2847 2008-07-18 Katsumi Yamaoka <yamaoka@jpl.org>
2848
2849 * net/tls.el (open-tls-stream): Make it work with the 2nd argument
2850 BUFFER that is a string but does not exist as a buffer object, as
2851 mentioned in the doc-string.
2852
2853 2008-07-17 Chong Yidong <cyd@stupidchicken.com>
2854
2855 * simple.el (line-move-visual): Make it a defcustom.
2856 (line-move-1): Convert temporary-goal-column back to an integer if
2857 it was set as a float by a previous call to line-move-visual.
2858 (end-of-visual-line, beginning-of-visual-line)
2859 (next-logical-line, previous-logical-line): New functions.
2860
2861 2008-07-17 David Reitter <david.reitter@gmail.com>
2862
2863 * simple.el (kill-visual-line, turn-on-visual-line-mode): New
2864 functions.
2865 (visual-line-mode, global-visual-line-mode): New minor mode.
2866 (visual-line-mode-map): New variable.
2867
2868 2008-07-17 Glenn Morris <rgm@gnu.org>
2869
2870 * term/ns-win.el (parameters): Declare for compiler.
2871
2872 2008-07-17 Fan Kai <fktpp@xemacs.org> (tiny change)
2873
2874 * eshell/esh-arg.el (eshell-quote-backslash): Fix eshell path completion
2875 for Windows.
2876
2877 2008-07-17 Daiki Ueno <ueno@unixuser.org>
2878
2879 * epa.el (epa-key-list-mode): Use run-mode-hooks.
2880 (epa-key-mode): Ditto.
2881 (epa-info-mode): Ditto.
2882
2883 2008-07-17 Glenn Morris <rgm@gnu.org>
2884
2885 * term/ns-win.el (ns-handle-switch): Simplify. Handle the numeric case.
2886 (ns-handle-numeric-switch): Just call ns-handle-switch.
2887 (ns-handle-name-switch, ns-handle-nxopen, ns-handle-nxopentemp)
2888 (ns-handle-args): Simplify using `pop'.
2889 (ns-display-name): Define (used in frame.el).
2890 (menu-bar-select-frame): Add (ignored) arg to more closely match the
2891 original definition.
2892 (ns-perform-service): Declare.
2893 (ns-save-preferences): Use fewer `let's.
2894
2895 * frame.el (ns-display-name): Declare for compiler.
2896
2897 2008-07-17 Kenichi Handa <handa@m17n.org>
2898
2899 * descr-text.el (describe-char-unidata-list): Initialize to the
2900 list of name, general-category, decomposition, and old-name.
2901
2902 2008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
2903
2904 * startup.el (command-line-1): Update processing of NS long options to
2905 mimic recent changes to processing of X long options.
2906
2907 2008-07-16 Nick Roberts <nickrob@snap.net.nz>
2908
2909 * progmodes/gdb-ui.el (gdb-create-define-alist): Don't create a
2910 list of #defines for remote files.
2911 (gdb-source-info): Only show main if it has been found.
2912
2913 2008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
2914
2915 * term/ns-win.el: Require CL; fix up comment style; reindent.
2916 (ns-define-service): Use subst-char-in-string. Avoid `eval'.
2917 (ns-save-preferences): Use `case'.
2918 (ns-initialize-window-system): Use `dolist'.
2919
2920 2008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
2921
2922 * loadup.el: Remove load of easy-mmode prior to ns-win when NS
2923 windowing is used.
2924 * term/ns-win.el (ns-extended-platform-support-mode):
2925 Correct/improve documentation.
2926
2927 2008-07-16 Glenn Morris <rgm@gnu.org>
2928
2929 * emacs-lisp/cl-compat.el, emacs-lisp/cl-macs.el, emacs-lisp/cl-seq.el:
2930 Simply require 'cl (see comment in cl-compat.el).
2931 * emacs-lisp/cl-macs.el (cl-compile-time-init): Remove function.
2932 * emacs-lisp/cl.el (cl-do-pop, cl-mapcar-many): Declare for compiler.
2933 (cl-hack-byte-compiler): Load cl-macs and run cl-hack-bytecomp-hook
2934 directly rather by subterfuge. Provide cl before loading cl-macs.
2935
2936 * paths.el (rmail-spool-directory): Remove settings for systems that are
2937 no longer supported.
2938
2939 * frame.el (ns-initialize-window-system): Declare for compiler.
2940
2941 * term/ns-win.el: Add numerous declarations for compiler.
2942 (ns-pop-up-frames): Move definition before use. Doc fix.
2943
2944 * emacs-lisp/check-declare.el (check-declare-locate)
2945 (check-declare-verify): Handle .m files.
2946
2947 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
2948
2949 * ns-carbon-compat.el: New file: user-visible compatibility of
2950 NeXTstep port with Carbon port.
2951 * ns-grabenv.el: New file: functionality useful on OS X platform to
2952 expose environment variables inside Emacs started from icon.
2953 * Makefile.in (ELCFILES): Add ns-carbon-compat, ns-grabenv, ns-win.
2954 * cus-edit.el:
2955 * cus-face.el:
2956 * disp-table.el:
2957 * faces.el:
2958 * info.el:
2959 * mouse.el:
2960 * mwheel.el:
2961 * simple.el: Add ns to window systems treated as GUIs.
2962 * facemenu.el (facemenu-read-color): Don't require a name match under
2963 NS, to allow numeric color entry.
2964 * frame.el (make-frame-on-display): Follow code for 'x in initializing
2965 'ns window system if need be.
2966 (various): Add 'ns as described above.
2967 * loadup.el: Load ns-win.el, easy-menu.el, easy-mmode.el if
2968 ns-windowing is active.
2969 * startup.el (command-line-ns-option-alist): New constant to handle NS
2970 windowing system specific command line args analogous to how they are
2971 handled for X windows.
2972 (command-line-1): Use the above where appropriate.
2973 * version.el: Add NS port version.
2974 * woman.el (woman-man.conf-path): Add /usr/share/misc to init path on
2975 Darwin (usually OS X) systems.
2976 (woman-use-own-frame): Include 'ns in list of GUI window systems.
2977 * emulation/viper-util.el (ns-display-color-p)
2978 (ns-color-defined-p): Remove these (caustically-commented) outdated
2979 compensations for a port that was never itself integrated until now.
2980 * gnus/gnus-util.el (gnus-select-frame-set-input-focus): Add support
2981 for NS window system.
2982 * international/mule-cmds.el: Add 'ns to list of special-cased window
2983 systems (probably most of these, x/w32/mac/ns could be changed to
2984 window-system non-nil).
2985 * term/ns-win.el: New file: lisp-side support for NS windowing system.
2986
2987 2008-07-14 Jason Rumney <jasonr@gnu.org>
2988
2989 * term/w32-win.el (x-handle-switch, x-handle-name-switch)
2990 (x-handle-numeric-switch, x-handle-initial-switch)
2991 (x-handle-xrm-switch, x-handle-args, x-handle-display)
2992 (xw-defined-colors, w32-initialize-window-system):
2993 Avoid use of cl pop and push macros.
2994
2995 2008-07-14 Martin Rudalics <rudalics@gmx.at>
2996
2997 * add-log.el (change-log-goto-source): Avoid wrong-type-argument
2998 error when change-log-search-file-name returns nil.
2999
3000 2008-07-13 Martin Rudalics <rudalics@gmx.at>
3001
3002 * add-log.el (change-log-search-file-name):
3003 Use match-string-no-properties.
3004 (change-log-search-tag-name-1, change-log-search-tag-name)
3005 (change-log-goto-source-1, change-log-goto-source): New functions.
3006 (change-log-tag-re, change-log-find-head, change-log-find-tail):
3007 New variables.
3008 (change-log-mode-map): Bind C-c C-c to change-log-goto-source.
3009
3010 2008-07-13 Jay Belanger <jay.p.belanger@gmail.com>
3011
3012 * calc/calc-help.el (calc-describe-key): Add angles to special key
3013 descriptions.
3014
3015 2008-07-13 Vincent Belaïche <vincent.b.1@hotmail.fr>
3016
3017 * calc/calc-help.el (calc-describe-thing): Use `re-search-forward' to
3018 search for regexp.
3019
3020 2008-07-12 Chong Yidong <cyd@stupidchicken.com>
3021
3022 * simple.el (line-move-visual): Handle null pixel position gracefully.
3023
3024 2008-07-11 Jason Rumney <jasonr@gnu.org>
3025
3026 * files.el (file-truename): Get truename of ancestors if file does
3027 not exist on Windows.
3028
3029 2008-07-11 Chong Yidong <cyd@stupidchicken.com>
3030
3031 * simple.el (line-move-visual): Obey goal-column and no-error arg.
3032 (track-eol, temporary-goal-column, previous-line, next-line):
3033 Update docstring.
3034 (move-end-of-line, move-beginning-of-line): Bind line-move-visual
3035 to nil.
3036
3037 2008-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
3038
3039 * simple.el (line-move-visual): New var.
3040 (line-move-visual): New function.
3041 (line-move): Call line-move-visual.
3042
3043 2008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
3044
3045 * progmodes/grep.el (grep-files-aliases): Improve the C++ source
3046 pattern and add patterns for C++ header files.
3047
3048 2008-07-10 Chong Yidong <cyd@stupidchicken.com>
3049
3050 * window.el (truncated-partial-width-window-p): New function.
3051
3052 * menu-bar.el: Remove Longlines mode from menu. Add word-wrap option.
3053
3054 * faces.el (x-create-frame-with-faces): Don't pass parameters that
3055 are set later to x-create-frame.
3056 (face-set-after-frame-default): Apply X resources for non-default
3057 faces.
3058
3059 2008-07-08 Chong Yidong <cyd@stupidchicken.com>
3060
3061 * faces.el (face-set-after-frame-default): Simplify. Don't apply
3062 frame-specific X resource settings. Set faces using a list of
3063 frame parameters explicitly passed to the calling
3064 function (e.g. make-frame).
3065 (x-create-frame-with-faces, tty-create-frame-with-faces): Supply
3066 explicit frame parameter list to face-set-after-frame-default.
3067
3068 2008-07-08 Eduard Wiebe <usenet@pusto.de> (tiny change)
3069
3070 * net/browse-url.el (browse-url-default-browser):
3071 Fix argument list in lambda.
3072
3073 2008-07-07 Ulf Jasper <ulf@web.de>
3074
3075 * net/newst-backend.el (newsticker--get-news-by-url): Catch errors
3076 from url-retrieve.
3077 (newsticker--sentinel-work): Fix xerror typo.
3078
3079 2008-07-07 Dan Nicolaescu <dann@ics.uci.edu>
3080
3081 * vc-dir.el (vc-dir-refresh): Only update files.
3082
3083 * vc-git.el (vc-git--ls-files-state): Remove unused function.
3084
3085 * vc-bzr.el (vc-bzr-after-dir-status): Deal with execute bit changes.
3086
3087 2008-07-06 John Paul Wallington <jpw@pobox.com>
3088
3089 * kermit.el (kermit-esc-char, kermit-clean-off): Doc fixes.
3090
3091 2008-07-05 Alexandre Julliard <julliard@winehq.org>
3092
3093 * vc-git.el (vc-git-registered): Return true for removed files.
3094 (vc-git-print-log, vc-git-log-view-mode): Print a single log for
3095 all the files instead of one per file.
3096 (vc-git-previous-revision): Add support for project-wide previous
3097 revision when specified file is nil.
3098
3099 2008-07-05 Dan Nicolaescu <dann@ics.uci.edu>
3100
3101 * vms-patch.el, vmsproc.el, mail/vms-pmail.el: Move to obsolete dir.
3102
3103 * vc-dir.el (vc-dir-find-child-files): New function.
3104 (vc-dir-resync-directory-files): New function.
3105 (vc-dir-recompute-file-state): New function, broken out of ...
3106 (vc-dir-resynch-file): ... here. Also deal with directories.
3107 * vc-dispatcher.el (vc-resynch-buffers-in-directory): New function.
3108 (vc-resynch-buffer): Use it.
3109
3110 * vc-hg.el (vc-hg-registered): Do not set vc-state.
3111
3112 * vc-annotate.el (vc-annotate-mode-menu): Add separator.
3113
3114 2008-07-05 Nick Roberts <nickrob@snap.net.nz>
3115
3116 * progmodes/gdb-ui.el (gdb-display-buffer): Don't split a buffer
3117 if it's not part of gdb-ui, e.g, at start.
3118
3119 * progmodes/gud.el (gud-gdb-get-stackframe): Allow absolute
3120 filenames in stack trace (text command mode).
3121
3122 2008-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
3123
3124 * mouse-drag.el (mouse-drag-throw, mouse-drag-drag): Autoload.
3125
3126 * textmodes/sgml-mode.el (sgml-font-lock-syntactic-keywords):
3127 Use syntax-ppss on a position *before* the char we want to change.
3128
3129 2008-07-04 Dan Nicolaescu <dann@ics.uci.edu>
3130
3131 * vc-dir.el (vc-dir-query-replace-regexp): New function.
3132 (vc-dir-tool-bar-map, vc-dir-menu-map): Bind it.
3133 (vc-dir-mode-map): Likewise.
3134
3135 2008-07-03 Juanma Barranquero <lekktu@gmail.com>
3136
3137 * eshell/esh-arg.el (eshell-quote-backslash): Fix typo in docstring.
3138 (eshell-parse-argument-hook, eshell-special-chars-inside-quoting)
3139 (eshell-arg-load-hook, eshell-special-chars-outside-quoting):
3140 Remove spurious * in defcustom docstrings.
3141
3142 * textmodes/fill.el (fill-paragraph): Fix typo in docstring.
3143 (fill-individual-varying-indent, colon-double-space, enable-kinsoku)
3144 (adaptive-fill-mode, adaptive-fill-first-line-regexp)
3145 (default-justification): Remove spurious * in defcustom docstrings.
3146
3147 * textmodes/rst.el (rst, rst-line-homogeneous-p, rst-mode-abbrev-table)
3148 (rst-font-lock-keywords-function, rst-mode, rst-minor-mode)
3149 (rst-compare-decorations, rst-default-indent, rst-update-section)
3150 (rst-decoration-complete-p, rst-section-tree, rst-toc-insert-node)
3151 (rst-toc-insert-find-delete-contents, rst-toc-count-lines)
3152 (rst-toc-mode-goto-section, rst-faces, rst-level-face-base-color):
3153 Fix typos in docstrings.
3154 (rst-mode-lazy): Fix typo in docstring. Remove spurious *.
3155 (rst-adjust, rst-line-homogeneous-p, rst-suggest-new-decoration)
3156 (rst-get-decorations-around, rst-section-tree-point)
3157 (rst-font-lock-adornment-point): Reflow docstrings.
3158 (rst-get-decoration, rst-get-decoration-match, rst-adjust-decoration):
3159 Doc fixes.
3160 (rst-re-enumerations): Comment out.
3161
3162 * nxml/nxml-glyph.el (nxml-glyph-set-hook):
3163 * nxml/nxml-uchnm.el (nxml-unicode-blocks)
3164 (nxml-unicode-block-char-name-set):
3165 * nxml/nxml-util.el (nxml-debug, nxml-make-namespace):
3166 * nxml/rng-nxml.el (rng-set-state-after):
3167 * nxml/rng-uri.el (rng-file-name-uri): Fix typo in docstring.
3168
3169 * nxml/rng-cmpct.el (rng-c-lookup-create, rng-c-parse-primary)
3170 (rng-c-parse-annotation-body):
3171 * nxml/rng-dt.el (rng-dt-namespace-context-getter): Reflow docstrings.
3172
3173 * nxml/nxml-mode.el (nxml, nxml-mode, nxml-after-change1)
3174 (nxml-extend-region, nxml-merge-indent-context-type, nxml-complete)
3175 (nxml-forward-balanced-item, nxml-dynamic-markup-word)
3176 (nxml-define-char-name-set, nxml-toggle-char-ref-extra-display):
3177 Fix typos in docstrings.
3178 (nxml-attribute-indent): Reflow docstring.
3179 (nxml-bind-meta-tab-to-complete-flag, nxml-last-fontify-end)
3180 (nxml-default-buffer-file-coding-system): Doc fixes.
3181
3182 * nxml/nxml-ns.el (nxml-ns-state, nxml-ns-initial-state)
3183 (nxml-ns-set-prefix): Fix typos in docstrings.
3184 (nxml-ns-push-state, nxml-ns-pop-state, nxml-ns-set-default):
3185 Reflow docstring.
3186 (nxml-ns-get-prefix, nxml-ns-get-default): Doc fixes.
3187
3188 * nxml/nxml-outln.el (nxml-hide-all-text-content)
3189 (nxml-show-direct-text-content, nxml-show-direct-subheadings)
3190 (nxml-hide-direct-text-content, nxml-hide-subheadings)
3191 (nxml-hide-text-content, nxml-show-subheadings, nxml-hide-other)
3192 (nxml-outline-display-rest, nxml-outline-set-overlay)
3193 (nxml-section-tag-forward, nxml-section-tag-backward)
3194 (nxml-back-to-section-start): Fix typos in docstrings.
3195
3196 * nxml/nxml-parse.el (nxml-validate-function, nxml-parse-file):
3197 Doc fixes.
3198
3199 * nxml/nxml-rap.el (nxml-scan-end, nxml-move-tag-backwards)
3200 (nxml-scan-element-forward, nxml-scan-element-backward): Doc fixes.
3201 (nxml-scan-after-change): Fix typo in docstring.
3202
3203 * nxml/rng-match.el (rng-being-compiled, rng-normalize-choice-list)
3204 (rng-name-class-possible-names): Doc fixes.
3205 (rng-memo-map-add, rng-intern-group, rng-match-possible-namespace-uris)
3206 (rng-match-possible-start-tag-names, rng-match-possible-value-strings):
3207 Fix typos in docstrings.
3208 (rng-intern-group-shortcut, rng-intern-choice-shortcut):
3209 Reflow docstrings.
3210
3211 * nxml/rng-util.el (rng-uniquify-eq, rng-uniquify-equal): Doc fixes.
3212 (rng-substq, rng-complete-before-point): Fix typos in docstrings.
3213
3214 * nxml/rng-xsd.el (rng-xsd-make-date-time-regexp)
3215 (rng-xsd-convert-date-time): Reflow docstrings.
3216 (rng-xsd-compile): Fix typo in docstring.
3217
3218 * nxml/rng-loc.el (rng-current-schema-file-name)
3219 (rng-locate-schema-file-using, rng-locate-schema-file-from-type-id):
3220 Doc fixes.
3221 (rng-set-schema-file): Fix typo in docstring.
3222
3223 * nxml/rng-valid.el (rng-error-count, rng-validate-mode)
3224 (rng-do-some-validation, rng-process-start-tag, rng-process-text):
3225 Fix typos in docstrings.
3226 (rng-message-overlay, rng-conditional-up-to-date-start)
3227 (rng-conditional-up-to-date-end): Doc fixes.
3228 (rng-next-error, rng-previous-error): Reflow docstrings.
3229
3230 * nxml/xmltok.el (xmltok-attribute-raw-normalized-value): Doc fix.
3231 (xmltok-dtd, xmltok-dependent-regions, xmltok-attribute-refs)
3232 (xmltok-valid-char-p, xmltok-standalone, xmltok-forward-prolog)
3233 (xmltok-merge-attributes): Fix typos in docstrings.
3234 (xmltok-make-attribute, xmltok-forward-special)
3235 (xmltok-get-declared-encoding-position): Reflow docstrings.
3236
3237 * nxml/xsd-regexp.el (xsdre-char-class-to-range-list): Doc fix.
3238 (xsdre-range-list-union, xsdre-check-range-list, xsdre-current-regexp):
3239 Fix typos in docstrings.
3240
3241 2008-07-02 John Paul Wallington <jpw@pobox.com>
3242
3243 * ibuffer.el (ibuffer-buffer-file-name):
3244 Use `list-buffers-directory'. Remove special-casing for `cvs-mode'
3245 and `vc-dir-mode'. Suggested by Dan Nicolaescu.
3246
3247 2008-07-02 Toru Tsuneyoshi <t_tuneyosi@hotmail.com>
3248
3249 * files.el (backup-extract-version): Handle versioned directories.
3250 (trash-directory): New variable.
3251 (move-file-to-trash): New function.
3252
3253 * cus-start.el (delete-by-moving-to-trash): Declare for custom.
3254
3255 2008-07-02 Magnus Henoch <mange@freemail.hu>
3256
3257 * vc-git.el (vc-git-annotate-command): Use proper option for
3258 specifying revision.
3259
3260 2008-07-02 Francesc Rocher <rocher@member.fsf.org>
3261
3262 * startup.el (fancy-splash-head): Prefer SVG or PNG splash image,
3263 if available.
3264
3265 2008-07-01 Dan Nicolaescu <dann@ics.uci.edu>
3266
3267 * uniquify.el (uniquify-list-buffers-directory-modes): Add vc-dir-mode.
3268
3269 * vc-annotate.el (vc-annotate-mode-map): Use lower case keys.
3270 Add binding for vc-annotate-show-changeset-diff-revision-at-line.
3271
3272 * vc-dir.el (vc-dir-mode): Set list-buffers-directory.
3273
3274 2008-07-01 Nick Roberts <nickrob@snap.net.nz>
3275
3276 * progmodes/gdb-ui.el (gdb-create-source-file-list): New option.
3277 (gdb-init-2): Use it. Don't run gdb-mode-hook again.
3278 (gdb-var-list-children-regexp, gdb-var-update-regexp)
3279 (gdb-info-breakpoints-custom, gdb-stack-list-frames-regexp)
3280 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
3281 (gdb-stack-list-locals-regexp): Future proof regexps better.
3282
3283 2008-06-30 Juri Linkov <juri@jurta.org>
3284
3285 * faces.el (face-name-history): New variable.
3286 (make-face, make-empty-face): Replace interactive spec "S"
3287 with `read-from-minibuffer' where `read' arg is t and
3288 `hist' arg is `face-name-history'.
3289 (read-face-name): Set `hist' arg of `completing-read-multiple'
3290 to `face-name-history'.
3291 (list-faces-display): Use `read-regexp' instead of `read-string'
3292 to read regexp.
3293
3294 * hi-lock.el (hi-lock-regexp-history): Make it an obsolete alias
3295 to `regexp-history'.
3296 (hi-lock-face-history): Rename to `hi-lock-face-defaults' and
3297 make it an obsolete alias to it.
3298 (hi-lock-face-defaults): New variable renamed from
3299 `hi-lock-face-history'.
3300 (hi-lock-line-face-buffer, hi-lock-face-buffer)
3301 (hi-lock-face-phrase-buffer): Use `read-regexp' instead of
3302 `read-from-minibuffer'. Doc fix.
3303 (hi-lock-read-face-name): Replace `hi-lock-face-history' with
3304 `hi-lock-face-defaults'. Remove `mapcar (lambda (f) (cons f f))'.
3305 Set `hist' arg of `completing-read' to `face-name-history'.
3306 Put a list of default faces to `default' arg instead of `hist' arg.
3307
3308 * bindings.el (abbrev-map, narrow-map): New variables.
3309 Bind `C-x a' to `abbrev-map' and `C-x n' to `narrow-map'.
3310 Rebind related commands to these new maps.
3311 (ctl-x-r-map): New variable for rectangle, register and bookmark
3312 keys. Move rectangle keybindings to rect.el and register
3313 keybindings to register.el.
3314 (next-buffer, previous-buffer): Remove C-x prefix and move
3315 keybindings to ctl-x-map.
3316
3317 * bookmark.el: Rebind three global `C-x r' keys "b", "m", "l"
3318 to the new map `ctl-x-r-map' in autoload cookies.
3319
3320 * expand.el: Rebind two global `C-x a' keys "n", "p"
3321 to the new map `abbrev-map' in autoload cookies.
3322
3323 * rect.el: Bind global keys to ctl-x-r-map in autoload cookies.
3324
3325 * register.el: Bind global keys to ctl-x-r-map in autoload cookies.
3326
3327 2008-06-30 Miles Bader <miles@gnu.org>
3328
3329 * net/rcirc.el (rcirc-markup-attributes): Don't skip a character
3330 after processing an escape sequence.
3331
3332 2008-06-29 Michael Albinus <michael.albinus@gmx.de>
3333
3334 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Revert patch
3335 from 2008-06-28. It does not work on W32.
3336
3337 2008-06-29 Juri Linkov <juri@jurta.org>
3338
3339 * replace.el (read-regexp): New function.
3340 (keep-lines-read-args, occur-read-primary-args):
3341 Call `read-regexp' instead of code moved to new function.
3342 (keep-lines, flush-lines, how-many): Remove parenthesis and colon
3343 from the end of prompt.
3344 (replace-re-search-function): Doc fix.
3345
3346 2008-06-29 Kenichi Handa <handa@m17n.org>
3347
3348 * descr-text.el (describe-char-display): Always return a string.
3349 (describe-char-padded-string): New function.
3350 (describe-char): Adjusted for the change of
3351 describe-char-display. Use describe-char-padded-string.
3352
3353 2008-06-29 Andreas Schwab <schwab@suse.de>
3354
3355 * vc-dir.el (vc-dir): Make backend argument optional and use
3356 vc-responsible-backend when nil. Interactively pass nil for
3357 backend instead of using the backend of what happens to be
3358 default-directory at the time of the call.
3359
3360 * find-dired.el (find-dired-filter): Preserve point.
3361
3362 2008-06-28 Juanma Barranquero <lekktu@gmail.com>
3363
3364 * net/sasl.el (sasl-client-set-property, sasl-make-mechanism)
3365 (sasl-find-mechanism, sasl-next-step):
3366 * net/sasl-ntlm.el (sasl-ntlm-steps, sasl-ntlm-request)
3367 (sasl-ntlm-response): Fix typos in docstrings.
3368
3369 2008-06-28 robert marshall <robert@capuchin.co.uk> (tiny change)
3370
3371 * international/mule-cmds.el (view-hello-file): Doc fix.
3372
3373 2008-06-28 Chong Yidong <cyd@stupidchicken.com>
3374
3375 * faces.el (inhibit-face-set-after-frame-default): Var deleted.
3376 (set-face-attribute, face-set-after-frame-default)): Don't use it.
3377
3378 2008-06-28 John Paul Wallington <jpw@pobox.com>
3379
3380 * calc/calc.el (defmath): Add `doc-string' decl. Add docstring.
3381
3382 2008-06-28 Michael Albinus <michael.albinus@gmx.de>
3383
3384 * net/tramp.el (tramp-handle-file-modes): Handle symlinks.
3385 (tramp-convert-file-attributes): Convert symlinks only when
3386 returned from `tramp-handle-file-attributes-with-stat'.
3387
3388 * net/tramp-ftp.el (top): Delete 'ange-ftp property from
3389 `substitute-in-file-name' when unloading.
3390 (tramp-ftp-file-name-handler): Set `tramp-mode' to nil.
3391
3392 2008-06-28 Dan Nicolaescu <dann@ics.uci.edu>
3393
3394 * vc-dir.el (vc-dir-hide-up-to-date): Also hide empty directories.
3395 (vc-string-prefix-p): Move function ...
3396 * vc.el (vc-string-prefix-p): ... here.
3397
3398 2008-06-27 Juanma Barranquero <lekktu@gmail.com>
3399
3400 * vc-dir.el (vc-dir): Complete only directory names.
3401
3402 2008-06-27 Jason Rumney <jasonr@gnu.org>
3403
3404 * w32-fns.el (top-level): Unconditionally define all charsets.
3405
3406 2008-06-27 Alan Mackenzie <acm@muc.de>
3407
3408 * progmodes/cc-mode.el (c-mode-base-map): Don't bind C-M-[ae] to
3409 the CC Mode specific functions; this is no longer needed, since
3410 {beginning,end}-of-defun now pass ARG to ...-of-defun-function.
3411
3412 * progmodes/cc-defs.el (c-emacs-features): New feature
3413 'argumentative-bod-function.
3414
3415 2008-06-27 John Paul Wallington <jpw@pobox.com>
3416
3417 * chistory.el (list-command-history): Use `bound-and-true-p'.
3418 (command-history-map): Define within defvar. Add docstring.
3419
3420 2008-06-27 Juanma Barranquero <lekktu@gmail.com>
3421
3422 * image.el (image-jpeg-p): Don't fail if the arg cannot be converted
3423 to unibyte; just assume it is not a JPEG. Use `string-match-p'.
3424 (image-type-from-data, image-type-from-file-name): Use `string-match-p'.
3425 (image-type-from-buffer): Use `looking-at-p'.
3426
3427 2008-06-27 Juanma Barranquero <lekktu@gmail.com>
3428
3429 * ibuf-ext.el (diff-sentinel): Declare.
3430
3431 2008-06-27 Glenn Morris <rgm@gnu.org>
3432
3433 * calendar/lunar.el (calendar-lunar-phases): Rename from
3434 calendar-phases-of-moon. Keep old name as alias, update callers.
3435 (lunar-phases): Rename from phases-of-moon. Keep old name as alias.
3436 (diary-lunar-phases): Rename from diary-phases-of-moon.
3437 Keep old name as alias.
3438 * calendar/cal-menu.el (cal-menu-sunmoon-menu)
3439 (cal-menu-global-mouse-menu): Update for lunar name changes.
3440 * calendar/calendar.el (calendar-mode-map): Update for name change.
3441 * calendar/diary-lib.el (diary-list-sexp-entries): Doc update.
3442
3443 2008-06-26 Glenn Morris <rgm@gnu.org>
3444
3445 * calendar/solar.el (solar-sunrise-sunset-string): Add optional
3446 argument `nolocation'.
3447 (calendar-sunrise-sunset-month): New function.
3448 * calendar/cal-menu.el (cal-menu-sunmoon-menu): Rename from
3449 cal-menu-moon-menu. Add calendar-sunrise-sunset-month.
3450 (cal-menu-global-mouse-menu): Add calendar-sunrise-sunset-month.
3451 * calendar/calendar.el (solar-sunrises-buffer): New constant.
3452 (calendar-mode-map): Use cal-menu-sunmoon-menu.
3453 (calendar-buffer-list): Add solar-sunrises-buffer.
3454
3455 * calendar/cal-menu.el (cal-menu-goto-menu): Tweak menu name.
3456
3457 2008-06-26 Chong Yidong <cyd@stupidchicken.com>
3458
3459 * cus-start.el: Add customization types for word-wrap and
3460 shift-select-mode.
3461
3462 2008-06-26 John Paul Wallington <jpw@pobox.com>
3463
3464 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): New function.
3465 (ibuffer-diff-with-file): Use it. Do diff on marked buffers.
3466 (ibuffer-mark-on-buffer): Don't display message when removing marks.
3467 (ibuffer-mark-by-mode): Use `buffer-local-value'.
3468
3469 2008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
3470
3471 * vc-dir.el (tool-bar): Require.
3472
3473 * vc.el (ewoc, tool-bar): Do not require.
3474
3475 2008-06-26 Kenichi Handa <handa@m17n.org>
3476
3477 * international/mule-cmds.el (encode-coding-char): Fix for ASCII
3478 characters.
3479
3480 * composite.el (terminal-composition-base-character-p): New function.
3481 (terminal-composition-function):
3482 Use terminal-composition-base-character-p. Include the base character
3483 in the composition.
3484 (auto-compose-chars): Don't check font-object for terminal display.
3485
3486 2008-06-26 Glenn Morris <rgm@gnu.org>
3487
3488 * doc-view.el (bookmark-make-record-default):
3489 * image-mode.el (bookmark-make-record-default): Fix declaration.
3490
3491 * calendar/calendar.el (calendar-date-echo-text): Doc fix.
3492 Add default :value for sexp type.
3493 (calendar-month-edges): New variable.
3494 (calendar-month-edges): New function.
3495 (calendar-recompute-layout-variables): Set calendar-month-edges.
3496 (calendar-intermonth-header, calendar-intermonth-text): New options.
3497 (calendar-insert-at-column): New function.
3498 (calendar-generate-month): Use calendar-insert-at-column.
3499 Handle intermonth text. Add 'date property.
3500 (calendar-column-to-month): Remove function.
3501 (calendar-column-to-segment): New function.
3502 (calendar-cursor-to-date): Use calendar-column-to-segment.
3503 Check 'date property.
3504
3505 * calendar/calendar.el (calendar-print-other-dates):
3506 Handle mouse events.
3507 * calendar/cal-menu.el (calendar-mouse-print-dates): Remove function.
3508 (cal-menu-context-mouse-menu): Use calendar-print-other-dates.
3509
3510 * calendar/holidays.el (calendar-cursor-holidays): Handle mouse events.
3511 * calendar/cal-menu.el (calendar-mouse-holidays): Remove function.
3512 (cal-menu-context-mouse-menu): Use calendar-cursor-holidays.
3513
3514 * calendar/cal-move.el (calendar-cursor-to-nearest-date):
3515 Use calendar-column-to-segment, calendar-month-edges, and
3516 the 'date property to handle intermonth text.
3517
3518 * calendar/cal-iso.el (calendar-iso-from-absolute): Add autoload cookie.
3519
3520 * calendar/cal-menu.el (cal-menu-moon-menu, cal-menu-diary-menu)
3521 (cal-menu-holidays-menu, cal-menu-goto-menu, cal-menu-scroll-menu):
3522 Add doc strings.
3523 (cal-menu-context-mouse-menu): Add some :keys.
3524 (calendar-check-holidays): Declare rather than autoloading.
3525 (diary-show-holidays-flag): Remove unneeded declaration.
3526
3527 * calendar/cal-menu.el (cal-menu-moon-menu): Add sunrise/sunset.
3528 * calendar/calendar.el (calendar-cursor-to-date): Handle case where
3529 event-start is nil.
3530
3531 2008-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
3532
3533 * minibuffer.el (completion-basic-try-completion): Use the text after
3534 point to constrain the completion candidates.
3535 (completion-basic-all-completions): Adjust accordingly.
3536
3537 2008-06-25 Chong Yidong <cyd@stupidchicken.com>
3538
3539 * textmodes/tex-mode.el (tex-verbatim): Use monospace instead of
3540 courier.
3541
3542 * faces.el (set-face-attribute): Doc fix.
3543
3544 2008-06-25 Juri Linkov <juri@jurta.org>
3545
3546 * bindings.el (goto-map): New variable. Rebind goto-related
3547 commands to this `M-g' prefix keymap.
3548 (search-map): New variable for `M-s' prefix keymap.
3549 Bind `M-s o' to `occur', `M-shr' to `highlight-regexp', `M-shp' to
3550 `highlight-phrase', `M-shl' to `highlight-lines-matching-regexp',
3551 `M-shu' to `unhighlight-regexp', `M-shf' to `hi-lock-find-patterns',
3552 `M-shw' to `hi-lock-write-interactive-patterns'.
3553
3554 * isearch.el (isearch-mode-map): Bind `M-s h r' to
3555 `isearch-highlight-regexp'.
3556 (isearch-highlight-regexp): New function.
3557
3558 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
3559
3560 * info.el (Info-bookmark-make-record):
3561 Use bookmark-make-record-default.
3562 (Info-bookmark-jump): Use bookmark-default-handler.
3563
3564 * image-mode.el (image-bookmark-make-record):
3565 Use bookmark-make-record-default.
3566 (image-bookmark-jump): Use bookmark-default-handler.
3567
3568 * doc-view.el (doc-view-bookmark-make-record):
3569 Use bookmark-make-record-default.
3570 (doc-view-bookmark-jump): Use bookmark-default-handler.
3571
3572 * bookmark.el (bookmark-alist): Allow the 2 slightly different formats
3573 used until now in bookmark.el's code.
3574 (bookmark-get-bookmark): Accept bookmark names or bookmark records.
3575 (bookmark-get-bookmark-record): Allow the 2 slightly different formats
3576 used until now in bookmark.el's code.
3577 (bookmark-set-filename): Remove special code, moved to its only caller.
3578 (bookmark-store): Use the newer format.
3579 (bookmark-make-record-default): Add arg `point-only'.
3580 Rename from bookmark-make-record-for-text-file.
3581 (bookmark--jump-via): New function.
3582 (bookmark-jump, bookmark-jump-other-window, bookmark-bmenu-2-window)
3583 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window):
3584 Use it.
3585 (bookmark-jump-noselect, bookmark-default-handler):
3586 Don't return an alist, instead return the data implicitly by changing
3587 current buffer and point. Signal an error if the file doesn't exist.
3588
3589 * buff-menu.el: Use with-current-buffer and inhibit-read-only.
3590 (Buffer-menu-toggle-read-only): Avoid vc-toggle-read-only.
3591
3592 * bs.el: Use with-current-buffer. Simplify.
3593 (bs-toggle-readonly): Avoid vc-toggle-read-only.
3594
3595 * eshell/esh-cmd.el (eshell-manipulate): Check eshell-debug-command
3596 is bound before using it.
3597
3598 2008-06-25 Kenichi Handa <handa@m17n.org>
3599
3600 * image.el (image-jpeg-p): Convert DATA to unibyte at first.
3601
3602 2008-06-25 Dan Nicolaescu <dann@ics.uci.edu>
3603
3604 * vc-hg.el:
3605 * vc-git.el: Require vc-dir when compiling.
3606
3607 * vc-dir.el (vc-dir-marked-only-files-and-states): Rename from
3608 vc-dir-marked-only-files. Change the return value.
3609 (vc-dir-child-files-and-states): Rename from vc-dir-child-files.
3610 Change the return value.
3611 (vc-dir-deduce-fileset): New function broken out from ...
3612 * vc.el (vc-deduce-fileset): ... here and ...
3613 (vc-deduce-fileset): ... here.
3614
3615 * vc-svn.el (vc-annotate-parent-rev): Pacify byte compiler.
3616 (vc-svn-parse-status): Do not set the vc-backend property.
3617
3618 2008-06-25 Andreas Schwab <schwab@suse.de>
3619
3620 * faces.el (face-font-family-alternatives, variable-pitch):
3621 Use "Sans Serif", not "Sans-Serif".
3622
3623 2008-06-24 Chong Yidong <cyd@stupidchicken.com>
3624
3625 * faces.el (face-font-family-alternatives, variable-pitch):
3626 Change "Sans" to the canonical name "Sans-Serif".
3627
3628 2008-06-24 Jay Belanger <jay.p.belanger@gmail.com>
3629
3630 * calc/calc.el (calc-mode-map): Add extra keybindings to
3631 `calc-missing-key'.
3632 * calc/calc-ext.el (calc-init-extensions): Add keybinding for
3633 `kill-ring-save'.
3634
3635 2008-06-24 Miles Bader <miles@gnu.org>
3636
3637 * mouse.el (mouse-appearance-menu): Don't do anything if the user
3638 pops up the menu but doesn't select anything.
3639
3640 2008-06-24 Dan Nicolaescu <dann@ics.uci.edu>
3641
3642 * add-log.el (add-change-log-entry): Add new arg to force each new
3643 entry to be on a new line.
3644 * diff-mode.el (diff-add-change-log-entries-other-window): Use it.
3645
3646 * vc-dir.el (vc-client-object): Remove.
3647 (vc-dir-prepare-status-buffer): Take a backend as an argument and
3648 use it when looking for a buffer.
3649 (vc-dir): Add a backend argument. Set revert-buffer-function.
3650 Don't create a client object. Move bindings ...
3651 (vc-dir-menu-map, vc-dir-mode-map): ... here.
3652 (vc-dir-revert-buffer-function): New function.
3653 (vc-generic-status-printer): Rename to ...
3654 (vc-dir-status-printer): ... this.
3655 (vc-generic-state, vc-generic-status-fileinfo-extra)
3656 (vc-dir-extra-menu, vc-make-backend-object): Remove.
3657 (vc-default-status-printer): Use a different face for
3658 directories. Don't display any text for directories in the state
3659 column. Add tooltips.
3660
3661 * vc.el (Todo): Update.
3662
3663 * vc-hg.el (vc-annotate-convert-time, vc-default-status-printer):
3664 * vc-rcs.el (vc-annotate-convert-time):
3665 * vc-mtn.el (vc-annotate-convert-time):
3666 * vc-git.el (vc-annotate-convert-time):
3667 * vc-cvs.el (vc-annotate-convert-time):
3668 * vc-bzr.el (vc-annotate-convert-time): Declare as functions.
3669
3670 2008-06-23 Dan Nicolaescu <dann@ics.uci.edu>
3671
3672 * vc-annotate.el (vc-annotate-mode): Derive from special-mode
3673 instead of using view-mode.
3674
3675 2008-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
3676
3677 * Makefile.in (distclean): Don't delete *.elc and autogen files.
3678
3679 2008-06-22 Dan Nicolaescu <dann@ics.uci.edu>
3680
3681 * vc.el:
3682 * vc-hooks.el:
3683 * vc-dispatcher.el: Move vc-dir variables and functions ...
3684 * vc-dir.el: ... here. New file.
3685 * Makefile.in (ELCFILES): Add vc-dir.elc.
3686
3687 * vc.el: Move vc-annotate variables and functions ...
3688 * vc-annotate.el: ... here. New file.
3689 * Makefile.in (ELCFILES): Add vc-annotate.elc.
3690
3691 * vc-dav.el: Move here from url/vc-dav.el.
3692 (Todo): Note work needed to make this backend functional.
3693
3694 * Makefile.in (ELCFILES): Update vc-dav.el location.
3695
3696 2008-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
3697
3698 * Makefile.in (COMPILE_FIRST): Trim down and add autoload.el.
3699
3700 2008-06-21 John Paul Wallington <jpw@pobox.com>
3701
3702 * emacs-lisp/derived.el (define-derived-mode): Add `doc-string' decl.
3703
3704 * textmodes/rst.el (rst-mode): Put docstring in right place.
3705
3706 2008-06-21 Chong Yidong <cyd@stupidchicken.com>
3707
3708 * startup.el (fancy-about-text, fancy-startup-tail): Increase text
3709 size for legibility.
3710
3711 * faces.el (fixed-pitch): Use "Monospace" family.
3712 (variable-pitch): Use "Sans" family.
3713 (face-font-family-alternatives): Define alternatives for "Sans"
3714 and "Monospace".
3715
3716 2008-06-21 Glenn Morris <rgm@gnu.org>
3717
3718 * mail/hashcash.el, net/tramp-smb.el, nxml/nxml-mode.el:
3719 Require 'cl when compiling.
3720
3721 * emacs-lisp/debug.el (help-xref-interned): Declare.
3722
3723 * emacs-lisp/easy-mmode.el (easy-mmode-set-keymap-parents):
3724 Evaluate definition when compiling.
3725
3726 * progmodes/bug-reference.el (bug-reference-map): Bind down-mouse-1
3727 rather than mouse-1.
3728 (bug-reference-url-format): Autoload safe if string.
3729 (bug-reference-bug-regexp): Make space after "bug" optional.
3730
3731 * Makefile.in (all): Explicitly pass EMACS to sub-make,
3732 for some non-GNU makes.
3733
3734 * cus-dep.el (custom-dependencies-no-scan-regexp):
3735 * finder.el (finder-no-scan-regexp): Add ldefs-boot.el
3736
3737 * calendar/cal-move.el (calendar-forward-day): Scroll in one month
3738 increments.
3739
3740 * calendar/calendar.el: Factor out the magic numbers controlling the
3741 calendar layout.
3742 (calendar-month-digit-width, calendar-month-width)
3743 (calendar-right-margin): New variables.
3744 (calendar-recompute-layout-variables, calendar-set-layout-variable):
3745 New functions.
3746 (calendar-left-margin, calendar-intermonth-spacing)
3747 (calendar-column-width, calendar-day-header-width)
3748 (calendar-day-digit-width): New options.
3749 (calendar-first-date-row): New constant.
3750 (calendar-move-to-column, calendar-ensure-newline): New functions,
3751 replacing calendar-insert-indented.
3752 (calendar-insert-indented): Remove function.
3753 (calendar-generate-month): Use calendar-move-to-column and
3754 calendar-ensure-newline. Use layout variables.
3755 (calendar-generate, calendar-update-mode-line)
3756 (calendar-font-lock-keywords): Use layout variables.
3757 (calendar-column-to-month): New function.
3758 (calendar-cursor-to-date): Use calendar-column-to-month.
3759 Use layout variables.
3760 * calendar/cal-move.el (calendar-cursor-to-nearest-date):
3761 Use layout variables. Use calendar-column-to-month.
3762 (calendar-cursor-to-visible-date): Use layout variables.
3763
3764 2008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
3765
3766 * Makefile.in (update-elclist): Don't exclude COMPILE_FIRST.
3767 (all): Run compile-last.
3768 (compile-onefile): New target.
3769 (compile-first): Simplify.
3770 (compile-last): Don't treat COMPILE_FIRST specially.
3771 (COMPILE_FIRST): List the elc files rather than the el files.
3772 (ELCFILES): Update.
3773
3774 2008-06-21 Ulf Jasper <ulf@web.de>
3775
3776 * net/newst-treeview.el: Remove dead code.
3777 (newsticker--window-config): Remove.
3778 (newsticker-treeview-quit): Do not save window config.
3779 (newsticker-treeview): Do not try to restore window config.
3780 (newsticker-groups, newsticker--treeview-list-sort-by-column)
3781 (newsticker--treeview-list-new-items)
3782 (newsticker--treeview-list-immortal-items)
3783 (newsticker--treeview-list-obsolete-items)
3784 (newsticker--treeview-list-all-items)
3785 (newsticker--treeview-list-feed-items): Fix documentation.
3786
3787 2008-06-21 Miles Bader <miles@gnu.org>
3788
3789 * face-remap.el (text-scale-adjust): Bind `echo-keystrokes' to nil.
3790
3791 2008-06-21 Alan Mackenzie <acm@muc.de>
3792
3793 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5D.5): Fix an
3794 infinite loop on invalid syntax.
3795
3796 2008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
3797
3798 * textmodes/rst.el: Run rst-define-level-faces when loading.
3799 (rst-mode): Don't set the font-lock-multiline var.
3800 (rst-font-lock-find-unindented-line, rst-font-lock-handle-adornment):
3801 Set the font-lock-multiline property by hand.
3802
3803 * loadup.el: Don't add emacs-<VERS> name when bootstrapping.
3804
3805 * Makefile.in (emacs-deps): Remove.
3806 ($(lisp)/cus-load.el, $(lisp)/finder-inf.el): Re-add.
3807 (all): Use them.
3808 (autogen-clean): Remove.
3809
3810 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
3811
3812 * Makefile.in (all): New target.
3813 (bootstrap-prepare): Remove.
3814
3815 * Makefile.in ($(lisp)/progmodes/cc-mode.elc): Pass the .el file not
3816 the .elc file to batch-byte-compile.
3817
3818 * progmodes/cc-mode.el (c-make-inherited-keymap): Only use
3819 set-keymap-parents if set-keymap-parent doesn't exist.
3820
3821 * vc-bzr.el (vc-bzr-annotate-extract-revision-at-line):
3822 Allow more than one space before the |.
3823
3824 * textmodes/rst.el: Fix up docstring conventions.
3825 Move vars to before their first use.
3826 (rst-mode): Don't mess with font-lock-support-mode.
3827 (rst-suggest-new-decoration, rst-adjust-decoration):
3828 Avoid CL's copy-list.
3829 (rst-delete-entire-line): Use line-beginning-position.
3830 (rst-position): New fun.
3831 (rst-straighten-decorations): Use it instead of CL's position.
3832 (rst-straighten-bullets-region): Avoid CL's mapcar*.
3833 (rst-toc-mode): Use define-derived-mode.
3834 (rst-iterate-leftmost-paragraphs, rst-iterate-leftmost-paragraphs-2):
3835 Remove unused var `in-par'. Use `point' rather than `point-marker'.
3836 (rst-line-block-region): Reduce redundancy. Use the `pfxarg' arg.
3837 (rst-replace-lines): Simplify.
3838 (auto-mode-alist): Use rst-mode for *.rst and *.rest files.
3839
3840 * simple.el (special-mode-map): New var.
3841 (special-mode): New major mode.
3842
3843 2008-06-20 Dan Nicolaescu <dann@ics.uci.edu>
3844
3845 * vc-mtn.el (vc-mtn-log-view-mode): Set log-view-per-file-logs and
3846 log-view-file-re.
3847
3848 * vc.el (vc-dir-hide-up-to-date): Undo previous change.
3849 (vc-switch-backend): Simplify.
3850 (Todo): Remove solved items.
3851
3852 * vc-cvs.el (vc-cvs-parse-status, vc-cvs-parse-entry): Do not set
3853 the vc-backend property.
3854
3855 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
3856
3857 * emacs-lisp/checkdoc.el (checkdoc-start-section, checkdoc-error):
3858 Bind inhibit-read-only since the buffer is always read-only.
3859
3860 2008-06-20 Ulf Jasper <ulf@web.de>
3861
3862 * net/newst-treeview.el (newsticker-treeview-own-frame):
3863 Change default value to nil.
3864 (newsticker--treeview-list-add-item)
3865 (newsticker--treeview-propertize-tag): Show item title in tooltip.
3866
3867 2008-06-20 Martin Blais <blais@furius.ca>
3868 Stefan Merten <smerten@oekonux.de>
3869 David Goodger <goodger@python.org>
3870
3871 * textmodes/rst.el: New file.
3872
3873 2008-06-20 Sam Steingold <sds@gnu.org>
3874
3875 * vc.el (vc-dir-hide-up-to-date): Accept a prefix argument to also
3876 remove DIRECTORY entries.
3877
3878 2008-06-20 Eli Zaretskii <eliz@gnu.org>
3879
3880 * makefile.w32-in (distclean): Depend on `clean'.
3881 (clean): Delete calc/calc-loaddefs.el~ and eshell/esh-groups.el~.
3882 (AUTOGENEL): Add $(lisp)/nxml/subdirs.el.
3883 ($(lisp)/cus-load.el): Don't use `touch'. Instead, generate an
3884 empty cus-load.el with `echo', and include "Local Variables"
3885 section to prevent the empty file from being compiled.
3886 (cus-load.el-SH, cus-load.el-CMD): New SHELLTYPE-specific targets
3887 that generate an empty cus-load.el.
3888
3889 2008-06-20 Juanma Barranquero <lekktu@gmail.com>
3890
3891 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
3892 Don't copy ldefs-boot.el over loaddefs.el.
3893 (bootstrap-clean): Remove loaddefs.el and don't depend on it.
3894 (loaddefs.el-SH, loaddefs.el-CMD): Don't add autoloads and defvars
3895 to loaddefs.el; they are not needed now. Add coding cookie.
3896
3897 2008-06-20 Miles Bader <miles@gnu.org>
3898
3899 * face-remap.el (face-remap-add-relative, face-remap-set-base):
3900 Strip unnecessary list levels from SPECS.
3901 (buffer-face-set, buffer-face-toggle):
3902 Change argument from FACE to &rest SPECS, and strip unnecessary
3903 list levels from SPECS.
3904 (buffer-face-mode-invoke): Change argument from FACE to SPECS.
3905
3906 2008-06-20 Jason Rumney <jasonr@gnu.org>
3907
3908 * international/fontset.el (setup-default-fontset): Specify script
3909 for latin use of iso10646-1. Fix use of lang tags.
3910
3911 2008-06-19 Miles Bader <miles@gnu.org>
3912
3913 * face-remap.el (text-scale-increase): Start from zero if
3914 text-scale-mode isn't enabled.
3915
3916 2008-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
3917
3918 * faces.el (face-set-after-frame-default): Re-apply explicit `font'
3919 frame parameters after setting up the `default' face.
3920
3921 2008-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
3922
3923 * faces.el (face-set-after-frame-default): Don't exclude `default'.
3924
3925 2008-06-18 Glenn Morris <rgm@gnu.org>
3926
3927 * mouse.el (buffer-face-mode-invoke): Declare.
3928
3929 * Makefile.in (ELCFILES): Add org/org-id.elc.
3930
3931 * calendar/holidays.el (calendar-cursor-holidays): Accept optional date.
3932 * calendar/cal-menu.el (cal-menu-holidays-menu):
3933 Use calendar-cursor-holidays rather than cal-menu-today-holidays.
3934 (cal-menu-today-holidays): Remove function.
3935
3936 * calendar/cal-menu.el (cal-menu-holiday-window-suffix): Simplify.
3937 (cal-menu-list-holidays-year, cal-menu-list-holidays-following-year)
3938 (cal-menu-list-holidays-previous-year, calendar-mouse-goto-date):
3939 Remove unused functions.
3940 (calendar-mouse-view-diary-entries): Use format rather than concat.
3941
3942 * calendar/cal-menu.el (cal-menu-x-popup-menu): Turn it into a macro.
3943 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
3944 (calendar-mouse-print-dates): Adapt for cal-menu-x-popup-menu change.
3945
3946 * calendar/cal-menu.el (cal-menu-event-to-date): Remove function.
3947 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
3948 (calendar-mouse-view-other-diary-entries, calendar-mouse-print-dates)
3949 (cal-menu-set-date-title): Use calendar-cursor-to-date rather than
3950 cal-menu-event-to-date.
3951
3952 * calendar/cal-html.el (cal-html-cursor-month, cal-html-cursor-year):
3953 Handle mouse events.
3954 * calendar/cal-tex.el (cal-tex-cursor-year)
3955 (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
3956 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
3957 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
3958 (cal-tex-cursor-week-monday, cal-tex-cursor-filofax-2week)
3959 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
3960 (cal-tex-cursor-day): Handle mouse events. Rename ARG to N.
3961 (cal-tex-cursor-month): Mark N as optional.
3962 * calendar/cal-menu.el (calendar-mouse-tex-day)
3963 (calendar-mouse-tex-week, calendar-mouse-tex-week2)
3964 (calendar-mouse-tex-week-iso, calendar-mouse-tex-week-monday)
3965 (calendar-mouse-tex-filofax-daily, calendar-mouse-tex-filofax-2week)
3966 (calendar-mouse-tex-filofax-week, calendar-mouse-tex-month)
3967 (calendar-mouse-tex-month-landscape, calendar-mouse-tex-year)
3968 (calendar-mouse-tex-filofax-year, calendar-mouse-tex-year-landscape):
3969 Remove functions.
3970 (cal-menu-context-mouse-menu): Replace the above functions with the
3971 cal-tex versions. Add HTML submenu.
3972
3973 2008-06-17 Nick Roberts <nickrob@snap.net.nz>
3974
3975 * progmodes/gdb-ui.el (gud-gdba-marker-filter): Don't switch to
3976 text command mode.
3977 (gdb): Explain that gud-gdb is needed for text command mode.
3978
3979 2008-06-17 Martin Rudalics <rudalics@gmx.at>
3980
3981 * window.el (split-height-threshold): Remove spurious extra line.
3982
3983 2008-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
3984
3985 * calendar/calendar.el (calendar-cursor-to-date): Add argument `event'.
3986 (calendar-set-mark):
3987 * calendar/diary-lib.el (diary-insert-entry):
3988 * calendar/solar.el (calendar-sunrise-sunset): Use it.
3989 * calendar/cal-menu.el (calendar-mouse-sunrise/sunset)
3990 (calendar-mouse-insert-diary-entry, calendar-mouse-set-mark): Delete.
3991 (cal-menu-context-mouse-menu): Use calendar-set-mark,
3992 diary-insert-entry, and calendar-sunrise-sunset instead.
3993
3994 * vc.el (vc-deduce-fileset): Add arg `only-files'.
3995 (vc-next-action): Pass the new arg.
3996 (vc-register): Don't use `only-files'.
3997 Don't set `backup-inhibited' in the current buffer.
3998
3999 2008-06-17 Miles Bader <miles@gnu.org>
4000
4001 * mouse.el (mouse-appearance-menu): Use buffer-face-mode.
4002
4003 * face-remap.el (buffer-face-mode-face)
4004 (buffer-face-mode-remapping): New variables.
4005 (buffer-face-mode, buffer-face-set, buffer-face-toggle)
4006 (buffer-face-mode-invoke): New functions.
4007 (variable-pitch-mode-remapping): Variable removed.
4008 (variable-pitch-mode): Rewrite as an interface to `buffer-face-mode'.
4009
4010 * face-remap.el (internal-lisp-face-attributes): New variable.
4011 (face-attrs-more-relative-p, face-remap-order): New functions.
4012 (face-remap-add-relative): Use `face-remap-order'.
4013
4014 2008-06-17 Glenn Morris <rgm@gnu.org>
4015
4016 * mouse.el (x-select-font): Declare.
4017
4018 * calendar/calendar.el (calendar-move-hook):
4019 Add calendar-update-mode-line as an option.
4020 (calendar-date-echo-text): New user option.
4021 (calendar-generate-month): Set `day'. Use calendar-date-echo-text.
4022 (calendar-insert-indented): Simplify newline insertion.
4023 (calendar-describe-mode): Remove unused function.
4024 (calendar-mode-line-entry): New function.
4025 (calendar-mode-line-format): Doc fix. Use calendar-mode-line-entry.
4026 Mark as risky.
4027 (calendar-mouse-other-month): Remove function.
4028 (calendar-other-month): Handle mouse events.
4029 (calendar-goto-info-node): Call fit-window-to-buffer.
4030 (calendar-mode): Use define-derived-mode. Doc fix.
4031 (calendar-update-mode-line): Tweak whitespace.
4032
4033 2008-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
4034
4035 * vc-dispatcher.el (vc-dir-child-files): Use vc-string-prefix-p.
4036 (vc-dir-marked-only-files): vc-string-prefix-p.
4037
4038 2008-06-16 Nick Roberts <nickrob@snap.net.nz>
4039
4040 * progmodes/gdb-ui.el (gdb-memory-set-address)
4041 (gdb-memory-set-repeat-count): Allow keyboard bindings.
4042 (gdb-memory-mode-map): Bind above functions respectively
4043 to 'S' and 'N'.
4044
4045 2008-06-16 Derek Upham <sand@blarg.net> (tiny change)
4046
4047 * nxml/nxml-mode.el (nxml-mode): Use run-mode-hooks.
4048
4049 2008-06-16 Juanma Barranquero <lekktu@gmail.com>
4050
4051 * log-view.el (vc-diff-internal): Declare for compiler.
4052
4053 * vc-bzr.el (log-view-per-file-logs):
4054 * vc-svn.el (log-view-per-file-logs): Pacify byte compiler.
4055
4056 2008-06-15 Chong Yidong <cyd@stupidchicken.com>
4057
4058 * mouse.el (mouse-appearance-menu-map): New var.
4059 (mouse-appearance-menu): New function.
4060 Bind it to S-down-mouse-1.
4061
4062 2008-06-15 Juri Linkov <juri@jurta.org>
4063
4064 * info.el (Info-toc): Call Info-toc-nodes instead of Info-build-toc.
4065 (Info-toc, Info-insert-toc): Increment nth's index to add PARENT
4066 as the second element.
4067 (Info-build-toc): Add PARENT element extracted from the Up pointer.
4068 Don't print progress messages.
4069 (Info-toc-nodes): New variable and function.
4070 (Info-index-nodes): Optimize non-string file name case.
4071 (Info-breadcrumbs-depth): Increment the default value from 3 to 4.
4072 (Info-insert-breadcrumbs): Use the cached document structure instead
4073 of visiting all ancestor nodes. Remove the initial `>'.
4074
4075 2008-06-15 Dan Nicolaescu <dann@ics.uci.edu>
4076
4077 * log-view.el (log-view-diff-changeset): New function.
4078 (log-view-mode-map, log-view-mode-menu): Bind it.
4079 (log-view-per-file-logs, log-view-vc-fileset)
4080 (log-view-vc-backend): New variables.
4081 (log-view-find-revision, log-view-modify-change-comment)
4082 (log-view-annotate-version): Throw an error if the log is for more
4083 than one file and we can't find the current file. Get the current
4084 file from log-view-vc-fileset if necessary.
4085 (log-view-diff): Get the current file from log-view-vc-fileset if
4086 necessary.
4087
4088 * vc.el (vc-print-log): Set log-view-vc-fileset and log-view-vc-backend.
4089
4090 * vc-hg.el (vc-hg-log-view-mode): Call the log method only once.
4091 (vc-hg-log-view-mode): Declare for compiler.
4092 (vc-hg-log-view-mode): Set log-view-per-file-logs and
4093 log-view-file-re.
4094 (vc-hg-diff): If no file is passed, use default-directory for cwd.
4095
4096 * vc-bzr.el (vc-bzr-log-view-mode): Set log-view-per-file-logs.
4097
4098 * vc-svn.el (vc-svn-log-view-mode): New derived mode.
4099
4100 2008-06-15 Michael Albinus <michael.albinus@gmx.de>
4101
4102 * net/tramp.el (tramp-handle-start-file-process):
4103 Clear modification time of the connection buffer.
4104 (tramp-sh-file-name-handler): Reset `tramp-locked' in case of error.
4105 (tramp-open-connection-setup-interactive-shell): Flush cache, and
4106 restart `tramp-maybe-open-connection' when the remote system has
4107 been changed. Throw 'uname-changed event.
4108 (tramp-maybe-open-connection): Catch it.
4109
4110 * net/tramp-cmds.el (tramp-cleanup-all-connections):
4111 Reset `tramp-locked'.
4112
4113 2008-06-15 Ulf Jasper <ulf@web.de>
4114
4115 * net/newst-treeview.el (newsticker--treeview-list-update)
4116 (newsticker--treeview-item-update)
4117 (newsticker--treeview-tree-update)
4118 (newsticker-treeview-jump, newsticker-group-add-group)
4119 (newsticker-group-move-feed, newsticker-group-delete-group):
4120 Remove window dedication.
4121 (newsticker--group-manage-orphan-feeds): Handle ill-valued
4122 newsticker-groups.
4123 (newsticker--treeview-tree-expand): Don't manage orphan feeds here.
4124
4125 2008-06-15 Andreas Schwab <schwab@suse.de>
4126
4127 * vc-cvs.el (vc-cvs-status-extra-headers): Don't match newline
4128 when parsing CVS/Repository.
4129
4130 * wdired.el (wdired-search-and-rename): Fix undocumented change.
4131
4132 2008-06-15 Ulf Jasper <ulf@web.de>
4133
4134 * net/newst-plainview.el (newsticker-faces, newsticker-feed-face)
4135 (newsticker-extra-face, newsticker-enclosure-face): Moved to
4136 net/newst-reader.el.
4137
4138 * net/newst-reader.el (newsticker-faces, newsticker-feed-face)
4139 (newsticker-extra-face, newsticker-enclosure-face): Moved from
4140 net/newst-reader.el.
4141
4142 2008-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
4143
4144 * international/encoded-kb.el (encoded-kbd-self-insert-utf-8):
4145 Catch and recover from case when the bytes we thought we were reading
4146 turn out to be something else entirely, such as latin-1 chars from
4147 quail. See bug#396.
4148
4149 2008-06-15 Dan Nicolaescu <dann@ics.uci.edu>
4150
4151 * vc.el (vc-deduce-fileset): Check if the buffer has a file.
4152 (vc-register): Call the backend function only once, instead of
4153 once for each file.
4154 (vc-next-action): Update call to vc-register.
4155 (vc-dir-register): Remove function.
4156 (vc-dir): Bind vc-register instead of vc-dir-register.
4157
4158 2008-06-14 Glenn Morris <rgm@gnu.org>
4159
4160 * Makefile.in (ELCFILES): Add net/newst-*.el.
4161
4162 2008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
4163
4164 * wdired.el (wdired-do-renames): New function.
4165 (wdired-finish-edit): Use it to.
4166 (wdired-preprocess-files): Don't hardcode (point-min) == 1.
4167
4168 2008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
4169
4170 * info.el (Info-insert-breadcrumbs): Don't break in apropos and toc.
4171
4172 2008-06-14 Martin Rudalics <rudalics@gmx.at>
4173
4174 * window.el (window--even-window-heights): Even window heights
4175 only if the selected window is higher than WINDOW.
4176 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
4177
4178 2008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
4179
4180 * info.el (Info-insert-breadcrumbs): Be careful to preserve history.
4181
4182 2008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
4183
4184 * term/linux.el (terminal-init-linux): Load t-mouse.
4185
4186 2008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
4187 Drew Adams <drew.adams@oracle.com>
4188
4189 * info.el (Info-breadcrumbs-depth): New var.
4190 (Info-insert-breadcrumbs): New function.
4191 (Info-fontify-node): Use it.
4192 (Info-mode-map): Move initialization into declaration.
4193
4194 2008-06-13 Ulf Jasper <ulf.jasper@web.de>
4195
4196 Rename net/newsticker-*.el to net/newst-*.el.
4197 * net/newst-backend.el: Rename from net/newsticker-backend.el.
4198 * net/newst-plainview.el: Rename from net/newsticker-plainview.el.
4199 * net/newst-reader.el: Rename from net/newsticker-reader.el.
4200 * net/newst-ticker.el: Rename from net/newsticker-ticker.el.
4201 * net/newst-treeview.el: Rename from net/newsticker-treeview.el.
4202 * net/newsticker-backend.el: Rename to net/newst-backend.el.
4203 * net/newsticker-plainview.el: Rename to net/newst-plainview.el.
4204 * net/newsticker-reader.el: Rename to net/newst-reader.el.
4205 * net/newsticker-ticker.el: Rename to net/newst-ticker.el.
4206 * net/newsticker-treeview.el: Rename to net/newst-treeview.el.
4207
4208 2008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
4209
4210 * progmodes/compile.el (compilation-start): Don't disable undo in
4211 comint buffer. Don't override the comint-filter with our own.
4212 (compilation-filter): Change point's insertion-type.
4213
4214 * comint.el (comint-output-filter): Use copy-marker.
4215
4216 2008-06-13 David Reitter <david.reitter@gmail.com>
4217
4218 * textmodes/flyspell.el (mail-mode-flyspell-verify):
4219 Check message-signature-separator exists before using it.
4220
4221 2008-06-13 Dan Nicolaescu <dann@ics.uci.edu>
4222
4223 * vc.el (vc-delete-file): Bind default-directory before calling
4224 the backend.
4225 (vc-annotate-show-diff-revision-at-line): Move most of the code to ...
4226 (vc-annotate-show-diff-revision-at-line-internal): ... here.
4227 New function.
4228 (vc-annotate-show-changeset-diff-revision-at-line): New function.
4229 (vc-annotate-mode-menu): Bind it.
4230
4231 2008-06-13 Jason Rumney <jasonr@gnu.org>
4232
4233 * term/w32-win.el (mouse-set-font): Remove overridden function.
4234 (w32-select-font): Declare as obsolete alias for x-select-font.
4235
4236 2008-06-13 Daniel Engeler <engeler@gmail.com>
4237
4238 These changes add serial port access.
4239 * term.el (term-update-mode-line): Modify.
4240 (serial-port-is-file-p, serial-nice-speed-history)
4241 (serial-no-speed, serial-mode-line-speed-menu)
4242 (serial-mode-line-config-menu): New variables and constants.
4243 (serial-name-history, serial-speed-history)
4244 (serial-supported-or-barf, serial-read-name, serial-read-speed)
4245 (serial-term, serial-speed, serial-mode-line-speed-menu-1)
4246 (serial-mode-line-speed-menu, serial-update-speed-menu)
4247 (serial-mode-line-config-menu-1, serial-mode-line-config-menu)
4248 (serial-update-config-menu): New functions.
4249
4250 2008-06-13 Glenn Morris <rgm@gnu.org>
4251
4252 * menu-bar.el (menu-set-font): Use fboundp rather than functionp.
4253
4254 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Doc fix.
4255
4256 2008-06-13 Kenichi Handa <handa@m17n.org>
4257
4258 * cus-face.el (custom-face-attributes): Add :foundry.
4259
4260 * faces.el (set-face-attribute): Parse "FOUNDRY-FAMILY" here.
4261 (face-x-resources): Add :foundry.
4262 (face-valid-attribute-values): Likewise.
4263 (face-attribute-name-alist): Likewise.
4264 (describe-face): Likewise.
4265
4266 2008-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
4267
4268 * emacs-lisp/map-ynp.el (map-y-or-n-p): Accept non-char events.
4269
4270 2008-06-12 Chong Yidong <cyd@stupidchicken.com>
4271
4272 * longlines.el (longlines-search-forward, longlines-search-backward)
4273 (longlines-re-search-forward): Use a smarter search-spaces-regexp.
4274
4275 2008-06-12 Sam Steingold <sds@gnu.org>
4276
4277 * vc.el (vc-rename-file): DTRT when the destination is a directory
4278 name and the source is a file.
4279
4280 2008-06-12 Chong Yidong <cyd@stupidchicken.com>
4281
4282 * menu-bar.el (menu-set-font): Rename x-font-dialog to x-select-font.
4283
4284 2008-06-12 Glenn Morris <rgm@gnu.org>
4285
4286 * progmodes/f90.el (f90-beginning-of-subprogram)
4287 (f90-end-of-subprogram): Only give a message when interactive.
4288
4289 * term/mac-win.el (x-toolkit-scroll-bars): Check bound.
4290
4291 * progmodes/cperl-mode.el (cperl-info-on-command):
4292 Use display-pixel-height rather than x-display-pixel-height.
4293
4294 * mail/rmailedit.el (rmail-cease-edit):
4295 * vc-dispatcher.el (vc-dir-mode): Check tool-bar-mode is bound.
4296
4297 * emulation/edt.el (edt-xserver):
4298 * emulation/edt-mapper.el (edt-xserver): Use replace-regexp-in-string.
4299
4300 * emulation/edt-mapper.el: Drop test for Emacs < 19.
4301
4302 * mwheel.el (mouse-wheel-follow-mouse, mwheel-event-window):
4303 Evaluate definitions when compiling. Reverse tests.
4304
4305 * dframe.el (dframe-reposition-frame-emacs): Reorder test, and
4306 use unless.
4307
4308 * menu-bar.el (w32-menu-bar-open): Declare for compiler.
4309
4310 * textmodes/artist.el (x-pointer-shape):
4311 * term/x-win.el (x-parse-geometry, x-resource-name, accelerate-menu)
4312 (x-open-connection, x-server-max-request-size, x-get-resource):
4313 * term/w32console.el (x-setup-function-keys):
4314 * term/w32-win.el (x-parse-geometry, x-resource-name)
4315 (generate-fontset-menu, image-library-alist, x-open-connection)
4316 (setup-default-fontset, set-fontset-font, setup-default-fontset)
4317 (create-fontset-from-fontset-spec, create-fontset-from-x-resource)
4318 (x-get-resource):
4319 * term/mac-win.el (x-parse-geometry, x-resource-name)
4320 (x-get-selection-internal, tool-bar-mode, set-fontset-font)
4321 (new-fontset, x-display-list, x-open-connection, x-get-resource):
4322 * progmodes/gud.el (tooltip-last-mouse-motion-event, tooltip-hide)
4323 (tooltip-start-delayed-tip, tooltip-use-echo-area, tooltip-show)
4324 (tooltip-strip-prompt, tooltip-expr-to-print, tooltip-event-buffer):
4325 * progmodes/gdb-ui.el (tooltip-show, tooltip-use-echo-area)
4326 (tooltip-identifier-from-point, define-fringe-bitmap):
4327 * play/gamegrid.el (image-size):
4328 * play/bubbles.el (image-size):
4329 * mail/emacsbug.el (x-server-vendor, x-server-version):
4330 * international/mule-util.el (internal-char-font):
4331 * international/mule-diag.el (font-info, query-fontset, fontset-info)
4332 (fontset-alias-alist, fontset-list, fontset-plain-name):
4333 * international/mule-cmds.el (x-server-vendor, x-server-version):
4334 * international/fontset.el (font-encoding-charset-alist)
4335 (otf-script-alist, new-fontset, set-fontset-font)
4336 (x-pixel-size-width-font-regexp, vertical-centering-font-regexp)
4337 (fontset-list, query-fontset, x-get-resource):
4338 * emulation/edt.el (x-server-vendor):
4339 * emulation/edt-mapper.el (x-server-vendor):
4340 * emacs-lisp/map-ynp.el (x-popup-dialog):
4341 * emacs-lisp/lmenu.el (x-popup-dialog):
4342 * x-dnd.el (x-window-property, x-change-window-property)
4343 (x-get-selection-internal):
4344 * woman.el (x-list-fonts):
4345 * w32-fns.el (x-server-version):
4346 * tooltip.el (x-show-tip, x-hide-tip):
4347 * tool-bar.el (image-mask-p):
4348 * thumbs.el (image-size):
4349 * term.el (overflow-newline-into-fringe):
4350 * subr.el (scroll-bar-scale):
4351 * startup.el (x-get-resource, tool-bar-mode, image-size):
4352 * select.el (x-get-selection-internal, x-own-selection-internal)
4353 (x-disown-selection-internal):
4354 * mouse.el (generate-fontset-menu):
4355 * mouse-sel.el (x-select-text, x-cut-buffer-or-selection-value):
4356 * image.el (image-library-alist):
4357 * image-mode.el (image-size, image-refresh):
4358 * image-dired.el (clear-image-cache):
4359 * gs.el (x-display-mm-width, x-display-pixel-width)
4360 (x-display-mm-height, x-display-pixel-height)
4361 (x-change-window-property, x-display-grayscale-p, x-window-property):
4362 * frame.el (tool-bar-mode, x-display-name, x-close-connection)
4363 (x-focus-frame, x-list-fonts, x-display-screens)
4364 (x-display-pixel-height, x-display-pixel-width, x-display-mm-height)
4365 (x-display-mm-width, x-display-backing-store, x-display-save-under)
4366 (x-display-planes, x-display-color-cells, x-display-visual-class):
4367 * faces.el (internal-face-x-get-resource)
4368 (internal-set-lisp-face-attribute-from-resource, x-bitmap-file-path)
4369 (fontset-list, x-list-fonts, xw-color-defined-p, xw-color-values)
4370 (xw-display-color-p, x-display-grayscale-p, x-get-resource)
4371 (x-parse-geometry, x-create-frame, x-setup-function-keys)
4372 (tool-bar-setup):
4373 * doc-view.el (clear-image-cache, image-size, tooltip-show):
4374 * dired.el (dnd-get-local-file-name, dnd-get-local-file-uri):
4375 * dframe.el (x-display-pixel-width, x-display-pixel-height):
4376 * descr-text.el (internal-char-font):
4377 Define for compiler, for builds without X.
4378
4379 2008-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
4380
4381 * vc-rcs.el (vc-rcs-state-heuristic): Don't assume the file exists.
4382
4383 2008-06-11 Glenn Morris <rgm@gnu.org>
4384
4385 * progmodes/fortran.el (fortran-end-of-subprogram): Check for a match
4386 before trying to move there.
4387 (fortran-calculate-indent): When fortran-check-all-num-for-matching-do
4388 is non-nil, indent most terminating statements like loop body.
4389
4390 * calendar/diary-lib.el (diary-list-entries-2): Accept optional
4391 Gregorian date, and add it, not the local date, to diary-entries-list.
4392 (diary-list-entries-1): Pass Gregorian date to diary-list-entries-2.
4393
4394 2008-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
4395
4396 * progmodes/compile.el (compilation-filter): Fix up last change.
4397
4398 * term/linux.el (terminal-init-linux): Use gpm-mouse-enable.
4399
4400 * t-mouse.el (gpm-mouse-enable, gpm-mouse-disable): New functions.
4401 (gpm-mouse-mode): Make it into a proper global minor mode.
4402
4403 * files.el (save-some-buffers-action-alist): Only use recursive-edit
4404 if the user enabled recursive-minibuffers.
4405
4406 * emacs-lisp/map-ynp.el (map-y-or-n-p):
4407 Add support for scroll-other-window.
4408
4409 2008-06-11 Jason Rumney <jasonr@gnu.org>
4410
4411 * term/w32-win.el (w32-menu-bar-open): Rename from menu-bar-open.
4412 Use tmm-menubar if menu is disabled in this frame.
4413
4414 * menu-bar.el (menu-bar-open): Determine how to open menu bar
4415 from frame type, per documentation. Add w32 case.
4416
4417 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
4418
4419 * minibuffer.el (completion--merge-suffix): New function.
4420 (completion-basic-try-completion): Use it.
4421 (completion-pcm--find-all-completions): Add argument `filter'.
4422 (completion-pcm--filename-try-filter, completion-pcm--merge-try):
4423 New functions.
4424 (completion-pcm-try-completion): Use them.
4425
4426 * xt-mouse.el (turn-on-xterm-mouse-tracking)
4427 (turn-off-xterm-mouse-tracking): Use terminal-list.
4428
4429 * cus-start.el (underline-minimum-offset): Rename from
4430 x-underline-minimum-display-offset.
4431
4432 2008-06-10 David De La Harpe Golden <david@harpegolden.net> (tiny change)
4433
4434 * cus-start.el (x-underline-minimum-display-offset): Give it a type.
4435
4436 2008-06-10 Chong Yidong <cyd@stupidchicken.com>
4437
4438 * mouse.el (mouse-select-font): New function.
4439
4440 * faces.el (face-spec-recalc): When the face is set using
4441 Customize, avoid recalculating it twice.
4442
4443 * menu-bar.el (menu-set-font): New function. Bind "Set Default
4444 Font" menu item to it. Apply selected font to all frames, and
4445 make it savable.
4446 (menu-bar-options-save): Save `default' font if changed.
4447
4448 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
4449
4450 * ffap.el (ffap-string-at-point-mode-alist):
4451 Use alpha rather than lower.
4452
4453 * dired.el (dired-insert-directory): Don't assume Unix-style dir names.
4454
4455 * subr.el (momentary-string-display): Use an overlay.
4456
4457 * progmodes/compile.el (compilation-mode):
4458 Set window-point-insertion-type.
4459 (compilation-filter): Don't use insert-before-markers any more.
4460 * emacs-lisp/trace.el (trace-make-advice):
4461 Set window-point-insertion-type in the trace buffer.
4462 * startup.el (normal-top-level): Set window-point-insertion-type in
4463 *Messages*.
4464 * net/telnet.el (telnet-mode): Set window-point-insertion-type.
4465 (telnet-filter): Don't use insert-before-markers any more.
4466 * comint.el (comint-mode): Set window-point-insertion-type.
4467 (comint-output-filter): Don't use insert-before-markers any more.
4468 * button.el (make-text-button): Allow `start' to be a string.
4469
4470 2008-06-10 Juanma Barranquero <lekktu@gmail.com>
4471
4472 * emacs-lisp/autoload.el (autoload-rubric):
4473 Fix coding cookie not to force Unix EOL.
4474
4475 2008-06-10 Martin Rudalics <rudalics@gmx.at>
4476
4477 * window.el (window--splittable-p, window--try-to-split-window):
4478 Don't use with-selected-window to avoid messing up get-lru-window.
4479 Reported by David Hansen <david.hansen@gmx.net>.
4480
4481 2008-06-10 Glenn Morris <rgm@gnu.org>
4482
4483 * subr.el (locate-library): Doc fix.
4484
4485 * net/newsticker-treeview.el (w3m-toggle-inline-images): Declare.
4486 (newsticker-treeview-tool-bar-map, newsticker-treeview-mode):
4487 Check tool-bar-map is bound, for non-X builds.
4488
4489 * net/newsticker-reader.el (newsticker--next-item-image)
4490 (newsticker--previous-item-image, newsticker--previous-feed-image)
4491 (newsticker--next-feed-image, newsticker--mark-read-image)
4492 (ewsticker--mark-immortal-image, newsticker--narrow-image)
4493 (newsticker--get-all-image, newsticker--update-image)
4494 (newsticker--browse-image): Check xpm images are available.
4495 (newsticker--mark-read-image, newsticker--mark-immortal-image)
4496 (newsticker--narrow-image, newsticker--get-all-image): Doc fix.
4497
4498 * net/newsticker-plainview.el (tool-bar-map): Don't declare.
4499 (newsticker--plainview-tool-bar-map, newsticker-mode):
4500 Check tool-bar-map is bound, for non-X builds.
4501 (w3m-toggle-inline-image): Declare.
4502
4503 * net/newsticker-backend.el (tool-bar-map): Don't declare.
4504
4505 * emacs-lisp/autoload.el (autoload-rubric): Add coding cookie.
4506
4507 * finder.el (finder-font-lock-keywords): Handle ``quotes''.
4508 (finder-compile-keywords): Move let to where needed.
4509 (finder-mouse-face-on-line): Go back one more line if needed.
4510 (finder-list-matches): Use cadr.
4511 (finder-goto-xref): New function.
4512 (finder-commentary): Add buttons to jump to foo.el libraries.
4513
4514 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
4515
4516 * apropos.el (apropos-function, apropos-macro, apropos-command)
4517 (apropos-variable, apropos-face, apropos-group, apropos-widget)
4518 (apropos-plist): Add apropos-short-label property.
4519 (apropos-multi-type): New variables.
4520 (apropos-command, apropos-value): Set it.
4521 (apropos-compact-layout): New custom.
4522 (apropos-print, apropos-print-doc): Use it.
4523 (apropos-print): Truncate lines.
4524
4525 2008-06-09 Kenichi Handa <handa@m17n.org>
4526
4527 * international/fontset.el (font-encoding-alist):
4528 Add an entry for "ascii-0".
4529
4530 2008-06-09 Jihyun Cho <jihyun.jo@gmail.com>
4531
4532 * language/hanja-util.el (hanja-init-load): Show the message only
4533 when loading a table.
4534
4535 2008-06-08 Ulf Jasper <ulf.jasper@web.de>
4536
4537 * net/newsticker-treeview.el (newsticker-treeview):
4538 * net/newsticker-plainview.el (newsticker-plainview):
4539 Add autoload cookie.
4540
4541 2008-06-08 Ulf Jasper <ulf.jasper@web.de>
4542
4543 * net/newsticker.el: Split up into newsticker-backend, -ticker,
4544 -reader, -plainview, and -treeview.
4545 (newsticker-version): Change to 1.99.
4546
4547 * net/newsticker-backend.el: New. Move backend functionality from
4548 newsticker.el to newsticker-backend.el.
4549 (newsticker--download-logos): New.
4550 (newsticker--sentinel-callback): New.
4551 (newsticker--set-customvar): Remove. Split up into specific
4552 functions related to retrieval, ticker, buffer, and display.
4553 (newsticker--set-customvar-retrieval): New. Extracted from
4554 `newsticker--set-customvar'.
4555 (newsticker-retrieval): New. Renamed from `newsticker-feed'.
4556 (newsticker-url-list-defaults):
4557 Use `newsticker--set-customvar-retrieval' for :set. Change :group.
4558 (newsticker-url-list): Doc changed. URL can be a function.
4559 Use `newsticker--set-customvar-retrieval' for :set. Change :group.
4560 (newsticker-retrieval-method): New.
4561 (newsticker-wget-name, newsticker-wget-arguments): Change :group.
4562 (newsticker-retrieval-interval):
4563 Use `newsticker--set-customvar-retrieval' for :set. Change :group.
4564 (newsticker-desc-comp-max): Change :group.
4565 (newsticker--cache): Doc changed.
4566 (newsticker--guid-to-string): New.
4567 (newsticker--guid): Use `newsticker--guid-to-string'.
4568 (newsticker--real-feed-name): New.
4569 (newsticker--start-feed): New. Extracted from `newsticker-start'.
4570 (newsticker-start): Use `insert-file-contents' for reading cache.
4571 Use `newsticker--start-feed'.
4572 (newsticker--stop-feed): New. Extracted from `newsticker-stop'.
4573 (newsticker-stop): Check whether `newsticker-stop-ticker' is fbound.
4574 Use `newsticker--stop-feed'.
4575 (newsticker-save-item): New.
4576 (newsticker--get-news-by-funcall): New.
4577 (newsticker-get-news): Handle new retrieval methods.
4578 (newsticker--sentinel): Use `newsticker--sentinel-work'.
4579 (newsticker--sentinel-work): New. Extracted from
4580 `newsticker--sentinel'. Use `newsticker--download-logos',
4581 `newsticker--sentinel-callback'.
4582 (newsticker--parse-atom-0.3): Use `newsticker--guid-to-string'.
4583 (newsticker--parse-atom-1.0): Fix link determination.
4584 (newsticker--parse-rss-0.91): Fix time determination.
4585 (newsticker--parse-rss-0.92): Fix time determination.
4586 (newsticker--parse-rss-2.0): Use `newsticker--guid-to-string'.
4587 (newsticker--parse-generic-feed): New arg order in
4588 `newsticker--cache-add'.
4589 (newsticker--parse-generic-items): Fix for multiple items.
4590 New arg order in `newsticker--cache-add'.
4591 (newsticker--forget-preformatted): Check whether
4592 `newsticker--buffer-set-uptodate' is fbound.
4593 (newsticker--decode-iso8601-date): Handle fractions of seconds.
4594 (newsticker--decode-rfc822-date): Partial timezone handling.
4595 (newsticker--cache-contains): Fix guid problem.
4596 (newsticker--cache-add): Swap args AGE and TIME. Fix guid problem.
4597 (newsticker--cache-save): New.
4598 (newsticker--cache-update): Use temp buffer.
4599 (newsticker--stat-num-items): Allow multiple AGE args.
4600 (newsticker--stat-num-items-total): New.
4601 (newsticker--opml-import-outlines): New.
4602 (newsticker-opml-import): Use `newsticker--opml-import-outlines'.
4603 (newsticker--do-run-auto-mark-filter): Doc changed.
4604 (newsticker-retrieve-random-message): New.
4605
4606 * net/newsticker-ticker.el: New. Move ticker functionality from
4607 net/newsticker.el to net/newsticker-ticker.el.
4608 (newsticker--ticker-timer): Rename `newsticker--display-timer' to
4609 `newsticker--ticker-timer'.
4610 (newsticker-ticker-running-p): Rename `newsticker--display-timer'
4611 to `newsticker--ticker-timer'.
4612 (newsticker--set-customvar-ticker): New. Extracted from
4613 `newsticker--set-customvar'.
4614 (newsticker-ticker-interval): Rename `newsticker-display-interval'
4615 to `newsticker-ticker-interval'. Use `newsticker--set-customvar-ticker
4616 for :set. Change :group.
4617 (newsticker-scroll-smoothly): Doc changed. Change :group.
4618 (newsticker-hide-immortal-items-in-echo-area)
4619 (newsticker-hide-old-items-in-echo-area)
4620 (newsticker-hide-obsolete-items-in-echo-area):
4621 Use `newsticker--set-customvar-ticker for :set. Change :group.
4622 (newsticker-start-ticker): Rename `newsticker--display-timer' to
4623 `newsticker--ticker-timer'. Rename `newsticker-display-interval'
4624 to `newsticker-ticker-interval'.
4625 (newsticker-stop-ticker): Rename `newsticker--display-timer' to
4626 `newsticker--ticker-timer'.
4627
4628 * net/newsticker-reader.el: New. Move reader functionality from
4629 net/newsticker.el to net/newsticker-reader.el.
4630 (newsticker--set-customvar-formatting): New. Extracted from
4631 `newsticker--set-customvar'.
4632 (newsticker-reader, newsticker-frontend): New.
4633 (newsticker-enable-logo-manipulations): Change :group.
4634 (newsticker-justification): Use `newsticker--set-customvar-formatting'
4635 for :set. Change :group.
4636 (newsticker-use-full-width): Use `newsticker--set-customvar-formatting'
4637 for :set. Change :group.
4638 (newsticker-html-renderer): Doc changed.
4639 Use `newsticker--set-customvar-formatting' for :set. Change :group.
4640 (newsticker-date-format):
4641 Use `newsticker--set-customvar-formatting' for :set. Change :group.
4642 (newsticker--insert-enclosure):
4643 Rename `newsticker--buffer-insert-enclosure' to
4644 `newsticker--insert-enclosure'. Add keymap arg.
4645 (newsticker--print-extra-elements):
4646 Rename `newsticker--buffer-print-extra-elements' to
4647 `newsticker--print-extra-elements'. Add keymap arg.
4648 (newsticker--do-print-extra-element):
4649 Rename `newsticker--buffer-do-print-extra-element' to
4650 `newsticker--do-print-extra-element'. Add keymap arg.
4651 (newsticker-show-news): Use `newsticker-frontend'.
4652
4653 * net/newsticker-plainview.el: New. Move plainview functionality
4654 from net/newsticker.el to net/newsticker-reader.el.
4655 (newsticker-plainview): New.
4656 (newsticker--set-customvar-sorting): New. Extracted from
4657 `newsticker--set-customvar'.
4658 (newsticker-sort-method): Use `newsticker--set-customvar-sorting
4659 for :set. Changed :group.
4660 (newsticker-heading-format, newsticker-item-format)
4661 (newsticker-desc-format, newsticker-statistics-format):
4662 Use `newsticker--set-customvar-formatting for :set. Change :group.
4663 (newsticker-faces): Change :group.
4664 (newsticker-default-face): Enable again.
4665 (newsticker-hide-old-items-in-newsticker-buffer)
4666 (newsticker-show-descriptions-of-new-items):
4667 Use `newsticker--set-customvar-buffer' for :set. Change :group.
4668 (newsticker-show-all-news-elements): Change :group.
4669 (newsticker-plainview-hooks): New.
4670 (newsticker-select-item-hook, newsticker-select-feed-hook)
4671 (newsticker-buffer-change-hook, newsticker-narrow-hook): Change :group.
4672 (newsticker--plainview-tool-bar-map): Rename `newsticker--tool-bar-map'
4673 to `newsticker--plainview-tool-bar-map'.
4674 (newsticker--url-keymap): Add mouse-1 binding.
4675 (newsticker-plainview): New.
4676 (newsticker-mark-all-items-of-feed-as-read): Change doc.
4677 (newsticker--buffer-do-insert-text): Use renamed
4678 newsticker--[buffer-]insert-enclosure and
4679 newsticker--[buffer-]print-extra-elements.
4680 (newsticker--buffer-set-faces): Use newsticker-default-face.
4681
4682 * net/newsticker-treeview.el: New.
4683
4684 2008-06-08 Andreas Schwab <schwab@suse.de>
4685
4686 * vc-dispatcher.el (vc-dir-children-marked-p): Fix child check.
4687
4688 * vc-cvs.el (vc-cvs-dir-status): Pass -f to cvs.
4689
4690 * vc-dispatcher.el (vc-dir-move-to-goal-column): Don't move in an
4691 empty line.
4692
4693 * minibuffer.el (minibuffer-message): Bind inhibit-quit around sit-for.
4694
4695 2008-06-08 Martin Rudalics <rudalics@gmx.at>
4696
4697 * window.el (split-height-threshold, split-width-threshold):
4698 Add choice nil.
4699 (split-window-preferred-function): Allow either nil or a function.
4700 (window--splittable-p, window--try-to-split-window):
4701 Handle changed option values.
4702
4703 (window--frame-usable-p): Handle nil argument.
4704
4705 (display-buffer): Call get-lru-window when pop-up-windows is nil
4706 and window can't be split.
4707
4708 2008-06-08 Michael Albinus <michael.albinus@gmx.de>
4709
4710 * uniquify.el (uniquify-get-proposed-name): Handle remote files.
4711
4712 * net/tramp.el (top): Quote feature names. Remove
4713 `tramp-rfn-eshadow-setup-minibuffer' from
4714 `rfn-eshadow-setup-minibuffer-hook' when unloading.
4715 (tramp-read-passwd): There is only one call to
4716 `auth-source-user-or-password' needed. Pacify byte compiler.
4717
4718 2008-06-08 Andreas Schwab <schwab@suse.de>
4719
4720 * window.el (display-buffer): Use lru window if current window
4721 cannot be split.
4722
4723 2008-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
4724
4725 * apropos.el (apropos-library): New command and new button.
4726 (apropos-library-button): New function.
4727
4728 * apropos.el: Remove spurious * in docstrings.
4729 (apropos-label-face): Use variable pitch.
4730 (apropos-print): Use dolist and with-current-buffer.
4731 (apropos-print-doc): Use when.
4732
4733 * window.el (special-display-p, display-buffer):
4734 Fix up C->Elisp transcription error.
4735
4736 2008-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
4737
4738 * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
4739 (byte-compile-file): Initialize it.
4740 (byte-compile-nogroup-warn): Keep track of the current group.
4741
4742 2008-06-08 Glenn Morris <rgm@gnu.org>
4743
4744 * Makefile.in (compile, compile-always, bootstrap-prepare):
4745 Explicitly pass EMACS to sub-makes that use it, for non-GNU makes.
4746
4747 2008-06-07 Jihyun Cho <jihyun.jo@gmail.com>
4748
4749 * language/hanja-util.el (hanja-init-load): Use a char-table for
4750 hanja-table.
4751 (hangul-to-hanja-char): Adjust for the above change.
4752
4753 2008-06-07 Glenn Morris <rgm@gnu.org>
4754
4755 * finder.el (finder-compile-keywords): Use lm-keywords-list rather than
4756 lm-keywords.
4757
4758 * mail/sendmail.el (mail-interactive): Add :version.
4759
4760 * term/linux.el (terminal-init-linux): Use gpm-mouse-mode rather than
4761 obsolete alias.
4762
4763 * ediff-merg.el, strokes.el, wid-edit.el, emacs-lisp/lisp-mnt.el:
4764 * emulation/edt-mapper.el, eshell/em-dirs.el, eshell/em-glob.el:
4765 * eshell/em-ls.el, eshell/em-unix.el, eshell/esh-cmd.el:
4766 * eshell/esh-io.el, eshell/esh-opt.el, eshell/esh-test.el:
4767 * eshell/esh-util.el, international/mule-cmds.el:
4768 * international/mule-diag.el, mail/smtpmail.el, net/netrc.el:
4769 * net/tls.el, progmodes/etags.el, textmodes/page-ext.el:
4770 Remove unnecessary eval-when-compiles and eval-and-compiles.
4771
4772 * Makefile.in (bootstrap-clean): Run autogen-clean.
4773 (maintainer-clean): No need to run autogen-clean now it is included in
4774 bootstrap-clean.
4775
4776 2008-06-06 Miles Bader <miles@gnu.org>
4777
4778 * Makefile.in (ELCFILES): Add gnus/nndir.elc.
4779
4780 2008-06-06 Chong Yidong <cyd@stupidchicken.com>
4781
4782 * menu-bar.el (menu-bar-options-menu): Add Menu entry for
4783 longlines mode.
4784
4785 * replace.el (replace-search-function)
4786 (replace-re-search-function): New vars.
4787 (perform-replace): Use them.
4788
4789 * longlines.el (longlines-re-search-forward): New function.
4790 (longlines-mode): Bind replace-search-function and
4791 replace-re-search-function, to ensure that replacement commands
4792 treat newlines as spaces.
4793 (longlines-show-effect): Default to a pilcrow sign.
4794
4795 2008-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
4796
4797 * help.el (function-called-at-point):
4798 * help-fns.el (variable-at-point): Use emacs-lisp-mode-syntax-table
4799 even when calling find-tag-default.
4800
4801 2008-06-06 Daniel Colascione <danc@merrillpress.com>
4802
4803 * nxml/nxml-mode.el (nxml-syntax-highlight-flag)
4804 (nxml-fontify-chunk-size, nxml-clear-face, nxml-set-fontified)
4805 (nxml-clear-fontified, nxml-fontify, nxml-fontify1)
4806 (nxml-fontify-buffer, nxml-do-fontify):
4807 Remove obsolete variables and functions.
4808 (nxml-font-lock-keywords, nxml-set-face, nxml-mode)
4809 (nxml-degrade, nxml-after-change, nxml-after-change1)
4810 (nxml-extend-region, nxml-extend-after-change-region)
4811 (nxml-extend-after-change-region1, nxml-fontify-matcher)
4812 (nxml-toggle-char-ref-extra-display): Use font-lock, and
4813 font-lock-extend-region-functions in particular, to fontify
4814 nxml-mode buffers.
4815 (nxml-debug-region): New debugging helper function.
4816
4817 * nxml/nxml-rap.el (nxml-clear-inside, nxml-set-inside)
4818 (nxml-scan-after-change, nxml-move-tag-backwards):
4819 Adapt for font-lock changes.
4820
4821 * nxml/nxml-util.el (nxml-debug, nxml-debug-change)
4822 (nxml-debug-set-inside, nxml-debug-clear-inside):
4823 New debugging functions.
4824 (nxml-with-degradation-on-error): New helper macro.
4825
4826 2008-06-06 Martin Rudalics <rudalics@gmx.at>
4827
4828 * window.el (display-buffer): Remove dead call to get-lru-window.
4829
4830 2008-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
4831
4832 * mail/sendmail.el (mail-interactive): Change default.
4833
4834 2008-06-05 John Paul Wallington <jpw@pobox.com>
4835
4836 * bindings.el (completion-ignored-extensions):
4837 Add .p64fsl, .d64fsl, and .dx64fsl.
4838
4839 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
4840
4841 * ffap.el (ffap-prompter): Don't use the region.
4842
4843 2008-06-05 Sam Steingold <sds@gnu.org>
4844
4845 * vc-cvs.el (vc-cvs-registered): Consider a directory with a CVS
4846 subdirectory to be registered.
4847
4848 2008-06-05 Martin Rudalics <rudalics@gmx.at>
4849
4850 * window.el (display-buffer-function, special-display-p)
4851 (special-display-buffer-names, special-display-regexps)
4852 (special-display-function, same-window-p, same-window-buffer-names)
4853 (same-window-regexps, pop-up-frames, display-buffer-reuse-frames)
4854 (pop-up-frame-function, pop-up-windows, even-window-heights)
4855 (split-window-preferred-function, split-height-threshold)
4856 (window--display-buffer-1, display-buffer, pop-to-buffer):
4857 Move from window.c and buffer.c.
4858 (window--splittable-p, window--try-to-split-window)
4859 (window--frame-usable-p, window--display-buffer-2)
4860 (window--even-window-heights): New functions.
4861 (split-width-threshold): New option.
4862 (split-window-preferred-horizontally): Remove.
4863
4864 * cus-start.el: Remove corresponding declarations.
4865
4866 2008-06-05 Sam Steingold <sds@gnu.org>
4867
4868 * vc.el (vc-update): Use `save-some-buffers' instead of signaling
4869 an error on modified buffers.
4870
4871 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
4872
4873 * progmodes/etags.el (tags-verify-table): Be careful to use and update
4874 tags-file-name and tags-table-list from the right buffer.
4875 (tags-table-check-computed-list, tags-table-extend-computed-list)
4876 (find-tag-noselect): Use with-current-buffer.
4877
4878 * emacs-lisp/trace.el (trace-entry-message, trace-exit-message):
4879 Use print-circle.
4880
4881 * minibuffer.el (minibuffer-local-must-match-filename-map):
4882 Declare obsolete alias for the old name.
4883
4884 * abbrev.el (unexpand-abbrev): Better preserve markers.
4885
4886 2008-06-05 Glenn Morris <rgm@gnu.org>
4887
4888 * emacs-lisp/autoload.el (autoload-rubric): New function,
4889 extracted from autoload-ensure-default-file.
4890 (autoload-ensure-default-file): Use autoload-rubric.
4891
4892 * cus-dep.el (generated-custom-dependencies-file): Doc fix.
4893 (custom-dependencies-no-scan-regexp): New variable.
4894 (custom-make-dependencies): Use with-temp-buffer and autoload-rubric.
4895 Don't scan files matching custom-dependencies-no-scan-regexp.
4896 Disable undo in the output buffer. Remove kept-new-versions wackiness.
4897
4898 * finder.el (finder-headmark): Initialize and add doc string.
4899 (generated-finder-keywords-file): Doc fix.
4900 (finder-no-scan-regexp): New variable.
4901 (finder-compile-keywords): Use a single let binding.
4902 Disable undo in the output buffer. Use autoload-rubric.
4903 Use mapc rather than mapcar. Don't scan files matching
4904 finder-no-scan-regexp. Use with-temp-buffer. Use expand-file-name
4905 rather than concat. Use directory-files to do regexp matching.
4906 No need to require jka-compr.
4907 (finder-list-keywords): Remove un-needed set-buffer. Disable undo.
4908 (finder-list-matches): Disable undo.
4909 (finder-commentary): Use let rather than let*. Disable undo.
4910 (finder-current-item): Use zerop.
4911 (finder-mode): Use define-derived-mode.
4912 (finder-exit): Doc fix. Use dolist.
4913
4914 * Makefile.in ($(lisp)/cus-load.el): Remove unnecessary rule.
4915 (custom-deps): Don't require $(lisp)/cus-load.el.
4916 (custom-deps, finder-data): Don't depend on autoloads.
4917 Should not be needed now, and doing so was causing make install to
4918 re-dump emacs post-bootstrap.
4919 (bootstrap-after): Don't run update-elclist, since modifying Makefile.in
4920 mid-build forces some things to be rebuilt.
4921
4922 2008-06-05 Miles Bader <miles@gnu.org>
4923
4924 * face-remap.el
4925 (face-remap-add-relative): Renamed from `add-relative-face-remapping'.
4926 (face-remap-remove-relative): Renamed from
4927 `remove-relative-face-remapping'.
4928 (face-remap-reset-base): Renamed from
4929 `set-default-base-face-remapping'.
4930 (face-remap-set-base): Renamed from `set-base-face-remapping'.
4931 (text-scale-increase): Renamed from `increase-buffer-face-height'.
4932 (text-scale-decrease): Renamed from `decrease-buffer-face-height'.
4933 (text-scale-adjust): Renamed from `adjust-buffer-face-height'.
4934
4935 * face-remap.el (variable-pitch-mode): Autoload.
4936
4937 2008-06-04 Sam Steingold <sds@gnu.org>
4938
4939 * vc-hg.el (vc-hg-status-extra-header, vc-hg-status-extra-headers):
4940 Generate extra status headers for a Mercurial tree.
4941
4942 2008-06-04 John Paul Wallington <jpw@pobox.com>
4943
4944 * echistory.el (electric-history-map): Define within defvar.
4945 Add docstring.
4946
4947 * font-lock.el (font-lock-turn-off-thing-lock)
4948 (font-lock-after-fontify-buffer, font-lock-after-unfontify-buffer):
4949 Use `bound-and-true-p'.
4950 (cpp-font-lock-keywords-source-directives, cpp-font-lock-keywords):
4951 Doc fixes.
4952
4953 * international/ccl.el (define-ccl-program): Add `doc-string'
4954 declaration.
4955
4956 2008-06-04 Juanma Barranquero <lekktu@gmail.com>
4957
4958 * face-remap.el (variable-pitch-mode): Reflow docstrings.
4959 (text-scale-mode, adjust-buffer-face-height): Fix typos in docstrings.
4960
4961 2008-06-04 Trent W. Buck <trentbuck@gmail.com> (tiny change)
4962
4963 * emacs-lisp/rx.el (rx): Doc fix.
4964
4965 2008-06-04 Markus Triska <markus.triska@gmx.at>
4966
4967 * image-mode.el (image-mode-map): Add doc-view-inspired bindings.
4968
4969 2008-06-04 Miles Bader <miles@gnu.org>
4970
4971 * face-remap.el (adjust-buffer-face-height): New function.
4972 Add autoloaded keybindings in ctl-x-map.
4973 (increase-buffer-face-height, decrease-buffer-face-height):
4974 Simplify interactive spec to just "p". Remove autoloaded keybindings.
4975
4976 2008-06-03 Chong Yidong <cyd@stupidchicken.com>
4977
4978 * simple.el (line-move-1): If we did not move as far as desired,
4979 ensure that point-left and point-entered hooks are called.
4980
4981 2008-06-03 Sam Steingold <sds@gnu.org>
4982
4983 * vc-cvs.el (vc-cvs-status-extra-headers): Remove extraneous newlines.
4984
4985 2008-06-03 John Paul Wallington <jpw@pobox.com>
4986
4987 * progmodes/make-mode.el (makefile-cleanup-continuations)
4988 (makefile-warn-suspicious-lines, makefile-warn-continuations):
4989 Use `derived-mode-p'.
4990
4991 2008-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
4992
4993 * Makefile.in (update-elclist): Impose a fixed collation for sorting.
4994 (ELCFILES): Update.
4995
4996 2008-06-03 Miles Bader <miles@gnu.org>
4997
4998 * face-remap.el: New file.
4999 * Makefile.in (ELCFILES): Add face-remap.elc.
5000
5001 2008-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
5002
5003 * progmodes/flymake.el (flymake-process-filter): Make sure the source
5004 buffer isn't dead.
5005
5006 * obsolete/bg-mouse.el, obsolete/float.el, obsolete/hilit19.el,
5007 * obsolete/lselect.el, obsolete/mlsupport.el, obsolete/ooutline.el,
5008 * obsolete/profile.el, obsolete/rsz-mini.el, obsolete/uncompress.el,
5009 * obsolete/auto-show.el, obsolete/hscroll.el:
5010 Remove packages that were obsolete in Emacs-20, or that were obsolete
5011 in Emacs-21 and do not contain any more code.
5012
5013 * vc-dispatcher.el (vc-dir-menu-map-filter): Don't fail if
5014 vc-client-mode is not set.
5015
5016 * image-mode.el (image-mode-map): Suppress key map and bind `q'.
5017 * doc-view.el (doc-view-mode-map): Inherit from image-mode-map.
5018
5019 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords): Try to be
5020 yet a bit more clever at distinguishing / from /.
5021
5022 2008-06-03 Kenichi Handa <handa@m17n.org>
5023
5024 * Makefile.in (ELCFILES): Add $(lisp)/language/hanja-util.elc.
5025
5026 2008-06-03 Jihyun Cho <jihyun.jo@gmail.com>
5027
5028 * language/hanja-util.el: New file.
5029
5030 2008-06-03 Glenn Morris <rgm@gnu.org>
5031
5032 * progmodes/f90.el (f90-typedef-matcher, f90-looking-at-type-like):
5033 Check that end-of-word follows "type".
5034
5035 2008-06-02 Daiki Ueno <ueno@unixuser.org>
5036
5037 * epa-file.el (epa-file-write-region): Write the entire buffer
5038 content if START is nil.
5039
5040 2008-06-01 Thomas Morgan <tlm@thomasmorgan.net> (tiny change)
5041
5042 * select.el (x-get-selection): Fix typo.
5043
5044 2008-06-01 Juanma Barranquero <lekktu@gmail.com>
5045
5046 * descr-text.el (describe-text-sexp): Use `string-match-p'. Simplify.
5047 (describe-char): Use `looking-at-p', `string-match-p' when possible.
5048
5049 2008-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
5050
5051 * tar-mode.el (tar-header-block-summarize): Ensure one space around
5052 user&group.
5053
5054 2008-05-31 John Paul Wallington <jpw@pobox.com>
5055
5056 * help-fns.el (describe-variable-custom-version-info):
5057 Handle dotted `package-version' info.
5058
5059 2008-05-31 Juanma Barranquero <lekktu@gmail.com>
5060
5061 * icomplete.el (icomplete-get-keys): Doc fix. Use `when'.
5062
5063 2008-05-31 Dan Nicolaescu <dann@ics.uci.edu>
5064
5065 * vc-cvs.el (vc-cvs-after-dir-status): Support spaces in file
5066 names and improve support for unregistered files.
5067
5068 2008-05-31 Glenn Morris <rgm@gnu.org>
5069
5070 * Makefile.in (compile-last): Replace tr in `els' assignment with sed.
5071 Remove shell variable `elc'. Split tests to hopefully be more portable.
5072 Fix `sel' assignment.
5073
5074 2008-05-30 Juanma Barranquero <lekktu@gmail.com>
5075
5076 * minibuffer.el (completion-table-dynamic): Doc fix.
5077
5078 2008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
5079
5080 * vc-cvs.el (vc-cvs-state-heuristic, vc-cvs-parse-status):
5081 Try and return `unregistered' when applicable.
5082
5083 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
5084 Don't encourage naming variables with "-flag".
5085
5086 2008-05-30 Glenn Morris <rgm@gnu.org>
5087
5088 * Makefile.in (update-elclist): Hide the warning when it does not apply,
5089 make it milder when it does.
5090 (autogen-clean): New target.
5091 (maintainer-clean): Use autogen-clean.
5092
5093 * calendar/diary-lib.el (diary-display-function): New name for
5094 diary-display-hook. Keep old name as obsolete alias. Doc fix.
5095 Change custom type and version.
5096 (diary-list-entries-hook, diary-list-entries, diary-simple-display)
5097 (diary-fancy-display): Doc fixes.
5098 (diary-list-entries, diary-include-other-diary-files)
5099 (diary-mail-entries):
5100 Use diary-display-function rather than diary-display-hook.
5101
5102 * calendar/appt.el (appt-check): Use diary-display-function rather than
5103 diary-display-hook.
5104 * calendar/cal-x.el (calendar-dedicate-diary): Update for
5105 diary-display-function replacing diary-display-hook.
5106 * org/org-agenda.el (org-get-entries-from-diary): Also set
5107 diary-display-function.
5108
5109 * calendar/cal-html.el (cal-html-list-diary-entries):
5110 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
5111 * calendar/cal-tex.el (cal-tex-list-diary-entries): Use LIST-ONLY
5112 argument of diary-list-entries rather than setting diary-display-hook.
5113
5114 2008-05-30 Kenichi Handa <handa@m17n.org>
5115
5116 * international/mule-conf.el (utf-8-with-signature): Renamed from
5117 utf-8-sig.
5118 (utf-8-auto): Adjusted for the above change.
5119
5120 * international/mule-diag.el (describe-font): Don't check fontset
5121 here, and just call font-info. Get the default font by from the
5122 default face.
5123
5124 2008-05-29 Kenichi Handa <handa@m17n.org>
5125
5126 * international/mule-conf.el (utf-8-sig, utf-8-auto):
5127 New coding systems.
5128
5129 * international/mule.el (define-coding-system): Accept :bom for utf-8.
5130
5131 2008-05-29 Espen Wiborg <espen.wiborg@telio.no> (tiny change)
5132
5133 * international/utf-7.el (utf-7-encode): Use the right escape char
5134 depending on imap/nonimap encoding.
5135
5136 2008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
5137
5138 * minibuffer.el (completion-pcm-all-completions): Add the base-size.
5139
5140 2008-05-29 Juanma Barranquero <lekktu@gmail.com>
5141
5142 * icomplete.el (icomplete-prospects-height): Add :group.
5143
5144 2008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
5145
5146 * icomplete.el (icomplete-prospects-length): Make obsolete.
5147 (icomplete-prospects-height): New var.
5148 (icomplete-completions): Use it.
5149
5150 2008-05-29 David Kastrup <dak@gnu.org>
5151
5152 * autoinsert.el (auto-insert): Add :link.
5153
5154 2008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
5155
5156 * tar-mode.el (tar-header): New field `header-start'.
5157 (tar-header-block-tokenize): Set it when useful.
5158 Drop "GNUtar " magic value, which even GNU Tar doesn't know about.
5159 (tar-header-data-end): New function.
5160 (tar-summarize-buffer): Use it.
5161 (tar-next-line): Fix goal column for long usernames.
5162 (tar-expunge-internal): Use header-start.
5163 (tar-rename-entry): Handle ustar-style long names.
5164 (tar-alter-one-field): Add optional `descriptor' argument.
5165 (tar-subfile-save-buffer): Use it.
5166
5167 2008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
5168
5169 * tar-mode.el (tar-header): New field `header-start'.
5170 (tar-header-block-tokenize): Set header-start for longlink entries.
5171 (tar-expunge-internal): Use header-start to expunge longlink entries.
5172
5173 * files.el (hack-local-variables): Don't signal an error if the local
5174 variable section is not properly terminated.
5175
5176 * emacs-lisp/easymenu.el (easy-menu-convert-item)
5177 (easy-menu-convert-item-1): Move the duplicate-generation outside of
5178 the caching so it also works for identical entries.
5179
5180 * tar-mode.el (tar-summarize-buffer): Fix reporter initialization.
5181 (tar-mode): Use write-region-annotate-functions rather than
5182 write-contents-functions.
5183 (tar-extract): Remove unused var `pos'.
5184 (tar-subfile-save-buffer): Remove unused var `following-descs'.
5185 (tar-mode-write-file): Remove.
5186 (tar-write-region-annotate): New function.
5187
5188 * progmodes/flymake.el (flymake-save-buffer-in-file):
5189 * shadowfile.el (shadow-copy-file):
5190 * arc-mode.el (archive-*-write-file-member):
5191 * files.el (diff-buffer-with-file):
5192 * subr.el (with-temp-file): Pass nil to write-region.
5193 * jka-compr.el (jka-compr-write-region): Preserve `start's nullness.
5194
5195 * doc-view.el (doc-view-mode-map): Bind `q' to quit-window, as is
5196 the custom.
5197
5198 * files.el (basic-save-buffer-2): Pass nil rather than (point-min)
5199 to write-region.
5200
5201 2008-05-28 Glenn Morris <rgm@gnu.org>
5202
5203 * Makefile.in (update-elclist): Work around non-portability of "\"
5204 in various implementations of echo.
5205
5206 2008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
5207
5208 * international/mule-diag.el (describe-current-coding-system):
5209 Don't assume selection-coding-system is always defined.
5210
5211 * tar-mode.el: Use defstruct and markers.
5212 (tar-setf): Remove.
5213 (tar-header): Use defstruct. Add `data-start' field.
5214 (make-tar-desc, tar-desc-tokens): Remove, folded into tar-header.
5215 (tar-desc-data-start): Remove (now called tar-header-data-start).
5216 (tar-roundup-512): New fun.
5217 (tar-header-block-tokenize): Receive a buffer position rather than
5218 a string. Handle @longLink here, be more careful about it.
5219 Create a marker for data-start.
5220 (tar-summarize-buffer): Don't handle @LongLink here any more.
5221 (tar-expunge-internal, tar-subfile-save-buffer): Don't update
5222 data-start on the following entries any more.
5223 (tar-chown-entry, tar-chgrp-entry): Use read-number.
5224
5225 * tar-mode.el: Use buffer-swap-text to separate summary and raw data.
5226 (tar-header-offset): Remove.
5227 (tar-parse-info, tar-header-offset, tar-file-name-coding-system):
5228 Not permanent any more.
5229 (tar-data-buffer): New var.
5230 (tar-data-swapped-p, tar-change-major-mode-hook)
5231 (tar-mode-kill-buffer-hook): New funs.
5232 (tar-untar-buffer, tar-summarize-buffer, tar-mode, tar-mode-revert)
5233 (tar-extract, tar-copy, tar-expunge-internal, tar-expunge)
5234 (tar-clear-modification-flags, tar-alter-one-field)
5235 (tar-subfile-save-buffer, tar-pad-to-blocksize, tar-mode-write-file):
5236 Change accordingly.
5237
5238 2008-05-27 Dan Nicolaescu <dann@ics.uci.edu>
5239
5240 * vc-dispatcher.el (vc-directory-resynch-file): Rename to ...
5241 (vc-dir-resynch-file): ... this. Update callers.
5242 Use vc-string-prefix-p. Ignore directory args.
5243 (vc-string-prefix-p): CSE.
5244 (vc-resynch-buffer): Restore conditional.
5245
5246 * vc-hooks.el (vc-after-save): Improve test.
5247 (vc-mode-line): Fix indentation.
5248
5249 2008-05-27 Chong Yidong <cyd@stupidchicken.com>
5250
5251 * calendar/parse-time.el (parse-time-months)
5252 (parse-time-weekdays): Add long-form month and day names.
5253
5254 2008-05-27 Glenn Morris <rgm@gnu.org>
5255
5256 * Makefile.in (update-elclist): Make errors in final sed non-fatal.
5257
5258 2008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
5259
5260 * vc-dispatcher.el (vc-string-prefix-p): New function.
5261 (vc-dir-parent-marked-p): Use it.
5262
5263 2008-05-27 Dan Nicolaescu <dann@ics.uci.edu>
5264
5265 * vc.el (Problems): Remove fixed issues.
5266 (vc-expand-dirs): Avoid returning directories.
5267 (vc-dir): Fix C-x v v binding.
5268 (vc-make-backend-object): Fix name.
5269 (vc-dir-show-fileentry): Fix docstring.
5270 (vc-dir-refresh): Use vc-dir-backend. Fix docstring.
5271 (vc-dir-refresh-files): Use vc-dir-backend. Fix docstring.
5272 Reset the state for directories.
5273 (vc-dir-headers): Align labels.
5274 (vc-default-status-printer): Do no call prettify-state-info.
5275 (vc-deduce-fileset): Replace implementation with one based on a
5276 working older version.
5277 (vc-next-action): Use the new form of vc-deduce-fileset.
5278 Fix dealing with unregistered files.
5279
5280 * vc-dispatcher.el (vc-resynch-window): Fix mode-line updating.
5281 (vc-dir-menu-map): Fix menu title for the menu bar and the popup menu.
5282 (vc-dir-child-files): New function.
5283 (vc-dir-node-directory): New function.
5284 (vc-dir-update, vc-dir-parent-marked-p)
5285 (vc-dir-children-marked-p, vc-dir-mark-all-files)
5286 (vc-dir-marked-only-files, vc-dispatcher-selection-set): Use it.
5287
5288 * vc-cvs.el (vc-cvs-status-extra-headers): Align labels.
5289
5290 2008-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
5291
5292 * diff-mode.el (diff-context-mid-hunk-header-re): New const.
5293 (diff-font-lock-keywords, diff-context->unified)
5294 (diff-reverse-direction, diff-fixup-modifs, diff-sanity-check-hunk)
5295 (diff-hunk-text, diff-find-source-location): Use it.
5296 (diff-post-command-hook): Let the user edit the hunk headers.
5297
5298 2008-05-26 Andreas Schwab <schwab@suse.de>
5299
5300 * vc.el (vc-default-prettify-state-info): Fix formatting of an
5301 unknown state.
5302
5303 * tar-mode.el (tar-summarize-buffer): Comment fix.
5304
5305 2008-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
5306
5307 * tar-mode.el (tar-summarize-buffer): Handle GNU Tar @LongLink format.
5308
5309 2008-05-26 Glenn Morris <rgm@gnu.org>
5310
5311 * calendar/cal-hebrew.el (diary-ordinal-suffix): Declare for compiler.
5312
5313 2008-05-25 John Paul Wallington <jpw@pobox.com>
5314
5315 * proced.el (proced-next-line, proced-previous-line):
5316 Avoid calling `next-line' and `previous-line' from Lisp code.
5317
5318 2008-05-25 Ed Reingold <reingold@emr.cs.iit.edu>
5319
5320 * calendar/cal-hebrew.el (diary-hebrew-yahrzeit):
5321 Use diary-ordinal-suffix.
5322
5323 2008-05-24 Juanma Barranquero <lekktu@gmail.com>
5324
5325 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-defs)
5326 (edebug-all-forms, edebug-eval-macro-args, edebug-save-windows)
5327 (edebug-save-displayed-buffer-points, edebug-initial-mode)
5328 (edebug-trace, edebug-test-coverage, edebug-continue-kbd-macro)
5329 (edebug-print-length, edebug-print-level, edebug-print-circle)
5330 (edebug-unwrap-results, edebug-on-error, edebug-on-quit)
5331 (edebug-global-break-condition, edebug-sit-for-seconds):
5332 Remove spurious * from defcustom docstrings.
5333 (edebug-unwrap*, edebug-signal, edebug-eval-display):
5334 Improve argument/docstring consistency.
5335 (edebug-test-coverage, edebug-gensym, edebug-read)
5336 (edebug-top-level-nonstop, edebug-eval-result-list)
5337 (edebug-eval-redisplay, edebug-trace): Fix typos in docstring.
5338 (edebug-eval-defun, edebug-eval-top-level-form, edebug)
5339 (edebug-display-freq-count): Reflow docstrings.
5340 (edebug-restore-status): Doc fix.
5341
5342 2008-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
5343
5344 * proced.el (proced-header-line): Use the :align-to 0 feature
5345 rather than computing the corresponding position manually.
5346 (proced-update): Don't hardcode point-min==1.
5347
5348 2008-05-24 Alan Mackenzie <acm@muc.de>
5349
5350 * progmodes/cc-mode.el (c-postprocess-file-styles): Throw an error
5351 if c-file-style is set to a non-string.
5352
5353 (c-neutralize-CPP-line): Surround by `save-excursion'.
5354 (c-neutralize-syntax-in-CPP): Optimize for speed.
5355
5356 2008-05-24 Glenn Morris <rgm@gnu.org>
5357
5358 * Makefile.in (update-elclist): New target, to update ELCFILES.
5359 (bootstrap-after): Run update-elclist.
5360
5361 2008-05-24 Ulf Jasper <ulf.jasper@web.de>
5362
5363 * icalendar.el (icalendar-version): Increase to "0.19".
5364 (icalendar--date-style): New function.
5365 (icalendar--datetime-to-diary-date): Doc fix.
5366 Use icalendar--date-style.
5367 (icalendar--datestring-to-isodate): Doc fix. Handle iso date style.
5368 (icalendar--convert-yearly-to-ical)
5369 (icalendar--convert-recurring-to-diary): Handle iso date style,
5370 use icalendar-date-style.
5371
5372 2008-05-23 Dan Nicolaescu <dann@ics.uci.edu>
5373
5374 * vc.el (vc-delete-file): Make sure the buffer is deleted and
5375 vc-dir buffers are updated.
5376
5377 2008-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
5378
5379 * vc.el (vc-delete-file): Don't try to resynch the buffer.
5380
5381 2008-05-23 Paul Rivier <paul.r.ml@gmail.com>
5382
5383 * textmodes/reftex-vars.el (reftex-extra-bindings-prefix): New var.
5384 * textmodes/reftex.el (reftex-extra-bindings-map): New var.
5385 (reftex-extra-bindings): Use it.
5386
5387 * progmodes/mixal-mode.el (mixal-mode-map): Move key-bindings
5388 away from the user-reserved keys.
5389
5390 * progmodes/ada-mode.el (ada-mode-extra-map, ada-mode-extra-prefix):
5391 New vars.
5392 (ada-create-keymap): Use them.
5393
5394 2008-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
5395
5396 * emacs-lisp/regexp-opt.el (regexp-opt): Always return
5397 a properly-grouped regexp.
5398
5399 2008-05-23 Juanma Barranquero <lekktu@gmail.com>
5400
5401 * progmodes/cap-words.el (capitalized-words-mode):
5402 Fix typos in docstring.
5403
5404 2008-05-23 Kenichi Handa <handa@m17n.org>
5405
5406 * international/mule-conf.el: Don't define the charset `emacs'
5407 here, just put :docstring, :short-name, and :long-name.
5408
5409 2008-05-22 Kenichi Handa <handa@m17n.org>
5410
5411 * international/mule-diag.el (font-show-log): Limit each listing
5412 to 20 items.
5413
5414 2008-05-23 Nick Roberts <nickrob@snap.net.nz>
5415
5416 * progmodes/gdb-ui.el (gdb-enable-debug): New function.
5417 (gdb-annotation-rules): New entry for "thread-changed".
5418 (gdb-thread-changed): New function.
5419
5420 2008-05-23 Glenn Morris <rgm@gnu.org>
5421
5422 * Makefile.in (SOURCES): Remove, unused.
5423 (lisptagsfiles1, lisptagsfiles2): Use '*' rather than '[a-zA-Z]*'.
5424 (TAGS, TAGS-LISP): Use a single rule with multiple targets.
5425 Exclude more '*loaddefs' files.
5426 (compile-always): Simplify '.elc' deletion.
5427
5428 2008-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
5429
5430 * vc-bzr.el (vc-bzr-annotate-time): Reduce memory allocation.
5431 (vc-bzr-revision-completion-table): Handle `boundaries' argument.
5432
5433 * minibuffer.el (completion-boundaries): Change calling
5434 convention, so `string' has the same semantics as in
5435 try-completion and all-completions.
5436 (completion-table-with-context, completion--embedded-envvar-table)
5437 (completion--file-name-table)
5438 (completion-pcm--find-all-completions): Adjust code accordingly.
5439
5440 2008-05-22 Chong Yidong <cyd@stupidchicken.com>
5441
5442 * image-mode.el (image-mode-winprops): Add argument CLEANUP to
5443 prune image-mode-winprops-alist, preventing it from growing
5444 indefinitely.
5445 (image-mode-reapply-winprops): Use it.
5446
5447 2008-05-22 Teodor Zlatanov <tzz@lifelogs.com>
5448
5449 * net/netrc.el (netrc-machine): Always match if the port is not given.
5450
5451 2008-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
5452
5453 * minibuffer.el (completion-pcm--find-all-completions):
5454 Don't add pseudo-completions.
5455
5456 * icomplete.el (icomplete-eoinput): Remove.
5457 (icomplete-overlay): New var to replace it.
5458 (icomplete-tidy): Rewrite.
5459 (icomplete-exhibit): Use an overlay.
5460 (icomplete-completions): Use completion-all-sorted-completions.
5461 Obey completion-ignore-case.
5462
5463 * files.el (locate-dominating-file): Accept non-existing argument.
5464 (project-find-settings-file): Rewrite, using locate-dominating-file.
5465
5466 2008-05-22 Kenichi Handa <handa@m17n.org>
5467
5468 * faces.el (font-weight-table, font-slant-table, font-width-table):
5469 Delete them. Don't call internal-set-font-style-table.
5470
5471 * international/mule-diag.el (font-show-log): New function.
5472
5473 * international/fontset.el (script-representative-chars): Add more
5474 chars for latin. Add data for symbol.
5475 (setup-default-fontset): Add entries for phonetic, armenian, and symbol.
5476
5477 2008-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
5478
5479 * minibuffer.el (completion-all-sorted-completions): New var.
5480 (completion--flush-all-sorted-completions)
5481 (completion-all-sorted-completions): New functions.
5482 (minibuffer-force-complete): New command.
5483
5484 2008-05-21 Glenn Morris <rgm@gnu.org>
5485
5486 * files.el (c-postprocess-file-styles): Declare for compiler.
5487
5488 * Makefile.in: Allow for parallel byte-compiling.
5489 (ELCFILES): New variable.
5490 (.el.elc): Remove prerequisites from suffix rule. Print a message.
5491 (compile-first, compile-main, compile-last): New targets.
5492 (compile-always): Simplify - delete .elc files, then `make compile'.
5493
5494 * Makefile.in (compile-calc): Use glob rather than find.
5495 ($(lisp)/progmodes/cc-mode.elc): Use $@.
5496
5497 * eshell/esh-module.el: No need for cl when compiling.
5498
5499 * eshell/eshell.el (eshell-defgroup): New alias.
5500 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
5501 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
5502 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
5503 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
5504 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
5505 * eshell/em-xtra.el: Use eshell-defgroup rather than defgroup.
5506 Autoload the custom group. Set generated-autoload-file.
5507 * eshell/em-basic.el, eshell/esh-module.el: Require eshell,
5508 for eshell-defgroup.
5509 * eshell/esh-module.el (eshell-load-defgroups): Remove.
5510 Require esh-groups rather than loading it.
5511
5512 2008-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5513
5514 * proced.el (proced-header-line): New variable and new function.
5515 (proced-mode): Set header-line-format.
5516 (proced-update): Set proced-header-line.
5517 (proced-send-signal): Use proced-header-line.
5518
5519 2008-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
5520
5521 * macros.el (insert-kbd-macro): Use prin1-char.
5522
5523 2008-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
5524
5525 * minibuffer.el (completion-boundaries): New function.
5526 (completion--some): Delay errors.
5527 (complete-with-action, completion-table-with-context):
5528 Handle `boundaries' case.
5529 (completion--try-word-completion): Avoid partial-completion
5530 when the user hasn't entered anything yet.
5531 (minibuffer-local-map, minibuffer-local-filename-completion-map)
5532 (minibuffer-local-must-match-map, minibuffer-local-completion-map)
5533 (minibuffer-local-must-match-filename-map, minibuffer-local-ns-map):
5534 Setup default keybindings.
5535 (completion--embedded-envvar-re): New var.
5536 (completion--embedded-envvar-table): Use it. Handle `boundaries' case.
5537 (completion--file-name-table): Handle `boundaries' case.
5538 (completion-pcm--pattern->regex): Avoid pathological backtracking.
5539 (completion-pcm--all-completions): Add a `prefix' arg.
5540 (completion-pcm--find-all-completions): New function.
5541 (completion-pcm-all-completions, completion-pcm-try-completion):
5542 Use it.
5543
5544 * icomplete.el (icomplete-completions): Don't use `predicate' with
5545 a table of a different type than `candidates'.
5546
5547 2008-05-20 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5548
5549 * proced.el (proced-goal-column): Rename from proced-procname-column.
5550 (proced-goal-header-re): Rename from proced-procname-column-regexp.
5551 (proced-move-to-goal-column): Rename from proced-move-to-procname.
5552 (proced-header-face, proced-header-regexp): Remove.
5553 (proced-font-lock-keywords): Remove proced-header-face.
5554 (proced-header-alist, proced-sorting-schemes-re): New variables.
5555 (proced): Rename Proced buffer to *Proced*.
5556 (proced-next-line, proced-previous-line): New commands.
5557 (proced-do-mark, proced-do-mark-all, proced-toggle-marks)
5558 (proced-hide-processes): Do not treat first line as special.
5559 (proced-header-space): New function.
5560 (proced-update): Use header-line-format.
5561 Initialize proced-header-alist and proced-sorting-schemes-re.
5562 Set proced-goal-column. Include proced-command in mode-name.
5563 (proced-send-signal): Use header-line-format for *Marked
5564 Processes* buffer.
5565 (proced-sort): Restrict minibuffer completion to applicable
5566 sorting schemes.
5567 (proced-sorting-scheme-p): Use proced-sorting-schemes-re.
5568
5569 2008-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
5570
5571 * icomplete.el (icomplete-simple-completing-p):
5572 Allow icomplete-with-completion-tables to say "use it everywhere".
5573 (icomplete-completions): Obey completion-styles. Try to accommodate
5574 partial-completion style.
5575
5576 2008-05-20 Michael Olson <mwolson@gnu.org>
5577
5578 * files.el (project-find-settings-file): Change concat to
5579 expand-file-name.
5580
5581 2008-05-19 Tom Tromey <tromey@redhat.com>
5582
5583 * files.el (normal-mode): Call hack-project-variables.
5584 (hack-local-variables-confirm): Add 'project' argument.
5585 (hack-local-variables-apply): New function.
5586 (hack-local-variables): Use it.
5587 (project-class-alist, project-directory-alist): New variables.
5588 (project-get-alist): New function.
5589 (project-collect-bindings-from-alist)
5590 (project-collect-binding-list, set-directory-project)
5591 (project-find-settings-file, project-define-from-project-file)
5592 (hack-project-variables): New functions.
5593
5594 2008-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
5595
5596 * emacs-lisp/cl-specs.el (destructuring-bind): Fix spec.
5597
5598 2008-05-19 Juanma Barranquero <lekktu@gmail.com>
5599
5600 * faces.el (font-weight-table): Fix typo in docstring.
5601
5602 2008-05-18 David Hull <david@snap.com> (tiny change)
5603
5604 * vc-hg.el (vc-hg-annotate-re): Recognize the output of --follow.
5605 (vc-hg-annotate-command): Allow white space before version number.
5606
5607 2008-05-18 Jay Belanger <jay.p.belanger@gmail.com>
5608
5609 * calc/calc-yank.el (calc-register-alist): New variable.
5610 (calc-set-register, calc-get-register, calc-copy-to-register)
5611 (calc-insert-register, calc-add-to-register, calc-append-to-register)
5612 (calc-prepend-to-register): New functions.
5613
5614 * calc/calc-ext.el (calc-init-extensions): Add keybindings for
5615 `calc-copy-to-register' and `calc-insert-register'.
5616 Autoload new register functions.
5617
5618 * calc/calc-help.el (calc-r-prefix-help): Add help for register
5619 functions.
5620
5621 2008-05-18 Dan Nicolaescu <dann@ics.uci.edu>
5622
5623 * vc.el (Todo): Add known problems.
5624 (vc-dir-backend): New variable.
5625 (vc-dir): Set it.
5626 (vc-make-backend-object, vc-generic-status-printer)
5627 (vc-generic-state, vc-generic-status-fileinfo-extra)
5628 (vc-dir-extra-menu): Use it.
5629 (vc-generic-dir-headers): Remove, unused.
5630
5631 * vc-dispatcher.el (vc-dir-previous-directory): Rename from
5632 vc-dir-prev-directory for consistency with vc-dir-previous-line.
5633 (vc-dir-mode-map): Fix bindings.
5634
5635 * vc-bzr.el (vc-bzr-after-dir-status): Remove unused binding.
5636
5637 2008-05-18 Jay Belanger <jay.p.belanger@gmail.com>
5638
5639 * calc/calc-yank.el (calc-kill): Make sure that only the stack is
5640 operated on.
5641 (calc-kill-region): Kill entire lines.
5642
5643 2008-05-17 Glenn Morris <rgm@gnu.org>
5644
5645 * ezimage.el (ezimage-use-images): Drop support for Emacs < 21 and
5646 simplify initial value.
5647 (defezimage): Drop support for Emacs without defimage, use a featurep
5648 test rather than fboundp when defining, drop with-no-warnings.
5649 (ezimage-insert-over-text): Move featurep test inside
5650 add-text-properties.
5651
5652 * elide-head.el (elide-head-headers-to-hide): Handle GPLv3 format.
5653
5654 * net/tramp.el (top-level): Load auth-source when compiling.
5655
5656 * progmodes/fortran.el (fortran-font-lock-keywords-2): Add .eqv., .neqv.
5657
5658 2008-05-17 Andreas Schwab <schwab@suse.de>
5659
5660 * vc-dispatcher.el (vc-dir-mode-map): Fix M-down and M-up binding.
5661
5662 2008-05-17 Dan Nicolaescu <dann@ics.uci.edu>
5663
5664 * vc.el (vc-annotate-show-diff-revision-at-line): Change
5665 vc-diff-internal arg to match what vc-deduce-fileset returns now.
5666
5667 2008-05-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5668
5669 * menu-bar.el (menu-bar-select-buffer): Reinsert it as msb.el uses it.
5670
5671 2008-05-17 Jim Meyering <meyering@redhat.com>
5672
5673 * ido.el (ido-save-history): Do not emit a trailing newline at the
5674 end of the ido history file.
5675
5676 2008-05-16 John Paul Wallington <jpw@pobox.com>
5677
5678 * vc-dispatcher.el (top-level): Revert previous change: require cl
5679 when compiling.
5680
5681 2008-05-16 Eric S. Raymond <esr@snark.thyrsus.com>
5682
5683 * vc.el (vc-default-status-printer)
5684 (vc-default-prettify-state-info): Enhance the state prettyprinter
5685 to deal better with unknown states and indirect through it when
5686 painting vc-dir buffers.
5687
5688 2008-05-16 John Paul Wallington <jpw@pobox.com>
5689
5690 * vc-dispatcher.el (top-level): Don't require cl when compiling.
5691 (vc-dir-mode-map): Fix backquote.
5692 (vc-at-event): Doc fix. Use `make-symbol' instead of `gensym'.
5693
5694 2008-05-16 Michael Albinus <michael.albinus@gmx.de>
5695
5696 * net/tramp.el (tramp-handle-write-region): Fix check for short track.
5697 Reported by Glenn Morris <rgm@gnu.org>.
5698
5699 2008-05-16 Eric S. Raymond <esr@snark.thyrsus.com>
5700
5701 * vc.el: Remove my analysis of SCCS/RCS concurrency issues from
5702 the end of the file, it was good work at one time but has been
5703 stale since 1995 and may now be actively misleading.
5704 * vc-cvs.el (vc-cvs-status-extra-headers): Extract and display the
5705 CVS repository and module (assumptions for the latter a bit iffy).
5706 * vc-svn.el (vc-svn-status-extra-headers): Extract and display the
5707 SVN repository.
5708
5709 2008-05-16 Juanma Barranquero <lekktu@gmail.com>
5710
5711 * vc-rcs.el (vc-rcs-create-tag):
5712 * vc-sccs.el (vc-sccs-create-tag):
5713 Fix typo in error message and pass backend arg.
5714
5715 2008-05-15 Michael Albinus <michael.albinus@gmx.de>
5716
5717 * net/tramp.el (tramp-file-name-for-operation): Add `make-temp-name'.
5718
5719 2008-05-15 Teodor Zlatanov <tzz@lifelogs.com>
5720
5721 * net/tramp.el: Load auth-source library.
5722 (tramp-read-passwd): Use it for password, not login.
5723
5724 2008-05-15 Shigeru Fukaya <shugeru.fukaya@gmail.com>
5725
5726 * ses.el (ses-goto-print): Use move-to-column rather than forward-char.
5727 (ses-print-cell): Use string-width, truncate-string-to-width,
5728 delete-region rather than length, substring, delete-char.
5729 (ses-setup): Set inhibit-point-motion-hooks to t.
5730 Calculate position by actually moving point rather than just using
5731 unibyte character length.
5732 (ses-mode): Set indent-tabs-mode to nil.
5733 (ses-center): Use string-width rather than length.
5734
5735 2008-05-15 Eric S. Raymond <esr@snark.thyrsus.com>
5736
5737 * vc-cvs.el, vc-git.el, vc-hg.el, vc-hooks.el, vc-mcvs.el,
5738 * vc-rcs.el, vc-sccs.el, vc-svn.el, vc.el:
5739 Rename vc-*-create-snapshot and vc-*-retrieve-snapshot to
5740 vc-*-create-tag and vc-*-retrieve-tag respectively.
5741
5742 * vc-dispatcher.el: Fix an incorrect buffer name and remove an
5743 unneeded defalias.
5744
5745 * vc.el, vc-dispatcher.el (vc-dir-menu-map-filter): Move.
5746
5747 * vc.el, vc-dispatcher.el (vc-dir-menu-map): Remove assumption
5748 about buffer names.
5749
5750 2008-05-15 Glenn Morris <rgm@gnu.org>
5751
5752 * vc-hooks.el (vc-directory-resynch-file): Fix declaration.
5753
5754 * org/org-exp.el (org-infojs-options-inbuffer-template):
5755 Fix declaration.
5756
5757 * progmodes/cc-mode.el (declare-function): Add compat definition.
5758 (awk-mode-syntax-table, c-awk-unstick-NL-prop): Declare for compiler.
5759
5760 2008-05-14 Eric S. Raymond <esr@snark.thyrsus.com>
5761
5762 * vc-dispatcher.el (vc-dispatcher-selection): Change the returned
5763 list to a cons so the caller can get back both expanded and
5764 unexpanded filesets.
5765 * vc.el (vc-deduce-fileset, vc-next-action, vc-diff-internal)
5766 (vc-merge, vc-version-diff, vc-print-log, vc-revert, vc-rollback):
5767 Change handling of selection-set returns as required.
5768
5769 2008-05-15 John Paul Wallington <jpw@pobox.com>
5770
5771 * add-log.el (top-level): Don't require cl when compiling.
5772
5773 * arc-mode.el (archive-add-new-member): Use `derived-mode-p'.
5774 (archive-*-extract): Use `zerop'.
5775 (archive-*-write-file-member): Use `or', use `zerop'.
5776
5777 * diff-mode.el (diff-current-defun): Use `buffer-local-value'.
5778
5779 * ibuffer.el (ibuffer-assert-ibuffer-mode): New defsubst.
5780 (ibuffer-mark-interactive, ibuffer-set-mark)
5781 (ibuffer-insert-buffer-line, ibuffer-redisplay-current)
5782 (ibuffer-map-lines, ibuffer-switch-format)
5783 (ibuffer-update-title-and-summary)
5784 (ibuffer-redisplay-engine): Use it.
5785
5786 * ibuf-ext.el (ibuffer-interactive-filter-by-mode)
5787 (ibuffer-set-filter-groups-by-mode, ibuffer-list-buffer-modes)
5788 (define-ibuffer-filter mode, define-ibuffer-filter used-mode)
5789 (define-ibuffer-sorter major-mode, ibuffer-mark-unsaved-buffers)
5790 (ibuffer-mark-read-only-buffers)
5791 (ibuffer-mark-dired-buffers): Use `buffer-local-value'.
5792
5793 * ibuf-macs.el (ibuffer-aif, ibuffer-awhen, ibuffer-save-marks)
5794 (define-ibuffer-column, define-ibuffer-sorter)
5795 (define-ibuffer-op, define-ibuffer-filter): Add declarations
5796 containing indentation specs, replacing equivalent top-level
5797 forms that set `lisp-indent-function' properties.
5798 (define-ibuffer-op): Use `derived-mode-p'.
5799 (define-ibuffer-filter): Remove redundant `concat' call.
5800
5801 2008-05-14 Michael Albinus <michael.albinus@gmx.de>
5802
5803 * net/tramp.el (tramp-echo-mark): Update docstring.
5804 (tramp-echo-mark-marker): New defconst.
5805 (tramp-check-for-regexp): Use it.
5806
5807 2008-05-14 Eric S. Raymond <esr@snark.thyrsus.com>
5808
5809 * vc.el (vc-deduce-fileset): Do the right thing when visiting a
5810 buffer (say, a log buffer or diff buffer) with a vc-dir buffer
5811 as parent.
5812
5813 2008-05-14 John Paul Wallington <jpw@pobox.com>
5814
5815 * international/mule.el (convert-define-charset-argument):
5816 Remove period from end of error message.
5817 (coding-system-mnemonic): Doc fix.
5818 (ctext-pre-write-conversion): Doc fix.
5819
5820 2008-05-14 Simon Marshall <simon@gnu.org>
5821
5822 * obsolete/fast-lock.el (fast-lock-cache-directories): Remove "."
5823 from its default value and give it the risky-local-variable
5824 property (CVE-2008-2142).
5825
5826 2008-05-14 Kenichi Handa <handa@m17n.org>
5827
5828 * language/korean.el ("Korean"): Set `iso639-language'
5829 property to `ko'.
5830
5831 * language/japanese.el ("Japanese"): Set `iso639-language'
5832 property to `ja'.
5833
5834 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
5835 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK")
5836 ("Chinese-GB18030"): Set `iso639-language' property to `zh'.
5837
5838 * international/mule-cmds.el (set-language-environment):
5839 Set current-iso639-language.
5840
5841 * international/fontset.el (setup-default-fontset): For kana, han,
5842 hangul, and cjk-misc, move an entry with font-spec at the end.
5843 (generate-fontset-menu): Exclude fontset-auto* from the list.
5844
5845 * composite.el (compose-chars-after): Assume that WINDOW is always
5846 non-nil.
5847
5848 * faces.el (font-weight-table, font-slant-table)
5849 (font-swidth-table): Declare them by defconst. Change the format
5850 of elements. Call internal-set-font-style-table after their
5851 declaration.
5852 (face-valid-attribute-values): Call font-family-list. Get values
5853 for width, weight, and slant from font-xxx-table.
5854
5855 * cus-face.el (custom-face-attributes): Add "thin" for :weight.
5856
5857 2008-05-13 John Paul Wallington <jpw@pobox.com>
5858
5859 * ibuffer.el (ibuffer-buffer-file-name): New function.
5860 (define-ibuffer-column filename): Use it.
5861
5862 * ibuf-ext.el (define-ibuffer-filter filename): Use it.
5863
5864 2008-05-13 Chong Yidong <cyd@stupidchicken.com>
5865
5866 * talk.el (talk): Simplify. Pass display arg to talk-add-display
5867 as a string.
5868 (talk-add-display): Simplify. Accept only string args.
5869
5870 2008-05-13 Jay Belanger <jay.p.belanger@gmail.com>
5871
5872 * calc/calc.el (calc-mode-map): Remove old keybinding for `calc-yank'.
5873
5874 2008-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
5875
5876 * Makefile.in (bootstrap-prepare): Don't chmod files.
5877 (autoloads): Do it here instead, where it's actually needed.
5878
5879 2008-05-13 Chong Yidong <cyd@stupidchicken.com>
5880
5881 * tool-bar.el (tool-bar-make-keymap): Account for the optional
5882 KEY-BINDING-DATA field in menu-item list.
5883
5884 2008-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
5885
5886 * dired.el (dired-read-dir-and-switches): Move things about to use less
5887 recursion during macroexpansion.
5888
5889 * dired.el (dired-read-dir-and-switches): Use read-file-name.
5890
5891 * dired.el (dired-read-dir-and-switches): Ignore ., .., and
5892 completion-ignored-extension directories if there's something else.
5893 (dired-mark-if, dired-map-over-marks, dired-readin, dired-revert)
5894 (dired-remember-marks, dired-undo, dired-build-subdir-alist)
5895 (dired-internal-do-deletions, dired-mark-files-in-region, dired-mark)
5896 (dired-toggle-marks, dired-change-marks, dired-unmark-all-files):
5897 buffer-read-only -> inhibit-read-only.
5898
5899 2008-05-12 Eric S. Raymond <esr@snark.thyrsus.com>
5900
5901 * vc.el (vc-expand-dirs): Stop this function from tossing out
5902 explicitly specified files.
5903
5904 2008-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
5905
5906 * smerge-mode.el (smerge-apply-resolution-patch): Don't pass nil
5907 to `insert'.
5908
5909 2008-05-12 Dan Nicolaescu <dann@ics.uci.edu>
5910
5911 * vc.el (vc-annotate-show-diff-revision-at-line): Remove incorrect
5912 cons. Use vc-annotate-backend.
5913 (with-vc-file, edit-vc-file): Remove unused macros.
5914
5915 2008-05-12 Teodor Zlatanov <tzz@lifelogs.com>
5916
5917 * mail/smtpmail.el: Add autoload for `auth-source-user-or-password'.
5918 (smtpmail-try-auth-methods): Use it.
5919
5920 2008-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
5921
5922 * emacs-lisp/cl.el (cl-set-nthcdr): Make it a defsubst so that
5923 (setf (nthcdr ..) ..) doesn't require CL at runtime.
5924
5925 2008-05-11 Carsten Dominik <dominik@science.uva.nl>
5926
5927 * org/org.el (org-modules): Repair problems with loading org-jsinfo.org.
5928
5929 2008-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
5930
5931 * vc-bzr.el (vc-bzr-sha1, vc-bzr-command-discarding-stderr)
5932 (vc-bzr-revision-completion-table): Use process-file.
5933 (vc-bzr-working-revision): Pass relative file names.
5934
5935 * diff-mode.el (diff-hunk-header-re): Refine the regexp.
5936
5937 2008-05-11 Juri Linkov <juri@jurta.org>
5938
5939 * wid-edit.el (widget-image-directory): Change default image data
5940 subdirectory from "custom" to "images/custom".
5941
5942 * info.el (Info-next-preorder): Let-bind `Info-history' to nil
5943 before recursive call to `Info-next-preorder' to not add
5944 intermediate nodes to the history.
5945
5946 * isearch.el: Put isearch-scroll property on recenter-top-bottom.
5947
5948 * emulation/cua-base.el: Put isearch-scroll property
5949 on cua-scroll-up and cua-scroll-down.
5950
5951 2008-05-11 Eric S. Raymond <esr@snark.thyrsus.com>
5952
5953 * vc-hooks.el (vc-recompute-state): Remove (dead code).
5954
5955 2008-05-10 Dan Nicolaescu <dann@ics.uci.edu>
5956
5957 * vc-dispatcher.el (ewoc): Require.
5958 (vc-log-edit, vc-buffer-sync): Declare for byte compiler.
5959
5960 * vc-hg.el (vc-hg-diff, vc-hg-annotate-command): Use when not if.
5961
5962 2008-05-10 Chong Yidong <cyd@stupidchicken.com>
5963
5964 * term/w32-win.el (x-colors):
5965 * term/mac-win.el (x-colors):
5966 * term/x-win.el (x-colors): Re-order colors.
5967
5968 2008-05-10 Reiner Steib <reiner.steib@gmx.de>
5969
5970 * smerge-mode.el (smerge-command-prefix): Fix custom type.
5971
5972 2008-05-10 Eric S. Raymond <esr@snark.thyrsus.com>
5973
5974 * vc-dispatcher.el (vc-dir-next-directory, vc-dir-prev-directory):
5975 New functions implementing motion to next and previous directory.
5976
5977 * vc-arch.el (vc-arch-command):
5978 * vc-bzr.el (vc-bzr-command):
5979 * vc-cvs.el (vc-cvs-command):
5980 * vc-dispatcher.el (vc-do-command):
5981 * vc-git.el (vc-git-command):
5982 * vc-hg.el (vc-hg-command):
5983 * vc-mcvs.el (vc-mvcs-command):
5984 * vc-mtn.el (vc-mtn-command):
5985 * vc-sccs.el (vc-sccs-command, vc-sccs-workfile)
5986 (vc-sccs-workfile-unchanged-p):
5987 * vc-svn.el (vc-svn-command, vc-svn-create-repo):
5988 * vc-rcs.el (all methods): Remove assumption about what a nil
5989 argument to vc-do-command means. This means no buffer name needs
5990 to be hardcoded into the dispatcher layer, and it's better to be
5991 explicit anyway.
5992
5993 * vc-svn.el (vc-svn-dir-state-heuristic): Remove.
5994
5995 2008-05-10 Dan Nicolaescu <dann@ics.uci.edu>
5996
5997 * vc.el: Update todo.
5998
5999 * vc-sccs.el (vc-sccs-dir-status):
6000 * vc-rcs.el (vc-rcs-dir-status): Avoid using results from multiple
6001 backends and returning up to date files.
6002
6003 * vc-hooks.el (vc-prefix-map): Remove duplicate binding.
6004
6005 2008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
6006
6007 * vc.el (vc-dir):
6008 * vc-hooks.el: Tweak the VC directory bindings. These are now
6009 documented in the manual.
6010
6011 * vc-dispatcher.el (vc-dir-update, vc-dir-parent-marked-p)
6012 (vc-dir-children-marked-p): Remove the vc-dir-insert-directories global.
6013 (vc-dispatcher-selection-set): Allow callers to pass in an
6014 observer flag that says no buffer sync is required.
6015 * vc.el (vc-deduce-fileset, vc-print-log, vc-version-diff):
6016 Use the observer flag.
6017
6018 2008-05-09 Michael Albinus <michael.albinus@gmx.de>
6019
6020 * simple.el (start-file-process): Clarify docstring.
6021
6022 2008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
6023
6024 * vc-sccs.el, vc-svn.el, vc-git.el, vc-hg.el, vc-mtn.el:
6025 Remove stub implementations of, and references to, wash-log.
6026 * vc-rcs.el (vc-rcs-comment-history):
6027 * vc-cvs.el (vc-cvs-comment-history):
6028 Inline the code that used to be wash-log.
6029
6030 * vc-sccs.el (vc-sccs-checkin, vc-sccs-checkout, vc-sccs-rollback)
6031 (vc-sccs-revert, vc-sccs-steal-lock, vc-sccs-modify-change-comment)
6032 (vc-sccs-print-log, vc-sccs-diff): Grok directories.
6033 * vc-rcs.el (vc-sccs-checkin, vc-sccs-checkout)
6034 (vc-rcs-revert, vc-rcs-steal-lock, vc-rcs-modify-change-comment)
6035 (vc-rcs-print-log): Grok directories.
6036
6037 2008-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
6038
6039 * vc.el (vc-mark-resolved): Add `backend' argument.
6040 (vc-next-action): Pass it the backend.
6041 (vc-next-action, vc-checkout, vc-mark-resolved, vc-version-diff)
6042 (vc-merge, vc-rollback, vc-update, vc-transfer-file, vc-delete-file)
6043 (vc-default-comment-history, vc-default-create-snapshot)
6044 (vc-default-retrieve-snapshot, vc-default-revert, vc-annotate)
6045 (vc-annotate-revision-previous-to-line)
6046 (vc-annotate-show-diff-revision-at-line, vc-annotate-warp-revision):
6047 * vc-svn.el (vc-svn-checkout):
6048 * vc-mcvs.el (vc-mcvs-checkout):
6049 * vc-hooks.el (vc-state, vc-default-workfile-unchanged-p)
6050 (vc-working-revision, vc-before-save, vc-mode-line):
6051 Prefer vc-call-backend to vc-call so as not to recompute the backend.
6052
6053 * vc.el (vc-deduce-fileset): Don't require the checkout-model and the
6054 state to be consistent since it's often an unwarranted restriction.
6055 Don't return the state either.
6056 (vc-next-action): Check that the state is consistent.
6057 (vc-diff-internal, vc-version-diff, vc-print-log, vc-revert)
6058 (vc-rollback, vc-update): Adapt to new return value of
6059 vc-deduce-fileset.
6060
6061 * vc-dispatcher.el (vc-dispatcher-browsing): Use derived-mode-p.
6062 (vc-dir-prepare-status-buffer): Use vc-dispatcher-browsing.
6063 (vc-dispatcher-in-fileset-p): New fun.
6064 (vc-dispatcher-selection-set): Use it to properly handle directories.
6065
6066 2008-05-09 Dan Nicolaescu <dann@ics.uci.edu>
6067
6068 * vc.el (vc-version-diff, vc-print-log, vc-revert, vc-rollback)
6069 (vc-update): Remove unused let bindings.
6070
6071 2008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
6072
6073 * vc.el (vc-deduce-fileset, vc-next-action, vc-version-diff)
6074 (vc-diff, vc-revert, vc-rollback, vc-update):
6075 * vc-dispatcher.el (vc-dispatcher-selection-set):
6076 Get rid of 4 special cases in fileset selection. This involved
6077 changing the return value of (vc-deduce-fileset) so that it passes
6078 back a deduced state as well as a deduced back end.
6079
6080 2008-05-08 Sam Steingold <sds@gnu.org>
6081
6082 * progmodes/compile.el (compilation-minor-mode-map)
6083 (compilation-mode-map): Bind "g" to recompile and "q" to quit-window.
6084 * progmodes/grep.el (grep-mode-map): Use `set-keymap-parent' to connect
6085 it to `compilation-minor-mode-map' (instead of an explicit `cons').
6086
6087 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
6088
6089 * org/org.el (org-modules, org-format-latex-options):
6090 * org/org-archive.el (org-archive-stamp-time)
6091 (org-archive-save-context-info):
6092 * org/org-faces.el (org-hide):
6093 * org/org-irc.el (org-irc-parse-link):
6094 * org/org-macs.el (org-call-with-arg, org-autoload):
6095 * org/org-mew.el (org-mew-store-link):
6096 * org/org-remember.el (org-remember-store-without-prompt)
6097 (org-remember-templates): Fix typos in docstrings.
6098
6099 * org/org-info.el (org-info-store-link): Remove leftover docstring.
6100
6101 * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
6102 (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
6103 (org-bbdb-anniv-split): Fix typos in docstrings.
6104
6105 * org/org-publish.el (org-publish-project-alist): Doc fixes.
6106 (org-publish-use-timestamps-flag): Reflow docstring.
6107 (org-publish-files-alist): Fix typos in docstring.
6108
6109 2008-05-07 Sam Steingold <sds@gnu.org>
6110
6111 * pcvs-util.el (cvs-bury-buffer): Revert my patch: quit-window
6112 appears to be too aggressive with window removal.
6113
6114 2008-05-08 Michael McNamara <mac@mail.brushroad.com>
6115
6116 * progmodes/verilog-mode.el (verilog-type-font-keywords):
6117 Add leda and 0in as pragma keywords.
6118 (verilog-pretty-expr): Support lining up assignments which include
6119 part selects.
6120 (verilog-mode): More portable check for the availability of
6121 hideshow support.
6122 (verilog-do-indent): Remove special indent for declarations inside
6123 a parenthetical list. The code is ill-advised, and doesn't work
6124 given the new user defined types.
6125 (verilog-set-auto-endcomments): Enhance function automatic
6126 endcomment to support functions that return user defined types.
6127 (verilog-mode): Add code to tell which-function-mode minor mode
6128 that Verilog supports this feature.
6129
6130 2008-05-08 Eli Zaretskii <eliz@gnu.org>
6131
6132 * epa-file.el: Require epa-hook.
6133
6134 * loadup.el ("epa-hook"): Load epa-hook instead of epa-file-hook.
6135
6136 * epa-hook.el: Renamed from epa-file-hook.el, to avoid
6137 file-names clashes on 8+3 filesystems. Provide epa-hook.
6138
6139 * org/org-jsinfo.el: Renamed from org-infojs.el, to avoid
6140 file-names clashes on 8+3 filesystems.
6141
6142 2008-05-08 Carsten Dominik <dominik@science.uva.nl>
6143
6144 * org/org.el (org-read-date-get-relative): Interpret lone
6145 weekday abbreviation as relative to today.
6146
6147 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
6148
6149 * abbrev.el (define-abbrev-table):
6150 * composite.el (toggle-auto-composition):
6151 * json.el (json-alist-p, json-plist-p):
6152 * minibuffer.el (completion-table-with-predicate):
6153 * ps-mule.el (ps-mule-external-libraries):
6154 * emacs-lisp/advice.el (ad-special-form-p):
6155 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
6156 * eshell/em-smart.el (eshell-review-quick-commands):
6157 * progmodes/python.el (python-comment-line-p, python-blank-line-p)
6158 (python-skip-out, python-check-comint-prompt):
6159 Don't use `iff' in docstrings.
6160
6161 * international/robin.el (robin-package-alist): Fix typo in docstring.
6162 (robin-current-package-name): Doc fix.
6163 (robin-activate): Don't use `iff' in docstring.
6164
6165 2008-05-07 Eric S. Raymond <esr@snark.thyrsus.com>
6166
6167 * vc.el, vc-dispatcher.el: VC-Dired support removed.
6168 The code uses a ewoc-based implementation now.
6169 * vc-hooks.el: Support for Meta-CVS has been removed.
6170
6171 2008-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
6172
6173 * tool-bar.el: Choose images dynamically.
6174 (tool-bar-make-keymap, tool-bar-find-image): New function.
6175 (tool-bar-find-image-cache): New var.
6176 (tool-bar-local-item, tool-bar-local-item-from-menu):
6177 Don't select the image yet, do it later in tool-bar-make-keymap.
6178
6179 2008-05-07 Andreas Schwab <schwab@suse.de>
6180
6181 * window.el: Require 'cl when compiling.
6182
6183 2008-05-07 Dan Nicolaescu <dann@ics.uci.edu>
6184
6185 * vc-dispatcher.el (vc-dir-insert-directories): Default to t.
6186
6187 2008-05-07 Glenn Morris <rgm@gnu.org>
6188
6189 * subr.el (ignore-errors): Move here from cl-macs.el.
6190 * emacs-lisp/cl-macs.el (ignore-errors): Move to subr.el.
6191
6192 * progmodes/fortran.el (fortran-mode): Fix font-lock-syntactic-keywords
6193 oddness.
6194
6195 2008-05-06 Eric S. Raymond <esr@snark.thyrsus.com>
6196
6197 * vc-hooks.el (vc-find-file-hook):
6198 * vc-dispatcher.el (vc-resynch-window): Decouple vc-dispatcher
6199 further from vc.el.
6200 * vc.el (vc-dir-mode): Move VC-specific context menu entries here.
6201
6202 2008-05-06 Wilson Snyder <wsnyder@wsnyder.org>
6203
6204 * progmodes/verilog-mode.el (verilog-getopt-file):
6205 Cleanup warning message format.
6206 (verilog-auto, verilog-auto-arg, verilog-auto-ascii-enum)
6207 (verilog-auto-inout, verilog-auto-inout-module)
6208 (verilog-auto-input, verilog-auto-inst, verilog-auto-inst-param)
6209 (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
6210 (verilog-auto-reg-input, verilog-auto-reset, verilog-auto-sense)
6211 (verilog-auto-sense-sigs, verilog-auto-tieoff)
6212 (verilog-auto-unused, verilog-auto-wire)
6213 (verilog-decls-get-assigns, verilog-decls-get-consts)
6214 (verilog-decls-get-gparams, verilog-decls-get-inouts)
6215 (verilog-decls-get-inputs, verilog-decls-get-outputs)
6216 (verilog-decls-get-ports, verilog-decls-get-regs)
6217 (verilog-decls-get-signals, verilog-decls-get-wires)
6218 (verilog-dir-cache-lib-filenames, verilog-dir-cache-list)
6219 (verilog-dir-cache-preserving, verilog-dir-file-exists-p)
6220 (verilog-dir-files, verilog-expand-dirnames, verilog-getopt-file)
6221 (verilog-inject-sense, verilog-library-filenames)
6222 (verilog-mode-release-date, verilog-mode-version)
6223 (verilog-modi-cache-add, verilog-modi-cache-preserve-buffer)
6224 (verilog-modi-cache-preserve-tick, verilog-modi-cache-results)
6225 (verilog-modi-get-assigns, verilog-modi-get-consts)
6226 (verilog-modi-get-gparams, verilog-modi-get-inouts)
6227 (verilog-modi-get-inputs, verilog-modi-get-outputs)
6228 (verilog-modi-get-ports, verilog-modi-get-regs)
6229 (verilog-modi-get-signals, verilog-modi-get-sub-inouts)
6230 (verilog-modi-get-sub-inputs, verilog-modi-get-sub-outputs)
6231 (verilog-modi-get-wires, verilog-preserve-cache)
6232 (verilog-preserve-dir-cache, verilog-preserve-modi-cache)
6233 (verilog-read-sub-decls, verilog-read-sub-decls-line)
6234 (verilog-read-sub-decls-sig, verilog-subdecls-get-inouts)
6235 (verilog-subdecls-get-inputs, verilog-subdecls-get-outputs):
6236 Add caching of additional state, and rework signal extraction
6237 routines to improve AUTO expansion performance by 300%++.
6238
6239 2008-05-06 Chong Yidong <cyd@stupidchicken.com>
6240
6241 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6242 Tweak Open Watcom regexp to distinguish between errors and warnings.
6243
6244 2008-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
6245
6246 * dired.el (dired-read-dir-and-switches): Fix up last change.
6247
6248 2008-05-05 Eric S. Raymond <esr@snark.thyrsus.com>
6249
6250 * vc.el (vc-deduce-fileset): Lift all the policy and UI stuff
6251 out of this function, move it to vc-dispatcher-selection-set.
6252
6253 2008-05-05 Sam Steingold <sds@gnu.org>
6254
6255 * window.el (delete-other-windows-vertically): New function.
6256
6257 2008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
6258
6259 * dired.el (dired-read-dir-and-switches):
6260 Obey read-file-name-completion-ignore-case.
6261
6262 2008-05-05 Nick Roberts <nickrob@snap.net.nz>
6263
6264 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6265 Add regexp for Open Watcom compiler output.
6266
6267 2008-05-05 Phil Sung <psung@mit.edu> (tiny change)
6268
6269 * progmodes/python.el (python-block-pairs): Align finally with except.
6270
6271 2008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
6272
6273 * vc-rcs.el (vc-rcs-fetch-master-state): Fix inf-loop.
6274
6275 2008-05-05 Tom Tromey <tromey@redhat.com>
6276
6277 * smerge-mode.el (smerge-start-session): Don't call smerge-next if
6278 looking at conflict marker.
6279
6280 2008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
6281
6282 * vc-dispatcher.el (vc-dir-mark-buffer-changed): Fix typo
6283 client-mode -> vc-client-object, and guess `funcall' was meant.
6284 (vc-dir-mode): Rename client-mode -> vc-client-mode.
6285
6286 2008-05-05 Dan Nicolaescu <dann@ics.uci.edu>
6287
6288 * net/zeroconf.el (dbus-call-method, dbus-register-signal)
6289 (dbus-debug): Move declarations outside eval-when-compile.
6290
6291 2008-05-04 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6292
6293 * proced.el (proced-command-alist): Fix system-type values.
6294 Fix defcustom.
6295 (proced-sorting-schemes-alist, proced-sorting-scheme): New variables.
6296 (proced-sort-pcpu, proced-sort-pmem, proced-sort-pid)
6297 (proced-sort-start, proced-sort, proced-sort-time): New commands.
6298 (proced-update): Use proced-sorting-scheme. Update modeline.
6299 (proced-send-signal): Use nreverse.
6300 (proced-sorting-scheme-p): New function.
6301
6302 2008-05-04 Andreas Schwab <schwab@suse.de>
6303
6304 * vc.el: Require dired when compiling.
6305
6306 * minibuffer.el (completion--insert-strings): Don't delete past bol.
6307
6308 2008-05-03 Glenn Morris <rgm@gnu.org>
6309
6310 * ediff-diff.el, ediff-help.el, ediff-merg.el, ediff-mult.el:
6311 * ediff-ptch.el, ediff-util.el, ediff-wind.el, ediff.el:
6312 Simplify compilation requirements.
6313 * ediff-init.el, ediff-vers.el: Remove unnecessary variable
6314 declarations.
6315
6316 2008-05-03 Dave Love <fx@gnu.org>
6317
6318 * progmodes/python.el (python-beginning-of-statement):
6319 Loop at least once (fixes 2008-02-21 change).
6320
6321 2008-05-03 Eli Zaretskii <eliz@gnu.org>
6322
6323 * ls-lisp.el (ls-lisp-insert-directory): Use `string-width'
6324 instead of `length' for comparing length of user and group names.
6325
6326 2008-05-03 Eric S. Raymond <esr@snark.thyrsus.com>
6327
6328 * vc-dispatcher.el: New file, separates out the UI and command
6329 execution machinery from VCS-specific logic left in vc.el.
6330 The separation is not yet completely clean, but it's a good start.
6331 * vc.el: This file is about 1700 lines shorter now.
6332 Remove obsolete logentry-check from the backend API.
6333 * vc-sccs.el (vc-sccs-logentry-check): Remove. This was the only
6334 implementation of the logentry-check method, and it guarded against
6335 a log length limit that has probably been obsolete for 15 years (!).
6336
6337 2008-05-02 Sam Steingold <sds@gnu.org>
6338
6339 * progmodes/compile.el (compilation-start): Move setting of
6340 compilation-directory after (funcall mode) as that resets local
6341 variables, this fixes recompile in grep buffers.
6342 * progmodes/grep.el (grep-mode-map): Bind "g" to recompile (like
6343 in dired &c).
6344
6345 2008-05-02 Eric S. Raymond <esr@snark.thyrsus.com>
6346
6347 * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el,
6348 * vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el,
6349 * vc-svn.el, vc.el (vc-*-checkout-model): Make sure every backend
6350 has one of these and that all are called in compatible ways.
6351 * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el,
6352 * vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el,
6353 * vc-svn.el, vc.el (vc-*-revision-granularity): Make sure every
6354 backend has one of these.
6355
6356 2008-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
6357
6358 * progmodes/octave-mod.el (octave-abbrev-table): Move defvar and
6359 initialization into define-abbrev-table. Use :regexp.
6360 (octave-mode-syntax-table): Don't set word syntax for `.
6361
6362 * files.el (minibuffer-with-setup-hook): Allow `fun' expressions rather
6363 than only value.
6364
6365 * dired.el (dired-read-dir-and-switches):
6366 Set minibuffer-completing-file-name and call substitute-in-file-name.
6367 (dired-format-columns-of-files): Use completion--insert-strings.
6368
6369 * minibuffer.el (completion-hilit-commonality): Revert last change:
6370 the leftover code was actually useful.
6371 (completion--insert-strings): Use string-width rather than length.
6372
6373 2008-05-02 Sam Steingold <sds@gnu.org>
6374
6375 * vc.el (vc-dir-mode-map): Enable mouse bindings.
6376 (vc-at-event): New macro: run the body at the even location.
6377 (vc-dir-menu, vc-dir-toggle-mark): Use it.
6378 (vc-dir-mark-file, vc-dir-unmark-file): Move only on non-mouse events.
6379 * subr.el (mouse-event-p): Check if the event is mouse-related.
6380
6381 2008-05-02 Nick Roberts <nickrob@snap.net.nz>
6382
6383 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
6384 Don't throw error if no file is found.
6385
6386 2008-05-02 Juanma Barranquero <lekktu@gmail.com>
6387
6388 * vc-hooks.el (vc-call, vc-state): Fix typos in docstrings.
6389 (vc-default-state-heuristic): Doc fix.
6390
6391 2008-05-02 Richard Sharman <rsharman@pobox.com>
6392
6393 * hilit-chg.el (highlight-changes-mode): Remove references to
6394 hooks that no longer exist. Because define-minor-mode is used the
6395 hook highlight-changes-mode-hook exists and can do what both the
6396 old hooks used to do. The documentation at the top of the file
6397 was updated to demonstrate this.
6398 (highlight-changes-mode): Remove commented out call to a hook
6399 function that is no longer there.
6400 (hilit-chg-set): Remove running of highlight-changes-enable-hook.
6401
6402 2008-05-02 Eric S. Raymond <esr@snark.thyrsus.com>
6403
6404 * vc.el (vc-default-dired-state-info): Change name of primitive
6405 to prettify-state-info, in preparation for ripping out dired mode.
6406 * vc-bzr.el (vc-bzr-dired-state-info): Change name of primitive
6407 to prettify-state-info, in preparation for ripping out dired mode.
6408 * vc-hooks.el (vc-toggle-read-only): Throw an error when a user
6409 tries this on a version-controlled buffer. It will do useless or
6410 actively bad things on any version control system newer than RCS.
6411 * vc-hooks.el (vc-dired-resynch-file):
6412 * vc.el (vc-dired-resynch-file): Change name of primitive to
6413 vc-directory-resynch-file, preparing to remove dired.
6414
6415 2008-05-02 Dan Nicolaescu <dann@ics.uci.edu>
6416
6417 * vc-rcs.el (vc-rcs-state): Fix typos.
6418
6419 * vc.el (vc-register): Change argument order so that the prefix
6420 argument is assigned correctly.
6421 (vc-next-action, vc-dir-register): Update for the above change.
6422
6423 2008-05-01 Juri Linkov <juri@jurta.org>
6424
6425 * replace.el (occur-read-primary-args): Set default to the car of
6426 regexp-history and display it in the prompt, but don't add to the
6427 list of minibuffer defaults. Bind history-add-new-input to nil to
6428 not add automatically `default'. For empty input return `default'.
6429 Otherwise, add `input' to regexp-history and return it.
6430 (occur-1): Signal an error for the empty regexp.
6431
6432 * progmodes/compile.el (compilation-auto-jump):
6433 Set window point to `pos' explicitly.
6434
6435 2008-05-01 Eric S. Raymond <esr@snark.thyrsus.com>
6436
6437 * vc-bzr.el (vc-bzr-state): Allow this to return 'ignored
6438 when appropriate.
6439 * vc-sccs.el (vc-sccs-state): Call vc-sccs-unregistered so
6440 we report the 'unregistered state reliably.
6441 * vc-rcs.el (vc-rcs-state): Call vc-rcs-unregistered so
6442 we report the 'unregistered state reliably.
6443 * vc-git.el (vc-git-state): Call vc-git-unregistered so
6444 we report the 'unregistered state reliably.
6445 * vc-hooks.el (vc-state): Document that vc-unregistered is
6446 now expected to be returned reliably.
6447 * vc.el (vc-default-dired-state): Change needs-patch state to
6448 needs-update, since the name now shows up in dir-status listings
6449 and was somewhat misleading.
6450 * vc-cvs.el (vc-cvs-delete-file): Don't do a "cvs commit"
6451 immediately after removing the file.
6452 * vc.el (vc-next-action): More informative messages when a fileset
6453 is in a mixed state or files are missing.
6454
6455 2008-05-01 Sam Steingold <sds@gnu.org>
6456
6457 * vc.el (vc-delete-file): Check if the file has uncommitted changes.
6458
6459 2008-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
6460
6461 * Makefile.in: Revert incorrect fix for claimed bootstrap breakage.
6462
6463 2008-05-01 Daiki Ueno <ueno@unixuser.org>
6464
6465 * epa-file-hook.el: New file split from epa-file.el.
6466 * epa-file.el: Require 'epa-file-hook.
6467 (epa-file-handler): Add autoload cookie.
6468 * loadup.el: Load epa-file-hook.
6469 * startup.el (command-line): Eval the body of auto-encryption-mode.
6470
6471 2008-05-01 Dan Nicolaescu <dann@ics.uci.edu>
6472
6473 * vc.el (vc-dir-mode-map): Don't bind "r".
6474
6475 * vc-hg.el (vc-hg-extra-fileinfo): New defstruct.
6476 (vc-hg-status-printer): New function.
6477 (vc-hg-after-dir-status): Deal with copied and renamed files.
6478 (vc-hg-dir-status): Add flag to show copied files.
6479
6480 2008-05-01 John Paul Wallington <jpw@pobox.com>
6481
6482 * ibuffer.el (ibuffer-last-sorting-mode): New variable.
6483 (ibuffer-do-sort-by-recency): Reverse sorting order if last
6484 sorting mode was recency.
6485
6486 * ibuf-macs.el (define-ibuffer-sorter): Define the sorter to
6487 reverse sorting order if last sorting mode was the sorter's.
6488
6489 2008-05-01 Jason Rumney <jasonr@gnu.org>
6490
6491 * w32-fns.el (w32-charset-info-alist): Map vietnamese to windows-1258.
6492
6493 2008-04-30 John Paul Wallington <jpw@pobox.com>
6494
6495 * ibuffer.el (define-ibuffer-column filename): When the major mode
6496 is `vc-dir-mode' show the buffer's default directory.
6497
6498 * ibuf-ext.el (define-ibuffer-filter filename): Likewise when the
6499 major mode is `vc-dir-mode' use the buffer's default directory.
6500
6501 2008-04-30 Sam Steingold <sds@gnu.org>
6502
6503 * vc.el (vc-dir-delete-file): Add.
6504 (vc-dir-mode-map): Bind "r" to vc-dir-delete-file, like in PCL-CVS.
6505 (vc-delete-file): Do not barf when the file has been already deleted.
6506
6507 2008-04-30 Dan Nicolaescu <dann@ics.uci.edu>
6508
6509 * emacs-lisp/lisp-mode.el (lisp-mode-map): Add menu.
6510
6511 2008-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
6512
6513 * progmodes/octave-mod.el (octave-help): New function.
6514 * progmodes/octave-hlp.el: Delete.
6515 * info-look.el (octave-mode): Add operator index.
6516
6517 * vc.el (vc-checkout): Typo.
6518
6519 2008-04-30 Dan Nicolaescu <dann@ics.uci.edu>
6520
6521 * menu-bar.el (menu-bar-tools-menu): Reorder, place Games last.
6522 Add "..." in the appropriate places.
6523
6524 * epa.el (epa-key-list-mode-map): Add more menu entries.
6525 Add "..." in the appropriate places.
6526
6527 * dired.el (dired-mode-map): Add :help.
6528
6529 * vc.el (vc-deduce-fileset): Add new parameter.
6530 (vc-dir-marked-only-files): New function.
6531 (vc-next-action): Don't ignore directories, look at the files
6532 inside them.
6533 (vc-dir-mode): Document how the mark/unmark commands work.
6534
6535 2008-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
6536
6537 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
6538 Rule out trailing spaces in file and directory names as well.
6539
6540 * minibuffer.el (completion--do-completion): Move point even if the
6541 completion makes no change.
6542 (completion-pcm-try-completion): Fix computation of new point.
6543
6544 2008-04-30 David Hansen <david.hansen@gmx.net>
6545
6546 * dired.el: Require 'cl.
6547
6548 2008-04-30 Nick Roberts <nickrob@snap.net.nz>
6549
6550 * progmodes/gdb-ui.el (gdb-frame-handler-1): Make overlay arrow
6551 hollow if not in innermost frame.
6552
6553 2008-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
6554 Make `checkout-model' apply to filesets.
6555 * vc-hooks.el (vc-checkout-model): Rewrite.
6556 (vc-before-save, vc-after-save): Adjust callers accordingly.
6557 * vc.el (vc-editable-p, vc-next-action, vc-checkout, vc-update)
6558 (vc-transfer-file): Adjust callers accordingly.
6559 * vc-rcs.el (vc-rcs-checkout-model): Adjust arg.
6560 (vc-rcs-state, vc-rcs-state-heuristic, vc-rcs-receive-file)
6561 (vc-rcs-checkout, vc-rcs-fetch-master-state): Use vc-rcs-checkout-model
6562 instead of vc-checkout-model.
6563 * vc-mcvs.el (vc-mcvs-revert):
6564 Use vc-mcvs-checkout-model i.s.o vc-checkout-model.
6565 * vc-cvs.el (vc-cvs-checkout-model): Adjust arg.
6566 (vc-cvs-revert): Use vc-cvs-checkout-model i.s.o vc-checkout-model.
6567 * vc-svn.el (vc-svn-checkout-model):
6568 * vc-hg.el (vc-hg-checkout-model):
6569 * vc-git.el (vc-git-checkout-model):
6570 * vc-bzr.el (vc-bzr-checkout-model): Adjust arg.
6571
6572 * dired.el (dired-read-dir-and-switches): Replace last change with
6573 a new approach that mixes read-file-name and read-directory-name.
6574
6575 * files.el (read-buffer-to-switch):
6576 Avoid making assumptions about `other-buffer'.
6577
6578 2008-04-29 Sam Steingold <sds@gnu.org>
6579
6580 * vc.el (vc-dir-mode-hook): Add normal hook.
6581 (vc-dir-mode): Run it.
6582
6583 2008-04-29 Nick Roberts <nickrob@snap.net.nz>
6584
6585 * progmodes/gdb-ui.el (gdb-display-buffer): Don't pop up GUD buffer.
6586 Always split windows.
6587 (gdb-speedbar-timer-fn): Only raise frame after user input.
6588 (gdb-same-frame): Reverse initial value.
6589 (gdb-display-gdb-buffer): Check for GUD buffer in other frames.
6590
6591 * progmodes/gud.el (gud-speedbar-buttons): Raise frame in
6592 gdb-speedbar-timer-fn.
6593
6594 2008-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
6595
6596 * uniquify.el (uniquify-rationalize-a-list): Beware of side-effects.
6597
6598 2008-04-29 Daiki Ueno <ueno@unixuser.org>
6599
6600 * epa.el (epa-key-list-mode-map): Add menu.
6601 (epa-delete-keys, epa-import-keys): Fix typo.
6602
6603 2008-04-29 Glenn Morris <rgm@gnu.org>
6604
6605 * find-cmd.el (top-level): Does not need cl when compiling.
6606
6607 2008-04-29 Phil Jackson <phil@shellarchive.co.uk>
6608
6609 * find-cmd.el: New file.
6610
6611 2008-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
6612
6613 * minibuffer.el (completion-hilit-commonality): Remove leftover code.
6614 (completion-pcm--pattern->regex): Let `group' be a list of symbols.
6615 (completion-pcm--hilit-commonality): New function.
6616 (completion-pcm-all-completions): Use it.
6617
6618 * minibuffer.el (completion-common-substring): Mark obsolete.
6619 (completions-first-difference, completions-common-part):
6620 Move from simple.el.
6621 (completion-hilit-commonality): New fun.
6622 (display-completion-list, completion-emacs21-all-completions)
6623 (completion-emacs22-all-completions): Use it.
6624 * simple.el (completions-first-difference, completions-common-part):
6625 Move to minibuffer.el.
6626 (choose-completion-string): Use field functions and minibufferp.
6627 (completion-setup-function): Don't set completions faces.
6628
6629 2008-04-29 Glenn Morris <rgm@gnu.org>
6630
6631 * calendar/calendar.el (calendar-nth-named-absday)
6632 (calendar-nth-named-day):
6633 * calendar/diary-lib.el (diary-list-sexp-entries, diary-float):
6634 * calendar/holidays.el (holiday-float): Doc fixes.
6635
6636 * emacs-lisp/check-declare.el (check-declare-errmsg): Fix counting in
6637 the `full' case.
6638
6639 * org/org-agenda.el (calendar-iso-from-absolute):
6640 * org/org.el (calendar-absolute-from-iso, calendar-iso-from-absolute):
6641 Fix declarations.
6642
6643 2008-04-28 Nick Roberts <nickrob@snap.net.nz>
6644
6645 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Make breakpoint
6646 icons work for assembler, i.e. FILE.s, FILE.S (not disassembly).
6647 (gdb-goto-breakpoint): Likewise for visiting breakpoints.
6648 (gdb-assembler-custom): Be careful not to match other addresses.
6649
6650 2008-04-29 Jason Rumney <jasonr@gnu.org>
6651
6652 * battery.el (battery-status-function): Use w32-battery-status
6653 on Windows.
6654 (battery-echo-area-format): Make apm format the general case.
6655 (battery-mode-line-format): Merge apm and pmset formats as the
6656 general case.
6657
6658 2008-04-29 Nick Roberts <nickrob@snap.net.nz>
6659
6660 * progmodes/gdb-ui.el (gdb-info-stack-custom):
6661 Use gud-tool-bar-item-visible-no-fringe.
6662 (gdb-display-buffer): Don't pop new buffer if gud-comint-buffer
6663 is already visible in frame. Remove optional size parameter
6664 and add optional frame parameter.
6665
6666 * progmodes/gud.el (gud-display-line): Only consider visible
6667 frames when looking for source buffer.
6668
6669 2008-04-28 Chong Yidong <cyd@stupidchicken.com>
6670
6671 * doc-view.el (doc-view-new-window-function): Avoid using WINDOW
6672 argument to get-char-property, in case the current buffer hasn't
6673 been assigned to that window yet.
6674 (doc-view-display): Default to selected window if the current
6675 buffer hasn't been assigned to a window yet.
6676
6677 2008-04-28 Vinicius Jose Latorre <bzg@altern.org>
6678
6679 * whitespace.el (whitespace-trailing-regexp): Fix docstring.
6680
6681 2008-04-28 Michael Albinus <michael.albinus@gmx.de>
6682
6683 * net/tramp.el (tramp-mode): New defcustom.
6684 (tramp-file-name-handler, tramp-completion-file-name-handler):
6685 Use it.
6686 (tramp-replace-environment-variables): Handle "$$".
6687
6688 2008-04-28 Sam Steingold <sds@gnu.org>
6689
6690 * vc-hg.el (vc-hg-rename-file): Fix argument order.
6691
6692 2008-04-28 Bastien Guerry <bzg@altern.org>
6693
6694 * whitespace.el (whitespace-trailing): Fix typo.
6695
6696 2008-04-28 Sam Steingold <sds@gnu.org>
6697
6698 * textmodes/remember.el (diary-make-entry): Update the autoload.
6699
6700 2008-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
6701
6702 * minibuffer.el (completion-pcm--all-completions): Don't pass nil to
6703 all-completions.
6704
6705 2008-04-28 Juanma Barranquero <lekktu@gmail.com>
6706
6707 * desktop.el (desktop-minor-mode-table): Add `savehist-mode'.
6708
6709 2008-04-27 Dan Nicolaescu <dann@ics.uci.edu>
6710
6711 * vc.el (vc-dir-mode-map): Change bindings for unmark all and revert.
6712 (vc-dir-parent-marked-p, vc-dir-children-marked-p): Implement.
6713 (vc-dir-mark-file): Add an optional argument.
6714 (vc-dir-mark-all-files, vc-dir-unmark-all-files): Deal with directories.
6715
6716 2008-04-27 Daiki Ueno <ueno@unixuser.org>
6717
6718 * epa-file.el (epa-file-enable, epa-file-disable): Use find-file-hook
6719 rather than obsolete alias find-file-hooks.
6720 (auto-encryption-mode): Rename from epa-file-mode. Default to on.
6721 Use find-file-hook rather than obsolete alias find-file-hooks.
6722 Add to find-file-not-found-functions.
6723 (epa-file-handler): Put 'safe-magic and 'operations properties.
6724
6725 * epa.el (epa-global-minor-modes, epa-mode, epa-menu)
6726 (epa-menu-items): Remove.
6727
6728 * epa-dired.el (epa-dired-do-decrypt, epa-dired-do-verify)
6729 (epa-dired-do-sign, epa-dired-do-encrypt): Add autoload cookie.
6730 (epa-dired-mode, epa-global-dired-mode): Remove.
6731
6732 * dired.el (dired-mode-map): Bind encryption/decryption commands.
6733
6734 * menu-bar.el (menu-bar-encryption-decryption-menu): New menu item.
6735
6736 * files.el (insert-file-contents-literally): Inhibit epa-file-handler.
6737
6738 2008-04-27 Glenn Morris <rgm@gnu.org>
6739
6740 * textmodes/reftex-global.el (reftex-isearch-switch-to-next-file):
6741 Remove un-needed local `orig-list'. Replace cl `copy-list'.
6742
6743 2008-04-27 Carsten Dominik <dominik@science.uva.nl>
6744
6745 * org/org.el (org-html-level-start): Always have id's in HTML.
6746 (org-export-as-html): Use `org-link-protocols' to
6747 retrieve the export form of the link.
6748 (org-add-link-type): Final parameter renamed from PUBLISH.
6749 Better documentation of how it is to be used. Avoid double entries for
6750 the same link type.
6751 (org-add-link-props): New function.
6752 (org-modules-loaded): New variable.
6753 (org-load-modules-maybe, org-set-modules): New function.
6754 (org-modules): New option.
6755 (org-mode, org-cycle, orgstruct-mode, org-run-like-in-org-mode)
6756 (orgtbl-mode, org-store-link, org-insert-link-global)
6757 (org-open-at-point): Call `org-load-modules-maybe'.
6758 (org-search-view): Add more text properties.
6759 (org-agenda-schedule, org-agenda-deadline): Allow also in
6760 search-type agendas.
6761 (org-search-view): Order of arguments has been changed.
6762 Interpret prefix-arg as TODO-ONLY.
6763 (org-agenda, org-run-agenda-series, org-agenda-manipulate-query):
6764 Take new argument order of `org-search-view' into account.
6765 (org-todo-only): New variable.
6766 (org-search-syntax-table): New variable and function.
6767 (org-search-view): Do the search with the special syntax table.
6768 (define-obsolete-function-alias): Make work with XEmacs.
6769 (org-add-planning-info): Use old date as default when modifying an
6770 existing deadline or scheduled item.
6771 (org-agenda-compute-time-span): Make argument N optional.
6772 (org-agenda-format-date-aligned): Require `cal-iso'.
6773 (org-agenda-list): Include week into agenda heading, don't
6774 list it at each date (only on Mondays).
6775 (org-read-date-analyze): Define local variable `iso-date'.
6776 (org-agenda-format-date-aligned): Remove dependency on
6777 `calendar-time-from-absolute'.
6778 (org-remember-apply-template, org-go-to-remember-target):
6779 Interpret filenames relative to `org-directory'.
6780 (org-complete): Silently fail when trying to complete
6781 keywords that don't have a default value.
6782 (org-get-current-options): Add a #+DATE: option.
6783 (org-additional-option-like-keywords): Remove "DATE:" from the
6784 list of additional keywords.
6785 (org-export-as-html): Remove (current-time) as unnecessary second
6786 argument of `format-time-string'.
6787 (org-clock-find-position): Handle special case at end of buffer.
6788 (org-agenda-day-view): New argument DAY-OF-YEAR, pass it on to
6789 `org-agenda-change-time-span'.
6790 (org-agenda-week-view): New argument ISO-WEEK, pass it on to
6791 `org-agenda-change-time-span'.
6792 (org-agenda-month-view): New argument MONTH, pass it on to
6793 `org-agenda-change-time-span'.
6794 (org-agenda-year-view): New argument YEAR, pass it on to
6795 `org-agenda-change-time-span'.
6796 (org-agenda-change-time-span): New optional argument N, pass it on
6797 to `org-agenda-compute-time-span'.
6798 (org-agenda-compute-time-span): New argument N, interpret it by
6799 changing the starting day.
6800 (org-small-year-to-year): New function.
6801 (org-scheduled-past-days): Respect `org-scheduled-past-days'.
6802 (org-auto-repeat-maybe): Make sure that repeating dates are pushed
6803 into the future, and that the shift is at least one interval, never 0.
6804 (org-update-checkbox-count): Fix bug with checkbox counting.
6805 (org-add-note): New command.
6806 (org-add-log-setup): Rename from `org-add-log-maybe'.
6807 (org-log-note-headings): New entry for plain notes (i.e. notes not
6808 related to state changes or clocking).
6809 (org-get-org-file): Check for availability of `remember-data-file'.
6810 (org-cached-entry-get): Allow a regexp value for
6811 `org-use-property-inheritance'.
6812 (org-use-property-inheritance): Allow regexp value. Fix bug in
6813 customization type.
6814 (org-use-tag-inheritance): Allow a list and a regexp value for
6815 this variable.
6816 (org-scan-tags, org-get-tags-at): Implement selective tag inheritance.
6817 (org-entry-get): Respect value `selective' for the INHERIT argument.
6818 (org-tag-inherit-p, org-property-inherit-p): New functions.
6819 (org-agenda-format-date-aligned): Allow 10 characters for
6820 weekday, to accommodate German locale.
6821 (org-add-archive-files): New function.
6822 (org-agenda-files): New argument `ext', to get archive files as well.
6823 (org-tbl-menu): Protect the use of variables that
6824 are only available when org-table.el gets loaded.
6825 (org-read-agenda-file-list): Error if `org-agenda-files' is a
6826 single directory.
6827 (org-open-file): Allow a batch process to trigger
6828 waiting after executing a system command.
6829 (org-store-link): Link to headline when there is not
6830 target and no region in an org-mode buffer when creating a link.
6831 (org-link-types-re): New variable.
6832 (org-make-link-regexps): Compute `org-link-types-re'.
6833 (org-make-link-description-function): New option.
6834 (org-agenda-date, org-agenda-date-weekend): New faces.
6835 (org-archive-sibling-heading): New option.
6836 (org-archive-to-archive-sibling): New function.
6837 (org-iswitchb): New command.
6838 (org-buffer-list): New function.
6839 (org-agenda-columns): Also try the #+COLUMNS line in
6840 the buffer associated with the entry at point (or with the first
6841 entry in the agenda view).
6842 (org-modules): Add entry for org-bibtex.el.
6843 (org-completion-fallback-command): Move into `org-completion' group.
6844 (org-clock-heading-function): Move to `org-progress' group.
6845 (org-auto-repeat-maybe): Make sure that a note can
6846 be enforces if `org-log-repeat' is `note'.
6847 (org-modules): Allow additional symbols for external packages.
6848 (org-ctrl-c-ctrl-c): Allow for `org-clock-overlays' to be undefined.
6849 (org-clock-goto): Hide drawers after showing an
6850 entry with `org-clock-goto'.
6851 (org-shiftup, org-shiftdown, org-shiftright, org-shiftleft):
6852 Try also a clocktable block shift.
6853 (org-clocktable-try-shift): New function.
6854 (org-columns-hscoll-title): New function.
6855 (org-columns-previous-hscroll): New variable.
6856 (org-columns-full-header-line-format): New variable.
6857 (org-columns-display-here-title, org-columns-remove-overlays):
6858 Install `org-columns-hscoll-title' in post-command-hook.
6859
6860 * org/org.el: Split into many small files.
6861
6862 * org/org-agenda.el: New file, split off from org.el.
6863
6864 * org/org-archive.el: New file, split off from org.el.
6865
6866 * org/org-bbdb.el: New file.
6867
6868 * org/org-bibtex.el: New file, split off from org.el.
6869
6870 * org/org-clock.el: New file, split off from org.el.
6871
6872 * org/org-colview.el: New file, split off from org.el.
6873
6874 * org/org-compat.el: New file, split off from org.el.
6875
6876 * org/org-exp.el: New file, split off from org.el.
6877
6878 * org/org-faces.el: New file, split off from org.el.
6879
6880 * org/org-gnus.el: New file, split off from org.el.
6881
6882 * org/org-info.el: New file, split off from org.el.
6883
6884 * org/org-infojs.el: New file.
6885
6886 * org/org-irc.el: New file.
6887
6888 * org/org-macs.el: New file, split off from org.el.
6889
6890 * org/org-mew.el: New file.
6891
6892 * org/org-mhe.el: New file, split off from org.el.
6893
6894 * org/org-publish.el: New file, split off from org.el.
6895
6896 * org/org-remember.el: New file, split off from org.el.
6897
6898 * org/org-rmail.el: New file, split off from org.el.
6899
6900 * org/org-table.el: New file, split off from org.el.
6901
6902 * org/org-vm.el: New file, split off from org.el.
6903
6904 * org/org-wl.el: New file, split off from org.el.
6905
6906 2008-04-27 Jason Riedy <jason@acm.org>
6907
6908 * org/org-table.el (orgtbl-to-generic): Add a :remove-nil-lines
6909 parameter that suppresses lines that evaluate to NIL.
6910 (orgtbl-get-fmt): New inline function for
6911 picking apart formats that may be lists.
6912 (orgtbl-apply-fmt): New inline function for applying formats that
6913 may be functions.
6914 (orgtbl-eval-str): New inline function for strings that may be
6915 functions.
6916 (orgtbl-format-line, orgtbl-to-generic): Use and document.
6917 (orgtbl-to-latex, orgtbl-to-texinfo): Document.
6918 (*orgtbl-llfmt*, *orgtbl-llstart*)
6919 (*orgtbl-llend*): Dynamic variables for last-line formatting.
6920 (orgtbl-format-section): Shift formatting to support detecting the
6921 last line and formatting it specially.
6922 (orgtbl-to-generic): Document :ll* formats. Set to the non-ll
6923 formats unless overridden.
6924 (orgtbl-to-latex): Suggest using :llend to suppress the final \\.
6925 (*orgtbl-table*, *orgtbl-rtn*): Dynamically
6926 bound variables to hold the input collection of lines and output
6927 formatted text.
6928 (*orgtbl-hline*, *orgtbl-sep*, *orgtbl-fmt*, *orgtbl-efmt*)
6929 (*orgtbl-lfmt*, *orgtbl-lstart*, *orgtbl-lend*): Dynamically bound
6930 format parameters.
6931 (orgtbl-format-line): New function encapsulating formatting for a
6932 single line.
6933 (orgtbl-format-section): Similar for each section. Rebinding the
6934 dynamic vars customizes the formatting for each section.
6935 (orgtbl-to-generic): Use orgtbl-format-line and
6936 orgtbl-format-section.
6937 (org-get-param): Now unused, so delete.
6938 (orgtbl-gather-send-defs): New function to
6939 gather all the SEND definitions before a table.
6940 (orgtbl-send-replace-tbl): New function to find the RECEIVE
6941 corresponding to the current name.
6942 (orgtbl-send-table): Use the previous two functions and implement
6943 multiple destinations for each table.
6944
6945 * doc/org.texi (A LaTeX example): Note that fmt may be a
6946 one-argument function, and efmt may be a two-argument function.
6947 (Radio tables): Document multiple destinations.
6948
6949 2008-04-27 Carsten Dominik <dominik@science.uva.nl>
6950
6951 * org/org-agenda.el (org-add-to-diary-list): New function.
6952 (org-prefix-has-effort): New variable.
6953 (org-sort-agenda-noeffort-is-high): New option.
6954 (org-agenda-columns-show-summaries)
6955 (org-agenda-columns-compute-summary-properties): New options.
6956 (org-format-agenda-item): Compute the duration of the item.
6957 (org-agenda-weekend-days): New variable.
6958 (org-agenda-list, org-timeline): Use the proper faces for dates in
6959 the agenda and timeline buffers.
6960 (org-agenda-archive-to-archive-sibling): New command.
6961 (org-agenda-start-with-clockreport-mode): New option.
6962 (org-agenda-clockreport-parameter-plist): New option.
6963 (org-agenda-clocktable-mode): New variable.
6964 (org-agenda-deadline-leaders): Allow a function value for the
6965 deadline leader.
6966 (org-agenda-get-deadlines): Deal with new function value.
6967
6968 * org/org-clock.el (org-clock): New customization group.
6969 (org-clock-into-drawer, org-clock-out-when-done)
6970 (org-clock-in-switch-to-state, org-clock-heading-function):
6971 Move into the new group.
6972 (org-clock-out-remove-zero-time-clocks): New option.
6973 (org-clock-out): Use `org-clock-out-remove-zero-time-clocks'.
6974 (org-dblock-write:clocktable): Allow a Lisp form for the scope
6975 parameter.
6976 (org-dblock-write:clocktable): Fix bug with total time calculation.
6977 (org-dblock-write:clocktable): Request the unrestricted list of files.
6978 (org-get-clocktable): New function.
6979 (org-dblock-write:clocktable): Make sure :tstart and :tend can not only
6980 be strings but also integers (an absolute day number) and lists (m d y).
6981
6982 * org/org-colview.el (org-columns-next-allowed-value)
6983 (org-columns-edit-value): Limit the effort for updating in the
6984 agenda to recomputing a single file.
6985 (org-columns-compute): Only write property value if it has changed.
6986 This avoids raising the buffer-change-flag unnecessarily.
6987 (org-agenda-colview-summarize)
6988 (org-agenda-colview-compute): New functions.
6989 (org-agenda-columns): Call `org-agenda-colview-summarize'.
6990
6991 * org/org-exp.el (org-export-run-in-background): New option.
6992 (org-export-icalendar): Allow a batch process to trigger waiting
6993 after executing a system command.
6994 (org-export-preprocess-string): Rename from
6995 `org-cleaned-string-for-export'.
6996 (org-export-html-style): Made target class look like normal text.
6997 (org-export-as-html): Make use of the better preprocessing in
6998 `org-cleaned-string-for-export'.
6999 (org-cleaned-string-for-export): Better treatment of heuristic
7000 targets, many more internal links will now work in HTML export.
7001 (org-get-current-options): Incorporate LINK_UP, LINK_HOME, and INFOJS.
7002 (org-export-inbuffer-options-extra): New variable.
7003 (org-export-options-filters): New hook.
7004 (org-infile-export-plist): Find also the settings keywords in
7005 `org-export-inbuffer-options-extra'.
7006 (org-infile-export-plist): Allow multiple #+OPTIONS lines and
7007 multiple #+INFOJS_OPT lines.
7008 (org-export-html-handle-js-options): New function.
7009 (org-export-html-infojs-setup): New option.
7010 (org-export-as-html): Call `org-export-html-handle-js-options'.
7011 Add autoload to all entry points.
7012 (org-skip-comments): Function removed.
7013
7014 * org/org-table.el (org-table-make-reference): Extra parenthesis
7015 around single fields, to make sure that algebraic formulas get
7016 correctly interpreted by calc.
7017 (org-table-current-column): No longer interactive.
7018
7019 * org/org-export-latex.el (org-export-latex-preprocess):
7020 Rename from `org-export-latex-cleaned-string'.
7021
7022 2008-04-27 Bastien Guerry <bzg@altern.org>
7023
7024 * org/org-publish.el (org-publish-get-base-files-1): New function.
7025 (org-publish-get-base-files): Use it.
7026 (org-publish-temp-files): New variable.
7027 Don't require 'dired-aux anymore.
7028 (org-publish-initial-buffer): New variable.
7029 (org-publish-org-to, org-publish): Use it.
7030 (org-publish-get-base-files-1): Bug fix: get
7031 the proper list of files when recursing thru a directory.
7032 (org-publish-get-base-files): Use the :exclude property to skip
7033 both files and directories.
7034
7035 2008-04-27 Michael Albinus <michael.albinus@gmx.de>
7036
7037 * net/tramp.el (tramp-handle-make-symbolic-link)
7038 (tramp-handle-file-name-directory)
7039 (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
7040 (tramp-do-copy-or-rename-file-directly)
7041 (tramp-handle-insert-directory, tramp-handle-expand-file-name)
7042 (tramp-handle-substitute-in-file-name)
7043 (tramp-handle-insert-file-contents, tramp-handle-write-region)
7044 * net/tramp-cache.el (tramp-get-file-property)
7045 (tramp-set-file-property, tramp-flush-file-property)
7046 (tramp-flush-directory-property)
7047 * net/tramp-compat.el (tramp-compat-make-temp-file)
7048 * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
7049 Disable `file-name-handler-alist' when handling localname.
7050 It could have a remote file syntax, like a VMS file name.
7051
7052 2008-04-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7053
7054 * whitespace.el: New version 11.1.
7055 (whitespace-trailing-regexp): Option fix, now trailing regexp must be
7056 enclosed by \\( and \\)$. Docstring fix.
7057 (whitespace-trailing-regexp): Fun removed.
7058 (whitespace-report-list): Const initialization fix.
7059 (whitespace-color-on): Code fix.
7060
7061 2008-04-27 Andreas Schwab <schwab@suse.de>
7062
7063 * Makefile.el: Unbreak bootstrap.
7064
7065 2008-04-27 Michael Albinus <michael.albinus@gmx.de>
7066
7067 * net/tramp.el (tramp-replace-environment-variables): New defun.
7068 (tramp-handle-substitute-in-file-name, tramp-file-name-handler):
7069 Use it.
7070
7071 2008-04-27 Glenn Morris <rgm@gnu.org>
7072
7073 * emacs-lisp/bytecomp.el (byte-compile-file): Doc fix.
7074
7075 * calculator.el (calculator-expt): Replace cl function `oddp'.
7076
7077 2008-04-27 Johan Bockgård <bojohan@gnu.org>
7078
7079 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
7080 Simplify. Collect `defun' and `autoload' entries.
7081 Avoid modifying load-history.
7082
7083 2008-04-26 Glenn Morris <rgm@gnu.org>
7084
7085 * textmodes/ispell.el (ispell-insert-word): Revert previous change.
7086
7087 * simple.el (quoted-insert, zap-to-char): Revert previous change.
7088
7089 2008-04-26 John Paul Wallington <jpw@pobox.com>
7090
7091 * hexl.el (hexl-mode): Stash `eldoc-documentation-function' in
7092 `hexl-mode-old-eldoc-documentation-function'.
7093 (hexl-mode-exit): Restore it.
7094 (hexl-mode-old-eldoc-documentation-function): Declare for compiler.
7095
7096 * w32-fns.el (top-level): Don't set `completion-ignore-case' to t.
7097
7098 2008-04-26 Juanma Barranquero <lekktu@gmail.com>
7099
7100 * minibuffer.el (completion-pcm-word-delimiters): Add :group.
7101 (completion-pcm--all-completions): Doc fix.
7102 (completion-styles-alist, completion-all-completions):
7103 Fix typos in docstrings.
7104
7105 2008-04-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7106
7107 * whitespace.el: There is now only one variable (whitespace-style) to
7108 specify which kind of blank is visualized. Doc and docstring fix.
7109 New version 11.0.
7110 (whitespace-style): New option, replace whitespace-style-mark and
7111 whitespace-style-color.
7112 (whitespace-style-mark, whitespace-style-color): Options removed.
7113 (whitespace-hspace, whitespace-tab, whitespace-newline)
7114 (whitespace-trailing, whitespace-line, whitespace-space-before-tab)
7115 (whitespace-indentation, whitespace-empty, whitespace-space-after-tab)
7116 (whitespace-hspace-regexp, whitespace-space-regexp)
7117 (whitespace-tab-regexp, whitespace-trailing-regexp)
7118 (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
7119 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
7120 (whitespace-space-after-tab-regexp, whitespace-line-column)
7121 (whitespace-display-mappings, whitespace-report): Docstring fix.
7122 (whitespace-color-value-list, whitespace-mark-value-list)
7123 (whitespace-active-color, whitespace-active-mark)
7124 (whitespace-toggle-color, whitespace-toggle-mark): Vars removed.
7125 (whitespace-style-value-list, whitespace-active-style)
7126 (whitespace-toggle-style): New vars.
7127 (whitespace-toggle-option-alist, whitespace-help-text):
7128 Var initialization and docstring fix.
7129 (whitespace-toggle-options, global-whitespace-toggle-options)
7130 (whitespace-cleanup, whitespace-cleanup-region)
7131 (whitespace-report-region, whitespace-interactive-char)
7132 (whitespace-toggle-list): Docstring and code fix.
7133 (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
7134 (whitespace-turn-off, whitespace-color-on, whitespace-color-off)
7135 (whitespace-display-char-on, whitespace-display-char-off): Code fix.
7136 (whitespace-style-face-p, whitespace-style-mark-p): New fun.
7137
7138 2008-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
7139
7140 * diff-mode.el (diff-hunk-header-re-unified): Allow elided line counts.
7141 (diff-end-of-hunk, diff-unified->context, diff-fixup-modifs)
7142 (diff-sanity-check-hunk): Adjust code accordingly.
7143
7144 2008-04-26 Glenn Morris <rgm@gnu.org>
7145
7146 * abbrev.el (define-abbrev): Don't use `iff' in doc-strings.
7147
7148 * forms-d2.dat: Move to ../etc.
7149 * forms-d2.el (forms-file): Adapt for above change.
7150
7151 * simple.el (quoted-insert, zap-to-char): Remove uses of obsolete
7152 `translation-table-for-input'.
7153
7154 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): New function.
7155 (byte-compile-obsolete, byte-compile-variable-ref): Use it.
7156
7157 * progmodes/fortran.el (fortran-mode-syntax-table): Change `;'
7158 to punctuation now it's not needed for abbrevs.
7159 (fortran-mode-abbrev-table): Remove defvar, make use of new
7160 define-abbrev-table :regexp feature.
7161
7162 * textmodes/ispell.el (ispell-insert-word): Remove, and replace with
7163 insert, now that translation-table-for-input is not needed.
7164
7165 2008-04-26 Johannes Weiner <hannes@saeurebad.de>
7166
7167 * emacs-lisp/pp.el (pp-display-expression): New function,
7168 extracted from pp-eval-expression.
7169 (pp-eval-expression): Use pp-display-expression.
7170 (pp-macroexpand-expression, pp-macroexpand-last-sexp): New functions.
7171 (pp-last-sexp): New function, extracted from pp-eval-last-sexp.
7172 (pp-eval-last-sexp): Use pp-last-sexp.
7173
7174 2008-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
7175
7176 * abbrev.el (define-abbrev-table): Apply props even if the table
7177 exists already.
7178
7179 * minibuffer.el (completion-table-with-context): Fix `pred' for the
7180 various kinds of completion tables.
7181 (completion-emacs22-try-completion): Place cursor after the /, as was
7182 done in Emacs-22's minibuffer-complete-word.
7183 Fix bug reported by David Hansen <david.hansen@gmx.net>.
7184 (completion-emacs22-try-completion): Merge all mergeable text rather
7185 than just /.
7186 (completion-pcm--delim-wild-regex): New var.
7187 (completion-pcm-word-delimiters): New custom.
7188 (completion-pcm--prepare-delim-re, completion-pcm--pattern-trivial-p)
7189 (completion-pcm--string->pattern, completion-pcm--pattern->regex)
7190 (completion-pcm--all-completions, completion-pcm-all-completions)
7191 (completion-pcm--merge-completions, completion-pcm--pattern->string)
7192 (completion-pcm-try-completion): New functions.
7193 (completion-styles-alist): Add them.
7194 (completion-styles): Add it to the default.
7195
7196 2008-04-25 Nick Roberts <nickrob@snap.net.nz>
7197
7198 * progmodes/gdb-ui.el (gud-watch): Don't create speedbar...
7199 (gdb-var-create-handler): ...until here when there are values.
7200 (gdb-post-prompt): Don't do -var-update with no watch expressions.
7201 (gdb-info-locals-handler): Don't match "struct {...}" as an array.
7202
7203 2008-04-25 Eli Zaretskii <eliz@gnu.org>
7204
7205 * ls-lisp.el (ls-lisp-format): Fix last change.
7206 (ls-lisp-uid-d-fmt, ls-lisp-uid-s-fmt, ls-lisp-gid-d-fmt)
7207 (ls-lisp-gid-s-fmt, ls-lisp-filesize-d-fmt)
7208 (ls-lisp-filesize-f-fmt): New defvars.
7209 (ls-lisp-insert-directory): Dynamically compute format specifiers
7210 for displaying UID, GID, and file size, and store them in the
7211 above variables.
7212 (ls-lisp-format): Use ls-lisp-filesize-f-fmt, ls-lisp-uid-s-fmt,
7213 ls-lisp-uid-d-fmt, ls-lisp-gid-s-fmt, and ls-lisp-gid-d-fmt
7214 instead of constant format strings.
7215 (ls-lisp-format-file-size): Use ls-lisp-filesize-f-fmt and
7216 ls-lisp-filesize-d-fmt instead of constant format strings.
7217
7218 2008-04-24 Nick Roberts <nickrob@snap.net.nz>
7219
7220 * progmodes/gdb-ui.el (gdb-invalidate-assembler): Compare numeric
7221 value of addresses rather than (partial) string value.
7222 (gdb-frame-handler): Change regexp according to above change.
7223 (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
7224 (gdb-registers-mode, gdb-memory-mode, gdb-locals-mode)
7225 (gdb-assembler-mode): Disable undo in these buffers.
7226
7227 2008-04-24 Michael Albinus <michael.albinus@gmx.de>
7228
7229 * net/tramp.el (tramp-get-remote-stat): Test whether stat supports %s.
7230 Reported by Loris Bennett <loris.bennett@fu-berlin.de>.
7231
7232 2008-04-24 Sam Steingold <sds@gnu.org>
7233
7234 * textmodes/remember.el (remember-diary-extract-entries): Use
7235 diary-make-entry instead of the obsolete make-diary-entry.
7236
7237 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
7238
7239 * subr.el (translation-table-for-input): Mark as obsolete.
7240
7241 * isearch.el (isearch-search-string): Avoid string-bytes and aset.
7242
7243 * international/quail.el (quail-build-decode-map): Avoid string-bytes.
7244
7245 * textmodes/ispell.el (ispell-dictionary-alist-1)
7246 (ispell-dictionary-alist-2, ispell-dictionary-alist-3)
7247 (ispell-dictionary-alist-4, ispell-dictionary-alist-5)
7248 (ispell-dictionary-alist-6): Remove.
7249 (ispell-dictionary-base-alist): New var, merges the above.
7250 (ispell-find-aspell-dictionaries, ispell-set-spellchecker-params):
7251 Use it.
7252 (ispell-dictionary-alist): Default to nil. Remove autoload.
7253 (ispell-local-dictionary-alist): Remove autoload.
7254
7255 * progmodes/f90.el (f90-mode-syntax-table): Don't set ` as word syntax.
7256 (f90-mode-abbrev-table): Use the new :regexp feature.
7257 Merge defvar and mapc into define-abbrev-table.
7258 (f90-imenu-type-matcher): Remove unused `l'.
7259 (f90-imenu-generic-expression): Remove unused `not-ib'.
7260 (f90-prepare-abbrev-list-buffer): Use with-current-buffer.
7261 (f90-change-keywords): Use restore-buffer-modified-p.
7262
7263 2008-04-24 Glenn Morris <rgm@gnu.org>
7264
7265 * net/goto-addr.el (goto-address-prog-mode):
7266 * progmodes/bug-reference.el (bug-reference-prog-mode):
7267 Define for compiler.
7268
7269 * minibuffer.el (x-file-dialog): Declare as function.
7270
7271 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file): Use
7272 dframe-update-speed rather than obsolete alias speedbar-update-speed.
7273
7274 * calendar/cal-menu.el (cal-menu-diary-menu): Fix typo.
7275 (cal-menu-scroll-menu): Use commands rather than key macros, which don't
7276 work with easymenu. Add :keys where needed.
7277
7278 * calendar/cal-move.el (calendar-scroll-left): Handle case when
7279 event-start is nil.
7280
7281 * calendar/calendar.el (calendar-mode-map): Fix typo.
7282
7283 2008-04-24 Tom Tromey <tromey@redhat.com>
7284
7285 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
7286 Document keywords. Add :suppress.
7287 * pcvs-defs.el (cvs-mode-map): Use :suppress.
7288
7289 * net/goto-addr.el (goto-address-unfontify): New function.
7290 (goto-address-fontify): Use it. Respect goto-address-prog-mode.
7291 (goto-address-fontify-region, goto-address-mode)
7292 (goto-address-prog-mode): New functions.
7293
7294 * progmodes/bug-reference.el: New file.
7295
7296 2008-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7297
7298 * term/mac-win.el (mac-ts-active-input-buf): Move defvar to macterm.c.
7299
7300 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
7301
7302 * emacs-lisp/easymenu.el (easy-menu-make-symbol): Don't wrap keyboard
7303 macros within lambdas.
7304
7305 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
7306
7307 * minibuffer.el (completion-try-completion): Add `point' argument.
7308 Change return value.
7309 (completion-all-completions): Add `point' argument.
7310 (minibuffer-completion-help): Pass the new `point' argument.
7311 (completion--do-completion): Pass the whole field to try-completion.
7312 (completion--try-word-completion): Rewrite, making fewer assumptions.
7313 (completion-emacs21-try-completion, completion-emacs21-all-completions)
7314 (completion-emacs22-try-completion, completion-emacs22-all-completions)
7315 (completion-basic-try-completion, completion-basic-all-completions):
7316 New functions.
7317 (completion-styles-alist): Use them.
7318
7319 2008-04-23 Agustín Martín <agustin.martin@hispalinux.es>
7320
7321 * textmodes/ispell.el (ispell-set-spellchecker-params):
7322 New function to make sure right params and dictionary alists are used
7323 after spellchecker changes.
7324 (ispell-aspell-dictionary-alist, ispell-last-program-name)
7325 (ispell-initialize-spellchecker-hook): New variables and hook.
7326 (ispell-find-aspell-dictionaries): Use ispell-aspell-dictionary-alist.
7327 (ispell-maybe-find-aspell-dictionaries): Remove.
7328 Calls replaced by (ispell-set-spellchecker-params) calls.
7329 (ispell-have-aspell-dictionaries): Remove.
7330
7331 * textmodes/flyspell.el: Replace ispell-maybe-find-aspell-dictionaries
7332 by ispell-set-spellchecker-params.
7333
7334 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
7335
7336 * complete.el (PC-do-completion): Be more robust in the presence of
7337 unexpected values in minibuffer-completion-predicate.
7338
7339 * minibuffer.el (read-file-name): Don't let-bind default-directory.
7340 Only abbreviate default-filename if it's a file.
7341
7342 * minibuffer.el (read-file-name-function, read-file-name-predicate)
7343 (read-file-name-completion-ignore-case, insert-default-directory):
7344 New vars, moved from fileio.c.
7345 (read-file-name): New fun, moved from fileio.c.
7346 * cus-start.el: Remove insert-default-directory and
7347 read-file-name-completion-ignore-case.
7348
7349 2008-04-23 Magnus Henoch <mange@freemail.hu>
7350
7351 * tar-mode.el (tar-untar-buffer): If the entry has directory
7352 link type, extract it as a directory even if its file name doesn't
7353 end with a slash. Fixes extraction of NetBSD tar archives.
7354
7355 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
7356
7357 * server.el (server-start): Also don't get confused by CRs since we
7358 don't quote them.
7359
7360 2008-04-23 Nick Roberts <nickrob@snap.net.nz>
7361
7362 * progmodes/gdb-ui.el (gdb-init-buffer): New function.
7363 (gdb-set-gud-minor-mode-existing-buffers)
7364 (gdb-info-breakpoints-custom, gdb-get-location)
7365 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
7366 Previously gdb-create-define-alist wasn't always run and added to
7367 after-save-hook.
7368
7369 * progmodes/gud.el (gud-tooltip-tips): Use tooltip-event-buffer.
7370
7371 2008-04-23 Kevin Ryde <user42@zip.com.au>
7372
7373 * progmodes/make-mode.el (makefile-fill-paragraph): Treat indented
7374 comments like unindented ones.
7375
7376 2008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7377
7378 * term/mac-win.el (mac-ae-open-documents): Adjust selection range
7379 parameter origins.
7380
7381 2008-04-23 Kevin Ryde <user42@zip.com.au>
7382
7383 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
7384 Bind print-level to ensure output forms aren't truncated if
7385 print-level is set to eval-expression-print-level when going via
7386 eval-defun and friends, or has been otherwise fiddled with.
7387
7388 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
7389
7390 * progmodes/cc-mode.el (c-basic-common-init): Don't set
7391 font-lock-extend-after-change-region-function globally.
7392
7393 2008-04-23 Juanma Barranquero <lekktu@gmail.com>
7394
7395 * speedbar.el (speedbar-use-tool-tips-flag)
7396 (speedbar-ignored-directory-regexp, speedbar-file-unshown-regexp)
7397 (speedbar-file-regexp, speedbar-message, speedbar-item-info)
7398 (speedbar-files-item-info, speedbar-maybe-add-localized-support)
7399 (speedbar-insert-files-at-point, speedbar-dynamic-tags-function-list)
7400 (speedbar-generic-list-positioned-group-p, speedbar-insert-generic-list)
7401 (speedbar-fetch-replacement-function, speedbar-extract-one-symbol)
7402 (speedbar-separator-face): Fix typos in docstrings.
7403 (speedbar-stealthy-function-list, speedbar-verbosity-level)
7404 (speedbar-supported-extension-expressions, speedbar-update-current-file)
7405 (speedbar-add-indicator, speedbar-tag-expand): Reflow docstring.
7406 (speedbar-use-imenu-flag, speedbar-ignored-directory-expressions)
7407 (speedbar-directory-unshown-regexp, speedbar-handle-delete-frame)
7408 (speedbar-show-info-under-mouse, speedbar-directory-buttons)
7409 (speedbar-check-vc-this-line, speedbar-files-line-directory)
7410 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
7411 (speedbar-buffers-line-directory, speedbar-recenter-to-top)
7412 (speedbar-recenter): Doc fixes.
7413 (speedbar-update-speed, speedbar-navigating-speed): Add obsolescence
7414 declaration and remove redundant info in docstring.
7415
7416 2008-04-23 Dan Nicolaescu <dann@ics.uci.edu>
7417
7418 * vc-git.el (vc-git-status-printer): Deal with directories.
7419
7420 * vc.el (vc-next-action): Look at more than the first file to
7421 determine the state.
7422
7423 2008-04-23 Glenn Morris <rgm@gnu.org>
7424
7425 * dframe.el (dframe-have-timer-flag): Drop support for Emacs without
7426 timers. Doc fix.
7427 (dframe-update-speed): Drop support for XEmacs < 20.
7428 (dframe-frame-mode): Drop support for Emacs < 20.
7429 (dframe-set-timer-internal): Drop support for Emacs without timers.
7430 (dframe-popup-kludge): Use mouse-menu-major-mode-map if defined.
7431
7432 * ediff-init.el (ediff-check-version): Drop support for very old Emacs
7433 versions. Add doc-string. Mark as obsolete.
7434
7435 * ps-def.el (ps-color-device): Drop support for XEmacs < 19.12.
7436
7437 * speedbar.el (speedbar-use-tool-tips-flag): Check for tooltip-mode,
7438 rather than using an Emacs version test.
7439
7440 * tree-widget.el (tree-widget-image-enable): Use display-images-p
7441 rather than an Emacs version test.
7442
7443 * calendar/cal-china.el (holiday-chinese-qingming)
7444 (holiday-chinese-winter-solstice, holiday-chinese): New functions.
7445 * calendar/calendar.el (calendar-chinese-all-holidays-flag): New.
7446 * calendar/holidays.el (holiday-oriental-holidays): Add more holidays.
7447
7448 * calendar/cal-islam.el (holiday-islamic): Doc fix.
7449
7450 * calendar/diary-lib.el (diary-list-sexp-entries): Doc fix.
7451 (diary-remind): Allow negative DAYS to represent a range 1:DAYS.
7452 Suggested by Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
7453
7454 2008-04-23 Nick Roberts <nickrob@snap.net.nz>
7455
7456 * progmodes/gdb-ui.el (gdb-previous-frame-address): Rename...
7457 (gdb-previous-frame-pc-address): ...to this.
7458 (gdb-get-selected-frame): Use MI command -stack-info-frame instead
7459 of "info frame" with Gdb 6.4+.
7460 (gdb-stack-list-frames-regexp): New regexp.
7461 (gdb-frame-handler-1): Parse output of -stack-info-frame.
7462
7463 2008-04-22 David Glasser <glasser@davidglasser.net> (tiny change)
7464
7465 * tar-mode.el (tar-prefix-offset): New constant.
7466 (tar-header-block-tokenize): Support paths with long names
7467 which use the "ustar" standard.
7468
7469 2008-04-22 Mathias Dahl <mathias.dahl@gmail.com>
7470
7471 * image-dired.el (image-dired-track-original-file)
7472 (image-dired-modify-mark-on-thumb-original-file):
7473 Use `dired-goto-file' instead of `search-forward'. This solves
7474 a bug with finding files where the file name is a subset of other
7475 file names. Doc fix.
7476
7477 2008-04-22 Juri Linkov <juri@jurta.org>
7478
7479 * menu-bar.el (buffers-menu-max-size): Move its definition down to
7480 the "Buffers Menu" section. Change group name `mouse' to `menu'.
7481 (yank-menu-length): Change group name `mouse' to `menu'.
7482 (buffers-menu-buffer-name-length): New user option.
7483 (menu-bar-update-buffers): Use buffers-menu-buffer-name-length
7484 instead of the hard-coded number 27.
7485
7486 2008-04-22 Juri Linkov <juri@jurta.org>
7487
7488 * isearch.el (eval-when-compile): Require `help-macro'.
7489 (isearch-help-for-help-internal): Isearch specific Help screen
7490 created by `make-help-screen'.
7491 (isearch-help-map): New variable that binds "b", "k", "m" to
7492 isearch-specific commands, and binds other keys to
7493 isearch-other-control-char, thus allowing other Help keys to
7494 exit isearch mode and execute their global definitions.
7495 (isearch-help-for-help, isearch-describe-bindings)
7496 (isearch-describe-key, isearch-describe-mode): New commands.
7497 (isearch-mode-help): Define alias to isearch-describe-mode
7498 and remove its old function definition.
7499 (isearch-mode-map): Bind "\C-h" to isearch-help-map.
7500 Remove old comments because this issue is settled now.
7501 (isearch-forward): Describe three new Help commands in the docstring.
7502 (isearch-mode): Remove \\{isearch-mode-map} from the docstring,
7503 leave the single sentence at the first line of the docstring,
7504 and prepend the word "function" before `isearch-forward'
7505 to make the Help link to the function instead of variable.
7506
7507 2008-04-22 Juri Linkov <juri@jurta.org>
7508
7509 * isearch.el (isearch-success-function): New variable with default
7510 to `isearch-success-function-default'.
7511 (isearch-search): Call a function from `isearch-success-function'
7512 instead of calling the hard-coded `isearch-range-invisible'.
7513 (isearch-success-function-default): New function that calls
7514 `isearch-range-invisible' and inverts its return value.
7515
7516 * info.el (Info-search): In two similar places that skip
7517 undesired search matches move code to Info-search-success-function,
7518 and call `isearch-success-function' instead.
7519 (Info-search-success-function): New function copied from code
7520 in Info-search. Replace isearch-range-invisible with
7521 text-property-not-all that checks for 'invisible and 'display
7522 properties to skip partially invisible matches (whose display
7523 properties were set by Info-fontify-node).
7524 (Info-mode): Set buffer-local isearch-success-function
7525 to Info-search-success-function.
7526
7527 2008-04-22 Juri Linkov <juri@jurta.org>
7528
7529 * minibuffer.el (internal-complete-buffer-except): New function.
7530
7531 * files.el (read-buffer-to-switch): New function.
7532 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
7533 Change interactive spec to call read-buffer-to-switch instead of
7534 using the letter "B".
7535
7536 * simple.el (minibuffer-default-add-shell-commands): New function.
7537 Use declare-function for mailcap-file-default-commands from "mailcap".
7538 (shell-command): Set local minibuffer-default-add-function to
7539 minibuffer-default-add-shell-commands in minibuffer-with-setup-hook
7540 before calling read-shell-command. Set 4th arg default-value of
7541 read-shell-command to relative buffer-file-name in file buffers.
7542
7543 * dired-aux.el (dired-read-shell-command-default): Move it to
7544 gnus/mailcap.el and change its name to more general name
7545 mailcap-file-default-commands.
7546 (minibuffer-default-add-dired-shell-commands): New function.
7547 Use declare-function for mailcap-file-default-commands from "mailcap".
7548 (dired-read-shell-command): Set local minibuffer-default-add-function
7549 to minibuffer-default-add-dired-shell-commands in minibuffer-with-setup-hook
7550 before calling read-shell-command. Remove dired-read-shell-command-default
7551 from the default value arg because default values are not set in
7552 minibuffer-default-add-dired-shell-commands. Doc fix.
7553
7554 * dired-x.el (dired-smart-shell-command): Sync arguments and
7555 interactive spec with changes in `shell-command'.
7556 Use dired-get-filename to get the dired file name at point
7557 as the default value in dired mode.
7558
7559 2008-04-22 Juanma Barranquero <lekktu@gmail.com>
7560
7561 * info.el (Info-complete-menu-item): Add missing parenthesis.
7562
7563 2008-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
7564
7565 * info.el (Info-complete-menu-item): Save point.
7566
7567 2008-04-22 Juanma Barranquero <lekktu@gmail.com>
7568
7569 * minibuffer.el (minibuffer-complete-and-exit): Fix last change.
7570
7571 2008-04-22 Andreas Schwab <schwab@suse.de>
7572
7573 * Makefile.in (emacs-deps): Define.
7574 Use it instead of $(lisp)/subdirs.el.
7575
7576 2008-04-22 Dan Nicolaescu <dann@ics.uci.edu>
7577
7578 * vc.el (vc-next-action): Do not consider directories when
7579 checking for state compatibility.
7580 (vc-transfer-file): Use when not if.
7581 (vc-dir-parent-marked-p, vc-dir-children-marked-p): New functions.
7582 (vc-dir-mark-file): Use them.
7583 (vc-deduce-fileset): Also return the backend.
7584 (vc-diff-internal): Take as argument the value returned by
7585 vc-deduce-fileset instead of just the fileset.
7586 (vc-next-action, vc-finish-logentry, vc-version-diff, vc-diff)
7587 (vc-dir-mark-file, vc-print-log, vc-revert, vc-rollback)
7588 (vc-update): Update the vc-deduce-fileset and vc-diff-internal calls.
7589
7590 2008-04-22 Tassilo Horn <tassilo@member.fsf.org>
7591
7592 * doc-view.el (doc-view-scroll-up-or-next-page): Don't use
7593 set-window-vscroll but image-scroll-down. Fixes a bug where a
7594 command following SPC scrolled up again.
7595
7596 2008-04-22 Nick Roberts <nickrob@snap.net.nz>
7597
7598 * progmodes/gdb-ui.el (gdb-locals-header): New variable.
7599 (gdb-locals-mode, gdb-registers-mode): Use it for header line.
7600 (gud-watch): Add "$" prefix when in registers buffer.
7601
7602 2008-04-22 Glenn Morris <rgm@gnu.org>
7603
7604 * progmodes/gdb-ui.el (gdbmi-invalidate-frames): Declare as function.
7605
7606 * whitespace.el (whitespace-display-table)
7607 (whitespace-display-table-was-local): Move definitions before use.
7608
7609 * emacs-lisp/copyright.el (copyright-at-end-flag): New option.
7610 (copyright-limit): Respect copyright-at-end-flag.
7611 (copyright-re-search, copyright-start-point)
7612 (copyright-offset-too-large-p): New functions.
7613 (copyright-update-year): Use copyright-re-search.
7614 (copyright-update, copyright-fix-years): Use copyright-start-point,
7615 and copyright-re-search.
7616 (copyright): Use copyright-offset-too-large-p.
7617 * add-log.el (change-log-mode): Set copyright-at-end-flag.
7618
7619 * add-log.el (top-level): Require 'cl when compiling.
7620
7621 2008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
7622
7623 * complete.el (PC-complete-as-file-name, PC-read-file-name-internal):
7624 Treat minibuffer-completion-predicate as a predicate.
7625
7626 * minibuffer.el (completion--file-name-table): Accept both the old
7627 `dir' arg or the new `pred' arg.
7628
7629 * ffap.el (ffap-read-file-or-url): Do not abuse completing-read's
7630 `predicate' argument to pass non-predicate data.
7631 (ffap-read-url-internal, ffap-read-file-or-url-internal):
7632 Use second arg as proper predicate.
7633
7634 * vc-bzr.el (vc-bzr-complete-with-prefix): Remove.
7635 (vc-bzr-revision-completion-table): Use completion-table-with-context
7636 instead.
7637
7638 * simple.el (choose-completion-string): Use minibuffer-completion-table.
7639
7640 2008-04-21 Chong Yidong <cyd@stupidchicken.com>
7641
7642 * term.el (term-emulate-terminal): Perform redisplay after the
7643 process filter has finished running.
7644
7645 2008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
7646
7647 * vc.el (vc-dir): Use pop-to-buffer, so it can be customized.
7648
7649 * minibuffer.el (completion-try-completion): Change magic symbol
7650 property name. Rename from minibuffer-try-completion.
7651 (completion-all-completions): Rename from minibuffer-all-completions.
7652 Remove hide-spaces argument.
7653 (completion--do-completion): Rename from minibuffer--do-completion.
7654 (minibuffer-complete-and-exit): Call just try-completion rather than
7655 completion-try-completion to fix up the case.
7656 (completion--try-word-completion): Try to add space or hyphen before
7657 making `string' a prefix of `completion'.
7658 (completion--insert-strings): Rename from minibuffer--insert-strings.
7659
7660 2008-04-22 Naohiro Aota <nao.aota@gmail.com> (tiny change)
7661
7662 * net/tls.el (tls-program): Add -ign_eof argument to call the
7663 openssl commands.
7664 (tls-checktrust): Ditto.
7665
7666 2008-04-21 Dan Nicolaescu <dann@ics.uci.edu>
7667
7668 * vc-cvs.el (vc-cvs-status-extra-headers): New function.
7669
7670 * vc-hooks.el (vc-insert-file, vc-state, vc-working-revision)
7671 (vc-check-master-templates, vc-file-not-found-hook)
7672 (vc-kill-buffer-hook):
7673 * vc.el (vc-process-sentinel, vc-exec-after, vc-do-command)
7674 (vc-find-position-by-context, vc-buffer-context)
7675 (vc-restore-buffer-context, vc-responsible-backend)
7676 (vc-expand-dirs, vc-ensure-vc-buffer, vc-buffer-sync)
7677 (vc-next-action, vc-register, vc-register-with, vc-steal-lock)
7678 (vc-finish-logentry, vc-coding-system-for-diff, vc-switches)
7679 (vc-version-diff, vc-diff, vc-insert-headers)
7680 (vc-dired-buffers-for-dir, vc-dired-resynch-file)
7681 (vc-snapshot-precondition, vc-create-snapshot, vc-print-log)
7682 (vc-revert, vc-rollback, vc-version-backup-file)
7683 (vc-rename-master, vc-delete-file, vc-rename-file)
7684 (vc-branch-part, vc-default-retrieve-snapshot)
7685 (vc-annotate-display-autoscale, vc-annotate-display-select)
7686 (vc-annotate, vc-annotate-warp-revision, vc-annotate-difference)
7687 (vc-annotate-lines, vc-file-tree-walk-internal): Use when instead of if.
7688 (vc-dir-update): Handle directories.
7689 (vc-default-status-printer): Simplify.
7690
7691 * progmodes/asm-mode.el (asm-mode-map):
7692 * progmodes/hideif.el (hide-ifdef-mode-menu): Add :help.
7693
7694 * progmodes/m4-mode.el (m4-mode-map): Add menu.
7695
7696 2008-04-21 Kenichi Handa <handa@m17n.org>
7697
7698 * select.el (xselect-convert-to-string): Send a C_STRING only if
7699 the polymorphic target TEXT is requested.
7700
7701 2008-04-21 Juanma Barranquero <lekktu@gmail.com>
7702
7703 * minibuffer.el (completion-setup-hook, display-completion-list)
7704 (completion--file-name-table): Fix typos in docstrings.
7705 (completion-table-dynamic): Fix typo, and reflow docstring.
7706
7707 2008-04-20 Andreas Schwab <schwab@suse.de>
7708
7709 * server.el (server-switch-buffer): Also consider clients in the
7710 selected frame.
7711
7712 2008-04-19 Nick Roberts <nickrob@snap.net.nz>
7713
7714 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
7715 Select window clicked on first.
7716 (gdb): Display thread number in mode-line.
7717 (gdb-make-header-line-mouse-map): Move to avoid byte compiler warnings.
7718 (gdb-breakpoints-header): New variable.
7719 (gdb-breakpoints-mode, gdb-threads-mode): Use it for header line.
7720
7721 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
7722
7723 * vc-sccs.el (vc-sccs-do-command): New fun. Use the "sccs" command.
7724 (vc-sccs-register, vc-sccs-checkin, vc-sccs-find-revision)
7725 (vc-sccs-checkout, vc-sccs-rollback, vc-sccs-revert)
7726 (vc-sccs-steal-lock, vc-sccs-modify-change-comment)
7727 (vc-sccs-print-log): Use it.
7728
7729 * vc-hooks.el (vc-path): Remove SCCS-specific hack.
7730
7731 * emacs-lisp/lisp-mode.el (lisp-mode-auto-fill): Make it an alias.
7732 * progmodes/scheme.el (scheme-mode-variables): Don't use it.
7733
7734 * tooltip.el (tooltip-previous-message): New var.
7735 (tooltip-show-help-non-mode): Rewrite to better follow the behavior of
7736 the C code (avoid overwriting a minibuffer, restore previous echo
7737 message, ...).
7738 (tooltip-delay, tooltip-process-prompt-regexp, tooltip-strip-prompt):
7739 Simplify.
7740
7741 2008-04-19 Nick Roberts <nickrob@snap.net.nz>
7742
7743 * progmodes/gdb-ui.el (gdb-thread-indicator): New variable.
7744 (gdb-init-1): Initialise it.
7745 (gdb-annotation-rules): New entry for "new-thread".
7746 (gdb-thread-identification): New function to customize
7747 mode-line-buffer-identification.
7748 (gdb-frames-mode, gdb-registers-mode, gdb-locals-mode)
7749 (gdb-assembler-mode): Use it.
7750 (gdb-threads-mode): Force "info threads" onto queue.
7751
7752 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
7753
7754 * files.el (locate-file-completion-table): Rename from
7755 locate-file-completion and make it use `pred' in the normal way.
7756 (locate-file-completion): New compatibility wrapper.
7757 (load-library): Use locate-file-completion-table.
7758 * finder.el (finder-commentary):
7759 * subr.el (locate-library):
7760 * emacs-lisp/find-func.el (find-library): Likewise.
7761 * info.el: Use with-current-buffer and inhibit-read-only.
7762 (Info-read-node-name-2): Change to use `predicate' in the normal way.
7763 (Info-read-node-name-1): Adjust uses accordingly.
7764
7765 * minibuffer.el (completion-table-with-context): Add support for `pred'.
7766 (completion-table-with-terminator): Don't use complete-with-action
7767 since we have to distinguish all three cases anyway.
7768 (completion-table-with-predicate): New function.
7769 (dynamic-completion-table): Add obsolete alias.
7770
7771 * emacs-lisp/trace.el (trace-make-advice): Don't change selected-window.
7772
7773 2008-04-18 Sam Steingold <sds@gnu.org>
7774
7775 * vc.el (vc-dir-menu-map, vc-dir-mode-map, vc-dir-tool-bar-map):
7776 Use quit-window instead of bury-buffer.
7777
7778 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
7779
7780 * minibuffer.el (completion-table-with-terminator): Fix last fix.
7781
7782 2008-04-18 Andreas Schwab <schwab@suse.de>
7783
7784 * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
7785 ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
7786 Depend on $(lisp)/subdirs.el.
7787
7788 2008-04-18 Juanma Barranquero <lekktu@gmail.com>
7789
7790 * descr-text.el (describe-char-after):
7791 Use `define-obsolete-function-alias'.
7792
7793 * dired-x.el (dired-omit-files-p): Use `define-obsolete-variable-alias'.
7794
7795 * facemenu.el (facemenu-unlisted-faces): Fix obsolescence description.
7796
7797 * savehist.el (savehist-load): Add WHEN to obsolescence declaration.
7798 Remove redundant obsolescence info in docstring.
7799
7800 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
7801 (vc-header-alist): Add WHEN to obsolescence declaration.
7802 (vc-state): Fix typo in docstring.
7803
7804 * emacs-lisp/checkdoc.el (checkdoc-minor-keymap):
7805 Use `define-obsolete-variable-alias'.
7806
7807 * emulation/tpu-edt.el (tpu-have-ispell):
7808 * international/codepage.el (codepage-setup):
7809 Fix typo in obsolescence declaration.
7810
7811 * international/mule.el (char-coding-system-table):
7812 Remove redundant obsolescence info in docstring.
7813 (charset-list, generic-char-p, set-char-table-default):
7814 Fix typos in obsolescence declarations.
7815
7816 * international/mule-diag.el (non-iso-charset-alist):
7817 Fix typo in obsolescence declaration.
7818 (decode-codepage-char): Remove redundant obsolescence info in docstring.
7819
7820 * font-core.el (font-lock-defaults-alist):
7821 * font-lock.el (font-lock-reference-face):
7822 * frame.el (screen-height, screen-width, set-screen-width)
7823 (set-screen-height):
7824 * hilit-chg.el (highlight-changes-initial-state):
7825 * isearch.el (isearch-return-char):
7826 * log-edit.el (cvs-commit-buffer-require-final-newline)
7827 (cvs-changelog-full-paragraphs):
7828 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar)
7829 (mouse-popup-menubar-stuff):
7830 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button)
7831 (mouse-wheel-click-button):
7832 * outline.el (outline-visible):
7833 * pcvs-defs.el (cvs-diff-ignore-marks, cvs-diff-buffer-name):
7834 * pcvs-info.el (cvs-display-full-path, cvs-fileinfo->full-path):
7835 * emacs-lisp/lisp-mode.el (lisp-comment-indent):
7836 * progmodes/compile.el (compile-internal):
7837 Add WHEN to obsolescence declarations.
7838
7839 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
7840
7841 * emacs-lisp/debug.el (debug): Revert to bury-buffer since quit-window
7842 is not better anyway.
7843
7844 2008-04-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7845
7846 * whitespace.el (whitespace-report-region): Handle whitespace-tab-width
7847 properly.
7848
7849 2008-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
7850
7851 * progmodes/python.el (python-mode-map): Use abbrev-table-menu.
7852 (python-use-skeletons): Remove, unused.
7853 (python-skeletons): Remove. Use the abbrev table instead.
7854 (python-mode-abbrev-table): Fix regexp;
7855 add enable-function and case-fixed.
7856 (def-python-skeleton): Simplify.
7857 (python-expand-template): Use the abbrev-table and abbrev-insert.
7858 (python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook):
7859 Remove.
7860 (python-mode): Don't set pre-abbrev-expand-hook.
7861
7862 * skeleton.el: Set coding-tag.
7863
7864 * abbrev.el (abbrev-insert): New function extracted from expand-abbrev.
7865 (expand-abbrev): Use it.
7866 (abbrev-table-menu): New function.
7867
7868 * abbrev.el (define-abbrev-table): Fontify dosctrings as such.
7869
7870 * minibuffer.el (completion-table-with-terminator): Fix paren typo.
7871
7872 2008-04-17 Sam Steingold <sds@gnu.org>
7873
7874 * pcvs-util.el (cvs-bury-buffer): Use quit-window instead of the
7875 idiosyncratic bury-buffer/delete-window logic.
7876
7877 2008-04-17 Juanma Barranquero <lekktu@gmail.com>
7878
7879 * emacs-lisp/crm.el (crm-completion-help, crm-complete)
7880 (crm-complete-word, crm-complete-and-exit): Fix typo in previous change.
7881
7882 2008-04-17 Kenichi Handa <handa@m17n.org>
7883
7884 * international/characters.el: Don't make the width of U+00AD to 0.
7885
7886 2008-04-17 Nick Roberts <nickrob@snap.net.nz>
7887
7888 * progmodes/gdb-ui.el (gdb-stack-update): New variable.
7889 (gdb, gdb-starting, gdb-frames-mode): Use it.
7890 (gdb-invalidate-frames): Advise to call "info stack" only if
7891 execution has occurred.
7892 (gdb-info-breakpoints-custom): Only update overlay-arrow pointing to
7893 selected frame if no execution has occurred.
7894 (gdb-frames-force-update): New interactive function.
7895 (gdb-frames-mode-map): Bind it to "F".
7896
7897 2008-04-17 Michael Olson <mwolson@gnu.org>
7898
7899 * textmodes/remember.el (remember-version): Release Remember 2.0.
7900
7901 2008-04-16 Yoni Rabkin <yoni@rabkins.net>
7902
7903 * textmodes/artist.el:
7904 * progmodes/vhdl-mode.el:
7905 * progmodes/verilog-mode.el:
7906 * progmodes/vera-mode.el:
7907 * progmodes/simula.el:
7908 * progmodes/ps-mode.el:
7909 * progmodes/cmacexp.el:
7910 * obsolete/hilit19.el:
7911 * emulation/viper.el:
7912 * ediff.el: Cleanup the bug-report email addresses and make sure the
7913 maintainer is still willing to handle bug reports.
7914
7915 2008-04-16 Dan Nicolaescu <dann@ics.uci.edu>
7916
7917 * vc.el (vc-dir-kill-query): Fix thinko.
7918
7919 2008-04-16 Glenn Morris <rgm@gnu.org>
7920
7921 * calendar/diary-lib.el (diary-remind): Don't clobber `date' passed
7922 by diary-sexp-entry.
7923
7924 2008-04-16 Markus Triska <markus.triska@gmx.at>
7925
7926 * proced.el (proced-command-alist): Add support for darwin.
7927
7928 2008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
7929
7930 * proced.el (proced-mode): Redefine as just the major-mode.
7931 (proced): Separate it from proced-mode.
7932
7933 * vc.el: Rename vc-status to vc-dir and the vc-status var to vc-ewoc.
7934
7935 2008-04-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7936
7937 * whitespace.el: Honor the `indent-tabs-mode' setting from user.
7938 Suggested by Stephen Deasey <sdeasey@gmail.com>. Honor also the
7939 `tab-width' setting from user. New version 10.0. Doc and docstring
7940 fix.
7941 (whitespace-style, whitespace-chars): Remove options.
7942 (whitespace-style-mark): New option, replace whitespace-style deleted
7943 option. Fix docstring.
7944 (whitespace-style-color): New option, replace whitespace-chars deleted
7945 option. Fix docstring.
7946 (whitespace-space, whitespace-hspace, whitespace-tab)
7947 (whitespace-newline, whitespace-trailing, whitespace-line)
7948 (whitespace-space-before-tab, whitespace-indentation, whitespace-empty)
7949 (whitespace-space-after-tab, whitespace-hspace-regexp)
7950 (whitespace-space-regexp, whitespace-tab-regexp)
7951 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
7952 (whitespace-empty-at-eob-regexp, whitespace-line-column)
7953 (whitespace-toggle-option-alist): Fix docstring.
7954 (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
7955 (whitespace-space-after-tab-regexp, whitespace-display-mappings): Fix
7956 docstring and initialization.
7957 (global-whitespace-mode): Autoloaded global minor mode.
7958 (whitespace-chars-value-list, whitespace-style-value-list)
7959 (whitespace-active-chars, whitespace-active-style)
7960 (whitespace-toggle-chars, whitespace-toggle-style): Remove vars.
7961 (whitespace-color-value-list): New var, replace
7962 whitespace-chars-value-list removed var.
7963 (whitespace-mark-value-list): New var, replace
7964 whitespace-style-value-list removed var.
7965 (whitespace-active-color): New var, replace whitespace-active-chars
7966 removed var.
7967 (whitespace-active-mark): New var, replace whitespace-active-style
7968 removed var.
7969 (whitespace-toggle-color): New var, replace whitespace-toggle-chars
7970 removed var.
7971 (whitespace-toggle-mark): New var, replace whitespace-toggle-style
7972 removed var.
7973 (whitespace-toggle-option-alist, whitespace-report-list)
7974 (whitespace-report-text, whitespace-help-text): Fix initialization.
7975 (whitespace-indent-tabs-mode, whitespace-tab-width): New vars.
7976 (whitespace-toggle-options, global-whitespace-toggle-options)
7977 (whitespace-cleanup-region, whitespace-report-region)
7978 (whitespace-interactive-char): Fix docstring and code.
7979 (whitespace-cleanup, whitespace-report): Fix docstring.
7980 (whitespace-replace-spaces-by-tabs): Remove fun.
7981 (whitespace-replace-action): New fun, replace
7982 whitespace-replace-spaces-by-tabs removed fun.
7983 (whitespace-regexp, whitespace-indentation-regexp)
7984 (whitespace-space-after-tab-regexp, whitespace-insert-value)
7985 (whitespace-kill-buffer): New funs.
7986 (whitespace-insert-option-mark, whitespace-help-on)
7987 (whitespace-help-off, whitespace-turn-on, whitespace-turn-off)
7988 (whitespace-color-on, whitespace-color-off)
7989 (whitespace-display-char-on): Fix code.
7990
7991 2008-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
7992
7993 * mouse-drag.el (mouse-throw-magnifier-with-scroll-bar)
7994 (mouse-throw-magnifier-with-mouse-movement): Remove.
7995 (mouse-throw-magnifier-base): New const.
7996 (mouse-drag-scroll-delta): New fun.
7997 (mouse-drag-throw): Use it.
7998
7999 2008-04-15 Juanma Barranquero <lekktu@gmail.com>
8000
8001 * international/uni-bidi.el, international/uni-category.el:
8002 * international/uni-combining.el, international/uni-comment.el:
8003 * international/uni-decimal.el, international/uni-decomposition.el:
8004 * international/uni-digit.el, international/uni-lowercase.el:
8005 * international/uni-mirrored.el, international/uni-name.el:
8006 * international/uni-numeric.el, international/uni-old-name.el:
8007 * international/uni-titlecase.el, international/uni-uppercase.el:
8008 * international/charprop.el: Regenerate.
8009
8010 2008-04-15 Dan Nicolaescu <dann@ics.uci.edu>
8011
8012 * vc.el (vc-status-fileinfo): Add new member directoryp.
8013 (vc-default-status-printer): Print directories.
8014 (vc-status-update): Sort files before subdirectories.
8015
8016 * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
8017 Add alternative implementation based on "cvs update".
8018
8019 2008-04-15 Tassilo Horn <tassilo@member.fsf.org>
8020
8021 * doc-view.el: Changed requirements section to tell that only one
8022 of dvipdf or dvipdfm is needed.
8023 (doc-view-already-converted-p): Fix bug that forced reconversion
8024 if doc was already converted.
8025
8026 2008-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
8027
8028 * minibuffer.el (minibuffer-message):
8029 Make sure we can put-text-property.
8030
8031 * emacs-lisp/crm.el: Complete rewrite.
8032
8033 * tmm.el (tmm-completion-delete-prompt): Don't hardcode point-min==1.
8034 (tmm-add-prompt): Make sure completion-setup-hook is preserved even in
8035 case of an error in display-completion-list.
8036
8037 * filecache.el (file-cache-completions-keymap): Move init from
8038 file-cache-completion-setup-function into declaration.
8039 (file-cache-minibuffer-complete): Simplify.
8040 (file-cache-completion-setup-function): Use standard-output,
8041 preserve current-buffer.
8042
8043 * vc.el (vc-status-update): Fix typo.
8044 (vc-status-update): Set needs-update.
8045 (vc-status-refresh): η-reduce.
8046
8047 2008-04-14 Tassilo Horn <tassilo@member.fsf.org>
8048
8049 * doc-view.el (doc-view-mode-map): Bind C-a to image-bol and C-e
8050 to image-eol.
8051
8052 2008-04-14 Alexandre Julliard <julliard@winehq.org>
8053
8054 * vc.el (vc-status-update): Undo the previous revert.
8055
8056 2008-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
8057
8058 * minibuffer.el (completion-table-with-terminator): Those completions
8059 are never valid w.r.t test-completion.
8060 (completion--file-name-table):
8061 Check completion-all-completions-with-base-size.
8062
8063 2008-04-14 Tassilo Horn <tassilo@member.fsf.org>
8064
8065 * doc-view.el (doc-view-dvipdf-program): New variable.
8066 (doc-view-dvipdfm-program): Mention doc-view-dvipdf-program.
8067 (doc-view-mode-p): Check for doc-view-dvipdf-program as
8068 alternative for doc-view-dvipdfm-program.
8069 (doc-view-dvi->pdf): Prefer dvipdf over dvipdfm.
8070
8071 * doc-view.el (doc-view-start-process): Don't set
8072 default-directory to "~/" if the current value is valid.
8073 This broke PS files that run other files in the same directory.
8074
8075 2008-04-14 Dan Nicolaescu <dann@ics.uci.edu>
8076
8077 * vc.el (vc-status-kill-query): New function.
8078 (vc-status-mode): Add it to kill-buffer-query-functions.
8079 (vc-status-show-fileentry): New function.
8080 (vc-status-menu-map): Bind it. Bind vc-next-action.
8081
8082 2008-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
8083
8084 * minibuffer.el (minibuffer-message): Put cursor at the right place.
8085
8086 2008-04-13 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8087
8088 * proced.el (proced-send-signal): Fix error recognition.
8089
8090 2008-04-13 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8091
8092 * proced.el (proced-command-alist): Remove sort column.
8093 (proced-command, proced-procname-column):
8094 Use make-variable-buffer-local.
8095 (proced-signal-function): Rename from proced-kill-program.
8096 Allow for elisp symbols and string values representing system calls.
8097 (proced-marker-regexp, proced-success-message): New functions.
8098 (proced): Use defalias. Add autoload cookie.
8099 (proced-unmark-backward, proced-toggle-marks)
8100 (proced-hide-processes): New commands.
8101 (proced-do-mark): Simplify code.
8102 (proced-insert-mark): Use optional arg BACKWARD instead of line number.
8103 (proced-update): Remove sorting.
8104 (proced-send-signal): Display number of processes to operate on.
8105 Allow for system calls or elisp functions to send signals.
8106 Check if signal was sent successfully.
8107
8108 2008-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
8109
8110 * minibuffer.el (completion-all-completion-with-base-size): New var.
8111 (completion--some): New function.
8112 (completion-table-with-context, completion--file-name-table):
8113 Return the base-size if requested.
8114 (completion-table-in-turn): Generalize to multiple arguments.
8115 (complete-in-turn): Compatibility alias.
8116 (completion-styles-alist): New var.
8117 (completion-styles): New customization.
8118 (minibuffer-try-completion, minibuffer-all-completions):
8119 New functions.
8120 (minibuffer--do-completion, minibuffer-complete-and-exit)
8121 (minibuffer-try-word-completion): Use them.
8122 (display-completion-list, minibuffer-completion-help): Use them.
8123 Handle all-completions's new base-size info to set completion-base-size.
8124 * info.el (Info-read-node-name-1): Use completion-table-with-context,
8125 completion-table-with-terminator and complete-with-action.
8126 Remove the now obsolete completion-base-size-function property.
8127 * simple.el (completion-list-mode-map): Move init into declaration.
8128 (completion-list-mode): Use define-derived-mode.
8129 (completion-setup-function): Use any completion-base-size that may
8130 have been set before. Remove handling of completion-base-size-function.
8131 * loadup.el: Move abbrev.el up earlier.
8132
8133 2008-04-13 Alexandre Julliard <julliard@winehq.org>
8134
8135 * vc-git.el (vc-git-after-dir-status-stage)
8136 (vc-git-dir-status-goto-stage): New functions.
8137 (vc-git-after-dir-status-stage1)
8138 (vc-git-after-dir-status-stage1-empty-db)
8139 (vc-git-after-dir-status-stage2): Remove, functionality moved
8140 into the new generic stage functions.
8141 (vc-git-dir-status-files): New function.
8142
8143 * vc.el (vc-status-update): Revert an incorrect rewrite.
8144 Add some comments.
8145 (vc-status-refresh-files): New function.
8146 (vc-status-refresh): Use `vc-status-refresh-files' to refresh the
8147 state of up-to-date files.
8148 (vc-default-dir-status-files): New function.
8149
8150 2008-04-13 Juanma Barranquero <lekktu@gmail.com>
8151
8152 * minibuffer.el (completion--embedded-envvar-table)
8153 (read-file-name-internal): Fix typos in 2008-04-11 change.
8154
8155 * faces.el (read-face-name): Use `completion-table-in-turn',
8156 not `complete-in-turn'.
8157
8158 2008-04-13 Andreas Schwab <schwab@suse.de>
8159
8160 * progmodes/etags.el: Require 'cl when compiling.
8161
8162 2008-04-12 Nick Roberts <nickrob@snap.net.nz>
8163
8164 * progmodes/gud.el (gud-menu-map): Expand tooltip.
8165
8166 * progmodes/gdb-ui.el (gdb-find-source-frame): Improve doc string.
8167 (menu): Add/expand menu tooltips.
8168
8169 2008-04-12 Dan Nicolaescu <dann@ics.uci.edu>
8170
8171 * progmodes/sh-script.el (sh-show-indent): Fix typo.
8172 (sh-mode-map): Add a toggle for inserting braces and quotes in pairs.
8173
8174 * vc-cvs.el (vc-cvs-registered): Allow removed files to be
8175 considered registered.
8176
8177 2008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
8178
8179 * emacs-lisp/copyright.el (copyright-update-directory): New command.
8180
8181 * ediff-wind.el (ediff-split-window-function)
8182 (ediff-merge-split-window-function): Improve custom type.
8183
8184 2008-04-12 Eli Zaretskii <eliz@gnu.org>
8185
8186 * loadup.el ("minibuffer"): Move after "faces".
8187
8188 2008-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
8189
8190 * progmodes/hideif.el (hif-factor): Handle unary minus.
8191
8192 2008-04-12 Glenn Morris <rgm@gnu.org>
8193
8194 * calendar/cal-china.el (chinese-calendar-time-zone):
8195 Mark obsolete name as risky too.
8196
8197 * calendar/calendar.el (calendar-faces): New custom group.
8198 (calendar-today, diary, holiday): Doc fix.
8199 Move to calendar-faces group.
8200 * calendar/diary-lib.el (diary-face, diary-anniversary, diary-time)
8201 (diary-button): Doc fix. Move to calendar-faces group.
8202
8203 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
8204 * desktop.el, files.el, hilit-chg.el, ibuffer.el, iswitchb.el:
8205 * pcvs-info.el, recentf.el, speedbar.el, calendar/cal-china.el:
8206 * calendar/cal-hebrew.el, calendar/cal-x.el, calendar/calendar.el
8207 * calendar/diary-lib.el, net/net-utils.el, progmodes/gud.el:
8208 Move non-autoloaded define-obsolete-variable-alias calls for defcustoms
8209 not in dumped files before the associated defcustom.
8210
8211 2008-04-11 Johan Bockgård <bojohan@gnu.org>
8212
8213 * minibuffer.el (lazy-completion-table): Fix debug spec.
8214
8215 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
8216
8217 * minibuffer.el (complete-with-action, lazy-completion-table):
8218 Move from subr.el.
8219 (apply-partially, completion-table-dynamic)
8220 (completion-table-with-context, completion-table-with-terminator)
8221 (completion-table-in-turn): New funs.
8222 (completion--make-envvar-table, completion--embedded-envvar-table):
8223 New funs.
8224 (read-file-name-internal): Use them.
8225 (completion-setup-hook): Move from simple.el.
8226 * subr.el (complete-with-action, lazy-completion-table):
8227 * simple.el (completion-setup-hook): Move to minibuffer.el.
8228
8229 2008-04-11 Glenn Morris <rgm@gnu.org>
8230
8231 * Makefile.in (AUTOGENEL): Add calc/calc-loaddefs.el.
8232
8233 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
8234
8235 * progmodes/python.el (python-mode): Don't mess with hippie-expand.
8236
8237 * Makefile.in (bootstrap-prepare): Make tpu-edt.el writable as well.
8238
8239 * textmodes/fill.el (fill-forward-paragraph-function): New var.
8240 (fill-forward-paragraph): New fun.
8241 (fill-paragraph, fill-region): Use it.
8242
8243 * vc.el: Change `dir-status' to not take (and pass) status-buffer.
8244 (vc-status-create-fileinfo): Make `extra' optional.
8245 (vc-status-busy): New fun.
8246 (vc-status-menu-map): Use it.
8247 (vc-status-crt-marked): Remove.
8248 (vc-status-update): Rename from vc-status-add-entries.
8249 Add argument so as to prevent addition of entries. Rewrite.
8250 (vc-update-vc-status-buffer): Remove.
8251 (vc-status-refresh): Don't remove old entries, set them to
8252 up-to-date instead. Also do it after the update is complete.
8253 (vc-status-marked-files): η-reduce.
8254
8255 * dired.el (dired-read-dir-and-switches): Use read-directory-name even
8256 for non-dialogs.
8257
8258 * Makefile.in (bootstrap-prepare): Don't copy ldefs-boot over loaddefs.
8259
8260 * loadup.el: Load ldefs-boot.el if loaddefs.el doesn't exist.
8261
8262 2008-04-11 Jan Djärv <jan.h.d@swipnet.se>
8263
8264 * tooltip.el (tooltip-show-help-non-mode): Set message-truncate-lines
8265 to t and don't truncate msg.
8266
8267 2008-04-11 Glenn Morris <rgm@gnu.org>
8268
8269 * calendar/calendar.el (diary, holidays):
8270 Move custom groups to other files.
8271 (holiday-general-holidays, holiday-oriental-holidays)
8272 (holiday-local-holidays, holiday-other-holidays, hebrew-holidays-1)
8273 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
8274 (holiday-hebrew-holidays, holiday-christian-holidays)
8275 (holiday-islamic-holidays, holiday-bahai-holidays)
8276 (holiday-solar-holidays, calendar-holidays): Move to holidays.el.
8277 * calendar/diary-lib.el: Move custom group here from calendar.el.
8278 * calendar/holidays.el: Move custom group and variables here
8279 from calendar.el.
8280
8281 * calendar/cal-china.el (calendar-chinese-time-zone): Mark as risky.
8282
8283 * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
8284 Fix custom group.
8285 (calendar-current-time-zone-cache): Autoload riskiness.
8286
8287 * calendar/cal-tex.el (cal-tex-preamble-extra): Fix custom type.
8288
8289 2008-04-11 Chong Yidong <cyd@stupidchicken.com>
8290
8291 * woman.el (woman2-TH): Use string-equal instead of string-match.
8292
8293 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
8294
8295 * smerge-mode.el (smerge-apply-resolution-patch): Fix typo.
8296 (smerge-resolve): Merge the "2-way refinement" case with one half of
8297 the "mere whitespace" resolution.
8298
8299 2008-04-10 Dan Nicolaescu <dann@ics.uci.edu>
8300
8301 * vc-bzr.el (vc-bzr-after-dir-status): Detect the conflict state.
8302
8303 2008-04-10 Juanma Barranquero <lekktu@gmail.com>
8304
8305 * subr.el (assoc-ignore-case, assoc-ignore-representation):
8306 Add WHEN to obsolescence declaration.
8307
8308 * makefile.w32-in (AUTOGENEL): Add calc-loaddefs.el.
8309
8310 2008-04-10 Dan Nicolaescu <dann@ics.uci.edu>
8311
8312 * vc-hooks.el (vc-state): Add new state `conflict'.
8313 (vc-after-save): Use when not if.
8314 (vc-default-mode-line-string): Deal with the conflict state.
8315 (vc-prefix-map, vc-menu-map): Bind vc-status instead of vc-directory.
8316
8317 * vc.el (vc-editable-p, vc-default-status-printer)
8318 (vc-next-action): Deal with the conflict state.
8319 (vc-mark-resolved): New function.
8320 (vc-status-mode): Fix mode name.
8321 (vc-default-comment-history): Use when not if.
8322 (Todo): Add new entries, remove old ones.
8323
8324 * vc-cvs.el (vc-cvs-merge, vc-cvs-merge-news): Set conflict state.
8325 (vc-cvs-parse-status, vc-cvs-after-dir-status):
8326 * vc-svn.el (vc-svn-after-dir-status, vc-svn-parse-status):
8327 Detect the conflict state.
8328
8329 * vc-hg.el (vc-hg-dir-status): Remove unneeded call.
8330
8331 2008-04-10 Glenn Morris <rgm@gnu.org>
8332
8333 * menu-bar.el (menu-bar-options-menu) <truncate-lines>:
8334 Respect truncate-partial-width-windows in non-full windows,
8335 with regards to :toggle and :enable state.
8336
8337 * simple.el (toggle-truncate-lines): Doc fix.
8338
8339 * Makefile.in (MH_E_DIR): New variable.
8340 (MH_E_SRC): Restore variable removed 2008-03-13.
8341 (mh-loaddefs.el): Depend on $MH_E_SRC.
8342 (CAL_DIR, CAL_SRC): New variables.
8343 (cal-loaddefs.el, diary-loaddefs.el, hol-loaddefs.el):
8344 Depend on CAL_SRC.
8345
8346 * calendar/calendar.el (calendar, diary): Add :prefix.
8347 (holidays): Change :prefix.
8348 (calendar-today, holiday, calendar-holiday-marker)
8349 (european-calendar-style): Change custom groups.
8350
8351 * calendar/calendar.el (diary-hook, diary-display-hook):
8352 Move to diary-lib.el.
8353 * calendar/diary-lib.el (diary-hook, diary-display-hook):
8354 Move here from calendar.el.
8355 * calendar/appt.el: Require diary-lib rather than calendar.
8356 * calendar/cal-x.el (diary-display-hook): Declare for compiler.
8357
8358 * calendar/appt.el (appt): Add :prefix.
8359
8360 * calendar/diary-lib.el (diary-hook): Doc fix.
8361 (diary-mark-sexp-entries): Fix replacement of calendar-for-loop.
8362
8363 2008-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
8364
8365 * minibuffer.el (minibuffer--double-dollars, read-file-name-internal):
8366 New functions.
8367
8368 * minibuffer.el (minibuffer--do-completion): Don't forget to propagate
8369 the arg to recursive calls.
8370
8371 2008-04-09 Juanma Barranquero <lekktu@gmail.com>
8372
8373 * minibuffer.el (completion-auto-help): Fix typo.
8374
8375 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
8376
8377 * vc-cvs.el (vc-cvs-diff-tree): Remove unused function.
8378
8379 2008-04-09 Michael Albinus <michael.albinus@gmx.de>
8380
8381 * net/tramp.el (tramp-find-file-name-coding-system-alist): New defun.
8382 (tramp-handle-insert-file-contents, tramp-handle-write-region): Use it.
8383
8384 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
8385
8386 * vc-hooks.el (vc-default-mode-line-string): Use ? for missing.
8387
8388 * minibuffer.el (minibuffer): Move group from cus-edit.el.
8389 (completion-auto-help): Move from C code.
8390 (minibuffer--maybe-completion-help): Remove.
8391 (minibuffer--bitset): New function.
8392 (minibuffer--do-completion): Rename from minibuffer-do-completion.
8393 Renumber a bit. Really complete on string *before* point.
8394 Add argument used for word-completion.
8395 Join trailing / in completion with following text, as done in
8396 minibuffer-complete-word.
8397 Handle new value `lazy' for completion-auto-help.
8398 (minibuffer-try-word-completion): New function extracted from
8399 minibuffer-complete-word.
8400 (minibuffer-complete-word): Use minibuffer--do-completion.
8401 (minibuffer--insert-strings): Rename from
8402 minibuffer-complete-insert-strings.
8403 (exit-minibuffer): Fix typo.
8404 * cus-edit.el (minibuffer): Move group to minibuffer.el.
8405 * cus-start.el: Remove completion-auto-help.
8406
8407 2008-04-09 Alexandre Julliard <julliard@winehq.org>
8408
8409 * vc.el (vc-status-add-entries): New function.
8410 (vc-status-add-entry): Remove.
8411 (vc-update-vc-status-buffer, vc-status-mark-buffer-changed):
8412 Use vc-status-add-entries.
8413
8414 * emacs-lisp/ewoc.el (ewoc-collect): Return results in the correct
8415 order.
8416
8417 2008-04-09 Jason Rumney <jasonr@gnu.org>
8418
8419 * makefile.w32-in (LOADDEFS): Add mh-loaddefs.el.
8420 ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule.
8421 (pre-mh-loaddefs.el-CMD, pre-mh-loaddefs.el-SH): Remove.
8422 (AUTOGENEL): New variable.
8423 (distclean, maintainer-clean): New targets.
8424
8425 2008-04-09 Chong Yidong <cyd@stupidchicken.com>
8426
8427 * emacs-lisp/regexp-opt.el (regexp-opt):
8428 Reduce max-lisp-eval-depth and max-specpdl-size to 10000.
8429
8430 2008-04-09 Lennart Borgman <lennart.borgman@gmail.com>
8431
8432 * nxml/nxml-mode.el (nxml-cleanup): New function.
8433 (nxml-mode): Add it to change-major-mode-hook.
8434
8435 2008-04-09 Jan Djärv <jan.h.d@swipnet.se>
8436
8437 * term/x-win.el (x-gtk-stock-map): Map info to gtk-info.
8438
8439 2008-04-09 Juanma Barranquero <lekktu@gmail.com>
8440
8441 * calc/.cvsignore: New file.
8442
8443 2008-04-09 Jan Djärv <jan.h.d@swipnet.se>
8444
8445 * vc.el (vc-status-tool-bar-map): Add vc-print-log to tool bar.
8446
8447 * tooltip.el (tooltip-mode): Set tooltip-show-help-non-mode as
8448 show-help-function when turning tooltip off.
8449 (tooltip-show): Call tooltip-show-help-non-mode if use-echo-area.
8450 (tooltip-trunc-str, tooltip-show-help-non-mode): New.
8451
8452 2008-04-09 Alan Mackenzie <acm@muc.de>
8453
8454 * font-lock.el (font-lock-extend-after-change-region-function):
8455 Make it buffer local.
8456
8457 2008-04-09 Glenn Morris <rgm@gnu.org>
8458
8459 * calendar/calendar.el (diary-file, european-calendar-style):
8460 Remove autoload cookies.
8461
8462 2008-04-09 Dan Nicolaescu <dann@ics.uci.edu>
8463
8464 * outline.el (outline-mode-menu-bar-map):
8465 * log-view.el (log-view-mode-menu):
8466 * log-edit.el (log-edit-menu): Add :help.
8467
8468 2008-04-09 Chong Yidong <cyd@stupidchicken.com>
8469
8470 * emacs-lisp/regexp-opt.el (regexp-opt-group):
8471 Use substring-no-properties for correct handling of unibyte strings.
8472
8473 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
8474
8475 * add-log.el (change-log-next-buffer): Handle the case where version<
8476 signals an error.
8477
8478 * mouse.el (mouse-menu-major-mode-map): New fun extracted from
8479 mouse-major-mode-menu.
8480 (mouse-menu-bar-map): New fun extracted from mouse-popup-menubar.
8481 (mouse-major-mode-menu, mouse-popup-menubar)
8482 (mouse-popup-menubar-stuff): Use them.
8483 (C-down-mouse-3): Bind to a dynamic map rather than to
8484 mouse-popup-menubar-stuff.
8485
8486 * bindings.el (mode-line-major-mode-keymap): Bind down-mouse-1
8487 to mouse-menu-major-mode-map rather than to mouse-major-mode-menu.
8488
8489 2008-04-09 Dan Nicolaescu <dann@ics.uci.edu>
8490
8491 * vc-svn.el (vc-svn-modify-change-comment): Add support for the
8492 file:// access method.
8493
8494 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
8495
8496 * minibuffer.el: New file.
8497 * loadup.el: Load it.
8498
8499 2008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
8500
8501 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Make it depend on mh-e/*.el
8502 rather than subdirs.el. It introduces an ugly circular dependency, tho.
8503
8504 * calc/calc.el: Load "calc-loaddefs" rather than set up manual autoloads.
8505 (calc-mode-map, calc-digit-map, calc-dispatch-map):
8506 Move initialization into declaration.
8507 * calc/calc-yank.el:
8508 * calc/calc-misc.el:
8509 * calc/calc-embed.el:
8510 * calc/calc-aent.el: Add autoload cookies. Set generated-autoload-file.
8511
8512 2008-04-08 Michael Albinus <michael.albinus@gmx.de>
8513
8514 * ps-samp.el (ps-add-printer, ps-remove-printer)
8515 (ps-make-dynamic-printer-menu): New functions.
8516
8517 * net/zeroconf.el: New file.
8518
8519 2008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
8520
8521 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits): Typo.
8522
8523 2008-04-08 Dan Nicolaescu <dann@ics.uci.edu>
8524
8525 * vc-rcs.el (vc-rcs-modify-change-comment):
8526 * vc-cvs.el (vc-cvs-modify-change-comment): Fix argument order.
8527
8528 * log-view.el (log-view-mode-menu): Bind log-view-modify-change-comment.
8529
8530 2008-04-08 Juanma Barranquero <lekktu@gmail.com>
8531
8532 * international/mule-cmds.el (set-locale-environment): Don't warn if
8533 coding system doesn't agree with system locale (this reverts changes
8534 by Dave Love, dated 2002-10-27 and 2002-10-09).
8535
8536 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
8537 * emacs-lisp/cl-macs.el (get-setf-method): Use `string-match-p'.
8538
8539 * emacs-lisp/copyright.el (copyright-update-year): Use `looking-at-p'.
8540
8541 2008-04-08 Glenn Morris <rgm@gnu.org>
8542
8543 * calendar/calendar.el (calendar-date-style): Remove autoload cookie.
8544 * textmodes/remember.el (remember-diary-convert-entry):
8545 Require calendar.
8546
8547 * textmodes/remember.el (remember-diary-extract-entries): Don't pass
8548 diary-file, since it is the default for make-diary-entry anyway.
8549
8550 * calendar/cal-menu.el (cal-menu-event-to-date):
8551 Rename calendar-event-to-date. Update callers.
8552 (calendar-mouse-tex-day): Rename cal-tex-mouse-day.
8553 (calendar-mouse-tex-week): Rename cal-tex-mouse-week.
8554 (calendar-mouse-tex-week2): Rename cal-tex-mouse-week2.
8555 (calendar-mouse-tex-week-iso): Rename cal-tex-mouse-week-iso.
8556 (calendar-mouse-tex-week-monday): Rename cal-tex-mouse-week-monday.
8557 (calendar-mouse-tex-filofax-daily): Rename cal-tex-mouse-filofax-daily.
8558 (calendar-mouse-tex-filofax-2week): Rename cal-tex-mouse-filofax-2week.
8559 (calendar-mouse-tex-filofax-week): Rename cal-tex-mouse-filofax-week.
8560 (calendar-mouse-tex-month): Rename cal-tex-mouse-month.
8561 (calendar-mouse-tex-month-landscape):
8562 Rename cal-tex-mouse-month-landscape.
8563 (calendar-mouse-tex-year): Rename cal-tex-mouse-year.
8564 (calendar-mouse-tex-filofax-year): Rename cal-tex-mouse-filofax-year.
8565 (calendar-mouse-tex-year-landscape):
8566 Rename cal-tex-mouse-year-landscape.
8567 (cal-menu-context-mouse-menu): Update for above name changes.
8568
8569 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
8570 * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
8571 * calendar/cal-iso.el, calendar/cal-julian.el, calendar/cal-move.el:
8572 * calendar/cal-persia.el, calendar/cal-tex.el, calendar/calendar.el:
8573 * calendar/holidays.el: Replace int-to-string with number-to-string.
8574
8575 2008-04-08 Chong Yidong <cyd@stupidchicken.com>
8576
8577 * mwheel.el (mwheel-scroll): Deactivate any temporarily active
8578 region if point moves.
8579
8580 2008-04-08 Kenichi Handa <handa@m17n.org>
8581
8582 * faces.el (font-slant-table): Change numeric values for `r',
8583 `roman', and `normal'.
8584
8585 2008-04-07 Vincent Belaïche <vincent.b.1@hotmail.fr>
8586
8587 * calc/calc-vec.el (calcFunc-kron, calc-kron): New functions.
8588
8589 2008-04-07 Jay Belanger <jay.p.belanger@gmail.com>
8590
8591 * calc/calc-ext.el (calc-init-extensions): Add `calc-kron' and
8592 `calcFunc-kron' to autoloads. Add keybinding for `calc-kron'.
8593
8594 2008-04-07 Michael Albinus <michael.albinus@gmx.de>
8595
8596 * net/tramp.el (tramp-methods): Fix again tramp-copy-args of
8597 "pscp" and "psftp". Reported by Gilles Pion <gpion@lfdj.com>.
8598
8599 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
8600
8601 * dired-aux.el (dired-read-shell-command): Use read-shell-command.
8602
8603 2008-04-07 Sam Steingold <sds@gnu.org>
8604
8605 * progmodes/inf-lisp.el (lisp-compile-string, lisp-eval-string):
8606 Add helper functions.
8607 (lisp-do-defun): Extract the common part of lisp-eval-defun and
8608 lisp-compile-defun; DEFVAR forms reset the variables to the init
8609 values, just like in emacs-lisp mode eval-defun.
8610 (lisp-eval-defun, lisp-compile-defun): Use lisp-do-defun.
8611 (lisp-compile-region): Use lisp-compile-string.
8612
8613 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
8614
8615 * subr.el (combine-and-quote-strings): Also quote strings that contain
8616 the separator.
8617
8618 * pcvs-util.el (cvs-map): Avoid recursion :-(
8619
8620 2008-04-07 Glenn Morris <rgm@gnu.org>
8621
8622 * calendar/calendar.el (calendar-mode-map): Replace use of kbd.
8623
8624 * calendar/calendar.el (diary-view-entries-initially-flag): Rename
8625 view-diary-entries-initially. Keep old name as alias, update users.
8626 (calendar-mark-diary-entries-flag): Rename
8627 mark-diary-entries-in-calendar. Keep old name as alias, update users.
8628 (calendar-view-holidays-initially-flag): Rename
8629 view-calendar-holidays-initially. Keep old name as alias, update users.
8630 (calendar-mark-holidays-flag): Rename mark-holidays-in-calendar.
8631 Keep old name as alias, update users.
8632 (calendar-initial-window-hook): Rename initial-calendar-window-hook.
8633 Keep old name as alias, update users.
8634 (calendar-today-visible-hook): Rename today-visible-calendar-hook.
8635 Keep old name as alias, update users.
8636 (calendar-today-invisible-hook): Rename today-invisible-calendar-hook.
8637 Keep old name as alias, update users.
8638 (diary-iso-date-forms): Rename iso-date-diary-pattern. Update users.
8639 (diary-american-date-forms): Rename american-date-diary-pattern.
8640 Keep old name as alias, update users.
8641 (diary-european-date-forms): Rename european-date-diary-pattern.
8642 Keep old name as alias, update users.
8643 (calendar-iso-date-display-form): Rename iso-calendar-display-form.
8644 Keep old name as alias, update users.
8645 (calendar-european-date-display-form): Rename
8646 european-calendar-display-form. Keep old name as alias, update users.
8647 (calendar-american-date-display-form): Rename
8648 european-calendar-display-form. Keep old name as alias, update users.
8649 (diary-show-holidays-flag): Rename holidays-in-diary-buffer.
8650 Keep old name as alias, update users.
8651 (holiday-general-holidays): Rename general-holidays.
8652 Keep old name as alias, update users.
8653 (holiday-oriental-holidays): Rename oriental-holidays.
8654 Keep old name as alias, update users.
8655 (holiday-local-holidays): Rename local-holidays.
8656 Keep old name as alias, update users.
8657 (holiday-other-holidays): Rename other-holidays.
8658 Keep old name as alias, update users.
8659 (holiday-hebrew-holidays): Rename hebrew-holidays.
8660 Keep old name as alias, update users.
8661 (holiday-christian-holidays): Rename christian-holidays.
8662 Keep old name as alias, update users.
8663 (holiday-islamic-holidays): Rename islamic-holidays.
8664 Keep old name as alias, update users.
8665 (holiday-bahai-holidays): Rename bahai-holidays.
8666 Keep old name as alias, update users.
8667 (holiday-solar-holidays): Rename solar-holidays.
8668 Keep old name as alias, update users.
8669 (diary-fancy-buffer): Rename fancy-diary-buffer.
8670 Keep old name as alias, update users.
8671 (calendar-other-calendars-buffer): Rename other-calendars-buffer.
8672 Update users.
8673 (calendar-hebrew-yahrzeit-buffer): Rename cal-hebrew-yahrzeit-buffer.
8674 Update users.
8675 (calendar-increment-month): Rename increment-calendar-month.
8676 Keep old name as alias, update callers.
8677 (calendar-increment-month-cons): Rename old calendar-increment-month.
8678 Update callers.
8679 (calendar-extract-month): Rename extract-calendar-month.
8680 Keep old name as alias, update callers.
8681 (calendar-extract-day): Rename extract-calendar-day.
8682 Keep old name as alias, update callers.
8683 (calendar-extract-year): Rename extract-calendar-year.
8684 Keep old name as alias, update callers.
8685 (calendar-generate-window): Rename generate-calendar-window.
8686 Update callers.
8687 (calendar-generate): Rename generate-calendar. Update callers.
8688 (calendar-generate-month): Rename generate-calendar-month.
8689 Update callers.
8690 (calendar-redraw): Rename redraw-calendar. Update callers.
8691 (calendar-describe-mode): Rename describe-calendar-mode. Update uses.
8692 (calendar-mouse-other-month): Rename mouse-calendar-other-month.
8693 Update callers.
8694 (calendar-update-mode-line): Rename update-calendar-mode-line.
8695 Update callers.
8696 (calendar-exit): Rename exit-calendar. Keep old name as alias,
8697 update callers.
8698 (calendar-mark-visible-date): Rename mark-visible-calendar-date.
8699 Keep old name as alias, update callers.
8700 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
8701 * calendar/cal-dst.el, calendar/cal-french.el, calendar/cal-hebrew.el:
8702 * calendar/cal-html.el, calendar/cal-islam.el, calendar/cal-iso.el:
8703 * calendar/cal-julian.el, calendar/cal-menu.el, calendar/cal-move.el:
8704 * calendar/cal-persia.el, calendar/cal-tex.el, calendar/cal-x.el:
8705 * calendar/diary-lib.el, calendar/holidays.el, calendar/lunar.el:
8706 * calendar/solar.el: Update for calendar.el name changes.
8707 * org/org.el (org-agenda-format-date-aligned)
8708 (org-agenda-execute-calendar-command): Access date elements directly
8709 rather than using calendar functions.
8710 (org-read-date, org-goto-calendar, org-agenda-goto-calendar):
8711 Also set calendar-view-diary-initially-flag,
8712 calendar-view-holidays-initially-flag.
8713 (org-get-entries-from-diary): Also set diary-fancy-buffer.
8714 (org-agenda-execute-calendar-command): No need to set displayed-day.
8715
8716 2008-04-06 Alan Mackenzie <acm@muc.de>
8717
8718 * progmodes/cc-langs.el (c-before-font-lock-function): Correct a
8719 typo in the doc string.
8720
8721 * progmodes/cc-mode.el (c-basic-common-init):
8722 Set font-lock-extend-after-change-region-function.
8723 (c-extend-after-change-region): New function, used in
8724 font-lock-extend-after-change-region-function, thus superseding
8725 advice on the Font Lock after change functions.
8726 (c-advise-fl-for-region): Remove this macro.
8727
8728 2008-04-06 Reiner Steib <Reiner.Steib@gmx.de>
8729
8730 * textmodes/flyspell.el (flyspell-duplicate-distance):
8731 Improve custom type.
8732
8733 2008-04-06 Glenn Morris <rgm@gnu.org>
8734
8735 * calendar/diary-lib.el (diary-sexp-entry-symbol):
8736 Rename sexp-diary-entry-symbol. Keep old name as alias, update users.
8737 (diary-list-entries-hook): Rename list-diary-entries-hook.
8738 Keep old name as alias, update users.
8739 (diary-mark-entries-hook): Rename mark-diary-entries-hook.
8740 Keep old name as alias, update users.
8741 (diary-nongregorian-listing-hook): Rename
8742 nongregorian-diary-listing-hook. Keep old name as alias, update users.
8743 (diary-nongregorian-marking-hook): Rename
8744 nongregorian-diary-marking-hook. Keep old name as alias, update users.
8745 (diary-print-entries-hook): Rename print-diary-entries-hook.
8746 Keep old name as alias, update users.
8747 (diary-abbreviated-year-flag): Rename abbreviated-calendar-year.
8748 Keep old name as alias, update users.
8749 (diary-number-of-entries): Rename number-of-diary-entries.
8750 Keep old name as alias, update users.
8751 (view-diary-entries, list-diary-entries, show-all-diary-entries):
8752 Give version of obsolescence.
8753 (diary-view-other-diary-entries): Rename view-other-diary-entries.
8754 Keep old name as alias, update callers.
8755 (diary-add-to-list): Rename add-to-diary-list. Keep old name as alias,
8756 update callers.
8757 (diary-include-other-diary-files): Rename include-other-diary-files.
8758 Keep old name as alias, update callers.
8759 (diary-simple-display): Rename simple-diary-display.
8760 Keep old name as alias, update callers.
8761 (diary-fancy-display): Rename fancy-diary-display.
8762 Keep old name as alias, update callers.
8763 (diary-print-entries): Rename print-diary-entries.
8764 Keep old name as alias, update callers.
8765 (diary-marking-entries-flag): Rename marking-diary-entries.
8766 Update users.
8767 (diary-marking-entry-flag): Rename marking-diary-entry. Update users.
8768 (diary-mark-entries): Rename mark-diary-entries.
8769 Keep old name as alias, update callers.
8770 (diary-mark-sexp-entries): Rename mark-sexp-diary-entries.
8771 Keep old name as alias, update callers.
8772 (diary-mark-included-diary-files): Rename mark-included-diary-files.
8773 Keep old name as alias, update callers.
8774 (calendar-mark-days-named): Rename mark-calendar-days-named.
8775 Keep old name as alias, update callers.
8776 (calendar-mark-month): Rename mark-calendar-month.
8777 Keep old name as alias, update callers.
8778 (calendar-mark-date-pattern): Rename mark-calendar-date-pattern.
8779 Keep old name as alias, update callers.
8780 (diary-sort-entries): Rename sort-diary-entries.
8781 Keep old name as alias, update callers.
8782 (diary-list-sexp-entries): Rename list-sexp-diary-entries.
8783 Keep old name as alias, update callers.
8784 (diary-make-entry): Rename make-diary-entry. Keep old name as alias,
8785 update callers.
8786 (diary-insert-entry): Rename insert-diary-entry.
8787 Keep old name as alias.
8788 (diary-insert-weekly-entry): Rename insert-weekly-diary-entry.
8789 Keep old name as alias.
8790 (diary-insert-monthly-entry): Rename insert-monthly-diary-entry.
8791 Keep old name as alias.
8792 (diary-insert-yearly-entry): Rename insert-yearly-diary-entry.
8793 Keep old name as alias.
8794 (diary-insert-anniversary-entry): Rename insert-anniversary-diary-entry.
8795 Keep old name as alias.
8796 (diary-insert-block-entry): Rename insert-block-diary-entry.
8797 Keep old name as alias.
8798 (diary-insert-cyclic-entry): Rename insert-cyclic-diary-entry.
8799 Keep old name as alias.
8800 (diary-fancy-font-lock-keywords): Rename fancy-diary-font-lock-keywords.
8801 Keep old name as alias, update users.
8802 (diary-fancy-display-mode): Rename fancy-diary-display-mode.
8803 Keep old name as alias, update callers.
8804 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
8805 * calendar/cal-menu.el, calendar/cal-x.el, calendar/calendar.el:
8806 * calendar/icalendar.el: Update for diary-lib name changes.
8807
8808 2008-04-06 Chong Yidong <cyd@stupidchicken.com>
8809
8810 * dired-aux.el (dired-overwrite-confirmed): Revert last change.
8811
8812 * dired.el (dired-dnd-handle-local-file): Obey dired-backup-overwrite
8813 for copy, move, and link operations.
8814
8815 2008-04-06 Michael Kifer <kifer@cs.stonybrook.edu>
8816
8817 * emulation/viper-init.el, emulation/viper-ex.el, emulation/viper-cmd.el
8818 (viper-search-wrap-around-t): Replace with viper-search-wrap-around.
8819
8820 * ediff-util.el, ediff-vers.el, ediff-wind.el: Replace 3-argument
8821 'require' statements with 1-argument ones (wrapped in if's).
8822 For compatibility with the current stable version of XEmacs.
8823
8824 2008-04-06 Dan Nicolaescu <dann@ics.uci.edu>
8825
8826 * vc.el (vc-status-prepare-status-buffer): Reset vc-parent-buffer-name.
8827
8828 2008-04-06 Jason Rumney <jasonr@gnu.org>
8829
8830 * language/burmese.el ("Burmese"): Make sample text consistent with
8831 language name.
8832
8833 2008-04-06 Nick Roberts <nickrob@snap.net.nz>
8834
8835 * progmodes/gdb-ui.el (gdb): New group.
8836 (gdb-debug-log-max, gdb-enable-debug)
8837 (gdb-cpp-define-alist-program, gdb-cpp-define-alist-flags)
8838 (gdb-show-main, gdb-many-windows, gdb-use-separate-io-buffer)
8839 (gdb-speedbar-auto-raise, gdb-use-colon-colon-notation)
8840 (gdb-show-changed-values, gdb-max-children)
8841 (gdb-delete-out-of-scope, gdb-same-frame, gdb-find-source-frame)
8842 (breakpoint-enabled, breakpoint-disabled, gdb-max-frames)
8843 (gdb-all-registers, gdb-memory-repeat-count, gdb-memory-format)
8844 (gdb-memory-unit): Move to new group from GUD group.
8845 (menu): Allow customization from GDB-UI menu-item.
8846
8847 2008-04-05 Chong Yidong <cyd@stupidchicken.com>
8848
8849 * dired-aux.el (dired-overwrite-confirmed): Supply initial value.
8850
8851 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
8852
8853 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-annotate-command)
8854 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
8855 Revision numbers can include ".".
8856
8857 * diff-mode.el (diff-end-of-hunk): Be careful not to overlook trailing
8858 "+" lines not accounted for by counting "-" and context lines.
8859
8860 2008-04-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8861
8862 * term/mac-win.el (mac-service-open-file): Use file URL instead of
8863 file name string.
8864
8865 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
8866
8867 * vc-bzr.el (vc-bzr-annotate-command): Preserve line alignment.
8868 (vc-bzr-annotate-time): Accept space used to preserve alignment.
8869
8870 2008-04-05 Richard Stallman <rms@gnu.org>
8871
8872 * emacs-lisp/advice.el (defadvice): Add usage pattern.
8873
8874 2008-04-05 Nick Roberts <nickrob@snap.net.nz>
8875
8876 * progmodes/gdb-ui.el: Add advice about using Cygwin GDB (from a
8877 thread in [h-e-w]).
8878
8879 2008-04-05 Juanma Barranquero <lekktu@gmail.com>
8880
8881 * files.el (abort-if-file-too-large): Fix typo in docstring.
8882
8883 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
8884
8885 * subr.el (functionp): Return nil for special forms.
8886
8887 2008-04-05 Glenn Morris <rgm@gnu.org>
8888
8889 * emacs-lisp/autoload.el (autoload-ensure-default-file):
8890 Provide a feature.
8891 * calendar/calendar.el, calendar/diary-lib.el, calendar/holidays.el:
8892 Require loaddefs file rather than loading it.
8893 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule now that
8894 autoload-ensure-default-file provides a feature.
8895
8896 * Makefile.in (LOADDEFS): Add mh-loaddefs.el.
8897 (AUTOGENEL): mh-loaddefs is in $LOADDEFS now.
8898 (compile, compile-always, recompile): Use $LOADDEFS.
8899 (cal-autoloads): Remove.
8900
8901 * calendar/cal-x.el (calendar-dedicate-diary): Use get-buffer rather
8902 than buffer-live-p. Reported by David Koppelman <koppel@ece.lsu.edu>.
8903
8904 * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
8905 (hebrew-holidays-3, hebrew-holidays-4): Don't autoload obsolescence.
8906
8907 * calendar/calendar.el (diary-hebrew-entry-symbol):
8908 Rename hebrew-diary-entry-symbol. Keep old name as alias.
8909 (diary-islamic-entry-symbol): Rename islamic-diary-entry-symbol.
8910 Keep old name as alias.
8911 (diary-bahai-entry-symbol): Rename bahai-diary-entry-symbol.
8912 Keep old name as alias.
8913 * calendar/cal-bahai.el: Update for rename bahai-diary-entry-symbol
8914 to diary-bahai-entry-symbol.
8915 * calendar/cal-hebrew.el: Update for rename hebrew-diary-entry-symbol
8916 to diary-hebrew-entry-symbol.
8917 * calendar/cal-islam.el: Update for rename islamic-diary-entry-symbol
8918 to diary-islamic-entry-symbol.
8919 * calendar/diary-lib.el: Update for diary-entry-symbol renames.
8920
8921 * calendar/solar.el (diary-sabbath-candles-minutes)
8922 (diary-sabbath-candles): Move to cal-hebrew.
8923 * calendar/cal-hebrew.el (diary-hebrew-sabbath-candles-minutes)
8924 (diary-hebrew-sabbath-candles): Move here from solar.el and rename.
8925 Doc fix. Keep old name as alias.
8926 (diary-hebrew-sabbath-candles): Simplify.
8927 (solar-setup, solar-sunrise-sunset, calendar-latitude)
8928 (calendar-longitude, calendar-time-zone): Declare for compiler.
8929 * calendar/diary-lib.el (list-sexp-diary-entries): Update doc for
8930 rename.
8931
8932 * calendar/cal-coptic.el (calendar-coptic-month-name-array):
8933 Rename coptic-calendar-month-name-array. Update callers.
8934 (calendar-coptic-epoch): Rename coptic-calendar-epoch. Update callers.
8935 (calendar-coptic-name): Rename coptic-name. Update callers.
8936 (calendar-coptic-leap-year-p): Rename coptic-calendar-leap-year-p.
8937 Update callers.
8938 (calendar-coptic-last-day-of-month):
8939 Rename coptic-calendar-last-day-of-month. Update callers.
8940 (calendar-coptic-to-absolute): Rename calendar-absolute-from-coptic.
8941 Keep old name as alias, update callers.
8942 (calendar-coptic-print-date): Rename calendar-print-coptic-date.
8943 Keep old name as alias, update callers.
8944 (calendar-coptic-goto-date): Rename calendar-goto-coptic-date.
8945 Keep old name as alias.
8946 (calendar-ethiopic-month-name-array):
8947 Rename ethiopic-calendar-month-name-array. Update callers.
8948 (calendar-ethiopic-epoch): Rename ethiopic-calendar-epoch.
8949 Update callers.
8950 (calendar-ethiopic-name): Rename ethiopic-name. Update callers.
8951 (calendar-ethiopic-to-absolute): Rename calendar-absolute-from-ethiopic.
8952 Keep old name as alias, update callers.
8953 (calendar-ethiopic-print-date): Rename calendar-print-ethiopic-date.
8954 Keep old name as alias, update callers.
8955 (calendar-ethiopic-goto-date): Rename calendar-goto-ethiopic-date.
8956 Keep old name as alias.
8957
8958 * calendar/cal-french.el (calendar-french-epoch):
8959 Rename french-calendar-epoch. Update callers.
8960 (calendar-french-month-name-array): Rename variable and function
8961 french-calendar-month-name-array. Update callers.
8962 (calendar-french-multibyte-month-name-array):
8963 Rename french-calendar-multibyte-month-name-array. Update callers.
8964 (calendar-french-day-name-array): Rename variable and function
8965 french-calendar-day-name-array. Update callers.
8966 (calendar-french-special-days-array): Rename variable and function
8967 french-calendar-special-days-array. Update callers.
8968 (calendar-french-multibyte-special-days-array):
8969 Rename french-calendar-multibyte-special-days-array. Update callers.
8970 (calendar-french-accents-p): Rename french-calendar-accents.
8971 Update callers.
8972 (calendar-french-leap-year-p): Rename french-calendar-leap-year-p.
8973 Update callers.
8974 (calendar-french-last-day-of-month):
8975 Rename french-calendar-last-day-of-month. Update callers.
8976 (calendar-french-to-absolute): Rename calendar-absolute-from-french.
8977 Keep old name as alias, update callers.
8978 (calendar-french-print-date): Rename calendar-print-french-date.
8979 Keep old name as alias, update callers.
8980 (calendar-french-goto-date): Rename calendar-goto-french-date.
8981 Keep old name as alias.
8982
8983 * calendar/cal-menu.el, calendar/calendar.el:
8984 Update for Coptic and French name changes.
8985
8986 * calendar/cal-china.el (calendar-chinese): Rename custom group
8987 from chinese-calendar. Update users.
8988 (calendar-chinese-time-zone): Rename chinese-calendar-time-zone.
8989 Keep old name as alias, update users.
8990 (calendar-chinese-location-name): Rename chinese-calendar-location-name.
8991 Keep old name as alias.
8992 (calendar-chinese-daylight-time-offset):
8993 Rename chinese-calendar-daylight-time-offset. Keep old name as alias,
8994 update users.
8995 (calendar-chinese-standard-time-zone-name):
8996 Rename chinese-calendar-standard-time-zone-name.
8997 Keep old name as alias, update users.
8998 (calendar-chinese-daylight-saving-start):
8999 Rename chinese-calendar-daylight-savings-starts.
9000 Keep old name as alias, update users.
9001 (calendar-chinese-daylight-saving-end):
9002 Rename chinese-calendar-daylight-savings-ends. Keep old name as alias,
9003 update users.
9004 (calendar-chinese-daylight-saving-start-time):
9005 Rename chinese-calendar-daylight-savings-starts-time.
9006 Keep old name as alias, update users.
9007 (calendar-chinese-daylight-saving-end-time):
9008 Rename chinese-calendar-daylight-savings-ends-time.
9009 Keep old name as alias, update users.
9010 (calendar-chinese-celestial-stem): Rename
9011 calendar-chinese-celestial-stem. Keep old name as alias, update users.
9012 (calendar-chinese-terrestrial-branch):
9013 Rename calendar-chinese-terrestrial-branch. Keep old name as alias,
9014 update users.
9015 (calendar-chinese-zodiac-sign-on-or-after):
9016 Rename chinese-zodiac-sign-on-or-after. Update callers.
9017 (calendar-chinese-new-moon-on-or-after):
9018 Rename chinese-new-moon-on-or-after. Update callers.
9019 (calendar-chinese-month-list): Rename chinese-month-list.
9020 Update callers.
9021 (calendar-chinese-number-months): Rename number-chinese-months.
9022 Update callers.
9023 (calendar-chinese-compute-year): Rename compute-chinese-year.
9024 Update callers.
9025 (calendar-chinese-year-cache): Rename chinese-year-cache. Update users.
9026 (calendar-chinese-year): Rename chinese-year. Update callers.
9027 (calendar-chinese-year-cache-init): Rename chinese-year-cache-init.
9028 (calendar-chinese-to-absolute): Rename calendar-absolute-from-chinese.
9029 Keep old name as alias, update callers.
9030 (calendar-chinese-print-date): Rename calendar-print-chinese-date.
9031 Keep old name as alias, update callers.
9032 (calendar-chinese-months-to-alist):
9033 Rename make-chinese-month-assoc-list. Update callers.
9034 (calendar-chinese-months): Rename chinese-months. Update callers.
9035 (calendar-chinese-goto-date): Rename calendar-goto-chinese-date.
9036 Keep old name as alias, update callers.
9037
9038 * calendar/cal-hebrew.el (calendar-hebrew-leap-year-p):
9039 Rename hebrew-calendar-leap-year-p. Update callers.
9040 (calendar-hebrew-last-month-of-year):
9041 Rename hebrew-calendar-last-month-of-year. Update callers.
9042 (calendar-hebrew-elapsed-days): Rename hebrew-calendar-elapsed-days.
9043 Update callers.
9044 (calendar-hebrew-days-in-year): Rename hebrew-calendar-days-in-year.
9045 Update callers.
9046 (calendar-hebrew-long-heshvan-p): Rename hebrew-calendar-long-heshvan-p.
9047 Update callers.
9048 (calendar-hebrew-short-kislev-p): Rename hebrew-calendar-short-kislev-p.
9049 Update callers.
9050 (calendar-hebrew-last-day-of-month):
9051 Rename hebrew-calendar-last-day-of-month. Update callers.
9052 (calendar-hebrew-to-absolute): Rename calendar-absolute-from-hebrew.
9053 Keep old name as alias, update callers.
9054 (calendar-hebrew-print-date): Rename calendar-print-hebrew-date.
9055 Keep old name as alias, update callers.
9056 (calendar-hebrew-yahrzeit): Rename hebrew-calendar-yahrzeit.
9057 Keep old name as alias, update callers.
9058 (calendar-hebrew-goto-date): Rename calendar-goto-hebrew-date.
9059 Keep old name as alias.
9060 (holiday-hebrew-rosh-hashanah): Rename holiday-rosh-hashanah-etc.
9061 Keep old name as alias.
9062 (holiday-hebrew-hanukkah): Rename holiday-hanukkah.
9063 Keep old name as alias.
9064 (holiday-hebrew-passover): Rename holiday-passover-etc.
9065 Keep old name as alias.
9066 (holiday-hebrew-tisha-b-av): Rename holiday-tisha-b-av-etc.
9067 Keep old name as alias, update callers.
9068 (diary-hebrew-list-entries): Rename list-hebrew-diary-entries.
9069 Keep old name as alias.
9070 (calendar-hebrew-mark-date-pattern):
9071 Rename mark-hebrew-calendar-date-pattern. Keep old name as alias,
9072 update callers.
9073 (diary-hebrew-mark-entries): Rename mark-hebrew-diary-entries.
9074 Keep old name as alias.
9075 (diary-hebrew-insert-entry): Rename insert-hebrew-diary-entry.
9076 Keep old name as alias.
9077 (diary-hebrew-insert-monthly-entry):
9078 Rename insert-monthly-hebrew-diary-entry. Keep old name as alias.
9079 (diary-hebrew-insert-yearly-entry):
9080 Rename insert-yearly-hebrew-diary-entry. Keep old name as alias.
9081 (calendar-hebrew-list-yahrzeits): Rename list-yahrzeit-dates.
9082 Keep old name as alias.
9083 (diary-hebrew-omer): Rename diary-omer. Keep old name as alias.
9084 (diary-hebrew-yahrzeit): Rename diary-yahrzeit. Keep old name as alias.
9085 (diary-hebrew-rosh-hodesh): Rename diary-rosh-hodesh.
9086 Keep old name as alias.
9087 (calendar-hebrew-parashiot-names):
9088 Rename hebrew-calendar-parashiot-names. Update callers.
9089 (calendar-hebrew-parasha-name): Rename hebrew-calendar-parasha-name.
9090 (calendar-hebrew-year-Saturday-incomplete-Sunday):
9091 Rename hebrew-calendar-year-Saturday-incomplete-Sunday.
9092 (calendar-hebrew-year-Saturday-complete-Tuesday):
9093 Rename hebrew-calendar-year-Saturday-complete-Tuesday.
9094 (calendar-hebrew-year-Monday-incomplete-Tuesday):
9095 Rename hebrew-calendar-year-Monday-incomplete-Tuesday.
9096 (calendar-hebrew-year-Monday-complete-Thursday):
9097 Rename hebrew-calendar-year-Monday-complete-Thursday.
9098 (calendar-hebrew-year-Tuesday-regular-Thursday):
9099 Rename hebrew-calendar-year-Tuesday-regular-Thursday.
9100 (calendar-hebrew-year-Thursday-regular-Saturday):
9101 Rename hebrew-calendar-year-Thursday-regular-Saturday.
9102 (calendar-hebrew-year-Thursday-complete-Sunday):
9103 Rename hebrew-calendar-year-Thursday-complete-Sunday.
9104 (calendar-hebrew-year-Saturday-incomplete-Tuesday):
9105 Rename hebrew-calendar-year-Saturday-incomplete-Tuesday.
9106 (calendar-hebrew-year-Saturday-complete-Thursday):
9107 Rename hebrew-calendar-year-Saturday-complete-Thursday.
9108 (calendar-hebrew-year-Monday-incomplete-Thursday):
9109 Rename hebrew-calendar-year-Monday-incomplete-Thursday.
9110 (calendar-hebrew-year-Monday-complete-Saturday):
9111 Rename hebrew-calendar-year-Monday-complete-Saturday.
9112 (calendar-hebrew-year-Tuesday-regular-Saturday):
9113 Rename hebrew-calendar-year-Tuesday-regular-Saturday.
9114 (calendar-hebrew-year-Thursday-incomplete-Sunday):
9115 Rename hebrew-calendar-year-Thursday-incomplete-Sunday.
9116 (calendar-hebrew-year-Thursday-complete-Tuesday):
9117 Rename hebrew-calendar-year-Thursday-complete-Tuesday.
9118 (diary-hebrew-parasha): Rename diary-parasha. Keep old name as alias.
9119 Update for above name changes of constants.
9120
9121 * calendar/cal-menu.el, calendar/calendar.el:
9122 Update for chinese and hebrew name changes.
9123 * calendar/diary-lib.el: Update for hebrew name changes.
9124
9125 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
9126
9127 * subr.el (keymap-canonicalize): Correct thinko.
9128
9129 * server.el: Undo part of the multi-tty change, which is only
9130 needed if server.el is preloaded, and broke server-running-p.
9131 (server-socket-dir): Initialize in the defvar, as before.
9132 (server-start): Remove initialization of server-socket-dir.
9133
9134 2008-04-05 Eli Zaretskii <eliz@gnu.org>
9135
9136 * ls-lisp.el (ls-lisp-format): Support inodes that are 2- or
9137 3-member cons cells.
9138
9139 2008-04-05 Chong Yidong <cyd@stupidchicken.com>
9140
9141 * cus-face.el (custom-face-attributes): Handle roman slant.
9142
9143 * faces.el (default): Ensure the face-defface-spec property is set.
9144
9145 2008-04-05 Adrian Robert <Adrian.B.Robert@gmail.com>
9146
9147 * files.el (abort-if-file-too-large): New function.
9148 (find-file-noselect, insert-file-1): Use it.
9149
9150 2008-04-05 Reto Zimmermann <reto@gnu.org>
9151
9152 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
9153 Replace C-c[a-zA-Z] key bindings.
9154
9155 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
9156
9157 * progmodes/hideif.el (hif-token-alist): New var.
9158 (hif-token-regexp, hif-tokenize): Use it.
9159 (hif-mathify-binop): New macro.
9160 (hif-plus, hif-minus, hif-notequal, hif-greater, hif-less)
9161 (hif-greater-equal, hif-less-equal): Use it.
9162 (hif-logior, hif-logand): New functions.
9163 (hif-math): Accept | and & as well.
9164
9165 * progmodes/etags.el: Fix problem with completion for buffer-local
9166 tables. Reported by Radey Shouman <shouman@comcast.net>.
9167 (tags-complete-tag): Remove.
9168 (tags-lazy-completion-table): New function to replace it.
9169 (find-tag-tag, complete-tag): Update users.
9170
9171 2008-04-04 Dan Nicolaescu <dann@ics.uci.edu>
9172
9173 * vc-rcs.el (vc-rcs-dir-status):
9174 * vc-sccs.el (vc-sccs-dir-status): New function.
9175
9176 * outline.el (outline-mode-menu-bar-map):
9177 * term.el (terminal-signal-menu): Add :help.
9178
9179 * net/eudc.el (eudc-mode-map): Declare and define in one step.
9180 (eudc-tail-menu, eudc-server-menu, eudc-tools-menu): Add :help.
9181
9182 * emacs-lisp/re-builder.el (reb-mode-map):
9183 * textmodes/nroff-mode.el (nroff-mode-map): Add menus.
9184
9185 * diff-mode.el (diff-file-junk-re): Recognize the git format for
9186 new files, deleted files and for changing permissions.
9187 (diff-mode): Set beginning-of-defun-function and
9188 end-of-defun-function.
9189
9190 * vc-bzr.el (vc-bzr-state): Use when instead of if.
9191
9192 * vc.el (vc-default-status-fileinfo-extra): New function.
9193 (vc-status-mark-buffer-changed): Use it.
9194 (vc-update-vc-status-buffer): Allow for partial updates.
9195
9196 2008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
9197
9198 * net/tramp.el (after-init-hook): Don't wrap a lambda around
9199 tramp-register-completion-file-name-handler.
9200
9201 * subr.el (keymap-canonicalize): New function.
9202 * mouse.el (mouse-menu-non-singleton): Use it.
9203 (mouse-major-mode-menu): Remove hack made unnecessary.
9204
9205 * simple.el (set-fill-column): Prompt rather than error by default.
9206
9207 2008-04-04 Andreas Schwab <schwab@suse.de>
9208
9209 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
9210 Reset new-rules after each round.
9211
9212 * Makefile.in (cal-autoloads): New target.
9213 (compile, compile-always, recompile): Depend on it.
9214 ($(lisp)/calendar/cal-loaddefs.el)
9215 ($(lisp)/calendar/diary-loaddefs.el)
9216 ($(lisp)/calendar/hol-loaddefs.el): Depend on calendar/*.el.
9217
9218 2008-04-04 Michael Kifer <kifer@cs.stonybrook.edu>
9219
9220 * ediff*.el: Replace load with require in eval-when-compile.
9221
9222 * ediff-hook.el: Delete all invocations of (autoload ...).
9223
9224 * ediff-util.el (ediff-setup): Make window-min-height a local variable
9225 in ediff control window, and set its min height to 2.
9226 (ediff-setup-control-buffer): Dedicate the control window.
9227 (ediff-toggle-multiframe): Undedicate control window.
9228 Work directly with ediff-setup-windows-multiframe and
9229 ediff-setup-windows-plain.
9230
9231 * ediff-wind.el (ediff-choose-window-setup-function-automatically):
9232 New function.
9233 (ediff-window-setup-function): Change initialization.
9234 (ediff-setup-windows-automatic): Delete.
9235 (ediff-setup-windows-plain-merge): Make control window dedicated.
9236 (ediff-destroy-control-frame): Do not skip frames if working in a
9237 single frame.
9238
9239 * emulation/viper-ex.el: Move provide's forward, prevent recursion in
9240 eval-when-compile.
9241
9242 * emulation/viper-util.el: Move provide's forward, prevent recursion in
9243 eval-when-compile.
9244
9245 2008-04-04 Glenn Morris <rgm@gnu.org>
9246
9247 * calendar/cal-bahai.el (calendar-bahai-to-absolute): Rename
9248 calendar-absolute-from-bahai. Update callers, keep old name as alias.
9249
9250 * calendar/cal-islam.el (calendar-islamic-leap-year-p):
9251 Rename islamic-calendar-leap-year-p. Update callers.
9252 (calendar-islamic-last-day-of-month):
9253 Rename islamic-calendar-last-day-of-month. Update callers.
9254 (calendar-islamic-day-number):
9255 Rename islamic-calendar-day-number. Update callers.
9256 (calendar-islamic-to-absolute): Rename calendar-absolute-from-islamic.
9257 Update callers, keep old name as alias.
9258 (calendar-islamic-print-date): Rename calendar-print-islamic-date.
9259 Update callers, keep old name as alias.
9260 (calendar-islamic-goto-date): Rename calendar-goto-islamic-date.
9261 Keep old name as alias.
9262 (diary-islamic-list-entries): Rename list-islamic-diary-entries.
9263 Update callers, keep old name as alias.
9264 (calendar-islamic-mark-date-pattern):
9265 Rename mark-islamic-calendar-date-pattern. Update callers, keep old
9266 name as alias.
9267 (diary-islamic-insert-entry): Rename insert-islamic-diary-entry.
9268 Keep old name as alias.
9269 (diary-islamic-insert-monthly-entry):
9270 Rename insert-monthly-islamic-diary-entry. Keep old name as alias.
9271 (diary-islamic-insert-yearly-entry):
9272 Rename insert-yearly-islamic-diary-entry. Keep old name as alias.
9273
9274 * calendar/cal-iso.el (calendar-iso-to-absolute): Rename
9275 calendar-absolute-from-iso. Update callers, keep old name as alias.
9276 (calendar-iso-print-date): Rename calendar-print-iso-date.
9277 Update callers, keep old name as alias.
9278 (calendar-iso-goto-date): Rename calendar-goto-iso-date.
9279 Keep old name as alias.
9280 (calendar-iso-goto-week): Rename calendar-goto-iso-week.
9281 Keep old name as alias.
9282
9283 * calendar/cal-julian.el (calendar-julian-to-absolute): Rename
9284 calendar-absolute-from-julian. Update callers, keep old name as alias.
9285 (calendar-julian-print-date): Rename calendar-print-julian-date.
9286 Update callers, keep old name as alias.
9287 (calendar-julian-goto-date): Rename calendar-goto-julian-date.
9288 Update callers, keep old name as alias.
9289 (calendar-astro-to-absolute): Rename calendar-absolute-from-astro.
9290 Update callers, keep old name as alias.
9291 (calendar-astro-print-day-number):
9292 Rename calendar-print-astro-day-number. Update callers, keep old
9293 name as alias.
9294 (calendar-astro-goto-day-number): Rename calendar-goto-astro-day-number.
9295 Update callers, keep old name as alias.
9296
9297 * calendar/cal-mayan.el (calendar-mayan-string-from-long-count):
9298 Rename calendar-string-to-mayan-long-count. Update callers.
9299 (calendar-mayan-print-date): Rename calendar-print-mayan-date.
9300 Update callers, keep old name as alias.
9301 (calendar-mayan-read-haab-date): Rename calendar-read-mayan-haab-date.
9302 Update callers.
9303 (calendar-mayan-read-tzolkin-date):
9304 Rename calendar-read-mayan-tzolkin-date. Update callers.
9305 (calendar-mayan-next-haab-date): Rename calendar-next-haab-date.
9306 Keep old name as alias.
9307 (calendar-mayan-previous-haab-date): Rename calendar-previous-haab-date.
9308 Keep old name as alias.
9309 (calendar-mayan-next-tzolkin-date): Rename calendar-next-tzolkin-date.
9310 Keep old name as alias.
9311 (calendar-mayan-previous-tzolkin-date):
9312 Rename calendar-previous-tzolkin-date. Keep old name as alias.
9313 (calendar-mayan-next-round-date):
9314 Rename calendar-next-calendar-round-date. Keep old name as alias.
9315 (calendar-mayan-previous-round-date):
9316 Rename calendar-previous-calendar-round-date. Keep old name as alias.
9317 (calendar-mayan-long-count-to-absolute): Rename
9318 calendar-absolute-from-mayan-long-count. Keep old name as alias.
9319 (calendar-mayan-goto-long-count-date):
9320 Rename calendar-goto-mayan-long-count-date. Keep old name as alias.
9321
9322 * calendar/cal-persia.el (calendar-persian-month-name-array):
9323 Rename persian-calendar-month-name-array. Update callers.
9324 (calendar-persian-epoch): Rename persian-calendar-epoch.
9325 Update callers.
9326 (calendar-persian-leap-year-p): Rename persian-calendar-leap-year-p.
9327 Update callers.
9328 (calendar-persian-last-day-of-month):
9329 Rename persian-calendar-last-day-of-month. Update callers.
9330 (calendar-persian-to-absolute): Rename calendar-absolute-from-persian.
9331 Update callers, keep old name as alias.
9332 (calendar-persian-print-date): Rename calendar-print-persian-date.
9333 Update callers, keep old name as alias.
9334 (calendar-persian-goto-date): Rename calendar-goto-persian-date.
9335 Keep old name as alias.
9336
9337 * calendar/cal-china.el, calendar/cal-coptic.el, calendar/cal-islam.el:
9338 * calendar/cal-persia.el, calendar/holidays.el, calendar/lunar.el:
9339 * calendar/solar.el: Update for cal-julian name changes.
9340
9341 * calendar/cal-dst.el: Update for persian name changes.
9342
9343 * calendar/cal-menu.el, calendar/calendar.el:
9344 Update for islamic, iso, julian, mayan, persian name changes.
9345
9346 * calendar/diary-lib.el: Update for islamic name changes.
9347
9348 * calendar/calendar.el (calendar-hebrew-all-holidays-flag):
9349 Rename all-hebrew-calendar-holidays. Update callers, keep old name
9350 as alias.
9351 (calendar-christian-all-holidays-flag):
9352 Rename all-christian-calendar-holidays. Update callers, keep old
9353 name as alias.
9354 (calendar-islamic-all-holidays-flag):
9355 Rename all-islamic-calendar-holidays. Update callers, keep old
9356 name as alias.
9357 (calendar-bahai-all-holidays-flag): Rename all-bahai-calendar-holidays.
9358 Update callers, keep old name as alias.
9359 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/holidays.el:
9360 Update for the above name changes.
9361
9362 2008-04-04 Juanma Barranquero <lekktu@gmail.com>
9363
9364 * hilit-chg.el (global-highlight-changes-mode)
9365 (highlight-changes-passive-string, highlight-changes-active-string):
9366 Mark as obsolete since 23.1, not 22.1.
9367
9368 2008-04-03 Juanma Barranquero <lekktu@gmail.com>
9369
9370 * hilit-chg.el (highlight-changes-visibility-initial-state)
9371 (hilit-chg-update, highlight-changes-mode-turn-on):
9372 Fix typos in docstrings.
9373
9374 2008-04-03 Stephen Berman <Stephen.Berman@gmx.net>
9375
9376 * newcomment.el (comment-enter-backward): Be careful to restore
9377 position changed during narrowing.
9378
9379 2008-04-03 Giuliano Procida <giuliano.procida@googlemail.com> (tiny change)
9380
9381 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
9382 Recognize `sub ($$)'.
9383
9384 2008-04-03 Richard Sharman <rsharman@pobox.com>
9385
9386 * hilit-chg.el (highlight-changes-mode): Rename from
9387 highlight-changes; no longer uses sub-modes active and passive;
9388 implemented by define-minor-mode.
9389 (highlight-changes-toggle-visibility): New function, to replace
9390 the old passive/active submodes of global-highlight-changes-mode;
9391 implemented by define-minor-mode.
9392 (global-highlight-changes-mode): Rename from global-highlight-changes;
9393 rewrite using define-globalized-minor-mode.
9394 (hilit-chg-major-mode-hook, hilit-chg-check-global)
9395 (hilit-chg-post-command-hook, hilit-chg-check-global)
9396 (hilit-chg-update-all-buffers, hilit-chg-turn-off-maybe): Remove due
9397 to use of define-globalized-minor-mode.
9398 (highlight-changes-global-initial-state): Change to be boolean.
9399 (highlight-changes-visible-string, highlight-changes-invisible-string):
9400 Rename from highlight-changes-active-string and
9401 highlight-changes-passive-string.
9402 (hilit-chg-update, hilit-chg-set): Use them.
9403 (global-highlight-changes-mode): Rename from global-highlight-changes.
9404 (hilit-chg-map-changes, hilit-chg-display-changes): Add arguments to
9405 docstring.
9406 (hilit-chg-hide-changes): Rewrite to use dolist.
9407 (hilit-chg-set-face-on-change, hilit-chg-update)
9408 (highlight-changes-rotate-faces): Use highlight-changes-visible-mode
9409 variable instead of testing highlight-changes-mode.
9410 (highlight-markup-buffers): Add require ediff-util; argument on calls
9411 to highlight-changes-mode changed.
9412 (highlight-compare-with-file): Fix problems with interactive
9413 call giving invalid default file.
9414
9415 2008-04-03 Nick Roberts <nickrob@snap.net.nz>
9416
9417 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
9418 Fix in disassembly buffer (regression in 22.2).
9419
9420 2008-04-03 Michael Kifer <kifer@cs.stonybrook.edu>
9421
9422 * emulation/viper-macs.el (viper-read-fast-keysequence):
9423 Use viper-read-event instead of viper-read-key.
9424
9425 * emulation/viper.el (viper-mode): Move the check for fundamental mode.
9426
9427 * emulation/viper-util.el (viper-get-saved-cursor-color-in-insert-mode)
9428 (viper-get-saved-cursor-color-in-replace-mode): Get rid of redundant
9429 let-statements.
9430
9431 * emulation/viper-ex.el, emulation/viper-macs.el:
9432 * emulation/viper-mous.el:
9433 Replace load with require in eval-when-compile.
9434
9435 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
9436
9437 * files.el (auto-mode-alist): Use archive-mode for Debian packages.
9438
9439 * arc-mode.el (archive-mode-map): Obey mouse-1-click-follows-link.
9440 (archive-try-jka-compr): New function.
9441 (archive-set-buffer-as-visiting-file): Use it.
9442
9443 * tar-mode.el (tar-mode-map): Obey mouse-1-click-follows-link.
9444
9445 2008-04-03 Chong Yidong <cyd@stupidchicken.com>
9446
9447 * simple.el (handle-shift-selection): New arg.
9448
9449 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
9450
9451 * emacs-lisp/cl-macs.el (defsetf): Accept a lambda for the 2-arg form.
9452
9453 * vc-bzr.el (vc-bzr-previous-revision, vc-bzr-next-revision): New funs.
9454
9455 2008-04-03 Chong Yidong <cyd@stupidchicken.com>
9456
9457 * shell.el (shell-dynamic-complete-filename): New fun.
9458 (shell-dynamic-complete-functions): Use it.
9459
9460 * help-fns.el (describe-variable): Undo 2008-02-25 change.
9461
9462 2008-04-03 Kenichi Handa <handa@m17n.org>
9463
9464 * international/fontset.el (create-fontset-from-x-resource):
9465 Handle the error of X resource more gracefully.
9466
9467 * international/latin1-disp.el (latin1-display): Don't use make-char.
9468 Fix the argument to set-char-table-range.
9469 (latin1-display-identities): Don't use make-char.
9470 (latin1-display-reset): Use map-charset-chars instead of directly
9471 calling standard-display-default.
9472 (latin1-display-check-font): Don't use make-char.
9473 (latin1-display-setup): Likewise.
9474 (latin1-display-ucs-per-lynx): Likewise.
9475
9476 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
9477
9478 * emacs-lisp/timer.el (timer): Define as a defstruct, so we can
9479 name the fields, to make the code clearer.
9480 Rewrite all `aset' and `aref' using the defined accessors.
9481 (timer--time): New pseudo-field.
9482 (timer-set-time, timer-set-idle-time, timer-inc-time)
9483 (timer-set-time-with-usecs, with-timeout-suspend): Use it.
9484 (timer--time-less-p): New function.
9485 (timer--activate): New function, extracted from timer-activate.
9486 (timer-activate-when-idle, timer-activate): Use it.
9487 (cancel-function-timers): Use dolist.
9488
9489 2008-04-03 Glenn Morris <rgm@gnu.org>
9490
9491 * add-log.el (c-beginning-of-defun, c-end-of-defun):
9492 Remove declarations; no longer used.
9493 (c-cpp-define-name, c-defun-name): Declare as functions.
9494
9495 * calendar/cal-bahai.el (holiday-fixed): Autoload it.
9496 (holiday-bahai-new-year, holiday-bahai-ridvan): New functions.
9497
9498 * calendar/cal-hebrew.el (holiday-rosh-hashanah-etc)
9499 (holiday-passover-etc, holiday-hanukkah): Doc fix.
9500 Add optional argument. Simplify.
9501 (holiday-tisha-b-av-etc): Use memq rather than unless.
9502 (holiday-julian): Autoload it.
9503 (holiday-hebrew-misc): New function.
9504
9505 * calendar/cal-islam.el (holiday-islamic-new-year): New function.
9506
9507 * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
9508 (hebrew-holidays-3, hebrew-holidays-4): Make obsolete.
9509 (hebrew-holidays-2): Just use holiday-hanukkah now it respects
9510 all-hebrew-calendar-holidays.
9511 (hebrew-holidays, christian-holidays, islamic-holidays, bahai-holidays):
9512 Simplify using new functions.
9513 (calendar-holidays): Doc fix.
9514 (generate-calendar-window): Use bound-and-true-p.
9515
9516 * calendar/diary-lib.el (diary-mail-addr): Use bound-and-true-p.
9517
9518 * calendar/holidays.el (calendar-holiday-list): Fix previous change.
9519 (holiday-filter-visible-calendar): Doc fix. Use mapcar.
9520 (holiday-easter-etc): Fix nesting of result. Tweak holiday order.
9521 Use calendar-date-is-visible-p, not holiday-filter-visible-calendar.
9522
9523 * net/tramp.el (tramp-drop-volume-letter): Move definition before use.
9524
9525 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
9526
9527 * vc-mtn.el (vc-mtn-command): Avoid localization of messages.
9528
9529 * vc-bzr.el (vc-bzr-checkout): Simplify.
9530
9531 * image-mode.el (image-mode-fit-frame): New command.
9532
9533 * simple.el (beginning-of-buffer, end-of-buffer, goto-line, undo)
9534 (copy-region-as-kill, kill-ring-save, use-region-p, mark-word)
9535 (keyboard-escape-quit): Check region-active-p i.s.o
9536 transient-mark-mode.
9537
9538 2008-04-02 Simon Josefsson <simon@josefsson.org>
9539
9540 * net/imap.el (imap-enable-exchange-bug-workaround): New variable.
9541 (imap-message-copyuid-1): Use it.
9542 (imap-message-appenduid-1): Likewise. Based on patch by Nathan
9543 J. Williams in
9544 <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
9545
9546 2008-04-02 Alan Mackenzie <acm@muc.de>
9547
9548 * progmodes/cc-cmds.el (c-defun-name, c-cpp-define-name):
9549 New optimised functions to get the name of the current defun/macro.
9550
9551 * add-log.el (add-log-current-defun): Move the functionality which
9552 gets the current function name for C like modes to cc-cmds.el,
9553 thus optimising for speed.
9554
9555 2008-04-02 Chong Yidong <cyd@stupidchicken.com>
9556
9557 * simple.el (deactivate-mark): When the mark is temporarily
9558 active, restore the original value of transient-mark-mode.
9559 (set-mark-command): First deactivate the mark if was temporarily active.
9560 (exchange-point-and-mark): Reactivate the mark if it was
9561 temporarily active.
9562 (handle-shift-selection): New fun.
9563 (transient-mark-mode): Move var documentation here from buffer.c.
9564 (next-line, previous-line, backward-word, move-end-of-line)
9565 (move-beginning-of-line, forward-to-indentation)
9566 (backward-to-indentation, back-to-indentation)
9567 (beginning-of-buffer, end-of-buffer): Add ^ interactive spec.
9568
9569 * mouse.el (mouse-set-region-1): Save the old value of
9570 transient-mark-mode.
9571 (mouse-drag-track): Ignore the now-obsolete value `identity' for
9572 transient-mark-mode.
9573
9574 * textmodes/paragraphs.el (forward-paragraph)
9575 (backward-paragraph, forward-sentence, backward-sentence): Add ^
9576 interactive spec.
9577
9578 * emulation/cua-base.el (cua-mode): Turn off shift-select-mode.
9579
9580 2008-04-02 Michael Albinus <michael.albinus@gmx.de>
9581
9582 * net/tramp.el (tramp-make-tramp-temp-file):
9583 Use `tramp-drop-volume-letter' for the local file name part.
9584
9585 2008-04-02 Dan Nicolaescu <dann@ics.uci.edu>
9586
9587 * progmodes/sh-script.el (sh-mode-map): Rename the menu. Add :help.
9588 Add menu entries corresponding to all the key bindings.
9589
9590 * emacs-lisp/debug.el (debugger-mode-map):
9591 * textmodes/conf-mode.el (conf-mode-map): Add a menu.
9592 (conf-align-assignments): Only work on the region if it is active.
9593 (conf-quote-normal): Use when instead of if. Remove redundant test.
9594
9595 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
9596 for tracing and re-builder.
9597
9598 2008-04-02 Glenn Morris <rgm@gnu.org>
9599
9600 * calendar/appt.el (appt-disp-window-function): Doc fix.
9601 (appt-display-message): Move beep before display.
9602 (appt-check): Make interactive. Reduce the number of lets.
9603 Use string-equal to compare mode-line strings.
9604 (appt-disp-window): Pluralize "minute" as needed. Make appt buffer
9605 read-only.
9606 (appt-select-lowest-window, appt-make-list): Reduce the number of lets.
9607 (appt-delete): Simplify.
9608
9609 * calendar/cal-china.el (holiday-chinese-new-year): Use a single let.
9610
9611 * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
9612
9613 * calendar/cal-hebrew.el (list-yahrzeit-dates):
9614 * calendar/cal-tex.el (cal-tex-insert-blank-days-at-end)
9615 (cal-tex-last-blank-p, cal-tex-daily-page): Expand calendar-for-loops.
9616
9617 * calendar/calendar.el (diary-entry-marker, calendar-today-marker)
9618 (calendar-holiday-marker, mark-visible-calendar-date):
9619 * calendar/diary-lib.el (fancy-diary-display):
9620 Check for font-lock-mode before using faces.
9621
9622 * calendar/calendar.el (hebrew-holidays-3, generate-calendar-month)
9623 (calendar-gregorian-from-absolute): Reduce the number of lets.
9624 (hebrew-holidays-4, generate-calendar-window): Simplify.
9625 (calendar-for-loop): Make obsolete.
9626 (calendar-nth-named-day): Doc fix.
9627
9628 * calendar/diary-lib.el (diary-list-entries, fancy-diary-display)
9629 (print-diary-entries, mark-sexp-diary-entries, calendar-mark-complex)
9630 (calendar-mark-1, list-sexp-diary-entries, diary-remind):
9631 Reduce the number of lets.
9632 (mark-sexp-diary-entries, calendar-mark-complex):
9633 Expand calendar-for-loops.
9634
9635 2008-04-01 Chong Yidong <cyd@stupidchicken.com>
9636
9637 * find-dired.el (find-dired-filter): Fix last patch to handle
9638 multi-line process input. Pad link numbers too.
9639
9640 2008-04-01 Jari Aalto <jari.aalto@cante.net>
9641
9642 * find-dired.el (find-dired-filter): Align columns by padding file sizes.
9643
9644 2008-04-01 Jason Rumney <jasonr@gnu.org>
9645
9646 * international/characters.el (script-list): Add phonetic script,
9647 covering IPA (previously Latin), Phonetic Extensions and
9648 Phonetic Extensions Supplement (both previously unassigned).
9649
9650 * international/fontset.el (setup-default-fontset): Use unicode fonts
9651 that cover bopomofo script for bopomofo.
9652 Likewise for braille and mathematical.
9653 Use unicode scripts that cover the phonetic script for IPA.
9654
9655 2008-04-01 Johan Bockgård <bojohan@gnu.org>
9656
9657 * emacs-lisp/cl-macs.el (frame-parameter) <defsetf>: Make it
9658 return the assigned value.
9659
9660 2008-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
9661
9662 * abbrev.el (abbrev-mode): Use define-minor-mode.
9663
9664 * mouse.el (mouse-major-mode-menu-prefix): Remove. Remove uses.
9665 (mouse-menu-non-singleton): Rename from mouse-major-mode-menu-1.
9666 Use map-keymap.
9667 (minor-mode-menu-from-indicator): Use it. Simplify.
9668
9669 * bindings.el (mode-line-mode-menu): Move before (new) first use.
9670 (mode-line-major-mode-keymap, mode-line-minor-mode-keymap):
9671 Bind the key directly to the menu.
9672 (mode-line-mode-menu-1, mode-line-mode-menu): Remove functions.
9673
9674 2008-04-01 Daiki Ueno <ueno@unixuser.org>
9675
9676 * epa.el (epa-decrypt-region): Explain the reason why this
9677 function should not be used in Lisp programs.
9678 (epa-decrypt-armor-in-region): Ditto.
9679 (epa-verify-region): Ditto.
9680 (epa-verify-cleartext-in-region): Ditto.
9681 (epa-sign-region): Ditto.
9682 (epa-encrypt-region): Ditto.
9683
9684 * epg.el (epg-start-receive-keys): Fix typo in docstring.
9685
9686 * epa.el (epa-select-keys): Show menu even if there is no key in
9687 GnuPG's keyring.
9688
9689 2008-04-01 Glenn Morris <rgm@gnu.org>
9690
9691 * calendar/calendar.el (calendar-make-temp-face): New function.
9692 (mark-visible-calendar-date):
9693 * calendar/diary-lib.el (fancy-diary-display): Use it.
9694
9695 * vc-hooks.el (vc-responsible-backend): Declare as function.
9696
9697 * calendar/calendar.el (calendar-nongregorian-visible-p): New function.
9698 * calendar/cal-hebrew.el (calendar-hebrew-date-is-visible-p):
9699 * calendar/cal-julian.el (holiday-julian): Use it.
9700
9701 * calendar/cal-hebrew.el (hebrew-calendar-elapsed-days): Doc fix.
9702 (calendar-hebrew-date-is-visible-p): Extract some common code into
9703 separate function.
9704 (holiday-hebrew, mark-hebrew-calendar-date-pattern): Use it.
9705
9706 * calendar/cal-menu.el (cal-menu-holidays-menu):
9707 * calendar/calendar.el (calendar-mode-map): Use calendar-mark-holidays
9708 rather than obsolete alias.
9709
9710 * calendar/calendar.el (mark-visible-calendar-date): Also use overlay
9711 for mark characters.
9712 (calendar-unmark): Unmark by removing all overlays, rather than
9713 redrawing.
9714 (calendar-starred-day): Remove.
9715 (calendar-mode): Disable undo. Don't make calendar-starred-day local.
9716 (calendar-cursor-to-date): No need for special star handling now
9717 using overlays.
9718 (calendar-star-date): Use overlays.
9719
9720 * calendar/cal-french.el (calendar-goto-french-date):
9721 * calendar/cal-hebrew.el (calendar-hebrew-from-absolute)
9722 (holiday-hanukkah, mark-hebrew-calendar-date-pattern):
9723 * calendar/cal-move.el (calendar-forward-month, calendar-end-of-month):
9724 * calendar/cal-persia.el (calendar-persian-date-string):
9725 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
9726 (cal-tex-cursor-month, cal-tex-LaTeXify-string):
9727 * calendar/lunar.el (lunar-phase-list, lunar-new-moon-on-or-after):
9728 * calendar/solar.el (solar-equinoxes-solstices):
9729 Reduce nesting of some lets.
9730
9731 * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
9732 (calendar-goto-mayan-long-count-date): Simplify.
9733
9734 * calendar/holidays.el (calendar-holiday-list, holiday-easter-etc):
9735 Simplify by using mapcar.
9736 (calendar-list-holidays): Return holiday-list.
9737 (list-holidays): Use let rather than let*. Remove un-needed locals
9738 `d', `never'.
9739 (calendar-check-holidays): Return result from dolist.
9740 (holiday-float): Use a single let*. Simplify if-and to and.
9741 (holiday-sexp, holiday-advent, holiday-greek-orthodox-easter): Use a
9742 single let*.
9743
9744 2008-04-01 Jay Belanger <jay.p.belanger@gmail.com>
9745
9746 * calc/calc.el: Autoload `calc-yank'.
9747 (calc-mode-map): Add keybindings for `calc-yank'.
9748 * calc/calc-ext.el (calc-init-extensions): Remove keybinding
9749 assignments for `calc-yank'.
9750
9751 2008-03-31 Dan Nicolaescu <dann@ics.uci.edu>
9752
9753 * vc.el (vc-status-add-entry): Assume ENTRY is a list, not a cons.
9754 (vc-status-mark-buffer-changed): Handle the extra field.
9755
9756 * vc-bzr.el (vc-bzr-after-dir-status):
9757 * vc-cvs.el (vc-cvs-after-dir-status):
9758 * vc-hg.el (vc-hg-after-dir-status):
9759 * vc-svn.el (vc-svn-after-dir-status): Return a list, not a cons.
9760
9761 2008-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
9762
9763 * doc-view.el: Compute displayed pages first (in PDF).
9764 (doc-view-current-converter-processes): Rename from
9765 doc-view-current-converter-process. Update users.
9766 (doc-view-sentinel): Test buffer's liveness.
9767 (doc-view-pdf/ps->png-sentinel): Remove.
9768 (doc-view-start-process): New function.
9769 (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
9770 (doc-view-ps->pdf): Use it.
9771 (doc-view-pdf->png-1, doc-view-pdf->png, doc-view-active-pages):
9772 New functions.
9773 (doc-view-convert-current-doc, doc-view-goto-page): Use them.
9774 (doc-view-mode): Kill the processes when leaving the mode.
9775
9776 2008-03-31 Juanma Barranquero <lekktu@gmail.com>
9777
9778 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p):
9779 Use `byte-compile-warning-types'. Add docstring.
9780
9781 2008-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
9782
9783 * smerge-mode.el (smerge-apply-resolution-patch): New fun.
9784 (smerge-resolve): Add various resolution heuristics.
9785
9786 * smerge-mode.el (smerge-refine): Allow highlighting other subparts
9787 in 3-way conflicts.
9788
9789 2008-03-31 Glenn Morris <rgm@gnu.org>
9790
9791 * calendar/cal-bahai.el (diary-bahai-mark-entries):
9792 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
9793 * calendar/cal-islam.el (mark-islamic-diary-entries):
9794 Fix argument order in call to diary-mark-entries-1.
9795
9796 * calendar/cal-bahai.el (calendar-bahai-date-string): Avoid an error for
9797 pre-Bahai dates.
9798 (holiday-bahai): Use an algorithm actually relevant to this calendar
9799 system.
9800
9801 * calendar/cal-china.el (holiday-chinese-new-year): Doc fix.
9802
9803 * calendar/cal-islam.el (holiday-islamic): Remove un-needed let.
9804 Use and.
9805
9806 * calendar/cal-julian.el (holiday-julian): Fix a problem with holidays
9807 in the last fortnight in Julian October.
9808
9809 * calendar/calendar.el (increment-calendar-month): Optionally handle
9810 systems without 12 months per year.
9811
9812 (calendar-date-is-visible-p): Doc fix. Simplify.
9813
9814 * calendar/holidays.el (holiday-filter-visible-calendar): Return result
9815 from dolist.
9816
9817 2008-03-30 Juanma Barranquero <lekktu@gmail.com>
9818
9819 * hi-lock.el (hi-lock-mode): Fix typos in docstring.
9820 (hi-lock-unload-function): New function.
9821
9822 2008-03-30 Michael Albinus <michael.albinus@gmx.de>
9823
9824 * net/tramp.el (tramp-do-copy-or-rename-file): Fix check for
9825 overwriting when NEWNAME is a local file.
9826
9827 * net/trampver.el: Update release number.
9828
9829 2008-03-30 Alexandre Julliard <julliard@winehq.org>
9830
9831 * vc-git.el: Make vc-status display information about copies,
9832 renames and permission changes.
9833 (vc-git-extra-fileinfo): New defstruct.
9834 (vc-git-escape-file-name, vc-git-file-type-as-string)
9835 (vc-git-rename-as-string, vc-git-permissions-as-string)
9836 (vc-git-status-printer): New functions.
9837 (vc-git-after-dir-status-stage2): Also return vc-git-extra-fileinfo.
9838 (vc-git-after-dir-status-stage1): Look for copies, renames and
9839 permission changes.
9840 (vc-git-after-dir-status-stage1-empty-db): Set permissions.
9841 (vc-git-dir-status): Ask for staged files and renames.
9842
9843 2008-03-30 Dan Nicolaescu <dann@ics.uci.edu>
9844
9845 * vc.el: Allow backends to display backend specific information in
9846 the vc-status listing.
9847 (vc-status-fileinfo): Add a field for backend specific information.
9848 (vc-status-printer): Rename to ...
9849 (vc-default-status-printer): ... this.
9850 (vc-status-printer): New function.
9851 (vc-update-vc-status-buffer): Set the backend specific file info
9852 if provided.
9853
9854 2008-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
9855
9856 * textmodes/remember.el (remember-diary-convert-entry): Revert last
9857 change (ill-conceived).
9858
9859 2008-03-29 Glenn Morris <rgm@gnu.org>
9860
9861 * calendar/cal-hebrew.el (holiday-hebrew): Simplify.
9862 * calendar/cal-julian.el (holiday-julian): Simplify.
9863
9864 * calendar/holidays.el (list-holidays): Use or.
9865
9866 2008-03-29 Juri Linkov <juri@jurta.org>
9867
9868 * window.el (split-window-preferred-horizontally): New function.
9869
9870 * cus-start.el (split-window-preferred-function):
9871 Set choice for "vertically" to nil instead of split-window.
9872 Set choice for "horizontally" to split-window-preferred-horizontally
9873 instead of lambda.
9874
9875 2008-03-29 Juri Linkov <juri@jurta.org>
9876
9877 * simple.el (minibuffer-default-add-function): New variable with
9878 the default to minibuffer-default-add-completions.
9879 (minibuffer-default-add-done): New variable. Make it buffer-local.
9880 (minibuffer-default-add-completions): New function.
9881 (goto-history-element): Set minibuffer-default-add-done to t and
9882 call a function in minibuffer-default-add-function when the
9883 specified absolute history position is greater than the length of
9884 the minibuffer-default list and minibuffer-default-add-done is nil.
9885 Change "^End of history; no next item$" to "^End of defaults;
9886 no next item$".
9887
9888 * bindings.el (debug-ignored-errors): Change "^End of history;
9889 no next item$" to "^End of defaults; no next item$".
9890
9891 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
9892
9893 * subr.el (with-temp-buffer): Assume kill-buffer can change cur-buf.
9894
9895 * textmodes/remember.el (remember-diary-convert-entry): Prefer boundp
9896 to with-no-warnings.
9897
9898 2008-03-29 Michael Albinus <michael.albinus@gmx.de>
9899
9900 Sync with Tramp 2.1.13.
9901
9902 * net/tramp-ftp.el: Require 'cl when byte-compiling.
9903
9904 * net/trampver.el: Update release number.
9905
9906 2008-03-29 Dan Nicolaescu <dann@ics.uci.edu>
9907
9908 * vc-hooks.el (vc-menu-map-filter): Be more careful when finding
9909 the current backend.
9910
9911 * vc.el (vc-status-menu-map, vc-status-mode-map): Bind vc-revert.
9912 (vc-status-refresh): Create a temporary buffer and call the
9913 `dir-status' backend function from that buffer.
9914
9915 * vc-bzr.el (vc-bzr-dir-status): Don't create a buffer.
9916 (vc-bzr-after-dir-status): Don't kill the buffer.
9917
9918 * vc-cvs.el (vc-cvs-dir-status): Don't create a buffer.
9919 (vc-cvs-after-dir-status): Don't kill the buffer.
9920
9921 * vc-git.el (vc-git-dir-status): Don't create a buffer.
9922 (vc-git-after-dir-status-stage2): Don't kill the buffer.
9923
9924 * vc-hg.el (vc-hg-dir-status): Don't create a buffer.
9925 (vc-hg-after-dir-status): Don't kill the buffer.
9926
9927 * vc-svn.el (vc-svn-dir-status): Don't create a buffer.
9928 (vc-svn-after-dir-status): Don't kill the buffer.
9929
9930 2008-03-29 Glenn Morris <rgm@gnu.org>
9931
9932 * calendar/calendar.el (diary-file, american-date-diary-pattern)
9933 (european-date-diary-pattern, european-calendar-display-form)
9934 (american-calendar-display-form, diary-display-hook): Doc fixes.
9935 (european-calendar-style): Doc fix. Use calendar-set-date-style for
9936 custom :set. Mark as obsolete.
9937 (calendar-date-style, iso-date-diary-pattern)
9938 (iso-calendar-display-form): New user variables.
9939 (diary-date-forms, calendar-date-display-form): Set using
9940 calendar-date-style. Doc fix.
9941 (calendar-set-date-style): New command.
9942 (european-calendar, american-calendar): Use calendar-set-date-style.
9943 Mark as obsolete.
9944
9945 * calendar/diary-lib.el (number): Move declaration where needed.
9946 (diary-mail-entries, list-sexp-diary-entries): Doc fixes.
9947 (diary-make-date): New function.
9948 (diary-date, diary-block, diary-anniversary, diary-cyclic): Doc fix.
9949 Use diary-make-date.
9950 (diary-date-display-form, diary-insert-entry-1): New functions.
9951 (insert-monthly-diary-entry, insert-yearly-diary-entry):
9952 Use diary-insert-entry-1.
9953 (insert-anniversary-diary-entry, insert-block-diary-entry)
9954 (insert-cyclic-diary-entry): Use diary-date-display-form.
9955
9956 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
9957 Autoload diary-insert-entry-1.
9958 * calendar/cal-bahai.el (diary-bahai-insert-entry)
9959 (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
9960 * calendar/cal-hebrew.el (insert-hebrew-diary-entry)
9961 (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry)
9962 * calendar/cal-islam.el (insert-islamic-diary-entry)
9963 (insert-monthly-islamic-diary-entry, insert-yearly-islamic-diary-entry):
9964 Use diary-insert-entry-1.
9965
9966 * calendar/cal-hebrew.el (diary-make-date): Autoload it.
9967 (diary-yahrzeit): Doc fix. Use diary-make-date.
9968
9969 * calendar/icalendar.el (icalendar--datetime-to-american-date):
9970 New name for icalendar--datetime-to-noneuropean-date. Make old name
9971 obsolete alias.
9972 (icalendar--datetime-to-iso-date): New function.
9973 (icalendar--datetime-to-diary-date): Doc fix. Respect
9974 calendar-date-style if bound.
9975
9976 * textmodes/remember.el (remember-diary-convert-entry):
9977 Respect calendar-date-style if bound.
9978
9979 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
9980
9981 * xt-mouse.el (xterm-mouse-mode): Use delete-terminal-functions.
9982 (xterm-mouse-handle-delete-frame): Delete.
9983
9984 * term/xterm.el (terminal-init-xterm): Use delete-terminal-functions.
9985 (xterm-turn-on-modify-other-keys, xterm-turn-off-modify-other-keys)
9986 (xterm-remove-modify-other-keys): Lookup terminal rather than frame
9987 in xterm-modify-other-keys-terminal-list.
9988
9989 * vc-bzr.el (vc-bzr-state-heuristic): Fix last change for when there
9990 are conflicts.
9991
9992 2008-03-29 Dan Nicolaescu <dann@ics.uci.edu>
9993
9994 * vc.el (vc-update): Check if the buffer is unsaved only if it
9995 actually exists.
9996 (vc-status-mode-map, vc-status-menu-map): Bind vc-update and
9997 vc-print-log.
9998
9999 2008-03-28 Magnus Henoch <mange@freemail.hu>
10000
10001 * net/dns.el (dns-write): Use set-buffer-multibyte.
10002
10003 2008-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
10004
10005 * vc-bzr.el (vc-bzr-sha1): New fun.
10006 (vc-bzr-state-heuristic): New fun, extracted from vc-bzr-registered.
10007 (vc-bzr-registered): Use it.
10008
10009 2008-03-28 Dan Nicolaescu <dann@ics.uci.edu>
10010
10011 * vc.el (vc-status-kill-dir-status-process): Simplify.
10012 (vc-status-refresh): Make sure the buffer is live.
10013 (ring): Don't require it, not used.
10014
10015 2008-03-28 Wilson Snyder <wsnyder@wsnyder.org>
10016
10017 * progmodes/verilog-mode.el (verilog-auto-inout-module):
10018 Add optional regular expression to AUTOINOUTMODULE.
10019 (verilog-inject-auto, verilog-auto-arg, verilog-auto-inst)
10020 (verilog-auto-inst-param, verilog-auto-reg)
10021 (verilog-auto-reg-input, verilog-auto-wire, verilog-auto-output)
10022 (verilog-auto-output-every, verilog-auto-input)
10023 (verilog-auto-inout, verilog-auto-sense, verilog-auto-tieoff)
10024 (verilog-auto-unused, verilog-auto): Update documentation to use
10025 more obvious instance module names versus cell names.
10026
10027 2008-03-28 Jan Djärv <jan.h.d@swipnet.se>
10028
10029 * progmodes/compile.el (compilation-mode-tool-bar-map): Only enable
10030 kill if a process is running.
10031
10032 * progmodes/grep.el (grep-mode-tool-bar-map): The same.
10033
10034 2008-03-28 Dan Nicolaescu <dann@ics.uci.edu>
10035
10036 * vc.el: Add new backend function 'status-extra-headers.
10037 (vc-default-status-extra-headers): New function.
10038 (vc-status-headers): Call 'status-extra-headers. Add colors.
10039
10040 * vc-git.el (vc-git-status-extra-headers): New function.
10041
10042 2008-03-28 Glenn Morris <rgm@gnu.org>
10043
10044 * calendar/cal-menu.el (cal-menu-holidays-menu)
10045 (cal-menu-list-holidays-year, cal-menu-list-holidays-following-year)
10046 (cal-menu-list-holidays-previous-year): Simplify now that 2nd arg of
10047 holiday-list is optional.
10048 (calendar-mouse-holidays): Remove un-needed local `l'.
10049
10050 * calendar/cal-move.el (calendar-cursor-to-nearest-date):
10051 Remove un-needed local `date'.
10052 (calendar-cursor-to-visible-date): Use let rather than let*.
10053 Remove un-needed local `first-of-month-weekday'.
10054
10055 * calendar/calendar.el (abbreviated-calendar-year): Move to diary-lib.
10056
10057 * calendar/diary-lib.el (print-diary-entries-hook, diary-list-entries):
10058 Doc fixes.
10059 (abbreviated-calendar-year): Move here from calendar.el. Doc fix.
10060 (diary-header-line-flag, diary-header-line-format): Declare.
10061 (diary-pull-attrs): Check for multiple matches.
10062 (diary-list-entries-2): Simplify finding start of date.
10063 (diary-show-all-entries, make-diary-entry): Respect non-nil values of
10064 pop-up-frames.
10065 (diary-mark-entries-1): Re-use offset in abbreviated-year case.
10066 (mark-sexp-diary-entries): Remove superfluous call to diary-pull-attrs.
10067
10068 2008-03-27 Dan Nicolaescu <dann@ics.uci.edu>
10069
10070 * vc-hg.el (vc-hg-state, vc-hg-dir-state): Deal with 'missing files.
10071
10072 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Fix predicate.
10073
10074 2008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
10075
10076 * vc-hooks.el (vc-before-save): Don't prevent saving the file.
10077
10078 * image-mode.el (image-mode-reapply-winprops): Fix last change.
10079
10080 2008-03-27 Kenichi Handa <handa@ni.aist.go.jp>
10081
10082 * international/mule-conf.el (define-iso-single-byte-charset):
10083 Don't make latin-iso8859-* supplementary.
10084 (#'set-charset-priority): Don't change the priority of charsets
10085 `unicode' and `emacs'.
10086
10087 2008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
10088
10089 * vc.el (vc-do-command): Don't pop to the buffer if it's an internal
10090 temp buffer.
10091
10092 2008-03-27 Glenn Morris <rgm@gnu.org>
10093
10094 * calendar/cal-bahai.el (diary-bahai-list-entries):
10095 * calendar/cal-hebrew.el (list-hebrew-diary-entries):
10096 * calendar/cal-islam.el (list-islamic-diary-entries): Doc fix.
10097
10098 * calendar/calendar.el (diary-file): Doc fix.
10099
10100 * calendar/diary-lib.el (diary-face-attrs): Fix `height' regexp.
10101 (list-diary-entries-hook, mark-diary-entries-hook)
10102 (include-other-diary-files, diary-mail-entries)
10103 (mark-included-diary-files, list-sexp-diary-entries): Doc fixes.
10104 (diary-set-header): New function.
10105 (diary-header-line-flag, diary-header-line-format):
10106 Use diary-set-header for custom :set function.
10107 (diary-set-maybe-redraw): Use symbol-value rather than eval.
10108 (diary-attrtype-convert): Use intern-soft rather than read.
10109 (diary-display-no-entries): New function.
10110 (simple-diary-display, fancy-diary-display): Use it.
10111 (fancy-diary-display): Doc fix. Remove unneeded local entry-list.
10112 (diary-mark-entries-1): Fix position offsets in non-gregorian case.
10113
10114 * calendar/holidays.el (list-holidays): Doc fix.
10115
10116 2008-03-26 Jay Belanger <jay.p.belanger@gmail.com>
10117
10118 * calc/calc-store.el (calc-read-var-name-history): New variable.
10119 (calc-read-var-name): Use `calc-read-var-name-history'.
10120
10121 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
10122
10123 * image-mode.el (image-mode-reapply-winprops): Simplify now that
10124 window-configuration-change-hook works buffer-locally.
10125
10126 2008-03-26 Johan Bockgård <bojohan@gnu.org>
10127
10128 * emacs-lisp/lisp-mnt.el (lm-with-file): Use mode and syntax table
10129 for Emacs Lisp, not Lisp.
10130
10131 2008-03-26 Juanma Barranquero <lekktu@gmail.com>
10132
10133 * help-fns.el (describe-function-1, describe-variable):
10134 If CURRENT-NAME is nil, don't end obsolescence info with semicolon.
10135
10136 * emacs-lisp/bytecomp.el (byte-compile-obsolete): If no
10137 replacement is provided, don't print "use nil instead".
10138
10139 2008-03-26 Johan Bockgård <bojohan@gnu.org>
10140
10141 * complete.el (PC-do-completion): Use regexp-quote.
10142
10143 2008-03-26 Dan Nicolaescu <dann@ics.uci.edu>
10144
10145 * vc-cvs.el (vc-cvs-parse-status, vc-cvs-after-dir-status):
10146 Detect missing files.
10147
10148 * vc-git.el (vc-git-extra-menu-map): New key map.
10149 (vc-git-extra-menu, vc-git-extra-status-menu, vc-git-grep):
10150 New functions.
10151
10152 * vc-hooks.el (vc-default-mode-line-string): Deal with 'removed
10153 and 'missing files.
10154
10155 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
10156
10157 * calendar/holidays.el (list-holidays): Make Y2 optional.
10158
10159 * calendar/appt.el (appt-buffer-name): Don't use a leading space for
10160 buffers shown to the user.
10161 (appt-disp-window): Disable undo explicitly now that the leading space
10162 is gone.
10163
10164 * simple.el (activate-mark): New function.
10165 (set-mark-command): Use it with region-active-p to clean up the code.
10166 (exchange-point-and-mark): Invert the meaning of C-u when
10167 transient-mark-mode is active.
10168
10169 * dired-aux.el (dired-create-files): Use dolist.
10170
10171 * bindings.el (mode-line-change-eol): Use with-selected-window.
10172
10173 * apropos.el (apropos-command): Include macros.
10174
10175 2008-03-26 Glenn Morris <rgm@gnu.org>
10176
10177 * calendar/cal-bahai.el: Require calendar, not cal-julian.
10178 (calendar-bahai-epoch): Doc fix.
10179
10180 * calendar/cal-china.el: Explicitly require calendar.
10181
10182 * calendar/cal-coptic.el, calendar/cal-islam.el, calendar/cal-persia.el:
10183 Require calendar rather than cal-julian.
10184 Autoload calendar-absolute-from-julian.
10185 * calendar/cal-coptic.el (coptic-calendar-epoch):
10186 * calendar/cal-islam.el (calendar-islamic-epoch):
10187 * calendar/cal-persia.el (persian-calendar-epoch): Set when compiling.
10188
10189 * calendar/cal-islam.el (calendar-islamic-epoch): Doc fix.
10190
10191 * calendar/cal-dst.el: Don't require cal-persia.
10192 (calendar-absolute-from-persian): Autoload it.
10193 (dst-adjust-time): Doc fix.
10194
10195 * calendar/cal-menu.el (cal-menu-diary-menu): Remove menu headings that
10196 cause cal-bahai, cal-islam, cal-hebrew to be loaded on starting the
10197 calendar.
10198
10199 * calendar/cal-menu.el: Require calendar rather than declaring
10200 functions.
10201 * calendar/calendar.el: Provide calendar before requiring cal-menu.
10202
10203 * calendar/cal-x.el (calendar-after-frame-setup-hook): New name for
10204 calendar-after-frame-setup-hooks. Update callers, make old name an
10205 obsolete alias. Doc fix.
10206 (calendar-frame-1): Doc fix.
10207
10208 * calendar/calendar.el (solar-holidays): Simplify holiday-sexp calls.
10209
10210 * calendar/calendar.el (oriental-holidays, solar-holidays):
10211 * calendar/holidays.el (list-holidays): Assume atan always bound.
10212
10213 * calendar/lunar.el, calendar/solar.el: Remove floating-point check.
10214 Explicitly require calendar, not cal-julian.
10215 * calendar/lunar.el: Explicitly require cal-dst.
10216
10217 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
10218
10219 * autorevert.el (auto-revert-buffers): Use buffer-live-p.
10220
10221 * help-fns.el (describe-function-1, describe-variable): If no
10222 replacement is provided, don't print "use nil instead".
10223
10224 2008-03-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10225
10226 * proced.el: New file.
10227
10228 2008-03-25 Tetsurou Okazaki <okazaki@be.to> (tiny change)
10229
10230 * emacs-lisp/byte-opt.el (side-effect-free-fns): Fix typo.
10231
10232 2008-03-25 Juri Linkov <juri@jurta.org>
10233
10234 * battery.el: Add file cookie coding:iso-8859-1 for the degree sign
10235 in battery-mode-line-format.
10236
10237 * bindings.el (minibuffer-local-map): For the command
10238 file-cache-minibuffer-complete replace keymap minibuffer-local-map
10239 with map which is already locally bound to minibuffer-local-map.
10240
10241 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
10242
10243 * subr.el (map-keymap-sorted): Rename from map-keymap-internal.
10244 Remove `sort-first' argument.
10245
10246 * subr.el (redisplay-end-trigger-functions)
10247 (window-redisplay-end-trigger, set-window-redisplay-end-trigger)
10248 (process-filter-multibyte-p, set-process-filter-multibyte):
10249 Mark as obsolete.
10250
10251 2008-03-25 Juanma Barranquero <lekktu@gmail.com>
10252
10253 * emacs-lisp/re-builder.el (reb-mode-common): Remove reference to
10254 bogus variable `reb-kill-buffer'; don't make hooks buffer-local,
10255 use the LOCAL arg of `add-hook'.
10256 (reb-blink-delay, reb-mode-hook, reb-re-syntax, reb-auto-match-limit):
10257 Remove spurious * from defcustom docstrings.
10258 (reb-next-match, reb-prev-match, reb-enter-subexp-mode):
10259 Fix typos in messages.
10260 (reb-mode-buffer-p): New function.
10261 (re-builder, reb-kill-buffer): Use `reb-mode-buffer-p'. Use `when'.
10262 (top, reb-show-subexp, reb-auto-update, reb-delete-overlays)
10263 (reb-cook-regexp, reb-update-regexp, reb-update-overlays):
10264 Use `unless', `when'.
10265 (re-builder-unload-function): New function.
10266
10267 2008-03-25 Dan Nicolaescu <dann@ics.uci.edu>
10268
10269 * vc-hooks.el (vc-state): Add documentation for 'missing.
10270
10271 2008-03-25 Wilson Snyder <wsnyder@wsnyder.org>
10272
10273 * progmodes/verilog-mode.el (verilog-auto-output)
10274 (verilog-auto-input, verilog-auto-inout, verilog-auto)
10275 (verilog-delete-auto): Add optional regular expression to
10276 AUTOINPUT/AUTOOUTPUT/AUTOINOUT.
10277 (verilog-signals-matching-regexp): New internal function for
10278 signal matching.
10279
10280 2008-03-25 Johan Bockgård <bojohan@gnu.org>
10281
10282 * info.el (Info-isearch-search): Always return point.
10283
10284 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
10285
10286 * diff-mode.el (diff-remembered-defdir): New var.
10287 (diff-find-file-name): Use it to flush diff-remembered-files-alist.
10288
10289 2008-03-25 Glenn Morris <rgm@gnu.org>
10290
10291 * calendar/cal-bahai.el (calendar-bahai-read-date): New name for
10292 calendar-bahai-prompt-for-date. Update callers, make old name an
10293 obsolete alias. Doc fix.
10294 * calendar/cal-coptic.el (calendar-coptic-read-date): New name for
10295 coptic-prompt-for-date. Update callers, make old name an
10296 obsolete alias. Doc fix.
10297 * calendar/cal-hebrew.el (calendar-hebrew-read-date): New name for
10298 calendar-hebrew-prompt-for-date. Update callers. Doc fix.
10299 * calendar/cal-islam.el (calendar-islamic-read-date): New name for
10300 calendar-islamic-prompt-for-date. Update callers. Doc fix.
10301 * calendar/cal-iso.el (calendar-iso-read-date): New name for
10302 calendar-iso-read-args. Update callers, make old name an obsolete
10303 alias.
10304 * calendar/cal-persia.el (calendar-persian-read-date): New name for
10305 persian-prompt-for-date. Update callers, make old name an
10306 obsolete alias. Doc fix. Move definition before use.
10307
10308 * calendar/cal-x.el (diary-frame-parameters)
10309 (calendar-frame-parameters, calendar-and-diary-frame-parameters)
10310 (calendar-frame-1): Doc fixes.
10311 (make-fancy-diary-buffer): Remove declaration.
10312 (calendar-dedicate-diary): Replace call to deleted function
10313 make-fancy-diary-buffer.
10314 (calendar-frame-setup): New function.
10315 (calendar-one-frame-setup, calendar-only-one-frame-setup)
10316 (calendar-two-frame-setup): Call calendar-frame-setup to do the actual
10317 work, and mark as obsolete.
10318 (special-display-buffer-names): Don't mess with this; it's not our
10319 business.
10320 (cal-x-load-hook): Defvar it, and mark as obsolete.
10321
10322 * calendar/calendar.el (calendar-remove-frame-by-deleting):
10323 Default to t. Add to 'calendar group.
10324 (calendar): Doc fix. Use calendar-frame-setup.
10325 (calendar-basic-setup): Doc fix. Add optional NODISPLAY argument.
10326 (generate-calendar-window): Doc fix.
10327
10328 2008-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
10329
10330 * vc-bzr.el (vc-bzr-print-log, vc-bzr-diff): Do it asynchronously.
10331
10332 2008-03-24 Drew Adams <drew.adams@oracle.com>
10333
10334 * finder.el (finder-mode-syntax-table, finder-font-lock-keywords):
10335 New variables.
10336 (finder-mode): Use finder-mode-syntax-table. Set font-lock-defaults.
10337 (finder-exit): Ignore errors rather than avoiding them.
10338 Kill *Finder-package* buffer also.
10339
10340 2008-03-24 Andreas Schwab <schwab@suse.de>
10341
10342 * xt-mouse.el (xterm-mouse-event): Avoid error with buttons > 5.
10343
10344 2008-03-24 Dan Nicolaescu <dann@ics.uci.edu>
10345
10346 * vc-hg.el (vc-hg-after-dir-status):
10347 * vc-bzr.el (vc-bzr-after-dir-status): Detect missing files.
10348
10349 * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-parse-status):
10350 Detect removed files.
10351
10352 * vc.el (vc-status-printer): Use a different face for missing files.
10353 (vc-status-hide-up-to-date): Rename from
10354 vc-status-remove-up-to-date. Update all callers.
10355 (vc-status-mode-map): Bind C-m.
10356
10357 2008-03-24 Alexandre Julliard <julliard@winehq.org>
10358
10359 * vc-git.el (vc-git-after-dir-status-stage1): Move state matching
10360 code ...
10361 (vc-git--state-code): ... to this new function.
10362 (vc-git-state): Use it.
10363
10364 2008-03-24 Trent Buck <trentbuck@gmail.com> (tiny change)
10365
10366 * textmodes/remember.el (remember-mail-date)
10367 (remember-store-in-mailbox): Write date and From line in such a
10368 way that Mutt can read it.
10369
10370 2008-03-23 Chong Yidong <cyd@stupidchicken.com>
10371
10372 * simple.el (transient-mark-mode): Turn on by default.
10373
10374 2008-03-23 Dan Nicolaescu <dann@ics.uci.edu>
10375
10376 * vc-bzr.el (vc-bzr-state): Return 'removed for removed files and
10377 'unregistered for unregistered files.
10378
10379 * vc-hg.el (vc-hg-state): Return 'removed for removed files.
10380
10381 * bindings.el (standard-mode-line-modes): Avoid duplicating a string.
10382
10383 * vc-cvs.el (vc-cvs-parse-status): Note there are problems with
10384 subdirectories.
10385
10386 * vc.el (vc-status-prepare-status-buffer): Fix thinko.
10387 (vc-status-menu-map): Add binding for vc-status-kill-dir-status-process.
10388 Add :enable for vc-status-refresh.
10389 (vc-status-menu-map-filter): Remove vc-ignore-menu-filter test.
10390 (vc-status-tool-bar-map): Add binding for
10391 vc-status-kill-dir-status-process.
10392 Don't test display-graphic-p and don't bind vc-ignore-menu-filter.
10393 (vc-update-vc-status-buffer, vc-status-kill-dir-status-process):
10394 Reset vc-status-process-buffer.
10395 (vc-status-refresh): Don't run two refreshes at a time.
10396 (vc-status): If the buffer is already in vc-status-mode only refresh.
10397 (vc-status-mark-buffer-changed): Add an optional file parameter.
10398 (vc-resynch-buffer): Use it.
10399 (vc-delete-file): Expand the file name before using it.
10400 Be careful to not create a new buffer with the old file contents.
10401 Update the VC state after performing the operation.
10402
10403 2008-03-23 Andreas Schwab <schwab@suse.de>
10404
10405 * menu-bar.el (menu-bar-showhide-fringe-ind-menu) [mixed]:
10406 Fix radio button condition.
10407 [box]: Likewise.
10408 [customize]: Add radio button.
10409
10410 2008-03-23 Jay Belanger <jay.p.belanger@gmail.com>
10411
10412 * calc/calc.el (calc-was-keypad-mode, calc-full-mode)
10413 (calc-user-parse-tables, calc-gnuplot-default-device)
10414 (calc-gnuplot-default-output, calc-gnuplot-print-device)
10415 (calc-gnuplot-print-output, calc-gnuplot-geometry)
10416 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
10417 (calc-invocation-macro, calc-trail-pointer, calc-trail-overlay)
10418 (calc-undo-list, calc-redo-list, calc-main-buffer)
10419 (calc-trail-buffer, calc-why, calc-last-kill, calc-dollar-values)
10420 (calc-dollar-used, calc-hashes-used, calc-quick-prev-results)
10421 (calc-said-hello, calc-executing-macro, calc-any-selections)
10422 (calc-help-phase, calc-full-help-flag, calc-refresh-count)
10423 (calc-display-dirty, calc-embedded-info, calc-embedded-active)
10424 (calc-standalone-flag, var-EvalRules, math-expr-function-mapping)
10425 (math-expr-variable-mapping, calc-mode-map, calc-digit-map)
10426 (calc-dispatch-map, calc-do-dispatch, calc-read-key-sequence)
10427 (calc-create-buffer, calc-quit): Add docstrings.
10428
10429 2008-03-23 Juanma Barranquero <lekktu@gmail.com>
10430
10431 * makefile.w32-in (WINS_ALMOST): Add org.
10432
10433 2008-03-23 Dan Nicolaescu <dann@ics.uci.edu>
10434
10435 * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
10436 New functions to implement vc-status support.
10437
10438 2008-03-22 Dan Nicolaescu <dann@ics.uci.edu>
10439
10440 * vc.el (vc-status-prepare-status-buffer): New function.
10441 (vc-status): Use it.
10442
10443 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add ... where
10444 appropriate.
10445
10446 2008-03-22 Alexandre Julliard <julliard@winehq.org>
10447
10448 * vc-git.el (vc-git--empty-db-p)
10449 (vc-git-after-dir-status-stage1-empty-db): New functions.
10450 (vc-git-dir-status, vc-git-after-dir-status-stage1, vc-git-state):
10451 Add support for empty repositories.
10452
10453 2008-03-22 Dan Nicolaescu <dann@ics.uci.edu>
10454
10455 * vc-git.el (vc-git-annotate-extract-revision-at-line):
10456 Allow "^" in a version name.
10457
10458 * vc-mtn.el (vc-mtn-state): Support the added state.
10459
10460 2008-03-22 Carsten Dominik <dominik@science.uva.nl>
10461
10462 * org: New directory for Org-mode.
10463
10464 * org/org-export-latex.el: Moved from lisp/texmodes.
10465
10466 * org/org-irc.el: Moved from lisp/texmodes.
10467
10468 * org/org-mac-message.el: Moved from lisp/texmodes.
10469
10470 * org/org-mouse.el: Moved from lisp/texmodes.
10471
10472 * org/org-publish.el: Moved from lisp/texmodes.
10473
10474 2008-03-21 Juri Linkov <juri@jurta.org>
10475
10476 * comint.el (comint-dynamic-simple-complete):
10477 Use variable `stub' for the second arg `common-substring'
10478 of `comint-dynamic-list-completions'.
10479 (comint-dynamic-list-filename-completions):
10480 Use variable `filenondir' for the second arg `common-substring'
10481 of `comint-dynamic-list-completions'.
10482 (comint-dynamic-list-completions): Add new optional arg
10483 `common-substring'. Add `common-substring' as the second arg of
10484 the call to `display-completion-list'. Doc fix.
10485
10486 * comint.el (comint-dynamic-complete-as-filename)
10487 (comint-dynamic-list-filename-completions)
10488 (comint-dynamic-simple-complete): Use `minibuffer-message'
10489 to display message "No completions of %s" when a command
10490 is called in the minibuffer.
10491 (comint-dynamic-simple-complete): Don't display other
10492 completion messages when a command is called in the minibuffer.
10493 (comint-dynamic-list-completions): Use `minibuffer-message'
10494 to display message " [Type space to flush ...]" when a command
10495 is called in the minibuffer.
10496
10497 * shell.el (shell-dynamic-complete-command)
10498 (shell-dynamic-complete-environment-variable): Don't display
10499 completion messages when command is called in the minibuffer.
10500
10501 * emacs-lisp/lisp.el (lisp-complete-symbol):
10502 Use `minibuffer-message' to display message "No completions of %s"
10503 when this command is called in the minibuffer.
10504
10505 * bindings.el (standard-mode-line-modes): Put special help-echo
10506 tooltip on recursive edit %[ %] mode-line constructs.
10507
10508 * dabbrev.el (debug-ignored-errors): Remove $ from the end of
10509 "^No dynamic expansion for .* found$" to allow error messages like
10510 "No dynamic expansion for \"%s\" found in this-buffer".
10511
10512 2008-03-21 Michael Albinus <michael.albinus@gmx.de>
10513
10514 * net/tramp.el (tramp-methods): Fix tramp-copy-args of "pscp" and
10515 "psftp".
10516
10517 2008-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
10518
10519 * vc-hooks.el (vc-default-mode-line-string): Add case for added files.
10520 * vc.el (vc-default-dired-state-info): Use just "modified".
10521 * vc-cvs.el (vc-cvs-state-heuristic): Turn rev 0 into `added'.
10522 (vc-cvs-mode-line-string): Make use of the better default.
10523 (vc-cvs-parse-entry): Use the new `added'.
10524 (vc-cvs-dired-state-info): Remove.
10525 * vc-svn.el (vc-svn-dired-state-info): Remove.
10526 * vc-hg.el (vc-hg-dired-state-info): Remove.
10527 * vc-git.el (vc-git-dired-state-info): Remove.
10528
10529 2008-03-21 Dan Nicolaescu <dann@ics.uci.edu>
10530
10531 * vc-git.el (vc-git-status-result): New variable.
10532 (vc-git-dir-status): Split out ...
10533 (vc-git-after-dir-status-stage1, vc-git-after-dir-status-stage2):
10534 ... these new functions and work asynchronously.
10535
10536 2008-03-21 Alexandre Julliard <julliard@winehq.org>
10537
10538 * vc-git.el (vc-git-after-dir-status): Remove.
10539 (vc-git-dired-state-info): Reimplement.
10540
10541 2008-03-21 Dan Nicolaescu <dann@ics.uci.edu>
10542
10543 * replace.el (occur-mode-map): Add :help.
10544
10545 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entry
10546 for disassemble.
10547
10548 * vc.el (vc-status-mark-buffer-changed): Better deal with files in
10549 the 'added state.
10550 (vc-status-remove-up-to-date): New function.
10551 (vc-status-mode-map, vc-status-menu-map): Bind it.
10552 (vc-status-printer): Use a different face up-to-date files.
10553 (vc-resynch-buffer): Update the vc-status buffer if it exists.
10554 (Todo): Remove solved entries.
10555
10556 * vc-hg.el (vc-hg-state):
10557 * vc-git.el (vc-git-state):
10558 * vc-cvs.el (vc-cvs-parse-status):
10559 * vc-bzr.el (vc-bzr-state): Return 'added when the file is in that
10560 state.
10561
10562 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
10563
10564 * progmodes/compile.el (compile):
10565 * progmodes/grep.el (grep, grep-find): Use read-shell-command.
10566
10567 * simple.el (minibuffer-local-shell-command-map): New var.
10568 (minibuffer-complete-shell-command, read-shell-command): New funs.
10569 (shell-command, shell-command-on-region): Use them.
10570
10571 2008-03-20 Dan Nicolaescu <dann@ics.uci.edu>
10572
10573 * vc.el (vc-status-mark-buffer-changed): New function to implement
10574 updating of the *vc-status* buffer when a buffer is saved.
10575 (vc-status-mode): Use it for after-change-hook.
10576 (vc-add-to-vc-status-buffer): Rename to ...
10577 (vc-status-add-entry): ... this.
10578 (Todo): Add new entry.
10579
10580 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
10581
10582 * sort.el (sort-reorder-buffer): Preserve the buffer's multibyteness.
10583
10584 2008-03-20 Juanma Barranquero <lekktu@gmail.com>
10585
10586 * icomplete.el (icomplete-prospects-length, icomplete-max-delay-chars)
10587 (icomplete-show-key-bindings, icomplete-minibuffer-setup-hook):
10588 Remove spurious * from defcustom docstrings.
10589 (icomplete-compute-delay): Fix docstring and remove spurious *.
10590 (icomplete-delay-completions-threshold): Fix typo in docstring and
10591 remove spurious *.
10592 (icomplete-completions): While collecting the list of prospective
10593 candidates, don't overshoot `icomplete-prospects-length'.
10594
10595 2008-03-20 Dan Nicolaescu <dann@ics.uci.edu>
10596
10597 * textmodes/refbib.el:
10598 * textmodes/reftex.el:
10599 * textmodes/reftex-global.el:
10600 * textmodes/reftex-vars.el:
10601 * textmodes/reftex-toc.el: Don't use eval-and-compile for byte
10602 compiler pacifying defvars.
10603 (reftex-toc-mode): Only make zmacs-regions local on XEmacs.
10604 * textmodes/reftex-index.el (zmacs-regions): Remove pacifier,
10605 not needed.
10606
10607 2008-03-20 Wilson Snyder <wsnyder@wsnyder.org>
10608
10609 * progmodes/verilog-mode.el (verilog-easy-menu-filter): New function.
10610 (verilog-stmt-menu, verilog-menu): Add :help and filter it.
10611 (verilog-customize, verilog-font-customize)
10612 (electric-verilog-backward-sexp, electric-verilog-forward-sexp)
10613 (verilog-mode): Update documentation strings to match tool tips.
10614 (verilog-auto-search-do, verilog-auto-re-search-do)
10615 (verilog-skip-forward-comment-or-string): Fix verilog-auto
10616 expansion when a .* appears inside a string.
10617 (verilog-re-search-forward, verilog-re-search-backward):
10618 Add comment to recall how this works.
10619 (verilog-read-decls): Fix AUTOINPUT/AUTOOUTPUT mis-including genvars.
10620
10621 2008-03-20 Glenn Morris <rgm@gnu.org>
10622
10623 * calendar/calendar.el (calendar-other-dates): New function.
10624 (calendar-print-other-dates): Use calendar-other-dates.
10625 * calendar/cal-menu.el (calendar-other-dates): Declare it, and remove
10626 the declarations it replaces.
10627 (calendar-mouse-print-dates): Use calendar-other-dates.
10628
10629 * calendar/cal-bahai.el (calendar-bahai-leap-year-p)
10630 (calendar-bahai-leap-base, calendar-bahai-from-absolute): Doc fixes.
10631 (calendar-absolute-from-bahai): Fix the leap-year case.
10632 (calendar-bahai-from-absolute): Re-use the Gregorian month.
10633 (calendar-bahai-date-string, calendar-bahai-print-date):
10634 Handle pre-Bahai dates.
10635
10636 * calendar/cal-china.el (chinese-calendar-celestial-stem)
10637 (chinese-calendar-terrestrial-branch): Make defcustoms.
10638
10639 * calendar/cal-menu.el (calendar-mouse-holidays): Re-use the title.
10640 (calendar-mouse-view-diary-entries): Use or.
10641 (calendar-mouse-chinese-date): Remove unused command.
10642 (cal-menu-load-hook): Mark as obsolete.
10643
10644 * calendar/solar.el (calendar-location-name, calendar-latitude)
10645 (calendar-longitude, solar-arctan, sunrise-sunset)
10646 (solar-mean-equinoxes/solstices): Use the appropriate equality test.
10647
10648 2008-03-20 Jay Belanger <jay.p.belanger@gmail.com>
10649
10650 * calc/calc.el: Remove outdated comments.
10651 (defcalcmodevar, calc-mode-var-list-restore-default-values)
10652 (calc-mode-var-list-restore-saved-values, calc-autorange-units):
10653 Add docstrings.
10654
10655 2008-03-19 Jason Rumney <jasonr@gnu.org>
10656
10657 * w32-fns.el (x-alternatives-map): Add S-tab mapping.
10658
10659 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
10660
10661 * net/tls.el (open-tls-stream): Reindent.
10662
10663 2008-03-19 Michael Albinus <michael.albinus@gmx.de>
10664
10665 * net/tramp.el (tramp-let-maybe): Removed.
10666 (tramp-drop-volume-letter): Don't use `replace-regexp-in-string'.
10667 It does not exist under XEmacs.
10668 (tramp-handle-file-truename, tramp-handle-expand-file-name)
10669 (tramp-completion-file-name-handler): Let-bind
10670 `directory-sep-char'.
10671
10672 * net/tramp-fish.el (tramp-fish-handle-expand-file-name): Let-bind
10673 `directory-sep-char'.
10674
10675 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
10676
10677 * help-fns.el (describe-function-1): Don't signal "missing arglist"
10678 for autoloaded keymaps.
10679
10680 * progmodes/verilog-mode.el (verilog-syntax-ppss): New function.
10681 (electric-verilog-terminate-line, verilog-in-struct-region-p)
10682 (verilog-backward-ws&directives, verilog-forward-ws&directives)
10683 (verilog-in-comment-p, verilog-in-star-comment-p)
10684 (verilog-in-slash-comment-p, verilog-skip-backward-comments)
10685 (verilog-parenthesis-depth, verilog-skip-backward-comment-or-string)
10686 (verilog-skip-forward-comment-or-string, verilog-in-paren)
10687 (verilog-skip-forward-comment-p): Use it.
10688
10689 2008-03-19 Juanma Barranquero <lekktu@gmail.com>
10690
10691 * textmodes/org.el (org-link-store, org-link-follow, org-latex)
10692 (org-remember-templates, org-time-stamp-rounding-minutes)
10693 (org-back-over-empty-lines, org-find-base-buffer-visiting)
10694 (org-columns-new): Fix typos in docstrings.
10695
10696 2008-03-19 Glenn Morris <rgm@gnu.org>
10697
10698 * net/tramp.el (tramp-drop-volume-letter): Evaluate when compiling.
10699 (tramp-handle-shell-command): Use condition-case rather than
10700 ignore-errors.
10701
10702 2008-03-19 Dan Nicolaescu <dann@ics.uci.edu>
10703
10704 * diff-mode.el (diff-header): Make the color louder.
10705 (diff-refine-change): Tone the color down.
10706
10707 2008-03-19 Juanma Barranquero <lekktu@gmail.com>
10708
10709 * descr-text.el (describe-char): When `describe-char-unidata-list'
10710 is set to show all properties, list them in the right order.
10711
10712 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
10713
10714 * international/mule.el (load-with-code-conversion): Avoid setting
10715 default-enable-multibyte-characters.
10716
10717 2008-03-19 Gustav HÃ¥llberg <gustav@virtutech.com> (tiny change)
10718
10719 * vc.el (vc-annotate-background): Fix custom type.
10720
10721 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
10722
10723 * descr-text.el (describe-char-unidata-list): Allow specifying
10724 just all properties.
10725 (describe-char): Handle that new value.
10726
10727 * emulation/cua-base.el (cua-paste): Signal an error in read-only buf.
10728
10729 2008-03-18 Tassilo Horn <tassilo@member.fsf.org>
10730
10731 * doc-view.el (doc-view-initiate-display): Use doc-view-doc-type
10732 instead of file name extension to make docs with uncommon
10733 extensions work.
10734
10735 2008-03-18 Tassilo Horn <tassilo@member.fsf.org>
10736
10737 * doc-view.el (require): Require cl at compile time because
10738 `assert' needs it.
10739
10740 2008-03-18 Glenn Morris <rgm@gnu.org>
10741
10742 * calendar/calendar.el (initial-calendar-window-hook)
10743 (today-visible-calendar-hook): Doc fixes.
10744
10745 2008-03-17 Michael Albinus <michael.albinus@gmx.de>
10746
10747 * net/tramp.el (tramp-root-regexp): Simplify.
10748 (tramp-completion-file-name-regexp-separate): Don't insist on
10749 leading "[". This prevents method or user or host completion.
10750 (tramp-let-maybe): Autoload it.
10751 (tramp-drop-volume-letter): Don't autoload. When not on W32, it
10752 is an alias for `identity'.
10753 (tramp-handle-write-region): Protect `last-coding-system-used'
10754 over the trailing statements.
10755 (tramp-completion-file-name-handler-post-function): Remove.
10756 (tramp-completion-file-name-handler): Let-bind `directory-sep-char'
10757 instead of calling `tramp-drop-volume-letter'.
10758
10759 * net/tramp.el:
10760 * net/tramp-uu.el:
10761 * net/trampver.el: Move coding cookie at the end.
10762
10763 2008-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
10764
10765 * net/tramp.el (tramp-completion-mode-p): Don't use char-equal for
10766 elements which may be something else than characters.
10767
10768 2008-03-17 Dan Nicolaescu <dann@ics.uci.edu>
10769
10770 * vc-bzr.el (vc-bzr-dir-status, vc-bzr-after-dir-status):
10771 New functions to implement vc-status support.
10772
10773 * vc.el (vc-default-extra-status-menu)
10774 (vc-add-to-vc-status-buffer): New functions.
10775
10776 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
10777 for eldoc and ielm.
10778
10779 2008-03-17 Glenn Morris <rgm@gnu.org>
10780
10781 * calendar/cal-x.el (diary-frame-parameters)
10782 (calendar-frame-parameters, calendar-and-diary-frame-parameters):
10783 Fix custom type; add options.
10784 (calendar-frame, diary-frame): Doc fixes.
10785 (calendar-dedicate-diary, calendar-frame-1): Extract common code into
10786 new functions.
10787 (calendar-one-frame-setup, calendar-two-frame-setup): Doc fixes.
10788 Use calendar-frame-1 and calendar-dedicate-diary.
10789 (calendar-one-frame-setup): Also handle only-one-frame case.
10790 (calendar-only-one-frame-setup): Doc fix. Just call
10791 calendar-one-frame-setup.
10792
10793 * calendar/diary-lib.el: Re-order some definitions before their use.
10794 (nongregorian-diary-listing-hook, nongregorian-diary-marking-hook)
10795 (diary-list-entries): Doc fixes.
10796 (make-fancy-diary-display): Remove function.
10797
10798 * calendar/calendar.el (calendar-today-marker)
10799 (initial-calendar-window-hook, today-visible-calendar-hook)
10800 (today-invisible-calendar-hook, diary-file, calendar-basic-setup)
10801 (calendar-star-date, calendar-mark-today): Doc fixes.
10802 (today-visible-calendar-hook): Add options.
10803 (calendar-in-read-only-buffer): New macro.
10804 (calendar-basic-setup): Adapt for change in calendar-read-date.
10805 Place holiday let inside if.
10806 (calendar-day-name-array, calendar-month-name-array): Make defcustoms.
10807 (calendar-read-date): Set day to 1 rather than nil in the NODAY case.
10808 (calendar-print-other-dates): Use one let rather than many.
10809
10810 * calendar/calendar.el (calendar-in-read-only-buffer): New macro.
10811 (calendar-print-other-dates):
10812 * calendar/cal-hebrew.el (list-yahrzeit-dates):
10813 * calendar/diary-lib.el (simple-diary-display, fancy-diary-display):
10814 * calendar/holidays.el (calendar-list-holidays, list-holidays)
10815 (calendar-cursor-holidays):
10816 * calendar/lunar.el (calendar-phases-of-moon): Use
10817 calendar-in-read-only-buffer to replace previous code and disable undo.
10818
10819 2008-03-16 Juri Linkov <juri@jurta.org>
10820
10821 * isearch.el (isearch-edit-string): Use search-ring-yank-pointer
10822 and regexp-search-ring-yank-pointer for the HISTPOS argument of
10823 read-from-minibuffer to provide the correct initial minibuffer
10824 history position in isearch-edit-string when it is called from
10825 isearch-ring-adjust.
10826
10827 * menu-bar.el (kill-this-buffer): Use menu-bar-non-minibuffer-window-p
10828 to check if the current buffer is the minibuffer, and in this case
10829 call abort-recursive-edit to kill the minibuffer. Doc fix.
10830 (kill-this-buffer-enabled-p): Allow this function to return non-nil
10831 when the current buffer is the minibuffer.
10832
10833 * simple.el (goto-line): Leave mark at previous position. Doc fix.
10834
10835 2008-03-16 Tassilo Horn <tassilo@member.fsf.org>
10836
10837 * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
10838 Use non-nil PARENTS attribute of make-directory instead of
10839 explicitly checking existence the current cache directory.
10840
10841 2008-03-16 Daiki Ueno <ueno@unixuser.org>
10842
10843 * epa-file.el (epa-file-select-keys): Fix bug with C-x C-s after
10844 M-x epa-file-select-keys.
10845
10846 2008-03-16 Kenichi Handa <handa@m17n.org>
10847
10848 * international/mule.el (auto-coding-alist):
10849 Use no-conversion-multibyte for archive files.
10850
10851 2008-03-16 Glenn Morris <rgm@gnu.org>
10852
10853 * calendar/diary-lib.el (calendar-mark-complex, calendar-mark-1):
10854 New functions.
10855 * calendar/cal-bahai.el (calendar-mark-1): Autoload it.
10856 (calendar-bahai-mark-date-pattern): Add optional argument `color'.
10857 Use calendar-mark-1.
10858 * calendar/cal-hebrew.el (calendar-mark-complex): Autoload it.
10859 (mark-hebrew-calendar-date-pattern): Add optional argument `color'.
10860 Use calendar-mark-complex.
10861 * calendar/cal-islam.el (calendar-mark-1): Autoload it.
10862 (mark-islamic-calendar-date-pattern): Add optional argument `color'.
10863 Use calendar-mark-1.
10864
10865 * calendar/calendar.el (calendar-mod): Remove.
10866 * calendar/cal-china.el (calendar-chinese-from-absolute)
10867 (calendar-chinese-date-string): Expand calendar-mod calls.
10868 * calendar/cal-mayan.el (calendar-mayan-tzolkin-from-absolute):
10869 Expand calendar-mod calls.
10870
10871 * calendar/cal-bahai.el (calendar-bahai-date-string): Use a single let.
10872 (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
10873 (diary-bahai-insert-yearly-entry): Use let rather than let*.
10874 Move obsolete aliases after the functions that replaced them.
10875
10876 * calendar/cal-hebrew.el (calendar-absolute-from-hebrew)
10877 (hebrew-calendar-yahrzeit, insert-hebrew-diary-entry)
10878 (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry):
10879 Use let rather than let*.
10880 (calendar-hebrew-prompt-for-date): New function.
10881 (calendar-goto-hebrew-date): Use calendar-hebrew-prompt-for-date.
10882 (holiday-tisha-b-av-etc): Use unless, let.
10883
10884 * calendar/cal-islam.el (calendar-islamic-prompt-for-date): New func.
10885 (calendar-goto-islamic-date): Use calendar-islamic-prompt-for-date.
10886
10887 * calendar/cal-mayan.el (calendar-mayan-haab-to-string): Simplify.
10888
10889 * calendar/calendar.el (calendar-for-loop): Add indent spec.
10890
10891 * calendar/diary-lib.el (diary-remind-message, mark-sexp-diary-entries)
10892 (list-sexp-diary-entries, diary-font-lock-sexps): Use format rather
10893 than concat.
10894 (diary): Remove un-needed let.
10895 (view-other-diary-entries): Rename argument.
10896 (diary-list-entries-2): New function.
10897 (diary-list-entries-1, diary-list-entries): Use diary-list-entries-2.
10898 (print-diary-entries): Use unless.
10899 (diary-mark-entries-1): Change argument order, make all but
10900 markfunc optional. Handle the standard (Gregorian) case.
10901 Use match-string-no-properties. Handle marks.
10902 (mark-diary-entries): Use diary-mark-entries-1.
10903 (diary-font-lock-keywords-1): New macro.
10904 (diary-font-lock-keywords): Use diary-font-lock-keywords-1.
10905
10906 2008-03-16 Ulf Jasper <ulf.jasper@web.de>
10907
10908 * calendar/icalendar.el (icalendar-version): Increase to 0.18.
10909 (icalendar-export-hidden-diary-entries): New variable.
10910 (icalendar-export-region): Use icalendar-export-hidden-diary-entries.
10911 In case of error, insert full error-val.
10912 (icalendar-first-weekday-of-year): Remove `offset' argument. Doc fix.
10913 Use calendar-day-of-week. Return the day number.
10914 (icalendar--convert-weekly-to-ical): Use funcall rather than apply.
10915
10916 2008-03-16 Craig Markwardt <Craig.Markwardt@nasa.gov>
10917
10918 * calendar/icalendar.el (icalendar-recurring-start-year): New variable.
10919 (icalendar--diarytime-to-isotime): Fix treatment of 12:00pm - 12:59pm.
10920 (icalendar-export-region): Ignore hidden diary entries.
10921 (icalendar--convert-ordinary-to-ical): Fix case where event
10922 spans across midnight boundary.
10923 (icalendar-first-weekday-of-year): New function.
10924 (icalendar--convert-weekly-to-ical): Allow user-selectable start
10925 year for recurring events (Mozilla calendars do not propagate
10926 recurring events forever, so year 2000 start date was not working).
10927 (icalendar--convert-yearly-to-ical): Remove extra spaces in
10928 formatting of BYMONTH and BYMONTHDAY (not allowed by ical spec).
10929
10930 2008-03-15 Michael Albinus <michael.albinus@gmx.de>
10931
10932 * net/tramp.el (tramp-root-regexp): New defconst.
10933 (tramp-completion-file-name-regexp-unified)
10934 (tramp-completion-file-name-regexp-separate)
10935 (tramp-completion-file-name-regexp-url): Use it.
10936 (tramp-do-copy-or-rename-file-via-buffer):
10937 Set `enable-multibyte-characters' to nil. Set `jka-compr-inhibit' to
10938 t for `insert-file-contents-literally'.
10939 (tramp-drop-volume-letter): Rewrite, using `tramp-root-regexp'.
10940 Autoload it.
10941 (tramp-completion-file-name-handler-post-function): New defconst.
10942 (tramp-completion-file-name-handler): Use it.
10943 (tramp-maybe-open-connection): Update calls to
10944 `tramp-flush-connection-property' for removed 2nd argument.
10945
10946 2008-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
10947
10948 * vc-bzr.el (vc-bzr-diff): Use a faster invocation when possible.
10949 (vc-bzr-complete-with-prefix, vc-bzr-revision-completion-table):
10950 New functions.
10951
10952 2008-03-15 Glenn Morris <rgm@gnu.org>
10953
10954 * calendar/diary-lib.el (diary-list-entries-1, diary-mark-entries-1):
10955 New functions.
10956 * calendar/cal-bahai.el (number, original-date, add-to-diary-list)
10957 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
10958 (diary-list-entries-1, diary-mark-entries-1): Autoload.
10959 (diary-bahai-list-entries): Use diary-list-entries-1.
10960 (diary-bahai-mark-entries): Doc fix. Use diary-mark-entries-1.
10961 * calendar/cal-hebrew.el (number, original-date, add-to-diary-list)
10962 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
10963 (diary-list-entries-1, diary-mark-entries-1): Autoload.
10964 (list-hebrew-diary-entries): Use diary-list-entries-1.
10965 (mark-hebrew-diary-entries): Doc fix. Use diary-mark-entries-1.
10966 * calendar/cal-islam.el (number, original-date, add-to-diary-list)
10967 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
10968 (diary-list-entries-1, diary-mark-entries-1): Autoload.
10969 (list-islamic-diary-entries): Use diary-list-entries-1.
10970 (mark-islamic-diary-entries): Doc fix. Use diary-mark-entries-1.
10971
10972 * calendar/appt.el (appt-check, appt-delete, appt-make-list): Use caar.
10973
10974 * calendar/cal-bahai.el (calendar-bahai-epoch): Doc fix.
10975
10976 * calendar/cal-china.el (number-chinese-months)
10977 (calendar-chinese-from-absolute): Use nth, caar.
10978
10979 * calendar/cal-coptic.el (coptic-calendar-epoch): Doc fix.
10980
10981 * calendar/cal-french.el (french-calendar-accents): Doc fix.
10982
10983 * calendar/cal-hebrew.el (calendar-hebrew-month-name-array-common-year)
10984 (calendar-hebrew-month-name-array-leap-year)
10985 (hebrew-calendar-parashiot-names): Make constants.
10986 (diary-parasha): Move definition after constants it uses.
10987
10988 * calendar/cal-html.el (cal-html-insert-link-yearpage)
10989 (cal-html-htmlify-list): Doc fix.
10990 (cal-html-htmlify-entry): Use nth.
10991
10992 * calendar/cal-islam.el (calendar-islamic-month-name-array)
10993 (calendar-islamic-epoch): Make constants.
10994 (calendar-islamic-epoch): Doc fix.
10995
10996 * calendar/cal-menu.el (cal-menu-goto-menu): Use "Go To".
10997
10998 * calendar/cal-tex.el (cal-tex-hook, cal-tex-insert-preamble)
10999 (cal-tex-month-name): Doc fix.
11000 (cal-tex-last-blank-p): Use zerop.
11001
11002 * calendar/calendar.el (european-calendar-style, calendar-for-loop)
11003 (calendar-sum, calendar-insert-indented, mouse-calendar-other-month)
11004 (calendar-cursor-to-date): Doc fix.
11005 (hebrew-holidays-1, hebrew-holidays-4): Simplify.
11006 (extract-calendar-day, extract-calendar-year): Use cadr, nth.
11007 (calendar-day-number): Use when.
11008 (generate-calendar-month): Use dotimes.
11009 (exit-calendar, calendar-print-other-dates): Use let rather than let*.
11010 (calendar-set-mark): Reverse conditional.
11011 (calendar-make-alist): Move definition before use.
11012
11013 * calendar/diary-lib.el (diary-face-attrs)
11014 (diary-glob-file-regexp-prefix, diary-selective-display)
11015 (number-of-diary-entries, diary-list-entries, diary-goto-entry)
11016 (list-sexp-diary-entries, diary-date, diary-block, diary-float)
11017 (diary-anniversary, diary-cyclic)
11018 (diary-fancy-font-lock-fontify-region-function): Doc fixes.
11019 (diary-header-line-format): Change wording.
11020 (diary-list-entries): Set `date-start' in let.
11021 (include-other-diary-files, mark-included-diary-files): Use format.
11022 (simple-diary-display, fancy-diary-display): Use cadr, unless.
11023 (mark-diary-entries): Use 1+.
11024 (mark-sexp-diary-entries, list-sexp-diary-entries): Use when.
11025 (mark-calendar-month): Use dotimes.
11026
11027 * calendar/holidays.el (displayed-month, displayed-year):
11028 Move declarations where needed.
11029 (calendar-list-holidays): Doc fix.
11030
11031 * calendar/parse-time.el (parse-time-string): Simplify.
11032
11033 * calendar/solar.el (solar-n-hemi-seasons, solar-s-hemi-seasons):
11034 Make constants.
11035 (solar-sunrise-sunset): Rename some local variables for clarity.
11036 (sunrise-sunset): Use zerop.
11037 (solar-mean-equinoxes/solstices): Doc fix.
11038
11039 * calendar/timeclock.el (timeclock-time-to-seconds, timeclock-log-data):
11040 Use nth.
11041 (timeclock-completing-read, timeclock-generate-report): Use zerop.
11042 (timeclock-mean, timeclock-generate-report): Use dolist.
11043
11044 * calendar/todo-mode.el (todo-add-category): Simplify.
11045 (todo-more-important-p, todo-delete-item, todo-file-item):
11046 Use unless, when.
11047 (todo-top-priorities): Use zerop.
11048
11049 2008-03-14 Nick Roberts <nickrob@snap.net.nz>
11050
11051 * buff-menu.el (list-buffers-noselect): Display buffer name in
11052 tooltip instead of mouse binding when it doesn't fit in the list.
11053
11054 2008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
11055
11056 * faces.el (xw-defined-colors):
11057 * simple.el (widget-convert, shell-mode): Declare as functions
11058 instead of autoloading.
11059
11060 * abbrev.el:
11061 * button.el:
11062 * cus-face.el:
11063 * ediff-hook.el:
11064 * emacs-lisp/backquote.el:
11065 * emacs-lisp/timer.el:
11066 * facemenu.el:
11067 * faces.el:
11068 * menu-bar.el:
11069 * simple.el:
11070 * subr.el:
11071 * textmodes/fill.el:
11072 * textmodes/paragraphs.el: Remove autoloads, redundant when the
11073 files are preloaded.
11074
11075 2008-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
11076
11077 * desktop.el (desktop-create-buffer): Don't catch errors if
11078 debug-on-error is set.
11079
11080 2008-03-14 Eli Zaretskii <eliz@gnu.org>
11081
11082 * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
11083 ($(lisp)/calendar/diary-loaddefs.el)
11084 ($(lisp)/calendar/hol-loaddefs.el): New targets.
11085 (LOADDEFS): New macro.
11086 (autoloads): Depend on $(LOADDEFS).
11087
11088 2008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
11089
11090 * font-lock.el (featurep): Remove test, not useful anymore.
11091 (facemenu-keymap): Move key binding ...
11092 * facemenu.el (facemenu-keymap): ... here.
11093
11094 * vc-bzr.el (vc-bzr-print-log): Insert a file marker. Run the log
11095 for each file in the list.
11096 (vc-bzr-log-view-mode): Recognize the file marker.
11097
11098 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
11099 for checkdoc and profiling.
11100
11101 2008-03-14 Bastien Guerry <bzg@altern.org>
11102
11103 * textmodes/flyspell.el (nxml-mode): Add the right
11104 `flyspell-mode-predicate'.
11105
11106 * wid-edit.el (link): Use 'mouse-face for :follow-link.
11107
11108 2008-03-14 Glenn Morris <rgm@gnu.org>
11109
11110 * calendar/solar.el: Reorder so that functions are defined before use.
11111 (displayed-month, displayed-year): Move declarations where needed.
11112 (solar-get-number): Move definition before use. Use unless.
11113 (solar-equatorial-coordinates): Simplify.
11114 (solar-sunrise-and-sunset): Use let rather than let*.
11115 (solar-longitude, solar-equinoxes-solstices): Use cadr, nth.
11116
11117 * startup.el (command-line-1): Rename -internal-script back to
11118 -scriptload (reverts previous change).
11119
11120 * calendar/cal-bahai.el (calendar-bahai-month-name-array)
11121 (calendar-bahai-leap-base): Add doc strings.
11122 (calendar-bahai-prompt-for-date, calendar-bahai-mark-date-pattern):
11123 Move definition before use.
11124 (calendar-bahai-goto-date, diary-bahai-list-entries): Doc fix.
11125 (diary-bahai-list-entries, diary-bahai-mark-entries): Move some constant
11126 variables outside the loop. Use dolist.
11127 (holiday-bahai, calendar-bahai-mark-date-pattern): Use unless.
11128
11129 * calendar/cal-china.el: Re-order so that functions are defined before
11130 use.
11131 (displayed-month, displayed-year): Move declarations where needed.
11132 (chinese-calendar-time-zone, calendar-goto-chinese-date): Doc fix.
11133 (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
11134 Add doc strings.
11135 (chinese-year-cache): Recenter on 2010. Doc fix.
11136 (chinese-year, number-chinese-months, calendar-absolute-from-chinese):
11137 Doc fix. Simplify.
11138 (chinese-year-cache-init): New function.
11139 (compute-chinese-year, holiday-chinese-new-year)
11140 (calendar-chinese-date-string, calendar-goto-chinese-date)
11141 (make-chinese-month-assoc-list): Use cadr, nth.
11142 (chinese-months): Remove un-needed let.
11143
11144 * calendar/cal-coptic.el (coptic-calendar-month-name-array)
11145 (ethiopic-calendar-month-name-array, ethiopic-name): Add doc strings.
11146 (coptic-prompt-for-date): Move definition before use.
11147
11148 * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
11149 (calendar-dst-find-data, calendar-daylight-time-offset)
11150 (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
11151 (calendar-daylight-savings-starts-time)
11152 (calendar-daylight-savings-ends-time): Use cadr, nth.
11153
11154 * calendar/cal-french.el (french-calendar-epoch)
11155 (calendar-goto-french-date): Doc fix.
11156 (french-calendar-month-name-array)
11157 (french-calendar-multibyte-month-name-array)
11158 (french-calendar-day-name-array, french-calendar-special-days-array):
11159 Add doc strings.
11160
11161 * calendar/cal-hebrew.el (displayed-month, displayed-year)
11162 (original-date): Move declarations where needed.
11163 (calendar-goto-hebrew-date, list-hebrew-diary-entries, diary-yahrzeit):
11164 Doc fix.
11165 (list-hebrew-diary-entries, mark-hebrew-diary-entries): Move some
11166 constant variables outside the loop. Use dolist.
11167
11168 * calendar/cal-islam.el (displayed-month, displayed-year)
11169 (original-date): Move declarations where needed.
11170 (islamic-calendar-day-number): Remove unused local variable `day'.
11171 (calendar-goto-islamic-date): Doc fix.
11172 (holiday-islamic): Use unless.
11173 (list-islamic-diary-entries, mark-islamic-diary-entries): Move some
11174 constant variables outside the loop. Use dolist.
11175 (mark-islamic-calendar-date-pattern): Move definition before use.
11176 Use unless.
11177 (mark-islamic-diary-entries): Doc fix.
11178 (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
11179 (insert-yearly-islamic-diary-entry): Use let rather than let*.
11180
11181 * calendar/cal-julian.el (calendar-absolute-from-julian):
11182 Move definition before use. Remove un-needed local `day'.
11183 (calendar-goto-julian-date, calendar-goto-astro-day-number): Doc fix.
11184
11185 * calendar/cal-mayan.el (calendar-mayan-haab-month-name-array)
11186 (calendar-mayan-tzolkin-names-array): Add doc strings.
11187 (calendar-mayan-long-count-from-absolute): Use a single let.
11188 (calendar-string-to-mayan-long-count): Simplify.
11189 (calendar-next-haab-date, calendar-previous-haab-date)
11190 (calendar-next-tzolkin-date, calendar-previous-tzolkin-date)
11191 (calendar-previous-calendar-round-date)
11192 (calendar-goto-mayan-long-count-date, calendar-mayan-date-string):
11193 Doc fix.
11194 (calendar-mayan-tzolkin-haab-on-or-before): Use zerop.
11195 (calendar-mayan-date-string, calendar-print-mayan-date)
11196 (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
11197 (calendar-mayan-long-count-common-era): Move definitions before use.
11198
11199 * calendar/cal-menu.el (displayed-year): Move declaration where needed.
11200 (calendar-event-to-date, cal-tex-mouse-week, cal-tex-mouse-week-iso):
11201 Doc fix.
11202 (calendar-mouse-goto-date): Move definition before use.
11203
11204 * calendar/cal-move.el (calendar-cursor-to-nearest-date): Use or, when.
11205 Move definition before use.
11206 (calendar-cursor-to-visible-date): Move definition before use.
11207 (calendar-scroll-left): Use unless and zerop. Combine lets into one,
11208 and place inside the conditional.
11209 (calendar-forward-day): Simplify.
11210 (calendar-end-of-month): Use unless.
11211 (calendar-goto-day-of-year): Doc fix.
11212 Relocate obsolete aliases after their replacements.
11213
11214 * calendar/cal-persia.el (calendar-goto-persian-date): Doc fix.
11215
11216 * calendar/diary-lib.el (mark-diary-entries): Move some constant
11217 variables outside the diary-date-forms loop.
11218
11219 * calendar/calendar.el (diary-file): Doc fix.
11220 (calendar-buffer-list): Return buffers rather than strings (fixes
11221 previous change).
11222 (hebrew-holidays-4): Fix typo.
11223
11224 * calendar/holidays.el (displayed-month, displayed-year):
11225 Move declarations where needed.
11226 (calendar-holiday-list, calendar-list-holidays)
11227 (holiday-filter-visible-calendar): Move definitions before use.
11228 (list-holidays): Use cadr.
11229 Relocate obsolete aliases after their replacements.
11230
11231 * calendar/lunar.el (date, displayed-month, displayed-year):
11232 Move declarations where needed.
11233 (lunar-phase-list): Move definition after functions it uses.
11234 (calendar-phases-of-moon, diary-phases-of-moon)
11235 (lunar-new-moon-on-or-after): Use cadr, nth.
11236 (lunar-new-moon-on-or-after): Doc fix.
11237
11238 * textmodes/org-irc.el (top-level): CL not required when compiling.
11239 (org-irc-visit-erc): Replace runtime CL functions.
11240
11241 * textmodes/org-publish.el (declare-function): Add compatibility stub.
11242 (org-publish-delete-dups): Declare as function.
11243
11244 2008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
11245
11246 * vc-bzr.el (vc-bzr-log-view-mode): "." can be part of a revno.
11247 (vc-bzr-show-log-entry): Make regexp match more cases.
11248 (vc-diff-switches-list): Remove autoload, not needed.
11249
11250 2008-03-14 Juri Linkov <juri@jurta.org>
11251
11252 * isearch.el (isearch-edit-string): Remove one call to
11253 `isearch-push-state' not to push an inconsistent state,
11254 but keep another correct call to `isearch-push-state'.
11255 (isearch-ring-adjust): Call `isearch-push-state' only when
11256 `search-ring-update' is non-nil since `isearch-edit-string'
11257 already pushes its state.
11258 (isearch-message): Improve matching the failed part by checking
11259 if the original message starts with the last successful message.
11260
11261 * dired.el (dired-warn-writable): Rename to `dired-perm-write'.
11262 (dired-perm-write): Rename from `dired-warn-writable'.
11263 Change parent face from `font-lock-warning-face' to
11264 `font-lock-comment-delimiter-face'.
11265 (dired-warn-writable-face): Rename to `dired-perm-write-face'.
11266 (dired-perm-write-face): Rename from `dired-warn-writable-face'.
11267 (dired-font-lock-keywords): Replace `dired-warn-writable-face'
11268 with `dired-perm-write-face'.
11269
11270 2008-03-13 Tassilo Horn <tassilo@member.fsf.org>
11271
11272 * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
11273 Create cache dir only if it doesn't already exist.
11274
11275 2008-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
11276
11277 * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Fix handling
11278 of \ and '.
11279
11280 2008-03-13 Johan Bockgård <bojohan@gnu.org>
11281
11282 * net/browse-url.el (browse-url-text-xterm):
11283 Unquote browse-url-text-browser.
11284
11285 2008-03-13 Carsten Dominik <dominik@science.uva.nl>
11286
11287 * textmodes/org-mouse.el: Version number change.
11288
11289 * textmodes/org-publish.el (org-publish-expand-components):
11290 Remove null projects from the list of components.
11291 (org-publish-attachment): Bugfix: handle mandatory argument pub-dir.
11292 Remove unused retrieval of the :publishing-directory property.
11293 (org-publish-file): Bugfix: when using a relative directory as the
11294 publishing directory, convert it to a directory filename.
11295 (org-publish-project): New alias.
11296 (org-publish-get-files): Protect against empty p.
11297 (org-publish-file): Send an error when file is not part of any project.
11298 (org-publish-file): Offer to refresh the list of files in known
11299 project when the current file is not part of any project.
11300 (org-publish-before-export-hook)
11301 (org-publish-after-export-hook): New hooks.
11302 (org-publish-org-to): Use new hooks and kill buffers.
11303 (org-publish-file): Remove the code for killing buffers.
11304 (org-publish-initialize-files-alist): Use interactive.
11305 (org-publish-file): If the publishing function creates a new
11306 buffer, kill it after publishing.
11307 (org-publish-timestamp-filename): Protect ":" in file name path
11308 under windows.
11309
11310 * textmodes/org-export-latex.el (org-export-as-latex): Revert the
11311 change that killed the LaTeX buffer.
11312
11313 * textmodes/org.el (org-ctrl-c-star): Implement a missing branch
11314 in the decision tree.
11315 (org-select-remember-template): Clean the code.
11316 (org-prepare-dblock): Add the extra :content parameter.
11317 (org-write-agenda): New output type ".ics" files.
11318 (org-write-agenda): Call `org-icalendar-verify-function', both for
11319 time stamps and for TODO entries.
11320 (org-agenda-collect-markers, org-create-marker-find-array)
11321 (org-check-agenda-marker-table): New functions.
11322 (org-agenda-marker-table): New variable.
11323 (org-export-as-html): Revert the change that killed the html
11324 buffer. Side effects first need to be studied carefully.
11325 (org-get-tags-at): Fix the structure of the condition-case statement.
11326 (org-ts-regexp0, org-repeat-re, org-display-custom-time)
11327 (org-timestamp-change): Fix regular expressions to swallow the
11328 extra character for repeat-shift control.
11329 (org-auto-repeat-maybe): Implement the new repeater mechanisms.
11330 (org-get-legal-level): Alias to `org-get-valid-level'.
11331 (org-dblock-write:clocktable): Add a :link parameter, linking
11332 headlines to their location in the Org agenda files.
11333 (org-get-tags-at): Bugfix: prevent `org-back-to-heading' from
11334 throwing an error when getting tags before headlines.
11335 (org-timestamp-change, org-modify-ts-extra)
11336 (org-ts-regexp1): Fix timestamp editing.
11337 (org-agenda-custom-commands-local-options): New constant.
11338 (org-agenda-custom-commands):
11339 Use `org-agenda-custom-commands-local-options' to improve customize
11340 type. "htmlize": Removed hack to fix face problem with htmlize,
11341 it no longer seem necessary.
11342 (org-follow-link-hook): New hook.
11343 (org-agenda-custom-commands): Add "Component" as a tag for each
11344 item in a command series.
11345 (org-open-at-point): Run `org-follow-link-hook'.
11346 (org-agenda-schedule): Bugfix: don't display marker type when it
11347 is nil.
11348 (org-store-link): org-irc required.
11349 (org-set-regexps-and-options): Parse the new logging options.
11350 (org-extract-log-state-settings): New function.
11351 (org-todo): Handle the new ways of recording state change stuff.
11352 (org-local-logging): New function.
11353 (org-columns-open-link): Fix bug with opening link in column view.
11354 (org-local-logging): New function.
11355 (org-todo): Make sure that LOGGING properties are honoured.
11356 (org-todo-keywords): Improve docstring.
11357 (org-startup-options): Cleanup startup options.
11358 (org-set-regexps-and-options): Process the "!" markers.
11359 (org-todo): Respect the new logging stuff.
11360 (org-log-note-how): New variable.
11361 (org-add-log-maybe): New parameter HOW that defines how logging
11362 should be done and also overrides PURPOSE. Add a docstring.
11363 (org-add-log-note): Check if we really need to ask for a note.
11364 (org-get-current-options): Digest the new keyword.
11365 (org-agenda-reset-markers): Rename from
11366 `org-agenda-maybe-reset-markers'. Remove FORCE argument.
11367 (org-diary, org-agenda-quit, org-prepare-agenda): Call the renamed
11368 function, without force argument.
11369 (org-buffer-property-keys): Bind local variables s and p.
11370 (org-make-tags-matcher): Allow "" to match an empty or
11371 non-existent property value.
11372 (org-export-as-html): Join unsorted lists when they directly
11373 follow each other. Such lists may be created by headlines that
11374 are converted to lists.
11375 (org-nofm-to-completion): New function.
11376 (org-export-as-html): Use :html-extension instead of
11377 org-export-html-extension.
11378 (org-store-link): Support for links from `rmail-summary-mode'.
11379 (org-columns-new, org-complete, org-set-property): Set the
11380 `include-columns' argument in the call to
11381 `org-buffer-property-keys'.
11382 (org-buffer-property-keys): New argument `include-columns', to
11383 include properties expected by any of the COLUMNS formats in the
11384 current buffer.
11385 (org-cleaned-string-for-export): Get rid of drawers first, so that
11386 they will be removed also in the text before the first headline.
11387 (org-clock-report): Show the clocktable when found.
11388 (org-refile): Fix positioning bug when `org-reverse-note-order' is nil.
11389 (org-version): With prefix argument, insert `org-version' at point.
11390 (org-agenda-goto): Recenter the window after finding the target
11391 location, to make sure the correct position will be displayed.
11392 (org-agenda-get-deadlines): Don't scale priority with the warning
11393 period.
11394 (org-insert-heading): Don't break line in the middle of the line.
11395 (org-agenda-get-deadlines): Allow `org-deadline-warning-days' to
11396 be 0.
11397 (org-update-checkbox-count): Revamp to deal with hierarchical
11398 checkboxes. This was a patch from Miguel A. Figueroa-Villanueva.
11399 (org-remove-timestamp-with-keyword): New function.
11400 (org-schedule, org-deadline):
11401 Use `org-remove-timestamp-with-keyword' to make sure all such time
11402 stamps are removed.
11403 (org-mode): Support for `align'.
11404 (org-agenda-get-deadlines): Make sure priorities increase as the
11405 due date approaches and is passed.
11406 (org-remember-apply-template): Fix problem with tags that
11407 contain "_" or "@".
11408 (org-make-link-regexps): Improve the regular expression for plain links.
11409 (org-agenda-get-closed): List each clocking entry.
11410 (org-set-tags): Only tabify before tags if indent-tabs-mode is t.
11411 (org-special-ctrl-k): New option.
11412 (org-kill-line): New function.
11413 (org-archive-all-done): Fix incorrect number of stars in regexp.
11414 (org-refile-get-location): New function.
11415 (org-refile-goto-last-stored): New function.
11416 (org-global-tags-completion-table): Add the value of org-tag-alist
11417 in each buffer, to make sure that also unused tags will be
11418 available for completion.
11419 (org-columns-edit-value)
11420 (org-columns-next-allowed-value): Only update if not in agenda.
11421 (org-clocktable-steps): New function.
11422 (org-dblock-write:clocktable): Call `org-clocktable-steps'.
11423 (org-archive-subtree): Add the outline tree context as a property.
11424 (org-closest-date): New optional argument `prefer'.
11425 (org-goto-auto-isearch): New option.
11426 (org-goto-map, org-get-location): Implement auto-isearch.
11427 (org-goto-local-auto-isearch-map): New variable.
11428 (org-goto-local-search-forward-headings)
11429 (org-goto-local-auto-isearch): New functions.
11430
11431 2008-03-13 Philip Jackson <emacs@shellarchive.co.uk>
11432
11433 * textmodes/org-irc.el: New file.
11434
11435 2008-03-13 John Wiegley <johnw@gnu.org>
11436
11437 * textmodes/org-mac-message.el: New file.
11438
11439 2008-03-13 Dan Nicolaescu <dann@ics.uci.edu>
11440
11441 * font-lock.el (font-lock-comment-face): Set the foreground for
11442 the light background 8 colors case.
11443
11444 2008-03-13 Glenn Morris <rgm@gnu.org>
11445
11446 * font-lock.el (lisp-font-lock-keywords-1): Support wider range of
11447 generate-autoload-cookie patterns.
11448
11449 * startup.el (command-line-1): Rename -scriptload to -internal-script.
11450
11451 * Makefile.in ($(lisp)/loaddefs.el): Remove this target.
11452 (MH_E_SRC): Remove variable.
11453 ($(lisp)/mh-e/mh-loaddefs.el): Remove $MH_E_SRC dependency.
11454 Simplify file header. Use $@ for generated-autoload-file.
11455
11456 * Makefile.in (LOADDEFS): New variable.
11457 (AUTOGENEL): Use $LOADDEFS.
11458 (autoloads): Remove $(lisp)/loaddefs.el dependency; add $LOADDEFS.
11459 ($(lisp)/calendar/cal-loaddefs.el, $(lisp)/calendar/diary-loaddefs.el)
11460 ($(lisp)/calendar/hol-loaddefs.el): New targets.
11461 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
11462 * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-html.el:
11463 * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
11464 * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
11465 * calendar/cal-tex.el, calendar/cal-x.el, calendar/diary-lib.el:
11466 * calendar/holidays.el, calendar/lunar.el, calendar/solar.el:
11467 Add calendar-specific autoload cookies, and remove any setting of
11468 generated-autoload-file.
11469 * calendar/calendar.el: Remove explicit autoloads now in cal-loaddefs.
11470 * calendar/diary-lib.el: Replace explicit autoloads with reading of
11471 diary-loaddefs.
11472 * calendar/holidays.el: Replace explicit autoloads with reading of
11473 hol-loaddefs.
11474
11475 * calendar/calendar.el (cal-hebrew-yahrzeit-buffer): New constant.
11476 (calendar-buffer-list): Simplify.
11477 (generate-calendar-window): Use calendar-mark-holidays rather than
11478 obsolete alias.
11479
11480 * calendar/cal-hebrew.el (list-yahrzeit-dates):
11481 Use cal-hebrew-yahrzeit-buffer.
11482
11483 * calendar/cal-x.el (calendar-only-one-frame-setup)
11484 (calendar-two-frame-setup): Doc fixes.
11485 (special-display-buffer-names): Use cal-hebrew-yahrzeit-buffer.
11486
11487 * calendar/appt.el (appt-mode-string): Mark as risky.
11488 (appt-check): Apply mode-line-emphasis face to appt-mode-string.
11489
11490 * calendar/cal-html.el (diary-list-entries):
11491 * calendar/cal-tex.el (calendar-holiday-list, diary-list-entries)
11492 (calendar-iso-from-absolute): Fix autoloads.
11493
11494 * calendar/cal-iso.el (calendar-absolute-from-iso)
11495 (calendar-iso-read-args): Simplify.
11496 (calendar-iso-date-string, calendar-iso-read-args)
11497 (calendar-goto-iso-date, calendar-goto-iso-week): Doc fixes.
11498
11499 * calendar/cal-julian.el (calendar-julian-from-absolute): Use zerop.
11500 (displayed-month, displayed-year): Move declarations where needed.
11501 (calendar-print-astro-day-number): Doc fix.
11502
11503 * calendar/cal-persia.el (persian-calendar-month-name-array)
11504 (persian-calendar-epoch, calendar-persian-date-string): Doc fixes.
11505 (persian-prompt-for-date): Remove local variable `today'.
11506
11507 * calendar/diary-lib.el (mark-calendar-month): Use zerop.
11508
11509 * calendar/solar.el (solar-moment, solar-exact-local-noon)
11510 (solar-sunrise-sunset, solar-sunrise-sunset-string)
11511 (solar-ephemeris-time, solar-date-next-longitude, solar-sidereal-time)
11512 (diary-sabbath-candles, solar-equinoxes/solstices)
11513 (solar-equinoxes-solstices): Use cadr, cdar, nth, zerop.
11514 (solar-time-equation, solar-date-to-et): Simplify.
11515
11516 * mail/supercite.el: Remove the `function' in `(function (lambda'.
11517 Replace `(car (cdr' with cadr'.
11518
11519 * progmodes/f90.el (f90-font-lock-n): New function.
11520 (f90-font-lock-1, f90-font-lock-2, f90-font-lock-3, f90-font-lock-4):
11521 Use f90-font-lock-n.
11522 (f90-indent-region, f90-indent-subprogram, f90-match-end): Use cadr.
11523
11524 * progmodes/f90.el (f90-mode-abbrev-table):
11525 * progmodes/fortran.el (fortran-mode-abbrev-table):
11526 Use newer form of define-abbrev, where supported. No need to bind
11527 abbrevs-changed for system abbrevs.
11528
11529 2008-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
11530
11531 * term/xterm.el (terminal-init-xterm): delete-frame-hook ->
11532 delete-frame-functions.
11533
11534 * bookmark.el (Info-current-node): Remove.
11535
11536 2008-03-12 Juri Linkov <juri@jurta.org>
11537
11538 * help.el (describe-project): Remove defaliases for view-todo and
11539 describe-project that are now unnecessary after the merge from
11540 emacs--rel--22 that added define-obsolete-function-alias.
11541
11542 * startup.el (inhibit-startup-screen): Revert incomplete
11543 2008-03-10 merge from emacs--rel--22 that partly reverted
11544 2008-02-28 change that added initial message to *scratch* buffer
11545 regardless of the value of `inhibit-startup-screen'.
11546 Now keep this change in the trunk, but not in the 22 branch.
11547
11548 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
11549
11550 * international/quail.el (quail-setup-completion-buf, quail-help):
11551 * mail/binhex.el (binhex-decode-region-internal):
11552 * mail/uudecode.el (uudecode-decode-region-internal):
11553 * net/dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
11554 * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
11555 setting default-enable-multibyte-characters.
11556
11557 * emulation/viper-util.el (viper-file-remote-p): Remove, unused.
11558
11559 * comint.el: Fix up indentation and comment style. Remove `function'.
11560
11561 * international/mule-cmds.el (reset-language-environment)
11562 (set-language-environment-nonascii-translation):
11563 Don't set-unibyte-charset.
11564
11565 * doc-view.el: Remove all cb-args, use closures instead.
11566 (doc-view-sentinel): Merge doc-view-dvi->pdf-sentinel,
11567 doc-view-ps->pdf-sentinel, and doc-view-pdf->txt-sentinel (which was
11568 doing an incorrect check). Update all callers to use the new name.
11569 (doc-view-doc->txt): Add missing `txt' argument.
11570
11571 2008-03-12 Tassilo Horn <tassilo@member.fsf.org>
11572
11573 * doc-view.el (doc-view-current-cache-dir): Set buffer used for
11574 md5 sum calculation to single-byte.
11575
11576 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
11577
11578 * doc-view.el (doc-view-new-window-function): Add assertion.
11579 (doc-view-doc-type): New var.
11580 (doc-view-convert-current-doc, doc-view-doc->txt): Use it.
11581 (doc-view-intersection): New fun.
11582 (doc-view-mode): Use it to set the new var.
11583
11584 2008-03-12 Tassilo Horn <tassilo@member.fsf.org>
11585
11586 * doc-view.el (doc-view-doc->txt, doc-view-open-text)
11587 (doc-view-already-converted-p): New functions.
11588 (doc-view-clear-cache): Don't recreate doc-view-cache-directory.
11589 (doc-view-mode-map): Bind C-c C-t to doc-view-open-text.
11590 (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
11591 (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
11592 (doc-view-ps->pdf-sentinel, doc-view-ps->pdf)
11593 (doc-view-convert-current-doc): Don't hardwire the functions the
11594 sentinels call. Now they're provided by two args CALLBACK and
11595 CB-ARGS to the functions.
11596 (doc-view-search): Use doc-view-doc->txt.
11597 (doc-view-initiate-display): Use doc-view-already-converted-p.
11598 Mention new binding C-c C-t if doc-view-mode doesn't work.
11599
11600 2008-03-12 Dan Nicolaescu <dann@ics.uci.edu>
11601
11602 * diff-mode.el (diff-refine-change): Adjust colors to be more visible.
11603
11604 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
11605
11606 * textmodes/sgml-mode.el (sgml-font-lock-syntactic-keywords):
11607 Mark " outside of tags as punctuation.
11608
11609 2008-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
11610
11611 * menu-bar.el (minibuffer-local-map): Use the same command for the
11612 "Quit" menu as used for the C-g key, so the shortcut displayed is C-g.
11613 Prefer RET over C-j for exit-minibuffer.
11614
11615 * files.el (display-buffer-other-frame): Eliminate problematic code.
11616
11617 * menu-bar.el (menu-bar-update-buffers-maxbuf): Remove.
11618 (menu-bar-select-buffer): Remove.
11619 (menu-bar-select-frame): Make non-interactive and take a frame arg.
11620 (menu-bar-update-buffers): Don't use buffer-names or frame names as events.
11621
11622 2008-03-11 Juanma Barranquero <lekktu@gmail.com>
11623
11624 * icomplete.el (icomplete-completions): Remove obsolete code.
11625
11626 * net/net-utils.el (iwconfig-program-options): Doc fix.
11627 (net-utils-run-program, run-network-program): Define as functions.
11628
11629 2008-03-11 Dan Nicolaescu <dann@ics.uci.edu>
11630
11631 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Fix typo.
11632
11633 2008-03-11 Glenn Morris <rgm@gnu.org>
11634
11635 * faces.el (mode-line-emphasis): New face.
11636 * vc.el (vc-set-mode-line-busy-indicator): Use mode-line-emphasis face.
11637
11638 * calendar/calendar.el (top-level): Load cal-loaddefs when compiling.
11639
11640 2008-03-11 Chong Yidong <cyd@stupidchicken.com>
11641
11642 * simple.el (set-mark-command): Doc fix.
11643
11644 2008-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
11645
11646 * Makefile.in (bootstrap-prepare): Don't chmod cal-loaddefs.el.
11647
11648 * emacs-lisp/autoload.el (autoload-find-destination):
11649 Don't force raw-text.
11650
11651 * calendar/calendar.el ("cal-loaddefs"): Load, rather than require.
11652 * calendar/cal-loaddefs.el: Don't version control.
11653
11654 2008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
11655
11656 * progmodes/make-mode.el (makefile-mode-abbrev-table): Add menu
11657 entries and add :help to the existing ones.
11658
11659 2008-03-10 Glenn Morris <rgm@gnu.org>
11660
11661 * calendar/cal-hebrew.el (date, entry, number): Move declarations
11662 to where they are needed.
11663
11664 * calendar/calendar.el (diary-file, hebrew-holidays-1)
11665 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
11666 (calendar, calendar-basic-setup, calendar-mode-map, calendar-set-mark)
11667 (calendar-version): Doc fixes.
11668 (calendar-absolute-from-gregorian): Use zerop.
11669 (calendar-mode-line-format): Make it a defcustom.
11670
11671 * calendar/diary-lib.el (diary-face-attrs): Fix custom :type.
11672 (diary-face-attrs, diary-glob-file-regexp-prefix, diary-unknown-time)
11673 (diary-pull-attrs, diary-header-line-flag, diary-list-entries)
11674 (diary-unhide-everything, include-other-diary-files, diary-goto-entry)
11675 (mark-included-diary-files, mark-calendar-days-named)
11676 (mark-calendar-date-pattern, mark-calendar-month, diary-entry-compare)
11677 (diary-remind, insert-diary-entry, insert-weekly-diary-entry)
11678 (insert-monthly-diary-entry, insert-yearly-diary-entry)
11679 (insert-anniversary-diary-entry, insert-block-diary-entry)
11680 (insert-cyclic-diary-entry, fancy-diary-font-lock-keywords)
11681 (diary-font-lock-sexps): Doc fixes.
11682 (diary-remind-message, mark-calendar-month): Use zerop.
11683 (diary-attrtype-convert, diary-pull-attrs): Simplify.
11684 (diary-list-entries): Revert let to let* (previous change).
11685
11686 * Makefile.in (bootstrap-prepare): Also chmod cal-loaddefs.el.
11687
11688 2008-03-10 Kim F. Storm <storm@cua.dk>
11689
11690 * help.el (view-emacs-todo, describe-gnu-project): Define obsolete
11691 function aliases for the old names.
11692
11693 2008-03-10 Juanma Barranquero <lekktu@gmail.com>
11694
11695 * iswitchb.el (iswitchb-use-faces): Doc fix.
11696 (iswitchb-buffer-ignore, iswitchb-read-buffer):
11697 Fix typos in docstrings.
11698
11699 2008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
11700
11701 * progmodes/verilog-mode.el (verilog-highlight-grouping-keywords):
11702 Fix typo.
11703 (verilog-type-font-keywords): Reindent.
11704
11705 2008-03-10 Michael McNamara <mac@mail.brushroad.com>
11706
11707 * progmodes/verilog-mode.el (verilog-font-grouping-keywords):
11708 Fix bug in the grouping-keyword regular expression.
11709 (verilog-font-lock-keywords): Allow users to toggle special
11710 highlight of grouping-keywords.
11711 (verilog-highlight-grouping-keywords): The toggle for special
11712 highlighting of grouping keywords.
11713
11714 2008-03-10 Juri Linkov <juri@jurta.org>
11715
11716 * startup.el: Revert 2008-02-28 change that adds initial message
11717 to *scratch* buffer regardless of the value of
11718 `inhibit-startup-screen'.
11719
11720 2008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
11721
11722 * textmodes/css-mode.el (css-indent-offset, css-electric-keys):
11723 * textmodes/bibtex-style.el (bibtex-style-indent-basic):
11724 * progmodes/verilog-mode.el (verilog-mode):
11725 * net/socks.el (socks):
11726 * vc-mtn.el (vc-mtn-mode-line-rewrite): Add :version.
11727
11728 2008-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
11729
11730 * doc-view.el (bookmark-buffer-file-name, bookmark-prop-get): Declare.
11731 (doc-view-bookmark-make-record): Use them.
11732 (doc-view-bookmark-jump): Use them. Fix find-file ->find-file-noselect.
11733 (bookmark-get-filename, bookmark-get-bookmark-record): Remove.
11734
11735 * bookmark.el (bookmark-make-record-function): Change expected return
11736 value to include a suggested bookmark name.
11737 (bookmark-make): Split into bookmark-make-record and bookmark-store.
11738 Fix reversed `overwrite' semantics.
11739 (bookmark-set): Call bookmark-make-record before prompting the user.
11740 Then pass the result to bookmark-store later on.
11741 (bookmark-make-name-function): Remove.
11742 (bookmark-buffer-file-name, bookmark-buffer-name): Don't use it.
11743 * info.el (bookmark-make-name-function): Remove.
11744 (Info-mode): Don't set it.
11745 (Info-bookmark-make-name): Remove.
11746 (Info-bookmark-make-record): Use Info-current-node as suggested default
11747 bookmark name.
11748
11749 * bookmark.el (bookmark-set): Make bookmark before reading annotations.
11750 I.e. use bookmark-edit-annotation rather than bookmark-read-annotation.
11751 (bookmark-read-annotation-mode-map, bookmark-annotation-paragraph)
11752 (bookmark-annotation-buffer, bookmark-annotation-file)
11753 (bookmark-annotation-point, bookmark-send-annotation)
11754 (bookmark-read-annotation-mode, bookmark-read-annotation): Remove.
11755 (bookmark-edit-annotation-text-func): Rename from
11756 bookmark-read-annotation-text-func. Keep old name as an obsolete alias.
11757 (bookmark-edit-annotation-mode-map): Move initialization into
11758 declaration.
11759
11760 * bookmark.el: Remove spurious * in docstrings.
11761 (bookmark-minibuffer-read-name-map): New var.
11762 (bookmark-set): Use it. Also pass the default value as it should.
11763 (bookmark-send-edited-annotation): Take no chances with text properties.
11764 (bookmark-insert-current-bookmark): Inline bookmark-insert-buffer-name.
11765 (bookmark-insert-buffer-name): Remove.
11766 (bookmark-buffer-file-name): Signal an error rather than returning nil.
11767
11768 2008-03-09 Thomas Hühn <xf27@arcor.de> (tiny change)
11769
11770 * tutorial.el (tutorial--default-keys): Update `C-l' binding.
11771
11772 2008-03-09 Dan Nicolaescu <dann@ics.uci.edu>
11773
11774 * diff-mode.el (diff-mode-menu): Add :help.
11775
11776 2008-03-09 Glenn Morris <rgm@gnu.org>
11777
11778 * calendar/calendar.el (general-holidays, oriental-holidays)
11779 (local-holidays, other-holidays, hebrew-holidays-1, hebrew-holidays-2)
11780 (hebrew-holidays-3, hebrew-holidays-4, hebrew-holidays)
11781 (christian-holidays, islamic-holidays, bahai-holidays, solar-holidays)
11782 (calendar-holidays): Restore autoload cookies, because people are
11783 used to using these variables without loading calendar.el.
11784
11785 * calendar/cal-islam.el (diary-islamic-date): Move to end.
11786 (date, number): Declare where needed.
11787
11788 * calendar/diary-lib.el (nongregorian-diary-marking-hook)
11789 (list-sexp-diary-entries): Doc fixes.
11790 (diary-list-entries): Doc fix. Remove free variable `entry'.
11791 (fancy-diary-display): Use dolist, bobp. Remove free variable `entry'.
11792 Simplify setting of `date-holiday-list'.
11793 (mark-diary-entries): Remove free variable `entry'.
11794 (diary-list-entries, include-other-diary-files, fancy-diary-display):
11795 Use let where let* is not needed.
11796
11797 2008-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
11798
11799 * bookmark.el (bookmark-make): Don't pass the `annotation' to the
11800 make-record function, instead paste it in afterwards.
11801 (bookmark-make-record-for-text-file):
11802 * doc-view.el (doc-view-bookmark-make-record):
11803 * info.el (Info-bookmark-make-record): Don't mess with annotations.
11804
11805 2008-03-08 Glenn Morris <rgm@gnu.org>
11806
11807 * calendar/diary-lib.el (entry): Declare for compiler part-way through.
11808
11809 2008-03-08 Stefan Monnier <monnier@iro.umontreal.ca>
11810
11811 * calendar/diary-lib.el (diary-list-entries)
11812 (include-other-diary-files, mark-diary-entries)
11813 (mark-sexp-diary-entries, mark-included-diary-files)
11814 (diary-entry-time, list-sexp-diary-entries): Remove the special
11815 handling of ^M that dates back to the use of selective-display.
11816 (simple-diary-display): Obey setting of pop-up-frames.
11817 (body, entry): Remove unnecessary declarations.
11818
11819 * bookmark.el (bookmark-prop-get, bookmark-prop-set): New funs.
11820 (bookmark-get-annotation, bookmark-set-annotation)
11821 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
11822 (bookmark-set-position, bookmark-get-front-context-string)
11823 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
11824 (bookmark-set-rear-context-string, bookmark-get-handler): Use them.
11825 * info.el (Info-bookmark-make-record): Don't bother recording point.
11826 (bookmark-get-filename, bookmark-get-front-context-string)
11827 (bookmark-get-rear-context-string, bookmark-get-position):
11828 Don't declare any more.
11829 (bookmark-get-info-node): Remove.
11830 (bookmark-prop-get): Declare.
11831 (Info-bookmark-jump): Use it.
11832
11833 2008-03-08 Johan Bockgård <bojohan@gnu.org>
11834
11835 * subr.el (while-no-input): Don't splice BODY directly into the
11836 `or' form.
11837
11838 2008-03-08 Dan Nicolaescu <dann@ics.uci.edu>
11839
11840 * diff-mode.el (diff-ignore-whitespace-hunk):
11841 Bind inhibit-read-only before trying to change the buffer.
11842
11843 2008-03-08 Glenn Morris <rgm@gnu.org>
11844
11845 * calendar/appt.el (appt): Move custom group here from calendar.el.
11846 (appt-disp-window, appt-convert-time): Doc fixes.
11847
11848 * calendar/cal-bahai.el (calendar-bahai-prompt-for-date)
11849 (calendar-bahai-mark-date-pattern):
11850 * calendar/cal-hebrew.el (mark-hebrew-calendar-date-pattern):
11851 * calendar/cal-islam.el (mark-islamic-calendar-date-pattern):
11852 * calendar/cal-julian.el (calendar-absolute-from-julian):
11853 * calendar/cal-persia.el (persian-prompt-for-date): Use zerop.
11854
11855 * calendar/cal-china.el (chinese-calendar): Move custom group here from
11856 calendar.el.
11857 (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
11858 Make constants.
11859 (chinese-calendar-time-zone, chinese-calendar-daylight-time-offset)
11860 (chinese-calendar-daylight-savings-starts)
11861 (chinese-calendar-daylight-savings-ends)
11862 (chinese-calendar-daylight-savings-starts-time)
11863 (chinese-calendar-daylight-savings-ends-time)
11864 (chinese-zodiac-sign-on-or-after, chinese-new-moon-on-or-after):
11865 Doc fixes.
11866
11867 * calendar/cal-coptic.el (coptic-name): Add doc string.
11868
11869 * calendar/cal-french.el (french-calendar-month-name-array)
11870 (french-calendar-day-name-array, french-calendar-special-days-array):
11871 Add doc strings.
11872
11873 * calendar/cal-bahai.el (diary-bahai-mark-entries)
11874 (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
11875 (diary-bahai-insert-yearly-entry):
11876 * calendar/cal-dst.el (calendar-next-time-zone-transition)
11877 (calendar-time-zone):
11878 * calendar/cal-hebrew.el (hebrew-calendar-leap-year-p)
11879 (hebrew-calendar-elapsed-days, hebrew-calendar-long-heshvan-p)
11880 (hebrew-calendar-short-kislev-p, mark-hebrew-diary-entries)
11881 (insert-hebrew-diary-entry, insert-monthly-hebrew-diary-entry)
11882 (insert-yearly-hebrew-diary-entry, diary-yahrzeit):
11883 * calendar/cal-islam.el (islamic-calendar-leap-year-p)
11884 (list-islamic-diary-entries, mark-islamic-diary-entries)
11885 (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
11886 (insert-yearly-islamic-diary-entry):
11887 * calendar/cal-iso.el (calendar-iso-read-args):
11888 * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
11889 (calendar-mayan-haab-to-string, calendar-mayan-tzolkin-to-string)
11890 (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
11891 (calendar-next-calendar-round-date)
11892 (calendar-mayan-long-count-common-era):
11893 * calendar/cal-menu.el (cal-menu-holiday-window-suffix)
11894 (cal-menu-x-popup-menu, calendar-mouse-holidays)
11895 (calendar-mouse-view-diary-entries, calendar-mouse-print-dates)
11896 (calendar-mouse-goto-date):
11897 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
11898 * calendar/holidays.el (holidays):
11899 * calendar/lunar.el (phases-of-moon, lunar-new-moon-on-or-after):
11900 * calendar/time-date.el (date-to-time, time-subtract, time-add)
11901 (safe-date-to-time): Doc fixes.
11902
11903 * calendar/cal-persia.el (persian-calendar-month-name-array)
11904 (persian-calendar-epoch): Make constants.
11905
11906 * calendar/cal-tex.el (calendar-tex): Move custom group here from
11907 calendar.el.
11908
11909 * calendar/cal-x.el (diary-frame-parameters)
11910 (calendar-frame-parameters, calendar-and-diary-frame-parameters)
11911 (calendar-after-frame-setup-hooks): Make defcustoms.
11912 (calendar-one-frame-setup, calendar-only-one-frame-setup)
11913 (calendar-two-frame-setup): Doc fix.
11914
11915 * calendar/cal-loaddefs.el: New file.
11916
11917 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
11918 * calendar/cal-french.el, calendar/cal-html.el:
11919 * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
11920 * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
11921 * calendar/cal-tex.el, calendar/cal-x.el:
11922 Unquote lambda functions. Add autoload cookies to functions formerly
11923 autoloaded in calendar.el. Set `generated-autoload-file' to
11924 "cal-loaddefs.el".
11925
11926 * calendar/calendar.el: Move many autoloads to separate file,
11927 cal-loaddefs.el. Move defcustoms to start and re-order.
11928 (calendar-month-name-array, calendar-starred-day): No need to
11929 declare for compiler.
11930 (cal-loaddefs): Require it.
11931 (appt, chinese-calendar, calendar-tex): Move custom groups to the
11932 appropriate file.
11933 (diary-entry-marker, calendar-today-marker, calendar-holiday-marker):
11934 Reverse logic.
11935 (diary-face, diary-file-name-prefix-function, diary-include-string)
11936 (diary-glob-file-regexp-prefix, diary-face-attrs)
11937 (diary-file-name-prefix, sexp-diary-entry-symbol)
11938 (print-diary-entries-hook, list-diary-entries-hook)
11939 (nongregorian-diary-listing-hook, mark-diary-entries-hook)
11940 (nongregorian-diary-marking-hook, diary-list-include-blanks):
11941 Move to diary-lib.
11942 (all-christian-calendar-holidays, all-islamic-calendar-holidays)
11943 (all-bahai-calendar-holidays): Doc fix.
11944 (calendar-insert-indented): Doc fix. Use when rather than if.
11945 (exit-calendar): Use mapc rather than mapcar.
11946 (calendar-cursor-to-date): Use zerop.
11947 (calendar-mark-ring): Add doc-string.
11948 (calendar-starred-day): Defvar it.
11949 (calendar-mode): Make calendar-starred-day local.
11950 (calendar-star-date): No need to make calendar-starred-day local.
11951
11952 * calendar/diary-lib.el: Move defcustoms to start.
11953 (diary-include-string, diary-list-include-blanks)
11954 (diary-glob-file-regexp-prefix, diary-face, diary-face-attrs)
11955 (diary-file-name-prefix, diary-file-name-prefix-function)
11956 (sexp-diary-entry-symbol, list-diary-entries-hook)
11957 (mark-diary-entries-hook, nongregorian-diary-listing-hook)
11958 (nongregorian-diary-marking-hook, print-diary-entries-hook):
11959 Move here from calendar.el.
11960 (diary-file-name-prefix-function): Use 'identity.
11961 (diary-face): Make it a defcustom, and mark as obsolete.
11962 (top-level): No need to require cal-hebrew, cal-islam when compiling.
11963 (calendar-hebrew-month-name-array-leap-year)
11964 (calendar-islamic-month-name-array, calendar-bahai-month-name-array):
11965 Define for compiler.
11966 (diary-font-lock-keywords): Use format rather than concat.
11967 Add bahai-diary-entry-symbol.
11968
11969 * calendar/cal-hebrew.el, calendar/holidays.el, calendar/lunar.el:
11970 * calendar/solar.el: Unquote lambda functions.
11971
11972 * calendar/solar.el (calendar-location-name, calendar-latitude)
11973 (calendar-longitude, solar-setup, solar-sin-degrees)
11974 (solar-cosine-degrees, solar-tangent-degrees, solar-xy-to-quadrant)
11975 (solar-degrees-to-quadrant, solar-atn2, solar-arccos)
11976 (solar-sunrise-and-sunset, solar-moment, solar-daylight)
11977 (solar-exact-local-noon, solar-julian-ut-centuries)
11978 (solar-ephemeris-time, solar-date-next-longitude)
11979 (solar-horizontal-coordinates, solar-equatorial-coordinates)
11980 (solar-ecliptic-coordinates, solar-data-list, solar-longitude)
11981 (solar-ephemeris-correction, solar-sidereal-time, solar-date-to-et)
11982 (sunrise-sunset, solar-seasons-data, solar-equinoxes/solstices):
11983 Doc fixes.
11984 (solar-horizontal-coordinates, solar-equatorial-coordinates)
11985 (solar-ecliptic-coordinates): Rename argument `for-sunrise-sunset'.
11986 (solar-ecliptic-coordinates): Use unless.
11987 (calendar-sunrise-sunset, diary-sunrise-sunset, diary-sabbath-candles):
11988 Use or.
11989
11990 * calendar/timeclock.el: Add doc-strings to all functions.
11991 (timeclock-workday, timeclock-in, timeclock-completing-read): Doc fixes.
11992 (timeclock-entry-list-length, timeclock-entry-list-projects)
11993 (timeclock-day-list-projects, timeclock-day-list): Use dolist.
11994
11995 * calendar/todo-mode.el: Remove un-needed eval-when-compile.
11996
11997 * textmodes/org.el (list-diary-entries-hook): Declare for compiler.
11998 (org-get-entries-from-diary): Require diary-lib.
11999
12000 2008-03-08 Juanma Barranquero <lekktu@gmail.com>
12001
12002 * info.el (bookmark-make-name-function, bookmark-get-bookmark-record):
12003 Pacify byte-compiler.
12004
12005 2008-03-07 Alan Mackenzie <acm@muc.de>
12006
12007 * progmodes/cc-engine.el (c-in-knr-argdecl): Limit number of
12008 paren/bracket pairs parsed, to solve performance problem.
12009
12010 2008-03-07 Bastien Guerry <bzg@altern.org>
12011
12012 * bookmark.el (bookmark-set): Don't check for
12013 `bookmark-make-name-function' since `bookmark-buffer-file-name'
12014 already takes care of this.
12015 (bookmark-buffer-name, bookmark-buffer-file-name):
12016 Remove Info-mode specific code.
12017
12018 * info.el (bookmark-get-info-node): Define this function in
12019 info.el, not in bookmark.el.
12020 (Info-mode): Set `bookmark-make-name-function' to
12021 `Info-bookmark-make-name' locally.
12022 (Info-bookmark-make-name): New function.
12023
12024 * bookmark.el (bookmark-make-name-function): New variable.
12025
12026 2008-03-07 Karl Fogel <kfogel@red-bean.com>
12027
12028 * bookmark.el (bookmark-set): Make `bookmark-make-record-function'
12029 buffer-local, not `bookmark-make-cell-function' (the old name).
12030
12031 2008-03-07 Tassilo Horn <tassilo@member.fsf.org>
12032
12033 * doc-view.el (doc-view-bookmark-make-record):
12034 * image-mode.el (image-bookmark-make-record):
12035 * info.el (Info-bookmark-make-record): Delete obsolete second arg.
12036
12037 2008-03-07 Jan Djärv <jan.h.d@swipnet.se>
12038
12039 * vc.el (vc-status-menu-map-filter): Return orig-binding if
12040 boundp 'vc-ignore-menu-filter.
12041 (vc-status-tool-bar-map): Make it defvar.
12042 (vc-status-mode): vc-status-tool-bar-map now variable.
12043 (vc-status-toggle-mark): toggle-mark-file => vc-status-toggle-mark-file.
12044
12045 2008-03-07 Karl Fogel <kfogel@red-bean.com>
12046
12047 Give a better name to part of the bookmark interface.
12048
12049 This was originally a much larger change, but halfway through I
12050 updated and discovered that Stefan Monnier had done the rest.
12051 It looks like he anticipated the new name too, because he used
12052 `the-record' instead of `the-cell' for some internal variable names.
12053
12054 * bookmark.el (bookmark-make-record-function): Was
12055 `bookmark-make-cell-function'.
12056 (bookmark-make, bookmark-send-annotation): Update for above.
12057 (bookmark-make-record-for-text-file):
12058 Was `bookmark-make-cell-for-text-file'. Fix doc string re 2008-03-07T05:00:18Z!monnier@iro.umontreal.ca.
12059
12060 * info.el: Adjust accordingly.
12061 (Info-bookmark-make-record): Was `Info-bookmark-make-cell'.
12062
12063 * image-mode.el: Adjust accordingly.
12064 (image-bookmark-make-record): Was `image-bookmark-make-cell'.
12065
12066 * doc-view.el: Adjust accordingly.
12067 (doc-view-bookmark-make-record): Was `doc-view-bookmark-make-cell'.
12068
12069 2008-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
12070
12071 * bookmark.el (bookmark-map, bookmark-read-annotation-mode-map):
12072 Move initialization into declaration.
12073 (bookmark-get-info-node, bookmark-set-info-node): Remove.
12074 (bookmark-make, bookmark-make-cell-for-text-file): Remove info-node arg.
12075 (bookmark-info-current-node): Remove.
12076 (bookmark-jump-noselect): Rename from bookmark-jump-internal.
12077 Add relocation fallback. Set bookmark-current-bookmark.
12078 (bookmark-default-handler): Rename from bookmark-jump-noselect.
12079 Remove relocation fallback. Don't set bookmark-current-bookmark.
12080 (bookmark-set): Let it be used even if there's no buffer-file-name
12081 as long as there is a bookmark-make-cell-function.
12082 * info.el (Info-bookmark-jump): Remove relocation fallback.
12083 Don't set bookmark-current-bookmark.
12084
12085 2008-03-07 Glenn Morris <rgm@gnu.org>
12086
12087 * calendar/appt.el (appt-issue-message)
12088 (appt-message-warning-time, appt-audible, appt-visible)
12089 (appt-msg-window, appt-display-mode-line, appt-display-duration)
12090 (appt-display-diary): Remove autoload cookies.
12091
12092 * calendar/cal-china.el, calendar/timeclock.el, calendar/todo-mode.el:
12093 Remove leading `*' from defcustom doc-strings.
12094
12095 * calendar/cal-dst.el (calendar-dst): New custom group.
12096 (calendar-daylight-savings-starts, calendar-daylight-savings-ends)
12097 (calendar-time-zone, calendar-daylight-time-offset)
12098 (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
12099 (calendar-daylight-savings-starts-time)
12100 (calendar-daylight-savings-ends-time): Convert from defvar to defcustom.
12101 (calendar-daylight-savings-starts, calendar-daylight-savings-ends):
12102 Move to start.
12103
12104 * calendar/cal-menu.el (holidays-in-diary-buffer): Declare for compiler.
12105
12106 * calendar/calendar.el (calendar-version): Use emacs-version and
12107 make it obsolete. Move to end.
12108 (calendar-offset, view-diary-entries-initially)
12109 (mark-diary-entries-in-calendar, calendar-remove-frame-by-deleting)
12110 (view-calendar-holidays-initially, all-hebrew-calendar-holidays)
12111 (all-christian-calendar-holidays, all-islamic-calendar-holidays)
12112 (all-bahai-calendar-holidays, calendar-load-hook)
12113 (initial-calendar-window-hook, today-visible-calendar-hook)
12114 (today-invisible-calendar-hook, calendar-move-hook)
12115 (diary-nonmarking-symbol, hebrew-diary-entry-symbol)
12116 (islamic-diary-entry-symbol, bahai-diary-entry-symbol)
12117 (diary-include-string, sexp-diary-entry-symbol)
12118 (abbreviated-calendar-year, american-date-diary-pattern)
12119 (european-date-diary-pattern, european-calendar-display-form)
12120 (american-calendar-display-form, print-diary-entries-hook)
12121 (list-diary-entries-hook, diary-hook, diary-display-hook)
12122 (nongregorian-diary-listing-hook, mark-diary-entries-hook)
12123 (nongregorian-diary-marking-hook, diary-list-include-blanks)
12124 (holidays-in-diary-buffer, general-holidays, oriental-holidays)
12125 (local-holidays, other-holidays, hebrew-holidays-1)
12126 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
12127 (hebrew-holidays, christian-holidays, islamic-holidays)
12128 (bahai-holidays, solar-holidays, calendar-setup)
12129 (calendar-week-start-day): Remove autoload cookies.
12130 (diary-glob-file-regexp-prefix): Doc fix.
12131 (calendar-goto-info-node): Use `info' rather than `Info-find-node'.
12132 (Info-find-emacs-command-nodes, Info-find-node): Remove declarations.
12133 (calendar-week-start-day, calendar-debug-sexp): Move to start.
12134
12135 * calendar/solar.el: Remove leading `*' from defcustom doc-strings.
12136 (calendar-time-display-form, calendar-latitude)
12137 (calendar-longitude, solar-equinoxes-solstices): Remove autoload
12138 cookies.
12139 (calendar-latitude, calendar-longitude): Move functions after
12140 variables.
12141 (diary-sabbath-candles-minutes): Move to start.
12142 (solar-setup): Use or rather than if.
12143 (solar-sin-degrees, solar-cosine-degrees, solar-tangent-degrees):
12144 Remove condition-case.
12145 (solar-atn2): Use zerop.
12146 (solar-equinoxes-solstices): Doc fix.
12147
12148 * mail/supercite.el: Remove leading `*' from defcustom doc-strings.
12149 (sc-mode-map-prefix): Doc fix. Make it a defcustom.
12150
12151 * textmodes/org.el (org-agenda-sunrise-sunset): Require solar.
12152 (calendar-longitude, calendar-latitude, calendar-location-name):
12153 Declare for compiler.
12154
12155 2008-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
12156
12157 * arc-mode.el (archive-ar-file-header-re): New const.
12158 (archive-ar-summarize, archive-ar-extract): New funs.
12159 (archive-find-type): Recognize ar archives.
12160
12161 * vc-bzr.el (vc-bzr-resolve-when-done, vc-bzr-find-file-hook):
12162 New functions.
12163
12164 * info.el (Info-bookmark-make-cell): Don't use the info-node argument.
12165
12166 2008-03-06 Lennart Borgman <lennart.borgman@gmail.com>
12167
12168 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
12169 Replace :enable (mark-active) with :enable mark-active.
12170
12171 2008-03-06 Juanma Barranquero <lekktu@gmail.com>
12172
12173 * vms-patch.el (make-legal-file-name): New obsolete alias.
12174 (make-valid-file-name): Rename from `make-legal-file-name'.
12175 (make-auto-save-file-name): Use it.
12176
12177 * calendar/calendar.el (calendar-date-is-legal-p): New obsolete alias.
12178 (calendar-date-is-valid-p): Rename from `calendar-date-is-legal-p'.
12179 (calendar-date-is-visible-p, mark-visible-calendar-date): Use it.
12180
12181 * textmodes/org.el (org-export-html-style): Doc fix.
12182 (org-get-legal-level): New obsolete alias.
12183 (org-get-valid-level): Rename from `org-get-legal-level'.
12184 (org-promote, org-demote, org-archive-subtree)
12185 (org-remember-handler, org-refile, org-put-clock-overlay): Use it.
12186
12187 2008-03-06 Jan Djärv <jan.h.d@swipnet.se>
12188
12189 * term/x-win.el (x-gtk-stock-map): Add bookmark_add.
12190
12191 * vc.el (vc-status-tool-bar-map, vc-status-toggle-mark-file)
12192 (vc-status-toggle-mark): New functions.
12193 (vc-status-mode): Set tool bar map.
12194
12195 2008-03-05 Chong Yidong <cyd@stupidchicken.com>
12196
12197 * emacs-lisp/lisp.el (parens-require-spaces): Doc fix.
12198 Reported by Drew Adams <drew.adams@oracle.com>.
12199
12200 2008-03-05 Kenichi Handa <handa@ni.aist.go.jp>
12201
12202 * subr.el (read-quoted-char): Resolve modifiers of the character
12203 event.
12204
12205 * comint.el (comint-exec-1): Don't change the coding-system for
12206 decoding to dos-like EOL.
12207 (comint-carriage-motion): Fully rewrite.
12208
12209 2008-03-05 Juanma Barranquero <lekktu@gmail.com>
12210
12211 * epg.el (epg-context-include-certs): Reflow docstring.
12212 (epg-start-sign-keys, epg-sign-keys, epg-context-armor)
12213 (epg-context-signers, epg-context-sig-notations, epg-context-set-armor)
12214 (epg-context-set-signers, epg-context-set-sig-notations)
12215 (epg-make-import-status, epg-make-import-result)
12216 (epg-start-delete-keys): Fix typos in docstrings.
12217 (epg-start-sign-keys, epg-sign-keys):
12218 Fix typos in obsolescence declarations.
12219
12220 * iswitchb.el: Don't check for `cadr' and `last'.
12221 (iswitchb-define-mode-map, iswitchb-default-keybindings):
12222 Add obsolescence declaration and remove redundant info from docstring.
12223 (iswitchb-set-common-completion, iswitchb-set-matches)
12224 (iswitchb-get-matched-buffers, iswitchb-visit-buffer): Use `let'.
12225 (recentf-list, most-len, most-is-exact):
12226 Don't wrap defvars within `eval-when-compile'.
12227
12228 2008-03-05 Glenn Morris <rgm@gnu.org>
12229
12230 * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
12231 * ediff-init.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
12232 * ediff-diff.el, ediff-help.el, ediff-hook.el, ediff-init.el:
12233 * ediff-mult.el, ediff-util.el, ediff-wind.el: Expand all
12234 ediff-cond-compile-for-xemacs-or-emacs calls to a featurep test.
12235
12236 * ediff-hook.el (ediff-window-setup-function): Don't autoload
12237 declaration for compiler.
12238 (ediff-xemacs-init-menus): Use when rather than if.
12239
12240 * ediff-init.el (top-level, ediff-frame-iconified-p): Simplify
12241 if+and to just and.
12242 (ediff-read-event, ediff-overlayp, ediff-make-overlay)
12243 (ediff-delete-overlay): Move the XEmacs test inside the definition.
12244
12245 * ediff-mult.el (ediff-get-meta-info): Use or and unless rather than if.
12246
12247 * ediff-util.el (ediff-kill-bottom-toolbar): Place (ediff-use-toolbar-p)
12248 test inside XEmacs test.
12249 (ediff-make-bottom-toolbar): Place whole cond inside XEmacs test,
12250 since it was doing nothing on Emacs.
12251 (ediff-make-bullet-proof-overlay): Use when rather than if.
12252
12253 * ediff-wind.el (ediff-select-lowest-window): Use when rather than if.
12254 (ediff-setup-control-frame): Remove
12255 ediff-cond-compile-for-xemacs-or-emacs, since it is already inside
12256 a (featurep 'xemacs) test.
12257
12258 2008-03-05 Jay Belanger <jay.p.belanger@gmail.com>
12259
12260 * calc/calc-ext.el (calc-extended-command-history): New variable.
12261 (calc-execute-extended-command): Use `calc-extended-command-history'.
12262
12263 2008-03-05 Dan Nicolaescu <dann@ics.uci.edu>
12264
12265 * bindings.el (mode-line-remote): Add mouse-face. Improve tooltip.
12266 (standard-mode-line-position): Add mouse-face.
12267
12268 * progmodes/compile.el (compilation-menu-map, compilation-mode-map):
12269 * progmodes/grep.el (grep-mode-map): Add :help.
12270
12271 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Define and
12272 initialize in one step. Add :help. Use :enable to activate menu
12273 items. Show the key binding for edebug-defun.
12274 (lisp-interaction-mode-map): Add a menu.
12275
12276 * term.el (term-mode-map): Define and initialize in one step.
12277
12278 * ediff-init.el (ediff-color-display-p): Simplify.
12279 (Xor): Remove unused function.
12280 (ediff-with-syntax-table): Simplify for Emacs.
12281
12282 * ediff-hook.el (menu-bar-ediff-menu): Don't depend on the
12283 menu-bar being loaded, it always is.
12284
12285 2008-03-05 Glenn Morris <rgm@gnu.org>
12286
12287 * textmodes/tex-mode.el (tex-mode): Suppress warning about
12288 multiple definitions when compiling.
12289
12290 2008-03-04 Alan Mackenzie <acm@muc.de>
12291
12292 * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix coding bug.
12293
12294 * progmodes/cc-langs.el (c-before-font-lock-function): Fix bug in
12295 doc-string, "c-old-LEN" -> "c-old-END".
12296
12297 2008-03-04 Jason Rumney <jasonr@gnu.org>
12298
12299 * nxml/rng-nxml.el (rng-preferred-prefix-alist): Add dublin core
12300 namespaces.
12301
12302 2008-03-04 Glenn Morris <rgm@gnu.org>
12303
12304 * textmodes/tex-mode.el (tex-cmd-bibtex-args): Add :version and :group.
12305
12306 * ediff-init.el (ediff-clear-fine-diff-vector): Use mapc rather
12307 than mapcar.
12308
12309 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
12310
12311 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
12312 (byte-compile-nilconstp): Can't use recursion in a defsubst.
12313
12314 * textmodes/tex-mode.el (latex-mode): Remove % from paragraph-separate
12315 so that M-q can fill comments.
12316 (tex-executable-exists-p, tex-compile): Extend with special syntax for
12317 commands implemented in elisp.
12318 (tex-compile-commands): Add an entry to use doc-view for pdf files.
12319 (tex-format-cmd): New function.
12320 (tex-compile): Use it to let the user specify default arguments.
12321 (tex-cmd-bibtex-args): New var.
12322 (tex-cmd-doc-view): New function.
12323
12324 2008-03-03 Juanma Barranquero <lekktu@gmail.com>
12325
12326 * faces.el (face-spec-set): Fix typos in docstring.
12327
12328 2008-03-03 Dan Nicolaescu <dann@ics.uci.edu>
12329
12330 * bindings.el (mode-line-column-line-number-mode-map): New variable.
12331 (standard-mode-line-position): Use it to add a menu for toggling
12332 column number and line number display.
12333
12334 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
12335
12336 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
12337 Remove optimization that was working around the form-code-walker bug.
12338
12339 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
12340 Walk into the body of lambdas after byte-compile-unfold-lambda.
12341
12342 2008-03-03 Glenn Morris <rgm@gnu.org>
12343
12344 * emulation/viper-util.el (viper-frame-value): Prefer buffer-local
12345 value, if set, over frame value.
12346
12347 * simple.el (transient-mark-mode): Don't turn on by default.
12348
12349 * net/tls.el (open-tls-stream): Restore the 2007-11-04 change
12350 accidentally removed by the 2007-12-05 merge from Gnus.
12351
12352 2008-03-02 Dan Nicolaescu <dann@ics.uci.edu>
12353
12354 * progmodes/compile.el (compilation-menu-map): Add menu entries
12355 for useful options.
12356
12357 2008-03-01 Dan Nicolaescu <dann@ics.uci.edu>
12358 Glenn Morris <rgm@gnu.org>
12359
12360 * emacs-lisp/bytecomp.el (byte-recompile-directory)
12361 (byte-compile-file, batch-byte-compile, batch-byte-compile-file):
12362 Give a `bytecomp-' prefix to local variables with common names.
12363
12364 2008-03-01 Glenn Morris <rgm@gnu.org>
12365
12366 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Restore
12367 code commented out 2007-11-10.
12368
12369 * emulation/edt.el (zmacs-region-stays): Define for compiler once only.
12370
12371 * emulation/viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
12372 Delete macro.
12373 * emulation/viper-cmd.el, emulation/viper-ex.el:
12374 * emulation/viper-init.el, emulation/viper-keym.el:
12375 * emulation/viper-mous.el, emulation/viper-util.el:
12376 * emulation/viper.el:
12377 Expand all viper-cond-compile-for-xemacs-or-emacs calls to a
12378 featurep test.
12379
12380 Replace obsolete frame-local variables with frame-parameters.
12381 * emulation/viper-init.el (viper-replace-overlay-cursor-color)
12382 (viper-insert-state-cursor-color, viper-emacs-state-cursor-color)
12383 (viper-vi-state-cursor-color): Only call make-variable-frame-local
12384 on XEmacs.
12385 * emulation/viper-util.el (viper-frame-value): New macro.
12386 * emulation/viper-cmd.el (viper-insert-state-post-command-sentinel)
12387 (viper-R-state-post-command-sentinel)
12388 (viper-replace-state-post-command-sentinel)
12389 (viper-change-state-to-insert, viper-change-state-to-emacs):
12390 * emulation/viper-util.el (viper-set-cursor-color-according-to-state)
12391 (viper-save-cursor-color, viper-get-saved-cursor-color-in-replace-mode)
12392 (viper-get-saved-cursor-color-in-insert-mode)
12393 (viper-get-saved-cursor-color-in-emacs-mode, viper-set-replace-overlay):
12394 Use viper-frame-value for viper-replace-overlay-cursor-color,
12395 viper-emacs-state-cursor-color, viper-insert-state-cursor-color, and
12396 viper-vi-state-cursor-color values.
12397
12398 * emulation/viper-cmd.el (zmacs-region-stays):
12399 * emulation/viper-util.el (zmacs-region-stays): No need to define
12400 for compiler.
12401
12402 * emulation/viper-keym.el (viper-add-keymap): Use mapc rather than
12403 mapcar on Emacs.
12404
12405 * emulation/viper-mous.el (viper-counting-clicks-p): Only define
12406 on XEmacs.
12407
12408 * emulation/viper-util.el (viper-set-minibuffer-overlay): Use when
12409 rather than if.
12410
12411 2008-03-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12412
12413 * whitespace.el: New version 9.3. As the glyph code generation was
12414 fixed, it is possible now to use character code above ?\x1FFFF in the
12415 display table. Fix `whitespace-indentation-regexp' to not include an
12416 extra ending character. Reported by Michael Welsh Duggan
12417 <mwd@cert.org>. Added hook actions when buffer is written or killed as
12418 the original whitespace package had. Suggested by Eric Cooper
12419 <ecc@cmu.edu>. Doc fix.
12420 (whitespace-action): New option.
12421 (whitespace-display-mappings): Changed default newline visualization to
12422 display downwards arrow, as the glyph code generation was fixed.
12423 (whitespace-unload-function): Assure that all local whitespace mode is
12424 turned off.
12425 (whitespace-global-modes): Fix type customization.
12426 (whitespace-mode, global-whitespace-mode, whitespace-cleanup-region)
12427 (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
12428 (whitespace-turn-off, whitespace-color-on, whitespace-display-char-on):
12429 Fix code.
12430 (whitespace-buffer): Command removed.
12431 (whitespace-trailing-regexp, whitespace-mark-x)
12432 (whitespace-display-window, whitespace-action-when-on)
12433 (whitespace-add-local-hook, whitespace-remove-local-hook)
12434 (whitespace-write-file-hook, whitespace-kill-buffer-hook)
12435 (whitespace-action): New funs.
12436 (whitespace-report-list, whitespace-report-text)
12437 (whitespace-report-buffer-name): New consts.
12438 (whitespace-report, whitespace-report-region): New commands.
12439
12440 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
12441
12442 * disp-table.el (make-glyph-code): Don't test the result of
12443 `face-id', which already signals an error for invalid faces.
12444 (glyph-face): Simplify.
12445
12446 * desktop.el (desktop-read): Set `desktop-dirname' to nil before
12447 running `desktop-not-loaded-hook' to allow modifying it.
12448 Don't show warning message if `desktop-dirname' was modified.
12449
12450 2008-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
12451
12452 * diff-mode.el (diff-sanity-check-hunk): Only accept an empty line if
12453 we still expect more lines.
12454
12455 * textmodes/fill.el (fill-comment-paragraph): Don't try to do
12456 comment-paragraph filling if the commark doesn't match
12457 comment-start-skip.
12458
12459 2008-03-01 Daiki Ueno <ueno@unixuser.org>
12460
12461 * international/utf-7.el (utf-7-encode): Never skip the trailing - for
12462 the `imap' variant.
12463
12464 2008-03-01 Jason Rumney <jasonr@gnu.org>
12465
12466 * files.el (make-auto-save-file-name): Encode more characters in
12467 non-file buffer names. Use url-encoding.
12468
12469 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
12470
12471 * net/net-utils.el (ftp-program): Fix typo in docstring.
12472 (ifconfig-program-options, netstat-program-options)
12473 (arp-program-options, route-program-options, nslookup-program-options)
12474 (ftp-program-options, smbclient-program-options)
12475 (dns-lookup-program-options, arp, route): Doc fixes.
12476
12477 * progmodes/gdb-ui.el (gdb-pc-address, gdb-source-file-list)
12478 (gdb-cpp-define-alist-program, gdb-mouse-jump, gdb-get-buffer-create)
12479 (gdb-set-gud-minor-mode-existing-buffers-1, gdb-debug-log):
12480 Fix typos in docstrings.
12481 (gdb-pending-triggers): Reflow docstring.
12482 (gdb, gdb-init-1): Fix typos in docstrings of gud-def definitions.
12483
12484 2008-03-01 Alan Mackenzie <acm@muc.de>
12485
12486 * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix a bug on
12487 typing "#" at EOB.
12488
12489 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
12490
12491 * emulation/cua-base.el (cua-remap-control-z): Fix typo in docstring.
12492
12493 2008-02-29 Kim F. Storm <storm@cua.dk>
12494
12495 * emulation/cua-base.el (cua-remap-control-v)
12496 (cua-remap-control-z): New defcustoms.
12497 (cua-mode): Add them to set-after property.
12498 (cua--init-keymaps): Use them.
12499 Add C-x/C-c home, end, next, and prior to cua--prefix-repeat-keymap.
12500
12501 * help.el (view-emacs-todo): Rename from view-todo.
12502 (describe-gnu-project): Rename from describe-project. Users changed.
12503 (view-help-file): New helper function.
12504 (describe-distribution, describe-copying, describe-gnu-project)
12505 (view-todo, view-order-manuals, view-emacs-problems): Use it.
12506 (view-emacs-debugging, view-external-packages): New commands.
12507 (help-map): Move describe-distribution to C-h C-o (ordering).
12508 Move view-emacs-problems to C-h C-p (problems).
12509 Bind view-emacs-debugging to C-h C-d (debugging).
12510 Bind view-external-packages to C-h C-e (extras).
12511 (help-for-help-internal): Cleanup and align descriptions.
12512 Remove command names to reduce clutter.
12513
12514 2008-02-29 Nick Roberts <nickrob@snap.net.nz>
12515
12516 * vc.el (vc-set-mode-line-busy-indicator): Use shorter message
12517 and quieter face (not a warning).
12518
12519 2008-02-29 Dan Nicolaescu <dann@ics.uci.edu>
12520
12521 * vc.el (vc-status-crt-marked): New variable.
12522 (vc-status-mode): Make it local.
12523 (vc-status-refresh): Use it to save the marked files.
12524 (vc-update-vc-status-buffer): Use it to restore the marked files.
12525
12526 * vc-svn.el (vc-svn-after-dir-status):
12527 * vc-hg.el (vc-hg-after-dir-status): Clean up the temporary buffer.
12528
12529 2008-02-29 Glenn Morris <rgm@gnu.org>
12530
12531 * allout.el (allout-topic-encryption-bullet)
12532 (allout-passphrase-verifier-handling, allout-passphrase-hint-handling)
12533 (allout-encrypt-unencrypted-on-saves): Change defcustom :version
12534 from 22.0 to 22.1.
12535
12536 * net/imap.el (imap-ping-server):
12537 * net/tls.el (tls-checktrust, tls-untrusted, tls-hostmismatch):
12538 Change defcustom :version from 23.0 to 23.1.
12539
12540 2008-02-29 Juanma Barranquero <lekktu@gmail.com>
12541
12542 * desktop.el (desktop-save): Save the buffer name if the
12543 uniquified base name is empty.
12544
12545 2008-02-29 Nick Roberts <nickrob@snap.net.nz>
12546
12547 * progmodes/gdb-ui.el (gdb-info-stack-custom): Apply function-name-face
12548 correctly when user has "set print address off".
12549
12550 2008-02-28 Juanma Barranquero <lekktu@gmail.com>
12551
12552 * cus-edit.el (custom-mode, custom-mode-hook): Use 23.1 as
12553 version number of the next major Emacs release, not 23.0.
12554
12555 * longlines.el (longlines-unload-function): New function.
12556
12557 2008-02-28 Juri Linkov <juri@jurta.org>
12558
12559 * startup.el (normal-splash-screen): Add argument `concise'.
12560 Remove unused binding `prev-buffer'. Let-bind `splash-buffer'
12561 to the created buffer. If `concise' is non-nil, call
12562 `display-buffer', otherwise `switch-to-buffer'. Doc fix.
12563 (display-startup-screen): Add argument `concise' to the call to
12564 `normal-splash-screen'.
12565
12566 2008-02-28 Kim F. Storm <storm@cua.dk>
12567
12568 * startup.el (startup-echo-area-message): Check for about-emacs.
12569
12570 2008-02-28 Juri Linkov <juri@jurta.org>
12571
12572 * startup.el: Always add initial message to *scratch* buffer if
12573 `initial-scratch-message' is non-nil regardless of the value of
12574 `inhibit-startup-screen'.
12575 (inhibit-startup-screen, initial-scratch-message): Doc fix.
12576 (command-line-1): Move code that inserts `initial-scratch-message'
12577 up before the if-form that checks for `inhibit-startup-screen'.
12578 Suggested by Jonathan Rockway <jon@jrock.us>.
12579
12580 2008-02-28 Juri Linkov <juri@jurta.org>
12581
12582 * cus-edit.el (custom-mode-map, custom-mode-link-map):
12583 Rename `custom-mode' to `Custom-mode' in docstrings.
12584 (custom-buffer-create-internal, customize-browse):
12585 Rename `custom-mode' to `Custom-mode'.
12586 (custom-mode-hook): Rename to `Custom-mode-hook'.
12587 (Custom-mode-hook): Renamed from `custom-mode-hook'.
12588 (custom-mode): Rename to `Custom-mode'.
12589 (Custom-mode): Renamed from `custom-mode'. Doc fix.
12590 (custom-mode): Add backward-compatible non-interactive variant of
12591 `Custom-mode' that simply calls `Custom-mode'. Mark it obsoleted.
12592 (custom-mode-hook): Mark it as obsolete alias of `Custom-mode-hook'.
12593
12594 * info-look.el: Rename `custom-mode' to `Custom-mode'.
12595
12596 * emulation/viper.el (viper-emacs-state-mode-list):
12597 Rename `custom-mode' to `Custom-mode'.
12598
12599 * menu-bar.el (menu-bar-search-menu, menu-bar-replace-menu):
12600 Capitalize "Tagged Files".
12601 (minibuffer-local-map): Add menu items for next/previous
12602 history elements and isearch history forward/backward.
12603
12604 * progmodes/hideshow.el (hs-minor-mode-menu): Compare
12605 `hs-isearch-open' with t instead of `comment' in :selected
12606 for "Code and Comment blocks" menu item.
12607
12608 2008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
12609
12610 * uniquify.el (uniquify-buffer-base-name): Undo last change.
12611 Should be done in desktop.el instead.
12612
12613 2008-02-28 Glenn Morris <rgm@gnu.org>
12614
12615 * autoinsert.el (auto-insert-alist): Update to FDL 1.2.
12616
12617 * emacs-lisp/byte-run.el (make-obsolete): Doc fix.
12618
12619 * mail/emacsbug.el: Remove leading `*' from defcustom doc-strings.
12620 (Info-menu, Info-goto-node): Remove declarations.
12621 (report-emacs-bug-info): Use info rather than Info-goto-node.
12622
12623 * progmodes/idlwave.el (Info-goto-node): Remove declaration.
12624 (idlwave-convert-xml-system-routine-info): Don't require xml.
12625 (idlwave-show-commentary, idlwave-shell-show-commentary):
12626 Don't require finder.
12627 (idlwave-info): Don't require info. Use info rather than
12628 Info-goto-node.
12629
12630 * textmodes/org.el (Info-goto-node): Remove declaration.
12631 (org-info): Use info rather than Info-goto-node.
12632
12633 * textmodes/reftex.el (reftex-show-commentary): Don't require finder.
12634 (reftex-info): Don't require info. Use info rather than Info-goto-node.
12635
12636 2008-02-28 Dan Nicolaescu <dann@ics.uci.edu>
12637
12638 * progmodes/hideshow.el (hs-minor-mode-menu): Add some options to
12639 the menu.
12640
12641 * vc.el (vc-deduce-fileset, vc-next-action, vc-start-entry)
12642 (vc-finish-logentry): Check for vc-status-mode, not only for
12643 vc-dired-mode.
12644
12645 2008-02-28 Kenichi Handa <handa@ni.aist.go.jp>
12646
12647 * isearch.el (isearch-printing-char): Don't check
12648 keyboard-coding-system.
12649 Call isearch-process-search-multibyte-characters only when
12650 current-input-method is non-nil.
12651
12652 2008-02-27 Kim F. Storm <storm@cua.dk>
12653
12654 * disp-table.el (make-glyph-code): Encode as cons if face id > 63.
12655 (glyph-char, glyph-face): Handle cons encoding.
12656
12657 2008-02-27 Juanma Barranquero <lekktu@gmail.com>
12658
12659 * uniquify.el (uniquify-buffer-base-name): If the base name is an
12660 empty string, return nil to allow the caller to default to the
12661 buffer name. Reported by Martin Fischer <parozusa@web.de>.
12662
12663 * tool-bar.el (tool-bar-setup): Doc fix.
12664
12665 * mail/supercite.el (sc-describe):
12666 Fix typos in obsolescence declaration.
12667
12668 2008-02-27 Glenn Morris <rgm@gnu.org>
12669
12670 * autoinsert.el (auto-insert-alist): Change permission text to
12671 match FSF's GPLv3 form.
12672
12673 * mail/supercite.el (sc-cite-original): Doc fix.
12674 (sc-version): Make obsolete.
12675 (sc-describe): Show the SC info page. Make obsolete.
12676
12677 2008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
12678
12679 * simple.el (set-mark-command): Deactivate mark on second C-SPC C-SPC
12680 when using transient-mark-mode.
12681 (default-indicate-unused-lines): Remove unused var.
12682
12683 2008-02-26 Jan Djärv <jan.h.d@swipnet.se>
12684
12685 * progmodes/grep.el (grep-mode-tool-bar-map): Change place on next
12686 and previous.
12687
12688 * progmodes/compile.el (compilation-mode-tool-bar-map): The same.
12689
12690 2008-02-26 Glenn Morris <rgm@gnu.org>
12691
12692 * net/net-utils.el (top-level): Don't require comint when compiling.
12693 (nslookup-font-lock-keywords): Don't require font-lock.
12694 Use font-lock faces rather than variables.
12695 (nslookup, ftp, smbclient, network-service-connection):
12696 Don't require comint.
12697 (comint-prompt-regexp, comint-input-autoexpand)
12698 (comint-input-ring): Declare for compiler.
12699 (comint-mode, ffap-string-at-point, comint-exec): Autoload.
12700 (dns-lookup-host): Don't require ffap. Remove `with-no-warnings'.
12701
12702 * ibuffer.el (ibuffer-do-toggle-read-only): Don't use `iff' in
12703 doc-string.
12704
12705 2008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
12706
12707 * doc-view.el (doc-view-current-page): Add a `win' argument.
12708
12709 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
12710
12711 * doc-view.el (doc-view-conversion-buffer): Give it an internal name.
12712 Demote it to plain defvar.
12713 (doc-view-conversion-refresh-interval): Reduce interval.
12714 (doc-view-goto-page): Allow moving to pages not yet rendered.
12715 (doc-view-goto-page): Construct a file name rather than extracting it
12716 from doc-view-current-files.
12717 (doc-view-kill-proc): Ignore errors from kill-process.
12718 (doc-view-pdf/ps->png-sentinel): Die gracefully if the buffer is dead.
12719 (doc-view-insert-image): Use appropriate text if the page hasn't been
12720 rendered yet. Adjust scrolling so the text is displayed.
12721 (doc-view-display): Detect not just that a page is available, but also
12722 that it wasn't available before, so as to avoid refreshing all pages
12723 repeatedly.
12724 (doc-view-mode): Make doc-view-cache-directory if needed.
12725
12726 2008-02-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12727
12728 * ibuffer.el (ibuffer-do-toggle-read-only): New optional arg as in
12729 toggle-read-only.
12730
12731 * textmodes/bibtex.el (bibtex-format-entry): Handle error message
12732 refering to a missing required field with the OPT prefix.
12733 Make unwindform more robust.
12734
12735 * textmodes/bibtex.el: Remove support for hideshow minor mode as
12736 it duplicates the bibtex support in progmodes/hideshow.el.
12737 * progmodes/hideshow.el (hs-special-modes-alist): Allow bibtex
12738 entries that do not start at the beginning of a line.
12739
12740 2008-02-25 Chong Yidong <cyd@stupidchicken.com>
12741
12742 * files.el (shell-quote-wildcard-pattern): Quote ' and " as well.
12743
12744 2008-02-25 Robert J. Chassell <bob@rattlesnake.com>
12745
12746 * help-fns.el (describe-variable): Add phrases about
12747 initialization file with and without customization;
12748 use new button type help-info-variable.
12749
12750 * help-mode.el (help-info-variable):
12751 New button able to read Info files for help-fns.el.
12752
12753 2008-02-25 Jan Djärv <jan.h.d@swipnet.se>
12754
12755 * progmodes/grep.el (grep-mode-tool-bar-map): New variable.
12756 (grep-mode): Use grep-mode-tool-bar-map.
12757
12758 * progmodes/compile.el (tool-bar): Require tool-bar.
12759 (compilation-mode-tool-bar-map): New variable.
12760 (compilation-mode): Use compilation-mode-tool-bar-map.
12761
12762 * term/x-win.el (x-gtk-stock-map): Add cancel. Remove extensions.
12763
12764 2008-02-25 Glenn Morris <rgm@gnu.org>
12765
12766 * vc-sccs.el (vc-sccs-diff): Fix setting of oldvers and newvers.
12767
12768 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
12769
12770 * diff-mode.el (diff-file-junk-re): New const.
12771 (diff-beginning-of-file-and-junk): Use it.
12772 (diff-file-kill): Make sure we were really inside a file diff.
12773
12774 * diff-mode.el: Make it more robust in the presence of empty context
12775 lines in unified hunks.
12776 (diff-valid-unified-empty-line): New var.
12777 (diff-unified->context, diff-sanity-check-hunk): Obey it.
12778 (diff-end-of-hunk): Obey it. New arg `donttrustheader'.
12779 (diff-fixup-modifs, diff-post-command-hook): Use this new arg.
12780 (diff-hunk-header-re-unified): New const.
12781 (diff-font-lock-keywords, diff-hunk-header-re, diff-split-hunk)
12782 (diff-fixup-modifs, diff-unified->context, diff-next-complex-hunk)
12783 (diff-sanity-check-hunk): Use it.
12784
12785 * diff-mode.el (diff-beginning-of-file-and-junk): If we're on the
12786 Index: line, don't search backward for the previous one.
12787
12788 2008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
12789
12790 * international/fontset.el (setup-default-fontset): Add non-OTF
12791 lao font for lao script.
12792
12793 * language/tibetan.el: Register tibetan-composition-function in
12794 composition-function-table.
12795
12796 * language/tibet-util.el (tibetan-composition-function):
12797 Adjust for the new calling way (argument changed). Try font-shape-text
12798 if possible.
12799
12800 * language/lao.el: Register lao-composition-function in
12801 composition-function-table.
12802
12803 * language/lao-util.el (lao-composition-function): Adjust for the new
12804 calling way (argument changed). Try font-shape-text if possible.
12805
12806 2008-02-25 Jason Rumney <jasonr@gnu.org>
12807
12808 * files.el (file-name-invalid-regexp): Fix octal/decimal confusion.
12809
12810 2008-02-25 Juri Linkov <juri@jurta.org>
12811
12812 * isearch.el (isearch-fail): Use "RosyBrown1" for a light
12813 background, "red4" for a dark background, "red" for 16 and
12814 8 colors, "grey" for grayscale, and inverse video otherwise.
12815 Add :version tag.
12816 (isearch-message): Keep the original isearch-message intact, and
12817 add text properties to it where necessary. Add `isearch-error' to
12818 the condition that checks if isearch is unsuccessful.
12819
12820 2008-02-24 Juri Linkov <juri@jurta.org>
12821
12822 * progmodes/compile.el (compilation-handle-exit):
12823 Use compilation-error face instead of font-lock-warning-face.
12824 Display the same message in the minibuffer as is inserted
12825 at the end of the compilation buffer.
12826
12827 2008-02-24 Glenn Morris <rgm@gnu.org>
12828
12829 * vc-cvs.el (vc-cvs-register): Fix registering of directories in
12830 multiple file case.
12831
12832 * vc-mcvs.el (vc-mcvs-register): Fix let-binding (for use of `file').
12833
12834 * vc-rcs.el (vc-rcs-register): Fix treatment of directories in
12835 multiple file case. Use a single `let' rather than two.
12836
12837 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
12838
12839 * progmodes/compile.el (compilation-start): Specify a face for
12840 mode-line-process.
12841 (compilation-handle-exit): Specify a face and a tooltip for
12842 mode-line-process.
12843
12844 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
12845
12846 * hilit-chg.el: Remove spurious * in defcustom docstrings.
12847 (hilit-chg-make-ov): Simplify.
12848 (hilit-chg-fixup): Use remove-overlays.
12849 (hilit-chg-set-face-on-change): Remove redundant call to
12850 `remove-text-properties'.
12851
12852 * dired.el (dired-mark-prompt): Don't count/display the t element.
12853 Reported by Carsten Blaauw <it-media.blaauw@daimler.com>.
12854
12855 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
12856
12857 * progmodes/verilog-mode.el (eval-when-compile): Don't define
12858 add-submenu.
12859 (verilog-xemacs-menu): Add :keys for C-M-a, C-M-e and C-M-h.
12860 Remove. Move contents to the only use ...
12861 (verilog-menu): ... here.
12862 (verilog-statement-menu): Remove. Move contents to the only use ...
12863 (verilog-stmt-menu): ... here.
12864 (verilog-mark-defun): Simply call mark-defun for emacs.
12865 (occur-pos-list): Declare for byte compiler.
12866 (mode-popup-menu): Don't defvar.
12867 (verilog-add-statement-menu): Remove.
12868 (verilog-mode-hook): Don't add verilog-add-statement-menu.
12869 (verilog-mode): Call easy-menu-add and set mode-popup-menu for XEmacs.
12870
12871 2008-02-24 Michael McNamara <mac@mail.brushroad.com>
12872
12873 * progmodes/verilog-mode.el (verilog-xemacs-menu): Remove XEmacs
12874 conditional.
12875 (verilog-font-grouping-keywords-face): Make the begin..end
12876 keywords standout more than other verilog keywords.
12877 (verilog-type-font-keywords): Move the begin..end out of this list
12878 to facilitate making them to (potentially) stand out more.
12879 (verilog-backward-token): Fix indent of bare always{_*}?, initial,
12880 function & task blocks.
12881 (verilog-behavioral-block-beg-re): Fix indent of bare always{_*}?,
12882 initial, function & task blocks.
12883 (verilog-forward-sexp): Handle the new "disable fork" statement of
12884 IEEE-1800 Verilog.
12885 (verilog-beg-block-re-ordered): Handle the new "disable fork"
12886 statement of IEEE-1800 Verilog.
12887 (verilog-calc-1): Handle the new "disable fork" statement of
12888 IEEE-1800 Verilog.
12889 (verilog-disable-fork-re): Add const to help handle the new
12890 "disable fork" statement of IEEE-1800 Verilog.
12891 (verilog-declaration-core-re): Add port directions by themselves,
12892 with no qualification, as base item of a declaration.
12893 (verilog-pretty-declarations): Add new flag to ask it to refrain
12894 from printing to the message buffer.
12895 (verilog-pretty-expr): Add a QUIET flag to ask it to refrain from
12896 printing to the message buffer. Improve handling of the many
12897 types of expression line up.
12898 (verilog-just-one-space): Remove printing of an empty message.
12899 (verilog-get-lineup-indent): Rework to support the better handling
12900 of expression lineup for verilog-pretty-expr.
12901 (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
12902
12903 2008-02-24 Alan Mackenzie <acm@muc.de>
12904
12905 * progmodes/cc-mode.el (c-extend-region-for-CPP): Bug fix from
12906 yesterday's commit.
12907
12908 2008-02-24 Nick Roberts <nickrob@snap.net.nz>
12909
12910 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint): Fall back
12911 to mouse-set-point in buffers that aren't associated with files.
12912
12913 * progmodes/gud.el: Rename menu item to "Show GUD tooltips".
12914
12915 2008-02-24 Alan Mackenzie <acm@muc.de>
12916
12917 Set of changes so that "obtrusive" syntactic elements in a
12918 C/C++/ObjC preprocessor line (e.g. an unbalanced string quote or
12919 unmatched paren) don't interact syntactically with stuff outside
12920 the CPP line.
12921
12922 * progmodes/cc-awk.el (c-awk-beyond-logical-line, c-awk-old-ByLL):
12923 Replace c-awk-end-of-logical-line and c-awk-old-EoLL to solve an
12924 off-by-one bug.
12925 (c-awk-record-region-clear-NL): Replaces c-awk-before-change, with
12926 a bit of refactoring.
12927 (c-awk-extend-and-syntax-tablify-region): Takes some of the
12928 functionality of c-awk-advise-fl-for-awk-region, which has been
12929 refactored away.
12930
12931 * progmodes/cc-defs.el (c-clear-char-property-with-value-function)
12932 (c-clear-char-property-with-value): New function and macro which
12933 remove text-properties `equal' to a supplied value.
12934
12935 * progmodes/cc-engine.el: Comment about text properties amended.
12936
12937 * progmodes/cc-fonts.el (c-cpp-matchers): Make it put regexp
12938 parens around "error\\|warning".
12939
12940 * progmodes/cc-langs.el (c-get-state-before-change-function)
12941 (c-before-font-lock-function, c-anchored-cpp-prefix):
12942 New language variables.
12943 (c-cpp-message-directives): Handle "#warning" in C, C++ and ObjC.
12944
12945 * progmodes/cc-mode.el (c-basic-common-init): C and ObjC now use
12946 syntax-table text properties.
12947 (c-common-init): Call language specific before/after-change
12948 functions at mode initialisation.
12949 (c-new-BEG, c-new-END, c-old-BOM, c-old-EOM): New variables.
12950 (c-extend-region-for-CPP, c-neutralize-CPP-line)
12951 (c-neutralize-syntax-in-CPP): New functions.
12952 (c-before-change, c-after-change): Call the new language specific
12953 change functions defined in cc-langs.el.
12954 (c-advise-fl-for-region): New macro.
12955 (awk-mode): Remove AWK specific stuff which has been refactored
12956 into language independent stuff.
12957
12958 2008-02-24 Nick Roberts <nickrob@snap.net.nz>
12959
12960 * progmodes/gdb-ui.el (gdba): Recreate as an alias for gdb.
12961 (gdb): (Re)set gdb-flush-pending-output to nil here...
12962 (gdb-init-1): ...instead of here (before gdb-prompt).
12963
12964 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
12965
12966 * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
12967 Recognize ''' just like any other char-constant.
12968
12969 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
12970
12971 * vc-hooks.el (vc-find-root): Remove initial loop because it's not
12972 careful enough. Detect the uid-change all within the main loop.
12973
12974 2008-02-24 Stefan Monnier <monnier@pastel.home>
12975
12976 * textmodes/sgml-mode.el (sgml-mode): Fix comment syntax.
12977
12978 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
12979
12980 * hilit-chg.el (highlight-save-buffer-state): New macro.
12981 (highlight-save-buffer-state, hilit-chg-set-face-on-change)
12982 (hilit-chg-clear): Use it to preserve the modified-p flag.
12983 (highlight-changes-rotate-faces): Don't mess with the undo-list.
12984
12985 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
12986
12987 * font-lock.el (font-lock-set-defaults): Unset previously set variables
12988 when needed.
12989
12990 2008-02-24 Ævar Arnfjörð Bjarmason <avar@cpan.org> (tiny change)
12991
12992 * net/rcirc.el (rcirc-url-regexp): Replace definition by copying
12993 from gnus-button-url-regexp.
12994
12995 2008-02-24 Eli Zaretskii <eliz@gnu.org>
12996
12997 * progmodes/compile.el (compilation-next-error): Doc fix.
12998 (compilation-find-file): Doc fix.
12999
13000 2008-02-24 Glenn Morris <rgm@gnu.org>
13001
13002 * net/net-utils.el (ipconfig-program, ipconfig-program-options):
13003 Add obsolete aliases to the old names.
13004
13005 2008-02-24 Richard Stallman <rms@gnu.org>
13006
13007 * net/net-utils.el (ifconfig): Rename from ipconfig.
13008 (ipconfig): Alias to ifconfig.
13009 (ifconfig-program): Rename from ipconfig-program.
13010 (ifconfig-program-options): Rename from ipconfig-program-options.
13011
13012 2008-02-24 Michael McNamara <mac@mail.brushroad.com>
13013
13014 * progmodes/verilog-mode.el (verilog-declaration-core-re):
13015 Add port directions by themselves, with no qualification, as base
13016 item of a declaration.
13017 (verilog-pretty-declarations): Add new flag that inhibits printing
13018 to the message buffer.
13019 (verilog-pretty-expr): Add new flag that inhibits printing to the
13020 message buffer. Improve handling of the many types of expression
13021 line up.
13022 (verilog-just-one-space): Don't print an empty message.
13023 (verilog-get-lineup-indent): Rework to support the better handling
13024 of expression lineup for verilog-pretty-expr.
13025 (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
13026 (verilog-mode-version, verilog-mode-release-date): Update.
13027
13028 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
13029
13030 * subr.el (cancel-change-group): Don't move point.
13031
13032 2008-02-23 Markus Triska <markus.triska@gmx.at>
13033
13034 * linum.el (linum-after-config): Update all visible windows.
13035
13036 2008-02-23 Glenn Morris <rgm@gnu.org>
13037
13038 * menu-bar.el (menu-bar-games-menu): Add Bubbles and Pong.
13039 Add :help for Solitaire and Tetris.
13040
13041 * tree-widget.el (tree-widget-lookup-image): Let-bind `file'.
13042
13043 * mail/smtpmail.el: Remove leading `*' from defcustom doc-strings.
13044 (smtpmail-code-conv-from): Doc fix. Fix custom type.
13045 (smtpmail-queue-index-file): Make it a defcustom.
13046 (smtpmail-queue-index): Delete.
13047 (smtpmail-send-it, smtpmail-send-queued-mail):
13048 Use smtpmail-queue-index-file and smtpmail-queue-dir rather than
13049 smtpmail-queue-index.
13050
13051 * net/net-utils.el (iwconfig-program, iwconfig-program-options):
13052 Add :version.
13053
13054 2008-02-23 Yoni Rabkin <yoni@rabkins.net> (tiny change)
13055
13056 * net/net-utils.el (iwconfig-program, iwconfig-program-options):
13057 New variables.
13058 (iwconfig): New function.
13059
13060 2008-02-23 Dan Nicolaescu <dann@ics.uci.edu>
13061
13062 * vc.el (vc-find-revision): Make vc-parent-buffer local before
13063 setting it.
13064 (vc-status-menu-map): Do not define using easy-menu.
13065 (vc-status-menu-map): New defalias.
13066 (vc-status-mode-map): Hook up the menu.
13067 (top-level): Update TODO.
13068
13069 * vc-hg.el (vc-hg-extra-status-menu): Return a keymap.
13070
13071 * vc-bzr.el (vc-bzr-init-version): Rename to ...
13072 (vc-bzr-init-revision): ... this.
13073
13074 2008-02-23 Jason Rumney <jasonr@gnu.org>
13075
13076 * makefile.w32-in (WINS_ALMOST): Remove term.
13077 (WINS): Add term here.
13078 (custom-deps, finder-data): Use WINS_ALMOST.
13079
13080 2008-02-22 Juanma Barranquero <lekktu@gmail.com>
13081
13082 * faces.el (font-weight-table): Fix value of `semi-light'.
13083
13084 2008-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
13085
13086 * faces.el (font-weight-table, font-slant-table, font-swidth-table):
13087 Make those tables bijective.
13088
13089 2008-02-22 Ken Manheimer <ken.manheimer@gmail.com>
13090
13091 Finish pdbtrack integration cleanup, settling missing-functions
13092 byte compiler warnings appropriately.
13093
13094 * progmodes/python.el (python-point): Remove this - beginning-of-line
13095 was all that was necessary for `python-pdbtrack-overlay-arrow'.
13096 (python-end-of-def-or-class, python-beginning-of-def-or-class)
13097 (python-goto-initial-line): Drop these - they were only needed for
13098 python-point.
13099 (python-comint-output-filter-function): Use condition-case and
13100 beginning-of-line directly, instead of python-mode.el functions
13101 which require all sorts of baggage.
13102 (point-safe): Unnecessary - we're using condition-case directly,
13103 instead.
13104 (python-execute-file): Include for python-shell, which I'm leaving
13105 in keeping despite it being unnecessary for pdb tracking.
13106
13107 2008-02-22 Peter Danenberg <pcd@wikitex.org> (tiny change)
13108
13109 * progmodes/scheme.el (scheme-font-lock-keywords-2):
13110 Add SRFI 11 support.
13111 (let-values, let*-values): Specify scheme-indent-function.
13112
13113 2008-02-22 Dan Nicolaescu <dann@ics.uci.edu>
13114
13115 * vc.el (vc-exec-after): Move setting mode-line-process in the
13116 busy case ...
13117 (vc-set-mode-line-busy-indicator): ... in this new function.
13118 (vc-status-refresh): Call vc-set-mode-line-busy-indicator.
13119 (vc-update-vc-status-buffer): Reset mode-line-process.
13120 (vc-status-mark-all-files, vc-status-unmark-all-files): Change to
13121 mark/unmark all the files with the same state as the current one.
13122 With a prefix argument mark/unmark all files.
13123 (vc-status-mode-menu): Adjust strings.
13124 (vc-update-vc-status-buffer): Only do something when the argument
13125 is not nil.
13126 (vc-status-kill-dir-status-process): New function.
13127 (vc-status-mode-map): Bind it.
13128 (vc-status-process-buffer): New variable.
13129 (vc-status-mode): Make it local.
13130 (vc-status-refresh): Set it.
13131
13132 * vc-hg.el (vc-hg-dir-status):
13133 * vc-git.el (vc-git-dir-status):
13134 * vc-svn.el (vc-svn-dir-status): Return the buffer in which the
13135 command is run.
13136
13137 2008-02-22 Glenn Morris <rgm@gnu.org>
13138
13139 * json.el (top-level): No need to require thingatpt.
13140 (json-read-keyword): Use thing-at-point rather than word-at-point.
13141
13142 * time.el (top-level): No need to require time-date when compiling.
13143
13144 * emacs-lisp/copyright.el (copyright-update-year):
13145 Fix subexpression numbering for the case when years are split over
13146 lines, and for the replace case.
13147
13148 * emulation/tpu-edt.el (tpu-have-ispell): Doc fix. Make obsolete.
13149 (tpu-caar, tpu-cadr): Delete functions.
13150 (zmacs-regions): No need to declare for compiler.
13151 (tpu-goto-breadcrumb): Use cadr rather than tpu-cadr.
13152 (tpu-spell-check): Rewrite, and handle mark after point.
13153 (tpu-special-insert): Use or rather than if.
13154
13155 * emulation/vip.el (vip-special-prefix-com): Use ispell-region
13156 rather than spell-region.
13157
13158 * textmodes/spell.el (spell-buffer, spell-word): Suppress compiler
13159 warnings about spell-region.
13160
13161 2008-02-22 Kenichi Handa <handa@ni.aist.go.jp>
13162
13163 * ldefs-boot.el: Regenerated.
13164
13165 * loadup.el: Don't load language/devanagari, language/kannada,
13166 language/malayalam, and language/tamil. Load language/sinhala.
13167
13168 * language/indian.el (indian-font-foundry)
13169 (indian-script-language-alist, indian-font-char-index-table)
13170 (indian-font-char, indian-font-char-range, indian-script-table)
13171 (indian-default-script, indian-composable-pattern): Delete them.
13172 ("Devanagari", "Kannada", "Malayalam", "Tamil"): Definitions of
13173 language environments moved to here.
13174 ("Bengali", "Punjabi", "Gujarati", "Oriya", "Telugu"):
13175 New language environments.
13176
13177 * language/devanagari.el, language/devan-util.el,
13178 * language/kannada.el, language/knd-util.el, language/malayalam.el,
13179 * language/mlm-util.el, language/tamil.el, language/tml-util.el:
13180 Delete them.
13181
13182 * language/sinhala.el: New file.
13183
13184 2008-02-21 Ken Manheimer <ken.manheimer@gmail.com>
13185
13186 Update Nick Robert's port of pdb tracking from python-mode.el.
13187
13188 * progmodes/python.el (python-pdbtrack-toggle-stack-tracking):
13189 Clarify docstring.
13190 (python-pdbtrack-minor-mode-string): A sign indicating that pdb
13191 tracking is happening.
13192 (python-pdbtrack-stack-entry-regexp): Better recognize stack traces.
13193 (python-pdbtrack-input-prompt): Better recognize PDB prompts.
13194 (comint-output-filter-functions): Add python-pdbtrack-track-stack-file.
13195 Tracking is plugged in to all comint buffers once python.el is loaded.
13196 (python-pdbtrack-overlay-arrow): Toggle activation of
13197 `python-pdbtrack-minor-mode-string' in addition to the overlay arrow.
13198 (python-pdbtrack-track-stack-file): Use new
13199 `python-pdbtrack-get-source-buffer' for more flexible access to
13200 debugging source files.
13201 (python-pdbtrack-get-source-buffer): Identify debugging target buffer
13202 according to pdb stack trace, optionally using new
13203 `python-pdbtrack-grub-for-buffer' if file is not locally available.
13204 (python-pdbtrack-grub-for-buffer): Find most recent python-mode
13205 named buffer, or having function with indicated name.
13206 (python-shell): Remove comint-output-filter-functions hook
13207 addition, it's being done elsewhere. Wrap long line.
13208
13209 2008-02-21 Michael Olson <mwolson@gnu.org>
13210
13211 * json.el: Replace XEmacs compatibility code to get rid of
13212 compiler warnings.
13213
13214 * time.el: Fix compiler warning.
13215
13216 2008-02-21 Edward O'Connor <ted@oconnor.cx>
13217
13218 * json.el: New file (JavaScript Object Notation parser / generator).
13219
13220 2008-02-21 Dave Love <fx@gnu.org>
13221
13222 * progmodes/sym-comp.el: New file.
13223
13224 * progmodes/python.el: Merge from Dave Love's 2008-01-20 version.
13225 Require sym-comp. Add Python buffer to same-window-buffer-names.
13226 Fixup whitespaces.
13227 (python-font-lock-keywords): Add highlighting for Python builtins.
13228 (python-font-lock-syntactic-keywords): Rewrite.
13229 (python-quote-syntax): Use syntax-ppss-context instead of parsing
13230 ppss directly.
13231 (python-mode-map): Add binding for python-find-function.
13232 (python-calculate-indentation): Clean up the logic.
13233 (python-beginning-of-defun): Explicitly set return value.
13234 (python-beginning-of-statement): Stop looping if we get stuck
13235 going backwards.
13236 (python-next-statement): Stop looping if we somehow end up inside
13237 a string while advancing.
13238 (python-preoutput-continuation, python-version-checked): New vars.
13239 (python-check-version): New function.
13240 (run-python): Set default command to python-command instead of
13241 python-python-command.
13242 (run-python): Use python-check-version. Give PYTHONPATH
13243 precedence over data-directory in the process environment.
13244 Load function definitions in python process after.
13245 (python-check-comint-prompt): New function.
13246 (python-send-command, python-send-receive): Use it.
13247 (python-complete-symbol, python-try-complete): Functions deleted.
13248 Use symbol-complete instead of python-complete-symbol throughout.
13249 (python-fill-paragraph): Further refine the fenced-string regexp.
13250 (def-python-skeleton): Expand to the original abbrev instead if in
13251 a comment or string. Tweak skeletons for `if', `while', `for',
13252 `try/except', `try/finally', `name'.
13253 (python-pea-hook, python-abbrev-pc-hook): New functions.
13254 (python-abbrev-syntax-table): New var.
13255 (python-mode): Add python-pea-hook to pre-abbrev-expand-hook.
13256 Use symbol-completion-try-complete for hippie expansion.
13257 Turn on font lock unconditionally.
13258 (python-mode-hook): Defcustom it. No need to use make-local
13259 variable on indent-tabs-mode in "Turn off Indent Tabs mode"
13260 option, since it's buffer-local.
13261
13262 2008-02-21 Juanma Barranquero <lekktu@gmail.com>
13263
13264 * play/hanoi.el (hanoi-internal): Set `show-trailing-whitespace' to nil.
13265
13266 2008-02-21 Drew Adams <drew.adams@oracle.com>
13267
13268 * mouse.el (minor-mode-menu-from-indicator): Create a menu with a
13269 "Turn off" and a "Help" entry when the minor mode has no menu.
13270
13271 2008-02-21 Dan Nicolaescu <dann@ics.uci.edu>
13272
13273 * vc.el (vc-status-mark, vc-status-unmark): New functions.
13274 (vc-status-mode-map, vc-status-mode-menu): Bind them instead of
13275 vc-status-mark-file and vc-status-unmark-file.
13276 (vc-status-mark-unmark): New function.
13277 (vc-status-previous-line, vc-status-next-line): No longer interactive.
13278
13279 2008-02-21 Glenn Morris <rgm@gnu.org>
13280
13281 * composite.el (encode-composition-rule): Fix typo in error message.
13282 (composition-function-table, auto-composition-mode): Doc fixes.
13283
13284 * subr.el (sit-for): Fix obsolete form for nil second argument.
13285
13286 * textmodes/spell.el (spell-buffer, spell-word, spell-region)
13287 (spell-string): Make obsolete, in favor of ispell.
13288
13289 2008-02-21 Kenichi Handa <handa@ni.aist.go.jp>
13290
13291 * language/devanagari.el: Don't setup composition-function-table
13292 here.
13293 ("Devanagari"): Change charset, coding-system, coding-priority to
13294 Unicode-based ones. Don't require the feature devan-util.
13295
13296 * composite.el (compose-chars-after): Fix arguments for a function
13297 in composition-function-table.
13298 (auto-compose-region): Likewise.
13299
13300 * ps-mule.el (ps-mule-font-info-database-bdf): Use ethio16f-uni.bdf
13301 for Ethiopic.
13302 (ps-mule-plot-string): Ignore glyph-string based compositions.
13303
13304 2008-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
13305
13306 * doc-view.el: Allow different windows to show different pages.
13307 (doc-view-current-page, doc-view-current-slice, doc-view-current-info)
13308 (doc-view-current-image, doc-view-current-overlay): Remove variables,
13309 add them back as macros instead, using image-mode-winprops instead.
13310 Update all users of those variables.
13311 (doc-view-new-window-function): New function to create a new overlay
13312 for each new window.
13313 (doc-view-mode): Use it and image-mode-setup-winprops.
13314 (doc-view-clone-buffer-hook): Rewrite accordingly.
13315
13316 * image-mode.el: Extend [hv]scroll support to per-window properties.
13317 (image-mode-current-vscroll, image-mode-current-hscroll): Remove.
13318 (image-mode-winprops-alist): New var to replace them.
13319 (image-mode-new-window-functions): New hook.
13320 (image-mode-winprops, image-mode-window-get, image-mode-window-put):
13321 New funs.
13322 (image-set-window-vscroll, image-set-window-hscroll): Use them.
13323 Remove the `window' argument, update callers.
13324 (image-mode-reapply-winprops): Rename image-reset-current-vhscroll.
13325 Use the new functions.
13326 (image-mode-reapply-winprops): New fun.
13327 (image-mode): Use it.
13328
13329 2008-02-20 Jay Belanger <jay.p.belanger@gmail.com>
13330
13331 * calc/calc-math.el (math-sin-raw): Add optional argument
13332 to keep track of original argument.
13333 (math-cos-raw): Use optional argument when calling math-sin-raw.
13334 (math-sin-raw-2, math-cos-raw-2): Check for a zero argument
13335 with close to original precision.
13336
13337 2008-02-20 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13338
13339 * textmodes/bibtex.el (bibtex-convert-alien): Do not use optional
13340 args in calls of sit-for.
13341
13342 2008-02-20 Juanma Barranquero <lekktu@gmail.com>
13343
13344 * vc-svn.el (vc-svn-program): Fix typo in docstring.
13345 (vc-svn-checkin): Fix typo in error message.
13346
13347 * help-mode.el: Require easymenu when compiling.
13348
13349 2008-02-20 Dan Nicolaescu <dann@ics.uci.edu>
13350
13351 * help-mode.el (help-mode-menu): New menu.
13352
13353 2008-02-20 Glenn Morris <rgm@gnu.org>
13354
13355 * mail/rmail.el (rmail-autodetect): Add .exe extension to movemail
13356 on Windows.
13357
13358 2008-02-20 Kenichi Handa <handa@ni.aist.go.jp>
13359
13360 * ps-mule.el (ps-mule-encode-region): Return a single string.
13361 (ps-mule-plot-string): Adjust for the above change.
13362 (ps-mule-encode-header-string): Likewise.
13363
13364 * international/latin1-disp.el (latin1-display): Don't use
13365 ucs-mule-8859-to-mule-unicode. Fix the way of resetting
13366 standard-display-table.
13367 (latin1-display-identities): Adjust for the change of what is
13368 returned by (get-language-info charset 'charset).
13369
13370 * international/mule-util.el (char-displayable-p): Fix for Latin-1
13371 characters and terminal case.
13372
13373 2008-02-19 Ken Manheimer <ken.manheimer@gmail.com>
13374
13375 Minor Adaptions by Nick Roberts <nickrob@snap.net.nz> for Emacs.
13376
13377 * progmodes/python.el: Also require comint when loading.
13378 (python-mode-map): Bind python-pdbtrack-toggle-stack-tracking.
13379 Replace python-shell with run-python on menu bar.
13380 (python-shell-map): New map.
13381 (python-default-interpreter, python-python-command-args)
13382 (python-jython-command-args, python-pdbtrack-do-tracking-p):
13383 New options.
13384 (python-which-shell, python-which-args, python-which-bufname):
13385 New buffer local variables.
13386 (python-file-queue, python-pdbtrack-is-tracking-p): New variables.
13387
13388 * progmodes/python.el (python-pdbtrack-stack-entry-regexp)
13389 (python-pdbtrack-input-prompt, python-pdbtrack-track-range):
13390 New constants.
13391
13392 Pdbtrack features:
13393
13394 (python-point, python-end-of-def-or-class)
13395 (python-beginning-of-def-or-class, python-goto-initial-line)
13396 (python-comint-output-filter-function)
13397 (python-pdbtrack-overlay-arrow)
13398 (python-pdbtrack-track-stack-file, python-toggle-shells)
13399 (python-shell, python-pdbtrack-toggle-stack-tracking)
13400 (turn-on-pdbtrack, turn-off-pdbtrack, python-sentinel):
13401 New functions.
13402
13403 2008-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
13404
13405 * net/ange-ftp.el (ange-ftp-quote-string): Return the null string
13406 when the argument is nil.
13407
13408 2008-02-19 Dan Nicolaescu <dann@ics.uci.edu>
13409
13410 * vc.el (dir-status): Add a brief description.
13411
13412 2008-02-19 Thien-Thi Nguyen <ttn@gnuvola.org>
13413
13414 * vc-hooks.el (vc-find-root): Take optional arg INVERT.
13415 If non-nil, reverse the sense of the check.
13416
13417 * vc-rcs.el (vc-rcs-root): New func.
13418 * vc-cvs.el (vc-cvs-root): New func.
13419 * vc-svn.el (vc-svn-root): New func.
13420 * vc-sccs.el (vc-sccs-root): New func.
13421
13422 2008-02-18 Kenichi Handa <handa@ni.aist.go.jp>
13423
13424 * language/japan-util.el (setup-japanese-environment-internal):
13425 Call use-cjk-char-width-table.
13426
13427 * language/japanese.el ("Japanese"): Set exit-function to
13428 use-default-char-width-table.
13429
13430 * international/characters.el: Delete occurrences of non-Unicode
13431 tibetan and ethiopic characters.
13432 (cjk-char-width-table): New variable.
13433 (use-cjk-char-width-table, use-default-char-width-table):
13434 New functions.
13435
13436 2008-02-19 Dan Nicolaescu <dann@ics.uci.edu>
13437
13438 * vc.el (vc-status-menu, vc-status-menu-map-filter): New functions.
13439 (vc-status-mode-menu): Add a :filter.
13440 (vc-status-printer): Add faces.
13441
13442 * vc-hg.el (vc-hg-extra-status-menu): New function.
13443 (vc-hg-dir-status): Clean up the buffer before using it.
13444
13445 2008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
13446
13447 * progmodes/gdb-ui.el (gdb-output-sink): Define with an invalid value.
13448 (gdb): Initialize it here instead.
13449
13450 * files.el (locate-dominating-file): Fix thinko in last change.
13451 Reported by Bruce Stephens <bruce.stephens@isode.com>.
13452
13453 2008-02-18 Dan Nicolaescu <dann@ics.uci.edu>
13454
13455 * vc.el (vc-status-mode-menu): New menu for vc-status.
13456
13457 2008-02-18 Juanma Barranquero <lekktu@gmail.com>
13458
13459 * progmodes/verilog-mode.el (customize): Fix typo in error message.
13460 (verilog-mode, verilog-mode-indent, verilog-mode-actions)
13461 (verilog-mode-auto, verilog-indent-level-module)
13462 (verilog-minimum-comment-distance, verilog-library-flags)
13463 (verilog-library-directories, verilog-library-files)
13464 (verilog-auto-reset-widths, verilog-imenu-generic-expression)
13465 (verilog-xemacs-menu, verilog-set-compile-command)
13466 (verilog-set-compile-command, verilog-mode-syntax-table, verilog-mode)
13467 (verilog-get-expr, verilog-strip-comments, verilog-one-line)
13468 (verilog-lint-off, verilog-batch-auto, verilog-batch-delete-auto)
13469 (verilog-batch-inject-auto, verilog-batch-indent)
13470 (verilog-continued-line, verilog-type-keywords)
13471 (verilog-read-sub-decls-sig, verilog-read-sub-decls-line)
13472 (verilog-read-inst-pins, verilog-read-arg-pins)
13473 (verilog-read-auto-template, verilog-read-signals, verilog-getopt-file)
13474 (verilog-add-list-unique, verilog-symbol-detick, verilog-modi-filename)
13475 (verilog-auto-star, verilog-auto-inst, verilog-auto-wire)
13476 (verilog-enum-ascii, verilog-sk-begin, verilog-sk-fork)
13477 (verilog-sk-datadef, verilog-colorize-include-files-buffer)
13478 (verilog-mode-version, verilog-mode-release-date)
13479 (verilog-mode-release-emacs, verilog-linter, verilog-coverage)
13480 (verilog-simulator, verilog-compiler)
13481 (verilog-auto-sense-defines-constant, verilog-company)
13482 (verilog-project, verilog-mark-defun, verilog-submit-bug-report):
13483 Fix typos in docstrings.
13484 (verilog-set-auto-endcomments, verilog-calculate-indent)
13485 (verilog-inject-auto, verilog-auto-arg, verilog-auto-inout-module):
13486 Reflow docstrings.
13487 (verilog-tab-always-indent, verilog-highlight-p1800-keywords)
13488 (verilog-auto-star-save, verilog-auto-inst-vector, verilog-mode-hook)
13489 (electric-verilog-forward-sexp, verilog-in-case-region-p)
13490 (verilog-in-struct-region-p, verilog-in-generate-region-p)
13491 (verilog-leap-to-head, verilog-current-indent-level)
13492 (verilog-case-indent-level, verilog-cpp-keywords)
13493 (verilog-defun-keywords, verilog-block-keywords, verilog-tf-keywords)
13494 (verilog-case-keywords, verilog-separator-keywords, verilog-completion)
13495 (verilog-signals-not-in, verilog-symbol-detick-text)
13496 (verilog-modi-cache-preserve-tick, verilog-modi-cache-preserve-buffer)
13497 (verilog-forward-close-paren, verilog-backward-open-paren)
13498 (verilog-backward-open-bracket): Doc fixes.
13499
13500 * progmodes/gud.el (gud-def, gud-last-speedbar-stackframe): Doc fixes.
13501 (gud-symbol, gud-expansion-speedbar-buttons, gud-speedbar-buttons)
13502 (gud-gdb-run-command-fetch-lines, gud-dbx-use-stopformat-p)
13503 (gud-jdb-classpath, gud-jdb-find-source-using-classpath, jdb)
13504 (gud-find-class, gdb-script-mode, gud-tooltip-event, gud-tooltip-tips):
13505 Fix typos in docstrings.
13506
13507 * w32-vars.el (w32-system-shells): Add TCC (new name for 4NT).
13508
13509 2008-02-18 Bastien Guerry <Bastien.Guerry@ens.fr>
13510
13511 * info.el (Info-read-node-name): Removed unused `default' arg.
13512
13513 2008-02-18 Thien-Thi Nguyen <ttn@gnuvola.org>
13514
13515 * vc-git.el (vc-git-after-dir-status, vc-git-dir-status): New funcs.
13516
13517 2008-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
13518
13519 * image-mode.el (image-get-display-property): New fun.
13520 (image-forward-hscroll, image-next-line, image-eol, image-eob)
13521 (image-mode, image-minor-mode, image-toggle-display-text)
13522 (image-toggle-display): Use it.
13523
13524 2008-02-18 Jason Rumney <jasonr@gnu.org>
13525
13526 * international/mule.el (xml-find-file-coding-system): Don't warn
13527 about utf-16 with BOM.
13528
13529 * nxml/nxml-mode.el (nxml-mode): Don't add a write-contents-hook.
13530
13531 * international/mule.el (sgml-xml-auto-coding-function): Detect and
13532 warn if file encoding is not utf-8 and encoding not specified.
13533 (xml-find-file-coding-system): New function.
13534 * international/mule-conf.el (file-coding-system-alist): Use it.
13535
13536 2008-02-17 Glenn Morris <rgm@gnu.org>
13537
13538 * international/mule-cmds.el (set-locale-environment):
13539 Pass `frame' to getenv for LC_MESSAGES.
13540
13541 2008-02-17 Juri Linkov <juri@jurta.org>
13542
13543 * time.el (emacs-init-time): Use format instead of format-seconds.
13544
13545 2008-02-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13546
13547 * textmodes/bibtex.el (bibtex-search-entry): Rename from
13548 bibtex-find-entry. Add autoload cookie.
13549 (bibtex-find-entry): Alias for bibtex-search-entry.
13550 (bibtex-search-crossref): Rename from bibtex-find-crossref.
13551 (bibtex-find-crossref): Alias for bibtex-search-crossref.
13552 (bibtex-clean-entry): atomic-change-group removed.
13553 (bibtex-format-entry): Use atomic-change-group. Use unwind-protect
13554 to locate buffer location where error occurred.
13555 Make error messages more specific.
13556 (bibtex-parse-keys): Only parse if buffer uses bibtex-mode.
13557
13558 2008-02-17 Dan Nicolaescu <dann@ics.uci.edu>
13559
13560 * progmodes/hideshow.el (hs-minor-mode-map): Move menu creation to
13561 top level.
13562
13563 * simple.el (transient-mark-mode): Add an :init-value.
13564
13565 * startup.el (command-line): Use custom-reevaluate-setting for
13566 transient-mark-mode.
13567
13568 2008-02-17 Michaël Cadilhac <michael@cadilhac.name>
13569
13570 * wdired.el (wdired-allow-to-change-permissions): Fix typo.
13571
13572 2008-02-16 Juri Linkov <juri@jurta.org>
13573
13574 * startup.el (after-init-time): New variable.
13575 (command-line): Set `after-init-time' to the current time.
13576
13577 * time.el (emacs-init-time): New function.
13578
13579 2008-02-16 Stefan Monnier <monnier@iro.umontreal.ca>
13580
13581 * files.el (locate-dominating-file): Remove initial loop because it's
13582 not careful enough. Detect the uid-change all within the main loop.
13583
13584 2008-02-16 Lawrence Mitchell <wence@gmx.li> (tiny change)
13585
13586 * ielm.el (ielm-is-whitespace-or-comment): Docstring fix.
13587
13588 2008-02-16 Dan Nicolaescu <dann@ics.uci.edu>
13589
13590 * vc.el (vc-annotate): Add new argument.
13591 (vc-annotate-warp-revision): Pass the current line to vc-annotate.
13592
13593 * progmodes/hideshow.el: Remove the minor-mode bookkeeping.
13594 Move make-variable-buffer-local code after the corresponding defvar.
13595 (hs-minor-mode-map): Define and initialize in one step.
13596 (hs-minor-mode): Change from defun to define-minor-mode.
13597
13598 2008-02-16 Nick Roberts <nickrob@snap.net.nz>
13599
13600 * progmodes/gud.el (gud-gdb): Don't reset gdb-ready.
13601 (gdb-ready): Move declaration...
13602
13603 * progmodes/gdb-ui.el (gdb-ready): ...to here.
13604 (gdb-early-user-input): New variable.
13605 (gdb): Reset gdb-flush-pending-output to nil and set
13606 comint-input-sender here (before gdb-prompt), instead of...
13607 (gdb-init-1): ...here.
13608 (gdb-send): If Emacs is not ready, defer user input to...
13609 (gdb-prompt): ...here.
13610
13611 2008-02-16 Glenn Morris <rgm@gnu.org>
13612
13613 * nxml/test.invalid.xml, nxml/test.valid.xml: Move to etc/nxml.
13614
13615 * startup.el (emacs-startup-time): Rename to `before-init-time'.
13616 (before-init-time): New name for `emacs-startup-time'.
13617 (command-line): Use before-init-time rather than emacs-startup-time.
13618 * time.el (emacs-uptime): Use before-init-time rather than
13619 emacs-startup-time.
13620
13621 * composite.el (composition-function-table): Doc fix.
13622
13623 * calendar/time-date.el (format-seconds): Remove `nonzero' argument
13624 in favor of `%z' specifier.
13625 (emacs-uptime): Move to time.el.
13626 * time.el (emacs-uptime): Move here from time-date.el. Add optional
13627 `format' argument. Doc fix. Use `%z' rather than removed `nonzero'
13628 argument of format-seconds.
13629
13630 2008-02-16 Dan Nicolaescu <dann@ics.uci.edu>
13631
13632 * bindings.el (mode-line-mule-info): Make the tooltips more explicit.
13633
13634 2008-02-15 Lawrence Mitchell <wence@gmx.li> (tiny change)
13635
13636 * ielm.el (ielm-is-whitespace): Remove.
13637 (ielm-is-whitespace-or-comment): New function.
13638 (ielm-eval-input): Use it.
13639
13640 2008-02-15 Jason Rumney <jasonr@gnu.org>
13641
13642 * term/mac-win.el: Fix coding tag.
13643
13644 2008-02-15 Dan Nicolaescu <dann@ics.uci.edu>
13645
13646 * vc-hooks.el (vc-menu-map):
13647 * bindings.el (mode-line-mode-menu): Add tooltips.
13648
13649 * bindings.el (help-echo): Add more tooltips. Use a less
13650 telegraphic style for existing tooltips.
13651
13652 2008-02-14 Stefan Monnier <monnier@iro.umontreal.ca>
13653
13654 * frame.el (frame-notice-user-settings): Distinguish explicit parent-id
13655 from the auto-generated one.
13656
13657 2008-02-14 Glenn Morris <rgm@gnu.org>
13658
13659 * mail/rmail-spam-filter.el (rmail-spam-filter):
13660 Let-bind message-spam-status.
13661
13662 * mail/smtpmail.el (password-cache-add): Declare as function.
13663
13664 2008-02-14 Justus Piater <Justus-bulk@Piater.name> (tiny change)
13665
13666 * mail/smtpmail.el: Use password-cache.
13667
13668 2008-02-14 Juanma Barranquero <lekktu@gmail.com>
13669
13670 * uniquify.el (uniquify-buffer-base-name): New function.
13671 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
13672
13673 * desktop.el (uniquify-managed): Don't defvar.
13674 (desktop-buffer-info): Use `uniquify-buffer-base-name', not
13675 `uniquify-managed'. Return also the buffer's base name.
13676 (desktop-save): When saving the buffer info, filter out the base name,
13677 and save it as buffer name if the buffer is managed by uniquify.
13678 (uniquify-item-base): Don't declare; not called anymore.
13679
13680 2008-02-14 Dan Nicolaescu <dann@ics.uci.edu>
13681
13682 * vc.el (vc-annotate-find-revision-at-line): New function.
13683 (vc-annotate-mode-map): Bind it.
13684 (vc-annotate-mode-menu): Add a menu entry for it. Add :help for
13685 some entries.
13686
13687 2008-02-14 Glenn Morris <rgm@gnu.org>
13688
13689 * calendar/time-date.el (format-seconds): New function.
13690 (emacs-uptime): Use format-seconds.
13691
13692 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
13693 Remove `LC_ALL=C', since it's included in $(emacs) now.
13694
13695 2008-02-14 Zhang Wei <id.brep@gmail.com>
13696
13697 * textmodes/org-publish.el (org-publish-timestamp-filename):
13698 Replace colon characters in filename too.
13699
13700 2008-02-13 Bastien Guerry <bzg@altern.org>
13701
13702 * mail/rmail.el (rmail-header-name): New face.
13703 (rmail-font-lock-keywords): Use rmail-header-name.
13704
13705 * mail/rmail-spam-filter.el (rsf-definitions-alist): Allow check
13706 against X-Spam-Status header field.
13707 (rmail-spam-filter): Also check X-Spam-Status header field.
13708
13709 2008-02-14 Mark A. Hershberger <mah@everybody.org>
13710
13711 * progmodes/flymake.el (flymake-allowed-file-name-masks):
13712 Add support for .pm files and .php files.
13713 (flymake-err-line-patterns): Add pattern for PHP errors.
13714 (flymake-php-init): New function. PHP support for flymake.
13715
13716 * progmodes/compile.el (compilation-error-regexp-alist-alist):
13717 Add regular expression for PHP errors.
13718
13719 2008-02-13 Michael Albinus <michael.albinus@gmx.de>
13720
13721 * net/ange-ftp.el (ange-ftp-quote-string): Use `shell-quote-argument'.
13722 This DTRT even on w32 machines.
13723 (ange-ftp-cf1): Quote FILENAME.
13724
13725 2008-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
13726
13727 * smerge-mode.el (smerge-auto-combine-max-separation): New var.
13728 (smerge-auto-combine): New fun.
13729
13730 2008-02-12 Juri Linkov <juri@jurta.org>
13731
13732 * startup.el (fancy-startup-screen, normal-splash-screen):
13733 Set default-directory to command-line-default-directory.
13734
13735 * desktop.el (after-init-hook): Set inhibit-startup-screen to t
13736 after reading the desktop.
13737
13738 * progmodes/compile.el (compilation-auto-jump):
13739 Call compile-goto-error only when compilation-auto-jump-to-first-error
13740 is non-nil.
13741 (compilation-scroll-output): Replace :type 'boolean with a choice
13742 that has three options including a third option `first-error'.
13743 Doc fix.
13744 (compilation-start, compilation-forget-errors): Add an alternate
13745 condition comparing compilation-scroll-output with `first-error'
13746 in addition to compilation-auto-jump-to-first-error (to call
13747 compilation-auto-jump in the proper place).
13748
13749 2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
13750
13751 * international/mule.el (sgml-html-meta-auto-coding-function):
13752 Make sure the search limit is ahead.
13753
13754 * tar-mode.el: Fix broken indentation.
13755 (tar-mouse-extract, tar-extract, tar-subfile-save-buffer):
13756 Use with-current-buffer.
13757
13758 2008-02-12 Juanma Barranquero <lekktu@gmail.com>
13759
13760 * hexl.el (hexl-mode): Don't make `font-lock-defaults' buffer-local;
13761 it is already automatically buffer-local.
13762
13763 2008-02-12 Drew Adams <drew.adams@oracle.com>
13764
13765 * help.el (describe-key): Join some split lines to facilitate filling.
13766 * help-fns.el (describe-function-1): Fill text of overlong lines.
13767
13768 2008-02-12 Kenichi Handa <handa@ni.aist.go.jp>
13769
13770 * emacs-lisp/bytecomp.el (byte-compile-lapcode):
13771 Use unibyte-string instead of string-make-unibyte.
13772
13773 * Makefile.in (AUTOGENEL): Remove charprop.el and uni-*.el.
13774
13775 2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
13776
13777 * doc-view.el (doc-view-display): Change file arg to buffer arg, so it
13778 works also for buffers w/o buffer-file-name. Update callers.
13779 (doc-view-clone-buffer-hook): New fun.
13780 (doc-view-mode): Use it for indirect clones. Mark the overlays with
13781 the `doc-view' property so they can be recognized.
13782
13783 * simple.el (clone-indirect-buffer-hook): New hook.
13784 (clone-indirect-buffer): Run it.
13785
13786 2008-02-11 Michael Olson <mwolson@gnu.org>
13787
13788 * epa-setup.el:
13789 * epg-package-info.el: Files removed.
13790
13791 2008-02-11 Daiki Ueno <ueno@unixuser.org>
13792
13793 * epa.el (epa-menu-mode): Merge into epa-mode.
13794 (epa-menu-items): Rename the label "EasyPG Assistant" to
13795 "Encryption/Decryption".
13796
13797 * epa-dired.el: Define a new minor-mode epa-dired-mode for dired.
13798 (epa-dired-mode-map): Rename from epa-dired-map.
13799 (epa-global-dired-mode): Rename the global minor mode.
13800
13801 2008-02-11 Drew Adams <drew.adams@oracle.com>
13802
13803 * isearch.el (isearch-fail): New face.
13804 (isearch-message): Highlight failure part of input.
13805
13806 2008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
13807
13808 * ibuffer.el (ibuffer-header-line-format): New var.
13809 (ibuffer-mode): Set it instead of header-line-format.
13810 (ibuffer-update): Use it to set header-line-format.
13811
13812 * international/mule-cmds.el (ucs-insert): Inherit surrounding
13813 properties like self-insert-command.
13814
13815 2008-02-11 Drew Adams <drew.adams@oracle.com>
13816
13817 * progmodes/etags.el: Add many doc strings.
13818
13819 2008-02-11 Jason Rumney <jasonr@gnu.org>
13820
13821 * ldefs-boot.el: Regenerated.
13822
13823 2008-02-11 Glenn Morris <rgm@gnu.org>
13824
13825 * progmodes/compile.el (compilation-error-regexp-alist-alist):
13826 Shorten some names.
13827
13828 * ffap.el (ffap-rfc-directories): Add :version.
13829
13830 2008-02-11 Chris Moore <christopher.ian.moore@gmail.com>
13831
13832 * jka-cmpr-hook.el (jka-compr-compression-info-list): Handle .sifz
13833 files, and backup files of same.
13834
13835 2008-02-11 Kevin Ryde <user42@zip.com.au>
13836
13837 * ffap.el (ffap-rfc-directories): New variable.
13838 (ffap-rfc): Look in those dirs before offering ffap-rfc-path.
13839
13840 * info.el (Info-next-reference, Info-prev-reference)
13841 (Info-try-follow-nearest-node): Move to and follow https:// links too.
13842
13843 * simple.el (completion-list-mode): Show full completion-list-mode-map
13844 in the docstring.
13845
13846 2008-02-11 Sam Steingold <sds@gnu.org>
13847
13848 * vc-hooks.el (vc-prefix-key): Remove (undo 2008-02-06 patch).
13849
13850 2008-02-11 Glenn Morris <rgm@gnu.org>
13851
13852 * startup.el (emacs-startup-time): New variable.
13853 (command-line): Set emacs-startup-time.
13854
13855 * calendar/time-date.el (emacs-uptime): New function.
13856
13857 2008-02-10 Bastien Guerry <bzg@altern.org>
13858
13859 * mail/rmail.el (rmail-nonignored-headers): Allow to be nil.
13860 (rmail-clear-headers): Don't check `rmail-nonignored-headers' when
13861 it is nil.
13862
13863 2008-02-10 Daiki Ueno <ueno@unixuser.org>
13864
13865 * epg-config.el: Expand the contents of epg-package-info.el.
13866 (epg-package-name): New constant.
13867 (epg-version-number): New constant.
13868 (epg-bug-report-address): New constant.
13869
13870 * epa-mail.el (epa-mail-mode): Add autoload cookie.
13871 (epa-global-mail-mode): New global minor mode.
13872
13873 * epa-file.el (epa-file-mode): New global minor mode.
13874
13875 * epa-dired.el (epa-dired-mode): New global minor mode.
13876
13877 * epa.el (epa-menu): New variable.
13878 (epa-menu-items): New variable.
13879 (epa-menu-mode): New global minor mode.
13880 (epa-global-minor-modes): New user option.
13881 (epa-mode): New global minor mode.
13882
13883 2008-02-10 Michael Albinus <michael.albinus@gmx.de>
13884
13885 * net/dbus.el: Remove `no-byte-compile' cookie.
13886 (dbus-call-method, dbus-register-signal, dbus-debug)
13887 (dbus-registered-functions-table): Declare them with
13888 `declare-function' or `defvar', respectively.
13889 (top): Don't assert any longer. Require 'cl when compiling.
13890 Apply `ignore-errors' but `dbus-ignore-errors'.
13891
13892 2008-02-10 Dan Nicolaescu <dann@ics.uci.edu>
13893
13894 * diff-mode.el (diff-add-change-log-entries-other-window):
13895 Use add-change-log-entry.
13896
13897 2008-02-09 Jason Rumney <jasonr@gnu.org>
13898
13899 * button.el (button-map):
13900 * wid-edit.el (widget-keymap): Avoid line-end confusion in autoloads.
13901 * ldefs-boot.el: Regenerate.
13902
13903 2008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
13904
13905 * epa.el (epa-faces, epa):
13906 * epa-file.el (epa-file):
13907 * epg-config.el (epg): Add :version.
13908
13909 2008-02-09 Thien-Thi Nguyen <ttn@gnuvola.org>
13910
13911 * vc.el (vc-exec-after): Append CODE to previous fragments.
13912 (vc-diff-finish): Take BUFFER directly, not BUFFER-NAME;
13913 take MESSAGES instead of VERBOSE; use it when non-nil.
13914 (vc-diff-internal): Compute messages once; use them;
13915 update call to vc-diff-finish.
13916
13917 2008-02-09 Michael Olson <mwolson@gnu.org>
13918
13919 * net/tramp.el (tramp-process-sentinel): Avoid error when process
13920 buffer has been killed, such as by
13921 `tramp-cleanup-all-connections'.
13922
13923 2008-02-09 Miles Bader <miles@gnu.org>
13924
13925 * net/rcirc.el (rcirc-omit-mode): Suppress invisibility ellipsis.
13926
13927 2008-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
13928
13929 * diff-mode.el (diff-add-change-log-entries-other-window): Avoid the
13930 splitter in context hunks.
13931
13932 2008-02-08 Kenichi Handa <handa@ni.aist.go.jp>
13933
13934 * international/fontset.el (setup-default-fontset): Fix arabic otf
13935 font specification.
13936
13937 2008-02-08 Daiki Ueno <ueno@unixuser.org>
13938
13939 * epa-dired.el:
13940 * epa-file.el:
13941 * epa-mail.el:
13942 * epa-setup.el:
13943 * epa.el:
13944 * epg-config.el:
13945 * epg-package-info.el:
13946 * epg.el: Initial check-in of EasyPG.
13947
13948 2008-02-08 Glenn Morris <rgm@gnu.org>
13949
13950 * woman.el (woman-locale): New defcustom.
13951 (woman-expand-locale, woman-manpath-add-locales): New functions.
13952 (woman-manpath): Call woman-manpath-add-locales. Bump :version.
13953
13954 * international/mule-cmds.el (locale-translate): New function,
13955 with old code extracted from set-locale-environment.
13956 (set-locale-environment): Use locale-translate. Set woman-locale.
13957
13958 * cus-start.el (selection-coding-system): Remove, since it's now
13959 defined in select.el rather than in xselect.c.
13960 * select.el (selection-coding-system): Make it a defcustom, and
13961 add the properties from cus-start.el. Bump :version.
13962
13963 * custom.el (custom-theme-set-variables): Sort symbols that are
13964 dependencies before symbols that depend on them.
13965 (custom-enabled-themes): Set after custom-theme-directory.
13966
13967 * pcmpl-unix.el (top-level): Move provide statement to end.
13968 (pcmpl-unix-group-file, pcmpl-unix-passwd-file): Remove leading
13969 `*' from doc-string. Allow to be nil.
13970 (pcmpl-ssh-known-hosts-file): Convert comment into expanded doc-string.
13971 Allow to be nil. Add :version.
13972 (pcmpl-ssh-hosts): Move definition before use. Handle lines
13973 without hostnames, and multiple hostnames per line.
13974
13975 * term/x-win.el (x-handle-parent-id): Remove free variable `parent-id'.
13976
13977 2008-02-08 Phil Hagelberg <phil@evri.com>
13978
13979 * pcmpl-unix.el (pcmpl-ssh-known-hosts-file): New defcustom.
13980 (pcomplete/ssh, pcomplete/scp, pcmpl-ssh-hosts): New functions.
13981
13982 2008-02-07 Timo Savola <timo.savola@iki.fi>
13983
13984 * startup.el (command-line-x-option-alist): Add --parent-id.
13985
13986 * term/x-win.el (x-handle-parent-id): New function.
13987
13988 2008-02-07 Chris Moore <christopher.ian.moore@gmail.com>
13989
13990 * mouse.el (x-fixed-font-alist): Use consistent capitalization for
13991 "Font Menu".
13992
13993 2008-02-06 Michael Albinus <michael.albinus@gmx.de>
13994
13995 * net/dbus.el (dbus-interface-peer): New defconst.
13996 (dbus-ping): New defun.
13997
13998 2008-02-06 Sam Steingold <sds@gnu.org>
13999
14000 * vc-hooks.el (vc-prefix-key): New user-customizable variable.
14001
14002 2008-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
14003
14004 * net/ange-ftp.el (ange-ftp-unhandled-file-name-directory):
14005 Just return nil and let the C code provide a fallback.
14006
14007 2008-02-05 Glenn Morris <rgm@gnu.org>
14008
14009 * net/tramp-cmds.el (tramp-cleanup-connection): Update calls to
14010 tramp-flush-connection-property for removed 2nd argument.
14011
14012 2008-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
14013
14014 * diff-mode.el (diff-add-change-log-entries-other-window):
14015 Rename from diff-create-changelog. Change users.
14016 Minor change to hopefully work with plain diffs.
14017 (diff-mode-map): Add binding for it.
14018
14019 2008-02-04 Dan Nicolaescu <dann@ics.uci.edu>
14020
14021 * diff-mode.el: Add new TODO entry.
14022 (diff-create-changelog): New function.
14023 (diff-mode-menu): Bind it.
14024
14025 2008-02-04 Kenichi Handa <handa@ni.aist.go.jp>
14026
14027 * international/mule-diag.el (print-fontset-element): Handle the
14028 case of inhibiting the fallback fonts.
14029
14030 2008-02-04 Kim F. Storm <storm@cua.dk>
14031
14032 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
14033 (ido-magic-delete-char): Use prefix arg.
14034
14035 2008-02-03 Juanma Barranquero <lekktu@gmail.com>
14036
14037 * term/w32-win.el (image-library-alist): Prefer libpng12 to libpng13,
14038 because the latter is in fact a 1.2.8 build distributed with GTK+ (as
14039 of today, the most recent libpng is 1.2.24).
14040
14041 2008-02-03 Michael Albinus <michael.albinus@gmx.de>
14042
14043 * ediff-util.el (ediff-compute-custom-diffs-maybe): Handle remote files.
14044
14045 * net/dbus.el (top): Check (featurep 'dbusbind).
14046
14047 * net/tramp.el (tramp-process-sentinel): New defun.
14048 (tramp-do-copy-or-rename-file-out-of-band)
14049 (tramp-maybe-open-connection): Use it as process sentinel.
14050 (tramp-handle-delete-directory): Don't use the "-f" option; it
14051 isn't portable.
14052 (tramp-handle-start-file-process): Echo `tramp-end-of-output'
14053 after the command.
14054 (tramp-handle-shell-command): Set `mode-line-process' in the
14055 asynchronous case.
14056
14057 * net/tramp-cache.el (tramp-flush-connection-property): Remove EVENT.
14058
14059 * net/tramp-fish.el (tramp-fish-maybe-open-connection):
14060 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
14061 Use `tramp-process-sentinel' as process sentinel.
14062
14063 2008-02-02 Juanma Barranquero <lekktu@gmail.com>
14064
14065 * whitespace.el (global-whitespace-mode): Revert last change.
14066 (whitespace-unload-function): Force `global-whitespace-mode'
14067 to deactivate local modes in a slightly less intrusive way.
14068
14069 2008-02-02 Eli Zaretskii <eliz@gnu.org>
14070
14071 * view.el (kill-buffer-if-not-modified): Add an autoload cookie.
14072
14073 2008-02-02 Glenn Morris <rgm@gnu.org>
14074
14075 * international/latin1-disp.el (latin1-display):
14076 * progmodes/fortran.el (fortran-comment-indent-char):
14077 * progmodes/idlw-shell.el (top-level):
14078 * term/mac-win.el (mac-keyboard-translate-char):
14079 * whitespace.el (whitespace-char-valid-p):
14080 * wid-edit.el (widget-key-sequence-read-event):
14081 Use characterp rather than char-valid-p.
14082
14083 * progmodes/cap-words.el (capitalized-next-word-boundary): Rename
14084 to capitalized-find-word-boundary. Doc fix. Update callers.
14085 (capitalized-next-word-boundary-function-table): Rename to
14086 capitalized-find-word-boundary-function-table. Doc fix. Update users.
14087
14088 * ps-bdf.el (bdf-read-font-info): Use string-to-number rather than
14089 string-to-int.
14090
14091 * ps-def.el (declare-function): Add compatibility definition.
14092 (ps-plot-with-face, ps-plot-string): Declare as functions.
14093 (ps-bold-faces, ps-italic-faces): Declare variables.
14094
14095 * ps-print.el (ps-mule-initialize, ps-mule-begin-job)
14096 (ps-mule-end-job): Declare as functions.
14097
14098 * wid-edit.el (widget-string-complete): Use assoc-string rather
14099 than assoc-ignore-case.
14100
14101 See ChangeLog.13 for earlier changes.
14102
14103 ;; Local Variables:
14104 ;; coding: utf-8
14105 ;; add-log-time-zone-rule: t
14106 ;; bug-reference-url-format: "http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=%s"
14107 ;; End:
14108
14109 Copyright (C) 2008 Free Software Foundation, Inc.
14110
14111 This file is part of GNU Emacs.
14112
14113 GNU Emacs is free software: you can redistribute it and/or modify
14114 it under the terms of the GNU General Public License as published by
14115 the Free Software Foundation, either version 3 of the License, or
14116 (at your option) any later version.
14117
14118 GNU Emacs is distributed in the hope that it will be useful,
14119 but WITHOUT ANY WARRANTY; without even the implied warranty of
14120 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14121 GNU General Public License for more details.
14122
14123 You should have received a copy of the GNU General Public License
14124 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
14125
14126 ;; arch-tag: c241c1f9-d668-48bf-920a-2897ed0340bc