* info.el (Info-file-supports-index-cookies-list): New variable.
[bpt/emacs.git] / lisp / ChangeLog
1 2008-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * international/mule-conf.el (emacs-internal): New coding system alias.
4
5 2008-10-18 Juri Linkov <juri@jurta.org>
6
7 * info.el (Info-file-supports-index-cookies-list): New variable.
8 (Info-file-supports-index-cookies): New function.
9 (Info-find-node-2, Info-index-nodes, Info-index-node): Use it.
10 (Info-index-nodes): Let-bind Info-point-loc to nil for files
11 without an index cookie to ignore it when Info-index-nodes is
12 called during navigating from an index node with line numbers.
13 (Info-index-node): Set file to Info-current-file if nil. (Bug#1118)
14
15 * info.el (Info-breadcrumbs-depth): Move defcustom higher to the
16 variable definition section.
17
18 * info.el (Info-find-node-2): Put initial point below the header line
19 and breadcrumbs line.
20
21 2008-10-18 Glenn Morris <rgm@gnu.org>
22
23 * doc-view.el (doc-view-pdf->txt, doc-view-ps->pdf): Give an error if
24 the needed external programs were not found.
25
26 2008-10-18 Eli Zaretskii <eliz@gnu.org>
27
28 * files.el (trash-directory): Run thru `convert-standard-filename'.
29 (file-modes-char-to-who, file-modes-char-to-right)
30 (file-modes-rights-to-number, file-modes-symbolic-to-number)
31 (read-file-modes): Doc fixes.
32
33 2008-10-17 Chong Yidong <cyd@stupidchicken.com>
34
35 * abbrev.el (define-abbrev): Doc fix.
36
37 2008-10-17 Alan Mackenzie <acm@muc.de>
38
39 * progmodes/cc-cmds.el (c-defun-name): Make it work for "struct
40 foo bar [] = { ...".
41
42 2008-10-17 Chong Yidong <cyd@stupidchicken.com>
43
44 * faces.el (face-spec-set-2): Don't pass invalid attributes to
45 set-face-attribute.
46
47 2008-10-17 Juanma Barranquero <lekktu@gmail.com>
48
49 * w32-fns.el (w32-list-locales): Decode output of `w32-get-locale-info'
50 according to `locale-coding-system'. (This fixes trivial bug reported
51 as part of bug#1179).
52 Sort list of valid locale ids (EnumSystemLocales does not guarantee any
53 particular order). Use `when'.
54
55 2008-10-16 Juanma Barranquero <lekktu@gmail.com>
56
57 * w32-fns.el (w32-check-shell-configuration): Doc fix.
58 (w32-add-charset-info): Fix typo in docstring.
59
60 2008-10-16 Teodor Zlatanov <tzz@lifelogs.com>
61
62 * international/mule-conf.el: Removed `utf8' and `UTF8' aliases
63 after discussion.
64
65 2008-10-16 Magnus Henoch <mange@freemail.hu>
66
67 * vc-arch.el (vc-arch-dir-status): New function.
68 (vc-arch-after-dir-status): New function.
69
70 2008-10-16 Glenn Morris <rgm@gnu.org>
71
72 * man.el (Man-getpage-in-background): Force recent `man's to output
73 escape sequences even when stdout is not a tty. (Bug#1142)
74
75 2008-10-15 Teodor Zlatanov <tzz@lifelogs.com>
76
77 * international/mule-conf.el: Add `utf8' and `UTF8' as
78 aliases for the `utf-8' coding system.
79
80 2008-10-15 Juanma Barranquero <lekktu@gmail.com>
81
82 * find-file.el (ff-get-file): Doc fix.
83 (ff-get-file-name): Use `let', not `let*'.
84 (ff-search-directories): Fix typo in docstring.
85 (ff-pre-find-hook, ff-pre-load-hook, ff-post-load-hook)
86 (ff-not-found-hook, ff-file-created-hook, ff-case-fold-search)
87 (ff-always-in-other-window, ff-ignore-include, ff-always-try-to-create)
88 (ff-quiet-mode, ff-other-file-alist, cc-search-directories)
89 (cc-other-file-alist, modula2-other-file-alist):
90 Remove spurious * in docstrings.
91
92 2008-10-14 Chong Yidong <cyd@stupidchicken.com>
93
94 * faces.el (set-face-attribute): Set family and foundry before
95 other attributes.
96 (face-spec-set-2): Pass unmodified args to set-face-attribute.
97
98 2008-10-14 Juanma Barranquero <lekktu@gmail.com>
99
100 * hl-line.el (hl-line-unload-function): New function.
101 (hl-line-unhighlight, global-hl-line-unhighlight): Use `when'.
102 (hl-line-sticky-flag): Remove spurious * in docstring.
103
104 2008-10-14 Eric Hanchrow <offby1@blarg.net> (tiny change)
105
106 * vc-git.el (vc-git-show-log-entry): Include the revision in the
107 search string.
108
109 2008-10-14 Michael Albinus <michael.albinus@gmx.de>
110
111 * net/tramp.el (tramp-process-one-action): Embed regexp in
112 parentheses, before adding end-of-buffer construct. Suggested by
113 Markus Triska <markus.triska@gmx.at>.
114
115 2008-10-13 Ulf Jasper <ulf.jasper@web.de>
116
117 * net/newst-plainview.el (w3m-toggle-inline-image):
118 Define 'declare-function if necessary, for compatibility.
119
120 * net/newst-treeview.el (w3m-toggle-inline-images):
121 Define 'declare-function if necessary, for compatibility.
122
123 2008-10-13 Alan Mackenzie <acm@muc.de>
124
125 * progmodes/cc-cmds.el (c-indent-region): Fix previous patch
126 so that the function works on one-line macros.
127
128 * progmodes/cc-engine.el: Amend several doc strings and comments.
129
130 2008-10-13 Dan Nicolaescu <dann@ics.uci.edu>
131
132 * vc-hooks.el (vc-stay-local): Add a new choice and default to it.
133
134 * vc-cvs.el (vc-cvs-dir-stay-local): Remove.
135 (vc-cvs-stay-local): Add a new choice and default to it.
136 (vc-cvs-dir-status): Use the new vc-stay-local choice.
137
138 * vc-svn.el (vc-svn-dir-status): Use the new vc-stay-local choice.
139
140 2008-10-12 Stephen Leake <stephen_leake@member.fsf.org>
141
142 * progmodes/ada-mode.el (ada-get-indent-end, ada-goto-matching-start):
143 Add support for extended return statement.
144
145 * progmodes/ada-xref.el (ada-gnat-parse-gpr): Don't reverse src-dir
146 and obj-dir; keep user order.
147
148 2008-10-12 Glenn Morris <rgm@gnu.org>
149
150 * Makefile.in (ELCFILES): Update.
151
152 * simple.el (shell-delimiter-argument-list, shell-file-name-chars)
153 (shell-file-name-quote-list): Declare.
154
155 2008-10-12 Michael Albinus <michael.albinus@gmx.de>
156
157 * net/dbus.el (dbus-service-emacs, dbus-path-emacs): New defconst.
158
159 2008-10-12 Chong Yidong <cyd@stupidchicken.com>
160
161 * startup.el (command-line): If toolbar is disabled but ought to
162 be initialized, call tool-bar-setup.
163
164 * tool-bar.el (tool-bar-setup): Variable deleted.
165 (tool-bar-setup): Set it up unconditionally.
166
167 * faces.el (x-create-frame-with-faces): Don't call tool-bar-setup.
168
169 * progmodes/grep.el (grep-mode-tool-bar-map): Check if
170 tool-bar-map has been initialized before setting it up.
171
172 * progmodes/compile.el (compilation-mode-tool-bar-map): Check if
173 tool-bar-map has been initialized before setting it up.
174
175 2008-10-11 Chong Yidong <cyd@stupidchicken.com>
176
177 * emacs-lisp/warnings.el (display-warning): Issue a message if
178 called during daemon initialization.
179
180 * tool-bar.el (tool-bar-local-item)
181 (tool-bar-local-item-from-menu): Put the check for number of
182 display colors into the image expression.
183 (tool-bar-setup): Don't be a no-op on ttys.
184
185 * info.el (info-tool-bar-map): Initialize it unconditionally.
186
187 * progmodes/gud.el (gud-tool-bar-map): Initialize it
188 unconditionally.
189
190 * progmodes/grep.el (grep-mode-tool-bar-map): Initialize it
191 unconditionally.
192
193 * progmodes/compile.el (compilation-mode-tool-bar-map): Initialize
194 it unconditionally.
195
196 2008-10-11 Romain Francoise <romain@orebokech.com>
197
198 * help.el (view-lossage): Fix docstring, lossage is now 300 keys.
199 * kmacro.el (kmacro-edit-lossage): Ditto.
200 * edmacro.el (edit-kbd-macro): Ditto.
201
202 2008-10-11 Ulf Jasper <ulf@web.de>
203
204 * net/newst-treeview.el (newsticker--treeview-list-sort-by-column):
205 Fixed variable names.
206
207 2008-10-11 Dan Nicolaescu <dann@ics.uci.edu>
208
209 * startup.el (command-line): Revert 2008-09-26 change, not
210 necessary anymore.
211
212 2008-10-10 Andreas Schwab <schwab@suse.de>
213
214 * simple.el (minibuffer-complete-shell-command): Bind
215 comint-delimiter-argument-list, comint-file-name-chars and
216 comint-file-name-quote-list like shell-mode.
217
218 2008-10-10 Martin Rudalics <rudalics@gmx.at>
219
220 * window.el (pop-to-buffer): Fix misplacement of arg norecord in
221 call of select-window.
222
223 2008-10-10 Jay Belanger <jay.p.belanger@gmail.com>
224
225 * calc/calc.el (calc-embedded-word-regexp)
226 (calc-embedded-word-regexp-alist): New variables.
227 (calc-embedded-open-word, calc-embedded-close-word)
228 (calc-embedded-open-close-word-alist): Remove unused variables.
229
230 * calc/calc-embed.el (calc-embedded-make-info): Use
231 `calc-embedded-word-regexp' to find words.
232
233 2008-10-10 Martin Rudalics <rudalics@gmx.at>
234
235 * info.el (Info-extract-menu-counting): New argment no-detail to
236 skip detailed node listings.
237 (Info-forward-node): New argument not-up to inhibit going up.
238 (Info-final-node): Call Info-extract-menu-counting and
239 Info-forward-node with the new arguments set to avoid infinite
240 looping. (Bug#1116)
241
242 2008-10-10 Eli Zaretskii <eliz@gnu.org>
243
244 * startup.el (command-line): Don't invoke tool-bar-mode if it is
245 not fboundp.
246
247 2008-10-09 Chong Yidong <cyd@stupidchicken.com>
248
249 * startup.el (command-line): Enable tool-bar-mode as long as it is
250 not suppressed by X resources, regardless of the terminal.
251
252 * tool-bar.el (tool-bar-mode): Only change tool-bar-lines on
253 graphical terminals.
254 (tool-bar-setup): No-op if called on a tty.
255
256 2008-10-09 Eli Zaretskii <eliz@gnu.org>
257
258 * frame.el (make-frame-on-tty): Use "F" inside interactive.
259 Support `pc' ``window-system''.
260
261 * progmodes/compile.el (compilation-start): Resurrect the version
262 for systems that don't support asynchronous subprocesses.
263
264 2008-10-09 Martin Rudalics <rudalics@gmx.at>
265
266 * window.el (pop-up-frames): Add choice graphic-only.
267 (display-buffer): When pop-up-frames equals graphic-only do
268 not pop up new frame on text-only terminals. (Bug#1061)
269
270 2008-10-09 Dan Nicolaescu <dann@ics.uci.edu>
271
272 * vc-cvs.el (vc-cvs-dir-stay-local): New variable.
273 (vc-cvs-dir-status): Use it.
274
275 2008-10-08 Chong Yidong <cyd@stupidchicken.com>
276
277 * json.el (json-skip-whitespace): Fix last change.
278
279 2008-10-08 Juanma Barranquero <lekktu@gmail.com>
280
281 * bs.el (bs-unload-function): New function.
282
283 2008-10-08 Sven Joachim <svenjoac@gmx.de>
284
285 * eshell/em-cmpl.el, eshell/em-hist.el, eshell/em-ls.el:
286 * eshell/esh-cmd.el, eshell/esh-ext.el, eshell/esh-io.el:
287 For clarity, explicitly require cl.
288
289 2008-10-08 Michael Olson <mwolson@gnu.org>
290
291 * ibuffer.el (ibuffer-shrink-to-fit): Force redisplay, so that we
292 can avoid a bad interaction with programs that add functions to
293 the window-scroll-functions hook. This fixes Bug #858.
294
295 2008-10-07 Chong Yidong <cyd@stupidchicken.com>
296
297 * startup.el (command-line): Use display-warning to warn about an
298 init file error.
299 (command-line-1): Remove init file error delay.
300
301 2008-10-07 Shigeru Fukaya <shigeru.fukaya@gmail.com>
302
303 * rx-new.el (rx-constituents): Change `anything' to call rx-anything.
304 Change `not-wordchar' assignment to "\\W" from "[^[:word:]]".
305 (rx-group-if): New function.
306 (rx-parent): New variable.
307 (rx-and, rx-or): Put shy groups only when necessary.
308 (rx-bracket): Remove.
309 (rx-anything): New function.
310 (rx-any-delete-from-range, rx-any-condense-range)
311 (rx-check-any-string): New functions.
312 (rx-check-any): Return result as a list. Don't convert chars to
313 strings. Don't prepend "\\" to "^". Don't search for close bracket.
314 Check char category string. Call rx-form instead of rx-to-string.
315 (rx-any): Rebuid to complete the function.
316 (rx-check-not): Fix char category regexp pattern string.
317 Call rx-form instead of rx-to-string.
318 (rx-not): Call rx-form instead of rx-to-string. Convert "[^]" to
319 "[^^]". Call regexp-quote for one char string when not called from
320 rx-not. Add "\\w", and toggle to upcase. Add the case of
321 "\\[SCBW]" to toggle.
322 (rx-=, rx->=, rx-**, rx-repeat, rx-submatch): Call rx-form
323 instead of rx-to-string.
324 (rx-kleene): Call rx-form instead of rx-to-string.
325 Call rx-group-if to adjust putting of shy groups.
326 (rx-atomic-p): Make check more precisely.
327 (rx-eval, rx-greedy): Call rx-form instead of rx-to-string.
328 (rx-regexp): Call rx-group-if.
329 (rx-form): New function.
330 (rx-to-string): Call rx-form, rx-group-if.
331 Refine definition of NO-GROUP.
332
333 2008-10-07 T. V. Raman <raman@users.sourceforge.net> (tiny change)
334
335 * json.el (json-advance): Use forward-char.
336 (json-skip-whitespace): Use skip-syntax-forward.
337
338 2008-10-07 Alan Mackenzie <acm@muc.de>
339
340 * progmodes/cc-cmds.el (c-indent-line-or-region): Fix so that
341 indenting a macro followed by blank lines doesn't backslash the
342 following non-blank line into the macro.
343
344 2008-10-06 Chong Yidong <cyd@stupidchicken.com>
345
346 * startup.el (before-init-time, after-init-time): Move into emacs.c.
347 (command-line): Set after-init-time to nil before initialization.
348
349 2008-10-06 Jay Belanger <jay.p.belanger@gmail.com>
350
351 * calc/calc-units.el (math-standard-units): Update the values
352 of the units.
353
354 2008-10-06 Juanma Barranquero <lekktu@gmail.com>
355
356 * bookmark.el (bookmark-unload-function): New function.
357
358 2008-10-06 Andreas Schwab <schwab@suse.de>
359
360 * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
361
362 2008-10-06 Martin Rudalics <rudalics@gmx.at>
363
364 * mail/footnote.el: Remove * in defcustom docstrings and tell
365 for most options that customizing them doesn't affect buffers
366 already displaying footnotes.
367 (Footnote-refresh-footnotes, Footnote-renumber-footnotes):
368 Fix handling of text properties and identical start/end tags.
369 Do not use format when renumbering.
370 (Footnote-set-style): Make it work.
371 (Footnote-insert-numbered-footnote): Simplify.
372 (Footnote-narrow-to-footnotes, Footnote-insert-footnote)
373 (Footnote-goto-footnote): Fix handling of empty section tag.
374 (Footnote-delete-footnote): Fix handling of identical start/end
375 tags, empty section tag, and spaced footnotes. Do not use
376 kill-region.
377 (footnote-mode): Make most options buffer-local to avoid that
378 customizing messes up handling of footnotes in buffers that
379 already display them.
380
381 2008-10-06 Dan Nicolaescu <dann@ics.uci.edu>
382
383 * faces.el (x-create-frame-with-faces): Undo previous change.
384
385 * vc-cvs.el (vc-cvs-after-dir-status): Parse the output for non
386 existent files.
387
388 2008-10-05 Chong Yidong <cyd@stupidchicken.com>
389
390 * international/mule-cmds.el (universal-coding-system-argument):
391 Handle digit-argument too.
392
393 2008-10-05 Mario Lang <mlang@delysid.org>
394
395 * xml.el (xml-parse-string): Use skip-chars-forward.
396
397 2008-10-05 Dan Nicolaescu <dann@ics.uci.edu>
398
399 * vc-bzr.el (vc-bzr-after-dir-status): Parse the output for non
400 existent files.
401 (vc-bzr-dir-status-files): New function.
402
403 2008-10-04 Glenn Morris <rgm@gnu.org>
404
405 * files.el (make-temp-file): Handle empty `prefix'. (Bug#1081)
406
407 * vc-svn.el (vc-svn-after-dir-status): Handle `svn status -u' output.
408 (vc-svn-dir-status): Respect vc-stay-local-p. (Bug#1046)
409
410 * vc-cvs.el (vc-cvs-dir-status-heuristic): New function.
411 (vc-cvs-dir-status): Respect vc-stay-local-p. (Bug#1046)
412
413 2008-10-04 David J. Biesack <David.Biesack@sas.com> (tiny change)
414
415 * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
416 Fix typo. (Bug#1074)
417
418 2008-10-04 Martin Rudalics <rudalics@gmx.at>
419
420 * progmodes/compile.el (compilation-start): Make sure to move to
421 point-max only when we are in the compilation buffer. (Bug#1073)
422
423 2008-10-04 Dan Nicolaescu <dann@ics.uci.edu>
424
425 * faces.el (x-create-frame-with-faces): Only setup the toolbar if
426 tool-bar-mode is on.
427
428 * vc-svn.el (vc-svn-dir-status-files):
429 * vc-cvs.el (vc-cvs-dir-status-files): New function.
430
431 2008-10-03 Dan Nicolaescu <dann@ics.uci.edu>
432
433 * vc-hg.el (vc-hg-dir-status-files): New function.
434
435 2008-10-03 Martin Rudalics <rudalics@gmx.at>
436
437 * window.el (window--display-buffer-1): Don't care about
438 visibility since raise-frame does.
439
440 2008-10-03 Mario Lang <mlang@delysid.org>
441
442 * nxml/xmltok.el (xmltok-forward): Simplify.
443
444 2008-10-03 Glenn Morris <rgm@gnu.org>
445
446 * Makefile.in (ELCFILES): Update.
447
448 * frame.el (set-default-font): Make obsolete.
449 * mouse.el (mouse-set-font): Use set-frame-font.
450
451 * jka-cmpr-hook.el (jka-compr-compression-info-list)
452 (jka-compr-mode-alist-additions): Also match `.tbz2'.
453
454 * progmodes/idlwave.el (auto-mode-alist): Remove unnecessary autoload.
455 * files.el (auto-mode-alist): Add .PRO as per above autoload.
456
457 2008-10-03 Dan Nicolaescu <dann@ics.uci.edu>
458
459 * vc-dir.el (vc-dir-mode): Don't create the ewoc header here.
460 (vc-dir-refresh): Set it here instead. (Bug#1067)
461
462 2008-10-02 Chong Yidong <cyd@stupidchicken.com>
463
464 * faces.el (inhibit-frame-set-background-mode): New var.
465 (frame-set-background-mode): Use it to avoid a loop in
466 face-spec-recalc.
467
468 2008-10-02 Glenn Morris <rgm@gnu.org>
469
470 * vc-bzr.el (vc-bzr-diff): Use vc-switches rather than the obsolete
471 vc-diff-switches.
472
473 2008-10-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
474
475 * whitespace.el: Eliminate whitespace-kill-buffer-hook functionality,
476 that is, to take some action when a buffer is killed. Suggested by
477 Stefan Monnier <monnier@iro.umontreal.ca>. Doc fix. New version
478 11.2.2.
479 (whitespace-action): Docstring and :type fix.
480 (whitespace-turn-on, whitespace-turn-off, whitespace-warn-read-only):
481 Code fix.
482 (whitespace-add-local-hook, whitespace-remove-local-hook)
483 (whitespace-kill-buffer-hook, whitespace-action): Fun eliminated.
484
485 2008-10-01 Magnus Henoch <mange@freemail.hu>
486
487 * net/tls.el (open-tls-stream): Show the actual command being
488 executed, instead of the format string.
489
490 2008-10-01 Eli Zaretskii <eliz@gnu.org>
491
492 * term/internal.el (dos-locale-alist): New alist.
493 (dos-codepage-setup): Use it to compute a value of locale with
494 which to call set-locale-environment. Remove code to set
495 terminal, keyboard, and file-name encoding (done by
496 set-locale-environment).
497
498 * international/mule-cmds.el
499 (set-language-environment-nonascii-translation): Fix nonascii
500 value for `pc' ``window-system''.
501 (set-display-table-and-terminal-coding-system)
502 (set-default-coding-systems): Don't special-case `pc'.
503
504 2008-10-01 Glenn Morris <rgm@gnu.org>
505
506 * filesets.el (filesets-menu-name): Fix type.
507 (filesets-menu-path, filesets-menu-before): Fix types.
508 Change defaults to be consistent with recentf. (Bug#1056)
509
510 2008-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
511
512 * term/xterm.el (xterm-turn-on-modify-other-keys)
513 (xterm-turn-off-modify-other-keys, xterm-remove-modify-other-keys):
514 Don't forget to pass `terminal' to `send-string-to-terminal'.
515
516 2008-09-30 Michael Albinus <michael.albinus@gmx.de>
517
518 * vc-hooks.el (vc-file-clearprops): Revert change from 2008-09-29.
519 (vc-file-not-found-hook): Check, that `buffer-file-name' is
520 non-nil. It is not clear, whether this is only fixing symptoms on
521 an error. OTOH, in all other cases, the call of `vc-file-clearprops'
522 is embedded by that check. So it might be TRT. Suggested by Dan
523 Nicolaescu <dann@ics.uci.edu>.
524
525 2008-09-30 Eli Zaretskii <eliz@gnu.org>
526
527 * Makefile.in (ELCFILES): Remove codepage.elc.
528
529 * international/codepage.el: File removed, as even ms-dos doesn't
530 need it anymore.
531
532 * loadup.el [ms-dos]: Don't load ccl and codepage.
533
534 * term/internal.el: Remove coding: cookie and no-byte-compile flag.
535 (IT-character-translations, cjk-codepages-alist): Remove variables.
536 (IT-display-table-setup, dos-cpNNN-setup): Remove functions.
537 (IT-unicode-translations): Remove charset and base elements.
538 Add translations for Latin-1 characters.
539 (IT-setup-unicode-display): Accept a CODING argument. Don't use
540 base and chset elements of IT-unicode-translations. Don't wrap
541 translation in "{...}". Set up translations only for characters
542 for which unencodable-char-position returns non-nil.
543 (dos-codepage-setup): Don't use special-case codepages in
544 cjk-codepages-alist.
545
546 * files.el (locate-dominating-file): Wrap directory-files with
547 condition-case, instead of calling file-directory-p, which stats
548 the directory one more time.
549
550 * mail/mail-utils.el (mail-unquote-printable-region):
551 Use insert-byte instead of insert-char, when the UNIBYTE arg is
552 non-nil.
553
554 2008-09-30 Daiki Ueno <ueno@unixuser.org>
555
556 * epa-file.el (epa-file-insert-file-contents): Fix typo.
557
558 2008-09-30 Glenn Morris <rgm@gnu.org>
559
560 * progmodes/which-func.el (which-func-imenu-joiner-function): Doc fix.
561
562 2008-09-30 Daniel Colascione <danc@merrillpress.com>
563
564 * progmodes/which-func.el (which-func-imenu-joiner-function): New.
565 (which-function): Handle nested imenu trees.
566
567 * imenu.el (imenu--split-menu): Fix bug with shared lists that deleted
568 some nested menu items.
569
570 2008-09-30 Jay Belanger <jay.p.belanger@gmail.com>
571
572 * calc/calc-units.el (math-standard-units): Add entries used to
573 display the the values in the units buffer.
574 (math-build-units-table): Add entries to the units table to be used
575 to display the values in the units buffer.
576 (math-build-units-table-buffer): Use the display entry of the units
577 table when non-nil.
578 (calc-define-unit): Add option to enter display value of unit.
579
580 2008-09-29 Michael Albinus <michael.albinus@gmx.de>
581
582 * vc-hooks.el (vc-file-clearprops): Check, that FILE is a string.
583
584 2008-09-29 Eli Zaretskii <eliz@gnu.org>
585
586 * files.el (locate-dominating-file): Take file-attributes of
587 `dir', not of `file' (which never changes).
588
589 2008-09-29 Michael Albinus <michael.albinus@gmx.de>
590
591 * files.el (file-remote-p): Precise doc string; IDENTIFICATION can
592 also be `localname'.
593
594 * net/ange-ftp.el (ange-ftp-file-remote-p): Handle `localname' as
595 IDENTIFICATION.
596
597 2008-09-28 Glenn Morris <rgm@gnu.org>
598
599 * vc.el (vc-switches): Give it a doc string.
600
601 2008-09-28 Romain Francoise <romain@orebokech.com>
602
603 * comint.el (comint-show-output): Adjust to stickiness changes of
604 the output field.
605
606 * startup.el (command-line): Start the daemon server later.
607
608 2008-09-28 Martin Rudalics <rudalics@gmx.at>
609
610 * subr.el (read-quoted-char): Call char-resolve-modifiers
611 instead of char-resolve-modifers.
612
613 2008-09-27 Glenn Morris <rgm@gnu.org>
614
615 * play/solitaire.el (solitaire-mode-map): Bind "\r" rather
616 than [return]. (Bug#1031)
617
618 2008-09-27 Peter Dyballa <Peter_Dyballa@Freenet.DE>
619
620 * calendar/calendar.el (solar-sunrises-buffer): Fix typo.
621
622 2008-09-27 Daiki Ueno <ueno@unixuser.org>
623
624 * epg.el (epg-wait-for-status): Check if there is no pending status.
625 Reported by Ted Romer <ted@romerfamily.com>.
626
627 2008-09-26 Dan Nicolaescu <dann@ics.uci.edu>
628
629 * startup.el (command-line): Turn on menu-bar-mode and
630 tool-bar-mode when running as a daemon.
631
632 2008-09-26 Eli Zaretskii <eliz@gnu.org>
633
634 * makefile.w32-in ($(lisp)/progmodes/cc-mode.elc): Remove.
635 ($(lisp)/progmodes/cc-align.elc, $(lisp)/progmodes/cc-cmds.elc)
636 ($(lisp)/progmodes/cc-compat.elc, $(lisp)/progmodes/cc-defs.elc)
637 ($(lisp)/progmodes/cc-engine.elc)
638 ($(lisp)/progmodes/cc-fonts.elc, $(lisp)/progmodes/cc-langs.elc)
639 ($(lisp)/progmodes/cc-mode.elc, $(lisp)/progmodes/cc-styles.elc)
640 ($(lisp)/progmodes/cc-subword.elc)
641 ($(lisp)/progmodes/cc-vars.elc): New dependencies.
642
643 * Makefile.in ($(lisp)/progmodes/cc-mode.elc): Remove.
644 ($(lisp)/progmodes/cc-align.elc, $(lisp)/progmodes/cc-cmds.elc)
645 ($(lisp)/progmodes/cc-compat.elc, $(lisp)/progmodes/cc-defs.elc)
646 ($(lisp)/progmodes/cc-engine.elc)
647 ($(lisp)/progmodes/cc-fonts.elc, $(lisp)/progmodes/cc-langs.elc)
648 ($(lisp)/progmodes/cc-mode.elc, $(lisp)/progmodes/cc-styles.elc)
649 ($(lisp)/progmodes/cc-subword.elc)
650 ($(lisp)/progmodes/cc-vars.elc): New dependencies.
651
652 2008-09-25 Katsumi Yamaoka <yamaoka@jpl.org>
653
654 * informat.el (Info-split-threshold): New variable.
655 (Info-split): Use it.
656
657 * textmodes/texinfmt.el (texinfo-format-buffer):
658 Use Info-split-threshold to decide whether to split Info files.
659
660 2008-09-25 Chong Yidong <cyd@stupidchicken.com>
661
662 * progmodes/octave-mod.el (octave-mode-menu): Fix incorrect
663 quoting.
664
665 * comint.el (comint-dynamic-complete-as-filename): Quote directory
666 name when reinserting it.
667
668 * isearch.el (isearch-search-fun): Use word-search-forward-lax and
669 word-search-backward-lax for incremental word search.
670
671 2008-09-25 Juanma Barranquero <lekktu@gmail.com>
672
673 * generic-x.el (generic-other-modes): Fix typo in docstring.
674 (generic-use-find-file-hook, generic-lines-to-scan)
675 (generic-find-file-regexp, generic-ignore-files-regexp)
676 (generic-define-mswindows-modes, generic-define-unix-modes):
677 Remove `*' from docstring.
678 (generic-mode-find-file-hook): Use `string-match-p'.
679 (apache-log-generic-mode, mailagent-rules-generic-mode)
680 (prototype-generic-mode, pkginfo-generic-mode, javascript-generic-mode)
681 (java-manifest-generic-mode, java-properties-generic-mode)
682 (alias-generic-mode): Doc fix: use "Generic mode" in docstrings
683 for consistency with other modes in generic-x.el.
684
685 2008-09-25 Martin Rudalics <rudalics@gmx.at>
686
687 * textmodes/tex-mode.el (latex-handle-escaped-parens): New variable.
688 (latex-backward-sexp-1, latex-forward-sexp-1): Treat escaped
689 parens specially only if latex-handle-escaped-parens is non-nil.
690 (latex-indent-within-escaped-parens): New option.
691 (latex-find-indent): Bind latex-handle-escaped-parens to
692 latex-indent-within-escaped-parens. Do not treat escaped parens
693 specially when this is nil. (Bug#954)
694
695 2008-09-25 Glenn Morris <rgm@gnu.org>
696
697 * ffap.el (ffap-fixup-url): Don't call url-normalize-url. (Bug#898)
698
699 2008-09-25 Chong Yidong <cyd@stupidchicken.com>
700
701 * vc.el (vc-mark-resolved): Move message here from
702 vc-default-mark-resolved.
703 (vc-default-mark-resolved): Change to an alias for ignore.
704
705 2008-09-24 Andreas Politz <politza@fh-trier.de> (tiny change)
706
707 * term.el (term-emulate-terminal): Encode input string before
708 checking its length.
709
710 2008-09-24 Chong Yidong <cyd@stupidchicken.com>
711
712 * progmodes/sh-script.el (sh-mode-map): Don't assume that skeleton
713 is loaded.
714
715 * server.el (server-buffer-done): Avoid changing the buffer when
716 deleting the client's frame (bug#640).
717
718 * vc.el (vc-default-mark-resolved): New function.
719
720 2008-09-24 Stephen Berman <stephen.berman@gmx.net>
721
722 * mail/rfc822.el (rfc822-addresses): Prevent rfc822-bad-address
723 from raising a wrong-type-argument error.
724
725 2008-09-24 Martin Rudalics <rudalics@gmx.at>
726
727 * help-fns.el (describe-function-1, describe-variable): Print
728 relative file name in help buffer.
729 * faces.el (describe-face): Print relative file name in help
730 buffer.
731
732 2008-09-23 Romain Francoise <romain@orebokech.com>
733
734 * subr.el (with-output-to-string): Make sure that the temporary
735 buffer gets killed.
736
737 2008-09-23 Markus Sauermann <markus@sauermann-consulting.de> (tiny change)
738
739 * emacs-lisp/lisp-mode.el (calculate-lisp-indent): Fix
740 indentation problem with keyword symbols when a list starts with
741 ,@ or spaces. (Bug#1012)
742
743 2008-09-23 Martin Rudalics <rudalics@gmx.at>
744
745 * textmodes/tex-mode.el (latex-find-indent): Try to handle
746 escaped close parens correctly. (Bug#954)
747
748 2008-09-22 Tassilo Horn <tassilo@member.fsf.org>
749
750 * play/fortune.el (fortune-in-buffer): Fix a bug which forced
751 usage of `fortune-file' even though a FILE argument was passed to
752 the function.
753
754 2008-09-21 Dan Nicolaescu <dann@ics.uci.edu>
755
756 * startup.el (command-line): Start the server when in daemon mode.
757 Remove always true test.
758
759 * frame.el (frame-initialize): Remove spurious setting of
760 special-display-function with the default value.
761
762 2008-09-20 Vincent Belaïche <vincent.b.1@hotmail.fr>
763
764 * calc/calc-vec.el (calcFunc-venum): Properly handle intervals.
765
766 2008-09-20 Glenn Morris <rgm@gnu.org>
767
768 * emacs-lisp/lisp-mode.el (lisp-indent-offset):
769 Fix custom type. (Bug#1011)
770
771 2008-09-20 David De La Harpe Golden <david@harpegolden.net>
772
773 * files.el (move-file-to-trash): Avoid recursive trashing if
774 rename-file calls delete-file.
775
776 2008-09-20 Glenn Morris <rgm@gnu.org>
777
778 * play/fortune.el: Remove leading `*' from defcustom docs.
779 (fortune-program-options): Doc fix. Allow to be a string again.
780 Add :version.
781 (fortune-in-buffer): Handle fortune-program-options as a string.
782 Don't rely on fortune program accepting options after fortune file.
783
784 2008-09-20 Justin Bogner <mail@justinbogner.com> (tiny change)
785
786 * play/fortune.el (fortune-program-options): Change to a list.
787 (fortune-in-buffer): Use apply.
788
789 2008-09-20 Ulrich Mueller <ulm@kph.uni-mainz.de>
790
791 * emacs-lisp/authors.el: Change encoding of file to utf-8.
792 (authors-coding-system): Likewise.
793
794 2008-09-20 Ami Fischman <ami@fischman.org>
795
796 * savehist.el (savehist-save): Handle errors in writing as well as
797 reading.
798
799 2008-09-20 Michael Olson <mwolson@gnu.org>
800
801 * emacs-lisp/tq.el (tq-create): Disable undo in tq buffer in order
802 to provide a minimal performance boost.
803
804 2008-09-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
805
806 * proced.el (proced-grammar-alist, proced-custom-attributes)
807 (proced-format-alist, proced-format, proced-filter-alist)
808 (proced-filter, proced-sort): Use defcustom.
809 (proced-mode): Fix docstring.
810 (proced-process-attributes): Handle return value nil of functions
811 in proced-custom-attributes.
812
813 2008-09-19 Martin Rudalics <rudalics@gmx.at>
814
815 * textmodes/sgml-mode.el (sgml-tag-syntax-table): Remove prefix
816 flag from "'" entry in sgml-tag-syntax-table. (Bug#946)
817
818 2008-09-19 Miles Bader <miles@gnu.org>
819
820 * comint.el (comint-output-filter): Make field properties for
821 output text front-sticky.
822
823 2008-09-18 Dan Nicolaescu <dann@ics.uci.edu>
824
825 * vc-bzr.el (vc-bzr-show-log-entry):
826 * vc-git.el (vc-git-show-log-entry): Deal with a nil argument,
827 C-x v l for a directory uses that.
828
829 2008-09-18 Simon Josefsson <simon@josefsson.org>
830
831 * files.el (auto-mode-alist): Use sieve-mode for .sv, .siv, and
832 .sieve files.
833
834 2008-09-18 Martin Rudalics <rudalics@gmx.at>
835
836 * help-macro.el (make-help-screen): Preserve key bindings
837 established in help-mode call when exiting this macro.
838
839 2008-09-17 Kenichi Handa <handa@m17n.org>
840
841 * language/burmese.el: Fix setting of composition-function-table.
842
843 2008-09-17 Martin Rudalics <rudalics@gmx.at>
844
845 * info.el (Info-follow-nearest-node): Don't raise an error for
846 mouse-1 clicks.
847
848 2008-09-17 Jay Belanger <jay.p.belanger@gmail.com>
849
850 * calc/calc-units.el (calc-convert-temperature): Use default
851 units when appropriate.
852
853 2008-09-16 Markus Triska <markus.triska@gmx.at>
854
855 * textmodes/flyspell.el (flyspell-math-tex-command-p): Always
856 catch errors raised in `texmathp'.
857 (flyspell-tex-math-initialized): Remove.
858
859 2008-09-16 Martin Rudalics <rudalics@gmx.at>
860
861 * frame.el (select-frame-set-input-focus): With non-nil
862 mouse-autoselect-window always move mouse cursor to frame's
863 selected window. Otherwise restore pre 2008-09-13 behavior.
864 (select-frame-by-name): Use select-frame-set-input-focus.
865
866 * files.el (switch-to-buffer-other-frame): Don't raise frame since
867 pop-to-buffer already does it.
868 (display-buffer-other-frame): Fix doc-string.
869
870 2008-09-16 Glenn Morris <rgm@gnu.org>
871
872 * add-log.el (diff-find-source-location): Update declaration.
873
874 * progmodes/make-mode.el (makefile-match-function-end):
875 Move point. (Bug#983)
876
877 2008-09-16 Daiki Ueno <ueno@unixuser.org>
878
879 * epg.el (epg-start-verify): Pass "--verify" to gpgsm.
880
881 2008-09-15 Juanma Barranquero <lekktu@gmail.com>
882
883 * vc-rcs.el (vc-rcs-steal-lock, vc-rcs-checkout): Fix docstring typos.
884 (vc-rcs-fetch-master-state, vc-rcs-system-release): Doc fixes.
885
886 2008-09-15 Eduard Wiebe <usenet@pusto.de> (tiny change)
887
888 * vc-rcs.el (vc-rcs-rollback): Fix typos in docstring.
889
890 2008-09-15 Martin Rudalics <rudalics@gmx.at>
891
892 * files.el (file-truename): Don't raise args-out-of-range error
893 when filename has no separator on windows-nt. (Bug#982)
894
895 2008-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
896
897 * diff-mode.el (diff-find-file-name): Rename `batch' to `noprompt' and
898 be more honest when we don't know.
899 (diff-tell-file-name): Don't prompt before the actual prompt.
900 (diff-mode): Don't prompt in add-log-buffer-file-name-function.
901 (diff-find-source-location): Add `noprompt' argument.
902 (diff-current-defun): Don't prompt.
903
904 2008-09-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
905
906 * proced.el (proced-mark-face, proced-marked-face)
907 (proced-sort-header-face): Remove.
908 (proced-font-lock-keywords): Simplify.
909 (proced-format): Use face proced-sort-header.
910 (proced-format-interactive, proced-sort-interactive)
911 (proced-filter-interactive): Only call proced-update if the scheme
912 has changed.
913 (proced-sort-header): Use posn-actual-col-row.
914
915 2008-09-14 Martin Rudalics <rudalics@gmx.at>
916
917 * add-log.el (change-log-find-window): New variable.
918 (change-log-goto-source-1, change-log-goto-source):
919 Set change-log-find-window to window displaying source.
920 (change-log-next-error): Select window specified by
921 change-log-find-window.
922
923 2008-09-13 Martin Rudalics <rudalics@gmx.at>
924
925 * frame.el (select-frame-set-input-focus): With focus follows
926 mouse move mouse cursor to right window.
927 * window.el (pop-to-buffer): Select window before calling
928 select-frame-set-input-focus.
929
930 2008-09-12 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
931
932 * proced.el (proced-sort-header): New face.
933 (proced-sort-header-face): New variable.
934 (proced-format): Allow format value nil.
935 Use proced-sort-header-face for header of sort column.
936 (proced-format-args): New function.
937 (proced-grammar-alist, proced-timer-flag, proced-process-alist)
938 (proced-header-help-echo, proced-field-help-echo, proced-timer)
939 (proced-toggle-timer-flag, proced, proced-mode): Doc fix.
940 (proced-refine): Rename from proced-filter-attribute. Doc fix.
941 (proced-sort-header): Bind also to mouse-1.
942 (proced-move-to-goal-column): Return position of point.
943 (proced-filter-interactive): Always revert listing.
944 (proced-format-ttname): Simplify.
945 (proced-update): Do not keep undo information. Put point at
946 beginning of buffer if we generate the first listing.
947
948 2008-09-12 Tassilo Horn <tassilo@member.fsf.org>
949
950 * doc-view.el (doc-view-scroll-up-or-next-page)
951 (doc-view-scroll-down-or-previous-page): Fix scrolling in case of
952 vertically split windows.
953
954 2008-09-12 Glenn Morris <rgm@gnu.org>
955
956 * progmodes/f90.el (f90-mode-map): Don't bind \t and \r.
957
958 * indent.el (indent-line-function): Doc fix.
959 * progmodes/sh-script.el (sh-font-lock-open-heredoc): Doc fix.
960
961 2008-09-11 Martin Rudalics <rudalics@gmx.at>
962
963 * window.el (pop-to-buffer): If the window for buffer-or-name is
964 not on the selected frame, raise that window's frame and give it
965 input focus. (Bug#745)
966
967 2008-09-11 Glenn Morris <rgm@gnu.org>
968
969 * ido.el (ido-mode): Initialize with custom-initialize-default,
970 rather than a set function. (Bug#947)
971
972 2008-09-10 Chong Yidong <cyd@stupidchicken.com>
973
974 * replace.el (perform-replace): Don't set inhibit-read-only using
975 query-replace-skip-read-only (bug#956).
976
977 * edmacro.el (edmacro-parse-keys): Fix last change to omit macros
978 of the <<foo>> form.
979
980 2008-09-10 Martin Rudalics <rudalics@gmx.at>
981
982 * window.el (display-buffer): Fix doc-string typo.
983
984 2008-09-10 Kenichi Handa <handa@m17n.org>
985
986 * composite.el (compose-gstring-for-graphic): Fix previous change.
987
988 2008-09-10 Glenn Morris <rgm@gnu.org>
989
990 * info.el (Info-try-follow-nearest-node): Fix doc typo.
991
992 2008-09-10 Stephen Berman <stephen.berman@gmx.net>
993
994 * info.el (Info-mouse-follow-nearest-node): Follow links to different
995 manuals. (Bug#886)
996
997 2008-09-09 Juanma Barranquero <lekktu@gmail.com>
998
999 * ido.el (ido-unload-function): New function.
1000
1001 2008-09-08 Juanma Barranquero <lekktu@gmail.com>
1002
1003 * ido.el (ido-file-internal): Fix typo in prompt.
1004 (ido-merge-ftp-work-directories, ido-max-work-file-list): Doc fixes.
1005 (ido-max-prospects, ido-max-file-prompt-width, ido-ignore-buffers)
1006 (ido-enable-prefix, ido-setup-hook, ido-rewrite-file-prompt-functions)
1007 (ido-magic-forward-char, ido-magic-delete-char, ido-pop-dir):
1008 Fix typos in docstrings.
1009
1010 2008-09-08 Martin Rudalics <rudalics@gmx.at>
1011
1012 * help-fns.el (describe-function-1): Don't print extra newline
1013 after filling.
1014
1015 2008-09-08 Katsumi Yamaoka <yamaoka@jpl.org>
1016
1017 * help-fns.el (find-lisp-object-file-name): Handle case where
1018 library is compressed.
1019
1020 2008-09-07 Chong Yidong <cyd@stupidchicken.com>
1021
1022 * complete.el (PC-do-completion): Don't replace buffer
1023 contents (bug#227).
1024
1025 2008-09-07 Juanma Barranquero <lekktu@gmail.com>
1026
1027 * loadhist.el (unload-feature-special-hooks):
1028 Add `choose-completion-string-functions'.
1029
1030 2008-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
1031
1032 * vc-svn.el (vc-svn-root):
1033 * vc-sccs.el (vc-sccs-root):
1034 * vc-rcs.el (vc-rcs-root):
1035 * vc-cvs.el (vc-cvs-root): Delete.
1036 * vc-hooks.el (vc-find-root): Remove `invert' argument.
1037
1038 2008-09-07 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
1039
1040 * progmodes/flymake.el (flymake-parse-err-lines): Filter out
1041 errors occurring in different files.
1042
1043 2008-09-07 Dan Nicolaescu <dann@ics.uci.edu>
1044
1045 * vc-bzr.el (vc-bzr-extra-fileinfo): New defstruct.
1046 (vc-bzr-status-printer): New function.
1047 (vc-bzr-after-dir-status): Deal with renamed files.
1048
1049 2008-09-07 Johan Euphrosine <proppy@aminche.com> (tiny change)
1050
1051 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Shell quote
1052 buffer's filename.
1053
1054 2008-09-07 Martin Rudalics <rudalics@gmx.at>
1055
1056 * subr.el (cancel-change-group): Widen buffer temporarily when
1057 undoing changes. (Bug#810)
1058
1059 2008-09-07 Nick Roberts <nickrob@snap.net.nz>
1060
1061 * progmodes/gud.el (gud-stop-subjob): Using jdb, suspend threads
1062 with gud-stop-subjob rather than exit debugger.
1063
1064 2008-09-07 Kenichi Handa <handa@m17n.org>
1065
1066 * composite.el: Compose combining characters only when it
1067 follows a character matching with "[[:alpha:]]".
1068
1069 2008-09-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1070
1071 * proced.el: Require time-date.
1072 (proced-command-alist, proced-command, proced-goal-header-re)
1073 (proced-sorting-schemes-alist, proced-sorting-scheme)
1074 (proced-header-alist, proced-sorting-schemes-re)
1075 (proced-skip-regexp, proced-next-line, proced-previous-line)
1076 (proced-listing-type, proced-sorting-scheme-p): Remove.
1077 (proced-grammar-alist, proced-custom-attributes)
1078 (proced-format-alist, proced-format, proced-filter-alist)
1079 (proced-filter, proced-sort, proced-goal-attribute)
1080 (proced-timer-interval, proced-timer-flag, proced-timer)
1081 (proced-process-alist, proced-sort-internal, proced-process-tree)
1082 (proced-header-help-echo, proced-field-help-echo): New variables.
1083 (proced-pid-at-point, proced-timer, proced-mark-process-alist)
1084 (proced-omit-process, proced-filter, proced-process-tree)
1085 (proced-filter-children, proced-children-pids)
1086 (proced-filter-parents, proced-<, proced-string-lessp)
1087 (proced-time-lessp, proced-xor, proced-sort-p)
1088 (proced-format-time, proced-format-start, proced-format-ttname)
1089 (proced-format, proced-process-attributes): New functions.
1090 (proced-toggle-timer-flag, proced-mark-children)
1091 (proced-mark-parents, proced-filter-interactive)
1092 (proced-filter-attribute, proced-sort-interactive)
1093 (proced-sort-header, proced-format-interactive): New commands.
1094 (proced-move-to-goal-column): Use goal-column.
1095 (proced-mode): Use proced-timer.
1096 (proced-do-mark-all): Display process count. Use use-region-p.
1097 Simplify.
1098 (proced-omit-processes): Use use-region-p.
1099 (proced-sort-pcpu, proced-sort-pmem, proced-sort-pid)
1100 (proced-sort-start, proced-sort-time, proced-sort-user):
1101 Use proced-sort-interactive.
1102 (proced-sort): Make it a function that performs the actual sort.
1103 (proced-update): New arg revert. Use proced-process-alist,
1104 proced-filter, proced-sort, proced-format, and
1105 proced-grammar-alist. Preserve position of point based on fields.
1106 Make header line and fields clickable.
1107 (proced-send-signal): Use proced-pid-at-point and proced-process-alist.
1108 (proced-why): Use save-selected-window.
1109 (proced-log): Use buffer-read-only.
1110
1111 2008-09-06 Chong Yidong <cyd@stupidchicken.com>
1112
1113 * tooltip.el (tooltip-mode): Initialize unconditionally to t.
1114
1115 2008-09-06 Glenn Morris <rgm@gnu.org>
1116
1117 * add-log.el (diff-find-source-location): Declare.
1118 (find-change-log): If called from a diff buffer, try to switch to the
1119 source buffer (e.g. to respect change-log-default-name there).
1120
1121 * progmodes/sh-script.el (sh-get-kw): Remove '()' from the list of
1122 unallowed characters; added 2006-10-10 without comment. (Bug#753)
1123
1124 * Makefile.in (ELCFILES): Update.
1125
1126 2008-09-06 Chong Yidong <cyd@stupidchicken.com>
1127
1128 * textmodes/ispell.el (ispell-command-loop): Suspend ispell if the
1129 user enters a mouse event in another frame, or a special event.
1130
1131 * server.el (server-switch-buffer): New arg.
1132 (server-execute): If reusing an existing window, set file position
1133 if required.
1134
1135 2008-09-06 Kenichi Handa <handa@m17n.org>
1136
1137 * language/lao.el: Fix setting of composition-function-table.
1138
1139 2008-09-06 Eli Zaretskii <eliz@gnu.org>
1140
1141 * term/pc-win.el (msdos-show-help): Don't truncate lines while
1142 displaying help echo messages.
1143
1144 2008-09-06 Martin Rudalics <rudalics@gmx.at>
1145
1146 * subr.el (symbol-file): Fix doc-string.
1147
1148 2008-09-06 Glenn Morris <rgm@gnu.org>
1149
1150 * help-mode.el (help-xref-forward-stack): Doc fix.
1151
1152 * add-log.el (change-log-default-name): Autoload safety.
1153
1154 2008-09-05 Wilson Snyder <wsnyder@wsnyder.org>
1155
1156 * verilog-mode.el (verilog-library-extensions): Enable .sv
1157 filename extensions to call verilog-mode.
1158 (verilog-auto, verilog-auto-inst, verilog-faq)
1159 (verilog-submit-bug-report): Update author support URLs.
1160 (verilog-delete-auto, verilog-auto-inout-module)
1161 (verilog-auto-inout-comp, verilog-auto): Add AUTOINOUTCOMP for
1162 creating complemented testbench modules. Suggested by Yishay Belkind.
1163 (verilog-auto-inst-port, verilog-simplify-range-expression):
1164 When verilog-auto-inst-param-value is set, don't require a
1165 AUTO_TEMPLATE to expand parameter substitutions. Suggested by
1166 Yishay Belkind.
1167 (verilog-auto-inst-param-value): Add safe variable.
1168 (verilog-re-search-forward, verilog-re-search-backward):
1169 Fix returning wrong search results on Emacs 22.1.
1170 (verilog-modi-cache-results, verilog-auto): Fix warning message
1171 about "toggling font-lock-mode."
1172 (verilog-auto): Fix losing font-lock on errors.
1173 (verilog-auto-inst-param-value, verilog-mode-version)
1174 (verilog-mode-version-date, verilog-read-inst-param-value)
1175 (verilog-auto-inst, verilog-auto-inst-param)
1176 (verilog-auto-inst-port, verilog-simplify-range-expression):
1177 Allow parameters to be replaced with their values, on the expansion of
1178 an AUTOINST with Verilog 2001 style parameter settings.
1179 Suggested by David Rogoff.
1180
1181 2008-09-05 Michael McNamara <mac@mail.brushroad.com>
1182
1183 * verilog-mode.el (verilog-beg-block-re-ordered, verilog-calc-1):
1184 Better support for the property statement. Sometimes this keyword
1185 introduces a statement which requires an endproperty keyword, and
1186 sometimes it doesn't, depending on the work before the property
1187 word. If property is prefixed with assert, assume or cover
1188 keyword, then the statement is ended with a ';'. Otherwise,
1189 property is like task or specify, and is followed by some number
1190 of statements, which are ended with an endproperty keyword.
1191 (electric-verilog-tab): Support Emacs 22.2 style handling of tab
1192 in a highlighted region: indent each line in region according to
1193 mode. Supply this so it works in XEmacs and older Emacs.
1194
1195 2008-09-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1196
1197 * whitespace.el (whitespace-kill-buffer-hook, whitespace-action):
1198 Don't clean up a buffer when killing it.
1199
1200 2008-09-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1201
1202 * whitespace.el: Fix auto-cleanup on kill prevents killing read-only
1203 buffers (bug#360). New version 11.2.1.
1204 (whitespace-action): New value `warn-read-only' to give a warning when
1205 buffer is read-only and whitespace action is cleanup or auto-cleanup.
1206 (whitespace-cleanup, whitespace-cleanup-region): Code fix.
1207 (whitespace-warn-read-only): New fun.
1208
1209 2008-09-05 Chong Yidong <cyd@stupidchicken.com>
1210
1211 * international/quail.el: Require help-mode.
1212 (quail-help-init): Function removed.
1213 (quail-keyboard-layout-button, quail-keyboard-customize-button):
1214 Define directly.
1215
1216 * dired.el (dired-get-filename): Rewrite octal escape character
1217 processor (bug#885).
1218
1219 2008-09-05 Eli Zaretskii <eliz@gnu.org>
1220
1221 * cus-edit.el (custom-button-pressed): Default to inverse-video.
1222
1223 * term/pc-win.el (msdos-face-setup): Setup faces for all frames,
1224 not just for terminal-frame.
1225
1226 2008-09-05 Martin Rudalics <rudalics@gmx.at>
1227
1228 * window.el (window--try-to-split-window): Don't split when window
1229 is not splittable in last disjunct. (Bug#888)
1230
1231 2008-09-05 Kenichi Handa <handa@m17n.org>
1232
1233 * language/tibetan.el: Fix setting of composition-function-table.
1234
1235 * composite.el (find-composition): Mention about the automatic
1236 composition in the docstring.
1237 (compose-gstring-for-graphic): Fix handling "above" marks.
1238
1239 * descr-text.el (describe-char): Fix handling of automatic composition.
1240
1241 2008-09-04 Juanma Barranquero <lekktu@gmail.com>
1242
1243 * net/tramp-cache.el (tramp-flush-file-function): Fix docstring typo.
1244 (tramp-parse-connection-properties): Reflow docstring.
1245
1246 2008-09-04 Kim F. Storm <storm@cua.dk>
1247
1248 * ido.el (ido-buffer-internal, ido-file-internal): Pass on other-window
1249 and other-frame methods when switching between file and buffer modes.
1250
1251 2008-09-04 Martin Rudalics <rudalics@gmx.at>
1252
1253 * info.el (Info-dir-remove-duplicates): Narrow buffer when
1254 removing duplicate entries under same heading. Don't skip char
1255 matching anything but a space or tab at bol. (Bug#864)
1256
1257 2008-09-03 Alan Mackenzie <acm@muc.de>
1258
1259 * progmodes/cc-defs.el (c-version): Increment to 5.31.6.
1260
1261 2008-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
1262
1263 * minibuffer.el (completion-pcm--pattern->regex): Undo last change.
1264 (completion-pcm--all-completions): Move the case-fold-search binding to
1265 it also applies to completion-regexp-list (used in all-completions).
1266 (completion-pcm--hilit-commonality): Add missing case-fold-search.
1267
1268 2008-09-03 Martin Rudalics <rudalics@gmx.at>
1269
1270 * window.el (pop-up-frame-function): Move ...
1271 * frame.el (pop-up-frame-function): ... here, to avoid
1272 "CHANGED outside Customize;".
1273
1274 2008-09-03 Glenn Morris <rgm@gnu.org>
1275
1276 * buff-menu.el (buffer-menu-mode-hook): Add obsolete alias.
1277
1278 2008-09-03 Chong Yidong <cyd@stupidchicken.com>
1279
1280 * isearch.el (isearch-highlight-regexp): Fix last change, quoting
1281 non-alphabetical characters properly.
1282
1283 2008-09-02 Dan Nicolaescu <dann@ics.uci.edu>
1284
1285 * files.el (auto-mode-alist): Use verilog-mode for SystemVerilog files.
1286
1287 2008-09-02 Martin Rudalics <rudalics@gmx.at>
1288
1289 * calc/calc.el (calc-dispatch-map): Fix handling of upcased and
1290 control-prefixed keys. (Bug#835)
1291
1292 2008-09-02 Chong Yidong <cyd@stupidchicken.com>
1293
1294 * image-mode.el (image-mode): Fix 2008-07-19 change.
1295
1296 2008-09-02 Juanma Barranquero <lekktu@gmail.com>
1297
1298 * tool-bar.el (tool-bar-add-item): Fix typo in docstring.
1299
1300 * emulation/tpu-edt.el (tpu-kill-buffer): Doc fix.
1301
1302 2008-09-02 Glenn Morris <rgm@gnu.org>
1303
1304 * emacs-lisp/lucid.el (try-face-font): Remove dead alias.
1305
1306 * progmodes/cc-langs.el (c-opt-op-identitier-prefix): Fix typo.
1307
1308 2008-09-01 Glenn Morris <rgm@gnu.org>
1309
1310 * vc-hooks.el (vc-previous-version): Move alias to vc.el.
1311 * vc.el (vc-default-previous-version): Move alias here from vc-hooks,
1312 and fix name typos. (Bug#856)
1313
1314 2008-09-01 Chong Yidong <cyd@stupidchicken.com>
1315
1316 * minibuffer.el (completion-pcm--pattern->regex):
1317 When completion-ignore-case is non-nil, generate a regexp that
1318 ignores case.
1319
1320 * window.el (recenter-top-bottom): Doc fix.
1321
1322 2008-09-01 Simon South <ssouth@member.fsf.org>
1323
1324 * progmodes/delphi.el: New maintainer.
1325 (delphi-interface-types): New var.
1326 (delphi-composite-types): Use it.
1327 (delphi-enclosing-indent-of): Distinguish between "interface"
1328 keyword as a unit separator and used like a class declaration.
1329
1330 2008-09-01 Martin Rudalics <rudalics@gmx.at>
1331
1332 * help-fns.el (describe-simplify-lib-file-name)
1333 (find-source-lisp-file): Remove.
1334 (find-lisp-object-file-name): New function giving preference to
1335 files found via load-path instead of loaddefs.el.
1336 (describe-function-1): Use new function instead of the removed
1337 ones. (Bugs #587, #669, #690)
1338 * faces.el (describe-face): Use find-lisp-object-file-name instead
1339 of describe-simplify-lib-file-name.
1340
1341 2008-09-01 Kenichi Handa <handa@m17n.org>
1342
1343 * international/mule-diag.el (font-show-log): Fix previous change.
1344
1345 * international/mule-cmds.el (set-language-environment):
1346 Don't overwrite current-iso639-language if the current language
1347 environment doesn't provide that data.
1348 (set-locale-environment): Set current-iso639-language from the
1349 locale name.
1350
1351 * international/fontset.el (script-representative-chars): Re-add
1352 the entry for symbol, but with vector of characters.
1353 (setup-default-fontset): Cancel previous change.
1354
1355 2008-08-31 Chong Yidong <cyd@stupidchicken.com>
1356
1357 * ido.el: Move provide statement to the end of the file.
1358
1359 2008-08-30 Markus Triska <markus.triska@gmx.at>
1360
1361 * linum.el (linum-mode): `window-size-change-functions' can now be
1362 buffer-local.
1363 (linum-update-window): Use result of `move-overlay'.
1364
1365 2008-08-30 Glenn Morris <rgm@gnu.org>
1366
1367 * subr.el (make-variable-frame-local): Tweak obsolescence message.
1368
1369 * info.el (Info-hide-note-references, Info-refill-paragraphs):
1370 Doc fixes.
1371
1372 * apropos.el (apropos-command): Report documentation errors.
1373 * help-fns.el (describe-function-1): Handle broken aliases. (Bug#825)
1374
1375 2008-08-29 Chong Yidong <cyd@stupidchicken.com>
1376
1377 * isearch.el (isearch-highlight-regexp): Fix case of highlighted
1378 string.
1379
1380 2008-08-29 Eli Zaretskii <eliz@gnu.org>
1381
1382 * bindings.el (mode-line-frame-identification): Fix last change.
1383
1384 2008-08-29 Kenichi Handa <handa@m17n.org>
1385
1386 These changes are to adjust the automatic composition for the new
1387 implementation (avoid using text property).
1388
1389 * composite.el (composition-function-table): Move declaration to
1390 composite.c.
1391 (terminal-composition-base-character-p): Delete it.
1392 (terminal-composition-function): Delete it.
1393 (terminal-composition-function-table): Delete it.
1394 (lgstring-header, lgstring-set-header, lgstring-font)
1395 (lgstring-char, lgstring-char-len, lgstring-shaped-p)
1396 (lgstring-set-id, lgstring-glyph, lgstring-glyph-len)
1397 (lgstring-set-glyph, lglyph-from, lglyph-to, lglyph-char)
1398 (lglyph-code, lglyph-width, lglyph-lbearing, lglyph-rbearing)
1399 (lglyph-ascent, lglyph-descent, lglyph-adjustment)
1400 (lglyph-set-from-to, lglyph-copy, lgstring-insert-glyph)
1401 (compose-glyph-string, compose-glyph-string-relative)
1402 (compose-gstring-for-graphic, compose-gstring-for-terminal):
1403 New functions.
1404 (auto-compose-chars): Argument changed.
1405
1406 * language/european.el: Don't setup composition-function-table.
1407 (diacritic-composition-pattern, diacritic-compose-region)
1408 (diacritic-compose-string, diacritic-compose-buffer)
1409 (diacritic-composition-function): Delete them.
1410
1411 * language/lao-util.el (lao-composition-function): Argument changed.
1412
1413 * language/sinhala.el: Fix setting up of composition-function-table.
1414
1415 * language/thai.el: Fix setting up of composition-function-table.
1416
1417 * language/thai-util.el: Encoding changed to utf-8.
1418 (thai-composition-function): Argument changed.
1419
1420 * language/indian.el: Fix setting up of composition-function-table.
1421 (devanagari-composable-pattern)
1422 (tamil-composable-pattern, kannada-composable-pattern)
1423 (malayalam-composable-pattern): New variables.
1424
1425 * international/characters.el (unicode-category-table):
1426 Setup unicode-category-table.
1427
1428 * international/fontset.el (setup-default-fontset): Prepend
1429 iso10646-1 fonts to the fallback font groups instead of appending.
1430
1431 2008-08-29 Glenn Morris <rgm@gnu.org>
1432
1433 * cus-start.el (truncate-partial-width-windows): Changed in 23.1.
1434
1435 2008-08-28 Chong Yidong <cyd@stupidchicken.com>
1436
1437 * term/x-win.el (x-win-suspend-error): Don't signal error if there
1438 are no X frames active.
1439
1440 2008-08-28 Michael Albinus <michael.albinus@gmx.de>
1441
1442 * net/xesam.el (xesam-kill-buffer-function): Wrap code by
1443 `ignore-errors' (the function must succeed always).
1444
1445 2008-08-28 "Edward O'Connor" <hober0@gmail.com>
1446
1447 * json.el (json-read-number): New arg. Handle explicitly signed
1448 numbers.
1449 (json-readtable): Add `+' and `.'.
1450
1451 2008-08-28 Eli Zaretskii <eliz@gnu.org>
1452
1453 * term/pc-win.el (msdos-previous-message): New variable.
1454 (msdos-show-help): New function.
1455 (msdos-initialize-window-system): Set show-help-function to
1456 msdos-show-help.
1457
1458 2008-04-09 Lennart Borgman <lennart.borgman@gmail.com>
1459
1460 * emacs-lisp/debug.el (debug): When killing a noninteractive
1461 Emacs, give an exit status of -1.
1462
1463 2008-08-28 Chong Yidong <cyd@stupidchicken.com>
1464
1465 * vc-hooks.el (vc-workfile-unchanged-p): Revert last change.
1466
1467 2008-08-27 Alex Harsanyi <harsanyi@mac.com> (tiny change)
1468
1469 * vc-hooks.el (vc-workfile-unchanged-p): If the checkout time is
1470 not the same as the last modification time, fall back on the
1471 backend-specific check.
1472
1473 2008-08-27 Teodor Zlatanov <tzz@lifelogs.com>
1474
1475 * add-log.el (change-log-next-error): Run an extra `pop-to-buffer'
1476 to go to the position of interest.
1477
1478 2008-08-27 Tomas Abrahamsson <tab@lysator.liu.se>
1479
1480 * textmodes/artist.el (artist-mode-init): Add comment on the
1481 setting up of the `artist-replacement-table' array.
1482 (artist-get-replacement-char): New defsubst.
1483 (artist-get-char-at-xy-conv, artist-replace-char)
1484 (artist-replace-chars, artist-replace-string): Use it instead of
1485 accessing `artist-replacement-table' directly.
1486 Reported by Rubén Berenguel <ruben@maia.ub.es>.
1487
1488 (artist-mt): Fix structures for cut and copy operations.
1489
1490 2008-08-27 Chong Yidong <cyd@stupidchicken.com>
1491
1492 * shell.el (shell-file-name-quote-list): Quote `$'.
1493
1494 * comint.el (comint-dynamic-complete-as-filename): Generalize last
1495 change to allow quoting of characters before point.
1496 (comint-dynamic-list-filename-completions): Quote common substring.
1497
1498 2008-08-26 Chong Yidong <cyd@stupidchicken.com>
1499
1500 * comint.el (comint-dynamic-complete-as-filename): If case is
1501 ignored while matching, replace the entire filename with completion.
1502
1503 * textmodes/flyspell.el (flyspell-check-pre-word-p): Make sure
1504 flyspell-pre-point is valid to avoid signalling an error in
1505 post-command-hook.
1506
1507 2008-08-26 Johan Bockgård <bojohan@gnu.org>
1508
1509 * linum.el (linum): Inherit remaining face attributes from default
1510 face.
1511
1512 2008-08-26 Markus Triska <markus.triska@gmx.at>
1513
1514 * linum.el (linum-delay): Disable - it should no longer be
1515 necessary, and can lead to longer delays.
1516 (linum-update-window): Renumber if margin width has changed.
1517
1518 2008-08-26 Daiki Ueno <ueno@unixuser.org>
1519
1520 * epa.el (epa--key-widget-action): Save the selected window to
1521 make `widget-button-click-moves-point' work. (Bug#733).
1522
1523 2008-08-26 Glenn Morris <rgm@gnu.org>
1524
1525 * calendar/holidays.el (calendar-holidays): Doc fix.
1526
1527 * progmodes/gud.el (tramp-file-name-localname)
1528 (tramp-dissect-file-name): Declare.
1529
1530 * term/pc-win.el (msdos-setup-keyboard): Fix declaration.
1531
1532 2008-08-25 Eli Zaretskii <eliz@gnu.org>
1533
1534 * bindings.el (mode-line-frame-control): New function, caters to
1535 `pc' ``window system''.
1536 (mode-line-frame-identification): Use it instead of accessing
1537 window-system directly.
1538
1539 2008-08-25 Juri Linkov <juri@jurta.org>
1540
1541 * textmodes/text-mode.el (text-mode-map): Unbind "\es" from
1542 `center-line' and "\eS" from `center-paragraph'.
1543 (facemenu-keymap): Bind "\es" to `center-line' and "\eS" to
1544 `center-paragraph'.
1545
1546 2008-08-25 Ulf Jasper <ulf@web.de>
1547
1548 * net/newst-treeview.el (newsticker-treeview-own-frame): Doc fixed.
1549 (newsticker-treeview-treewindow-width): New.
1550 (newsticker-treeview-listwindow-height): New.
1551 (newsticker-treeview-browse-url-item): New.
1552 (newsticker-treeview-mode-map):
1553 Add newsticker-treeview-browse-url-item.
1554 (newsticker--treeview-window-init):
1555 Use newsticker-treeview-treewindow-width and
1556 newsticker-treeview-listwindow-height.
1557
1558 * net/newst-reader.el (newsticker-browse-url-item): New.
1559
1560 2008-08-25 Dan Nicolaescu <dann@ics.uci.edu>
1561
1562 * vc-dir.el (vc-dir-marked-only-files-and-states):
1563 (vc-dir-child-files-and-states): Reverse the list before returning it.
1564
1565 2008-08-24 Michael Albinus <michael.albinus@gmx.de>
1566
1567 * net/dbus.el (dbus-introspect): Use `dbus-call-method-non-blocking'.
1568
1569 2008-08-24 Romain Francoise <romain@orebokech.com>
1570
1571 * progmodes/python.el (run-python): Remove '' from sys.path.
1572
1573 2008-08-23 Glenn Morris <rgm@gnu.org>
1574
1575 * progmodes/fortran.el (fortran-tab-mode-string)
1576 (fortran-comment-line-start, fortran-continuation-string): Doc fixes.
1577
1578 2008-08-23 Eli Zaretskii <eliz@gnu.org>
1579
1580 * term/pc-win.el (msdos-setup-keyboard) <msdos-setup-keyboard>:
1581 Add declare-function.
1582
1583 * startup.el (command-line): Don't call tty-register-default-colors
1584 if initial-window-system is `pc'.
1585
1586 * term/internal.el (local-function-key-map): Fix unbalanced parens.
1587 (msdos-key-remapping-map): New variable. Move here all the special
1588 keys we will be remapping via local-function-key-map.
1589 (msdos-setup-keyboard): New function.
1590
1591 * term/pc-win.el (msdos-create-frame-with-faces): Rename from
1592 make-msdos-frame.
1593 (terminal-init-internal): New function, errors out if called.
1594 (msdos-initialize-window-system): New function.
1595 (msdos-create-frame-with-faces): Set the terminal's
1596 `terminal-initted' (sic!) parameter.
1597 (frame-creation-function-alist): Add msdos-create-frame-with-faces.
1598 (window-system-initialization-alist):
1599 Add msdos-initialize-window-system.
1600 (handle-args-function-alist): Use tty-handle-args for `pc'
1601 ``window system'' as well.
1602 (pc-win): Provide.
1603
1604 * term/tty-colors.el (tty-register-default-colors): Remove bogus
1605 code for using msdos-color-values.
1606
1607 * loadup.el [ms-dos]: Load term/pc-win.
1608
1609 2008-08-23 Dan Nicolaescu <dann@ics.uci.edu>
1610
1611 * vc-dir.el (vc-dir-prepare-status-buffer): Make sure we use a
1612 directory name.
1613
1614 2008-08-23 Nick Roberts <nickrob@snap.net.nz>
1615
1616 * progmodes/gud.el (gud-common-init): Use absolute file so that
1617 perldb works with tramp (sudo).
1618
1619 * term/x-win.el (x-gtk-map-stock): Don't let the tool bar destroy
1620 match data in process filters.
1621
1622 2008-08-23 Martin Rudalics <rudalics@gmx.at>
1623
1624 * dired.el (dired-buffer-stale-p): Do not revert buffer that
1625 can be written.
1626
1627 2008-08-23 Glenn Morris <rgm@gnu.org>
1628
1629 * dired-x.el (dired-guess-shell-alist-default): Add .mp3 and .ogg.
1630 (dired-guess-shell-alist-user): Doc fix. (Bug#417).
1631
1632 2008-08-23 Chong Yidong <cyd@stupidchicken.com>
1633
1634 * subr.el (temp-buffer-show-hook): Doc fix.
1635
1636 2008-08-22 Michael Albinus <michael.albinus@gmx.de>
1637
1638 * net/tramp.el (tramp-remote-process-environment): Add "EMACS=t"
1639 and "INSIDE_EMACS=...". Reported by Tassilo Horn
1640 <tassilo@member.fsf.org>.
1641
1642 * net/trampver.el: Update release number.
1643
1644 * net/xesam.el (xesam-minor-mode): New minor mode.
1645 (xesam-highlight-buffer): Remove. Code moved to
1646 `xesam-minor-mode'.
1647 (xesam-refresh-entry): Use `xesam-minor-mode'.
1648
1649 2008-08-21 Chong Yidong <cyd@stupidchicken.com>
1650
1651 * minibuffer.el (completion--try-word-completion):
1652 Disable partial-completion when considering the addition of a space
1653 or hyphen.
1654
1655 2008-08-21 John Paul Wallington <jpw@pobox.com>
1656
1657 * mail/rmail.el (rmail-insert-inbox-text): Ensure that the
1658 filename of `tofile' doesn't contain any colons on Windows,
1659 Cygwin, and MS-DOS systems.
1660
1661 2008-08-21 Daiki Ueno <ueno@unixuser.org>
1662
1663 * epg.el (epg-make-context, epg-context-set-passphrase-callback)
1664 (epg-context-set-progress-callback): Make sure the callback is a
1665 cons of a function and a handback. Update all callers.
1666
1667 2008-08-20 David Reitter <david.reitter@gmail.com>
1668
1669 * term/ns-win.el (ns-cursor-blink-rate, ns-cursor-blink-mode): Remove.
1670 Patch applied by Adrian Robert.
1671
1672 2008-08-20 Kevin Ryde <user42@zip.com.au>
1673
1674 * textmodes/nroff-mode.el (nroff-mode): Avoid auto-filling on
1675 directive lines.
1676
1677 2008-08-20 Michael Albinus <michael.albinus@gmx.de>
1678
1679 * net/xesam.el (xesam-highlight-string): Precise doc string.
1680 (xesam-highlight-buffer): New defun.
1681 (xesam-refresh-entry): Use it. Better check for sourceModified.
1682
1683 2008-08-19 Chong Yidong <cyd@stupidchicken.com>
1684
1685 * edmacro.el (edmacro-parse-keys): Catch events with spaces in
1686 their names.
1687
1688 2008-08-19 Kenichi Handa <handa@m17n.org>
1689
1690 * language/european.el ("Esperanto"): Change the preferred
1691 charsets to iso-8859-3.
1692
1693 * language/utf-8-lang.el ("UTF-8"): Add the preferred charsets.
1694
1695 * international/fontset.el (script-representative-chars):
1696 Delete the entry for symbol.
1697 (setup-default-fontset): For symbol characters, don't specify
1698 :script property.
1699
1700 2008-08-19 Chong Yidong <cyd@stupidchicken.com>
1701
1702 * minibuffer.el (completion-table-dynamic): Doc fix.
1703
1704 * cus-edit.el (custom-toggle-hide): Allow hiding only if widget is
1705 saved.
1706
1707 2008-08-18 Chong Yidong <cyd@stupidchicken.com>
1708
1709 * emulation/edt.el (edt-default-emulation-setup):
1710 Share global-buffers-menu-map with the emulated global map.
1711
1712 2008-08-18 Adrian Robert <Adrian.B.Robert@gmail.com>
1713
1714 * term/ns-win.el (global): Uncomment "put backspace
1715 ascii-character..." and friends, they are needed for tramp. (Bug#725)
1716
1717 2008-08-18 Kenichi Handa <handa@m17n.org>
1718
1719 * international/mule-diag.el (font-show-log): Add optional arg N
1720 to control the limit of font listing.
1721
1722 2008-08-18 Chong Yidong <cyd@stupidchicken.com>
1723
1724 * window.el (recenter-top-bottom): Determine top and bottom
1725 positions using scroll-margin instead of scroll-conservatively.
1726
1727 2008-08-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1728
1729 * proced.el (proced-send-signal): Use beginning-of-line.
1730
1731 2008-08-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1732
1733 * proced.el (proced-signal-list): Add POSIX 1003.1-2001 signals.
1734 (proced-mode-map): Add tooltips for menus. Use radio buttons for
1735 listing types.
1736 (proced-log-buffer): New variable.
1737 (proced-mark-all, proced-unmark-all, proced-do-mark-al): Operate on
1738 region if transient-mark-mode is turned on and the region is active.
1739 (proced-omit-processes): Rename from proced-hide-processes to
1740 avoid key clash with describe-mode (bound to h). Search for
1741 marked processes starting from point-min.
1742 (proced-header-space): Remove.
1743 (proced-send-signal): Handle errors. Operate on current process
1744 if no process is marked.
1745 (proced-why): New command.
1746 (proced-log, proced-log-summary): New functions.
1747 (proced-help): Use proced-why.
1748 * textmodes/bibtex.el (bibtex-entry-format): Mark as safe.
1749 (bibtex-autokey-year-title-separator): Fix docstring.
1750
1751 2008-08-17 Michael Albinus <michael.albinus@gmx.de>
1752
1753 * net/xesam.el (xesam-vendor, xesam-notify-function):
1754 New local variables.
1755 (xesam-mode): Extend docstring. Initialize `xesam-notify-function'.
1756 (xesam-refresh-entry): Use `xesam-notify-function' if set. Remove
1757 Debbugs specific code; it shall be enabled via `xesam-mode-hooks'.
1758 (xesam-new-search): Initialize `xesam-vendor'.
1759
1760 2008-08-15 Glenn Morris <rgm@gnu.org>
1761
1762 * eshell/esh-cmd.el (eshell-do-pipelines): Indicate the last command in
1763 a pipeline.
1764 * eshell/em-ls.el (eshell-ls-files): List one per line in a pipeline,
1765 unless at the end of the pipeline. (Bug#699).
1766
1767 2008-08-14 Chong Yidong <cyd@stupidchicken.com>
1768
1769 * minibuffer.el (completion-boundaries): Doc fix.
1770 (display-completion-list): Only default base-size to zero if
1771 completing in the minibuffer.
1772
1773 * simple.el (completion-base-size): Doc fix.
1774 (choose-completion): Try reselecting completion-reference-buffer.
1775
1776 2008-08-14 Michael Albinus <michael.albinus@gmx.de>
1777
1778 * vc-dispatcher.el (vc-do-command): Let asynchronous processes run
1779 also for remote directories.
1780
1781 2008-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
1782
1783 * emacs-lisp/easymenu.el (easy-menu-add): Don't precompute keybindings
1784 since those precomputed values aren't used any more.
1785 (easy-menu-precalculate-equivalent-keybindings): Obsolete.
1786
1787 2008-08-14 Martin Rudalics <rudalics@gmx.at>
1788
1789 * help.el (with-help-window): Return last value in BODY.
1790
1791 2008-08-14 Michael Albinus <michael.albinus@gmx.de>
1792
1793 * net/xesam.el (xesam-refresh-entry): Use `save-excursion' in the
1794 notify function of the URL.
1795 (xesam-new-search): Encode special characters in the query string.
1796
1797 2008-08-13 Chong Yidong <cyd@stupidchicken.com>
1798
1799 * term/ns-win.el (ns-parse-geometry): Rename from x-parse-geometry.
1800
1801 2008-08-13 Andreas Schwab <schwab@suse.de>
1802
1803 * net/tramp.el (tramp-handle-shell-command): Handle output going
1804 to current buffer like shell-command. Don't disable undo.
1805
1806 2008-08-13 Glenn Morris <rgm@gnu.org>
1807
1808 * eshell/esh-cmd.el (eshell/which): Handle the case where no
1809 description is found.
1810
1811 2008-08-12 Alan Mackenzie <acm@muc.de>
1812
1813 * progmodes/cc-defs.el (c-emacs-features):
1814 argumentative-bod-function: bind mark-ring to avoid accumulating a
1815 spurious mark.
1816
1817 2008-08-12 Chong Yidong <cyd@stupidchicken.com>
1818
1819 * simple.el (visual-line--saved-state): New var.
1820 (visual-line-mode): Save local values of variables, and restore
1821 them when visual-line-mode is disabled.
1822
1823 2008-08-12 NAKAGAWA Makoto <gha03025@nifty.ne.jp> (tiny change)
1824
1825 * net/ldap.el (ldap-search-internal): Tweak URL regexp.
1826
1827 2008-08-11 Chong Yidong <cyd@stupidchicken.com>
1828
1829 * progmodes/cc-defs.el (c-emacs-features):
1830 Check beginning-of-defun-raw instead of beginning-of-defun, and avoid
1831 moving point during the test.
1832
1833 * emacs-lisp/lisp.el (beginning-of-defun): Doc fix.
1834
1835 2008-08-11 Glenn Morris <rgm@gnu.org>
1836
1837 * term/ns-win.el (x-parse-geometry): Doc fix.
1838
1839 * dired.el (x-popup-menu):
1840 * hi-lock.el (x-popup-menu):
1841 * mouse.el (font-face-attributes):
1842 * calendar/cal-menu.el (x-popup-menu):
1843 * calendar/calendar.el (x-popup-menu):
1844 * calendar/holidays.el (x-popup-menu):
1845 * progmodes/cperl-mode.el (x-popup-menu):
1846 * term/ns-win.el (dnd-open-file, tool-bar-mode, scroll-bar-scale)
1847 (x-open-connection):
1848 * term/w32-win.el (x-colors, x-handle-args, x-parse-geometry)
1849 (x-command-line-resources):
1850 * term/x-win.el (x-colors, x-parse-geometry, x-resource-name)
1851 (x-display-name, x-command-line-resources):
1852 Add declarations for builds without X.
1853
1854 2008-08-10 Glenn Morris <rgm@gnu.org>
1855
1856 * calendar/cal-bahai.el (holiday-bahai): Doc fix.
1857
1858 2008-08-10 Dan Nicolaescu <dann@ics.uci.edu>
1859
1860 * vc-bzr.el (vc-bzr-find-revision): Rename from
1861 vc-bzr-find-version, forgotten in the 2007-10-10 renaming.
1862
1863 2008-08-10 Michael Albinus <michael.albinus@gmx.de>
1864
1865 * net/xesam.el (xesam-search-engines): Add Debbugs hit fields.
1866 (xesam-refresh-entry): Add Debbugs handling. Insert a widget
1867 "DONE", when all hits are retrieved.
1868 (xesam-search): Autoload it.
1869
1870 2008-08-11 John Paul Wallington <jpw@pobox.com>
1871
1872 * ibuffer.el (ibuffer-buffer-file-name): Return nil rather than
1873 empty string when no filename.
1874 (define-ibuffer-column filename): Accommodate that change.
1875
1876 * ibuf-ext.el (ibuffer-define-filter filename): Use plain old
1877 `buffer-file-name' instead of `ibuffer-buffer-file-name'.
1878
1879 2008-08-10 Glenn Morris <rgm@gnu.org>
1880
1881 * Makefile.in (ELCFILES): Update.
1882
1883 2008-08-10 John Paul Wallington <jpw@pobox.com>
1884
1885 * pcvs.el (defun-cvs-mode): Add `doc-string' decl.
1886
1887 2008-08-08 Chong Yidong <cyd@stupidchicken.com>
1888
1889 * battery.el (battery-echo-area-format, battery-status-function):
1890 Handle new Linux sysfs format for battery reporting.
1891 (battery-linux-sysfs): New function.
1892
1893 2008-08-07 Martin Rudalics <rudalics@gmx.at>
1894
1895 * add-log.el (change-log-search-tag-name)
1896 (change-log-goto-source): Fix behavior when point is not on tag.
1897
1898 2008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
1899
1900 * startup.el (command-line-ns-option-alist): Use ignore instead of
1901 ns-ignore-0-arg.
1902
1903 * term/ns-win.el (ns-ignore-0-arg, mouse-extend-region)
1904 (ns-win-suspend-error, ns-yes-or-no-p, colors): Drop.
1905 (ns-alternatives-map): New variable.
1906 (x-set-up-function-keys): Use it.
1907 (global): Comment out "put backspace ascii-character..." and friends.
1908 Move function-key-map into ns-alternatives-map. Don't call
1909 precompute-menubar-bindings. Don't set anything connected with
1910 browse-url.
1911 (after-make-frame-functions): Clarify comment why a hook is added.
1912
1913 2008-08-06 Joakim Verona <joakim@verona.se>
1914
1915 * thingatpt.el (thing-at-point-url-path-regexp): Allow parenthesis
1916 in url:s.
1917
1918 2008-08-06 Dan Nicolaescu <dann@ics.uci.edu>
1919
1920 * vc-svn.el (vc-svn-parse-status): Use when instead of if.
1921 Fix 2008-01-01 change: use a shy group to not affect subsequent
1922 match calls.
1923
1924 2008-08-06 Reto Zimmermann <reto@gnu.org>
1925
1926 * progmodes/vera-mode.el (vera-electric-tab):
1927 * progmodes/vhdl-mode.el (vhdl-electric-tab): Make TAB indent
1928 region when active.
1929
1930 2008-08-06 Kenichi Handa <handa@m17n.org>
1931
1932 * faces.el (face-valid-attribute-values): Fix handling the value
1933 of (font-family-list) and font-XXX-table.
1934
1935 2008-08-06 Dan Nicolaescu <dann@ics.uci.edu>
1936
1937 * proced.el (proced-menu): Bind the correct function to for toggling.
1938
1939 * vc-dir.el (vc-dir-mode): Fix typo.
1940
1941 2008-08-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1942
1943 * whitespace.el (whitespace-newline-mode)
1944 (global-whitespace-newline-mode, whitespace-mode)
1945 (global-whitespace-mode): Improve docstring.
1946
1947 2008-08-05 Chong Yidong <cyd@stupidchicken.com>
1948
1949 * kmacro.el (kmacro-exec-ring-item): Add autoload.
1950
1951 * files.el (auto-save-visited-file-name): Move definition to fileio.c.
1952
1953 * cus-start.el (all): Handle auto-save-visited-file-name.
1954
1955 2008-08-05 Alex Shinn <alexshinn@gmail.com> (tiny change)
1956
1957 * files.el (hack-one-local-variable-eval-safep): Handle
1958 lisp-indent-function and scheme-indent-function in addition to the
1959 deprecated lisp-indent-hook.
1960
1961 2008-08-05 Michael Albinus <michael.albinus@gmx.de>
1962
1963 * net/xesam.el (top): Require `wid-edit' always.
1964 (xesam-mode-line, xesam-highlight): New deffaces.
1965 (xesam-objects): New local variable.
1966 (xesam-search-engines): Fix error in field list.
1967 (xesam-mode): Use `xesam-mode-line' instead of
1968 `font-lock-type-face'. Apply `xesam-mode' to a temp buffer, for
1969 proper initialization (why?).
1970 (xesam-highlight-string, xesam-get-hits)
1971 (xesam-kill-buffer-function): New defuns.
1972 (xesam-refresh-entry): Move code to `xesam-get-hits'. Check
1973 result of "hit.fields", it isn't a string only. Wrap an error of
1974 the strigi search engine ("xesam:size" is returned as string).
1975 Highlight search items.
1976 (xesam-refresh-search-buffer): Make logic of counters more simple.
1977 Prefetch next hits.
1978 (xesam-signal-handler): Use `xesam-mode-line' instead of
1979 `font-lock-type-face'.
1980 (xesam-new-search): Add `xesam-kill-buffer-function' to
1981 `kill-buffer-hook'.
1982
1983 2008-08-05 Teodor Zlatanov <tzz@lifelogs.com>
1984
1985 * add-log.el (change-log-next-error, change-log-mode): Add support
1986 for `next-error' to call `change-log-goto-source' on named files
1987 in a ChangeLog.
1988
1989 2008-08-05 Jay Belanger <jay.p.belanger@gmail.com>
1990
1991 * calc/calc.el (math-read-number): Handle all C-like languages
1992 properly.
1993
1994 2008-08-04 Vincent Belaïche <vincent.b.1@hotmail.fr>
1995
1996 * calc/calc.el (math-read-number): Handle C numbers beginning with
1997 0 correctly.
1998
1999 2008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
2000
2001 * term/ns-win.el ([ns-new-frame]): New global key.
2002
2003 2008-08-04 Juanma Barranquero <lekktu@gmail.com>
2004
2005 * international/mule-cmds.el (read-char-by-name):
2006 Check UCS names with `assoc-string' and case folding.
2007
2008 2008-08-04 Michael Albinus <michael.albinus@gmx.de>
2009
2010 * net/dbus.el (dbus-call-method-asynchronously)
2011 (dbus-method-return-internal, dbus-method-error-internal):
2012 Declare them with `declare-function'.
2013
2014 2008-08-04 Juanma Barranquero <lekktu@gmail.com>
2015
2016 * descr-text.el (describe-char-display): Fix last change:
2017 don't pass CHARSET to `encoded-string-description'.
2018
2019 2008-08-02 Alex Harsanyi <harsanyi@mac.com> (tiny change)
2020
2021 * vc.el (vc-next-action): Update list var correctly after delete.
2022
2023 2008-08-02 Chong Yidong <cyd@stupidchicken.com>
2024
2025 * ido.el (ido-mode): Add toggle notification.
2026
2027 * cus-edit.el (custom-save-all): Avoid destroying symlink if
2028 already visiting the custom file.
2029
2030 * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
2031 pending output coming after the status change.
2032
2033 2008-08-02 Jason Rumney <jasonr@gnu.org>
2034
2035 * w32-fns.el (tis620-2533): Use as preferred registry for thai fonts.
2036
2037 2008-08-01 Kenichi Handa <handa@m17n.org>
2038
2039 * international/mule-cmds.el (encode-coding-char):
2040 New optional arg CHARSET.
2041
2042 * descr-text.el (describe-char-display): Call encode-coding-char
2043 with the arg CHARSET.
2044 (describe-char): Pay attention to the text-property `charset'.
2045
2046 2008-08-01 Michael Albinus <michael.albinus@gmx.de>
2047
2048 * net/dbus.el (dbus-check-event, dbus-handle-event): Handle D-Bus
2049 error messages.
2050 (dbus-set-property): Call `dbus-introspect-get-property' instead
2051 of `dbus-get-property'.
2052
2053 * net/xesam.el (xesam-all-fields): Remove source and content
2054 identifiers.
2055 (xesam-dbus-unique-names): New defvar.
2056 (xesam-dbus-call-method): New defun. Replace all calls of
2057 `dbus-call-method' by `xesam-dbus-call-method'.
2058 (xesam-get-cached-property, xesam-set-cached-property):
2059 New defuns.
2060 (xesam-get-property, xesam-set-property, xesam-refresh-entry)
2061 (xesam-new-search, xesam-search): Apply `xesam-get-cached-property'.
2062 (xesam-search-engines): Make it an association list. Take changed
2063 layout into account in the corresponding function.
2064 (xesam-delete-search-engine): Remove check for consistency of
2065 `xesam-search-engines', not needed anymore.
2066 (xesam-mode): Show XML query string only in the debug case.
2067
2068 2008-07-31 Juanma Barranquero <lekktu@gmail.com>
2069
2070 * files.el (read-file-modes): Fix typo in docstring.
2071
2072 2008-07-31 Chong Yidong <cyd@stupidchicken.com>
2073
2074 * Makefile.in: Avoid maintainer warning for autogenerated unicode
2075 files.
2076
2077 * apropos.el (apropos-symbol): Don't set button skip by default.
2078 (apropos-print): Set button skip iff searching for multiple types.
2079 (apropos-print-doc): Insert blank label button when searching for
2080 a single type.
2081
2082 * button.el (forward-button): Avoid infloop.
2083
2084 * minibuffer.el (read-file-name-completion-ignore-case):
2085 Add cygwin to the list.
2086
2087 2008-07-31 Sven Joachim <svenjoac@gmx.de>
2088
2089 * files.el (abbreviate-file-name): When replacing $HOME with ~,
2090 turn off case-fold-search.
2091
2092 2008-07-31 Michael Albinus <michael.albinus@gmx.de>
2093
2094 * net/dbus.el (top): Don't register for "NameOwnerChanged".
2095 (dbus-message-type-invalid, dbus-message-type-method-call)
2096 (dbus-message-type-method-return, dbus-message-type-error)
2097 (dbus-message-type-signal): New defconst.
2098 (dbus-ignore-errors): Fix `edebug-form-spec' property.
2099 (dbus-return-values-table): New defvar.
2100 (dbus-call-method-non-blocking-handler, dbus-event-message-type):
2101 New defun.
2102 (dbus-check-event, dbus-handle-event, dbus-event-serial-number):
2103 Extend docstring. Adapt implementation according to new
2104 `dbus-event' layout.
2105 (dbus-event-service-name, dbus-event-path-name)
2106 (dbus-event-interface-name, dbus-event-member-name):
2107 Adapt implementation according to new `dbus-event' layout.
2108 (dbus-set-property): Correct `dbus-introspect-get-attribute' call.
2109
2110 * net/xesam.el (xesam-type, xesam-query, xesam-xml-string): New defvar.
2111 (xesam-mode): Rework implementation.
2112 (xesam-new-search): Additional parameter TYPE.
2113 (xesam-search): Adapt call of `xesam-new-search'.
2114
2115 2008-07-31 Juri Linkov <juri@jurta.org>
2116
2117 * dired-aux.el (dired-do-chmod): Set default value to the original
2118 mode string using absolute notation like u=rwx,g=rx,o=rx.
2119 Use it as a new arg `default' of `dired-mark-read-string'.
2120 (dired-mark-read-string): Add new optional arg `default'.
2121
2122 * files.el (read-file-modes): Set default value to the original
2123 mode string using absolute notation like u=rwx,g=rx,o=rx.
2124 Use it as the `default' arg of `read-string'.
2125
2126 * filesets.el (filesets-cmd-isearch-getargs): Check if the
2127 variable `files' is bound to avoid warnings.
2128
2129 * isearch.el (isearch-forward-regexp, isearch-forward-word)
2130 (isearch-backward, isearch-backward-regexp): Doc fix - make a link
2131 to the command `isearch-forward' instead of displaying "See C-s".
2132 (isearch-highlight-regexp): Remove arguments `regexp' and `face'
2133 with their interactive specifications. Move reading the face name to
2134 the main body after calls to isearch-done and isearch-clean-overlays.
2135
2136 * mb-depth.el: Unify all names under one common name prefix
2137 `minibuffer-depth-'.
2138 (minibuffer-depth-indicator-function): Rename from
2139 `minibuf-depth-indicator-function'.
2140 (minibuffer-depth-overlay): Rename from
2141 `minibuf-depth-overlay'.
2142 (minibuffer-depth-setup): Rename from
2143 `minibuf-depth-setup-minibuffer'.
2144 (minibuffer-depth-indicate-mode): Rename from
2145 `minibuffer-indicate-depth-mode'.
2146
2147 2008-07-31 Juri Linkov <juri@jurta.org>
2148
2149 * dired-aux.el (dired-isearch-filenames-toggle): New command.
2150 (dired-isearch-filenames-setup): Bind "\M-sf" to
2151 dired-isearch-filenames-toggle in isearch-mode-map.
2152 (dired-isearch-filenames-end): Bind "\M-sf" to nil
2153 in isearch-mode-map.
2154
2155 * isearch.el (isearch-edit-string-set-word): New command.
2156 (minibuffer-local-isearch-map): Bind "\C-w" to
2157 isearch-edit-string-set-word.
2158 (isearch-new-word): Temporary internal variable.
2159 (isearch-edit-string): Remove special case of reading the
2160 first character and checking it for C-w.
2161
2162 * simple.el (read-shell-command, shell-command):
2163 Move code that uses minibuffer-with-setup-hook to set
2164 minibuffer-default-add-function to minibuffer-default-add-shell-commands
2165 from the interactive spec of `shell-command' to `read-shell-command'.
2166
2167 * international/mule-cmds.el (read-char-by-name):
2168 Accept hash notation. Doc fix.
2169 (ucs-insert): Doc fix. Convert to number only when `arg' is
2170 a string. Use separate error message when `arg' is not an integer.
2171 Bind `ucs-insert' to `C-x 8 RET'.
2172
2173 2008-07-31 Joachim Nilsson <joachim.nilsson@member.fsf.org> (tiny change)
2174
2175 * progmodes/cc-styles.el (c-style-alist): For the Ellemtel style,
2176 move the (arglist-cont-nonempty) from c-offsets-alist to
2177 c-hanging-braces-alist like other styles already have.
2178
2179 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
2180
2181 * textmodes/texinfmt.el:
2182 * nxml/nxml-enc.el:
2183 * mail/feedmail.el:
2184 * international/mule.el:
2185 * international/latexenc.el:
2186 * emulation/viper-util.el:
2187 * emulation/viper-init.el:
2188 * emulation/viper-ex.el:
2189 * emacs-lisp/bytecomp.el:
2190 * version.el:
2191 * subr.el:
2192 * startup.el:
2193 * sort.el:
2194 * shadowfile.el:
2195 * recentf.el:
2196 * printing.el:
2197 * paths.el:
2198 * minibuffer.el:
2199 * ls-lisp.el:
2200 * loadup.el:
2201 * hippie-exp.el:
2202 * finder.el:
2203 * files.el:
2204 * ediff-util.el:
2205 * ediff-ptch.el:
2206 * ediff-init.el:
2207 * ediff-diff.el:
2208 * dired.el:
2209 * dired-aux.el:
2210 * cus-edit.el:
2211 * bindings.el:
2212 * arc-mode.el:
2213 * add-log.el: Remove VMS support.
2214 * obsolete/vmsproc.el:
2215 * obsolete/vms-pmail.el:
2216 * obsolete/vms-patch.el: Remove file.
2217
2218 2008-07-31 Alan Mackenzie <acm@muc.de>
2219
2220 * progmodes/cc-mode.el (c-before-hack-hook): New function
2221 (Top Level): Install c-before-hack-hook on
2222 before-hack-local-variables-hook, rather than
2223 c-postprocess-file-styles on hack-local-variables-hook.
2224
2225 2008-07-31 Chong Yidong <cyd@stupidchicken.com>
2226
2227 * files.el (normal-mode): Move call to hack-project-variables into
2228 hack-local-variables.
2229 (file-local-variables-alist, before-hack-local-variables-hook):
2230 New vars.
2231 (ignored-local-variables): Add file-local-variables-alist.
2232 (hack-local-variables-filter): Renamed from
2233 hack-local-variables-apply. Add the result to
2234 file-local-variables-alist, without applying them.
2235 (hack-local-variables): Set file-local-variables-alist to nil.
2236 Call hack-project-variables and before-hack-local-variables-hook.
2237 Apply variables here, instead of hack-local-variables-apply.
2238 Based on a patch by Alan Mackenzie.
2239
2240 2008-07-30 Thien-Thi Nguyen <ttn@gnuvola.org>
2241
2242 * info-look.el (autoconf-mode :doc-spec): For
2243 "(autoconf)M4 Macro Index", if the item already
2244 begins with "AS_", don't prefix that string again.
2245
2246 2008-07-30 Juri Linkov <juri@jurta.org>
2247
2248 * info.el (info, Info-mode): Doc fix.
2249
2250 * isearch.el (isearch-mode-map): Bind `M-s r' to
2251 `isearch-toggle-regexp' and `M-s w' to `isearch-toggle-word'.
2252 (search-map): Bind `M-s w' to `isearch-forward-word' globally
2253 in the global map `search-map'.
2254 (isearch-forward): Doc fix.
2255 (isearch-forward-word, isearch-toggle-case-fold): New commands.
2256
2257 * simple.el (quoted-insert): Comment out code that treats
2258 0240-0377 specially.
2259
2260 2008-07-30 Chong Yidong <cyd@stupidchicken.com>
2261
2262 * cus-start.el: Add customization info for
2263 read-buffer-completion-ignore-case.
2264
2265 2008-07-30 Sam Steingold <sds@gnu.org>
2266
2267 * vc-dir.el (vc-dir): Call file-truename on the dir argument.
2268
2269 2008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
2270
2271 * vc-dir.el (vc-dir-menu-map, vc-at-event): Fix docstring.
2272 (vc-dir-mode): Improve docstring.
2273
2274 2008-07-30 Juri Linkov <juri@jurta.org>
2275
2276 * dired-aux.el (dired-isearch-filenames-setup): Add autoload cookie
2277 for the sake of isearch-mode-hook in dired-mode in dired.el.
2278
2279 2008-07-19 Markus Triska <markus.triska@gmx.at>
2280
2281 * image-mode.el (image-mode): Set image-mode-text-map when image
2282 cannot be displayed.
2283
2284 2008-07-30 Stephen Leake <stephen_leake@stephe-leake.org>
2285
2286 * progmodes/ada-prj.el (ada-prj-initialize-values): Fix use of deleted
2287 ada-xref-set-default-prj-values.
2288 (ada-prj-display-page): Ditto.
2289
2290 * progmodes/ada-xref.el (ada-gnatstub-opts): Fix doc string.
2291 (ada-make-filename-from-adaname): Fix free variable.
2292
2293 2008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
2294
2295 * vc-git.el (vc-git-status-printer): Synchronize with the default.
2296
2297 2008-07-30 Michael McNamara <mac@mail.brushroad.com>
2298
2299 * progmodes/verilog-mode.el (verilog-do-indent): Remove special indent
2300 for declarations inside a parenthetical list. The code is ill-advised,
2301 and doesn't work given user defined types.
2302 (verilog-set-auto-endcomments): Enhance function automatic
2303 endcomment to support functions that return user defined types.
2304 (verilog-mode): Add code to tell which-function-mode minor mode
2305 that Verilog supports this feature.
2306 (verilog-beg-block-re-ordered, verilog-indent-re)
2307 (verilog-forward-sexp, verilog-forward-wa, verilog-calc-1)
2308 (verilog-leap-to-head): Support the new virtual and/or protected
2309 tasks, as well as extern declarations of tasks for indenting and
2310 for forward/backward expression.
2311
2312 2008-07-30 Wilson Snyder <wsnyder@wsnyder.org>
2313
2314 * progmodes/verilog-mode.el (verilog-read-decls): Allow AUTORESET
2315 to work with SV 'logic' signals. Suggested by Julian Gorfajn.
2316 (verilog-auto-inst-column): Make verilog-auto-inst-column customizable.
2317 (verilog-string-replace-matches): Avoid recursion with small
2318 replacements.
2319 (verilog-auto-inst-param-value, verilog-mode-version)
2320 (verilog-mode-version-date, verilog-read-inst-param-value)
2321 (verilog-auto-inst, verilog-auto-inst-param)
2322 (verilog-auto-inst-port, verilog-simplify-range-expression): Add
2323 verilog-auto-inst-param-value option for AUTOINST. Suggested by
2324 David Rogoff. This allows parameters to be replaced with their
2325 values, on the expansion of an AUTOINST with Verilog 2001 style
2326 parameter settings.
2327
2328 2008-07-30 David Lord <david.lord@phonecoop.coop> (tiny change)
2329
2330 * calendar/timeclock.el (timeclock-day-projects): Change a `cdr'
2331 to `cddr'.
2332
2333 2008-07-29 Chong Yidong <cyd@stupidchicken.com>
2334
2335 * Makefile.in (ELCFILES): Add mairix.elc.
2336
2337 2008-07-29 David Engster <deng@randomsample.de>
2338
2339 * net/mairix.el: New file.
2340
2341 2008-07-29 Juri Linkov <juri@jurta.org>
2342
2343 * cus-edit.el (custom-face-tag): Inherit from custom-variable-tag
2344 instead of variable-pitch with bold and 1.2 height.
2345
2346 * dired-aux.el (dired-do-async-shell-command): New command.
2347
2348 * dired.el (dired-mode-map): Rebind `dired-flag-garbage-files'
2349 from `&' to `%&'. Bind `&' to `dired-do-async-shell-command'.
2350
2351 2008-07-29 Juri Linkov <juri@jurta.org>
2352
2353 * international/mule-cmds.el (ucs-names): New internal variable.
2354 (ucs-names): New function.
2355 (ucs-completions): New lazy completion variable.
2356 (read-char-by-name): New function.
2357 (ucs-insert): Replace interactive spec letter "s" with the call to
2358 `read-char-by-name'.
2359
2360 * replace.el (read-regexp): Add second arg `default'. Doc fix.
2361
2362 * replace.el (occur-read-primary-args):
2363 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
2364 (hi-lock-face-phrase-buffer): Use `(car regexp-history)' as the
2365 second arg of `read-regexp'.
2366
2367 * dired-aux.el (dired-isearch-filenames): New user option.
2368 (dired-isearch-orig-success-function): New internal variable.
2369 (dired-isearch-filenames-setup, dired-isearch-filenames-end)
2370 (dired-isearch-success-function): New functions.
2371 (dired-isearch-filenames, dired-isearch-filenames-regexp):
2372 New commands.
2373
2374 * dired.el (dired-insert-set-properties): Add new text property
2375 `dired-filename' to put on file names.
2376 (dired-mode-map): Bind `M-s f C-s' to `dired-isearch-filenames'
2377 and `M-s f M-C-s' to `dired-isearch-filenames-regexp'.
2378 Add menu items.
2379 (dired-mode): Add hook `dired-isearch-filenames-setup' to
2380 buffer-local `isearch-mode-hook'.
2381
2382 2008-07-29 Juanma Barranquero <lekktu@gmail.com>
2383
2384 * progmodes/ada-mode.el (ada-batch-reformat): Doc fix.
2385 (ada-create-case-exception): Fix typo in docstring.
2386 (ada-no-auto-case): Return nil, not the docstring.
2387 (ada-indent-current): Reflow docstring.
2388
2389 * progmodes/ada-prj.el (ada-prj-edit, ada-prj-initialize-values)
2390 (ada-prj-save-specific-option, ada-prj-field): Fix typos in docstrings.
2391 (ada-prj-load-from-file): Reflow docstring.
2392 (ada-prj-display-page): Fix typo in widget.
2393
2394 * progmodes/ada-stmt.el (ada-case, ada-package-body, ada-private):
2395 Fix typos in docstrings.
2396
2397 * progmodes/ada-xref.el (ada-find-executable, ada-gnat-parse-gpr)
2398 (ada-compile-current, ada-check-current, ada-run-application)
2399 (ada-get-ali-file-name): Fix typos in docstrings.
2400 (ada-xref-confirm-compile, ada-find-references)
2401 (ada-find-local-references, ada-find-any-references): Doc fixes.
2402 (ada-get-all-references): Fix typo in error message.
2403 (ada-xref-current-project): Use `let', not `let*'.
2404 (ada-do-file-completion, ada-xref-change-buffer): Reflow docstring.
2405
2406 2008-07-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2407
2408 * whitespace.el (whitespace-newline): Change initialization to have a
2409 low contrast relative to the background color. Suggested by David
2410 Reitter <david.reitter@gmail.com>.
2411
2412 2008-07-28 Juri Linkov <juri@jurta.org>
2413
2414 * dired-aux.el (dired-do-isearch, dired-do-isearch-regexp):
2415 New functions.
2416
2417 * dired.el (dired-mode-map): Bind dired-do-isearch to `M-s a C-s'
2418 and dired-do-isearch-regexp to `M-s a M-C-s'. Add menu items.
2419
2420 2008-07-28 Seiji Zenitani <zenitani@mac.com>
2421
2422 * help-fns.el (help-C-file-name): Add .m (Obj-C code) for Cocoa port.
2423 * emacs-lisp/find-func.el (find-function-search-for-symbol): Likewise.
2424
2425 2008-07-28 Stephen Leake <stephen_leake@stephe-leake.org>
2426
2427 * progmodes/ada-mode.el (ada-mode): Clean up XEmacs handling.
2428 Add support for add-log.
2429 (ada-end-stmt-re): Fix bug - allow comment after 'when'.
2430
2431 * progmodes/ada-prj.el: Delete 'main_unit' project variable.
2432 (ada-prj-save): Prompt for file name if not given.
2433 (ada-prj-display-page): Display casing exceptions.
2434
2435 * progmodes/ada-xref.el: Add support for GNAT project files as Emacs
2436 Ada mode project files. Delete 'main_unit' project variable;
2437 only need 'main'. Simplify handling of default project values.
2438 Use cross-prefix consistently.
2439 (ada-find-executable): Throw error if not found.
2440 (ada-initialize-runtime-library): Improve error handling when
2441 gnatls not found.
2442 (ada-gnat-parse-gpr): New.
2443 (ada-treat-cmd-string): Allow process environment variables.
2444 (ada-xref-set-default-prj-values): Delete; replace with
2445 ada-default-prj-properties.
2446 (ada-parse-prj-file): Handle GNAT project files.
2447 (ada-parse-prj-file-1): New, factored out of ada-parse-prj-file.
2448 (ada-select-prj-file): New.
2449 (ada-get-absolute-dir-list): Allow project and environment variables.
2450
2451 2008-07-27 Michael Albinus <michael.albinus@gmx.de>
2452
2453 Sync with Tramp 2.1.14.
2454
2455 * net/tramp.el (tramp-perl-directory-files-and-attributes)
2456 (tramp-get-device): Make device number a cons cell.
2457 (tramp-convert-file-attributes): Make inode a cons cell.
2458
2459 * net/trampver.el: Update release number.
2460
2461 2008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
2462
2463 * faces.el (face-set-after-frame-default): Treat 'ns as all other
2464 window systems.
2465
2466 2008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
2467
2468 * term/ns-win.el (do-applescript): New alias in carbon-compat section.
2469
2470 2008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
2471
2472 Remove support for Mac Carbon.
2473 * term/mac-win.el: Remove file
2474 * international/mule-cmds.el:
2475 * version.el:
2476 * startup.el:
2477 * simple.el:
2478 * mwheel.el:
2479 * mouse.el:
2480 * loadup.el:
2481 * isearch.el:
2482 * info.el:
2483 * frame.el:
2484 * faces.el:
2485 * disp-table.el:
2486 * cus-start.el:
2487 * cus-face.el:
2488 * cus-edit.el:
2489 * Makefile.in: Remove code for Carbon.
2490
2491 2008-07-26 Adrian Robert <Adrian.B.Robert@gmail.com>
2492
2493 * term/ns-win.el (ns-extended-platform-support-mode): Get rid of
2494 bindings for functions deleted by Dan N. 2008-07-21. Set
2495 where-is-preferred-modifier. Add show-manual option to Help menu.
2496
2497 2008-07-26 Michael Albinus <michael.albinus@gmx.de>
2498
2499 * net/tramp.el (tramp-handle-start-file-process):
2500 Set query-on-exit flag. Kill temporary buffer.
2501 (tramp-process-sentinel): Remove defun.
2502 (tramp-do-copy-or-rename-file-out-of-band)
2503 (tramp-maybe-open-connection): Don't call it.
2504
2505 * net/tramp-fish.el (tramp-fish-maybe-open-connection): Don't call
2506 `tramp-process-sentinel'.
2507
2508 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Don't call
2509 `tramp-process-sentinel'.
2510
2511 * net/xesam.el (xesam-from): Remove defvar.
2512 (xesam-mode): Derive from `special-mode'. Extend `xesam-mode-map'
2513 and `mode-line-position'.
2514 (xesam-refresh-entry): Remove argument `hit-number'. Add debug
2515 information to the widgets. Don't set `mode-line-position'.
2516 (xesam-refresh-search-buffer): Correct hit number computing.
2517 Don't set `mode-line-position'.
2518 (xesam-new-search): Add debug information to the mode line.
2519
2520 2008-07-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2521
2522 * diff-mode.el (diff-show-trailing-blanks): Renamed to
2523 diff-show-trailing-whitespaces.
2524
2525 2008-07-25 Chong Yidong <cyd@stupidchicken.com>
2526
2527 * textmodes/tex-mode.el (tex-compilation-parse-errors): Check for
2528 invalid filename strings when parsing tex errors (bug#376).
2529
2530 2008-07-25 Dan Nicolaescu <dann@ics.uci.edu>
2531
2532 * menu-bar.el (menu-bar-file-menu): Fix typo.
2533
2534 2008-07-25 Juanma Barranquero <lekktu@gmail.com>
2535
2536 * play/solitaire.el (solitaire-mode-map): Define within defvar.
2537 (solitaire-mode): Define with `define-derived-mode'.
2538 (solitaire-insert-board, solitaire-right, solitaire-left, solitaire-up)
2539 (solitaire-down): Use "?\s" instead of "?\ "; use `when'.
2540 (solitaire-undo, solitaire-check): Use `when'.
2541 (solitaire-solve): Err out if the solitaire is already in progress.
2542 Use `when'.
2543
2544 * descr-text.el (describe-char): Don't overwrite local variable char
2545 when describing characters with display-table entries. Display font
2546 backend when describing composed characters. Simplify: use `let'
2547 instead of `let*', and `or x y' instead of `if x x y'.
2548
2549 2008-07-25 Chong Yidong <cyd@stupidchicken.com>
2550
2551 * image-mode.el (image-minor-mode): Set up winprops.
2552
2553 2008-07-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2554
2555 * diff-mode.el (diff-show-trailing-blanks): New fun.
2556 Show trailing blanks in modified lines for diff-mode.
2557
2558 2008-07-24 Michael Albinus <michael.albinus@gmx.de>
2559
2560 * Makefile.in (ELCFILES): Add net/xesam.el.
2561
2562 * net/tramp.el (tramp-handle-start-file-process): Make NAME a unique
2563 process name. Reported by Markus Triska <markus.triska@gmx.at>.
2564
2565 * net/xesam.el: New file.
2566
2567 2008-07-24 Sven Joachim <svenjoac@gmx.de>
2568
2569 * dired-aux.el (dired-copy-file-recursive): Avoid calling
2570 set-file-modes when creating target directories.
2571
2572 2008-07-24 Juanma Barranquero <lekktu@gmail.com>
2573
2574 * play/solitaire.el (solitaire-mode): Fix typo in docstring.
2575 Set `show-trailing-whitespace' to nil.
2576 (solitaire, solitaire-mode-map, solitaire-mode-hook, solitaire-solve):
2577 Fix typos in docstrings.
2578
2579 2008-07-24 Chong Yidong <cyd@stupidchicken.com>
2580
2581 * textmodes/enriched.el (enriched-mode-map): Bind C-a and C-j via
2582 key remapping, not directly.
2583
2584 2008-07-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2585
2586 * whitespace.el: New version 11.2.
2587 (whitespace-newline-mode, global-whitespace-newline-mode): New newline
2588 minor mode visualization.
2589
2590 2008-07-24 Dan Nicolaescu <dann@ics.uci.edu>
2591
2592 * progmodes/cc-mode.el (auto-mode-alist): Add .i and .ii files.
2593
2594 * Makefile.in (ELCFILES): Add term/common-win.elc.
2595
2596 * vc-dir.el (vc-dir-search, vc-dir-isearch)
2597 (vc-dir-isearch-regexp): New functions.
2598 (vc-dir-mode-map, vc-dir-menu-map): Bind them.
2599
2600 2008-07-23 Juri Linkov <juri@jurta.org>
2601
2602 * isearch-multi.el: Remove file to avoid dos file name clashes
2603 with isearch-x.el. Move most content to misearch.el.
2604
2605 * misearch.el: New file with most content from isearch-multi.el.
2606 Rename `isearch-buffers' name prefixes to `multi-isearch'.
2607 Remove `isearch-buffers-minor-mode'. Add new function
2608 `multi-isearch-setup' to `isearch-mode-hook'. New top-level
2609 commands `multi-isearch-buffers', `multi-isearch-buffers-regexp',
2610 `multi-isearch-files', `multi-isearch-files-regexp'.
2611
2612 * Makefile.in (ELCFILES): Remove isearch-multi.elc. Add misearch.elc.
2613
2614 * isearch.el (isearch-message-prefix): Display "Multi" when
2615 `multi-isearch-next-buffer-current-function' is non-nil.
2616 (isearch-search-string): Replace `isearch-buffers-next-buffer-function'
2617 with `multi-isearch-next-buffer-current-function', and
2618 `isearch-buffers-current-buffer' with `multi-isearch-current-buffer'.
2619
2620 * add-log.el (change-log-mode): Set `change-log-next-buffer' to
2621 `multi-isearch-next-buffer-function' instead of
2622 `isearch-buffers-next-buffer-function'. Remove call to
2623 `isearch-buffers-minor-mode'.
2624
2625 * buff-menu.el (Buffer-menu-marked-buffers)
2626 (Buffer-menu-isearch-buffers)
2627 (Buffer-menu-isearch-buffers-regexp): New functions.
2628 (Buffer-menu-mode-map): Bind "M-s a C-s" to
2629 `Buffer-menu-isearch-buffers', and "M-s a M-C-s" to
2630 `Buffer-menu-isearch-buffers-regexp'.
2631 (Buffer-menu-mode): Document new commands in docstring.
2632 (list-buffers-noselect): Add one space after Info file name
2633 according to the Info address convention.
2634
2635 * ibuf-ext.el (ibuffer-do-isearch, ibuffer-do-isearch-regexp):
2636 New functions.
2637
2638 * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-s" to
2639 `ibuffer-do-isearch' and "M-s a M-C-s" to `ibuffer-do-isearch-regexp'.
2640 (ibuffer-mode): Document new commands in docstring.
2641
2642 * filesets.el (filesets-commands): Add commands for "Isearch" and
2643 "Isearch (regexp)". Replace `query-replace' and `query-replace-regexp'
2644 with `perform-replace' using `filesets-cmd-query-replace-regexp-getargs'.
2645 (filesets-run-cmd): Call `fn' only once if it is `multi-isearch-files'
2646 or `multi-isearch-files-regexp'.
2647 (filesets-cmd-query-replace-getargs): Call standard function
2648 `query-replace-read-args' to read `query-replace' arguments.
2649 Add `multi-query-replace-map'.
2650 (filesets-cmd-query-replace-regexp-getargs)
2651 (filesets-cmd-isearch-getargs): New functions.
2652
2653 2008-07-23 Chong Yidong <cyd@stupidchicken.com>
2654
2655 * international/mule.el (recode-region): Deactivate mark at the end.
2656
2657 2008-07-23 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
2658
2659 * progmodes/flymake.el (flymake-errline, flymake-warnline):
2660 Use more suitable colors on dark displays.
2661
2662 2008-07-23 Michael Albinus <michael.albinus@gmx.de>
2663
2664 * net/tramp.el (tramp-methods): Add "-q" for "scp", "scp1",
2665 "scp2", "ssh", "ssh1", "ssh2", "scpc", "scpx", "sshx".
2666 (tramp-temp-buffer-name): New defconst.
2667 (tramp-handle-start-file-process): Use it. Apply "exec", for the
2668 command. No trailing prompt.
2669 (tramp-process-sentinel): Remove temporary buffer, if existing.
2670 Don't handle trailing prompt.
2671 (tramp-open-connection-setup-interactive-shell):
2672 Use `tramp-temp-buffer-name'.
2673
2674 2008-07-23 Chong Yidong <cyd@stupidchicken.com>
2675
2676 * shell.el (shell-dynamic-complete-functions):
2677 Use comint-dynamic-complete-filename as well (bug#361).
2678
2679 2008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
2680
2681 * term/ns-win.el:
2682 * version.el (emacs-version):
2683 * loadup.el:
2684 * frame.el (make-frame-on-display): Check for ns instead of
2685 ns-windowing.
2686
2687 * dired.el (dired-mode-map): Show the key binding for wdired.
2688
2689 * menu-bar.el (menu-bar-file-menu): Show the key binding for
2690 exiting Emacs.
2691
2692 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
2693
2694 * term/ns-win.el (x-list-fonts): Drop alias.
2695
2696 2008-07-23 Juri Linkov <juri@jurta.org>
2697
2698 * replace.el (multi-query-replace-map): New variable.
2699 (perform-replace): Add processing of new multi-buffer keys bound
2700 to `automatic-all' and `exit-current'. Set `query-flag' to nil
2701 if last input char was `automatic-all'. Set new local variable
2702 `multi-buffer' to t when one of new two keys were typed. Return
2703 non-nil value of `multi-buffer' that tells to calling functions
2704 to continue replacement on the next file.
2705
2706 * progmodes/etags.el (tags-query-replace): Set arg `map' of
2707 `perform-replace' to `multi-query-replace-map'.
2708
2709 2008-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
2710
2711 * diff-mode.el (diff-auto-refine-mode): Remove lighter, since it's
2712 otherwise displayed in every buffer.
2713
2714 * vc-arch.el (vc-arch-trim-make-sentinel): Use a closure.
2715 (vc-arch-trim-one-revlib): Delete temp directories as well.
2716
2717 2008-07-22 Stephen Eglen <stephen@gnu.org>
2718
2719 * iswitchb.el (iswitchb-delim): New variable. Suggested by Ted Roden.
2720
2721 2008-07-22 Sven Joachim <svenjoac@gmx.de>
2722
2723 * vc-dir.el (vc-dir-recompute-file-state): Fix mismatched parenthesis.
2724
2725 2008-07-22 Miles Bader <miles@gnu.org>
2726
2727 * progmodes/sh-script.el (sh-newline-and-indent): Remove.
2728 (sh-mode-map): Remove remapping of newline-and-indent.
2729
2730 2008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
2731
2732 * vc.el (Todo): Update.
2733
2734 * vc-hooks.el: Remove obsolete comment.
2735
2736 * vc-git.el (vc-git-status-printer): Update the directory display
2737 to match the default.
2738
2739 * vc-dir.el (vc-dir-recompute-file-state): Add workaround for CVS.
2740
2741 2008-07-21 Chong Yidong <cyd@stupidchicken.com>
2742
2743 * menu-bar.el (menu-bar-line-wrapping-menu): Use Visual Line mode
2744 for "word wrap" command.
2745
2746 * simple.el (visual-line-mode): Disable truncate-partial-width-windows.
2747
2748 2008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
2749
2750 * term/ns-win.el: Rename ns- functions/variables to the
2751 corresponding x- versions.
2752 (x-select-text, x-cut-buffer-or-selection-value)
2753 (x-disown-selection-internal, x-get-selection-internal)
2754 (x-own-selection-internal, x-defined-colors, xw-defined-colors)
2755 (x-display-mm-width, x-display-mm-height)
2756 (x-display-backing-store, x-display-save-under)
2757 (x-display-visual-class, x-display-screens, x-focus-frame): Remove
2758 defaliases.
2759
2760 * frame.el (ns-display-name): Remove declaration.
2761 (make-frame-on-display): Use x-display-name instead
2762 ns-display-name. Use unless.
2763
2764 * startup.el (command-line-1): Fix indentation.
2765
2766 * term/ns-win.el (up-one, down-one, left-one, right-one): Remove,
2767 checked in inadvertently.
2768
2769 2008-07-21 Chong Yidong <cyd@stupidchicken.com>
2770
2771 * term/ns-win.el: Standardize references to "Nextstep" in
2772 comments, messages, and docstrings.
2773 (ns-handle-args, x-parse-geometry)
2774 (ns-extended-platform-support-mode, x-setup-function-keys)
2775 (ns-select-overlay, ns-unselect-line, ns-yes-or-no-p)
2776 (ns-set-pasteboard, ns-scroll-bar-move, ns-defined-colors)
2777 (ns-initialized, ns-initialize-window-system): Doc fixes.
2778
2779 2008-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
2780
2781 * diff-mode.el (diff-auto-refine): Delete defcustom.
2782 (diff-auto-refine-mode): New func/var via define-minor-mode.
2783 Update var ref to use diff-auto-refine-mode.
2784 * smerge-mode.el (diff-mode): Require when compiling.
2785 (smerge-auto-refine): Delete defcustom.
2786 Update smerge-auto-refine ref to use diff-auto-refine-mode.
2787
2788 2008-07-21 Chong Yidong <cyd@stupidchicken.com>
2789
2790 * simple.el (visual-line): New custom group.
2791 (visual-line-fringe-indicators): New var.
2792 (visual-line-mode): Set fringe-indicator-alist based on
2793 visual-line-fringe-indicators. Add lighter.
2794
2795 2008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
2796
2797 * term/x-win.el (x-handle-switch, x-handle-numeric-switch)
2798 (x-handle-initial-switch, x-handle-iconic, x-handle-xrm-switch)
2799 (x-handle-geometry, x-handle-name-switch, x-display-name)
2800 (x-handle-display, x-handle-args, x-colors): Move ...
2801 * term/common-win.el: ... here. New file.
2802 * term/w32-win.el (x-handle-switch, x-handle-numeric-switch)
2803 (x-handle-initial-switch, x-handle-iconic, x-handle-xrm-switch)
2804 (x-handle-geometry, x-handle-name-switch, x-display-name)
2805 (x-handle-display, x-handle-args, x-colors): Remove.
2806 * loadup.el: Load term/common-win before term/x-win and term/w32-win.
2807
2808 2008-07-19 Juri Linkov <juri@jurta.org>
2809
2810 * startup.el (fancy-startup-text): Move the line "To quit
2811 a partially entered command, type Control-g" a few lines below
2812 to be after the line "To start". Add text "at gnu.org" to
2813 "Overview of Emacs features".
2814
2815 * dired.el (dired-mode-map): Fix menu text of
2816 image-dired-display-thumbs.
2817
2818 * image-dired.el (image-dired-cmd-create-thumbnail-options)
2819 (image-dired-cmd-create-temp-image-options)
2820 (image-dired-cmd-create-standard-thumbnail-command): Add > to the
2821 ImageMagick command line to change the dimensions of the image
2822 only if its width or height exceeds the geometry specification.
2823
2824 * longlines.el: Add coding cookie utf-8 for the pilcrow sign.
2825
2826 * proced.el (proced-mode, proced): Add \\<proced-mode-map>
2827 to docstrings.
2828
2829 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
2830
2831 * term/ns-win.el (ns-ps-print-menu-map): Fix typo pointed out by
2832 Vinicius Jose Latorre.
2833
2834 2008-07-19 Glenn Morris <rgm@gnu.org>
2835
2836 * term/ns-win.el (ns-make-command-string): Use mapconcat.
2837 (ns-save-preferences): Fix typo in previous change. (Bug#573)
2838
2839 2008-07-18 Michael Albinus <michael.albinus@gmx.de>
2840
2841 * net/dbus.el (dbus-interface-properties): New defconst.
2842 (dbus-introspect): Update docstring.
2843 (dbus-introspect-xml, dbus-introspect-get-attribute)
2844 (dbus-introspect-get-node-names, dbus-introspect-get-all-nodes)
2845 (dbus-introspect-get-interface-names)
2846 (dbus-introspect-get-interface, dbus-introspect-get-method-names)
2847 (dbus-introspect-get-method, dbus-introspect-get-signal-names)
2848 (dbus-introspect-get-signal, dbus-introspect-get-property-names)
2849 (dbus-introspect-get-property)
2850 (dbus-introspect-get-annotation-names)
2851 (dbus-introspect-get-annotation)
2852 (dbus-introspect-get-argument-names, dbus-introspect-get-argument)
2853 (dbus-introspect-get-signature, dbus-get-property)
2854 (dbus-set-property, dbus-get-all-properties): New defuns.
2855
2856 2008-07-18 Chong Yidong <cyd@stupidchicken.com>
2857
2858 * Makefile.in (ELCFILES): Remove ns-carbon-compat.elc and
2859 ns-grabenv.elc.
2860
2861 * ns-carbon-compat.el: File removed.
2862
2863 * ns-grabenv.el: File removed.
2864
2865 * term/ns-win.el: Contents of ns-carbon-compat.el and
2866 ns-grabenv.el moved here.
2867 (ns-grabenv, ns-open-file-select-line): Doc fixes.
2868 (ns-submit-bug-report): Function removed. Reports go to the main
2869 Emacs bug list.
2870 (ns-handle-args, ns-spi-service-call): Doc fixes.
2871 (info-ns-emacs): Function removed. Nextstep port manual will be
2872 merged into the Emacs manual, so no separate link needed.
2873
2874 2008-07-18 Francesc Rocher <rocher@member.fsf.org>
2875
2876 * startup.el (fancy-splash-head): Fix change of 2008-07-02.
2877
2878 2008-07-18 Glenn Morris <rgm@gnu.org>
2879
2880 * eshell/esh-arg.el (eshell-quote-backslash): Restrict previous change
2881 to XEmacs, since it does nothing for Emacs.
2882
2883 2008-07-18 Katsumi Yamaoka <yamaoka@jpl.org>
2884
2885 * net/tls.el (open-tls-stream): Make it work with the 2nd argument
2886 BUFFER that is a string but does not exist as a buffer object, as
2887 mentioned in the doc-string.
2888
2889 2008-07-17 Chong Yidong <cyd@stupidchicken.com>
2890
2891 * simple.el (line-move-visual): Make it a defcustom.
2892 (line-move-1): Convert temporary-goal-column back to an integer if
2893 it was set as a float by a previous call to line-move-visual.
2894 (end-of-visual-line, beginning-of-visual-line)
2895 (next-logical-line, previous-logical-line): New functions.
2896
2897 2008-07-17 David Reitter <david.reitter@gmail.com>
2898
2899 * simple.el (kill-visual-line, turn-on-visual-line-mode): New
2900 functions.
2901 (visual-line-mode, global-visual-line-mode): New minor mode.
2902 (visual-line-mode-map): New variable.
2903
2904 2008-07-17 Glenn Morris <rgm@gnu.org>
2905
2906 * term/ns-win.el (parameters): Declare for compiler.
2907
2908 2008-07-17 Fan Kai <fktpp@xemacs.org> (tiny change)
2909
2910 * eshell/esh-arg.el (eshell-quote-backslash): Fix eshell path completion
2911 for Windows.
2912
2913 2008-07-17 Daiki Ueno <ueno@unixuser.org>
2914
2915 * epa.el (epa-key-list-mode): Use run-mode-hooks.
2916 (epa-key-mode): Ditto.
2917 (epa-info-mode): Ditto.
2918
2919 2008-07-17 Glenn Morris <rgm@gnu.org>
2920
2921 * term/ns-win.el (ns-handle-switch): Simplify. Handle the numeric case.
2922 (ns-handle-numeric-switch): Just call ns-handle-switch.
2923 (ns-handle-name-switch, ns-handle-nxopen, ns-handle-nxopentemp)
2924 (ns-handle-args): Simplify using `pop'.
2925 (ns-display-name): Define (used in frame.el).
2926 (menu-bar-select-frame): Add (ignored) arg to more closely match the
2927 original definition.
2928 (ns-perform-service): Declare.
2929 (ns-save-preferences): Use fewer `let's.
2930
2931 * frame.el (ns-display-name): Declare for compiler.
2932
2933 2008-07-17 Kenichi Handa <handa@m17n.org>
2934
2935 * descr-text.el (describe-char-unidata-list): Initialize to the
2936 list of name, general-category, decomposition, and old-name.
2937
2938 2008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
2939
2940 * startup.el (command-line-1): Update processing of NS long options to
2941 mimic recent changes to processing of X long options.
2942
2943 2008-07-16 Nick Roberts <nickrob@snap.net.nz>
2944
2945 * progmodes/gdb-ui.el (gdb-create-define-alist): Don't create a
2946 list of #defines for remote files.
2947 (gdb-source-info): Only show main if it has been found.
2948
2949 2008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
2950
2951 * term/ns-win.el: Require CL; fix up comment style; reindent.
2952 (ns-define-service): Use subst-char-in-string. Avoid `eval'.
2953 (ns-save-preferences): Use `case'.
2954 (ns-initialize-window-system): Use `dolist'.
2955
2956 2008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
2957
2958 * loadup.el: Remove load of easy-mmode prior to ns-win when NS
2959 windowing is used.
2960 * term/ns-win.el (ns-extended-platform-support-mode):
2961 Correct/improve documentation.
2962
2963 2008-07-16 Glenn Morris <rgm@gnu.org>
2964
2965 * emacs-lisp/cl-compat.el, emacs-lisp/cl-macs.el, emacs-lisp/cl-seq.el:
2966 Simply require 'cl (see comment in cl-compat.el).
2967 * emacs-lisp/cl-macs.el (cl-compile-time-init): Remove function.
2968 * emacs-lisp/cl.el (cl-do-pop, cl-mapcar-many): Declare for compiler.
2969 (cl-hack-byte-compiler): Load cl-macs and run cl-hack-bytecomp-hook
2970 directly rather by subterfuge. Provide cl before loading cl-macs.
2971
2972 * paths.el (rmail-spool-directory): Remove settings for systems that are
2973 no longer supported.
2974
2975 * frame.el (ns-initialize-window-system): Declare for compiler.
2976
2977 * term/ns-win.el: Add numerous declarations for compiler.
2978 (ns-pop-up-frames): Move definition before use. Doc fix.
2979
2980 * emacs-lisp/check-declare.el (check-declare-locate)
2981 (check-declare-verify): Handle .m files.
2982
2983 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
2984
2985 * ns-carbon-compat.el: New file: user-visible compatibility of
2986 NeXTstep port with Carbon port.
2987 * ns-grabenv.el: New file: functionality useful on OS X platform to
2988 expose environment variables inside Emacs started from icon.
2989 * Makefile.in (ELCFILES): Add ns-carbon-compat, ns-grabenv, ns-win.
2990 * cus-edit.el:
2991 * cus-face.el:
2992 * disp-table.el:
2993 * faces.el:
2994 * info.el:
2995 * mouse.el:
2996 * mwheel.el:
2997 * simple.el: Add ns to window systems treated as GUIs.
2998 * facemenu.el (facemenu-read-color): Don't require a name match under
2999 NS, to allow numeric color entry.
3000 * frame.el (make-frame-on-display): Follow code for 'x in initializing
3001 'ns window system if need be.
3002 (various): Add 'ns as described above.
3003 * loadup.el: Load ns-win.el, easy-menu.el, easy-mmode.el if
3004 ns-windowing is active.
3005 * startup.el (command-line-ns-option-alist): New constant to handle NS
3006 windowing system specific command line args analogous to how they are
3007 handled for X windows.
3008 (command-line-1): Use the above where appropriate.
3009 * version.el: Add NS port version.
3010 * woman.el (woman-man.conf-path): Add /usr/share/misc to init path on
3011 Darwin (usually OS X) systems.
3012 (woman-use-own-frame): Include 'ns in list of GUI window systems.
3013 * emulation/viper-util.el (ns-display-color-p)
3014 (ns-color-defined-p): Remove these (caustically-commented) outdated
3015 compensations for a port that was never itself integrated until now.
3016 * gnus/gnus-util.el (gnus-select-frame-set-input-focus): Add support
3017 for NS window system.
3018 * international/mule-cmds.el: Add 'ns to list of special-cased window
3019 systems (probably most of these, x/w32/mac/ns could be changed to
3020 window-system non-nil).
3021 * term/ns-win.el: New file: lisp-side support for NS windowing system.
3022
3023 2008-07-14 Jason Rumney <jasonr@gnu.org>
3024
3025 * term/w32-win.el (x-handle-switch, x-handle-name-switch)
3026 (x-handle-numeric-switch, x-handle-initial-switch)
3027 (x-handle-xrm-switch, x-handle-args, x-handle-display)
3028 (xw-defined-colors, w32-initialize-window-system):
3029 Avoid use of cl pop and push macros.
3030
3031 2008-07-14 Martin Rudalics <rudalics@gmx.at>
3032
3033 * add-log.el (change-log-goto-source): Avoid wrong-type-argument
3034 error when change-log-search-file-name returns nil.
3035
3036 2008-07-13 Martin Rudalics <rudalics@gmx.at>
3037
3038 * add-log.el (change-log-search-file-name):
3039 Use match-string-no-properties.
3040 (change-log-search-tag-name-1, change-log-search-tag-name)
3041 (change-log-goto-source-1, change-log-goto-source): New functions.
3042 (change-log-tag-re, change-log-find-head, change-log-find-tail):
3043 New variables.
3044 (change-log-mode-map): Bind C-c C-c to change-log-goto-source.
3045
3046 2008-07-13 Jay Belanger <jay.p.belanger@gmail.com>
3047
3048 * calc/calc-help.el (calc-describe-key): Add angles to special key
3049 descriptions.
3050
3051 2008-07-13 Vincent Belaïche <vincent.b.1@hotmail.fr>
3052
3053 * calc/calc-help.el (calc-describe-thing): Use `re-search-forward' to
3054 search for regexp.
3055
3056 2008-07-12 Chong Yidong <cyd@stupidchicken.com>
3057
3058 * simple.el (line-move-visual): Handle null pixel position gracefully.
3059
3060 2008-07-11 Jason Rumney <jasonr@gnu.org>
3061
3062 * files.el (file-truename): Get truename of ancestors if file does
3063 not exist on Windows.
3064
3065 2008-07-11 Chong Yidong <cyd@stupidchicken.com>
3066
3067 * simple.el (line-move-visual): Obey goal-column and no-error arg.
3068 (track-eol, temporary-goal-column, previous-line, next-line):
3069 Update docstring.
3070 (move-end-of-line, move-beginning-of-line): Bind line-move-visual
3071 to nil.
3072
3073 2008-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
3074
3075 * simple.el (line-move-visual): New var.
3076 (line-move-visual): New function.
3077 (line-move): Call line-move-visual.
3078
3079 2008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
3080
3081 * progmodes/grep.el (grep-files-aliases): Improve the C++ source
3082 pattern and add patterns for C++ header files.
3083
3084 2008-07-10 Chong Yidong <cyd@stupidchicken.com>
3085
3086 * window.el (truncated-partial-width-window-p): New function.
3087
3088 * menu-bar.el: Remove Longlines mode from menu. Add word-wrap option.
3089
3090 * faces.el (x-create-frame-with-faces): Don't pass parameters that
3091 are set later to x-create-frame.
3092 (face-set-after-frame-default): Apply X resources for non-default
3093 faces.
3094
3095 2008-07-08 Chong Yidong <cyd@stupidchicken.com>
3096
3097 * faces.el (face-set-after-frame-default): Simplify. Don't apply
3098 frame-specific X resource settings. Set faces using a list of
3099 frame parameters explicitly passed to the calling
3100 function (e.g. make-frame).
3101 (x-create-frame-with-faces, tty-create-frame-with-faces):
3102 Supply explicit frame parameter list to face-set-after-frame-default.
3103
3104 2008-07-08 Eduard Wiebe <usenet@pusto.de> (tiny change)
3105
3106 * net/browse-url.el (browse-url-default-browser):
3107 Fix argument list in lambda.
3108
3109 2008-07-07 Ulf Jasper <ulf@web.de>
3110
3111 * net/newst-backend.el (newsticker--get-news-by-url): Catch errors
3112 from url-retrieve.
3113 (newsticker--sentinel-work): Fix xerror typo.
3114
3115 2008-07-07 Dan Nicolaescu <dann@ics.uci.edu>
3116
3117 * vc-dir.el (vc-dir-refresh): Only update files.
3118
3119 * vc-git.el (vc-git--ls-files-state): Remove unused function.
3120
3121 * vc-bzr.el (vc-bzr-after-dir-status): Deal with execute bit changes.
3122
3123 2008-07-06 John Paul Wallington <jpw@pobox.com>
3124
3125 * kermit.el (kermit-esc-char, kermit-clean-off): Doc fixes.
3126
3127 2008-07-05 Alexandre Julliard <julliard@winehq.org>
3128
3129 * vc-git.el (vc-git-registered): Return true for removed files.
3130 (vc-git-print-log, vc-git-log-view-mode): Print a single log for
3131 all the files instead of one per file.
3132 (vc-git-previous-revision): Add support for project-wide previous
3133 revision when specified file is nil.
3134
3135 2008-07-05 Dan Nicolaescu <dann@ics.uci.edu>
3136
3137 * vms-patch.el, vmsproc.el, mail/vms-pmail.el: Move to obsolete dir.
3138
3139 * vc-dir.el (vc-dir-find-child-files): New function.
3140 (vc-dir-resync-directory-files): New function.
3141 (vc-dir-recompute-file-state): New function, broken out of ...
3142 (vc-dir-resynch-file): ... here. Also deal with directories.
3143 * vc-dispatcher.el (vc-resynch-buffers-in-directory): New function.
3144 (vc-resynch-buffer): Use it.
3145
3146 * vc-hg.el (vc-hg-registered): Do not set vc-state.
3147
3148 * vc-annotate.el (vc-annotate-mode-menu): Add separator.
3149
3150 2008-07-05 Nick Roberts <nickrob@snap.net.nz>
3151
3152 * progmodes/gdb-ui.el (gdb-display-buffer): Don't split a buffer
3153 if it's not part of gdb-ui, e.g, at start.
3154
3155 * progmodes/gud.el (gud-gdb-get-stackframe): Allow absolute
3156 filenames in stack trace (text command mode).
3157
3158 2008-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
3159
3160 * mouse-drag.el (mouse-drag-throw, mouse-drag-drag): Autoload.
3161
3162 * textmodes/sgml-mode.el (sgml-font-lock-syntactic-keywords):
3163 Use syntax-ppss on a position *before* the char we want to change.
3164
3165 2008-07-04 Dan Nicolaescu <dann@ics.uci.edu>
3166
3167 * vc-dir.el (vc-dir-query-replace-regexp): New function.
3168 (vc-dir-tool-bar-map, vc-dir-menu-map): Bind it.
3169 (vc-dir-mode-map): Likewise.
3170
3171 2008-07-03 Juanma Barranquero <lekktu@gmail.com>
3172
3173 * eshell/esh-arg.el (eshell-quote-backslash): Fix typo in docstring.
3174 (eshell-parse-argument-hook, eshell-special-chars-inside-quoting)
3175 (eshell-arg-load-hook, eshell-special-chars-outside-quoting):
3176 Remove spurious * in defcustom docstrings.
3177
3178 * textmodes/fill.el (fill-paragraph): Fix typo in docstring.
3179 (fill-individual-varying-indent, colon-double-space, enable-kinsoku)
3180 (adaptive-fill-mode, adaptive-fill-first-line-regexp)
3181 (default-justification): Remove spurious * in defcustom docstrings.
3182
3183 * textmodes/rst.el (rst, rst-line-homogeneous-p, rst-mode-abbrev-table)
3184 (rst-font-lock-keywords-function, rst-mode, rst-minor-mode)
3185 (rst-compare-decorations, rst-default-indent, rst-update-section)
3186 (rst-decoration-complete-p, rst-section-tree, rst-toc-insert-node)
3187 (rst-toc-insert-find-delete-contents, rst-toc-count-lines)
3188 (rst-toc-mode-goto-section, rst-faces, rst-level-face-base-color):
3189 Fix typos in docstrings.
3190 (rst-mode-lazy): Fix typo in docstring. Remove spurious *.
3191 (rst-adjust, rst-line-homogeneous-p, rst-suggest-new-decoration)
3192 (rst-get-decorations-around, rst-section-tree-point)
3193 (rst-font-lock-adornment-point): Reflow docstrings.
3194 (rst-get-decoration, rst-get-decoration-match, rst-adjust-decoration):
3195 Doc fixes.
3196 (rst-re-enumerations): Comment out.
3197
3198 * nxml/nxml-glyph.el (nxml-glyph-set-hook):
3199 * nxml/nxml-uchnm.el (nxml-unicode-blocks)
3200 (nxml-unicode-block-char-name-set):
3201 * nxml/nxml-util.el (nxml-debug, nxml-make-namespace):
3202 * nxml/rng-nxml.el (rng-set-state-after):
3203 * nxml/rng-uri.el (rng-file-name-uri): Fix typo in docstring.
3204
3205 * nxml/rng-cmpct.el (rng-c-lookup-create, rng-c-parse-primary)
3206 (rng-c-parse-annotation-body):
3207 * nxml/rng-dt.el (rng-dt-namespace-context-getter): Reflow docstrings.
3208
3209 * nxml/nxml-mode.el (nxml, nxml-mode, nxml-after-change1)
3210 (nxml-extend-region, nxml-merge-indent-context-type, nxml-complete)
3211 (nxml-forward-balanced-item, nxml-dynamic-markup-word)
3212 (nxml-define-char-name-set, nxml-toggle-char-ref-extra-display):
3213 Fix typos in docstrings.
3214 (nxml-attribute-indent): Reflow docstring.
3215 (nxml-bind-meta-tab-to-complete-flag, nxml-last-fontify-end)
3216 (nxml-default-buffer-file-coding-system): Doc fixes.
3217
3218 * nxml/nxml-ns.el (nxml-ns-state, nxml-ns-initial-state)
3219 (nxml-ns-set-prefix): Fix typos in docstrings.
3220 (nxml-ns-push-state, nxml-ns-pop-state, nxml-ns-set-default):
3221 Reflow docstring.
3222 (nxml-ns-get-prefix, nxml-ns-get-default): Doc fixes.
3223
3224 * nxml/nxml-outln.el (nxml-hide-all-text-content)
3225 (nxml-show-direct-text-content, nxml-show-direct-subheadings)
3226 (nxml-hide-direct-text-content, nxml-hide-subheadings)
3227 (nxml-hide-text-content, nxml-show-subheadings, nxml-hide-other)
3228 (nxml-outline-display-rest, nxml-outline-set-overlay)
3229 (nxml-section-tag-forward, nxml-section-tag-backward)
3230 (nxml-back-to-section-start): Fix typos in docstrings.
3231
3232 * nxml/nxml-parse.el (nxml-validate-function, nxml-parse-file):
3233 Doc fixes.
3234
3235 * nxml/nxml-rap.el (nxml-scan-end, nxml-move-tag-backwards)
3236 (nxml-scan-element-forward, nxml-scan-element-backward): Doc fixes.
3237 (nxml-scan-after-change): Fix typo in docstring.
3238
3239 * nxml/rng-match.el (rng-being-compiled, rng-normalize-choice-list)
3240 (rng-name-class-possible-names): Doc fixes.
3241 (rng-memo-map-add, rng-intern-group, rng-match-possible-namespace-uris)
3242 (rng-match-possible-start-tag-names, rng-match-possible-value-strings):
3243 Fix typos in docstrings.
3244 (rng-intern-group-shortcut, rng-intern-choice-shortcut):
3245 Reflow docstrings.
3246
3247 * nxml/rng-util.el (rng-uniquify-eq, rng-uniquify-equal): Doc fixes.
3248 (rng-substq, rng-complete-before-point): Fix typos in docstrings.
3249
3250 * nxml/rng-xsd.el (rng-xsd-make-date-time-regexp)
3251 (rng-xsd-convert-date-time): Reflow docstrings.
3252 (rng-xsd-compile): Fix typo in docstring.
3253
3254 * nxml/rng-loc.el (rng-current-schema-file-name)
3255 (rng-locate-schema-file-using, rng-locate-schema-file-from-type-id):
3256 Doc fixes.
3257 (rng-set-schema-file): Fix typo in docstring.
3258
3259 * nxml/rng-valid.el (rng-error-count, rng-validate-mode)
3260 (rng-do-some-validation, rng-process-start-tag, rng-process-text):
3261 Fix typos in docstrings.
3262 (rng-message-overlay, rng-conditional-up-to-date-start)
3263 (rng-conditional-up-to-date-end): Doc fixes.
3264 (rng-next-error, rng-previous-error): Reflow docstrings.
3265
3266 * nxml/xmltok.el (xmltok-attribute-raw-normalized-value): Doc fix.
3267 (xmltok-dtd, xmltok-dependent-regions, xmltok-attribute-refs)
3268 (xmltok-valid-char-p, xmltok-standalone, xmltok-forward-prolog)
3269 (xmltok-merge-attributes): Fix typos in docstrings.
3270 (xmltok-make-attribute, xmltok-forward-special)
3271 (xmltok-get-declared-encoding-position): Reflow docstrings.
3272
3273 * nxml/xsd-regexp.el (xsdre-char-class-to-range-list): Doc fix.
3274 (xsdre-range-list-union, xsdre-check-range-list, xsdre-current-regexp):
3275 Fix typos in docstrings.
3276
3277 2008-07-02 John Paul Wallington <jpw@pobox.com>
3278
3279 * ibuffer.el (ibuffer-buffer-file-name):
3280 Use `list-buffers-directory'. Remove special-casing for `cvs-mode'
3281 and `vc-dir-mode'. Suggested by Dan Nicolaescu.
3282
3283 2008-07-02 Toru Tsuneyoshi <t_tuneyosi@hotmail.com>
3284
3285 * files.el (backup-extract-version): Handle versioned directories.
3286 (trash-directory): New variable.
3287 (move-file-to-trash): New function.
3288
3289 * cus-start.el (delete-by-moving-to-trash): Declare for custom.
3290
3291 2008-07-02 Magnus Henoch <mange@freemail.hu>
3292
3293 * vc-git.el (vc-git-annotate-command): Use proper option for
3294 specifying revision.
3295
3296 2008-07-02 Francesc Rocher <rocher@member.fsf.org>
3297
3298 * startup.el (fancy-splash-head): Prefer SVG or PNG splash image,
3299 if available.
3300
3301 2008-07-01 Dan Nicolaescu <dann@ics.uci.edu>
3302
3303 * uniquify.el (uniquify-list-buffers-directory-modes): Add vc-dir-mode.
3304
3305 * vc-annotate.el (vc-annotate-mode-map): Use lower case keys.
3306 Add binding for vc-annotate-show-changeset-diff-revision-at-line.
3307
3308 * vc-dir.el (vc-dir-mode): Set list-buffers-directory.
3309
3310 2008-07-01 Nick Roberts <nickrob@snap.net.nz>
3311
3312 * progmodes/gdb-ui.el (gdb-create-source-file-list): New option.
3313 (gdb-init-2): Use it. Don't run gdb-mode-hook again.
3314 (gdb-var-list-children-regexp, gdb-var-update-regexp)
3315 (gdb-info-breakpoints-custom, gdb-stack-list-frames-regexp)
3316 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
3317 (gdb-stack-list-locals-regexp): Future proof regexps better.
3318
3319 2008-06-30 Juri Linkov <juri@jurta.org>
3320
3321 * faces.el (face-name-history): New variable.
3322 (make-face, make-empty-face): Replace interactive spec "S"
3323 with `read-from-minibuffer' where `read' arg is t and
3324 `hist' arg is `face-name-history'.
3325 (read-face-name): Set `hist' arg of `completing-read-multiple'
3326 to `face-name-history'.
3327 (list-faces-display): Use `read-regexp' instead of `read-string'
3328 to read regexp.
3329
3330 * hi-lock.el (hi-lock-regexp-history): Make it an obsolete alias
3331 to `regexp-history'.
3332 (hi-lock-face-history): Rename to `hi-lock-face-defaults' and
3333 make it an obsolete alias to it.
3334 (hi-lock-face-defaults): New variable renamed from
3335 `hi-lock-face-history'.
3336 (hi-lock-line-face-buffer, hi-lock-face-buffer)
3337 (hi-lock-face-phrase-buffer): Use `read-regexp' instead of
3338 `read-from-minibuffer'. Doc fix.
3339 (hi-lock-read-face-name): Replace `hi-lock-face-history' with
3340 `hi-lock-face-defaults'. Remove `mapcar (lambda (f) (cons f f))'.
3341 Set `hist' arg of `completing-read' to `face-name-history'.
3342 Put a list of default faces to `default' arg instead of `hist' arg.
3343
3344 * bindings.el (abbrev-map, narrow-map): New variables.
3345 Bind `C-x a' to `abbrev-map' and `C-x n' to `narrow-map'.
3346 Rebind related commands to these new maps.
3347 (ctl-x-r-map): New variable for rectangle, register and bookmark
3348 keys. Move rectangle keybindings to rect.el and register
3349 keybindings to register.el.
3350 (next-buffer, previous-buffer): Remove C-x prefix and move
3351 keybindings to ctl-x-map.
3352
3353 * bookmark.el: Rebind three global `C-x r' keys "b", "m", "l"
3354 to the new map `ctl-x-r-map' in autoload cookies.
3355
3356 * expand.el: Rebind two global `C-x a' keys "n", "p"
3357 to the new map `abbrev-map' in autoload cookies.
3358
3359 * rect.el: Bind global keys to ctl-x-r-map in autoload cookies.
3360
3361 * register.el: Bind global keys to ctl-x-r-map in autoload cookies.
3362
3363 2008-06-30 Miles Bader <miles@gnu.org>
3364
3365 * net/rcirc.el (rcirc-markup-attributes): Don't skip a character
3366 after processing an escape sequence.
3367
3368 2008-06-29 Michael Albinus <michael.albinus@gmx.de>
3369
3370 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Revert patch
3371 from 2008-06-28. It does not work on W32.
3372
3373 2008-06-29 Juri Linkov <juri@jurta.org>
3374
3375 * replace.el (read-regexp): New function.
3376 (keep-lines-read-args, occur-read-primary-args):
3377 Call `read-regexp' instead of code moved to new function.
3378 (keep-lines, flush-lines, how-many): Remove parenthesis and colon
3379 from the end of prompt.
3380 (replace-re-search-function): Doc fix.
3381
3382 2008-06-29 Kenichi Handa <handa@m17n.org>
3383
3384 * descr-text.el (describe-char-display): Always return a string.
3385 (describe-char-padded-string): New function.
3386 (describe-char): Adjusted for the change of
3387 describe-char-display. Use describe-char-padded-string.
3388
3389 2008-06-29 Andreas Schwab <schwab@suse.de>
3390
3391 * vc-dir.el (vc-dir): Make backend argument optional and use
3392 vc-responsible-backend when nil. Interactively pass nil for
3393 backend instead of using the backend of what happens to be
3394 default-directory at the time of the call.
3395
3396 * find-dired.el (find-dired-filter): Preserve point.
3397
3398 2008-06-28 Juanma Barranquero <lekktu@gmail.com>
3399
3400 * net/sasl.el (sasl-client-set-property, sasl-make-mechanism)
3401 (sasl-find-mechanism, sasl-next-step):
3402 * net/sasl-ntlm.el (sasl-ntlm-steps, sasl-ntlm-request)
3403 (sasl-ntlm-response): Fix typos in docstrings.
3404
3405 2008-06-28 robert marshall <robert@capuchin.co.uk> (tiny change)
3406
3407 * international/mule-cmds.el (view-hello-file): Doc fix.
3408
3409 2008-06-28 Chong Yidong <cyd@stupidchicken.com>
3410
3411 * faces.el (inhibit-face-set-after-frame-default): Var deleted.
3412 (set-face-attribute, face-set-after-frame-default)): Don't use it.
3413
3414 2008-06-28 John Paul Wallington <jpw@pobox.com>
3415
3416 * calc/calc.el (defmath): Add `doc-string' decl. Add docstring.
3417
3418 2008-06-28 Michael Albinus <michael.albinus@gmx.de>
3419
3420 * net/tramp.el (tramp-handle-file-modes): Handle symlinks.
3421 (tramp-convert-file-attributes): Convert symlinks only when
3422 returned from `tramp-handle-file-attributes-with-stat'.
3423
3424 * net/tramp-ftp.el (top): Delete 'ange-ftp property from
3425 `substitute-in-file-name' when unloading.
3426 (tramp-ftp-file-name-handler): Set `tramp-mode' to nil.
3427
3428 2008-06-28 Dan Nicolaescu <dann@ics.uci.edu>
3429
3430 * vc-dir.el (vc-dir-hide-up-to-date): Also hide empty directories.
3431 (vc-string-prefix-p): Move function ...
3432 * vc.el (vc-string-prefix-p): ... here.
3433
3434 2008-06-27 Juanma Barranquero <lekktu@gmail.com>
3435
3436 * vc-dir.el (vc-dir): Complete only directory names.
3437
3438 2008-06-27 Jason Rumney <jasonr@gnu.org>
3439
3440 * w32-fns.el (top-level): Unconditionally define all charsets.
3441
3442 2008-06-27 Alan Mackenzie <acm@muc.de>
3443
3444 * progmodes/cc-mode.el (c-mode-base-map): Don't bind C-M-[ae] to
3445 the CC Mode specific functions; this is no longer needed, since
3446 {beginning,end}-of-defun now pass ARG to ...-of-defun-function.
3447
3448 * progmodes/cc-defs.el (c-emacs-features): New feature
3449 'argumentative-bod-function.
3450
3451 2008-06-27 John Paul Wallington <jpw@pobox.com>
3452
3453 * chistory.el (list-command-history): Use `bound-and-true-p'.
3454 (command-history-map): Define within defvar. Add docstring.
3455
3456 2008-06-27 Juanma Barranquero <lekktu@gmail.com>
3457
3458 * image.el (image-jpeg-p): Don't fail if the arg cannot be converted
3459 to unibyte; just assume it is not a JPEG. Use `string-match-p'.
3460 (image-type-from-data, image-type-from-file-name): Use `string-match-p'.
3461 (image-type-from-buffer): Use `looking-at-p'.
3462
3463 2008-06-27 Juanma Barranquero <lekktu@gmail.com>
3464
3465 * ibuf-ext.el (diff-sentinel): Declare.
3466
3467 2008-06-27 Glenn Morris <rgm@gnu.org>
3468
3469 * calendar/lunar.el (calendar-lunar-phases): Rename from
3470 calendar-phases-of-moon. Keep old name as alias, update callers.
3471 (lunar-phases): Rename from phases-of-moon. Keep old name as alias.
3472 (diary-lunar-phases): Rename from diary-phases-of-moon.
3473 Keep old name as alias.
3474 * calendar/cal-menu.el (cal-menu-sunmoon-menu)
3475 (cal-menu-global-mouse-menu): Update for lunar name changes.
3476 * calendar/calendar.el (calendar-mode-map): Update for name change.
3477 * calendar/diary-lib.el (diary-list-sexp-entries): Doc update.
3478
3479 2008-06-26 Glenn Morris <rgm@gnu.org>
3480
3481 * calendar/solar.el (solar-sunrise-sunset-string): Add optional
3482 argument `nolocation'.
3483 (calendar-sunrise-sunset-month): New function.
3484 * calendar/cal-menu.el (cal-menu-sunmoon-menu): Rename from
3485 cal-menu-moon-menu. Add calendar-sunrise-sunset-month.
3486 (cal-menu-global-mouse-menu): Add calendar-sunrise-sunset-month.
3487 * calendar/calendar.el (solar-sunrises-buffer): New constant.
3488 (calendar-mode-map): Use cal-menu-sunmoon-menu.
3489 (calendar-buffer-list): Add solar-sunrises-buffer.
3490
3491 * calendar/cal-menu.el (cal-menu-goto-menu): Tweak menu name.
3492
3493 2008-06-26 Chong Yidong <cyd@stupidchicken.com>
3494
3495 * cus-start.el: Add customization types for word-wrap and
3496 shift-select-mode.
3497
3498 2008-06-26 John Paul Wallington <jpw@pobox.com>
3499
3500 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): New function.
3501 (ibuffer-diff-with-file): Use it. Do diff on marked buffers.
3502 (ibuffer-mark-on-buffer): Don't display message when removing marks.
3503 (ibuffer-mark-by-mode): Use `buffer-local-value'.
3504
3505 2008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
3506
3507 * vc-dir.el (tool-bar): Require.
3508
3509 * vc.el (ewoc, tool-bar): Do not require.
3510
3511 2008-06-26 Kenichi Handa <handa@m17n.org>
3512
3513 * international/mule-cmds.el (encode-coding-char): Fix for ASCII
3514 characters.
3515
3516 * composite.el (terminal-composition-base-character-p): New function.
3517 (terminal-composition-function):
3518 Use terminal-composition-base-character-p. Include the base character
3519 in the composition.
3520 (auto-compose-chars): Don't check font-object for terminal display.
3521
3522 2008-06-26 Glenn Morris <rgm@gnu.org>
3523
3524 * doc-view.el (bookmark-make-record-default):
3525 * image-mode.el (bookmark-make-record-default): Fix declaration.
3526
3527 * calendar/calendar.el (calendar-date-echo-text): Doc fix.
3528 Add default :value for sexp type.
3529 (calendar-month-edges): New variable.
3530 (calendar-month-edges): New function.
3531 (calendar-recompute-layout-variables): Set calendar-month-edges.
3532 (calendar-intermonth-header, calendar-intermonth-text): New options.
3533 (calendar-insert-at-column): New function.
3534 (calendar-generate-month): Use calendar-insert-at-column.
3535 Handle intermonth text. Add 'date property.
3536 (calendar-column-to-month): Remove function.
3537 (calendar-column-to-segment): New function.
3538 (calendar-cursor-to-date): Use calendar-column-to-segment.
3539 Check 'date property.
3540
3541 * calendar/calendar.el (calendar-print-other-dates):
3542 Handle mouse events.
3543 * calendar/cal-menu.el (calendar-mouse-print-dates): Remove function.
3544 (cal-menu-context-mouse-menu): Use calendar-print-other-dates.
3545
3546 * calendar/holidays.el (calendar-cursor-holidays): Handle mouse events.
3547 * calendar/cal-menu.el (calendar-mouse-holidays): Remove function.
3548 (cal-menu-context-mouse-menu): Use calendar-cursor-holidays.
3549
3550 * calendar/cal-move.el (calendar-cursor-to-nearest-date):
3551 Use calendar-column-to-segment, calendar-month-edges, and
3552 the 'date property to handle intermonth text.
3553
3554 * calendar/cal-iso.el (calendar-iso-from-absolute): Add autoload cookie.
3555
3556 * calendar/cal-menu.el (cal-menu-moon-menu, cal-menu-diary-menu)
3557 (cal-menu-holidays-menu, cal-menu-goto-menu, cal-menu-scroll-menu):
3558 Add doc strings.
3559 (cal-menu-context-mouse-menu): Add some :keys.
3560 (calendar-check-holidays): Declare rather than autoloading.
3561 (diary-show-holidays-flag): Remove unneeded declaration.
3562
3563 * calendar/cal-menu.el (cal-menu-moon-menu): Add sunrise/sunset.
3564 * calendar/calendar.el (calendar-cursor-to-date): Handle case where
3565 event-start is nil.
3566
3567 2008-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
3568
3569 * minibuffer.el (completion-basic-try-completion): Use the text after
3570 point to constrain the completion candidates.
3571 (completion-basic-all-completions): Adjust accordingly.
3572
3573 2008-06-25 Chong Yidong <cyd@stupidchicken.com>
3574
3575 * textmodes/tex-mode.el (tex-verbatim): Use monospace instead of
3576 courier.
3577
3578 * faces.el (set-face-attribute): Doc fix.
3579
3580 2008-06-25 Juri Linkov <juri@jurta.org>
3581
3582 * bindings.el (goto-map): New variable. Rebind goto-related
3583 commands to this `M-g' prefix keymap.
3584 (search-map): New variable for `M-s' prefix keymap.
3585 Bind `M-s o' to `occur', `M-shr' to `highlight-regexp', `M-shp' to
3586 `highlight-phrase', `M-shl' to `highlight-lines-matching-regexp',
3587 `M-shu' to `unhighlight-regexp', `M-shf' to `hi-lock-find-patterns',
3588 `M-shw' to `hi-lock-write-interactive-patterns'.
3589
3590 * isearch.el (isearch-mode-map): Bind `M-s h r' to
3591 `isearch-highlight-regexp'.
3592 (isearch-highlight-regexp): New function.
3593
3594 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
3595
3596 * info.el (Info-bookmark-make-record):
3597 Use bookmark-make-record-default.
3598 (Info-bookmark-jump): Use bookmark-default-handler.
3599
3600 * image-mode.el (image-bookmark-make-record):
3601 Use bookmark-make-record-default.
3602 (image-bookmark-jump): Use bookmark-default-handler.
3603
3604 * doc-view.el (doc-view-bookmark-make-record):
3605 Use bookmark-make-record-default.
3606 (doc-view-bookmark-jump): Use bookmark-default-handler.
3607
3608 * bookmark.el (bookmark-alist): Allow the 2 slightly different formats
3609 used until now in bookmark.el's code.
3610 (bookmark-get-bookmark): Accept bookmark names or bookmark records.
3611 (bookmark-get-bookmark-record): Allow the 2 slightly different formats
3612 used until now in bookmark.el's code.
3613 (bookmark-set-filename): Remove special code, moved to its only caller.
3614 (bookmark-store): Use the newer format.
3615 (bookmark-make-record-default): Add arg `point-only'.
3616 Rename from bookmark-make-record-for-text-file.
3617 (bookmark--jump-via): New function.
3618 (bookmark-jump, bookmark-jump-other-window, bookmark-bmenu-2-window)
3619 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window):
3620 Use it.
3621 (bookmark-jump-noselect, bookmark-default-handler):
3622 Don't return an alist, instead return the data implicitly by changing
3623 current buffer and point. Signal an error if the file doesn't exist.
3624
3625 * buff-menu.el: Use with-current-buffer and inhibit-read-only.
3626 (Buffer-menu-toggle-read-only): Avoid vc-toggle-read-only.
3627
3628 * bs.el: Use with-current-buffer. Simplify.
3629 (bs-toggle-readonly): Avoid vc-toggle-read-only.
3630
3631 * eshell/esh-cmd.el (eshell-manipulate): Check eshell-debug-command
3632 is bound before using it.
3633
3634 2008-06-25 Kenichi Handa <handa@m17n.org>
3635
3636 * image.el (image-jpeg-p): Convert DATA to unibyte at first.
3637
3638 2008-06-25 Dan Nicolaescu <dann@ics.uci.edu>
3639
3640 * vc-hg.el:
3641 * vc-git.el: Require vc-dir when compiling.
3642
3643 * vc-dir.el (vc-dir-marked-only-files-and-states): Rename from
3644 vc-dir-marked-only-files. Change the return value.
3645 (vc-dir-child-files-and-states): Rename from vc-dir-child-files.
3646 Change the return value.
3647 (vc-dir-deduce-fileset): New function broken out from ...
3648 * vc.el (vc-deduce-fileset): ... here and ...
3649 (vc-deduce-fileset): ... here.
3650
3651 * vc-svn.el (vc-annotate-parent-rev): Pacify byte compiler.
3652 (vc-svn-parse-status): Do not set the vc-backend property.
3653
3654 2008-06-25 Andreas Schwab <schwab@suse.de>
3655
3656 * faces.el (face-font-family-alternatives, variable-pitch):
3657 Use "Sans Serif", not "Sans-Serif".
3658
3659 2008-06-24 Chong Yidong <cyd@stupidchicken.com>
3660
3661 * faces.el (face-font-family-alternatives, variable-pitch):
3662 Change "Sans" to the canonical name "Sans-Serif".
3663
3664 2008-06-24 Jay Belanger <jay.p.belanger@gmail.com>
3665
3666 * calc/calc.el (calc-mode-map): Add extra keybindings to
3667 `calc-missing-key'.
3668 * calc/calc-ext.el (calc-init-extensions): Add keybinding for
3669 `kill-ring-save'.
3670
3671 2008-06-24 Miles Bader <miles@gnu.org>
3672
3673 * mouse.el (mouse-appearance-menu): Don't do anything if the user
3674 pops up the menu but doesn't select anything.
3675
3676 2008-06-24 Dan Nicolaescu <dann@ics.uci.edu>
3677
3678 * add-log.el (add-change-log-entry): Add new arg to force each new
3679 entry to be on a new line.
3680 * diff-mode.el (diff-add-change-log-entries-other-window): Use it.
3681
3682 * vc-dir.el (vc-client-object): Remove.
3683 (vc-dir-prepare-status-buffer): Take a backend as an argument and
3684 use it when looking for a buffer.
3685 (vc-dir): Add a backend argument. Set revert-buffer-function.
3686 Don't create a client object. Move bindings ...
3687 (vc-dir-menu-map, vc-dir-mode-map): ... here.
3688 (vc-dir-revert-buffer-function): New function.
3689 (vc-generic-status-printer): Rename to ...
3690 (vc-dir-status-printer): ... this.
3691 (vc-generic-state, vc-generic-status-fileinfo-extra)
3692 (vc-dir-extra-menu, vc-make-backend-object): Remove.
3693 (vc-default-status-printer): Use a different face for
3694 directories. Don't display any text for directories in the state
3695 column. Add tooltips.
3696
3697 * vc.el (Todo): Update.
3698
3699 * vc-hg.el (vc-annotate-convert-time, vc-default-status-printer):
3700 * vc-rcs.el (vc-annotate-convert-time):
3701 * vc-mtn.el (vc-annotate-convert-time):
3702 * vc-git.el (vc-annotate-convert-time):
3703 * vc-cvs.el (vc-annotate-convert-time):
3704 * vc-bzr.el (vc-annotate-convert-time): Declare as functions.
3705
3706 2008-06-23 Dan Nicolaescu <dann@ics.uci.edu>
3707
3708 * vc-annotate.el (vc-annotate-mode): Derive from special-mode
3709 instead of using view-mode.
3710
3711 2008-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
3712
3713 * Makefile.in (distclean): Don't delete *.elc and autogen files.
3714
3715 2008-06-22 Dan Nicolaescu <dann@ics.uci.edu>
3716
3717 * vc.el:
3718 * vc-hooks.el:
3719 * vc-dispatcher.el: Move vc-dir variables and functions ...
3720 * vc-dir.el: ... here. New file.
3721 * Makefile.in (ELCFILES): Add vc-dir.elc.
3722
3723 * vc.el: Move vc-annotate variables and functions ...
3724 * vc-annotate.el: ... here. New file.
3725 * Makefile.in (ELCFILES): Add vc-annotate.elc.
3726
3727 * vc-dav.el: Move here from url/vc-dav.el.
3728 (Todo): Note work needed to make this backend functional.
3729
3730 * Makefile.in (ELCFILES): Update vc-dav.el location.
3731
3732 2008-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
3733
3734 * Makefile.in (COMPILE_FIRST): Trim down and add autoload.el.
3735
3736 2008-06-21 John Paul Wallington <jpw@pobox.com>
3737
3738 * emacs-lisp/derived.el (define-derived-mode): Add `doc-string' decl.
3739
3740 * textmodes/rst.el (rst-mode): Put docstring in right place.
3741
3742 2008-06-21 Chong Yidong <cyd@stupidchicken.com>
3743
3744 * startup.el (fancy-about-text, fancy-startup-tail): Increase text
3745 size for legibility.
3746
3747 * faces.el (fixed-pitch): Use "Monospace" family.
3748 (variable-pitch): Use "Sans" family.
3749 (face-font-family-alternatives): Define alternatives for "Sans"
3750 and "Monospace".
3751
3752 2008-06-21 Glenn Morris <rgm@gnu.org>
3753
3754 * mail/hashcash.el, net/tramp-smb.el, nxml/nxml-mode.el:
3755 Require 'cl when compiling.
3756
3757 * emacs-lisp/debug.el (help-xref-interned): Declare.
3758
3759 * emacs-lisp/easy-mmode.el (easy-mmode-set-keymap-parents):
3760 Evaluate definition when compiling.
3761
3762 * progmodes/bug-reference.el (bug-reference-map): Bind down-mouse-1
3763 rather than mouse-1.
3764 (bug-reference-url-format): Autoload safe if string.
3765 (bug-reference-bug-regexp): Make space after "bug" optional.
3766
3767 * Makefile.in (all): Explicitly pass EMACS to sub-make,
3768 for some non-GNU makes.
3769
3770 * cus-dep.el (custom-dependencies-no-scan-regexp):
3771 * finder.el (finder-no-scan-regexp): Add ldefs-boot.el
3772
3773 * calendar/cal-move.el (calendar-forward-day): Scroll in one month
3774 increments.
3775
3776 * calendar/calendar.el: Factor out the magic numbers controlling the
3777 calendar layout.
3778 (calendar-month-digit-width, calendar-month-width)
3779 (calendar-right-margin): New variables.
3780 (calendar-recompute-layout-variables, calendar-set-layout-variable):
3781 New functions.
3782 (calendar-left-margin, calendar-intermonth-spacing)
3783 (calendar-column-width, calendar-day-header-width)
3784 (calendar-day-digit-width): New options.
3785 (calendar-first-date-row): New constant.
3786 (calendar-move-to-column, calendar-ensure-newline): New functions,
3787 replacing calendar-insert-indented.
3788 (calendar-insert-indented): Remove function.
3789 (calendar-generate-month): Use calendar-move-to-column and
3790 calendar-ensure-newline. Use layout variables.
3791 (calendar-generate, calendar-update-mode-line)
3792 (calendar-font-lock-keywords): Use layout variables.
3793 (calendar-column-to-month): New function.
3794 (calendar-cursor-to-date): Use calendar-column-to-month.
3795 Use layout variables.
3796 * calendar/cal-move.el (calendar-cursor-to-nearest-date):
3797 Use layout variables. Use calendar-column-to-month.
3798 (calendar-cursor-to-visible-date): Use layout variables.
3799
3800 2008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
3801
3802 * Makefile.in (update-elclist): Don't exclude COMPILE_FIRST.
3803 (all): Run compile-last.
3804 (compile-onefile): New target.
3805 (compile-first): Simplify.
3806 (compile-last): Don't treat COMPILE_FIRST specially.
3807 (COMPILE_FIRST): List the elc files rather than the el files.
3808 (ELCFILES): Update.
3809
3810 2008-06-21 Ulf Jasper <ulf@web.de>
3811
3812 * net/newst-treeview.el: Remove dead code.
3813 (newsticker--window-config): Remove.
3814 (newsticker-treeview-quit): Do not save window config.
3815 (newsticker-treeview): Do not try to restore window config.
3816 (newsticker-groups, newsticker--treeview-list-sort-by-column)
3817 (newsticker--treeview-list-new-items)
3818 (newsticker--treeview-list-immortal-items)
3819 (newsticker--treeview-list-obsolete-items)
3820 (newsticker--treeview-list-all-items)
3821 (newsticker--treeview-list-feed-items): Fix documentation.
3822
3823 2008-06-21 Miles Bader <miles@gnu.org>
3824
3825 * face-remap.el (text-scale-adjust): Bind `echo-keystrokes' to nil.
3826
3827 2008-06-21 Alan Mackenzie <acm@muc.de>
3828
3829 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5D.5): Fix an
3830 infinite loop on invalid syntax.
3831
3832 2008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
3833
3834 * textmodes/rst.el: Run rst-define-level-faces when loading.
3835 (rst-mode): Don't set the font-lock-multiline var.
3836 (rst-font-lock-find-unindented-line, rst-font-lock-handle-adornment):
3837 Set the font-lock-multiline property by hand.
3838
3839 * loadup.el: Don't add emacs-<VERS> name when bootstrapping.
3840
3841 * Makefile.in (emacs-deps): Remove.
3842 ($(lisp)/cus-load.el, $(lisp)/finder-inf.el): Re-add.
3843 (all): Use them.
3844 (autogen-clean): Remove.
3845
3846 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
3847
3848 * Makefile.in (all): New target.
3849 (bootstrap-prepare): Remove.
3850
3851 * Makefile.in ($(lisp)/progmodes/cc-mode.elc): Pass the .el file not
3852 the .elc file to batch-byte-compile.
3853
3854 * progmodes/cc-mode.el (c-make-inherited-keymap): Only use
3855 set-keymap-parents if set-keymap-parent doesn't exist.
3856
3857 * vc-bzr.el (vc-bzr-annotate-extract-revision-at-line):
3858 Allow more than one space before the |.
3859
3860 * textmodes/rst.el: Fix up docstring conventions.
3861 Move vars to before their first use.
3862 (rst-mode): Don't mess with font-lock-support-mode.
3863 (rst-suggest-new-decoration, rst-adjust-decoration):
3864 Avoid CL's copy-list.
3865 (rst-delete-entire-line): Use line-beginning-position.
3866 (rst-position): New fun.
3867 (rst-straighten-decorations): Use it instead of CL's position.
3868 (rst-straighten-bullets-region): Avoid CL's mapcar*.
3869 (rst-toc-mode): Use define-derived-mode.
3870 (rst-iterate-leftmost-paragraphs, rst-iterate-leftmost-paragraphs-2):
3871 Remove unused var `in-par'. Use `point' rather than `point-marker'.
3872 (rst-line-block-region): Reduce redundancy. Use the `pfxarg' arg.
3873 (rst-replace-lines): Simplify.
3874 (auto-mode-alist): Use rst-mode for *.rst and *.rest files.
3875
3876 * simple.el (special-mode-map): New var.
3877 (special-mode): New major mode.
3878
3879 2008-06-20 Dan Nicolaescu <dann@ics.uci.edu>
3880
3881 * vc-mtn.el (vc-mtn-log-view-mode): Set log-view-per-file-logs and
3882 log-view-file-re.
3883
3884 * vc.el (vc-dir-hide-up-to-date): Undo previous change.
3885 (vc-switch-backend): Simplify.
3886 (Todo): Remove solved items.
3887
3888 * vc-cvs.el (vc-cvs-parse-status, vc-cvs-parse-entry): Do not set
3889 the vc-backend property.
3890
3891 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
3892
3893 * emacs-lisp/checkdoc.el (checkdoc-start-section, checkdoc-error):
3894 Bind inhibit-read-only since the buffer is always read-only.
3895
3896 2008-06-20 Ulf Jasper <ulf@web.de>
3897
3898 * net/newst-treeview.el (newsticker-treeview-own-frame):
3899 Change default value to nil.
3900 (newsticker--treeview-list-add-item)
3901 (newsticker--treeview-propertize-tag): Show item title in tooltip.
3902
3903 2008-06-20 Martin Blais <blais@furius.ca>
3904 Stefan Merten <smerten@oekonux.de>
3905 David Goodger <goodger@python.org>
3906
3907 * textmodes/rst.el: New file.
3908
3909 2008-06-20 Sam Steingold <sds@gnu.org>
3910
3911 * vc.el (vc-dir-hide-up-to-date): Accept a prefix argument to also
3912 remove DIRECTORY entries.
3913
3914 2008-06-20 Eli Zaretskii <eliz@gnu.org>
3915
3916 * makefile.w32-in (distclean): Depend on `clean'.
3917 (clean): Delete calc/calc-loaddefs.el~ and eshell/esh-groups.el~.
3918 (AUTOGENEL): Add $(lisp)/nxml/subdirs.el.
3919 ($(lisp)/cus-load.el): Don't use `touch'. Instead, generate an
3920 empty cus-load.el with `echo', and include "Local Variables"
3921 section to prevent the empty file from being compiled.
3922 (cus-load.el-SH, cus-load.el-CMD): New SHELLTYPE-specific targets
3923 that generate an empty cus-load.el.
3924
3925 2008-06-20 Juanma Barranquero <lekktu@gmail.com>
3926
3927 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
3928 Don't copy ldefs-boot.el over loaddefs.el.
3929 (bootstrap-clean): Remove loaddefs.el and don't depend on it.
3930 (loaddefs.el-SH, loaddefs.el-CMD): Don't add autoloads and defvars
3931 to loaddefs.el; they are not needed now. Add coding cookie.
3932
3933 2008-06-20 Miles Bader <miles@gnu.org>
3934
3935 * face-remap.el (face-remap-add-relative, face-remap-set-base):
3936 Strip unnecessary list levels from SPECS.
3937 (buffer-face-set, buffer-face-toggle):
3938 Change argument from FACE to &rest SPECS, and strip unnecessary
3939 list levels from SPECS.
3940 (buffer-face-mode-invoke): Change argument from FACE to SPECS.
3941
3942 2008-06-20 Jason Rumney <jasonr@gnu.org>
3943
3944 * international/fontset.el (setup-default-fontset): Specify script
3945 for latin use of iso10646-1. Fix use of lang tags.
3946
3947 2008-06-19 Miles Bader <miles@gnu.org>
3948
3949 * face-remap.el (text-scale-increase): Start from zero if
3950 text-scale-mode isn't enabled.
3951
3952 2008-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
3953
3954 * faces.el (face-set-after-frame-default): Re-apply explicit `font'
3955 frame parameters after setting up the `default' face.
3956
3957 2008-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
3958
3959 * faces.el (face-set-after-frame-default): Don't exclude `default'.
3960
3961 2008-06-18 Glenn Morris <rgm@gnu.org>
3962
3963 * mouse.el (buffer-face-mode-invoke): Declare.
3964
3965 * Makefile.in (ELCFILES): Add org/org-id.elc.
3966
3967 * calendar/holidays.el (calendar-cursor-holidays): Accept optional date.
3968 * calendar/cal-menu.el (cal-menu-holidays-menu):
3969 Use calendar-cursor-holidays rather than cal-menu-today-holidays.
3970 (cal-menu-today-holidays): Remove function.
3971
3972 * calendar/cal-menu.el (cal-menu-holiday-window-suffix): Simplify.
3973 (cal-menu-list-holidays-year, cal-menu-list-holidays-following-year)
3974 (cal-menu-list-holidays-previous-year, calendar-mouse-goto-date):
3975 Remove unused functions.
3976 (calendar-mouse-view-diary-entries): Use format rather than concat.
3977
3978 * calendar/cal-menu.el (cal-menu-x-popup-menu): Turn it into a macro.
3979 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
3980 (calendar-mouse-print-dates): Adapt for cal-menu-x-popup-menu change.
3981
3982 * calendar/cal-menu.el (cal-menu-event-to-date): Remove function.
3983 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
3984 (calendar-mouse-view-other-diary-entries, calendar-mouse-print-dates)
3985 (cal-menu-set-date-title): Use calendar-cursor-to-date rather than
3986 cal-menu-event-to-date.
3987
3988 * calendar/cal-html.el (cal-html-cursor-month, cal-html-cursor-year):
3989 Handle mouse events.
3990 * calendar/cal-tex.el (cal-tex-cursor-year)
3991 (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
3992 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
3993 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
3994 (cal-tex-cursor-week-monday, cal-tex-cursor-filofax-2week)
3995 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
3996 (cal-tex-cursor-day): Handle mouse events. Rename ARG to N.
3997 (cal-tex-cursor-month): Mark N as optional.
3998 * calendar/cal-menu.el (calendar-mouse-tex-day)
3999 (calendar-mouse-tex-week, calendar-mouse-tex-week2)
4000 (calendar-mouse-tex-week-iso, calendar-mouse-tex-week-monday)
4001 (calendar-mouse-tex-filofax-daily, calendar-mouse-tex-filofax-2week)
4002 (calendar-mouse-tex-filofax-week, calendar-mouse-tex-month)
4003 (calendar-mouse-tex-month-landscape, calendar-mouse-tex-year)
4004 (calendar-mouse-tex-filofax-year, calendar-mouse-tex-year-landscape):
4005 Remove functions.
4006 (cal-menu-context-mouse-menu): Replace the above functions with the
4007 cal-tex versions. Add HTML submenu.
4008
4009 2008-06-17 Nick Roberts <nickrob@snap.net.nz>
4010
4011 * progmodes/gdb-ui.el (gud-gdba-marker-filter): Don't switch to
4012 text command mode.
4013 (gdb): Explain that gud-gdb is needed for text command mode.
4014
4015 2008-06-17 Martin Rudalics <rudalics@gmx.at>
4016
4017 * window.el (split-height-threshold): Remove spurious extra line.
4018
4019 2008-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
4020
4021 * calendar/calendar.el (calendar-cursor-to-date): Add argument `event'.
4022 (calendar-set-mark):
4023 * calendar/diary-lib.el (diary-insert-entry):
4024 * calendar/solar.el (calendar-sunrise-sunset): Use it.
4025 * calendar/cal-menu.el (calendar-mouse-sunrise/sunset)
4026 (calendar-mouse-insert-diary-entry, calendar-mouse-set-mark): Delete.
4027 (cal-menu-context-mouse-menu): Use calendar-set-mark,
4028 diary-insert-entry, and calendar-sunrise-sunset instead.
4029
4030 * vc.el (vc-deduce-fileset): Add arg `only-files'.
4031 (vc-next-action): Pass the new arg.
4032 (vc-register): Don't use `only-files'.
4033 Don't set `backup-inhibited' in the current buffer.
4034
4035 2008-06-17 Miles Bader <miles@gnu.org>
4036
4037 * mouse.el (mouse-appearance-menu): Use buffer-face-mode.
4038
4039 * face-remap.el (buffer-face-mode-face)
4040 (buffer-face-mode-remapping): New variables.
4041 (buffer-face-mode, buffer-face-set, buffer-face-toggle)
4042 (buffer-face-mode-invoke): New functions.
4043 (variable-pitch-mode-remapping): Variable removed.
4044 (variable-pitch-mode): Rewrite as an interface to `buffer-face-mode'.
4045
4046 * face-remap.el (internal-lisp-face-attributes): New variable.
4047 (face-attrs-more-relative-p, face-remap-order): New functions.
4048 (face-remap-add-relative): Use `face-remap-order'.
4049
4050 2008-06-17 Glenn Morris <rgm@gnu.org>
4051
4052 * mouse.el (x-select-font): Declare.
4053
4054 * calendar/calendar.el (calendar-move-hook):
4055 Add calendar-update-mode-line as an option.
4056 (calendar-date-echo-text): New user option.
4057 (calendar-generate-month): Set `day'. Use calendar-date-echo-text.
4058 (calendar-insert-indented): Simplify newline insertion.
4059 (calendar-describe-mode): Remove unused function.
4060 (calendar-mode-line-entry): New function.
4061 (calendar-mode-line-format): Doc fix. Use calendar-mode-line-entry.
4062 Mark as risky.
4063 (calendar-mouse-other-month): Remove function.
4064 (calendar-other-month): Handle mouse events.
4065 (calendar-goto-info-node): Call fit-window-to-buffer.
4066 (calendar-mode): Use define-derived-mode. Doc fix.
4067 (calendar-update-mode-line): Tweak whitespace.
4068
4069 2008-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
4070
4071 * vc-dispatcher.el (vc-dir-child-files): Use vc-string-prefix-p.
4072 (vc-dir-marked-only-files): vc-string-prefix-p.
4073
4074 2008-06-16 Nick Roberts <nickrob@snap.net.nz>
4075
4076 * progmodes/gdb-ui.el (gdb-memory-set-address)
4077 (gdb-memory-set-repeat-count): Allow keyboard bindings.
4078 (gdb-memory-mode-map): Bind above functions respectively
4079 to 'S' and 'N'.
4080
4081 2008-06-16 Derek Upham <sand@blarg.net> (tiny change)
4082
4083 * nxml/nxml-mode.el (nxml-mode): Use run-mode-hooks.
4084
4085 2008-06-16 Juanma Barranquero <lekktu@gmail.com>
4086
4087 * log-view.el (vc-diff-internal): Declare for compiler.
4088
4089 * vc-bzr.el (log-view-per-file-logs):
4090 * vc-svn.el (log-view-per-file-logs): Pacify byte compiler.
4091
4092 2008-06-15 Chong Yidong <cyd@stupidchicken.com>
4093
4094 * mouse.el (mouse-appearance-menu-map): New var.
4095 (mouse-appearance-menu): New function.
4096 Bind it to S-down-mouse-1.
4097
4098 2008-06-15 Juri Linkov <juri@jurta.org>
4099
4100 * info.el (Info-toc): Call Info-toc-nodes instead of Info-build-toc.
4101 (Info-toc, Info-insert-toc): Increment nth's index to add PARENT
4102 as the second element.
4103 (Info-build-toc): Add PARENT element extracted from the Up pointer.
4104 Don't print progress messages.
4105 (Info-toc-nodes): New variable and function.
4106 (Info-index-nodes): Optimize non-string file name case.
4107 (Info-breadcrumbs-depth): Increment the default value from 3 to 4.
4108 (Info-insert-breadcrumbs): Use the cached document structure instead
4109 of visiting all ancestor nodes. Remove the initial `>'.
4110
4111 2008-06-15 Dan Nicolaescu <dann@ics.uci.edu>
4112
4113 * log-view.el (log-view-diff-changeset): New function.
4114 (log-view-mode-map, log-view-mode-menu): Bind it.
4115 (log-view-per-file-logs, log-view-vc-fileset)
4116 (log-view-vc-backend): New variables.
4117 (log-view-find-revision, log-view-modify-change-comment)
4118 (log-view-annotate-version): Throw an error if the log is for more
4119 than one file and we can't find the current file. Get the current
4120 file from log-view-vc-fileset if necessary.
4121 (log-view-diff): Get the current file from log-view-vc-fileset if
4122 necessary.
4123
4124 * vc.el (vc-print-log): Set log-view-vc-fileset and log-view-vc-backend.
4125
4126 * vc-hg.el (vc-hg-log-view-mode): Call the log method only once.
4127 (vc-hg-log-view-mode): Declare for compiler.
4128 (vc-hg-log-view-mode): Set log-view-per-file-logs and
4129 log-view-file-re.
4130 (vc-hg-diff): If no file is passed, use default-directory for cwd.
4131
4132 * vc-bzr.el (vc-bzr-log-view-mode): Set log-view-per-file-logs.
4133
4134 * vc-svn.el (vc-svn-log-view-mode): New derived mode.
4135
4136 2008-06-15 Michael Albinus <michael.albinus@gmx.de>
4137
4138 * net/tramp.el (tramp-handle-start-file-process):
4139 Clear modification time of the connection buffer.
4140 (tramp-sh-file-name-handler): Reset `tramp-locked' in case of error.
4141 (tramp-open-connection-setup-interactive-shell): Flush cache, and
4142 restart `tramp-maybe-open-connection' when the remote system has
4143 been changed. Throw 'uname-changed event.
4144 (tramp-maybe-open-connection): Catch it.
4145
4146 * net/tramp-cmds.el (tramp-cleanup-all-connections):
4147 Reset `tramp-locked'.
4148
4149 2008-06-15 Ulf Jasper <ulf@web.de>
4150
4151 * net/newst-treeview.el (newsticker--treeview-list-update)
4152 (newsticker--treeview-item-update)
4153 (newsticker--treeview-tree-update)
4154 (newsticker-treeview-jump, newsticker-group-add-group)
4155 (newsticker-group-move-feed, newsticker-group-delete-group):
4156 Remove window dedication.
4157 (newsticker--group-manage-orphan-feeds): Handle ill-valued
4158 newsticker-groups.
4159 (newsticker--treeview-tree-expand): Don't manage orphan feeds here.
4160
4161 2008-06-15 Andreas Schwab <schwab@suse.de>
4162
4163 * vc-cvs.el (vc-cvs-status-extra-headers): Don't match newline
4164 when parsing CVS/Repository.
4165
4166 * wdired.el (wdired-search-and-rename): Fix undocumented change.
4167
4168 2008-06-15 Ulf Jasper <ulf@web.de>
4169
4170 * net/newst-plainview.el (newsticker-faces, newsticker-feed-face)
4171 (newsticker-extra-face, newsticker-enclosure-face): Moved to
4172 net/newst-reader.el.
4173
4174 * net/newst-reader.el (newsticker-faces, newsticker-feed-face)
4175 (newsticker-extra-face, newsticker-enclosure-face): Moved from
4176 net/newst-reader.el.
4177
4178 2008-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
4179
4180 * international/encoded-kb.el (encoded-kbd-self-insert-utf-8):
4181 Catch and recover from case when the bytes we thought we were reading
4182 turn out to be something else entirely, such as latin-1 chars from
4183 quail. See bug#396.
4184
4185 2008-06-15 Dan Nicolaescu <dann@ics.uci.edu>
4186
4187 * vc.el (vc-deduce-fileset): Check if the buffer has a file.
4188 (vc-register): Call the backend function only once, instead of
4189 once for each file.
4190 (vc-next-action): Update call to vc-register.
4191 (vc-dir-register): Remove function.
4192 (vc-dir): Bind vc-register instead of vc-dir-register.
4193
4194 2008-06-14 Glenn Morris <rgm@gnu.org>
4195
4196 * Makefile.in (ELCFILES): Add net/newst-*.el.
4197
4198 2008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
4199
4200 * wdired.el (wdired-do-renames): New function.
4201 (wdired-finish-edit): Use it to.
4202 (wdired-preprocess-files): Don't hardcode (point-min) == 1.
4203
4204 2008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
4205
4206 * info.el (Info-insert-breadcrumbs): Don't break in apropos and toc.
4207
4208 2008-06-14 Martin Rudalics <rudalics@gmx.at>
4209
4210 * window.el (window--even-window-heights): Even window heights
4211 only if the selected window is higher than WINDOW.
4212 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
4213
4214 2008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
4215
4216 * info.el (Info-insert-breadcrumbs): Be careful to preserve history.
4217
4218 2008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
4219
4220 * term/linux.el (terminal-init-linux): Load t-mouse.
4221
4222 2008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
4223 Drew Adams <drew.adams@oracle.com>
4224
4225 * info.el (Info-breadcrumbs-depth): New var.
4226 (Info-insert-breadcrumbs): New function.
4227 (Info-fontify-node): Use it.
4228 (Info-mode-map): Move initialization into declaration.
4229
4230 2008-06-13 Ulf Jasper <ulf.jasper@web.de>
4231
4232 Rename net/newsticker-*.el to net/newst-*.el.
4233 * net/newst-backend.el: Rename from net/newsticker-backend.el.
4234 * net/newst-plainview.el: Rename from net/newsticker-plainview.el.
4235 * net/newst-reader.el: Rename from net/newsticker-reader.el.
4236 * net/newst-ticker.el: Rename from net/newsticker-ticker.el.
4237 * net/newst-treeview.el: Rename from net/newsticker-treeview.el.
4238 * net/newsticker-backend.el: Rename to net/newst-backend.el.
4239 * net/newsticker-plainview.el: Rename to net/newst-plainview.el.
4240 * net/newsticker-reader.el: Rename to net/newst-reader.el.
4241 * net/newsticker-ticker.el: Rename to net/newst-ticker.el.
4242 * net/newsticker-treeview.el: Rename to net/newst-treeview.el.
4243
4244 2008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
4245
4246 * progmodes/compile.el (compilation-start): Don't disable undo in
4247 comint buffer. Don't override the comint-filter with our own.
4248 (compilation-filter): Change point's insertion-type.
4249
4250 * comint.el (comint-output-filter): Use copy-marker.
4251
4252 2008-06-13 David Reitter <david.reitter@gmail.com>
4253
4254 * textmodes/flyspell.el (mail-mode-flyspell-verify):
4255 Check message-signature-separator exists before using it.
4256
4257 2008-06-13 Dan Nicolaescu <dann@ics.uci.edu>
4258
4259 * vc.el (vc-delete-file): Bind default-directory before calling
4260 the backend.
4261 (vc-annotate-show-diff-revision-at-line): Move most of the code to ...
4262 (vc-annotate-show-diff-revision-at-line-internal): ... here.
4263 New function.
4264 (vc-annotate-show-changeset-diff-revision-at-line): New function.
4265 (vc-annotate-mode-menu): Bind it.
4266
4267 2008-06-13 Jason Rumney <jasonr@gnu.org>
4268
4269 * term/w32-win.el (mouse-set-font): Remove overridden function.
4270 (w32-select-font): Declare as obsolete alias for x-select-font.
4271
4272 2008-06-13 Daniel Engeler <engeler@gmail.com>
4273
4274 These changes add serial port access.
4275 * term.el (term-update-mode-line): Modify.
4276 (serial-port-is-file-p, serial-nice-speed-history)
4277 (serial-no-speed, serial-mode-line-speed-menu)
4278 (serial-mode-line-config-menu): New variables and constants.
4279 (serial-name-history, serial-speed-history)
4280 (serial-supported-or-barf, serial-read-name, serial-read-speed)
4281 (serial-term, serial-speed, serial-mode-line-speed-menu-1)
4282 (serial-mode-line-speed-menu, serial-update-speed-menu)
4283 (serial-mode-line-config-menu-1, serial-mode-line-config-menu)
4284 (serial-update-config-menu): New functions.
4285
4286 2008-06-13 Glenn Morris <rgm@gnu.org>
4287
4288 * menu-bar.el (menu-set-font): Use fboundp rather than functionp.
4289
4290 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Doc fix.
4291
4292 2008-06-13 Kenichi Handa <handa@m17n.org>
4293
4294 * cus-face.el (custom-face-attributes): Add :foundry.
4295
4296 * faces.el (set-face-attribute): Parse "FOUNDRY-FAMILY" here.
4297 (face-x-resources): Add :foundry.
4298 (face-valid-attribute-values): Likewise.
4299 (face-attribute-name-alist): Likewise.
4300 (describe-face): Likewise.
4301
4302 2008-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
4303
4304 * emacs-lisp/map-ynp.el (map-y-or-n-p): Accept non-char events.
4305
4306 2008-06-12 Chong Yidong <cyd@stupidchicken.com>
4307
4308 * longlines.el (longlines-search-forward, longlines-search-backward)
4309 (longlines-re-search-forward): Use a smarter search-spaces-regexp.
4310
4311 2008-06-12 Sam Steingold <sds@gnu.org>
4312
4313 * vc.el (vc-rename-file): DTRT when the destination is a directory
4314 name and the source is a file.
4315
4316 2008-06-12 Chong Yidong <cyd@stupidchicken.com>
4317
4318 * menu-bar.el (menu-set-font): Rename x-font-dialog to x-select-font.
4319
4320 2008-06-12 Glenn Morris <rgm@gnu.org>
4321
4322 * progmodes/f90.el (f90-beginning-of-subprogram)
4323 (f90-end-of-subprogram): Only give a message when interactive.
4324
4325 * term/mac-win.el (x-toolkit-scroll-bars): Check bound.
4326
4327 * progmodes/cperl-mode.el (cperl-info-on-command):
4328 Use display-pixel-height rather than x-display-pixel-height.
4329
4330 * mail/rmailedit.el (rmail-cease-edit):
4331 * vc-dispatcher.el (vc-dir-mode): Check tool-bar-mode is bound.
4332
4333 * emulation/edt.el (edt-xserver):
4334 * emulation/edt-mapper.el (edt-xserver): Use replace-regexp-in-string.
4335
4336 * emulation/edt-mapper.el: Drop test for Emacs < 19.
4337
4338 * mwheel.el (mouse-wheel-follow-mouse, mwheel-event-window):
4339 Evaluate definitions when compiling. Reverse tests.
4340
4341 * dframe.el (dframe-reposition-frame-emacs): Reorder test, and
4342 use unless.
4343
4344 * menu-bar.el (w32-menu-bar-open): Declare for compiler.
4345
4346 * textmodes/artist.el (x-pointer-shape):
4347 * term/x-win.el (x-parse-geometry, x-resource-name, accelerate-menu)
4348 (x-open-connection, x-server-max-request-size, x-get-resource):
4349 * term/w32console.el (x-setup-function-keys):
4350 * term/w32-win.el (x-parse-geometry, x-resource-name)
4351 (generate-fontset-menu, image-library-alist, x-open-connection)
4352 (setup-default-fontset, set-fontset-font, setup-default-fontset)
4353 (create-fontset-from-fontset-spec, create-fontset-from-x-resource)
4354 (x-get-resource):
4355 * term/mac-win.el (x-parse-geometry, x-resource-name)
4356 (x-get-selection-internal, tool-bar-mode, set-fontset-font)
4357 (new-fontset, x-display-list, x-open-connection, x-get-resource):
4358 * progmodes/gud.el (tooltip-last-mouse-motion-event, tooltip-hide)
4359 (tooltip-start-delayed-tip, tooltip-use-echo-area, tooltip-show)
4360 (tooltip-strip-prompt, tooltip-expr-to-print, tooltip-event-buffer):
4361 * progmodes/gdb-ui.el (tooltip-show, tooltip-use-echo-area)
4362 (tooltip-identifier-from-point, define-fringe-bitmap):
4363 * play/gamegrid.el (image-size):
4364 * play/bubbles.el (image-size):
4365 * mail/emacsbug.el (x-server-vendor, x-server-version):
4366 * international/mule-util.el (internal-char-font):
4367 * international/mule-diag.el (font-info, query-fontset, fontset-info)
4368 (fontset-alias-alist, fontset-list, fontset-plain-name):
4369 * international/mule-cmds.el (x-server-vendor, x-server-version):
4370 * international/fontset.el (font-encoding-charset-alist)
4371 (otf-script-alist, new-fontset, set-fontset-font)
4372 (x-pixel-size-width-font-regexp, vertical-centering-font-regexp)
4373 (fontset-list, query-fontset, x-get-resource):
4374 * emulation/edt.el (x-server-vendor):
4375 * emulation/edt-mapper.el (x-server-vendor):
4376 * emacs-lisp/map-ynp.el (x-popup-dialog):
4377 * emacs-lisp/lmenu.el (x-popup-dialog):
4378 * x-dnd.el (x-window-property, x-change-window-property)
4379 (x-get-selection-internal):
4380 * woman.el (x-list-fonts):
4381 * w32-fns.el (x-server-version):
4382 * tooltip.el (x-show-tip, x-hide-tip):
4383 * tool-bar.el (image-mask-p):
4384 * thumbs.el (image-size):
4385 * term.el (overflow-newline-into-fringe):
4386 * subr.el (scroll-bar-scale):
4387 * startup.el (x-get-resource, tool-bar-mode, image-size):
4388 * select.el (x-get-selection-internal, x-own-selection-internal)
4389 (x-disown-selection-internal):
4390 * mouse.el (generate-fontset-menu):
4391 * mouse-sel.el (x-select-text, x-cut-buffer-or-selection-value):
4392 * image.el (image-library-alist):
4393 * image-mode.el (image-size, image-refresh):
4394 * image-dired.el (clear-image-cache):
4395 * gs.el (x-display-mm-width, x-display-pixel-width)
4396 (x-display-mm-height, x-display-pixel-height)
4397 (x-change-window-property, x-display-grayscale-p, x-window-property):
4398 * frame.el (tool-bar-mode, x-display-name, x-close-connection)
4399 (x-focus-frame, x-list-fonts, x-display-screens)
4400 (x-display-pixel-height, x-display-pixel-width, x-display-mm-height)
4401 (x-display-mm-width, x-display-backing-store, x-display-save-under)
4402 (x-display-planes, x-display-color-cells, x-display-visual-class):
4403 * faces.el (internal-face-x-get-resource)
4404 (internal-set-lisp-face-attribute-from-resource, x-bitmap-file-path)
4405 (fontset-list, x-list-fonts, xw-color-defined-p, xw-color-values)
4406 (xw-display-color-p, x-display-grayscale-p, x-get-resource)
4407 (x-parse-geometry, x-create-frame, x-setup-function-keys)
4408 (tool-bar-setup):
4409 * doc-view.el (clear-image-cache, image-size, tooltip-show):
4410 * dired.el (dnd-get-local-file-name, dnd-get-local-file-uri):
4411 * dframe.el (x-display-pixel-width, x-display-pixel-height):
4412 * descr-text.el (internal-char-font):
4413 Define for compiler, for builds without X.
4414
4415 2008-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
4416
4417 * vc-rcs.el (vc-rcs-state-heuristic): Don't assume the file exists.
4418
4419 2008-06-11 Glenn Morris <rgm@gnu.org>
4420
4421 * progmodes/fortran.el (fortran-end-of-subprogram): Check for a match
4422 before trying to move there.
4423 (fortran-calculate-indent): When fortran-check-all-num-for-matching-do
4424 is non-nil, indent most terminating statements like loop body.
4425
4426 * calendar/diary-lib.el (diary-list-entries-2): Accept optional
4427 Gregorian date, and add it, not the local date, to diary-entries-list.
4428 (diary-list-entries-1): Pass Gregorian date to diary-list-entries-2.
4429
4430 2008-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
4431
4432 * progmodes/compile.el (compilation-filter): Fix up last change.
4433
4434 * term/linux.el (terminal-init-linux): Use gpm-mouse-enable.
4435
4436 * t-mouse.el (gpm-mouse-enable, gpm-mouse-disable): New functions.
4437 (gpm-mouse-mode): Make it into a proper global minor mode.
4438
4439 * files.el (save-some-buffers-action-alist): Only use recursive-edit
4440 if the user enabled recursive-minibuffers.
4441
4442 * emacs-lisp/map-ynp.el (map-y-or-n-p):
4443 Add support for scroll-other-window.
4444
4445 2008-06-11 Jason Rumney <jasonr@gnu.org>
4446
4447 * term/w32-win.el (w32-menu-bar-open): Rename from menu-bar-open.
4448 Use tmm-menubar if menu is disabled in this frame.
4449
4450 * menu-bar.el (menu-bar-open): Determine how to open menu bar
4451 from frame type, per documentation. Add w32 case.
4452
4453 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
4454
4455 * minibuffer.el (completion--merge-suffix): New function.
4456 (completion-basic-try-completion): Use it.
4457 (completion-pcm--find-all-completions): Add argument `filter'.
4458 (completion-pcm--filename-try-filter, completion-pcm--merge-try):
4459 New functions.
4460 (completion-pcm-try-completion): Use them.
4461
4462 * xt-mouse.el (turn-on-xterm-mouse-tracking)
4463 (turn-off-xterm-mouse-tracking): Use terminal-list.
4464
4465 * cus-start.el (underline-minimum-offset): Rename from
4466 x-underline-minimum-display-offset.
4467
4468 2008-06-10 David De La Harpe Golden <david@harpegolden.net> (tiny change)
4469
4470 * cus-start.el (x-underline-minimum-display-offset): Give it a type.
4471
4472 2008-06-10 Chong Yidong <cyd@stupidchicken.com>
4473
4474 * mouse.el (mouse-select-font): New function.
4475
4476 * faces.el (face-spec-recalc): When the face is set using
4477 Customize, avoid recalculating it twice.
4478
4479 * menu-bar.el (menu-set-font): New function. Bind "Set Default
4480 Font" menu item to it. Apply selected font to all frames, and
4481 make it savable.
4482 (menu-bar-options-save): Save `default' font if changed.
4483
4484 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
4485
4486 * ffap.el (ffap-string-at-point-mode-alist):
4487 Use alpha rather than lower.
4488
4489 * dired.el (dired-insert-directory): Don't assume Unix-style dir names.
4490
4491 * subr.el (momentary-string-display): Use an overlay.
4492
4493 * progmodes/compile.el (compilation-mode):
4494 Set window-point-insertion-type.
4495 (compilation-filter): Don't use insert-before-markers any more.
4496 * emacs-lisp/trace.el (trace-make-advice):
4497 Set window-point-insertion-type in the trace buffer.
4498 * startup.el (normal-top-level): Set window-point-insertion-type in
4499 *Messages*.
4500 * net/telnet.el (telnet-mode): Set window-point-insertion-type.
4501 (telnet-filter): Don't use insert-before-markers any more.
4502 * comint.el (comint-mode): Set window-point-insertion-type.
4503 (comint-output-filter): Don't use insert-before-markers any more.
4504 * button.el (make-text-button): Allow `start' to be a string.
4505
4506 2008-06-10 Juanma Barranquero <lekktu@gmail.com>
4507
4508 * emacs-lisp/autoload.el (autoload-rubric):
4509 Fix coding cookie not to force Unix EOL.
4510
4511 2008-06-10 Martin Rudalics <rudalics@gmx.at>
4512
4513 * window.el (window--splittable-p, window--try-to-split-window):
4514 Don't use with-selected-window to avoid messing up get-lru-window.
4515 Reported by David Hansen <david.hansen@gmx.net>.
4516
4517 2008-06-10 Glenn Morris <rgm@gnu.org>
4518
4519 * subr.el (locate-library): Doc fix.
4520
4521 * net/newsticker-treeview.el (w3m-toggle-inline-images): Declare.
4522 (newsticker-treeview-tool-bar-map, newsticker-treeview-mode):
4523 Check tool-bar-map is bound, for non-X builds.
4524
4525 * net/newsticker-reader.el (newsticker--next-item-image)
4526 (newsticker--previous-item-image, newsticker--previous-feed-image)
4527 (newsticker--next-feed-image, newsticker--mark-read-image)
4528 (ewsticker--mark-immortal-image, newsticker--narrow-image)
4529 (newsticker--get-all-image, newsticker--update-image)
4530 (newsticker--browse-image): Check xpm images are available.
4531 (newsticker--mark-read-image, newsticker--mark-immortal-image)
4532 (newsticker--narrow-image, newsticker--get-all-image): Doc fix.
4533
4534 * net/newsticker-plainview.el (tool-bar-map): Don't declare.
4535 (newsticker--plainview-tool-bar-map, newsticker-mode):
4536 Check tool-bar-map is bound, for non-X builds.
4537 (w3m-toggle-inline-image): Declare.
4538
4539 * net/newsticker-backend.el (tool-bar-map): Don't declare.
4540
4541 * emacs-lisp/autoload.el (autoload-rubric): Add coding cookie.
4542
4543 * finder.el (finder-font-lock-keywords): Handle ``quotes''.
4544 (finder-compile-keywords): Move let to where needed.
4545 (finder-mouse-face-on-line): Go back one more line if needed.
4546 (finder-list-matches): Use cadr.
4547 (finder-goto-xref): New function.
4548 (finder-commentary): Add buttons to jump to foo.el libraries.
4549
4550 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
4551
4552 * apropos.el (apropos-function, apropos-macro, apropos-command)
4553 (apropos-variable, apropos-face, apropos-group, apropos-widget)
4554 (apropos-plist): Add apropos-short-label property.
4555 (apropos-multi-type): New variables.
4556 (apropos-command, apropos-value): Set it.
4557 (apropos-compact-layout): New custom.
4558 (apropos-print, apropos-print-doc): Use it.
4559 (apropos-print): Truncate lines.
4560
4561 2008-06-09 Kenichi Handa <handa@m17n.org>
4562
4563 * international/fontset.el (font-encoding-alist):
4564 Add an entry for "ascii-0".
4565
4566 2008-06-09 Jihyun Cho <jihyun.jo@gmail.com>
4567
4568 * language/hanja-util.el (hanja-init-load): Show the message only
4569 when loading a table.
4570
4571 2008-06-08 Ulf Jasper <ulf.jasper@web.de>
4572
4573 * net/newsticker-treeview.el (newsticker-treeview):
4574 * net/newsticker-plainview.el (newsticker-plainview):
4575 Add autoload cookie.
4576
4577 2008-06-08 Ulf Jasper <ulf.jasper@web.de>
4578
4579 * net/newsticker.el: Split up into newsticker-backend, -ticker,
4580 -reader, -plainview, and -treeview.
4581 (newsticker-version): Change to 1.99.
4582
4583 * net/newsticker-backend.el: New. Move backend functionality from
4584 newsticker.el to newsticker-backend.el.
4585 (newsticker--download-logos): New.
4586 (newsticker--sentinel-callback): New.
4587 (newsticker--set-customvar): Remove. Split up into specific
4588 functions related to retrieval, ticker, buffer, and display.
4589 (newsticker--set-customvar-retrieval): New. Extracted from
4590 `newsticker--set-customvar'.
4591 (newsticker-retrieval): New. Renamed from `newsticker-feed'.
4592 (newsticker-url-list-defaults):
4593 Use `newsticker--set-customvar-retrieval' for :set. Change :group.
4594 (newsticker-url-list): Doc changed. URL can be a function.
4595 Use `newsticker--set-customvar-retrieval' for :set. Change :group.
4596 (newsticker-retrieval-method): New.
4597 (newsticker-wget-name, newsticker-wget-arguments): Change :group.
4598 (newsticker-retrieval-interval):
4599 Use `newsticker--set-customvar-retrieval' for :set. Change :group.
4600 (newsticker-desc-comp-max): Change :group.
4601 (newsticker--cache): Doc changed.
4602 (newsticker--guid-to-string): New.
4603 (newsticker--guid): Use `newsticker--guid-to-string'.
4604 (newsticker--real-feed-name): New.
4605 (newsticker--start-feed): New. Extracted from `newsticker-start'.
4606 (newsticker-start): Use `insert-file-contents' for reading cache.
4607 Use `newsticker--start-feed'.
4608 (newsticker--stop-feed): New. Extracted from `newsticker-stop'.
4609 (newsticker-stop): Check whether `newsticker-stop-ticker' is fbound.
4610 Use `newsticker--stop-feed'.
4611 (newsticker-save-item): New.
4612 (newsticker--get-news-by-funcall): New.
4613 (newsticker-get-news): Handle new retrieval methods.
4614 (newsticker--sentinel): Use `newsticker--sentinel-work'.
4615 (newsticker--sentinel-work): New. Extracted from
4616 `newsticker--sentinel'. Use `newsticker--download-logos',
4617 `newsticker--sentinel-callback'.
4618 (newsticker--parse-atom-0.3): Use `newsticker--guid-to-string'.
4619 (newsticker--parse-atom-1.0): Fix link determination.
4620 (newsticker--parse-rss-0.91): Fix time determination.
4621 (newsticker--parse-rss-0.92): Fix time determination.
4622 (newsticker--parse-rss-2.0): Use `newsticker--guid-to-string'.
4623 (newsticker--parse-generic-feed): New arg order in
4624 `newsticker--cache-add'.
4625 (newsticker--parse-generic-items): Fix for multiple items.
4626 New arg order in `newsticker--cache-add'.
4627 (newsticker--forget-preformatted): Check whether
4628 `newsticker--buffer-set-uptodate' is fbound.
4629 (newsticker--decode-iso8601-date): Handle fractions of seconds.
4630 (newsticker--decode-rfc822-date): Partial timezone handling.
4631 (newsticker--cache-contains): Fix guid problem.
4632 (newsticker--cache-add): Swap args AGE and TIME. Fix guid problem.
4633 (newsticker--cache-save): New.
4634 (newsticker--cache-update): Use temp buffer.
4635 (newsticker--stat-num-items): Allow multiple AGE args.
4636 (newsticker--stat-num-items-total): New.
4637 (newsticker--opml-import-outlines): New.
4638 (newsticker-opml-import): Use `newsticker--opml-import-outlines'.
4639 (newsticker--do-run-auto-mark-filter): Doc changed.
4640 (newsticker-retrieve-random-message): New.
4641
4642 * net/newsticker-ticker.el: New. Move ticker functionality from
4643 net/newsticker.el to net/newsticker-ticker.el.
4644 (newsticker--ticker-timer): Rename `newsticker--display-timer' to
4645 `newsticker--ticker-timer'.
4646 (newsticker-ticker-running-p): Rename `newsticker--display-timer'
4647 to `newsticker--ticker-timer'.
4648 (newsticker--set-customvar-ticker): New. Extracted from
4649 `newsticker--set-customvar'.
4650 (newsticker-ticker-interval): Rename `newsticker-display-interval'
4651 to `newsticker-ticker-interval'. Use `newsticker--set-customvar-ticker
4652 for :set. Change :group.
4653 (newsticker-scroll-smoothly): Doc changed. Change :group.
4654 (newsticker-hide-immortal-items-in-echo-area)
4655 (newsticker-hide-old-items-in-echo-area)
4656 (newsticker-hide-obsolete-items-in-echo-area):
4657 Use `newsticker--set-customvar-ticker for :set. Change :group.
4658 (newsticker-start-ticker): Rename `newsticker--display-timer' to
4659 `newsticker--ticker-timer'. Rename `newsticker-display-interval'
4660 to `newsticker-ticker-interval'.
4661 (newsticker-stop-ticker): Rename `newsticker--display-timer' to
4662 `newsticker--ticker-timer'.
4663
4664 * net/newsticker-reader.el: New. Move reader functionality from
4665 net/newsticker.el to net/newsticker-reader.el.
4666 (newsticker--set-customvar-formatting): New. Extracted from
4667 `newsticker--set-customvar'.
4668 (newsticker-reader, newsticker-frontend): New.
4669 (newsticker-enable-logo-manipulations): Change :group.
4670 (newsticker-justification): Use `newsticker--set-customvar-formatting'
4671 for :set. Change :group.
4672 (newsticker-use-full-width): Use `newsticker--set-customvar-formatting'
4673 for :set. Change :group.
4674 (newsticker-html-renderer): Doc changed.
4675 Use `newsticker--set-customvar-formatting' for :set. Change :group.
4676 (newsticker-date-format):
4677 Use `newsticker--set-customvar-formatting' for :set. Change :group.
4678 (newsticker--insert-enclosure):
4679 Rename `newsticker--buffer-insert-enclosure' to
4680 `newsticker--insert-enclosure'. Add keymap arg.
4681 (newsticker--print-extra-elements):
4682 Rename `newsticker--buffer-print-extra-elements' to
4683 `newsticker--print-extra-elements'. Add keymap arg.
4684 (newsticker--do-print-extra-element):
4685 Rename `newsticker--buffer-do-print-extra-element' to
4686 `newsticker--do-print-extra-element'. Add keymap arg.
4687 (newsticker-show-news): Use `newsticker-frontend'.
4688
4689 * net/newsticker-plainview.el: New. Move plainview functionality
4690 from net/newsticker.el to net/newsticker-reader.el.
4691 (newsticker-plainview): New.
4692 (newsticker--set-customvar-sorting): New. Extracted from
4693 `newsticker--set-customvar'.
4694 (newsticker-sort-method): Use `newsticker--set-customvar-sorting
4695 for :set. Changed :group.
4696 (newsticker-heading-format, newsticker-item-format)
4697 (newsticker-desc-format, newsticker-statistics-format):
4698 Use `newsticker--set-customvar-formatting for :set. Change :group.
4699 (newsticker-faces): Change :group.
4700 (newsticker-default-face): Enable again.
4701 (newsticker-hide-old-items-in-newsticker-buffer)
4702 (newsticker-show-descriptions-of-new-items):
4703 Use `newsticker--set-customvar-buffer' for :set. Change :group.
4704 (newsticker-show-all-news-elements): Change :group.
4705 (newsticker-plainview-hooks): New.
4706 (newsticker-select-item-hook, newsticker-select-feed-hook)
4707 (newsticker-buffer-change-hook, newsticker-narrow-hook): Change :group.
4708 (newsticker--plainview-tool-bar-map): Rename `newsticker--tool-bar-map'
4709 to `newsticker--plainview-tool-bar-map'.
4710 (newsticker--url-keymap): Add mouse-1 binding.
4711 (newsticker-plainview): New.
4712 (newsticker-mark-all-items-of-feed-as-read): Change doc.
4713 (newsticker--buffer-do-insert-text): Use renamed
4714 newsticker--[buffer-]insert-enclosure and
4715 newsticker--[buffer-]print-extra-elements.
4716 (newsticker--buffer-set-faces): Use newsticker-default-face.
4717
4718 * net/newsticker-treeview.el: New.
4719
4720 2008-06-08 Andreas Schwab <schwab@suse.de>
4721
4722 * vc-dispatcher.el (vc-dir-children-marked-p): Fix child check.
4723
4724 * vc-cvs.el (vc-cvs-dir-status): Pass -f to cvs.
4725
4726 * vc-dispatcher.el (vc-dir-move-to-goal-column): Don't move in an
4727 empty line.
4728
4729 * minibuffer.el (minibuffer-message): Bind inhibit-quit around sit-for.
4730
4731 2008-06-08 Martin Rudalics <rudalics@gmx.at>
4732
4733 * window.el (split-height-threshold, split-width-threshold):
4734 Add choice nil.
4735 (split-window-preferred-function): Allow either nil or a function.
4736 (window--splittable-p, window--try-to-split-window):
4737 Handle changed option values.
4738
4739 (window--frame-usable-p): Handle nil argument.
4740
4741 (display-buffer): Call get-lru-window when pop-up-windows is nil
4742 and window can't be split.
4743
4744 2008-06-08 Michael Albinus <michael.albinus@gmx.de>
4745
4746 * uniquify.el (uniquify-get-proposed-name): Handle remote files.
4747
4748 * net/tramp.el (top): Quote feature names. Remove
4749 `tramp-rfn-eshadow-setup-minibuffer' from
4750 `rfn-eshadow-setup-minibuffer-hook' when unloading.
4751 (tramp-read-passwd): There is only one call to
4752 `auth-source-user-or-password' needed. Pacify byte compiler.
4753
4754 2008-06-08 Andreas Schwab <schwab@suse.de>
4755
4756 * window.el (display-buffer): Use lru window if current window
4757 cannot be split.
4758
4759 2008-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
4760
4761 * apropos.el (apropos-library): New command and new button.
4762 (apropos-library-button): New function.
4763
4764 * apropos.el: Remove spurious * in docstrings.
4765 (apropos-label-face): Use variable pitch.
4766 (apropos-print): Use dolist and with-current-buffer.
4767 (apropos-print-doc): Use when.
4768
4769 * window.el (special-display-p, display-buffer):
4770 Fix up C->Elisp transcription error.
4771
4772 2008-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
4773
4774 * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
4775 (byte-compile-file): Initialize it.
4776 (byte-compile-nogroup-warn): Keep track of the current group.
4777
4778 2008-06-08 Glenn Morris <rgm@gnu.org>
4779
4780 * Makefile.in (compile, compile-always, bootstrap-prepare):
4781 Explicitly pass EMACS to sub-makes that use it, for non-GNU makes.
4782
4783 2008-06-07 Jihyun Cho <jihyun.jo@gmail.com>
4784
4785 * language/hanja-util.el (hanja-init-load): Use a char-table for
4786 hanja-table.
4787 (hangul-to-hanja-char): Adjust for the above change.
4788
4789 2008-06-07 Glenn Morris <rgm@gnu.org>
4790
4791 * finder.el (finder-compile-keywords): Use lm-keywords-list rather than
4792 lm-keywords.
4793
4794 * mail/sendmail.el (mail-interactive): Add :version.
4795
4796 * term/linux.el (terminal-init-linux): Use gpm-mouse-mode rather than
4797 obsolete alias.
4798
4799 * ediff-merg.el, strokes.el, wid-edit.el, emacs-lisp/lisp-mnt.el:
4800 * emulation/edt-mapper.el, eshell/em-dirs.el, eshell/em-glob.el:
4801 * eshell/em-ls.el, eshell/em-unix.el, eshell/esh-cmd.el:
4802 * eshell/esh-io.el, eshell/esh-opt.el, eshell/esh-test.el:
4803 * eshell/esh-util.el, international/mule-cmds.el:
4804 * international/mule-diag.el, mail/smtpmail.el, net/netrc.el:
4805 * net/tls.el, progmodes/etags.el, textmodes/page-ext.el:
4806 Remove unnecessary eval-when-compiles and eval-and-compiles.
4807
4808 * Makefile.in (bootstrap-clean): Run autogen-clean.
4809 (maintainer-clean): No need to run autogen-clean now it is included in
4810 bootstrap-clean.
4811
4812 2008-06-06 Miles Bader <miles@gnu.org>
4813
4814 * Makefile.in (ELCFILES): Add gnus/nndir.elc.
4815
4816 2008-06-06 Chong Yidong <cyd@stupidchicken.com>
4817
4818 * menu-bar.el (menu-bar-options-menu): Add Menu entry for
4819 longlines mode.
4820
4821 * replace.el (replace-search-function)
4822 (replace-re-search-function): New vars.
4823 (perform-replace): Use them.
4824
4825 * longlines.el (longlines-re-search-forward): New function.
4826 (longlines-mode): Bind replace-search-function and
4827 replace-re-search-function, to ensure that replacement commands
4828 treat newlines as spaces.
4829 (longlines-show-effect): Default to a pilcrow sign.
4830
4831 2008-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
4832
4833 * help.el (function-called-at-point):
4834 * help-fns.el (variable-at-point): Use emacs-lisp-mode-syntax-table
4835 even when calling find-tag-default.
4836
4837 2008-06-06 Daniel Colascione <danc@merrillpress.com>
4838
4839 * nxml/nxml-mode.el (nxml-syntax-highlight-flag)
4840 (nxml-fontify-chunk-size, nxml-clear-face, nxml-set-fontified)
4841 (nxml-clear-fontified, nxml-fontify, nxml-fontify1)
4842 (nxml-fontify-buffer, nxml-do-fontify):
4843 Remove obsolete variables and functions.
4844 (nxml-font-lock-keywords, nxml-set-face, nxml-mode)
4845 (nxml-degrade, nxml-after-change, nxml-after-change1)
4846 (nxml-extend-region, nxml-extend-after-change-region)
4847 (nxml-extend-after-change-region1, nxml-fontify-matcher)
4848 (nxml-toggle-char-ref-extra-display): Use font-lock, and
4849 font-lock-extend-region-functions in particular, to fontify
4850 nxml-mode buffers.
4851 (nxml-debug-region): New debugging helper function.
4852
4853 * nxml/nxml-rap.el (nxml-clear-inside, nxml-set-inside)
4854 (nxml-scan-after-change, nxml-move-tag-backwards):
4855 Adapt for font-lock changes.
4856
4857 * nxml/nxml-util.el (nxml-debug, nxml-debug-change)
4858 (nxml-debug-set-inside, nxml-debug-clear-inside):
4859 New debugging functions.
4860 (nxml-with-degradation-on-error): New helper macro.
4861
4862 2008-06-06 Martin Rudalics <rudalics@gmx.at>
4863
4864 * window.el (display-buffer): Remove dead call to get-lru-window.
4865
4866 2008-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
4867
4868 * mail/sendmail.el (mail-interactive): Change default.
4869
4870 2008-06-05 John Paul Wallington <jpw@pobox.com>
4871
4872 * bindings.el (completion-ignored-extensions):
4873 Add .p64fsl, .d64fsl, and .dx64fsl.
4874
4875 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
4876
4877 * ffap.el (ffap-prompter): Don't use the region.
4878
4879 2008-06-05 Sam Steingold <sds@gnu.org>
4880
4881 * vc-cvs.el (vc-cvs-registered): Consider a directory with a CVS
4882 subdirectory to be registered.
4883
4884 2008-06-05 Martin Rudalics <rudalics@gmx.at>
4885
4886 * window.el (display-buffer-function, special-display-p)
4887 (special-display-buffer-names, special-display-regexps)
4888 (special-display-function, same-window-p, same-window-buffer-names)
4889 (same-window-regexps, pop-up-frames, display-buffer-reuse-frames)
4890 (pop-up-frame-function, pop-up-windows, even-window-heights)
4891 (split-window-preferred-function, split-height-threshold)
4892 (window--display-buffer-1, display-buffer, pop-to-buffer):
4893 Move from window.c and buffer.c.
4894 (window--splittable-p, window--try-to-split-window)
4895 (window--frame-usable-p, window--display-buffer-2)
4896 (window--even-window-heights): New functions.
4897 (split-width-threshold): New option.
4898 (split-window-preferred-horizontally): Remove.
4899
4900 * cus-start.el: Remove corresponding declarations.
4901
4902 2008-06-05 Sam Steingold <sds@gnu.org>
4903
4904 * vc.el (vc-update): Use `save-some-buffers' instead of signaling
4905 an error on modified buffers.
4906
4907 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
4908
4909 * progmodes/etags.el (tags-verify-table): Be careful to use and update
4910 tags-file-name and tags-table-list from the right buffer.
4911 (tags-table-check-computed-list, tags-table-extend-computed-list)
4912 (find-tag-noselect): Use with-current-buffer.
4913
4914 * emacs-lisp/trace.el (trace-entry-message, trace-exit-message):
4915 Use print-circle.
4916
4917 * minibuffer.el (minibuffer-local-must-match-filename-map):
4918 Declare obsolete alias for the old name.
4919
4920 * abbrev.el (unexpand-abbrev): Better preserve markers.
4921
4922 2008-06-05 Glenn Morris <rgm@gnu.org>
4923
4924 * emacs-lisp/autoload.el (autoload-rubric): New function,
4925 extracted from autoload-ensure-default-file.
4926 (autoload-ensure-default-file): Use autoload-rubric.
4927
4928 * cus-dep.el (generated-custom-dependencies-file): Doc fix.
4929 (custom-dependencies-no-scan-regexp): New variable.
4930 (custom-make-dependencies): Use with-temp-buffer and autoload-rubric.
4931 Don't scan files matching custom-dependencies-no-scan-regexp.
4932 Disable undo in the output buffer. Remove kept-new-versions wackiness.
4933
4934 * finder.el (finder-headmark): Initialize and add doc string.
4935 (generated-finder-keywords-file): Doc fix.
4936 (finder-no-scan-regexp): New variable.
4937 (finder-compile-keywords): Use a single let binding.
4938 Disable undo in the output buffer. Use autoload-rubric.
4939 Use mapc rather than mapcar. Don't scan files matching
4940 finder-no-scan-regexp. Use with-temp-buffer. Use expand-file-name
4941 rather than concat. Use directory-files to do regexp matching.
4942 No need to require jka-compr.
4943 (finder-list-keywords): Remove un-needed set-buffer. Disable undo.
4944 (finder-list-matches): Disable undo.
4945 (finder-commentary): Use let rather than let*. Disable undo.
4946 (finder-current-item): Use zerop.
4947 (finder-mode): Use define-derived-mode.
4948 (finder-exit): Doc fix. Use dolist.
4949
4950 * Makefile.in ($(lisp)/cus-load.el): Remove unnecessary rule.
4951 (custom-deps): Don't require $(lisp)/cus-load.el.
4952 (custom-deps, finder-data): Don't depend on autoloads.
4953 Should not be needed now, and doing so was causing make install to
4954 re-dump emacs post-bootstrap.
4955 (bootstrap-after): Don't run update-elclist, since modifying Makefile.in
4956 mid-build forces some things to be rebuilt.
4957
4958 2008-06-05 Miles Bader <miles@gnu.org>
4959
4960 * face-remap.el
4961 (face-remap-add-relative): Renamed from `add-relative-face-remapping'.
4962 (face-remap-remove-relative): Renamed from
4963 `remove-relative-face-remapping'.
4964 (face-remap-reset-base): Renamed from
4965 `set-default-base-face-remapping'.
4966 (face-remap-set-base): Renamed from `set-base-face-remapping'.
4967 (text-scale-increase): Renamed from `increase-buffer-face-height'.
4968 (text-scale-decrease): Renamed from `decrease-buffer-face-height'.
4969 (text-scale-adjust): Renamed from `adjust-buffer-face-height'.
4970
4971 * face-remap.el (variable-pitch-mode): Autoload.
4972
4973 2008-06-04 Sam Steingold <sds@gnu.org>
4974
4975 * vc-hg.el (vc-hg-status-extra-header, vc-hg-status-extra-headers):
4976 Generate extra status headers for a Mercurial tree.
4977
4978 2008-06-04 John Paul Wallington <jpw@pobox.com>
4979
4980 * echistory.el (electric-history-map): Define within defvar.
4981 Add docstring.
4982
4983 * font-lock.el (font-lock-turn-off-thing-lock)
4984 (font-lock-after-fontify-buffer, font-lock-after-unfontify-buffer):
4985 Use `bound-and-true-p'.
4986 (cpp-font-lock-keywords-source-directives, cpp-font-lock-keywords):
4987 Doc fixes.
4988
4989 * international/ccl.el (define-ccl-program): Add `doc-string'
4990 declaration.
4991
4992 2008-06-04 Juanma Barranquero <lekktu@gmail.com>
4993
4994 * face-remap.el (variable-pitch-mode): Reflow docstrings.
4995 (text-scale-mode, adjust-buffer-face-height): Fix typos in docstrings.
4996
4997 2008-06-04 Trent W. Buck <trentbuck@gmail.com> (tiny change)
4998
4999 * emacs-lisp/rx.el (rx): Doc fix.
5000
5001 2008-06-04 Markus Triska <markus.triska@gmx.at>
5002
5003 * image-mode.el (image-mode-map): Add doc-view-inspired bindings.
5004
5005 2008-06-04 Miles Bader <miles@gnu.org>
5006
5007 * face-remap.el (adjust-buffer-face-height): New function.
5008 Add autoloaded keybindings in ctl-x-map.
5009 (increase-buffer-face-height, decrease-buffer-face-height):
5010 Simplify interactive spec to just "p". Remove autoloaded keybindings.
5011
5012 2008-06-03 Chong Yidong <cyd@stupidchicken.com>
5013
5014 * simple.el (line-move-1): If we did not move as far as desired,
5015 ensure that point-left and point-entered hooks are called.
5016
5017 2008-06-03 Sam Steingold <sds@gnu.org>
5018
5019 * vc-cvs.el (vc-cvs-status-extra-headers): Remove extraneous newlines.
5020
5021 2008-06-03 John Paul Wallington <jpw@pobox.com>
5022
5023 * progmodes/make-mode.el (makefile-cleanup-continuations)
5024 (makefile-warn-suspicious-lines, makefile-warn-continuations):
5025 Use `derived-mode-p'.
5026
5027 2008-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
5028
5029 * Makefile.in (update-elclist): Impose a fixed collation for sorting.
5030 (ELCFILES): Update.
5031
5032 2008-06-03 Miles Bader <miles@gnu.org>
5033
5034 * face-remap.el: New file.
5035 * Makefile.in (ELCFILES): Add face-remap.elc.
5036
5037 2008-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
5038
5039 * progmodes/flymake.el (flymake-process-filter): Make sure the source
5040 buffer isn't dead.
5041
5042 * obsolete/bg-mouse.el, obsolete/float.el, obsolete/hilit19.el,
5043 * obsolete/lselect.el, obsolete/mlsupport.el, obsolete/ooutline.el,
5044 * obsolete/profile.el, obsolete/rsz-mini.el, obsolete/uncompress.el,
5045 * obsolete/auto-show.el, obsolete/hscroll.el:
5046 Remove packages that were obsolete in Emacs-20, or that were obsolete
5047 in Emacs-21 and do not contain any more code.
5048
5049 * vc-dispatcher.el (vc-dir-menu-map-filter): Don't fail if
5050 vc-client-mode is not set.
5051
5052 * image-mode.el (image-mode-map): Suppress key map and bind `q'.
5053 * doc-view.el (doc-view-mode-map): Inherit from image-mode-map.
5054
5055 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords): Try to be
5056 yet a bit more clever at distinguishing / from /.
5057
5058 2008-06-03 Kenichi Handa <handa@m17n.org>
5059
5060 * Makefile.in (ELCFILES): Add $(lisp)/language/hanja-util.elc.
5061
5062 2008-06-03 Jihyun Cho <jihyun.jo@gmail.com>
5063
5064 * language/hanja-util.el: New file.
5065
5066 2008-06-03 Glenn Morris <rgm@gnu.org>
5067
5068 * progmodes/f90.el (f90-typedef-matcher, f90-looking-at-type-like):
5069 Check that end-of-word follows "type".
5070
5071 2008-06-02 Daiki Ueno <ueno@unixuser.org>
5072
5073 * epa-file.el (epa-file-write-region): Write the entire buffer
5074 content if START is nil.
5075
5076 2008-06-01 Thomas Morgan <tlm@thomasmorgan.net> (tiny change)
5077
5078 * select.el (x-get-selection): Fix typo.
5079
5080 2008-06-01 Juanma Barranquero <lekktu@gmail.com>
5081
5082 * descr-text.el (describe-text-sexp): Use `string-match-p'. Simplify.
5083 (describe-char): Use `looking-at-p', `string-match-p' when possible.
5084
5085 2008-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
5086
5087 * tar-mode.el (tar-header-block-summarize): Ensure one space around
5088 user&group.
5089
5090 2008-05-31 John Paul Wallington <jpw@pobox.com>
5091
5092 * help-fns.el (describe-variable-custom-version-info):
5093 Handle dotted `package-version' info.
5094
5095 2008-05-31 Juanma Barranquero <lekktu@gmail.com>
5096
5097 * icomplete.el (icomplete-get-keys): Doc fix. Use `when'.
5098
5099 2008-05-31 Dan Nicolaescu <dann@ics.uci.edu>
5100
5101 * vc-cvs.el (vc-cvs-after-dir-status): Support spaces in file
5102 names and improve support for unregistered files.
5103
5104 2008-05-31 Glenn Morris <rgm@gnu.org>
5105
5106 * Makefile.in (compile-last): Replace tr in `els' assignment with sed.
5107 Remove shell variable `elc'. Split tests to hopefully be more portable.
5108 Fix `sel' assignment.
5109
5110 2008-05-30 Juanma Barranquero <lekktu@gmail.com>
5111
5112 * minibuffer.el (completion-table-dynamic): Doc fix.
5113
5114 2008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
5115
5116 * vc-cvs.el (vc-cvs-state-heuristic, vc-cvs-parse-status):
5117 Try and return `unregistered' when applicable.
5118
5119 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
5120 Don't encourage naming variables with "-flag".
5121
5122 2008-05-30 Glenn Morris <rgm@gnu.org>
5123
5124 * Makefile.in (update-elclist): Hide the warning when it does not apply,
5125 make it milder when it does.
5126 (autogen-clean): New target.
5127 (maintainer-clean): Use autogen-clean.
5128
5129 * calendar/diary-lib.el (diary-display-function): New name for
5130 diary-display-hook. Keep old name as obsolete alias. Doc fix.
5131 Change custom type and version.
5132 (diary-list-entries-hook, diary-list-entries, diary-simple-display)
5133 (diary-fancy-display): Doc fixes.
5134 (diary-list-entries, diary-include-other-diary-files)
5135 (diary-mail-entries):
5136 Use diary-display-function rather than diary-display-hook.
5137
5138 * calendar/appt.el (appt-check): Use diary-display-function rather than
5139 diary-display-hook.
5140 * calendar/cal-x.el (calendar-dedicate-diary): Update for
5141 diary-display-function replacing diary-display-hook.
5142 * org/org-agenda.el (org-get-entries-from-diary): Also set
5143 diary-display-function.
5144
5145 * calendar/cal-html.el (cal-html-list-diary-entries):
5146 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
5147 * calendar/cal-tex.el (cal-tex-list-diary-entries): Use LIST-ONLY
5148 argument of diary-list-entries rather than setting diary-display-hook.
5149
5150 2008-05-30 Kenichi Handa <handa@m17n.org>
5151
5152 * international/mule-conf.el (utf-8-with-signature): Renamed from
5153 utf-8-sig.
5154 (utf-8-auto): Adjusted for the above change.
5155
5156 * international/mule-diag.el (describe-font): Don't check fontset
5157 here, and just call font-info. Get the default font by from the
5158 default face.
5159
5160 2008-05-29 Kenichi Handa <handa@m17n.org>
5161
5162 * international/mule-conf.el (utf-8-sig, utf-8-auto):
5163 New coding systems.
5164
5165 * international/mule.el (define-coding-system): Accept :bom for utf-8.
5166
5167 2008-05-29 Espen Wiborg <espen.wiborg@telio.no> (tiny change)
5168
5169 * international/utf-7.el (utf-7-encode): Use the right escape char
5170 depending on imap/nonimap encoding.
5171
5172 2008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
5173
5174 * minibuffer.el (completion-pcm-all-completions): Add the base-size.
5175
5176 2008-05-29 Juanma Barranquero <lekktu@gmail.com>
5177
5178 * icomplete.el (icomplete-prospects-height): Add :group.
5179
5180 2008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
5181
5182 * icomplete.el (icomplete-prospects-length): Make obsolete.
5183 (icomplete-prospects-height): New var.
5184 (icomplete-completions): Use it.
5185
5186 2008-05-29 David Kastrup <dak@gnu.org>
5187
5188 * autoinsert.el (auto-insert): Add :link.
5189
5190 2008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
5191
5192 * tar-mode.el (tar-header): New field `header-start'.
5193 (tar-header-block-tokenize): Set it when useful.
5194 Drop "GNUtar " magic value, which even GNU Tar doesn't know about.
5195 (tar-header-data-end): New function.
5196 (tar-summarize-buffer): Use it.
5197 (tar-next-line): Fix goal column for long usernames.
5198 (tar-expunge-internal): Use header-start.
5199 (tar-rename-entry): Handle ustar-style long names.
5200 (tar-alter-one-field): Add optional `descriptor' argument.
5201 (tar-subfile-save-buffer): Use it.
5202
5203 2008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
5204
5205 * tar-mode.el (tar-header): New field `header-start'.
5206 (tar-header-block-tokenize): Set header-start for longlink entries.
5207 (tar-expunge-internal): Use header-start to expunge longlink entries.
5208
5209 * files.el (hack-local-variables): Don't signal an error if the local
5210 variable section is not properly terminated.
5211
5212 * emacs-lisp/easymenu.el (easy-menu-convert-item)
5213 (easy-menu-convert-item-1): Move the duplicate-generation outside of
5214 the caching so it also works for identical entries.
5215
5216 * tar-mode.el (tar-summarize-buffer): Fix reporter initialization.
5217 (tar-mode): Use write-region-annotate-functions rather than
5218 write-contents-functions.
5219 (tar-extract): Remove unused var `pos'.
5220 (tar-subfile-save-buffer): Remove unused var `following-descs'.
5221 (tar-mode-write-file): Remove.
5222 (tar-write-region-annotate): New function.
5223
5224 * progmodes/flymake.el (flymake-save-buffer-in-file):
5225 * shadowfile.el (shadow-copy-file):
5226 * arc-mode.el (archive-*-write-file-member):
5227 * files.el (diff-buffer-with-file):
5228 * subr.el (with-temp-file): Pass nil to write-region.
5229 * jka-compr.el (jka-compr-write-region): Preserve `start's nullness.
5230
5231 * doc-view.el (doc-view-mode-map): Bind `q' to quit-window, as is
5232 the custom.
5233
5234 * files.el (basic-save-buffer-2): Pass nil rather than (point-min)
5235 to write-region.
5236
5237 2008-05-28 Glenn Morris <rgm@gnu.org>
5238
5239 * Makefile.in (update-elclist): Work around non-portability of "\"
5240 in various implementations of echo.
5241
5242 2008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
5243
5244 * international/mule-diag.el (describe-current-coding-system):
5245 Don't assume selection-coding-system is always defined.
5246
5247 * tar-mode.el: Use defstruct and markers.
5248 (tar-setf): Remove.
5249 (tar-header): Use defstruct. Add `data-start' field.
5250 (make-tar-desc, tar-desc-tokens): Remove, folded into tar-header.
5251 (tar-desc-data-start): Remove (now called tar-header-data-start).
5252 (tar-roundup-512): New fun.
5253 (tar-header-block-tokenize): Receive a buffer position rather than
5254 a string. Handle @longLink here, be more careful about it.
5255 Create a marker for data-start.
5256 (tar-summarize-buffer): Don't handle @LongLink here any more.
5257 (tar-expunge-internal, tar-subfile-save-buffer): Don't update
5258 data-start on the following entries any more.
5259 (tar-chown-entry, tar-chgrp-entry): Use read-number.
5260
5261 * tar-mode.el: Use buffer-swap-text to separate summary and raw data.
5262 (tar-header-offset): Remove.
5263 (tar-parse-info, tar-header-offset, tar-file-name-coding-system):
5264 Not permanent any more.
5265 (tar-data-buffer): New var.
5266 (tar-data-swapped-p, tar-change-major-mode-hook)
5267 (tar-mode-kill-buffer-hook): New funs.
5268 (tar-untar-buffer, tar-summarize-buffer, tar-mode, tar-mode-revert)
5269 (tar-extract, tar-copy, tar-expunge-internal, tar-expunge)
5270 (tar-clear-modification-flags, tar-alter-one-field)
5271 (tar-subfile-save-buffer, tar-pad-to-blocksize, tar-mode-write-file):
5272 Change accordingly.
5273
5274 2008-05-27 Dan Nicolaescu <dann@ics.uci.edu>
5275
5276 * vc-dispatcher.el (vc-directory-resynch-file): Rename to ...
5277 (vc-dir-resynch-file): ... this. Update callers.
5278 Use vc-string-prefix-p. Ignore directory args.
5279 (vc-string-prefix-p): CSE.
5280 (vc-resynch-buffer): Restore conditional.
5281
5282 * vc-hooks.el (vc-after-save): Improve test.
5283 (vc-mode-line): Fix indentation.
5284
5285 2008-05-27 Chong Yidong <cyd@stupidchicken.com>
5286
5287 * calendar/parse-time.el (parse-time-months)
5288 (parse-time-weekdays): Add long-form month and day names.
5289
5290 2008-05-27 Glenn Morris <rgm@gnu.org>
5291
5292 * Makefile.in (update-elclist): Make errors in final sed non-fatal.
5293
5294 2008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
5295
5296 * vc-dispatcher.el (vc-string-prefix-p): New function.
5297 (vc-dir-parent-marked-p): Use it.
5298
5299 2008-05-27 Dan Nicolaescu <dann@ics.uci.edu>
5300
5301 * vc.el (Problems): Remove fixed issues.
5302 (vc-expand-dirs): Avoid returning directories.
5303 (vc-dir): Fix C-x v v binding.
5304 (vc-make-backend-object): Fix name.
5305 (vc-dir-show-fileentry): Fix docstring.
5306 (vc-dir-refresh): Use vc-dir-backend. Fix docstring.
5307 (vc-dir-refresh-files): Use vc-dir-backend. Fix docstring.
5308 Reset the state for directories.
5309 (vc-dir-headers): Align labels.
5310 (vc-default-status-printer): Do no call prettify-state-info.
5311 (vc-deduce-fileset): Replace implementation with one based on a
5312 working older version.
5313 (vc-next-action): Use the new form of vc-deduce-fileset.
5314 Fix dealing with unregistered files.
5315
5316 * vc-dispatcher.el (vc-resynch-window): Fix mode-line updating.
5317 (vc-dir-menu-map): Fix menu title for the menu bar and the popup menu.
5318 (vc-dir-child-files): New function.
5319 (vc-dir-node-directory): New function.
5320 (vc-dir-update, vc-dir-parent-marked-p)
5321 (vc-dir-children-marked-p, vc-dir-mark-all-files)
5322 (vc-dir-marked-only-files, vc-dispatcher-selection-set): Use it.
5323
5324 * vc-cvs.el (vc-cvs-status-extra-headers): Align labels.
5325
5326 2008-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
5327
5328 * diff-mode.el (diff-context-mid-hunk-header-re): New const.
5329 (diff-font-lock-keywords, diff-context->unified)
5330 (diff-reverse-direction, diff-fixup-modifs, diff-sanity-check-hunk)
5331 (diff-hunk-text, diff-find-source-location): Use it.
5332 (diff-post-command-hook): Let the user edit the hunk headers.
5333
5334 2008-05-26 Andreas Schwab <schwab@suse.de>
5335
5336 * vc.el (vc-default-prettify-state-info): Fix formatting of an
5337 unknown state.
5338
5339 * tar-mode.el (tar-summarize-buffer): Comment fix.
5340
5341 2008-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
5342
5343 * tar-mode.el (tar-summarize-buffer): Handle GNU Tar @LongLink format.
5344
5345 2008-05-26 Glenn Morris <rgm@gnu.org>
5346
5347 * calendar/cal-hebrew.el (diary-ordinal-suffix): Declare for compiler.
5348
5349 2008-05-25 John Paul Wallington <jpw@pobox.com>
5350
5351 * proced.el (proced-next-line, proced-previous-line):
5352 Avoid calling `next-line' and `previous-line' from Lisp code.
5353
5354 2008-05-25 Ed Reingold <reingold@emr.cs.iit.edu>
5355
5356 * calendar/cal-hebrew.el (diary-hebrew-yahrzeit):
5357 Use diary-ordinal-suffix.
5358
5359 2008-05-24 Juanma Barranquero <lekktu@gmail.com>
5360
5361 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-defs)
5362 (edebug-all-forms, edebug-eval-macro-args, edebug-save-windows)
5363 (edebug-save-displayed-buffer-points, edebug-initial-mode)
5364 (edebug-trace, edebug-test-coverage, edebug-continue-kbd-macro)
5365 (edebug-print-length, edebug-print-level, edebug-print-circle)
5366 (edebug-unwrap-results, edebug-on-error, edebug-on-quit)
5367 (edebug-global-break-condition, edebug-sit-for-seconds):
5368 Remove spurious * from defcustom docstrings.
5369 (edebug-unwrap*, edebug-signal, edebug-eval-display):
5370 Improve argument/docstring consistency.
5371 (edebug-test-coverage, edebug-gensym, edebug-read)
5372 (edebug-top-level-nonstop, edebug-eval-result-list)
5373 (edebug-eval-redisplay, edebug-trace): Fix typos in docstring.
5374 (edebug-eval-defun, edebug-eval-top-level-form, edebug)
5375 (edebug-display-freq-count): Reflow docstrings.
5376 (edebug-restore-status): Doc fix.
5377
5378 2008-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
5379
5380 * proced.el (proced-header-line): Use the :align-to 0 feature
5381 rather than computing the corresponding position manually.
5382 (proced-update): Don't hardcode point-min==1.
5383
5384 2008-05-24 Alan Mackenzie <acm@muc.de>
5385
5386 * progmodes/cc-mode.el (c-postprocess-file-styles): Throw an error
5387 if c-file-style is set to a non-string.
5388
5389 (c-neutralize-CPP-line): Surround by `save-excursion'.
5390 (c-neutralize-syntax-in-CPP): Optimize for speed.
5391
5392 2008-05-24 Glenn Morris <rgm@gnu.org>
5393
5394 * Makefile.in (update-elclist): New target, to update ELCFILES.
5395 (bootstrap-after): Run update-elclist.
5396
5397 2008-05-24 Ulf Jasper <ulf.jasper@web.de>
5398
5399 * icalendar.el (icalendar-version): Increase to "0.19".
5400 (icalendar--date-style): New function.
5401 (icalendar--datetime-to-diary-date): Doc fix.
5402 Use icalendar--date-style.
5403 (icalendar--datestring-to-isodate): Doc fix. Handle iso date style.
5404 (icalendar--convert-yearly-to-ical)
5405 (icalendar--convert-recurring-to-diary): Handle iso date style,
5406 use icalendar-date-style.
5407
5408 2008-05-23 Dan Nicolaescu <dann@ics.uci.edu>
5409
5410 * vc.el (vc-delete-file): Make sure the buffer is deleted and
5411 vc-dir buffers are updated.
5412
5413 2008-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
5414
5415 * vc.el (vc-delete-file): Don't try to resynch the buffer.
5416
5417 2008-05-23 Paul Rivier <paul.r.ml@gmail.com>
5418
5419 * textmodes/reftex-vars.el (reftex-extra-bindings-prefix): New var.
5420 * textmodes/reftex.el (reftex-extra-bindings-map): New var.
5421 (reftex-extra-bindings): Use it.
5422
5423 * progmodes/mixal-mode.el (mixal-mode-map): Move key-bindings
5424 away from the user-reserved keys.
5425
5426 * progmodes/ada-mode.el (ada-mode-extra-map, ada-mode-extra-prefix):
5427 New vars.
5428 (ada-create-keymap): Use them.
5429
5430 2008-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
5431
5432 * emacs-lisp/regexp-opt.el (regexp-opt): Always return
5433 a properly-grouped regexp.
5434
5435 2008-05-23 Juanma Barranquero <lekktu@gmail.com>
5436
5437 * progmodes/cap-words.el (capitalized-words-mode):
5438 Fix typos in docstring.
5439
5440 2008-05-23 Kenichi Handa <handa@m17n.org>
5441
5442 * international/mule-conf.el: Don't define the charset `emacs'
5443 here, just put :docstring, :short-name, and :long-name.
5444
5445 2008-05-22 Kenichi Handa <handa@m17n.org>
5446
5447 * international/mule-diag.el (font-show-log): Limit each listing
5448 to 20 items.
5449
5450 2008-05-23 Nick Roberts <nickrob@snap.net.nz>
5451
5452 * progmodes/gdb-ui.el (gdb-enable-debug): New function.
5453 (gdb-annotation-rules): New entry for "thread-changed".
5454 (gdb-thread-changed): New function.
5455
5456 2008-05-23 Glenn Morris <rgm@gnu.org>
5457
5458 * Makefile.in (SOURCES): Remove, unused.
5459 (lisptagsfiles1, lisptagsfiles2): Use '*' rather than '[a-zA-Z]*'.
5460 (TAGS, TAGS-LISP): Use a single rule with multiple targets.
5461 Exclude more '*loaddefs' files.
5462 (compile-always): Simplify '.elc' deletion.
5463
5464 2008-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
5465
5466 * vc-bzr.el (vc-bzr-annotate-time): Reduce memory allocation.
5467 (vc-bzr-revision-completion-table): Handle `boundaries' argument.
5468
5469 * minibuffer.el (completion-boundaries): Change calling
5470 convention, so `string' has the same semantics as in
5471 try-completion and all-completions.
5472 (completion-table-with-context, completion--embedded-envvar-table)
5473 (completion--file-name-table)
5474 (completion-pcm--find-all-completions): Adjust code accordingly.
5475
5476 2008-05-22 Chong Yidong <cyd@stupidchicken.com>
5477
5478 * image-mode.el (image-mode-winprops): Add argument CLEANUP to
5479 prune image-mode-winprops-alist, preventing it from growing
5480 indefinitely.
5481 (image-mode-reapply-winprops): Use it.
5482
5483 2008-05-22 Teodor Zlatanov <tzz@lifelogs.com>
5484
5485 * net/netrc.el (netrc-machine): Always match if the port is not given.
5486
5487 2008-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
5488
5489 * minibuffer.el (completion-pcm--find-all-completions):
5490 Don't add pseudo-completions.
5491
5492 * icomplete.el (icomplete-eoinput): Remove.
5493 (icomplete-overlay): New var to replace it.
5494 (icomplete-tidy): Rewrite.
5495 (icomplete-exhibit): Use an overlay.
5496 (icomplete-completions): Use completion-all-sorted-completions.
5497 Obey completion-ignore-case.
5498
5499 * files.el (locate-dominating-file): Accept non-existing argument.
5500 (project-find-settings-file): Rewrite, using locate-dominating-file.
5501
5502 2008-05-22 Kenichi Handa <handa@m17n.org>
5503
5504 * faces.el (font-weight-table, font-slant-table, font-width-table):
5505 Delete them. Don't call internal-set-font-style-table.
5506
5507 * international/mule-diag.el (font-show-log): New function.
5508
5509 * international/fontset.el (script-representative-chars): Add more
5510 chars for latin. Add data for symbol.
5511 (setup-default-fontset): Add entries for phonetic, armenian, and symbol.
5512
5513 2008-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
5514
5515 * minibuffer.el (completion-all-sorted-completions): New var.
5516 (completion--flush-all-sorted-completions)
5517 (completion-all-sorted-completions): New functions.
5518 (minibuffer-force-complete): New command.
5519
5520 2008-05-21 Glenn Morris <rgm@gnu.org>
5521
5522 * files.el (c-postprocess-file-styles): Declare for compiler.
5523
5524 * Makefile.in: Allow for parallel byte-compiling.
5525 (ELCFILES): New variable.
5526 (.el.elc): Remove prerequisites from suffix rule. Print a message.
5527 (compile-first, compile-main, compile-last): New targets.
5528 (compile-always): Simplify - delete .elc files, then `make compile'.
5529
5530 * Makefile.in (compile-calc): Use glob rather than find.
5531 ($(lisp)/progmodes/cc-mode.elc): Use $@.
5532
5533 * eshell/esh-module.el: No need for cl when compiling.
5534
5535 * eshell/eshell.el (eshell-defgroup): New alias.
5536 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
5537 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
5538 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
5539 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
5540 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
5541 * eshell/em-xtra.el: Use eshell-defgroup rather than defgroup.
5542 Autoload the custom group. Set generated-autoload-file.
5543 * eshell/em-basic.el, eshell/esh-module.el: Require eshell,
5544 for eshell-defgroup.
5545 * eshell/esh-module.el (eshell-load-defgroups): Remove.
5546 Require esh-groups rather than loading it.
5547
5548 2008-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5549
5550 * proced.el (proced-header-line): New variable and new function.
5551 (proced-mode): Set header-line-format.
5552 (proced-update): Set proced-header-line.
5553 (proced-send-signal): Use proced-header-line.
5554
5555 2008-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
5556
5557 * macros.el (insert-kbd-macro): Use prin1-char.
5558
5559 2008-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
5560
5561 * minibuffer.el (completion-boundaries): New function.
5562 (completion--some): Delay errors.
5563 (complete-with-action, completion-table-with-context):
5564 Handle `boundaries' case.
5565 (completion--try-word-completion): Avoid partial-completion
5566 when the user hasn't entered anything yet.
5567 (minibuffer-local-map, minibuffer-local-filename-completion-map)
5568 (minibuffer-local-must-match-map, minibuffer-local-completion-map)
5569 (minibuffer-local-must-match-filename-map, minibuffer-local-ns-map):
5570 Setup default keybindings.
5571 (completion--embedded-envvar-re): New var.
5572 (completion--embedded-envvar-table): Use it. Handle `boundaries' case.
5573 (completion--file-name-table): Handle `boundaries' case.
5574 (completion-pcm--pattern->regex): Avoid pathological backtracking.
5575 (completion-pcm--all-completions): Add a `prefix' arg.
5576 (completion-pcm--find-all-completions): New function.
5577 (completion-pcm-all-completions, completion-pcm-try-completion):
5578 Use it.
5579
5580 * icomplete.el (icomplete-completions): Don't use `predicate' with
5581 a table of a different type than `candidates'.
5582
5583 2008-05-20 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5584
5585 * proced.el (proced-goal-column): Rename from proced-procname-column.
5586 (proced-goal-header-re): Rename from proced-procname-column-regexp.
5587 (proced-move-to-goal-column): Rename from proced-move-to-procname.
5588 (proced-header-face, proced-header-regexp): Remove.
5589 (proced-font-lock-keywords): Remove proced-header-face.
5590 (proced-header-alist, proced-sorting-schemes-re): New variables.
5591 (proced): Rename Proced buffer to *Proced*.
5592 (proced-next-line, proced-previous-line): New commands.
5593 (proced-do-mark, proced-do-mark-all, proced-toggle-marks)
5594 (proced-hide-processes): Do not treat first line as special.
5595 (proced-header-space): New function.
5596 (proced-update): Use header-line-format.
5597 Initialize proced-header-alist and proced-sorting-schemes-re.
5598 Set proced-goal-column. Include proced-command in mode-name.
5599 (proced-send-signal): Use header-line-format for *Marked
5600 Processes* buffer.
5601 (proced-sort): Restrict minibuffer completion to applicable
5602 sorting schemes.
5603 (proced-sorting-scheme-p): Use proced-sorting-schemes-re.
5604
5605 2008-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
5606
5607 * icomplete.el (icomplete-simple-completing-p):
5608 Allow icomplete-with-completion-tables to say "use it everywhere".
5609 (icomplete-completions): Obey completion-styles. Try to accommodate
5610 partial-completion style.
5611
5612 2008-05-20 Michael Olson <mwolson@gnu.org>
5613
5614 * files.el (project-find-settings-file): Change concat to
5615 expand-file-name.
5616
5617 2008-05-19 Tom Tromey <tromey@redhat.com>
5618
5619 * files.el (normal-mode): Call hack-project-variables.
5620 (hack-local-variables-confirm): Add 'project' argument.
5621 (hack-local-variables-apply): New function.
5622 (hack-local-variables): Use it.
5623 (project-class-alist, project-directory-alist): New variables.
5624 (project-get-alist): New function.
5625 (project-collect-bindings-from-alist)
5626 (project-collect-binding-list, set-directory-project)
5627 (project-find-settings-file, project-define-from-project-file)
5628 (hack-project-variables): New functions.
5629
5630 2008-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
5631
5632 * emacs-lisp/cl-specs.el (destructuring-bind): Fix spec.
5633
5634 2008-05-19 Juanma Barranquero <lekktu@gmail.com>
5635
5636 * faces.el (font-weight-table): Fix typo in docstring.
5637
5638 2008-05-18 David Hull <david@snap.com> (tiny change)
5639
5640 * vc-hg.el (vc-hg-annotate-re): Recognize the output of --follow.
5641 (vc-hg-annotate-command): Allow white space before version number.
5642
5643 2008-05-18 Jay Belanger <jay.p.belanger@gmail.com>
5644
5645 * calc/calc-yank.el (calc-register-alist): New variable.
5646 (calc-set-register, calc-get-register, calc-copy-to-register)
5647 (calc-insert-register, calc-add-to-register, calc-append-to-register)
5648 (calc-prepend-to-register): New functions.
5649
5650 * calc/calc-ext.el (calc-init-extensions): Add keybindings for
5651 `calc-copy-to-register' and `calc-insert-register'.
5652 Autoload new register functions.
5653
5654 * calc/calc-help.el (calc-r-prefix-help): Add help for register
5655 functions.
5656
5657 2008-05-18 Dan Nicolaescu <dann@ics.uci.edu>
5658
5659 * vc.el (Todo): Add known problems.
5660 (vc-dir-backend): New variable.
5661 (vc-dir): Set it.
5662 (vc-make-backend-object, vc-generic-status-printer)
5663 (vc-generic-state, vc-generic-status-fileinfo-extra)
5664 (vc-dir-extra-menu): Use it.
5665 (vc-generic-dir-headers): Remove, unused.
5666
5667 * vc-dispatcher.el (vc-dir-previous-directory): Rename from
5668 vc-dir-prev-directory for consistency with vc-dir-previous-line.
5669 (vc-dir-mode-map): Fix bindings.
5670
5671 * vc-bzr.el (vc-bzr-after-dir-status): Remove unused binding.
5672
5673 2008-05-18 Jay Belanger <jay.p.belanger@gmail.com>
5674
5675 * calc/calc-yank.el (calc-kill): Make sure that only the stack is
5676 operated on.
5677 (calc-kill-region): Kill entire lines.
5678
5679 2008-05-17 Glenn Morris <rgm@gnu.org>
5680
5681 * ezimage.el (ezimage-use-images): Drop support for Emacs < 21 and
5682 simplify initial value.
5683 (defezimage): Drop support for Emacs without defimage, use a featurep
5684 test rather than fboundp when defining, drop with-no-warnings.
5685 (ezimage-insert-over-text): Move featurep test inside
5686 add-text-properties.
5687
5688 * elide-head.el (elide-head-headers-to-hide): Handle GPLv3 format.
5689
5690 * net/tramp.el (top-level): Load auth-source when compiling.
5691
5692 * progmodes/fortran.el (fortran-font-lock-keywords-2): Add .eqv., .neqv.
5693
5694 2008-05-17 Andreas Schwab <schwab@suse.de>
5695
5696 * vc-dispatcher.el (vc-dir-mode-map): Fix M-down and M-up binding.
5697
5698 2008-05-17 Dan Nicolaescu <dann@ics.uci.edu>
5699
5700 * vc.el (vc-annotate-show-diff-revision-at-line): Change
5701 vc-diff-internal arg to match what vc-deduce-fileset returns now.
5702
5703 2008-05-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5704
5705 * menu-bar.el (menu-bar-select-buffer): Reinsert it as msb.el uses it.
5706
5707 2008-05-17 Jim Meyering <meyering@redhat.com>
5708
5709 * ido.el (ido-save-history): Do not emit a trailing newline at the
5710 end of the ido history file.
5711
5712 2008-05-16 John Paul Wallington <jpw@pobox.com>
5713
5714 * vc-dispatcher.el (top-level): Revert previous change: require cl
5715 when compiling.
5716
5717 2008-05-16 Eric S. Raymond <esr@snark.thyrsus.com>
5718
5719 * vc.el (vc-default-status-printer)
5720 (vc-default-prettify-state-info): Enhance the state prettyprinter
5721 to deal better with unknown states and indirect through it when
5722 painting vc-dir buffers.
5723
5724 2008-05-16 John Paul Wallington <jpw@pobox.com>
5725
5726 * vc-dispatcher.el (top-level): Don't require cl when compiling.
5727 (vc-dir-mode-map): Fix backquote.
5728 (vc-at-event): Doc fix. Use `make-symbol' instead of `gensym'.
5729
5730 2008-05-16 Michael Albinus <michael.albinus@gmx.de>
5731
5732 * net/tramp.el (tramp-handle-write-region): Fix check for short track.
5733 Reported by Glenn Morris <rgm@gnu.org>.
5734
5735 2008-05-16 Eric S. Raymond <esr@snark.thyrsus.com>
5736
5737 * vc.el: Remove my analysis of SCCS/RCS concurrency issues from
5738 the end of the file, it was good work at one time but has been
5739 stale since 1995 and may now be actively misleading.
5740 * vc-cvs.el (vc-cvs-status-extra-headers): Extract and display the
5741 CVS repository and module (assumptions for the latter a bit iffy).
5742 * vc-svn.el (vc-svn-status-extra-headers): Extract and display the
5743 SVN repository.
5744
5745 2008-05-16 Juanma Barranquero <lekktu@gmail.com>
5746
5747 * vc-rcs.el (vc-rcs-create-tag):
5748 * vc-sccs.el (vc-sccs-create-tag):
5749 Fix typo in error message and pass backend arg.
5750
5751 2008-05-15 Michael Albinus <michael.albinus@gmx.de>
5752
5753 * net/tramp.el (tramp-file-name-for-operation): Add `make-temp-name'.
5754
5755 2008-05-15 Teodor Zlatanov <tzz@lifelogs.com>
5756
5757 * net/tramp.el: Load auth-source library.
5758 (tramp-read-passwd): Use it for password, not login.
5759
5760 2008-05-15 Shigeru Fukaya <shugeru.fukaya@gmail.com>
5761
5762 * ses.el (ses-goto-print): Use move-to-column rather than forward-char.
5763 (ses-print-cell): Use string-width, truncate-string-to-width,
5764 delete-region rather than length, substring, delete-char.
5765 (ses-setup): Set inhibit-point-motion-hooks to t.
5766 Calculate position by actually moving point rather than just using
5767 unibyte character length.
5768 (ses-mode): Set indent-tabs-mode to nil.
5769 (ses-center): Use string-width rather than length.
5770
5771 2008-05-15 Eric S. Raymond <esr@snark.thyrsus.com>
5772
5773 * vc-cvs.el, vc-git.el, vc-hg.el, vc-hooks.el, vc-mcvs.el,
5774 * vc-rcs.el, vc-sccs.el, vc-svn.el, vc.el:
5775 Rename vc-*-create-snapshot and vc-*-retrieve-snapshot to
5776 vc-*-create-tag and vc-*-retrieve-tag respectively.
5777
5778 * vc-dispatcher.el: Fix an incorrect buffer name and remove an
5779 unneeded defalias.
5780
5781 * vc.el, vc-dispatcher.el (vc-dir-menu-map-filter): Move.
5782
5783 * vc.el, vc-dispatcher.el (vc-dir-menu-map): Remove assumption
5784 about buffer names.
5785
5786 2008-05-15 Glenn Morris <rgm@gnu.org>
5787
5788 * vc-hooks.el (vc-directory-resynch-file): Fix declaration.
5789
5790 * org/org-exp.el (org-infojs-options-inbuffer-template):
5791 Fix declaration.
5792
5793 * progmodes/cc-mode.el (declare-function): Add compat definition.
5794 (awk-mode-syntax-table, c-awk-unstick-NL-prop): Declare for compiler.
5795
5796 2008-05-14 Eric S. Raymond <esr@snark.thyrsus.com>
5797
5798 * vc-dispatcher.el (vc-dispatcher-selection): Change the returned
5799 list to a cons so the caller can get back both expanded and
5800 unexpanded filesets.
5801 * vc.el (vc-deduce-fileset, vc-next-action, vc-diff-internal)
5802 (vc-merge, vc-version-diff, vc-print-log, vc-revert, vc-rollback):
5803 Change handling of selection-set returns as required.
5804
5805 2008-05-15 John Paul Wallington <jpw@pobox.com>
5806
5807 * add-log.el (top-level): Don't require cl when compiling.
5808
5809 * arc-mode.el (archive-add-new-member): Use `derived-mode-p'.
5810 (archive-*-extract): Use `zerop'.
5811 (archive-*-write-file-member): Use `or', use `zerop'.
5812
5813 * diff-mode.el (diff-current-defun): Use `buffer-local-value'.
5814
5815 * ibuffer.el (ibuffer-assert-ibuffer-mode): New defsubst.
5816 (ibuffer-mark-interactive, ibuffer-set-mark)
5817 (ibuffer-insert-buffer-line, ibuffer-redisplay-current)
5818 (ibuffer-map-lines, ibuffer-switch-format)
5819 (ibuffer-update-title-and-summary)
5820 (ibuffer-redisplay-engine): Use it.
5821
5822 * ibuf-ext.el (ibuffer-interactive-filter-by-mode)
5823 (ibuffer-set-filter-groups-by-mode, ibuffer-list-buffer-modes)
5824 (define-ibuffer-filter mode, define-ibuffer-filter used-mode)
5825 (define-ibuffer-sorter major-mode, ibuffer-mark-unsaved-buffers)
5826 (ibuffer-mark-read-only-buffers)
5827 (ibuffer-mark-dired-buffers): Use `buffer-local-value'.
5828
5829 * ibuf-macs.el (ibuffer-aif, ibuffer-awhen, ibuffer-save-marks)
5830 (define-ibuffer-column, define-ibuffer-sorter)
5831 (define-ibuffer-op, define-ibuffer-filter): Add declarations
5832 containing indentation specs, replacing equivalent top-level
5833 forms that set `lisp-indent-function' properties.
5834 (define-ibuffer-op): Use `derived-mode-p'.
5835 (define-ibuffer-filter): Remove redundant `concat' call.
5836
5837 2008-05-14 Michael Albinus <michael.albinus@gmx.de>
5838
5839 * net/tramp.el (tramp-echo-mark): Update docstring.
5840 (tramp-echo-mark-marker): New defconst.
5841 (tramp-check-for-regexp): Use it.
5842
5843 2008-05-14 Eric S. Raymond <esr@snark.thyrsus.com>
5844
5845 * vc.el (vc-deduce-fileset): Do the right thing when visiting a
5846 buffer (say, a log buffer or diff buffer) with a vc-dir buffer
5847 as parent.
5848
5849 2008-05-14 John Paul Wallington <jpw@pobox.com>
5850
5851 * international/mule.el (convert-define-charset-argument):
5852 Remove period from end of error message.
5853 (coding-system-mnemonic): Doc fix.
5854 (ctext-pre-write-conversion): Doc fix.
5855
5856 2008-05-14 Simon Marshall <simon@gnu.org>
5857
5858 * obsolete/fast-lock.el (fast-lock-cache-directories): Remove "."
5859 from its default value and give it the risky-local-variable
5860 property (CVE-2008-2142).
5861
5862 2008-05-14 Kenichi Handa <handa@m17n.org>
5863
5864 * language/korean.el ("Korean"): Set `iso639-language'
5865 property to `ko'.
5866
5867 * language/japanese.el ("Japanese"): Set `iso639-language'
5868 property to `ja'.
5869
5870 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
5871 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK")
5872 ("Chinese-GB18030"): Set `iso639-language' property to `zh'.
5873
5874 * international/mule-cmds.el (set-language-environment):
5875 Set current-iso639-language.
5876
5877 * international/fontset.el (setup-default-fontset): For kana, han,
5878 hangul, and cjk-misc, move an entry with font-spec at the end.
5879 (generate-fontset-menu): Exclude fontset-auto* from the list.
5880
5881 * composite.el (compose-chars-after): Assume that WINDOW is always
5882 non-nil.
5883
5884 * faces.el (font-weight-table, font-slant-table)
5885 (font-swidth-table): Declare them by defconst. Change the format
5886 of elements. Call internal-set-font-style-table after their
5887 declaration.
5888 (face-valid-attribute-values): Call font-family-list. Get values
5889 for width, weight, and slant from font-xxx-table.
5890
5891 * cus-face.el (custom-face-attributes): Add "thin" for :weight.
5892
5893 2008-05-13 John Paul Wallington <jpw@pobox.com>
5894
5895 * ibuffer.el (ibuffer-buffer-file-name): New function.
5896 (define-ibuffer-column filename): Use it.
5897
5898 * ibuf-ext.el (define-ibuffer-filter filename): Use it.
5899
5900 2008-05-13 Chong Yidong <cyd@stupidchicken.com>
5901
5902 * talk.el (talk): Simplify. Pass display arg to talk-add-display
5903 as a string.
5904 (talk-add-display): Simplify. Accept only string args.
5905
5906 2008-05-13 Jay Belanger <jay.p.belanger@gmail.com>
5907
5908 * calc/calc.el (calc-mode-map): Remove old keybinding for `calc-yank'.
5909
5910 2008-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
5911
5912 * Makefile.in (bootstrap-prepare): Don't chmod files.
5913 (autoloads): Do it here instead, where it's actually needed.
5914
5915 2008-05-13 Chong Yidong <cyd@stupidchicken.com>
5916
5917 * tool-bar.el (tool-bar-make-keymap): Account for the optional
5918 KEY-BINDING-DATA field in menu-item list.
5919
5920 2008-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
5921
5922 * dired.el (dired-read-dir-and-switches): Move things about to use less
5923 recursion during macroexpansion.
5924
5925 * dired.el (dired-read-dir-and-switches): Use read-file-name.
5926
5927 * dired.el (dired-read-dir-and-switches): Ignore ., .., and
5928 completion-ignored-extension directories if there's something else.
5929 (dired-mark-if, dired-map-over-marks, dired-readin, dired-revert)
5930 (dired-remember-marks, dired-undo, dired-build-subdir-alist)
5931 (dired-internal-do-deletions, dired-mark-files-in-region, dired-mark)
5932 (dired-toggle-marks, dired-change-marks, dired-unmark-all-files):
5933 buffer-read-only -> inhibit-read-only.
5934
5935 2008-05-12 Eric S. Raymond <esr@snark.thyrsus.com>
5936
5937 * vc.el (vc-expand-dirs): Stop this function from tossing out
5938 explicitly specified files.
5939
5940 2008-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
5941
5942 * smerge-mode.el (smerge-apply-resolution-patch): Don't pass nil
5943 to `insert'.
5944
5945 2008-05-12 Dan Nicolaescu <dann@ics.uci.edu>
5946
5947 * vc.el (vc-annotate-show-diff-revision-at-line): Remove incorrect
5948 cons. Use vc-annotate-backend.
5949 (with-vc-file, edit-vc-file): Remove unused macros.
5950
5951 2008-05-12 Teodor Zlatanov <tzz@lifelogs.com>
5952
5953 * mail/smtpmail.el: Add autoload for `auth-source-user-or-password'.
5954 (smtpmail-try-auth-methods): Use it.
5955
5956 2008-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
5957
5958 * emacs-lisp/cl.el (cl-set-nthcdr): Make it a defsubst so that
5959 (setf (nthcdr ..) ..) doesn't require CL at runtime.
5960
5961 2008-05-11 Carsten Dominik <dominik@science.uva.nl>
5962
5963 * org/org.el (org-modules): Repair problems with loading org-jsinfo.org.
5964
5965 2008-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
5966
5967 * vc-bzr.el (vc-bzr-sha1, vc-bzr-command-discarding-stderr)
5968 (vc-bzr-revision-completion-table): Use process-file.
5969 (vc-bzr-working-revision): Pass relative file names.
5970
5971 * diff-mode.el (diff-hunk-header-re): Refine the regexp.
5972
5973 2008-05-11 Juri Linkov <juri@jurta.org>
5974
5975 * wid-edit.el (widget-image-directory): Change default image data
5976 subdirectory from "custom" to "images/custom".
5977
5978 * info.el (Info-next-preorder): Let-bind `Info-history' to nil
5979 before recursive call to `Info-next-preorder' to not add
5980 intermediate nodes to the history.
5981
5982 * isearch.el: Put isearch-scroll property on recenter-top-bottom.
5983
5984 * emulation/cua-base.el: Put isearch-scroll property
5985 on cua-scroll-up and cua-scroll-down.
5986
5987 2008-05-11 Eric S. Raymond <esr@snark.thyrsus.com>
5988
5989 * vc-hooks.el (vc-recompute-state): Remove (dead code).
5990
5991 2008-05-10 Dan Nicolaescu <dann@ics.uci.edu>
5992
5993 * vc-dispatcher.el (ewoc): Require.
5994 (vc-log-edit, vc-buffer-sync): Declare for byte compiler.
5995
5996 * vc-hg.el (vc-hg-diff, vc-hg-annotate-command): Use when not if.
5997
5998 2008-05-10 Chong Yidong <cyd@stupidchicken.com>
5999
6000 * term/w32-win.el (x-colors):
6001 * term/mac-win.el (x-colors):
6002 * term/x-win.el (x-colors): Re-order colors.
6003
6004 2008-05-10 Reiner Steib <reiner.steib@gmx.de>
6005
6006 * smerge-mode.el (smerge-command-prefix): Fix custom type.
6007
6008 2008-05-10 Eric S. Raymond <esr@snark.thyrsus.com>
6009
6010 * vc-dispatcher.el (vc-dir-next-directory, vc-dir-prev-directory):
6011 New functions implementing motion to next and previous directory.
6012
6013 * vc-arch.el (vc-arch-command):
6014 * vc-bzr.el (vc-bzr-command):
6015 * vc-cvs.el (vc-cvs-command):
6016 * vc-dispatcher.el (vc-do-command):
6017 * vc-git.el (vc-git-command):
6018 * vc-hg.el (vc-hg-command):
6019 * vc-mcvs.el (vc-mvcs-command):
6020 * vc-mtn.el (vc-mtn-command):
6021 * vc-sccs.el (vc-sccs-command, vc-sccs-workfile)
6022 (vc-sccs-workfile-unchanged-p):
6023 * vc-svn.el (vc-svn-command, vc-svn-create-repo):
6024 * vc-rcs.el (all methods): Remove assumption about what a nil
6025 argument to vc-do-command means. This means no buffer name needs
6026 to be hardcoded into the dispatcher layer, and it's better to be
6027 explicit anyway.
6028
6029 * vc-svn.el (vc-svn-dir-state-heuristic): Remove.
6030
6031 2008-05-10 Dan Nicolaescu <dann@ics.uci.edu>
6032
6033 * vc.el: Update todo.
6034
6035 * vc-sccs.el (vc-sccs-dir-status):
6036 * vc-rcs.el (vc-rcs-dir-status): Avoid using results from multiple
6037 backends and returning up to date files.
6038
6039 * vc-hooks.el (vc-prefix-map): Remove duplicate binding.
6040
6041 2008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
6042
6043 * vc.el (vc-dir):
6044 * vc-hooks.el: Tweak the VC directory bindings. These are now
6045 documented in the manual.
6046
6047 * vc-dispatcher.el (vc-dir-update, vc-dir-parent-marked-p)
6048 (vc-dir-children-marked-p): Remove the vc-dir-insert-directories global.
6049 (vc-dispatcher-selection-set): Allow callers to pass in an
6050 observer flag that says no buffer sync is required.
6051 * vc.el (vc-deduce-fileset, vc-print-log, vc-version-diff):
6052 Use the observer flag.
6053
6054 2008-05-09 Michael Albinus <michael.albinus@gmx.de>
6055
6056 * simple.el (start-file-process): Clarify docstring.
6057
6058 2008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
6059
6060 * vc-sccs.el, vc-svn.el, vc-git.el, vc-hg.el, vc-mtn.el:
6061 Remove stub implementations of, and references to, wash-log.
6062 * vc-rcs.el (vc-rcs-comment-history):
6063 * vc-cvs.el (vc-cvs-comment-history):
6064 Inline the code that used to be wash-log.
6065
6066 * vc-sccs.el (vc-sccs-checkin, vc-sccs-checkout, vc-sccs-rollback)
6067 (vc-sccs-revert, vc-sccs-steal-lock, vc-sccs-modify-change-comment)
6068 (vc-sccs-print-log, vc-sccs-diff): Grok directories.
6069 * vc-rcs.el (vc-sccs-checkin, vc-sccs-checkout)
6070 (vc-rcs-revert, vc-rcs-steal-lock, vc-rcs-modify-change-comment)
6071 (vc-rcs-print-log): Grok directories.
6072
6073 2008-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
6074
6075 * vc.el (vc-mark-resolved): Add `backend' argument.
6076 (vc-next-action): Pass it the backend.
6077 (vc-next-action, vc-checkout, vc-mark-resolved, vc-version-diff)
6078 (vc-merge, vc-rollback, vc-update, vc-transfer-file, vc-delete-file)
6079 (vc-default-comment-history, vc-default-create-snapshot)
6080 (vc-default-retrieve-snapshot, vc-default-revert, vc-annotate)
6081 (vc-annotate-revision-previous-to-line)
6082 (vc-annotate-show-diff-revision-at-line, vc-annotate-warp-revision):
6083 * vc-svn.el (vc-svn-checkout):
6084 * vc-mcvs.el (vc-mcvs-checkout):
6085 * vc-hooks.el (vc-state, vc-default-workfile-unchanged-p)
6086 (vc-working-revision, vc-before-save, vc-mode-line):
6087 Prefer vc-call-backend to vc-call so as not to recompute the backend.
6088
6089 * vc.el (vc-deduce-fileset): Don't require the checkout-model and the
6090 state to be consistent since it's often an unwarranted restriction.
6091 Don't return the state either.
6092 (vc-next-action): Check that the state is consistent.
6093 (vc-diff-internal, vc-version-diff, vc-print-log, vc-revert)
6094 (vc-rollback, vc-update): Adapt to new return value of
6095 vc-deduce-fileset.
6096
6097 * vc-dispatcher.el (vc-dispatcher-browsing): Use derived-mode-p.
6098 (vc-dir-prepare-status-buffer): Use vc-dispatcher-browsing.
6099 (vc-dispatcher-in-fileset-p): New fun.
6100 (vc-dispatcher-selection-set): Use it to properly handle directories.
6101
6102 2008-05-09 Dan Nicolaescu <dann@ics.uci.edu>
6103
6104 * vc.el (vc-version-diff, vc-print-log, vc-revert, vc-rollback)
6105 (vc-update): Remove unused let bindings.
6106
6107 2008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
6108
6109 * vc.el (vc-deduce-fileset, vc-next-action, vc-version-diff)
6110 (vc-diff, vc-revert, vc-rollback, vc-update):
6111 * vc-dispatcher.el (vc-dispatcher-selection-set):
6112 Get rid of 4 special cases in fileset selection. This involved
6113 changing the return value of (vc-deduce-fileset) so that it passes
6114 back a deduced state as well as a deduced back end.
6115
6116 2008-05-08 Sam Steingold <sds@gnu.org>
6117
6118 * progmodes/compile.el (compilation-minor-mode-map)
6119 (compilation-mode-map): Bind "g" to recompile and "q" to quit-window.
6120 * progmodes/grep.el (grep-mode-map): Use `set-keymap-parent' to connect
6121 it to `compilation-minor-mode-map' (instead of an explicit `cons').
6122
6123 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
6124
6125 * org/org.el (org-modules, org-format-latex-options):
6126 * org/org-archive.el (org-archive-stamp-time)
6127 (org-archive-save-context-info):
6128 * org/org-faces.el (org-hide):
6129 * org/org-irc.el (org-irc-parse-link):
6130 * org/org-macs.el (org-call-with-arg, org-autoload):
6131 * org/org-mew.el (org-mew-store-link):
6132 * org/org-remember.el (org-remember-store-without-prompt)
6133 (org-remember-templates): Fix typos in docstrings.
6134
6135 * org/org-info.el (org-info-store-link): Remove leftover docstring.
6136
6137 * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
6138 (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
6139 (org-bbdb-anniv-split): Fix typos in docstrings.
6140
6141 * org/org-publish.el (org-publish-project-alist): Doc fixes.
6142 (org-publish-use-timestamps-flag): Reflow docstring.
6143 (org-publish-files-alist): Fix typos in docstring.
6144
6145 2008-05-07 Sam Steingold <sds@gnu.org>
6146
6147 * pcvs-util.el (cvs-bury-buffer): Revert my patch: quit-window
6148 appears to be too aggressive with window removal.
6149
6150 2008-05-08 Michael McNamara <mac@mail.brushroad.com>
6151
6152 * progmodes/verilog-mode.el (verilog-type-font-keywords):
6153 Add leda and 0in as pragma keywords.
6154 (verilog-pretty-expr): Support lining up assignments which include
6155 part selects.
6156 (verilog-mode): More portable check for the availability of
6157 hideshow support.
6158 (verilog-do-indent): Remove special indent for declarations inside
6159 a parenthetical list. The code is ill-advised, and doesn't work
6160 given the new user defined types.
6161 (verilog-set-auto-endcomments): Enhance function automatic
6162 endcomment to support functions that return user defined types.
6163 (verilog-mode): Add code to tell which-function-mode minor mode
6164 that Verilog supports this feature.
6165
6166 2008-05-08 Eli Zaretskii <eliz@gnu.org>
6167
6168 * epa-file.el: Require epa-hook.
6169
6170 * loadup.el ("epa-hook"): Load epa-hook instead of epa-file-hook.
6171
6172 * epa-hook.el: Renamed from epa-file-hook.el, to avoid
6173 file-names clashes on 8+3 filesystems. Provide epa-hook.
6174
6175 * org/org-jsinfo.el: Renamed from org-infojs.el, to avoid
6176 file-names clashes on 8+3 filesystems.
6177
6178 2008-05-08 Carsten Dominik <dominik@science.uva.nl>
6179
6180 * org/org.el (org-read-date-get-relative): Interpret lone
6181 weekday abbreviation as relative to today.
6182
6183 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
6184
6185 * abbrev.el (define-abbrev-table):
6186 * composite.el (toggle-auto-composition):
6187 * json.el (json-alist-p, json-plist-p):
6188 * minibuffer.el (completion-table-with-predicate):
6189 * ps-mule.el (ps-mule-external-libraries):
6190 * emacs-lisp/advice.el (ad-special-form-p):
6191 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
6192 * eshell/em-smart.el (eshell-review-quick-commands):
6193 * progmodes/python.el (python-comment-line-p, python-blank-line-p)
6194 (python-skip-out, python-check-comint-prompt):
6195 Don't use `iff' in docstrings.
6196
6197 * international/robin.el (robin-package-alist): Fix typo in docstring.
6198 (robin-current-package-name): Doc fix.
6199 (robin-activate): Don't use `iff' in docstring.
6200
6201 2008-05-07 Eric S. Raymond <esr@snark.thyrsus.com>
6202
6203 * vc.el, vc-dispatcher.el: VC-Dired support removed.
6204 The code uses a ewoc-based implementation now.
6205 * vc-hooks.el: Support for Meta-CVS has been removed.
6206
6207 2008-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
6208
6209 * tool-bar.el: Choose images dynamically.
6210 (tool-bar-make-keymap, tool-bar-find-image): New function.
6211 (tool-bar-find-image-cache): New var.
6212 (tool-bar-local-item, tool-bar-local-item-from-menu):
6213 Don't select the image yet, do it later in tool-bar-make-keymap.
6214
6215 2008-05-07 Andreas Schwab <schwab@suse.de>
6216
6217 * window.el: Require 'cl when compiling.
6218
6219 2008-05-07 Dan Nicolaescu <dann@ics.uci.edu>
6220
6221 * vc-dispatcher.el (vc-dir-insert-directories): Default to t.
6222
6223 2008-05-07 Glenn Morris <rgm@gnu.org>
6224
6225 * subr.el (ignore-errors): Move here from cl-macs.el.
6226 * emacs-lisp/cl-macs.el (ignore-errors): Move to subr.el.
6227
6228 * progmodes/fortran.el (fortran-mode): Fix font-lock-syntactic-keywords
6229 oddness.
6230
6231 2008-05-06 Eric S. Raymond <esr@snark.thyrsus.com>
6232
6233 * vc-hooks.el (vc-find-file-hook):
6234 * vc-dispatcher.el (vc-resynch-window): Decouple vc-dispatcher
6235 further from vc.el.
6236 * vc.el (vc-dir-mode): Move VC-specific context menu entries here.
6237
6238 2008-05-06 Wilson Snyder <wsnyder@wsnyder.org>
6239
6240 * progmodes/verilog-mode.el (verilog-getopt-file):
6241 Cleanup warning message format.
6242 (verilog-auto, verilog-auto-arg, verilog-auto-ascii-enum)
6243 (verilog-auto-inout, verilog-auto-inout-module)
6244 (verilog-auto-input, verilog-auto-inst, verilog-auto-inst-param)
6245 (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
6246 (verilog-auto-reg-input, verilog-auto-reset, verilog-auto-sense)
6247 (verilog-auto-sense-sigs, verilog-auto-tieoff)
6248 (verilog-auto-unused, verilog-auto-wire)
6249 (verilog-decls-get-assigns, verilog-decls-get-consts)
6250 (verilog-decls-get-gparams, verilog-decls-get-inouts)
6251 (verilog-decls-get-inputs, verilog-decls-get-outputs)
6252 (verilog-decls-get-ports, verilog-decls-get-regs)
6253 (verilog-decls-get-signals, verilog-decls-get-wires)
6254 (verilog-dir-cache-lib-filenames, verilog-dir-cache-list)
6255 (verilog-dir-cache-preserving, verilog-dir-file-exists-p)
6256 (verilog-dir-files, verilog-expand-dirnames, verilog-getopt-file)
6257 (verilog-inject-sense, verilog-library-filenames)
6258 (verilog-mode-release-date, verilog-mode-version)
6259 (verilog-modi-cache-add, verilog-modi-cache-preserve-buffer)
6260 (verilog-modi-cache-preserve-tick, verilog-modi-cache-results)
6261 (verilog-modi-get-assigns, verilog-modi-get-consts)
6262 (verilog-modi-get-gparams, verilog-modi-get-inouts)
6263 (verilog-modi-get-inputs, verilog-modi-get-outputs)
6264 (verilog-modi-get-ports, verilog-modi-get-regs)
6265 (verilog-modi-get-signals, verilog-modi-get-sub-inouts)
6266 (verilog-modi-get-sub-inputs, verilog-modi-get-sub-outputs)
6267 (verilog-modi-get-wires, verilog-preserve-cache)
6268 (verilog-preserve-dir-cache, verilog-preserve-modi-cache)
6269 (verilog-read-sub-decls, verilog-read-sub-decls-line)
6270 (verilog-read-sub-decls-sig, verilog-subdecls-get-inouts)
6271 (verilog-subdecls-get-inputs, verilog-subdecls-get-outputs):
6272 Add caching of additional state, and rework signal extraction
6273 routines to improve AUTO expansion performance by 300%++.
6274
6275 2008-05-06 Chong Yidong <cyd@stupidchicken.com>
6276
6277 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6278 Tweak Open Watcom regexp to distinguish between errors and warnings.
6279
6280 2008-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
6281
6282 * dired.el (dired-read-dir-and-switches): Fix up last change.
6283
6284 2008-05-05 Eric S. Raymond <esr@snark.thyrsus.com>
6285
6286 * vc.el (vc-deduce-fileset): Lift all the policy and UI stuff
6287 out of this function, move it to vc-dispatcher-selection-set.
6288
6289 2008-05-05 Sam Steingold <sds@gnu.org>
6290
6291 * window.el (delete-other-windows-vertically): New function.
6292
6293 2008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
6294
6295 * dired.el (dired-read-dir-and-switches):
6296 Obey read-file-name-completion-ignore-case.
6297
6298 2008-05-05 Nick Roberts <nickrob@snap.net.nz>
6299
6300 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6301 Add regexp for Open Watcom compiler output.
6302
6303 2008-05-05 Phil Sung <psung@mit.edu> (tiny change)
6304
6305 * progmodes/python.el (python-block-pairs): Align finally with except.
6306
6307 2008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
6308
6309 * vc-rcs.el (vc-rcs-fetch-master-state): Fix inf-loop.
6310
6311 2008-05-05 Tom Tromey <tromey@redhat.com>
6312
6313 * smerge-mode.el (smerge-start-session): Don't call smerge-next if
6314 looking at conflict marker.
6315
6316 2008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
6317
6318 * vc-dispatcher.el (vc-dir-mark-buffer-changed): Fix typo
6319 client-mode -> vc-client-object, and guess `funcall' was meant.
6320 (vc-dir-mode): Rename client-mode -> vc-client-mode.
6321
6322 2008-05-05 Dan Nicolaescu <dann@ics.uci.edu>
6323
6324 * net/zeroconf.el (dbus-call-method, dbus-register-signal)
6325 (dbus-debug): Move declarations outside eval-when-compile.
6326
6327 2008-05-04 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6328
6329 * proced.el (proced-command-alist): Fix system-type values.
6330 Fix defcustom.
6331 (proced-sorting-schemes-alist, proced-sorting-scheme): New variables.
6332 (proced-sort-pcpu, proced-sort-pmem, proced-sort-pid)
6333 (proced-sort-start, proced-sort, proced-sort-time): New commands.
6334 (proced-update): Use proced-sorting-scheme. Update modeline.
6335 (proced-send-signal): Use nreverse.
6336 (proced-sorting-scheme-p): New function.
6337
6338 2008-05-04 Andreas Schwab <schwab@suse.de>
6339
6340 * vc.el: Require dired when compiling.
6341
6342 * minibuffer.el (completion--insert-strings): Don't delete past bol.
6343
6344 2008-05-03 Glenn Morris <rgm@gnu.org>
6345
6346 * ediff-diff.el, ediff-help.el, ediff-merg.el, ediff-mult.el:
6347 * ediff-ptch.el, ediff-util.el, ediff-wind.el, ediff.el:
6348 Simplify compilation requirements.
6349 * ediff-init.el, ediff-vers.el: Remove unnecessary variable
6350 declarations.
6351
6352 2008-05-03 Dave Love <fx@gnu.org>
6353
6354 * progmodes/python.el (python-beginning-of-statement):
6355 Loop at least once (fixes 2008-02-21 change).
6356
6357 2008-05-03 Eli Zaretskii <eliz@gnu.org>
6358
6359 * ls-lisp.el (ls-lisp-insert-directory): Use `string-width'
6360 instead of `length' for comparing length of user and group names.
6361
6362 2008-05-03 Eric S. Raymond <esr@snark.thyrsus.com>
6363
6364 * vc-dispatcher.el: New file, separates out the UI and command
6365 execution machinery from VCS-specific logic left in vc.el.
6366 The separation is not yet completely clean, but it's a good start.
6367 * vc.el: This file is about 1700 lines shorter now.
6368 Remove obsolete logentry-check from the backend API.
6369 * vc-sccs.el (vc-sccs-logentry-check): Remove. This was the only
6370 implementation of the logentry-check method, and it guarded against
6371 a log length limit that has probably been obsolete for 15 years (!).
6372
6373 2008-05-02 Sam Steingold <sds@gnu.org>
6374
6375 * progmodes/compile.el (compilation-start): Move setting of
6376 compilation-directory after (funcall mode) as that resets local
6377 variables, this fixes recompile in grep buffers.
6378 * progmodes/grep.el (grep-mode-map): Bind "g" to recompile (like
6379 in dired &c).
6380
6381 2008-05-02 Eric S. Raymond <esr@snark.thyrsus.com>
6382
6383 * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el,
6384 * vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el,
6385 * vc-svn.el, vc.el (vc-*-checkout-model): Make sure every backend
6386 has one of these and that all are called in compatible ways.
6387 * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el,
6388 * vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el,
6389 * vc-svn.el, vc.el (vc-*-revision-granularity): Make sure every
6390 backend has one of these.
6391
6392 2008-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
6393
6394 * progmodes/octave-mod.el (octave-abbrev-table): Move defvar and
6395 initialization into define-abbrev-table. Use :regexp.
6396 (octave-mode-syntax-table): Don't set word syntax for `.
6397
6398 * files.el (minibuffer-with-setup-hook): Allow `fun' expressions rather
6399 than only value.
6400
6401 * dired.el (dired-read-dir-and-switches):
6402 Set minibuffer-completing-file-name and call substitute-in-file-name.
6403 (dired-format-columns-of-files): Use completion--insert-strings.
6404
6405 * minibuffer.el (completion-hilit-commonality): Revert last change:
6406 the leftover code was actually useful.
6407 (completion--insert-strings): Use string-width rather than length.
6408
6409 2008-05-02 Sam Steingold <sds@gnu.org>
6410
6411 * vc.el (vc-dir-mode-map): Enable mouse bindings.
6412 (vc-at-event): New macro: run the body at the even location.
6413 (vc-dir-menu, vc-dir-toggle-mark): Use it.
6414 (vc-dir-mark-file, vc-dir-unmark-file): Move only on non-mouse events.
6415 * subr.el (mouse-event-p): Check if the event is mouse-related.
6416
6417 2008-05-02 Nick Roberts <nickrob@snap.net.nz>
6418
6419 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
6420 Don't throw error if no file is found.
6421
6422 2008-05-02 Juanma Barranquero <lekktu@gmail.com>
6423
6424 * vc-hooks.el (vc-call, vc-state): Fix typos in docstrings.
6425 (vc-default-state-heuristic): Doc fix.
6426
6427 2008-05-02 Richard Sharman <rsharman@pobox.com>
6428
6429 * hilit-chg.el (highlight-changes-mode): Remove references to
6430 hooks that no longer exist. Because define-minor-mode is used the
6431 hook highlight-changes-mode-hook exists and can do what both the
6432 old hooks used to do. The documentation at the top of the file
6433 was updated to demonstrate this.
6434 (highlight-changes-mode): Remove commented out call to a hook
6435 function that is no longer there.
6436 (hilit-chg-set): Remove running of highlight-changes-enable-hook.
6437
6438 2008-05-02 Eric S. Raymond <esr@snark.thyrsus.com>
6439
6440 * vc.el (vc-default-dired-state-info): Change name of primitive
6441 to prettify-state-info, in preparation for ripping out dired mode.
6442 * vc-bzr.el (vc-bzr-dired-state-info): Change name of primitive
6443 to prettify-state-info, in preparation for ripping out dired mode.
6444 * vc-hooks.el (vc-toggle-read-only): Throw an error when a user
6445 tries this on a version-controlled buffer. It will do useless or
6446 actively bad things on any version control system newer than RCS.
6447 * vc-hooks.el (vc-dired-resynch-file):
6448 * vc.el (vc-dired-resynch-file): Change name of primitive to
6449 vc-directory-resynch-file, preparing to remove dired.
6450
6451 2008-05-02 Dan Nicolaescu <dann@ics.uci.edu>
6452
6453 * vc-rcs.el (vc-rcs-state): Fix typos.
6454
6455 * vc.el (vc-register): Change argument order so that the prefix
6456 argument is assigned correctly.
6457 (vc-next-action, vc-dir-register): Update for the above change.
6458
6459 2008-05-01 Juri Linkov <juri@jurta.org>
6460
6461 * replace.el (occur-read-primary-args): Set default to the car of
6462 regexp-history and display it in the prompt, but don't add to the
6463 list of minibuffer defaults. Bind history-add-new-input to nil to
6464 not add automatically `default'. For empty input return `default'.
6465 Otherwise, add `input' to regexp-history and return it.
6466 (occur-1): Signal an error for the empty regexp.
6467
6468 * progmodes/compile.el (compilation-auto-jump):
6469 Set window point to `pos' explicitly.
6470
6471 2008-05-01 Eric S. Raymond <esr@snark.thyrsus.com>
6472
6473 * vc-bzr.el (vc-bzr-state): Allow this to return 'ignored
6474 when appropriate.
6475 * vc-sccs.el (vc-sccs-state): Call vc-sccs-unregistered so
6476 we report the 'unregistered state reliably.
6477 * vc-rcs.el (vc-rcs-state): Call vc-rcs-unregistered so
6478 we report the 'unregistered state reliably.
6479 * vc-git.el (vc-git-state): Call vc-git-unregistered so
6480 we report the 'unregistered state reliably.
6481 * vc-hooks.el (vc-state): Document that vc-unregistered is
6482 now expected to be returned reliably.
6483 * vc.el (vc-default-dired-state): Change needs-patch state to
6484 needs-update, since the name now shows up in dir-status listings
6485 and was somewhat misleading.
6486 * vc-cvs.el (vc-cvs-delete-file): Don't do a "cvs commit"
6487 immediately after removing the file.
6488 * vc.el (vc-next-action): More informative messages when a fileset
6489 is in a mixed state or files are missing.
6490
6491 2008-05-01 Sam Steingold <sds@gnu.org>
6492
6493 * vc.el (vc-delete-file): Check if the file has uncommitted changes.
6494
6495 2008-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
6496
6497 * Makefile.in: Revert incorrect fix for claimed bootstrap breakage.
6498
6499 2008-05-01 Daiki Ueno <ueno@unixuser.org>
6500
6501 * epa-file-hook.el: New file split from epa-file.el.
6502 * epa-file.el: Require 'epa-file-hook.
6503 (epa-file-handler): Add autoload cookie.
6504 * loadup.el: Load epa-file-hook.
6505 * startup.el (command-line): Eval the body of auto-encryption-mode.
6506
6507 2008-05-01 Dan Nicolaescu <dann@ics.uci.edu>
6508
6509 * vc.el (vc-dir-mode-map): Don't bind "r".
6510
6511 * vc-hg.el (vc-hg-extra-fileinfo): New defstruct.
6512 (vc-hg-status-printer): New function.
6513 (vc-hg-after-dir-status): Deal with copied and renamed files.
6514 (vc-hg-dir-status): Add flag to show copied files.
6515
6516 2008-05-01 John Paul Wallington <jpw@pobox.com>
6517
6518 * ibuffer.el (ibuffer-last-sorting-mode): New variable.
6519 (ibuffer-do-sort-by-recency): Reverse sorting order if last
6520 sorting mode was recency.
6521
6522 * ibuf-macs.el (define-ibuffer-sorter): Define the sorter to
6523 reverse sorting order if last sorting mode was the sorter's.
6524
6525 2008-05-01 Jason Rumney <jasonr@gnu.org>
6526
6527 * w32-fns.el (w32-charset-info-alist): Map vietnamese to windows-1258.
6528
6529 2008-04-30 John Paul Wallington <jpw@pobox.com>
6530
6531 * ibuffer.el (define-ibuffer-column filename): When the major mode
6532 is `vc-dir-mode' show the buffer's default directory.
6533
6534 * ibuf-ext.el (define-ibuffer-filter filename): Likewise when the
6535 major mode is `vc-dir-mode' use the buffer's default directory.
6536
6537 2008-04-30 Sam Steingold <sds@gnu.org>
6538
6539 * vc.el (vc-dir-delete-file): Add.
6540 (vc-dir-mode-map): Bind "r" to vc-dir-delete-file, like in PCL-CVS.
6541 (vc-delete-file): Do not barf when the file has been already deleted.
6542
6543 2008-04-30 Dan Nicolaescu <dann@ics.uci.edu>
6544
6545 * emacs-lisp/lisp-mode.el (lisp-mode-map): Add menu.
6546
6547 2008-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
6548
6549 * progmodes/octave-mod.el (octave-help): New function.
6550 * progmodes/octave-hlp.el: Delete.
6551 * info-look.el (octave-mode): Add operator index.
6552
6553 * vc.el (vc-checkout): Typo.
6554
6555 2008-04-30 Dan Nicolaescu <dann@ics.uci.edu>
6556
6557 * menu-bar.el (menu-bar-tools-menu): Reorder, place Games last.
6558 Add "..." in the appropriate places.
6559
6560 * epa.el (epa-key-list-mode-map): Add more menu entries.
6561 Add "..." in the appropriate places.
6562
6563 * dired.el (dired-mode-map): Add :help.
6564
6565 * vc.el (vc-deduce-fileset): Add new parameter.
6566 (vc-dir-marked-only-files): New function.
6567 (vc-next-action): Don't ignore directories, look at the files
6568 inside them.
6569 (vc-dir-mode): Document how the mark/unmark commands work.
6570
6571 2008-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
6572
6573 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
6574 Rule out trailing spaces in file and directory names as well.
6575
6576 * minibuffer.el (completion--do-completion): Move point even if the
6577 completion makes no change.
6578 (completion-pcm-try-completion): Fix computation of new point.
6579
6580 2008-04-30 David Hansen <david.hansen@gmx.net>
6581
6582 * dired.el: Require 'cl.
6583
6584 2008-04-30 Nick Roberts <nickrob@snap.net.nz>
6585
6586 * progmodes/gdb-ui.el (gdb-frame-handler-1): Make overlay arrow
6587 hollow if not in innermost frame.
6588
6589 2008-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
6590 Make `checkout-model' apply to filesets.
6591 * vc-hooks.el (vc-checkout-model): Rewrite.
6592 (vc-before-save, vc-after-save): Adjust callers accordingly.
6593 * vc.el (vc-editable-p, vc-next-action, vc-checkout, vc-update)
6594 (vc-transfer-file): Adjust callers accordingly.
6595 * vc-rcs.el (vc-rcs-checkout-model): Adjust arg.
6596 (vc-rcs-state, vc-rcs-state-heuristic, vc-rcs-receive-file)
6597 (vc-rcs-checkout, vc-rcs-fetch-master-state): Use vc-rcs-checkout-model
6598 instead of vc-checkout-model.
6599 * vc-mcvs.el (vc-mcvs-revert):
6600 Use vc-mcvs-checkout-model i.s.o vc-checkout-model.
6601 * vc-cvs.el (vc-cvs-checkout-model): Adjust arg.
6602 (vc-cvs-revert): Use vc-cvs-checkout-model i.s.o vc-checkout-model.
6603 * vc-svn.el (vc-svn-checkout-model):
6604 * vc-hg.el (vc-hg-checkout-model):
6605 * vc-git.el (vc-git-checkout-model):
6606 * vc-bzr.el (vc-bzr-checkout-model): Adjust arg.
6607
6608 * dired.el (dired-read-dir-and-switches): Replace last change with
6609 a new approach that mixes read-file-name and read-directory-name.
6610
6611 * files.el (read-buffer-to-switch):
6612 Avoid making assumptions about `other-buffer'.
6613
6614 2008-04-29 Sam Steingold <sds@gnu.org>
6615
6616 * vc.el (vc-dir-mode-hook): Add normal hook.
6617 (vc-dir-mode): Run it.
6618
6619 2008-04-29 Nick Roberts <nickrob@snap.net.nz>
6620
6621 * progmodes/gdb-ui.el (gdb-display-buffer): Don't pop up GUD buffer.
6622 Always split windows.
6623 (gdb-speedbar-timer-fn): Only raise frame after user input.
6624 (gdb-same-frame): Reverse initial value.
6625 (gdb-display-gdb-buffer): Check for GUD buffer in other frames.
6626
6627 * progmodes/gud.el (gud-speedbar-buttons): Raise frame in
6628 gdb-speedbar-timer-fn.
6629
6630 2008-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
6631
6632 * uniquify.el (uniquify-rationalize-a-list): Beware of side-effects.
6633
6634 2008-04-29 Daiki Ueno <ueno@unixuser.org>
6635
6636 * epa.el (epa-key-list-mode-map): Add menu.
6637 (epa-delete-keys, epa-import-keys): Fix typo.
6638
6639 2008-04-29 Glenn Morris <rgm@gnu.org>
6640
6641 * find-cmd.el (top-level): Does not need cl when compiling.
6642
6643 2008-04-29 Phil Jackson <phil@shellarchive.co.uk>
6644
6645 * find-cmd.el: New file.
6646
6647 2008-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
6648
6649 * minibuffer.el (completion-hilit-commonality): Remove leftover code.
6650 (completion-pcm--pattern->regex): Let `group' be a list of symbols.
6651 (completion-pcm--hilit-commonality): New function.
6652 (completion-pcm-all-completions): Use it.
6653
6654 * minibuffer.el (completion-common-substring): Mark obsolete.
6655 (completions-first-difference, completions-common-part):
6656 Move from simple.el.
6657 (completion-hilit-commonality): New fun.
6658 (display-completion-list, completion-emacs21-all-completions)
6659 (completion-emacs22-all-completions): Use it.
6660 * simple.el (completions-first-difference, completions-common-part):
6661 Move to minibuffer.el.
6662 (choose-completion-string): Use field functions and minibufferp.
6663 (completion-setup-function): Don't set completions faces.
6664
6665 2008-04-29 Glenn Morris <rgm@gnu.org>
6666
6667 * calendar/calendar.el (calendar-nth-named-absday)
6668 (calendar-nth-named-day):
6669 * calendar/diary-lib.el (diary-list-sexp-entries, diary-float):
6670 * calendar/holidays.el (holiday-float): Doc fixes.
6671
6672 * emacs-lisp/check-declare.el (check-declare-errmsg): Fix counting in
6673 the `full' case.
6674
6675 * org/org-agenda.el (calendar-iso-from-absolute):
6676 * org/org.el (calendar-absolute-from-iso, calendar-iso-from-absolute):
6677 Fix declarations.
6678
6679 2008-04-28 Nick Roberts <nickrob@snap.net.nz>
6680
6681 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Make breakpoint
6682 icons work for assembler, i.e. FILE.s, FILE.S (not disassembly).
6683 (gdb-goto-breakpoint): Likewise for visiting breakpoints.
6684 (gdb-assembler-custom): Be careful not to match other addresses.
6685
6686 2008-04-29 Jason Rumney <jasonr@gnu.org>
6687
6688 * battery.el (battery-status-function): Use w32-battery-status
6689 on Windows.
6690 (battery-echo-area-format): Make apm format the general case.
6691 (battery-mode-line-format): Merge apm and pmset formats as the
6692 general case.
6693
6694 2008-04-29 Nick Roberts <nickrob@snap.net.nz>
6695
6696 * progmodes/gdb-ui.el (gdb-info-stack-custom):
6697 Use gud-tool-bar-item-visible-no-fringe.
6698 (gdb-display-buffer): Don't pop new buffer if gud-comint-buffer
6699 is already visible in frame. Remove optional size parameter
6700 and add optional frame parameter.
6701
6702 * progmodes/gud.el (gud-display-line): Only consider visible
6703 frames when looking for source buffer.
6704
6705 2008-04-28 Chong Yidong <cyd@stupidchicken.com>
6706
6707 * doc-view.el (doc-view-new-window-function): Avoid using WINDOW
6708 argument to get-char-property, in case the current buffer hasn't
6709 been assigned to that window yet.
6710 (doc-view-display): Default to selected window if the current
6711 buffer hasn't been assigned to a window yet.
6712
6713 2008-04-28 Vinicius Jose Latorre <bzg@altern.org>
6714
6715 * whitespace.el (whitespace-trailing-regexp): Fix docstring.
6716
6717 2008-04-28 Michael Albinus <michael.albinus@gmx.de>
6718
6719 * net/tramp.el (tramp-mode): New defcustom.
6720 (tramp-file-name-handler, tramp-completion-file-name-handler):
6721 Use it.
6722 (tramp-replace-environment-variables): Handle "$$".
6723
6724 2008-04-28 Sam Steingold <sds@gnu.org>
6725
6726 * vc-hg.el (vc-hg-rename-file): Fix argument order.
6727
6728 2008-04-28 Bastien Guerry <bzg@altern.org>
6729
6730 * whitespace.el (whitespace-trailing): Fix typo.
6731
6732 2008-04-28 Sam Steingold <sds@gnu.org>
6733
6734 * textmodes/remember.el (diary-make-entry): Update the autoload.
6735
6736 2008-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
6737
6738 * minibuffer.el (completion-pcm--all-completions): Don't pass nil to
6739 all-completions.
6740
6741 2008-04-28 Juanma Barranquero <lekktu@gmail.com>
6742
6743 * desktop.el (desktop-minor-mode-table): Add `savehist-mode'.
6744
6745 2008-04-27 Dan Nicolaescu <dann@ics.uci.edu>
6746
6747 * vc.el (vc-dir-mode-map): Change bindings for unmark all and revert.
6748 (vc-dir-parent-marked-p, vc-dir-children-marked-p): Implement.
6749 (vc-dir-mark-file): Add an optional argument.
6750 (vc-dir-mark-all-files, vc-dir-unmark-all-files): Deal with directories.
6751
6752 2008-04-27 Daiki Ueno <ueno@unixuser.org>
6753
6754 * epa-file.el (epa-file-enable, epa-file-disable): Use find-file-hook
6755 rather than obsolete alias find-file-hooks.
6756 (auto-encryption-mode): Rename from epa-file-mode. Default to on.
6757 Use find-file-hook rather than obsolete alias find-file-hooks.
6758 Add to find-file-not-found-functions.
6759 (epa-file-handler): Put 'safe-magic and 'operations properties.
6760
6761 * epa.el (epa-global-minor-modes, epa-mode, epa-menu)
6762 (epa-menu-items): Remove.
6763
6764 * epa-dired.el (epa-dired-do-decrypt, epa-dired-do-verify)
6765 (epa-dired-do-sign, epa-dired-do-encrypt): Add autoload cookie.
6766 (epa-dired-mode, epa-global-dired-mode): Remove.
6767
6768 * dired.el (dired-mode-map): Bind encryption/decryption commands.
6769
6770 * menu-bar.el (menu-bar-encryption-decryption-menu): New menu item.
6771
6772 * files.el (insert-file-contents-literally): Inhibit epa-file-handler.
6773
6774 2008-04-27 Glenn Morris <rgm@gnu.org>
6775
6776 * textmodes/reftex-global.el (reftex-isearch-switch-to-next-file):
6777 Remove un-needed local `orig-list'. Replace cl `copy-list'.
6778
6779 2008-04-27 Carsten Dominik <dominik@science.uva.nl>
6780
6781 * org/org.el (org-html-level-start): Always have id's in HTML.
6782 (org-export-as-html): Use `org-link-protocols' to
6783 retrieve the export form of the link.
6784 (org-add-link-type): Final parameter renamed from PUBLISH.
6785 Better documentation of how it is to be used. Avoid double entries for
6786 the same link type.
6787 (org-add-link-props): New function.
6788 (org-modules-loaded): New variable.
6789 (org-load-modules-maybe, org-set-modules): New function.
6790 (org-modules): New option.
6791 (org-mode, org-cycle, orgstruct-mode, org-run-like-in-org-mode)
6792 (orgtbl-mode, org-store-link, org-insert-link-global)
6793 (org-open-at-point): Call `org-load-modules-maybe'.
6794 (org-search-view): Add more text properties.
6795 (org-agenda-schedule, org-agenda-deadline): Allow also in
6796 search-type agendas.
6797 (org-search-view): Order of arguments has been changed.
6798 Interpret prefix-arg as TODO-ONLY.
6799 (org-agenda, org-run-agenda-series, org-agenda-manipulate-query):
6800 Take new argument order of `org-search-view' into account.
6801 (org-todo-only): New variable.
6802 (org-search-syntax-table): New variable and function.
6803 (org-search-view): Do the search with the special syntax table.
6804 (define-obsolete-function-alias): Make work with XEmacs.
6805 (org-add-planning-info): Use old date as default when modifying an
6806 existing deadline or scheduled item.
6807 (org-agenda-compute-time-span): Make argument N optional.
6808 (org-agenda-format-date-aligned): Require `cal-iso'.
6809 (org-agenda-list): Include week into agenda heading, don't
6810 list it at each date (only on Mondays).
6811 (org-read-date-analyze): Define local variable `iso-date'.
6812 (org-agenda-format-date-aligned): Remove dependency on
6813 `calendar-time-from-absolute'.
6814 (org-remember-apply-template, org-go-to-remember-target):
6815 Interpret filenames relative to `org-directory'.
6816 (org-complete): Silently fail when trying to complete
6817 keywords that don't have a default value.
6818 (org-get-current-options): Add a #+DATE: option.
6819 (org-additional-option-like-keywords): Remove "DATE:" from the
6820 list of additional keywords.
6821 (org-export-as-html): Remove (current-time) as unnecessary second
6822 argument of `format-time-string'.
6823 (org-clock-find-position): Handle special case at end of buffer.
6824 (org-agenda-day-view): New argument DAY-OF-YEAR, pass it on to
6825 `org-agenda-change-time-span'.
6826 (org-agenda-week-view): New argument ISO-WEEK, pass it on to
6827 `org-agenda-change-time-span'.
6828 (org-agenda-month-view): New argument MONTH, pass it on to
6829 `org-agenda-change-time-span'.
6830 (org-agenda-year-view): New argument YEAR, pass it on to
6831 `org-agenda-change-time-span'.
6832 (org-agenda-change-time-span): New optional argument N, pass it on
6833 to `org-agenda-compute-time-span'.
6834 (org-agenda-compute-time-span): New argument N, interpret it by
6835 changing the starting day.
6836 (org-small-year-to-year): New function.
6837 (org-scheduled-past-days): Respect `org-scheduled-past-days'.
6838 (org-auto-repeat-maybe): Make sure that repeating dates are pushed
6839 into the future, and that the shift is at least one interval, never 0.
6840 (org-update-checkbox-count): Fix bug with checkbox counting.
6841 (org-add-note): New command.
6842 (org-add-log-setup): Rename from `org-add-log-maybe'.
6843 (org-log-note-headings): New entry for plain notes (i.e. notes not
6844 related to state changes or clocking).
6845 (org-get-org-file): Check for availability of `remember-data-file'.
6846 (org-cached-entry-get): Allow a regexp value for
6847 `org-use-property-inheritance'.
6848 (org-use-property-inheritance): Allow regexp value. Fix bug in
6849 customization type.
6850 (org-use-tag-inheritance): Allow a list and a regexp value for
6851 this variable.
6852 (org-scan-tags, org-get-tags-at): Implement selective tag inheritance.
6853 (org-entry-get): Respect value `selective' for the INHERIT argument.
6854 (org-tag-inherit-p, org-property-inherit-p): New functions.
6855 (org-agenda-format-date-aligned): Allow 10 characters for
6856 weekday, to accommodate German locale.
6857 (org-add-archive-files): New function.
6858 (org-agenda-files): New argument `ext', to get archive files as well.
6859 (org-tbl-menu): Protect the use of variables that
6860 are only available when org-table.el gets loaded.
6861 (org-read-agenda-file-list): Error if `org-agenda-files' is a
6862 single directory.
6863 (org-open-file): Allow a batch process to trigger
6864 waiting after executing a system command.
6865 (org-store-link): Link to headline when there is not
6866 target and no region in an org-mode buffer when creating a link.
6867 (org-link-types-re): New variable.
6868 (org-make-link-regexps): Compute `org-link-types-re'.
6869 (org-make-link-description-function): New option.
6870 (org-agenda-date, org-agenda-date-weekend): New faces.
6871 (org-archive-sibling-heading): New option.
6872 (org-archive-to-archive-sibling): New function.
6873 (org-iswitchb): New command.
6874 (org-buffer-list): New function.
6875 (org-agenda-columns): Also try the #+COLUMNS line in
6876 the buffer associated with the entry at point (or with the first
6877 entry in the agenda view).
6878 (org-modules): Add entry for org-bibtex.el.
6879 (org-completion-fallback-command): Move into `org-completion' group.
6880 (org-clock-heading-function): Move to `org-progress' group.
6881 (org-auto-repeat-maybe): Make sure that a note can
6882 be enforces if `org-log-repeat' is `note'.
6883 (org-modules): Allow additional symbols for external packages.
6884 (org-ctrl-c-ctrl-c): Allow for `org-clock-overlays' to be undefined.
6885 (org-clock-goto): Hide drawers after showing an
6886 entry with `org-clock-goto'.
6887 (org-shiftup, org-shiftdown, org-shiftright, org-shiftleft):
6888 Try also a clocktable block shift.
6889 (org-clocktable-try-shift): New function.
6890 (org-columns-hscoll-title): New function.
6891 (org-columns-previous-hscroll): New variable.
6892 (org-columns-full-header-line-format): New variable.
6893 (org-columns-display-here-title, org-columns-remove-overlays):
6894 Install `org-columns-hscoll-title' in post-command-hook.
6895
6896 * org/org.el: Split into many small files.
6897
6898 * org/org-agenda.el: New file, split off from org.el.
6899
6900 * org/org-archive.el: New file, split off from org.el.
6901
6902 * org/org-bbdb.el: New file.
6903
6904 * org/org-bibtex.el: New file, split off from org.el.
6905
6906 * org/org-clock.el: New file, split off from org.el.
6907
6908 * org/org-colview.el: New file, split off from org.el.
6909
6910 * org/org-compat.el: New file, split off from org.el.
6911
6912 * org/org-exp.el: New file, split off from org.el.
6913
6914 * org/org-faces.el: New file, split off from org.el.
6915
6916 * org/org-gnus.el: New file, split off from org.el.
6917
6918 * org/org-info.el: New file, split off from org.el.
6919
6920 * org/org-infojs.el: New file.
6921
6922 * org/org-irc.el: New file.
6923
6924 * org/org-macs.el: New file, split off from org.el.
6925
6926 * org/org-mew.el: New file.
6927
6928 * org/org-mhe.el: New file, split off from org.el.
6929
6930 * org/org-publish.el: New file, split off from org.el.
6931
6932 * org/org-remember.el: New file, split off from org.el.
6933
6934 * org/org-rmail.el: New file, split off from org.el.
6935
6936 * org/org-table.el: New file, split off from org.el.
6937
6938 * org/org-vm.el: New file, split off from org.el.
6939
6940 * org/org-wl.el: New file, split off from org.el.
6941
6942 2008-04-27 Jason Riedy <jason@acm.org>
6943
6944 * org/org-table.el (orgtbl-to-generic): Add a :remove-nil-lines
6945 parameter that suppresses lines that evaluate to NIL.
6946 (orgtbl-get-fmt): New inline function for
6947 picking apart formats that may be lists.
6948 (orgtbl-apply-fmt): New inline function for applying formats that
6949 may be functions.
6950 (orgtbl-eval-str): New inline function for strings that may be
6951 functions.
6952 (orgtbl-format-line, orgtbl-to-generic): Use and document.
6953 (orgtbl-to-latex, orgtbl-to-texinfo): Document.
6954 (*orgtbl-llfmt*, *orgtbl-llstart*)
6955 (*orgtbl-llend*): Dynamic variables for last-line formatting.
6956 (orgtbl-format-section): Shift formatting to support detecting the
6957 last line and formatting it specially.
6958 (orgtbl-to-generic): Document :ll* formats. Set to the non-ll
6959 formats unless overridden.
6960 (orgtbl-to-latex): Suggest using :llend to suppress the final \\.
6961 (*orgtbl-table*, *orgtbl-rtn*): Dynamically
6962 bound variables to hold the input collection of lines and output
6963 formatted text.
6964 (*orgtbl-hline*, *orgtbl-sep*, *orgtbl-fmt*, *orgtbl-efmt*)
6965 (*orgtbl-lfmt*, *orgtbl-lstart*, *orgtbl-lend*): Dynamically bound
6966 format parameters.
6967 (orgtbl-format-line): New function encapsulating formatting for a
6968 single line.
6969 (orgtbl-format-section): Similar for each section. Rebinding the
6970 dynamic vars customizes the formatting for each section.
6971 (orgtbl-to-generic): Use orgtbl-format-line and
6972 orgtbl-format-section.
6973 (org-get-param): Now unused, so delete.
6974 (orgtbl-gather-send-defs): New function to
6975 gather all the SEND definitions before a table.
6976 (orgtbl-send-replace-tbl): New function to find the RECEIVE
6977 corresponding to the current name.
6978 (orgtbl-send-table): Use the previous two functions and implement
6979 multiple destinations for each table.
6980
6981 * doc/org.texi (A LaTeX example): Note that fmt may be a
6982 one-argument function, and efmt may be a two-argument function.
6983 (Radio tables): Document multiple destinations.
6984
6985 2008-04-27 Carsten Dominik <dominik@science.uva.nl>
6986
6987 * org/org-agenda.el (org-add-to-diary-list): New function.
6988 (org-prefix-has-effort): New variable.
6989 (org-sort-agenda-noeffort-is-high): New option.
6990 (org-agenda-columns-show-summaries)
6991 (org-agenda-columns-compute-summary-properties): New options.
6992 (org-format-agenda-item): Compute the duration of the item.
6993 (org-agenda-weekend-days): New variable.
6994 (org-agenda-list, org-timeline): Use the proper faces for dates in
6995 the agenda and timeline buffers.
6996 (org-agenda-archive-to-archive-sibling): New command.
6997 (org-agenda-start-with-clockreport-mode): New option.
6998 (org-agenda-clockreport-parameter-plist): New option.
6999 (org-agenda-clocktable-mode): New variable.
7000 (org-agenda-deadline-leaders): Allow a function value for the
7001 deadline leader.
7002 (org-agenda-get-deadlines): Deal with new function value.
7003
7004 * org/org-clock.el (org-clock): New customization group.
7005 (org-clock-into-drawer, org-clock-out-when-done)
7006 (org-clock-in-switch-to-state, org-clock-heading-function):
7007 Move into the new group.
7008 (org-clock-out-remove-zero-time-clocks): New option.
7009 (org-clock-out): Use `org-clock-out-remove-zero-time-clocks'.
7010 (org-dblock-write:clocktable): Allow a Lisp form for the scope
7011 parameter.
7012 (org-dblock-write:clocktable): Fix bug with total time calculation.
7013 (org-dblock-write:clocktable): Request the unrestricted list of files.
7014 (org-get-clocktable): New function.
7015 (org-dblock-write:clocktable): Make sure :tstart and :tend can not only
7016 be strings but also integers (an absolute day number) and lists (m d y).
7017
7018 * org/org-colview.el (org-columns-next-allowed-value)
7019 (org-columns-edit-value): Limit the effort for updating in the
7020 agenda to recomputing a single file.
7021 (org-columns-compute): Only write property value if it has changed.
7022 This avoids raising the buffer-change-flag unnecessarily.
7023 (org-agenda-colview-summarize)
7024 (org-agenda-colview-compute): New functions.
7025 (org-agenda-columns): Call `org-agenda-colview-summarize'.
7026
7027 * org/org-exp.el (org-export-run-in-background): New option.
7028 (org-export-icalendar): Allow a batch process to trigger waiting
7029 after executing a system command.
7030 (org-export-preprocess-string): Rename from
7031 `org-cleaned-string-for-export'.
7032 (org-export-html-style): Made target class look like normal text.
7033 (org-export-as-html): Make use of the better preprocessing in
7034 `org-cleaned-string-for-export'.
7035 (org-cleaned-string-for-export): Better treatment of heuristic
7036 targets, many more internal links will now work in HTML export.
7037 (org-get-current-options): Incorporate LINK_UP, LINK_HOME, and INFOJS.
7038 (org-export-inbuffer-options-extra): New variable.
7039 (org-export-options-filters): New hook.
7040 (org-infile-export-plist): Find also the settings keywords in
7041 `org-export-inbuffer-options-extra'.
7042 (org-infile-export-plist): Allow multiple #+OPTIONS lines and
7043 multiple #+INFOJS_OPT lines.
7044 (org-export-html-handle-js-options): New function.
7045 (org-export-html-infojs-setup): New option.
7046 (org-export-as-html): Call `org-export-html-handle-js-options'.
7047 Add autoload to all entry points.
7048 (org-skip-comments): Function removed.
7049
7050 * org/org-table.el (org-table-make-reference): Extra parenthesis
7051 around single fields, to make sure that algebraic formulas get
7052 correctly interpreted by calc.
7053 (org-table-current-column): No longer interactive.
7054
7055 * org/org-export-latex.el (org-export-latex-preprocess):
7056 Rename from `org-export-latex-cleaned-string'.
7057
7058 2008-04-27 Bastien Guerry <bzg@altern.org>
7059
7060 * org/org-publish.el (org-publish-get-base-files-1): New function.
7061 (org-publish-get-base-files): Use it.
7062 (org-publish-temp-files): New variable.
7063 Don't require 'dired-aux anymore.
7064 (org-publish-initial-buffer): New variable.
7065 (org-publish-org-to, org-publish): Use it.
7066 (org-publish-get-base-files-1): Bug fix: get
7067 the proper list of files when recursing thru a directory.
7068 (org-publish-get-base-files): Use the :exclude property to skip
7069 both files and directories.
7070
7071 2008-04-27 Michael Albinus <michael.albinus@gmx.de>
7072
7073 * net/tramp.el (tramp-handle-make-symbolic-link)
7074 (tramp-handle-file-name-directory)
7075 (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
7076 (tramp-do-copy-or-rename-file-directly)
7077 (tramp-handle-insert-directory, tramp-handle-expand-file-name)
7078 (tramp-handle-substitute-in-file-name)
7079 (tramp-handle-insert-file-contents, tramp-handle-write-region)
7080 * net/tramp-cache.el (tramp-get-file-property)
7081 (tramp-set-file-property, tramp-flush-file-property)
7082 (tramp-flush-directory-property)
7083 * net/tramp-compat.el (tramp-compat-make-temp-file)
7084 * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
7085 Disable `file-name-handler-alist' when handling localname.
7086 It could have a remote file syntax, like a VMS file name.
7087
7088 2008-04-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7089
7090 * whitespace.el: New version 11.1.
7091 (whitespace-trailing-regexp): Option fix, now trailing regexp must be
7092 enclosed by \\( and \\)$. Docstring fix.
7093 (whitespace-trailing-regexp): Fun removed.
7094 (whitespace-report-list): Const initialization fix.
7095 (whitespace-color-on): Code fix.
7096
7097 2008-04-27 Andreas Schwab <schwab@suse.de>
7098
7099 * Makefile.el: Unbreak bootstrap.
7100
7101 2008-04-27 Michael Albinus <michael.albinus@gmx.de>
7102
7103 * net/tramp.el (tramp-replace-environment-variables): New defun.
7104 (tramp-handle-substitute-in-file-name, tramp-file-name-handler):
7105 Use it.
7106
7107 2008-04-27 Glenn Morris <rgm@gnu.org>
7108
7109 * emacs-lisp/bytecomp.el (byte-compile-file): Doc fix.
7110
7111 * calculator.el (calculator-expt): Replace cl function `oddp'.
7112
7113 2008-04-27 Johan Bockgård <bojohan@gnu.org>
7114
7115 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
7116 Simplify. Collect `defun' and `autoload' entries.
7117 Avoid modifying load-history.
7118
7119 2008-04-26 Glenn Morris <rgm@gnu.org>
7120
7121 * textmodes/ispell.el (ispell-insert-word): Revert previous change.
7122
7123 * simple.el (quoted-insert, zap-to-char): Revert previous change.
7124
7125 2008-04-26 John Paul Wallington <jpw@pobox.com>
7126
7127 * hexl.el (hexl-mode): Stash `eldoc-documentation-function' in
7128 `hexl-mode-old-eldoc-documentation-function'.
7129 (hexl-mode-exit): Restore it.
7130 (hexl-mode-old-eldoc-documentation-function): Declare for compiler.
7131
7132 * w32-fns.el (top-level): Don't set `completion-ignore-case' to t.
7133
7134 2008-04-26 Juanma Barranquero <lekktu@gmail.com>
7135
7136 * minibuffer.el (completion-pcm-word-delimiters): Add :group.
7137 (completion-pcm--all-completions): Doc fix.
7138 (completion-styles-alist, completion-all-completions):
7139 Fix typos in docstrings.
7140
7141 2008-04-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7142
7143 * whitespace.el: There is now only one variable (whitespace-style) to
7144 specify which kind of blank is visualized. Doc and docstring fix.
7145 New version 11.0.
7146 (whitespace-style): New option, replace whitespace-style-mark and
7147 whitespace-style-color.
7148 (whitespace-style-mark, whitespace-style-color): Options removed.
7149 (whitespace-hspace, whitespace-tab, whitespace-newline)
7150 (whitespace-trailing, whitespace-line, whitespace-space-before-tab)
7151 (whitespace-indentation, whitespace-empty, whitespace-space-after-tab)
7152 (whitespace-hspace-regexp, whitespace-space-regexp)
7153 (whitespace-tab-regexp, whitespace-trailing-regexp)
7154 (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
7155 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
7156 (whitespace-space-after-tab-regexp, whitespace-line-column)
7157 (whitespace-display-mappings, whitespace-report): Docstring fix.
7158 (whitespace-color-value-list, whitespace-mark-value-list)
7159 (whitespace-active-color, whitespace-active-mark)
7160 (whitespace-toggle-color, whitespace-toggle-mark): Vars removed.
7161 (whitespace-style-value-list, whitespace-active-style)
7162 (whitespace-toggle-style): New vars.
7163 (whitespace-toggle-option-alist, whitespace-help-text):
7164 Var initialization and docstring fix.
7165 (whitespace-toggle-options, global-whitespace-toggle-options)
7166 (whitespace-cleanup, whitespace-cleanup-region)
7167 (whitespace-report-region, whitespace-interactive-char)
7168 (whitespace-toggle-list): Docstring and code fix.
7169 (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
7170 (whitespace-turn-off, whitespace-color-on, whitespace-color-off)
7171 (whitespace-display-char-on, whitespace-display-char-off): Code fix.
7172 (whitespace-style-face-p, whitespace-style-mark-p): New fun.
7173
7174 2008-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
7175
7176 * diff-mode.el (diff-hunk-header-re-unified): Allow elided line counts.
7177 (diff-end-of-hunk, diff-unified->context, diff-fixup-modifs)
7178 (diff-sanity-check-hunk): Adjust code accordingly.
7179
7180 2008-04-26 Glenn Morris <rgm@gnu.org>
7181
7182 * abbrev.el (define-abbrev): Don't use `iff' in doc-strings.
7183
7184 * forms-d2.dat: Move to ../etc.
7185 * forms-d2.el (forms-file): Adapt for above change.
7186
7187 * simple.el (quoted-insert, zap-to-char): Remove uses of obsolete
7188 `translation-table-for-input'.
7189
7190 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): New function.
7191 (byte-compile-obsolete, byte-compile-variable-ref): Use it.
7192
7193 * progmodes/fortran.el (fortran-mode-syntax-table): Change `;'
7194 to punctuation now it's not needed for abbrevs.
7195 (fortran-mode-abbrev-table): Remove defvar, make use of new
7196 define-abbrev-table :regexp feature.
7197
7198 * textmodes/ispell.el (ispell-insert-word): Remove, and replace with
7199 insert, now that translation-table-for-input is not needed.
7200
7201 2008-04-26 Johannes Weiner <hannes@saeurebad.de>
7202
7203 * emacs-lisp/pp.el (pp-display-expression): New function,
7204 extracted from pp-eval-expression.
7205 (pp-eval-expression): Use pp-display-expression.
7206 (pp-macroexpand-expression, pp-macroexpand-last-sexp): New functions.
7207 (pp-last-sexp): New function, extracted from pp-eval-last-sexp.
7208 (pp-eval-last-sexp): Use pp-last-sexp.
7209
7210 2008-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
7211
7212 * abbrev.el (define-abbrev-table): Apply props even if the table
7213 exists already.
7214
7215 * minibuffer.el (completion-table-with-context): Fix `pred' for the
7216 various kinds of completion tables.
7217 (completion-emacs22-try-completion): Place cursor after the /, as was
7218 done in Emacs-22's minibuffer-complete-word.
7219 Fix bug reported by David Hansen <david.hansen@gmx.net>.
7220 (completion-emacs22-try-completion): Merge all mergeable text rather
7221 than just /.
7222 (completion-pcm--delim-wild-regex): New var.
7223 (completion-pcm-word-delimiters): New custom.
7224 (completion-pcm--prepare-delim-re, completion-pcm--pattern-trivial-p)
7225 (completion-pcm--string->pattern, completion-pcm--pattern->regex)
7226 (completion-pcm--all-completions, completion-pcm-all-completions)
7227 (completion-pcm--merge-completions, completion-pcm--pattern->string)
7228 (completion-pcm-try-completion): New functions.
7229 (completion-styles-alist): Add them.
7230 (completion-styles): Add it to the default.
7231
7232 2008-04-25 Nick Roberts <nickrob@snap.net.nz>
7233
7234 * progmodes/gdb-ui.el (gud-watch): Don't create speedbar...
7235 (gdb-var-create-handler): ...until here when there are values.
7236 (gdb-post-prompt): Don't do -var-update with no watch expressions.
7237 (gdb-info-locals-handler): Don't match "struct {...}" as an array.
7238
7239 2008-04-25 Eli Zaretskii <eliz@gnu.org>
7240
7241 * ls-lisp.el (ls-lisp-format): Fix last change.
7242 (ls-lisp-uid-d-fmt, ls-lisp-uid-s-fmt, ls-lisp-gid-d-fmt)
7243 (ls-lisp-gid-s-fmt, ls-lisp-filesize-d-fmt)
7244 (ls-lisp-filesize-f-fmt): New defvars.
7245 (ls-lisp-insert-directory): Dynamically compute format specifiers
7246 for displaying UID, GID, and file size, and store them in the
7247 above variables.
7248 (ls-lisp-format): Use ls-lisp-filesize-f-fmt, ls-lisp-uid-s-fmt,
7249 ls-lisp-uid-d-fmt, ls-lisp-gid-s-fmt, and ls-lisp-gid-d-fmt
7250 instead of constant format strings.
7251 (ls-lisp-format-file-size): Use ls-lisp-filesize-f-fmt and
7252 ls-lisp-filesize-d-fmt instead of constant format strings.
7253
7254 2008-04-24 Nick Roberts <nickrob@snap.net.nz>
7255
7256 * progmodes/gdb-ui.el (gdb-invalidate-assembler): Compare numeric
7257 value of addresses rather than (partial) string value.
7258 (gdb-frame-handler): Change regexp according to above change.
7259 (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
7260 (gdb-registers-mode, gdb-memory-mode, gdb-locals-mode)
7261 (gdb-assembler-mode): Disable undo in these buffers.
7262
7263 2008-04-24 Michael Albinus <michael.albinus@gmx.de>
7264
7265 * net/tramp.el (tramp-get-remote-stat): Test whether stat supports %s.
7266 Reported by Loris Bennett <loris.bennett@fu-berlin.de>.
7267
7268 2008-04-24 Sam Steingold <sds@gnu.org>
7269
7270 * textmodes/remember.el (remember-diary-extract-entries): Use
7271 diary-make-entry instead of the obsolete make-diary-entry.
7272
7273 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
7274
7275 * subr.el (translation-table-for-input): Mark as obsolete.
7276
7277 * isearch.el (isearch-search-string): Avoid string-bytes and aset.
7278
7279 * international/quail.el (quail-build-decode-map): Avoid string-bytes.
7280
7281 * textmodes/ispell.el (ispell-dictionary-alist-1)
7282 (ispell-dictionary-alist-2, ispell-dictionary-alist-3)
7283 (ispell-dictionary-alist-4, ispell-dictionary-alist-5)
7284 (ispell-dictionary-alist-6): Remove.
7285 (ispell-dictionary-base-alist): New var, merges the above.
7286 (ispell-find-aspell-dictionaries, ispell-set-spellchecker-params):
7287 Use it.
7288 (ispell-dictionary-alist): Default to nil. Remove autoload.
7289 (ispell-local-dictionary-alist): Remove autoload.
7290
7291 * progmodes/f90.el (f90-mode-syntax-table): Don't set ` as word syntax.
7292 (f90-mode-abbrev-table): Use the new :regexp feature.
7293 Merge defvar and mapc into define-abbrev-table.
7294 (f90-imenu-type-matcher): Remove unused `l'.
7295 (f90-imenu-generic-expression): Remove unused `not-ib'.
7296 (f90-prepare-abbrev-list-buffer): Use with-current-buffer.
7297 (f90-change-keywords): Use restore-buffer-modified-p.
7298
7299 2008-04-24 Glenn Morris <rgm@gnu.org>
7300
7301 * net/goto-addr.el (goto-address-prog-mode):
7302 * progmodes/bug-reference.el (bug-reference-prog-mode):
7303 Define for compiler.
7304
7305 * minibuffer.el (x-file-dialog): Declare as function.
7306
7307 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file): Use
7308 dframe-update-speed rather than obsolete alias speedbar-update-speed.
7309
7310 * calendar/cal-menu.el (cal-menu-diary-menu): Fix typo.
7311 (cal-menu-scroll-menu): Use commands rather than key macros, which don't
7312 work with easymenu. Add :keys where needed.
7313
7314 * calendar/cal-move.el (calendar-scroll-left): Handle case when
7315 event-start is nil.
7316
7317 * calendar/calendar.el (calendar-mode-map): Fix typo.
7318
7319 2008-04-24 Tom Tromey <tromey@redhat.com>
7320
7321 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
7322 Document keywords. Add :suppress.
7323 * pcvs-defs.el (cvs-mode-map): Use :suppress.
7324
7325 * net/goto-addr.el (goto-address-unfontify): New function.
7326 (goto-address-fontify): Use it. Respect goto-address-prog-mode.
7327 (goto-address-fontify-region, goto-address-mode)
7328 (goto-address-prog-mode): New functions.
7329
7330 * progmodes/bug-reference.el: New file.
7331
7332 2008-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7333
7334 * term/mac-win.el (mac-ts-active-input-buf): Move defvar to macterm.c.
7335
7336 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
7337
7338 * emacs-lisp/easymenu.el (easy-menu-make-symbol): Don't wrap keyboard
7339 macros within lambdas.
7340
7341 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
7342
7343 * minibuffer.el (completion-try-completion): Add `point' argument.
7344 Change return value.
7345 (completion-all-completions): Add `point' argument.
7346 (minibuffer-completion-help): Pass the new `point' argument.
7347 (completion--do-completion): Pass the whole field to try-completion.
7348 (completion--try-word-completion): Rewrite, making fewer assumptions.
7349 (completion-emacs21-try-completion, completion-emacs21-all-completions)
7350 (completion-emacs22-try-completion, completion-emacs22-all-completions)
7351 (completion-basic-try-completion, completion-basic-all-completions):
7352 New functions.
7353 (completion-styles-alist): Use them.
7354
7355 2008-04-23 Agustín Martín <agustin.martin@hispalinux.es>
7356
7357 * textmodes/ispell.el (ispell-set-spellchecker-params):
7358 New function to make sure right params and dictionary alists are used
7359 after spellchecker changes.
7360 (ispell-aspell-dictionary-alist, ispell-last-program-name)
7361 (ispell-initialize-spellchecker-hook): New variables and hook.
7362 (ispell-find-aspell-dictionaries): Use ispell-aspell-dictionary-alist.
7363 (ispell-maybe-find-aspell-dictionaries): Remove.
7364 Calls replaced by (ispell-set-spellchecker-params) calls.
7365 (ispell-have-aspell-dictionaries): Remove.
7366
7367 * textmodes/flyspell.el: Replace ispell-maybe-find-aspell-dictionaries
7368 by ispell-set-spellchecker-params.
7369
7370 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
7371
7372 * complete.el (PC-do-completion): Be more robust in the presence of
7373 unexpected values in minibuffer-completion-predicate.
7374
7375 * minibuffer.el (read-file-name): Don't let-bind default-directory.
7376 Only abbreviate default-filename if it's a file.
7377
7378 * minibuffer.el (read-file-name-function, read-file-name-predicate)
7379 (read-file-name-completion-ignore-case, insert-default-directory):
7380 New vars, moved from fileio.c.
7381 (read-file-name): New fun, moved from fileio.c.
7382 * cus-start.el: Remove insert-default-directory and
7383 read-file-name-completion-ignore-case.
7384
7385 2008-04-23 Magnus Henoch <mange@freemail.hu>
7386
7387 * tar-mode.el (tar-untar-buffer): If the entry has directory
7388 link type, extract it as a directory even if its file name doesn't
7389 end with a slash. Fixes extraction of NetBSD tar archives.
7390
7391 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
7392
7393 * server.el (server-start): Also don't get confused by CRs since we
7394 don't quote them.
7395
7396 2008-04-23 Nick Roberts <nickrob@snap.net.nz>
7397
7398 * progmodes/gdb-ui.el (gdb-init-buffer): New function.
7399 (gdb-set-gud-minor-mode-existing-buffers)
7400 (gdb-info-breakpoints-custom, gdb-get-location)
7401 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
7402 Previously gdb-create-define-alist wasn't always run and added to
7403 after-save-hook.
7404
7405 * progmodes/gud.el (gud-tooltip-tips): Use tooltip-event-buffer.
7406
7407 2008-04-23 Kevin Ryde <user42@zip.com.au>
7408
7409 * progmodes/make-mode.el (makefile-fill-paragraph): Treat indented
7410 comments like unindented ones.
7411
7412 2008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7413
7414 * term/mac-win.el (mac-ae-open-documents): Adjust selection range
7415 parameter origins.
7416
7417 2008-04-23 Kevin Ryde <user42@zip.com.au>
7418
7419 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
7420 Bind print-level to ensure output forms aren't truncated if
7421 print-level is set to eval-expression-print-level when going via
7422 eval-defun and friends, or has been otherwise fiddled with.
7423
7424 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
7425
7426 * progmodes/cc-mode.el (c-basic-common-init): Don't set
7427 font-lock-extend-after-change-region-function globally.
7428
7429 2008-04-23 Juanma Barranquero <lekktu@gmail.com>
7430
7431 * speedbar.el (speedbar-use-tool-tips-flag)
7432 (speedbar-ignored-directory-regexp, speedbar-file-unshown-regexp)
7433 (speedbar-file-regexp, speedbar-message, speedbar-item-info)
7434 (speedbar-files-item-info, speedbar-maybe-add-localized-support)
7435 (speedbar-insert-files-at-point, speedbar-dynamic-tags-function-list)
7436 (speedbar-generic-list-positioned-group-p, speedbar-insert-generic-list)
7437 (speedbar-fetch-replacement-function, speedbar-extract-one-symbol)
7438 (speedbar-separator-face): Fix typos in docstrings.
7439 (speedbar-stealthy-function-list, speedbar-verbosity-level)
7440 (speedbar-supported-extension-expressions, speedbar-update-current-file)
7441 (speedbar-add-indicator, speedbar-tag-expand): Reflow docstring.
7442 (speedbar-use-imenu-flag, speedbar-ignored-directory-expressions)
7443 (speedbar-directory-unshown-regexp, speedbar-handle-delete-frame)
7444 (speedbar-show-info-under-mouse, speedbar-directory-buttons)
7445 (speedbar-check-vc-this-line, speedbar-files-line-directory)
7446 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
7447 (speedbar-buffers-line-directory, speedbar-recenter-to-top)
7448 (speedbar-recenter): Doc fixes.
7449 (speedbar-update-speed, speedbar-navigating-speed): Add obsolescence
7450 declaration and remove redundant info in docstring.
7451
7452 2008-04-23 Dan Nicolaescu <dann@ics.uci.edu>
7453
7454 * vc-git.el (vc-git-status-printer): Deal with directories.
7455
7456 * vc.el (vc-next-action): Look at more than the first file to
7457 determine the state.
7458
7459 2008-04-23 Glenn Morris <rgm@gnu.org>
7460
7461 * dframe.el (dframe-have-timer-flag): Drop support for Emacs without
7462 timers. Doc fix.
7463 (dframe-update-speed): Drop support for XEmacs < 20.
7464 (dframe-frame-mode): Drop support for Emacs < 20.
7465 (dframe-set-timer-internal): Drop support for Emacs without timers.
7466 (dframe-popup-kludge): Use mouse-menu-major-mode-map if defined.
7467
7468 * ediff-init.el (ediff-check-version): Drop support for very old Emacs
7469 versions. Add doc-string. Mark as obsolete.
7470
7471 * ps-def.el (ps-color-device): Drop support for XEmacs < 19.12.
7472
7473 * speedbar.el (speedbar-use-tool-tips-flag): Check for tooltip-mode,
7474 rather than using an Emacs version test.
7475
7476 * tree-widget.el (tree-widget-image-enable): Use display-images-p
7477 rather than an Emacs version test.
7478
7479 * calendar/cal-china.el (holiday-chinese-qingming)
7480 (holiday-chinese-winter-solstice, holiday-chinese): New functions.
7481 * calendar/calendar.el (calendar-chinese-all-holidays-flag): New.
7482 * calendar/holidays.el (holiday-oriental-holidays): Add more holidays.
7483
7484 * calendar/cal-islam.el (holiday-islamic): Doc fix.
7485
7486 * calendar/diary-lib.el (diary-list-sexp-entries): Doc fix.
7487 (diary-remind): Allow negative DAYS to represent a range 1:DAYS.
7488 Suggested by Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
7489
7490 2008-04-23 Nick Roberts <nickrob@snap.net.nz>
7491
7492 * progmodes/gdb-ui.el (gdb-previous-frame-address): Rename...
7493 (gdb-previous-frame-pc-address): ...to this.
7494 (gdb-get-selected-frame): Use MI command -stack-info-frame instead
7495 of "info frame" with Gdb 6.4+.
7496 (gdb-stack-list-frames-regexp): New regexp.
7497 (gdb-frame-handler-1): Parse output of -stack-info-frame.
7498
7499 2008-04-22 David Glasser <glasser@davidglasser.net> (tiny change)
7500
7501 * tar-mode.el (tar-prefix-offset): New constant.
7502 (tar-header-block-tokenize): Support paths with long names
7503 which use the "ustar" standard.
7504
7505 2008-04-22 Mathias Dahl <mathias.dahl@gmail.com>
7506
7507 * image-dired.el (image-dired-track-original-file)
7508 (image-dired-modify-mark-on-thumb-original-file):
7509 Use `dired-goto-file' instead of `search-forward'. This solves
7510 a bug with finding files where the file name is a subset of other
7511 file names. Doc fix.
7512
7513 2008-04-22 Juri Linkov <juri@jurta.org>
7514
7515 * menu-bar.el (buffers-menu-max-size): Move its definition down to
7516 the "Buffers Menu" section. Change group name `mouse' to `menu'.
7517 (yank-menu-length): Change group name `mouse' to `menu'.
7518 (buffers-menu-buffer-name-length): New user option.
7519 (menu-bar-update-buffers): Use buffers-menu-buffer-name-length
7520 instead of the hard-coded number 27.
7521
7522 2008-04-22 Juri Linkov <juri@jurta.org>
7523
7524 * isearch.el (eval-when-compile): Require `help-macro'.
7525 (isearch-help-for-help-internal): Isearch specific Help screen
7526 created by `make-help-screen'.
7527 (isearch-help-map): New variable that binds "b", "k", "m" to
7528 isearch-specific commands, and binds other keys to
7529 isearch-other-control-char, thus allowing other Help keys to
7530 exit isearch mode and execute their global definitions.
7531 (isearch-help-for-help, isearch-describe-bindings)
7532 (isearch-describe-key, isearch-describe-mode): New commands.
7533 (isearch-mode-help): Define alias to isearch-describe-mode
7534 and remove its old function definition.
7535 (isearch-mode-map): Bind "\C-h" to isearch-help-map.
7536 Remove old comments because this issue is settled now.
7537 (isearch-forward): Describe three new Help commands in the docstring.
7538 (isearch-mode): Remove \\{isearch-mode-map} from the docstring,
7539 leave the single sentence at the first line of the docstring,
7540 and prepend the word "function" before `isearch-forward'
7541 to make the Help link to the function instead of variable.
7542
7543 2008-04-22 Juri Linkov <juri@jurta.org>
7544
7545 * isearch.el (isearch-success-function): New variable with default
7546 to `isearch-success-function-default'.
7547 (isearch-search): Call a function from `isearch-success-function'
7548 instead of calling the hard-coded `isearch-range-invisible'.
7549 (isearch-success-function-default): New function that calls
7550 `isearch-range-invisible' and inverts its return value.
7551
7552 * info.el (Info-search): In two similar places that skip
7553 undesired search matches move code to Info-search-success-function,
7554 and call `isearch-success-function' instead.
7555 (Info-search-success-function): New function copied from code
7556 in Info-search. Replace isearch-range-invisible with
7557 text-property-not-all that checks for 'invisible and 'display
7558 properties to skip partially invisible matches (whose display
7559 properties were set by Info-fontify-node).
7560 (Info-mode): Set buffer-local isearch-success-function
7561 to Info-search-success-function.
7562
7563 2008-04-22 Juri Linkov <juri@jurta.org>
7564
7565 * minibuffer.el (internal-complete-buffer-except): New function.
7566
7567 * files.el (read-buffer-to-switch): New function.
7568 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
7569 Change interactive spec to call read-buffer-to-switch instead of
7570 using the letter "B".
7571
7572 * simple.el (minibuffer-default-add-shell-commands): New function.
7573 Use declare-function for mailcap-file-default-commands from "mailcap".
7574 (shell-command): Set local minibuffer-default-add-function to
7575 minibuffer-default-add-shell-commands in minibuffer-with-setup-hook
7576 before calling read-shell-command. Set 4th arg default-value of
7577 read-shell-command to relative buffer-file-name in file buffers.
7578
7579 * dired-aux.el (dired-read-shell-command-default): Move it to
7580 gnus/mailcap.el and change its name to more general name
7581 mailcap-file-default-commands.
7582 (minibuffer-default-add-dired-shell-commands): New function.
7583 Use declare-function for mailcap-file-default-commands from "mailcap".
7584 (dired-read-shell-command): Set local minibuffer-default-add-function
7585 to minibuffer-default-add-dired-shell-commands in minibuffer-with-setup-hook
7586 before calling read-shell-command. Remove dired-read-shell-command-default
7587 from the default value arg because default values are not set in
7588 minibuffer-default-add-dired-shell-commands. Doc fix.
7589
7590 * dired-x.el (dired-smart-shell-command): Sync arguments and
7591 interactive spec with changes in `shell-command'.
7592 Use dired-get-filename to get the dired file name at point
7593 as the default value in dired mode.
7594
7595 2008-04-22 Juanma Barranquero <lekktu@gmail.com>
7596
7597 * info.el (Info-complete-menu-item): Add missing parenthesis.
7598
7599 2008-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
7600
7601 * info.el (Info-complete-menu-item): Save point.
7602
7603 2008-04-22 Juanma Barranquero <lekktu@gmail.com>
7604
7605 * minibuffer.el (minibuffer-complete-and-exit): Fix last change.
7606
7607 2008-04-22 Andreas Schwab <schwab@suse.de>
7608
7609 * Makefile.in (emacs-deps): Define.
7610 Use it instead of $(lisp)/subdirs.el.
7611
7612 2008-04-22 Dan Nicolaescu <dann@ics.uci.edu>
7613
7614 * vc.el (vc-next-action): Do not consider directories when
7615 checking for state compatibility.
7616 (vc-transfer-file): Use when not if.
7617 (vc-dir-parent-marked-p, vc-dir-children-marked-p): New functions.
7618 (vc-dir-mark-file): Use them.
7619 (vc-deduce-fileset): Also return the backend.
7620 (vc-diff-internal): Take as argument the value returned by
7621 vc-deduce-fileset instead of just the fileset.
7622 (vc-next-action, vc-finish-logentry, vc-version-diff, vc-diff)
7623 (vc-dir-mark-file, vc-print-log, vc-revert, vc-rollback)
7624 (vc-update): Update the vc-deduce-fileset and vc-diff-internal calls.
7625
7626 2008-04-22 Tassilo Horn <tassilo@member.fsf.org>
7627
7628 * doc-view.el (doc-view-scroll-up-or-next-page): Don't use
7629 set-window-vscroll but image-scroll-down. Fixes a bug where a
7630 command following SPC scrolled up again.
7631
7632 2008-04-22 Nick Roberts <nickrob@snap.net.nz>
7633
7634 * progmodes/gdb-ui.el (gdb-locals-header): New variable.
7635 (gdb-locals-mode, gdb-registers-mode): Use it for header line.
7636 (gud-watch): Add "$" prefix when in registers buffer.
7637
7638 2008-04-22 Glenn Morris <rgm@gnu.org>
7639
7640 * progmodes/gdb-ui.el (gdbmi-invalidate-frames): Declare as function.
7641
7642 * whitespace.el (whitespace-display-table)
7643 (whitespace-display-table-was-local): Move definitions before use.
7644
7645 * emacs-lisp/copyright.el (copyright-at-end-flag): New option.
7646 (copyright-limit): Respect copyright-at-end-flag.
7647 (copyright-re-search, copyright-start-point)
7648 (copyright-offset-too-large-p): New functions.
7649 (copyright-update-year): Use copyright-re-search.
7650 (copyright-update, copyright-fix-years): Use copyright-start-point,
7651 and copyright-re-search.
7652 (copyright): Use copyright-offset-too-large-p.
7653 * add-log.el (change-log-mode): Set copyright-at-end-flag.
7654
7655 * add-log.el (top-level): Require 'cl when compiling.
7656
7657 2008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
7658
7659 * complete.el (PC-complete-as-file-name, PC-read-file-name-internal):
7660 Treat minibuffer-completion-predicate as a predicate.
7661
7662 * minibuffer.el (completion--file-name-table): Accept both the old
7663 `dir' arg or the new `pred' arg.
7664
7665 * ffap.el (ffap-read-file-or-url): Do not abuse completing-read's
7666 `predicate' argument to pass non-predicate data.
7667 (ffap-read-url-internal, ffap-read-file-or-url-internal):
7668 Use second arg as proper predicate.
7669
7670 * vc-bzr.el (vc-bzr-complete-with-prefix): Remove.
7671 (vc-bzr-revision-completion-table): Use completion-table-with-context
7672 instead.
7673
7674 * simple.el (choose-completion-string): Use minibuffer-completion-table.
7675
7676 2008-04-21 Chong Yidong <cyd@stupidchicken.com>
7677
7678 * term.el (term-emulate-terminal): Perform redisplay after the
7679 process filter has finished running.
7680
7681 2008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
7682
7683 * vc.el (vc-dir): Use pop-to-buffer, so it can be customized.
7684
7685 * minibuffer.el (completion-try-completion): Change magic symbol
7686 property name. Rename from minibuffer-try-completion.
7687 (completion-all-completions): Rename from minibuffer-all-completions.
7688 Remove hide-spaces argument.
7689 (completion--do-completion): Rename from minibuffer--do-completion.
7690 (minibuffer-complete-and-exit): Call just try-completion rather than
7691 completion-try-completion to fix up the case.
7692 (completion--try-word-completion): Try to add space or hyphen before
7693 making `string' a prefix of `completion'.
7694 (completion--insert-strings): Rename from minibuffer--insert-strings.
7695
7696 2008-04-22 Naohiro Aota <nao.aota@gmail.com> (tiny change)
7697
7698 * net/tls.el (tls-program): Add -ign_eof argument to call the
7699 openssl commands.
7700 (tls-checktrust): Ditto.
7701
7702 2008-04-21 Dan Nicolaescu <dann@ics.uci.edu>
7703
7704 * vc-cvs.el (vc-cvs-status-extra-headers): New function.
7705
7706 * vc-hooks.el (vc-insert-file, vc-state, vc-working-revision)
7707 (vc-check-master-templates, vc-file-not-found-hook)
7708 (vc-kill-buffer-hook):
7709 * vc.el (vc-process-sentinel, vc-exec-after, vc-do-command)
7710 (vc-find-position-by-context, vc-buffer-context)
7711 (vc-restore-buffer-context, vc-responsible-backend)
7712 (vc-expand-dirs, vc-ensure-vc-buffer, vc-buffer-sync)
7713 (vc-next-action, vc-register, vc-register-with, vc-steal-lock)
7714 (vc-finish-logentry, vc-coding-system-for-diff, vc-switches)
7715 (vc-version-diff, vc-diff, vc-insert-headers)
7716 (vc-dired-buffers-for-dir, vc-dired-resynch-file)
7717 (vc-snapshot-precondition, vc-create-snapshot, vc-print-log)
7718 (vc-revert, vc-rollback, vc-version-backup-file)
7719 (vc-rename-master, vc-delete-file, vc-rename-file)
7720 (vc-branch-part, vc-default-retrieve-snapshot)
7721 (vc-annotate-display-autoscale, vc-annotate-display-select)
7722 (vc-annotate, vc-annotate-warp-revision, vc-annotate-difference)
7723 (vc-annotate-lines, vc-file-tree-walk-internal): Use when instead of if.
7724 (vc-dir-update): Handle directories.
7725 (vc-default-status-printer): Simplify.
7726
7727 * progmodes/asm-mode.el (asm-mode-map):
7728 * progmodes/hideif.el (hide-ifdef-mode-menu): Add :help.
7729
7730 * progmodes/m4-mode.el (m4-mode-map): Add menu.
7731
7732 2008-04-21 Kenichi Handa <handa@m17n.org>
7733
7734 * select.el (xselect-convert-to-string): Send a C_STRING only if
7735 the polymorphic target TEXT is requested.
7736
7737 2008-04-21 Juanma Barranquero <lekktu@gmail.com>
7738
7739 * minibuffer.el (completion-setup-hook, display-completion-list)
7740 (completion--file-name-table): Fix typos in docstrings.
7741 (completion-table-dynamic): Fix typo, and reflow docstring.
7742
7743 2008-04-20 Andreas Schwab <schwab@suse.de>
7744
7745 * server.el (server-switch-buffer): Also consider clients in the
7746 selected frame.
7747
7748 2008-04-19 Nick Roberts <nickrob@snap.net.nz>
7749
7750 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
7751 Select window clicked on first.
7752 (gdb): Display thread number in mode-line.
7753 (gdb-make-header-line-mouse-map): Move to avoid byte compiler warnings.
7754 (gdb-breakpoints-header): New variable.
7755 (gdb-breakpoints-mode, gdb-threads-mode): Use it for header line.
7756
7757 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
7758
7759 * vc-sccs.el (vc-sccs-do-command): New fun. Use the "sccs" command.
7760 (vc-sccs-register, vc-sccs-checkin, vc-sccs-find-revision)
7761 (vc-sccs-checkout, vc-sccs-rollback, vc-sccs-revert)
7762 (vc-sccs-steal-lock, vc-sccs-modify-change-comment)
7763 (vc-sccs-print-log): Use it.
7764
7765 * vc-hooks.el (vc-path): Remove SCCS-specific hack.
7766
7767 * emacs-lisp/lisp-mode.el (lisp-mode-auto-fill): Make it an alias.
7768 * progmodes/scheme.el (scheme-mode-variables): Don't use it.
7769
7770 * tooltip.el (tooltip-previous-message): New var.
7771 (tooltip-show-help-non-mode): Rewrite to better follow the behavior of
7772 the C code (avoid overwriting a minibuffer, restore previous echo
7773 message, ...).
7774 (tooltip-delay, tooltip-process-prompt-regexp, tooltip-strip-prompt):
7775 Simplify.
7776
7777 2008-04-19 Nick Roberts <nickrob@snap.net.nz>
7778
7779 * progmodes/gdb-ui.el (gdb-thread-indicator): New variable.
7780 (gdb-init-1): Initialise it.
7781 (gdb-annotation-rules): New entry for "new-thread".
7782 (gdb-thread-identification): New function to customize
7783 mode-line-buffer-identification.
7784 (gdb-frames-mode, gdb-registers-mode, gdb-locals-mode)
7785 (gdb-assembler-mode): Use it.
7786 (gdb-threads-mode): Force "info threads" onto queue.
7787
7788 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
7789
7790 * files.el (locate-file-completion-table): Rename from
7791 locate-file-completion and make it use `pred' in the normal way.
7792 (locate-file-completion): New compatibility wrapper.
7793 (load-library): Use locate-file-completion-table.
7794 * finder.el (finder-commentary):
7795 * subr.el (locate-library):
7796 * emacs-lisp/find-func.el (find-library): Likewise.
7797 * info.el: Use with-current-buffer and inhibit-read-only.
7798 (Info-read-node-name-2): Change to use `predicate' in the normal way.
7799 (Info-read-node-name-1): Adjust uses accordingly.
7800
7801 * minibuffer.el (completion-table-with-context): Add support for `pred'.
7802 (completion-table-with-terminator): Don't use complete-with-action
7803 since we have to distinguish all three cases anyway.
7804 (completion-table-with-predicate): New function.
7805 (dynamic-completion-table): Add obsolete alias.
7806
7807 * emacs-lisp/trace.el (trace-make-advice): Don't change selected-window.
7808
7809 2008-04-18 Sam Steingold <sds@gnu.org>
7810
7811 * vc.el (vc-dir-menu-map, vc-dir-mode-map, vc-dir-tool-bar-map):
7812 Use quit-window instead of bury-buffer.
7813
7814 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
7815
7816 * minibuffer.el (completion-table-with-terminator): Fix last fix.
7817
7818 2008-04-18 Andreas Schwab <schwab@suse.de>
7819
7820 * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
7821 ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
7822 Depend on $(lisp)/subdirs.el.
7823
7824 2008-04-18 Juanma Barranquero <lekktu@gmail.com>
7825
7826 * descr-text.el (describe-char-after):
7827 Use `define-obsolete-function-alias'.
7828
7829 * dired-x.el (dired-omit-files-p): Use `define-obsolete-variable-alias'.
7830
7831 * facemenu.el (facemenu-unlisted-faces): Fix obsolescence description.
7832
7833 * savehist.el (savehist-load): Add WHEN to obsolescence declaration.
7834 Remove redundant obsolescence info in docstring.
7835
7836 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
7837 (vc-header-alist): Add WHEN to obsolescence declaration.
7838 (vc-state): Fix typo in docstring.
7839
7840 * emacs-lisp/checkdoc.el (checkdoc-minor-keymap):
7841 Use `define-obsolete-variable-alias'.
7842
7843 * emulation/tpu-edt.el (tpu-have-ispell):
7844 * international/codepage.el (codepage-setup):
7845 Fix typo in obsolescence declaration.
7846
7847 * international/mule.el (char-coding-system-table):
7848 Remove redundant obsolescence info in docstring.
7849 (charset-list, generic-char-p, set-char-table-default):
7850 Fix typos in obsolescence declarations.
7851
7852 * international/mule-diag.el (non-iso-charset-alist):
7853 Fix typo in obsolescence declaration.
7854 (decode-codepage-char): Remove redundant obsolescence info in docstring.
7855
7856 * font-core.el (font-lock-defaults-alist):
7857 * font-lock.el (font-lock-reference-face):
7858 * frame.el (screen-height, screen-width, set-screen-width)
7859 (set-screen-height):
7860 * hilit-chg.el (highlight-changes-initial-state):
7861 * isearch.el (isearch-return-char):
7862 * log-edit.el (cvs-commit-buffer-require-final-newline)
7863 (cvs-changelog-full-paragraphs):
7864 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar)
7865 (mouse-popup-menubar-stuff):
7866 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button)
7867 (mouse-wheel-click-button):
7868 * outline.el (outline-visible):
7869 * pcvs-defs.el (cvs-diff-ignore-marks, cvs-diff-buffer-name):
7870 * pcvs-info.el (cvs-display-full-path, cvs-fileinfo->full-path):
7871 * emacs-lisp/lisp-mode.el (lisp-comment-indent):
7872 * progmodes/compile.el (compile-internal):
7873 Add WHEN to obsolescence declarations.
7874
7875 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
7876
7877 * emacs-lisp/debug.el (debug): Revert to bury-buffer since quit-window
7878 is not better anyway.
7879
7880 2008-04-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7881
7882 * whitespace.el (whitespace-report-region): Handle whitespace-tab-width
7883 properly.
7884
7885 2008-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
7886
7887 * progmodes/python.el (python-mode-map): Use abbrev-table-menu.
7888 (python-use-skeletons): Remove, unused.
7889 (python-skeletons): Remove. Use the abbrev table instead.
7890 (python-mode-abbrev-table): Fix regexp;
7891 add enable-function and case-fixed.
7892 (def-python-skeleton): Simplify.
7893 (python-expand-template): Use the abbrev-table and abbrev-insert.
7894 (python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook):
7895 Remove.
7896 (python-mode): Don't set pre-abbrev-expand-hook.
7897
7898 * skeleton.el: Set coding-tag.
7899
7900 * abbrev.el (abbrev-insert): New function extracted from expand-abbrev.
7901 (expand-abbrev): Use it.
7902 (abbrev-table-menu): New function.
7903
7904 * abbrev.el (define-abbrev-table): Fontify dosctrings as such.
7905
7906 * minibuffer.el (completion-table-with-terminator): Fix paren typo.
7907
7908 2008-04-17 Sam Steingold <sds@gnu.org>
7909
7910 * pcvs-util.el (cvs-bury-buffer): Use quit-window instead of the
7911 idiosyncratic bury-buffer/delete-window logic.
7912
7913 2008-04-17 Juanma Barranquero <lekktu@gmail.com>
7914
7915 * emacs-lisp/crm.el (crm-completion-help, crm-complete)
7916 (crm-complete-word, crm-complete-and-exit): Fix typo in previous change.
7917
7918 2008-04-17 Kenichi Handa <handa@m17n.org>
7919
7920 * international/characters.el: Don't make the width of U+00AD to 0.
7921
7922 2008-04-17 Nick Roberts <nickrob@snap.net.nz>
7923
7924 * progmodes/gdb-ui.el (gdb-stack-update): New variable.
7925 (gdb, gdb-starting, gdb-frames-mode): Use it.
7926 (gdb-invalidate-frames): Advise to call "info stack" only if
7927 execution has occurred.
7928 (gdb-info-breakpoints-custom): Only update overlay-arrow pointing to
7929 selected frame if no execution has occurred.
7930 (gdb-frames-force-update): New interactive function.
7931 (gdb-frames-mode-map): Bind it to "F".
7932
7933 2008-04-17 Michael Olson <mwolson@gnu.org>
7934
7935 * textmodes/remember.el (remember-version): Release Remember 2.0.
7936
7937 2008-04-16 Yoni Rabkin <yoni@rabkins.net>
7938
7939 * textmodes/artist.el:
7940 * progmodes/vhdl-mode.el:
7941 * progmodes/verilog-mode.el:
7942 * progmodes/vera-mode.el:
7943 * progmodes/simula.el:
7944 * progmodes/ps-mode.el:
7945 * progmodes/cmacexp.el:
7946 * obsolete/hilit19.el:
7947 * emulation/viper.el:
7948 * ediff.el: Cleanup the bug-report email addresses and make sure the
7949 maintainer is still willing to handle bug reports.
7950
7951 2008-04-16 Dan Nicolaescu <dann@ics.uci.edu>
7952
7953 * vc.el (vc-dir-kill-query): Fix thinko.
7954
7955 2008-04-16 Glenn Morris <rgm@gnu.org>
7956
7957 * calendar/diary-lib.el (diary-remind): Don't clobber `date' passed
7958 by diary-sexp-entry.
7959
7960 2008-04-16 Markus Triska <markus.triska@gmx.at>
7961
7962 * proced.el (proced-command-alist): Add support for darwin.
7963
7964 2008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
7965
7966 * proced.el (proced-mode): Redefine as just the major-mode.
7967 (proced): Separate it from proced-mode.
7968
7969 * vc.el: Rename vc-status to vc-dir and the vc-status var to vc-ewoc.
7970
7971 2008-04-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7972
7973 * whitespace.el: Honor the `indent-tabs-mode' setting from user.
7974 Suggested by Stephen Deasey <sdeasey@gmail.com>. Honor also the
7975 `tab-width' setting from user. New version 10.0. Doc and docstring
7976 fix.
7977 (whitespace-style, whitespace-chars): Remove options.
7978 (whitespace-style-mark): New option, replace whitespace-style deleted
7979 option. Fix docstring.
7980 (whitespace-style-color): New option, replace whitespace-chars deleted
7981 option. Fix docstring.
7982 (whitespace-space, whitespace-hspace, whitespace-tab)
7983 (whitespace-newline, whitespace-trailing, whitespace-line)
7984 (whitespace-space-before-tab, whitespace-indentation, whitespace-empty)
7985 (whitespace-space-after-tab, whitespace-hspace-regexp)
7986 (whitespace-space-regexp, whitespace-tab-regexp)
7987 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
7988 (whitespace-empty-at-eob-regexp, whitespace-line-column)
7989 (whitespace-toggle-option-alist): Fix docstring.
7990 (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
7991 (whitespace-space-after-tab-regexp, whitespace-display-mappings): Fix
7992 docstring and initialization.
7993 (global-whitespace-mode): Autoloaded global minor mode.
7994 (whitespace-chars-value-list, whitespace-style-value-list)
7995 (whitespace-active-chars, whitespace-active-style)
7996 (whitespace-toggle-chars, whitespace-toggle-style): Remove vars.
7997 (whitespace-color-value-list): New var, replace
7998 whitespace-chars-value-list removed var.
7999 (whitespace-mark-value-list): New var, replace
8000 whitespace-style-value-list removed var.
8001 (whitespace-active-color): New var, replace whitespace-active-chars
8002 removed var.
8003 (whitespace-active-mark): New var, replace whitespace-active-style
8004 removed var.
8005 (whitespace-toggle-color): New var, replace whitespace-toggle-chars
8006 removed var.
8007 (whitespace-toggle-mark): New var, replace whitespace-toggle-style
8008 removed var.
8009 (whitespace-toggle-option-alist, whitespace-report-list)
8010 (whitespace-report-text, whitespace-help-text): Fix initialization.
8011 (whitespace-indent-tabs-mode, whitespace-tab-width): New vars.
8012 (whitespace-toggle-options, global-whitespace-toggle-options)
8013 (whitespace-cleanup-region, whitespace-report-region)
8014 (whitespace-interactive-char): Fix docstring and code.
8015 (whitespace-cleanup, whitespace-report): Fix docstring.
8016 (whitespace-replace-spaces-by-tabs): Remove fun.
8017 (whitespace-replace-action): New fun, replace
8018 whitespace-replace-spaces-by-tabs removed fun.
8019 (whitespace-regexp, whitespace-indentation-regexp)
8020 (whitespace-space-after-tab-regexp, whitespace-insert-value)
8021 (whitespace-kill-buffer): New funs.
8022 (whitespace-insert-option-mark, whitespace-help-on)
8023 (whitespace-help-off, whitespace-turn-on, whitespace-turn-off)
8024 (whitespace-color-on, whitespace-color-off)
8025 (whitespace-display-char-on): Fix code.
8026
8027 2008-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
8028
8029 * mouse-drag.el (mouse-throw-magnifier-with-scroll-bar)
8030 (mouse-throw-magnifier-with-mouse-movement): Remove.
8031 (mouse-throw-magnifier-base): New const.
8032 (mouse-drag-scroll-delta): New fun.
8033 (mouse-drag-throw): Use it.
8034
8035 2008-04-15 Juanma Barranquero <lekktu@gmail.com>
8036
8037 * international/uni-bidi.el, international/uni-category.el:
8038 * international/uni-combining.el, international/uni-comment.el:
8039 * international/uni-decimal.el, international/uni-decomposition.el:
8040 * international/uni-digit.el, international/uni-lowercase.el:
8041 * international/uni-mirrored.el, international/uni-name.el:
8042 * international/uni-numeric.el, international/uni-old-name.el:
8043 * international/uni-titlecase.el, international/uni-uppercase.el:
8044 * international/charprop.el: Regenerate.
8045
8046 2008-04-15 Dan Nicolaescu <dann@ics.uci.edu>
8047
8048 * vc.el (vc-status-fileinfo): Add new member directoryp.
8049 (vc-default-status-printer): Print directories.
8050 (vc-status-update): Sort files before subdirectories.
8051
8052 * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
8053 Add alternative implementation based on "cvs update".
8054
8055 2008-04-15 Tassilo Horn <tassilo@member.fsf.org>
8056
8057 * doc-view.el: Changed requirements section to tell that only one
8058 of dvipdf or dvipdfm is needed.
8059 (doc-view-already-converted-p): Fix bug that forced reconversion
8060 if doc was already converted.
8061
8062 2008-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
8063
8064 * minibuffer.el (minibuffer-message):
8065 Make sure we can put-text-property.
8066
8067 * emacs-lisp/crm.el: Complete rewrite.
8068
8069 * tmm.el (tmm-completion-delete-prompt): Don't hardcode point-min==1.
8070 (tmm-add-prompt): Make sure completion-setup-hook is preserved even in
8071 case of an error in display-completion-list.
8072
8073 * filecache.el (file-cache-completions-keymap): Move init from
8074 file-cache-completion-setup-function into declaration.
8075 (file-cache-minibuffer-complete): Simplify.
8076 (file-cache-completion-setup-function): Use standard-output,
8077 preserve current-buffer.
8078
8079 * vc.el (vc-status-update): Fix typo.
8080 (vc-status-update): Set needs-update.
8081 (vc-status-refresh): η-reduce.
8082
8083 2008-04-14 Tassilo Horn <tassilo@member.fsf.org>
8084
8085 * doc-view.el (doc-view-mode-map): Bind C-a to image-bol and C-e
8086 to image-eol.
8087
8088 2008-04-14 Alexandre Julliard <julliard@winehq.org>
8089
8090 * vc.el (vc-status-update): Undo the previous revert.
8091
8092 2008-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
8093
8094 * minibuffer.el (completion-table-with-terminator): Those completions
8095 are never valid w.r.t test-completion.
8096 (completion--file-name-table):
8097 Check completion-all-completions-with-base-size.
8098
8099 2008-04-14 Tassilo Horn <tassilo@member.fsf.org>
8100
8101 * doc-view.el (doc-view-dvipdf-program): New variable.
8102 (doc-view-dvipdfm-program): Mention doc-view-dvipdf-program.
8103 (doc-view-mode-p): Check for doc-view-dvipdf-program as
8104 alternative for doc-view-dvipdfm-program.
8105 (doc-view-dvi->pdf): Prefer dvipdf over dvipdfm.
8106
8107 * doc-view.el (doc-view-start-process): Don't set
8108 default-directory to "~/" if the current value is valid.
8109 This broke PS files that run other files in the same directory.
8110
8111 2008-04-14 Dan Nicolaescu <dann@ics.uci.edu>
8112
8113 * vc.el (vc-status-kill-query): New function.
8114 (vc-status-mode): Add it to kill-buffer-query-functions.
8115 (vc-status-show-fileentry): New function.
8116 (vc-status-menu-map): Bind it. Bind vc-next-action.
8117
8118 2008-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
8119
8120 * minibuffer.el (minibuffer-message): Put cursor at the right place.
8121
8122 2008-04-13 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8123
8124 * proced.el (proced-send-signal): Fix error recognition.
8125
8126 2008-04-13 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8127
8128 * proced.el (proced-command-alist): Remove sort column.
8129 (proced-command, proced-procname-column):
8130 Use make-variable-buffer-local.
8131 (proced-signal-function): Rename from proced-kill-program.
8132 Allow for elisp symbols and string values representing system calls.
8133 (proced-marker-regexp, proced-success-message): New functions.
8134 (proced): Use defalias. Add autoload cookie.
8135 (proced-unmark-backward, proced-toggle-marks)
8136 (proced-hide-processes): New commands.
8137 (proced-do-mark): Simplify code.
8138 (proced-insert-mark): Use optional arg BACKWARD instead of line number.
8139 (proced-update): Remove sorting.
8140 (proced-send-signal): Display number of processes to operate on.
8141 Allow for system calls or elisp functions to send signals.
8142 Check if signal was sent successfully.
8143
8144 2008-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
8145
8146 * minibuffer.el (completion-all-completion-with-base-size): New var.
8147 (completion--some): New function.
8148 (completion-table-with-context, completion--file-name-table):
8149 Return the base-size if requested.
8150 (completion-table-in-turn): Generalize to multiple arguments.
8151 (complete-in-turn): Compatibility alias.
8152 (completion-styles-alist): New var.
8153 (completion-styles): New customization.
8154 (minibuffer-try-completion, minibuffer-all-completions):
8155 New functions.
8156 (minibuffer--do-completion, minibuffer-complete-and-exit)
8157 (minibuffer-try-word-completion): Use them.
8158 (display-completion-list, minibuffer-completion-help): Use them.
8159 Handle all-completions's new base-size info to set completion-base-size.
8160 * info.el (Info-read-node-name-1): Use completion-table-with-context,
8161 completion-table-with-terminator and complete-with-action.
8162 Remove the now obsolete completion-base-size-function property.
8163 * simple.el (completion-list-mode-map): Move init into declaration.
8164 (completion-list-mode): Use define-derived-mode.
8165 (completion-setup-function): Use any completion-base-size that may
8166 have been set before. Remove handling of completion-base-size-function.
8167 * loadup.el: Move abbrev.el up earlier.
8168
8169 2008-04-13 Alexandre Julliard <julliard@winehq.org>
8170
8171 * vc-git.el (vc-git-after-dir-status-stage)
8172 (vc-git-dir-status-goto-stage): New functions.
8173 (vc-git-after-dir-status-stage1)
8174 (vc-git-after-dir-status-stage1-empty-db)
8175 (vc-git-after-dir-status-stage2): Remove, functionality moved
8176 into the new generic stage functions.
8177 (vc-git-dir-status-files): New function.
8178
8179 * vc.el (vc-status-update): Revert an incorrect rewrite.
8180 Add some comments.
8181 (vc-status-refresh-files): New function.
8182 (vc-status-refresh): Use `vc-status-refresh-files' to refresh the
8183 state of up-to-date files.
8184 (vc-default-dir-status-files): New function.
8185
8186 2008-04-13 Juanma Barranquero <lekktu@gmail.com>
8187
8188 * minibuffer.el (completion--embedded-envvar-table)
8189 (read-file-name-internal): Fix typos in 2008-04-11 change.
8190
8191 * faces.el (read-face-name): Use `completion-table-in-turn',
8192 not `complete-in-turn'.
8193
8194 2008-04-13 Andreas Schwab <schwab@suse.de>
8195
8196 * progmodes/etags.el: Require 'cl when compiling.
8197
8198 2008-04-12 Nick Roberts <nickrob@snap.net.nz>
8199
8200 * progmodes/gud.el (gud-menu-map): Expand tooltip.
8201
8202 * progmodes/gdb-ui.el (gdb-find-source-frame): Improve doc string.
8203 (menu): Add/expand menu tooltips.
8204
8205 2008-04-12 Dan Nicolaescu <dann@ics.uci.edu>
8206
8207 * progmodes/sh-script.el (sh-show-indent): Fix typo.
8208 (sh-mode-map): Add a toggle for inserting braces and quotes in pairs.
8209
8210 * vc-cvs.el (vc-cvs-registered): Allow removed files to be
8211 considered registered.
8212
8213 2008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
8214
8215 * emacs-lisp/copyright.el (copyright-update-directory): New command.
8216
8217 * ediff-wind.el (ediff-split-window-function)
8218 (ediff-merge-split-window-function): Improve custom type.
8219
8220 2008-04-12 Eli Zaretskii <eliz@gnu.org>
8221
8222 * loadup.el ("minibuffer"): Move after "faces".
8223
8224 2008-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
8225
8226 * progmodes/hideif.el (hif-factor): Handle unary minus.
8227
8228 2008-04-12 Glenn Morris <rgm@gnu.org>
8229
8230 * calendar/cal-china.el (chinese-calendar-time-zone):
8231 Mark obsolete name as risky too.
8232
8233 * calendar/calendar.el (calendar-faces): New custom group.
8234 (calendar-today, diary, holiday): Doc fix.
8235 Move to calendar-faces group.
8236 * calendar/diary-lib.el (diary-face, diary-anniversary, diary-time)
8237 (diary-button): Doc fix. Move to calendar-faces group.
8238
8239 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
8240 * desktop.el, files.el, hilit-chg.el, ibuffer.el, iswitchb.el:
8241 * pcvs-info.el, recentf.el, speedbar.el, calendar/cal-china.el:
8242 * calendar/cal-hebrew.el, calendar/cal-x.el, calendar/calendar.el
8243 * calendar/diary-lib.el, net/net-utils.el, progmodes/gud.el:
8244 Move non-autoloaded define-obsolete-variable-alias calls for defcustoms
8245 not in dumped files before the associated defcustom.
8246
8247 2008-04-11 Johan Bockgård <bojohan@gnu.org>
8248
8249 * minibuffer.el (lazy-completion-table): Fix debug spec.
8250
8251 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
8252
8253 * minibuffer.el (complete-with-action, lazy-completion-table):
8254 Move from subr.el.
8255 (apply-partially, completion-table-dynamic)
8256 (completion-table-with-context, completion-table-with-terminator)
8257 (completion-table-in-turn): New funs.
8258 (completion--make-envvar-table, completion--embedded-envvar-table):
8259 New funs.
8260 (read-file-name-internal): Use them.
8261 (completion-setup-hook): Move from simple.el.
8262 * subr.el (complete-with-action, lazy-completion-table):
8263 * simple.el (completion-setup-hook): Move to minibuffer.el.
8264
8265 2008-04-11 Glenn Morris <rgm@gnu.org>
8266
8267 * Makefile.in (AUTOGENEL): Add calc/calc-loaddefs.el.
8268
8269 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
8270
8271 * progmodes/python.el (python-mode): Don't mess with hippie-expand.
8272
8273 * Makefile.in (bootstrap-prepare): Make tpu-edt.el writable as well.
8274
8275 * textmodes/fill.el (fill-forward-paragraph-function): New var.
8276 (fill-forward-paragraph): New fun.
8277 (fill-paragraph, fill-region): Use it.
8278
8279 * vc.el: Change `dir-status' to not take (and pass) status-buffer.
8280 (vc-status-create-fileinfo): Make `extra' optional.
8281 (vc-status-busy): New fun.
8282 (vc-status-menu-map): Use it.
8283 (vc-status-crt-marked): Remove.
8284 (vc-status-update): Rename from vc-status-add-entries.
8285 Add argument so as to prevent addition of entries. Rewrite.
8286 (vc-update-vc-status-buffer): Remove.
8287 (vc-status-refresh): Don't remove old entries, set them to
8288 up-to-date instead. Also do it after the update is complete.
8289 (vc-status-marked-files): η-reduce.
8290
8291 * dired.el (dired-read-dir-and-switches): Use read-directory-name even
8292 for non-dialogs.
8293
8294 * Makefile.in (bootstrap-prepare): Don't copy ldefs-boot over loaddefs.
8295
8296 * loadup.el: Load ldefs-boot.el if loaddefs.el doesn't exist.
8297
8298 2008-04-11 Jan Djärv <jan.h.d@swipnet.se>
8299
8300 * tooltip.el (tooltip-show-help-non-mode): Set message-truncate-lines
8301 to t and don't truncate msg.
8302
8303 2008-04-11 Glenn Morris <rgm@gnu.org>
8304
8305 * calendar/calendar.el (diary, holidays):
8306 Move custom groups to other files.
8307 (holiday-general-holidays, holiday-oriental-holidays)
8308 (holiday-local-holidays, holiday-other-holidays, hebrew-holidays-1)
8309 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
8310 (holiday-hebrew-holidays, holiday-christian-holidays)
8311 (holiday-islamic-holidays, holiday-bahai-holidays)
8312 (holiday-solar-holidays, calendar-holidays): Move to holidays.el.
8313 * calendar/diary-lib.el: Move custom group here from calendar.el.
8314 * calendar/holidays.el: Move custom group and variables here
8315 from calendar.el.
8316
8317 * calendar/cal-china.el (calendar-chinese-time-zone): Mark as risky.
8318
8319 * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
8320 Fix custom group.
8321 (calendar-current-time-zone-cache): Autoload riskiness.
8322
8323 * calendar/cal-tex.el (cal-tex-preamble-extra): Fix custom type.
8324
8325 2008-04-11 Chong Yidong <cyd@stupidchicken.com>
8326
8327 * woman.el (woman2-TH): Use string-equal instead of string-match.
8328
8329 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
8330
8331 * smerge-mode.el (smerge-apply-resolution-patch): Fix typo.
8332 (smerge-resolve): Merge the "2-way refinement" case with one half of
8333 the "mere whitespace" resolution.
8334
8335 2008-04-10 Dan Nicolaescu <dann@ics.uci.edu>
8336
8337 * vc-bzr.el (vc-bzr-after-dir-status): Detect the conflict state.
8338
8339 2008-04-10 Juanma Barranquero <lekktu@gmail.com>
8340
8341 * subr.el (assoc-ignore-case, assoc-ignore-representation):
8342 Add WHEN to obsolescence declaration.
8343
8344 * makefile.w32-in (AUTOGENEL): Add calc-loaddefs.el.
8345
8346 2008-04-10 Dan Nicolaescu <dann@ics.uci.edu>
8347
8348 * vc-hooks.el (vc-state): Add new state `conflict'.
8349 (vc-after-save): Use when not if.
8350 (vc-default-mode-line-string): Deal with the conflict state.
8351 (vc-prefix-map, vc-menu-map): Bind vc-status instead of vc-directory.
8352
8353 * vc.el (vc-editable-p, vc-default-status-printer)
8354 (vc-next-action): Deal with the conflict state.
8355 (vc-mark-resolved): New function.
8356 (vc-status-mode): Fix mode name.
8357 (vc-default-comment-history): Use when not if.
8358 (Todo): Add new entries, remove old ones.
8359
8360 * vc-cvs.el (vc-cvs-merge, vc-cvs-merge-news): Set conflict state.
8361 (vc-cvs-parse-status, vc-cvs-after-dir-status):
8362 * vc-svn.el (vc-svn-after-dir-status, vc-svn-parse-status):
8363 Detect the conflict state.
8364
8365 * vc-hg.el (vc-hg-dir-status): Remove unneeded call.
8366
8367 2008-04-10 Glenn Morris <rgm@gnu.org>
8368
8369 * menu-bar.el (menu-bar-options-menu) <truncate-lines>:
8370 Respect truncate-partial-width-windows in non-full windows,
8371 with regards to :toggle and :enable state.
8372
8373 * simple.el (toggle-truncate-lines): Doc fix.
8374
8375 * Makefile.in (MH_E_DIR): New variable.
8376 (MH_E_SRC): Restore variable removed 2008-03-13.
8377 (mh-loaddefs.el): Depend on $MH_E_SRC.
8378 (CAL_DIR, CAL_SRC): New variables.
8379 (cal-loaddefs.el, diary-loaddefs.el, hol-loaddefs.el):
8380 Depend on CAL_SRC.
8381
8382 * calendar/calendar.el (calendar, diary): Add :prefix.
8383 (holidays): Change :prefix.
8384 (calendar-today, holiday, calendar-holiday-marker)
8385 (european-calendar-style): Change custom groups.
8386
8387 * calendar/calendar.el (diary-hook, diary-display-hook):
8388 Move to diary-lib.el.
8389 * calendar/diary-lib.el (diary-hook, diary-display-hook):
8390 Move here from calendar.el.
8391 * calendar/appt.el: Require diary-lib rather than calendar.
8392 * calendar/cal-x.el (diary-display-hook): Declare for compiler.
8393
8394 * calendar/appt.el (appt): Add :prefix.
8395
8396 * calendar/diary-lib.el (diary-hook): Doc fix.
8397 (diary-mark-sexp-entries): Fix replacement of calendar-for-loop.
8398
8399 2008-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
8400
8401 * minibuffer.el (minibuffer--double-dollars, read-file-name-internal):
8402 New functions.
8403
8404 * minibuffer.el (minibuffer--do-completion): Don't forget to propagate
8405 the arg to recursive calls.
8406
8407 2008-04-09 Juanma Barranquero <lekktu@gmail.com>
8408
8409 * minibuffer.el (completion-auto-help): Fix typo.
8410
8411 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
8412
8413 * vc-cvs.el (vc-cvs-diff-tree): Remove unused function.
8414
8415 2008-04-09 Michael Albinus <michael.albinus@gmx.de>
8416
8417 * net/tramp.el (tramp-find-file-name-coding-system-alist): New defun.
8418 (tramp-handle-insert-file-contents, tramp-handle-write-region): Use it.
8419
8420 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
8421
8422 * vc-hooks.el (vc-default-mode-line-string): Use ? for missing.
8423
8424 * minibuffer.el (minibuffer): Move group from cus-edit.el.
8425 (completion-auto-help): Move from C code.
8426 (minibuffer--maybe-completion-help): Remove.
8427 (minibuffer--bitset): New function.
8428 (minibuffer--do-completion): Rename from minibuffer-do-completion.
8429 Renumber a bit. Really complete on string *before* point.
8430 Add argument used for word-completion.
8431 Join trailing / in completion with following text, as done in
8432 minibuffer-complete-word.
8433 Handle new value `lazy' for completion-auto-help.
8434 (minibuffer-try-word-completion): New function extracted from
8435 minibuffer-complete-word.
8436 (minibuffer-complete-word): Use minibuffer--do-completion.
8437 (minibuffer--insert-strings): Rename from
8438 minibuffer-complete-insert-strings.
8439 (exit-minibuffer): Fix typo.
8440 * cus-edit.el (minibuffer): Move group to minibuffer.el.
8441 * cus-start.el: Remove completion-auto-help.
8442
8443 2008-04-09 Alexandre Julliard <julliard@winehq.org>
8444
8445 * vc.el (vc-status-add-entries): New function.
8446 (vc-status-add-entry): Remove.
8447 (vc-update-vc-status-buffer, vc-status-mark-buffer-changed):
8448 Use vc-status-add-entries.
8449
8450 * emacs-lisp/ewoc.el (ewoc-collect): Return results in the correct
8451 order.
8452
8453 2008-04-09 Jason Rumney <jasonr@gnu.org>
8454
8455 * makefile.w32-in (LOADDEFS): Add mh-loaddefs.el.
8456 ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule.
8457 (pre-mh-loaddefs.el-CMD, pre-mh-loaddefs.el-SH): Remove.
8458 (AUTOGENEL): New variable.
8459 (distclean, maintainer-clean): New targets.
8460
8461 2008-04-09 Chong Yidong <cyd@stupidchicken.com>
8462
8463 * emacs-lisp/regexp-opt.el (regexp-opt):
8464 Reduce max-lisp-eval-depth and max-specpdl-size to 10000.
8465
8466 2008-04-09 Lennart Borgman <lennart.borgman@gmail.com>
8467
8468 * nxml/nxml-mode.el (nxml-cleanup): New function.
8469 (nxml-mode): Add it to change-major-mode-hook.
8470
8471 2008-04-09 Jan Djärv <jan.h.d@swipnet.se>
8472
8473 * term/x-win.el (x-gtk-stock-map): Map info to gtk-info.
8474
8475 2008-04-09 Juanma Barranquero <lekktu@gmail.com>
8476
8477 * calc/.cvsignore: New file.
8478
8479 2008-04-09 Jan Djärv <jan.h.d@swipnet.se>
8480
8481 * vc.el (vc-status-tool-bar-map): Add vc-print-log to tool bar.
8482
8483 * tooltip.el (tooltip-mode): Set tooltip-show-help-non-mode as
8484 show-help-function when turning tooltip off.
8485 (tooltip-show): Call tooltip-show-help-non-mode if use-echo-area.
8486 (tooltip-trunc-str, tooltip-show-help-non-mode): New.
8487
8488 2008-04-09 Alan Mackenzie <acm@muc.de>
8489
8490 * font-lock.el (font-lock-extend-after-change-region-function):
8491 Make it buffer local.
8492
8493 2008-04-09 Glenn Morris <rgm@gnu.org>
8494
8495 * calendar/calendar.el (diary-file, european-calendar-style):
8496 Remove autoload cookies.
8497
8498 2008-04-09 Dan Nicolaescu <dann@ics.uci.edu>
8499
8500 * outline.el (outline-mode-menu-bar-map):
8501 * log-view.el (log-view-mode-menu):
8502 * log-edit.el (log-edit-menu): Add :help.
8503
8504 2008-04-09 Chong Yidong <cyd@stupidchicken.com>
8505
8506 * emacs-lisp/regexp-opt.el (regexp-opt-group):
8507 Use substring-no-properties for correct handling of unibyte strings.
8508
8509 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
8510
8511 * add-log.el (change-log-next-buffer): Handle the case where version<
8512 signals an error.
8513
8514 * mouse.el (mouse-menu-major-mode-map): New fun extracted from
8515 mouse-major-mode-menu.
8516 (mouse-menu-bar-map): New fun extracted from mouse-popup-menubar.
8517 (mouse-major-mode-menu, mouse-popup-menubar)
8518 (mouse-popup-menubar-stuff): Use them.
8519 (C-down-mouse-3): Bind to a dynamic map rather than to
8520 mouse-popup-menubar-stuff.
8521
8522 * bindings.el (mode-line-major-mode-keymap): Bind down-mouse-1
8523 to mouse-menu-major-mode-map rather than to mouse-major-mode-menu.
8524
8525 2008-04-09 Dan Nicolaescu <dann@ics.uci.edu>
8526
8527 * vc-svn.el (vc-svn-modify-change-comment): Add support for the
8528 file:// access method.
8529
8530 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
8531
8532 * minibuffer.el: New file.
8533 * loadup.el: Load it.
8534
8535 2008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
8536
8537 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Make it depend on mh-e/*.el
8538 rather than subdirs.el. It introduces an ugly circular dependency, tho.
8539
8540 * calc/calc.el: Load "calc-loaddefs" rather than set up manual autoloads.
8541 (calc-mode-map, calc-digit-map, calc-dispatch-map):
8542 Move initialization into declaration.
8543 * calc/calc-yank.el:
8544 * calc/calc-misc.el:
8545 * calc/calc-embed.el:
8546 * calc/calc-aent.el: Add autoload cookies. Set generated-autoload-file.
8547
8548 2008-04-08 Michael Albinus <michael.albinus@gmx.de>
8549
8550 * ps-samp.el (ps-add-printer, ps-remove-printer)
8551 (ps-make-dynamic-printer-menu): New functions.
8552
8553 * net/zeroconf.el: New file.
8554
8555 2008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
8556
8557 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits): Typo.
8558
8559 2008-04-08 Dan Nicolaescu <dann@ics.uci.edu>
8560
8561 * vc-rcs.el (vc-rcs-modify-change-comment):
8562 * vc-cvs.el (vc-cvs-modify-change-comment): Fix argument order.
8563
8564 * log-view.el (log-view-mode-menu): Bind log-view-modify-change-comment.
8565
8566 2008-04-08 Juanma Barranquero <lekktu@gmail.com>
8567
8568 * international/mule-cmds.el (set-locale-environment): Don't warn if
8569 coding system doesn't agree with system locale (this reverts changes
8570 by Dave Love, dated 2002-10-27 and 2002-10-09).
8571
8572 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
8573 * emacs-lisp/cl-macs.el (get-setf-method): Use `string-match-p'.
8574
8575 * emacs-lisp/copyright.el (copyright-update-year): Use `looking-at-p'.
8576
8577 2008-04-08 Glenn Morris <rgm@gnu.org>
8578
8579 * calendar/calendar.el (calendar-date-style): Remove autoload cookie.
8580 * textmodes/remember.el (remember-diary-convert-entry):
8581 Require calendar.
8582
8583 * textmodes/remember.el (remember-diary-extract-entries): Don't pass
8584 diary-file, since it is the default for make-diary-entry anyway.
8585
8586 * calendar/cal-menu.el (cal-menu-event-to-date):
8587 Rename calendar-event-to-date. Update callers.
8588 (calendar-mouse-tex-day): Rename cal-tex-mouse-day.
8589 (calendar-mouse-tex-week): Rename cal-tex-mouse-week.
8590 (calendar-mouse-tex-week2): Rename cal-tex-mouse-week2.
8591 (calendar-mouse-tex-week-iso): Rename cal-tex-mouse-week-iso.
8592 (calendar-mouse-tex-week-monday): Rename cal-tex-mouse-week-monday.
8593 (calendar-mouse-tex-filofax-daily): Rename cal-tex-mouse-filofax-daily.
8594 (calendar-mouse-tex-filofax-2week): Rename cal-tex-mouse-filofax-2week.
8595 (calendar-mouse-tex-filofax-week): Rename cal-tex-mouse-filofax-week.
8596 (calendar-mouse-tex-month): Rename cal-tex-mouse-month.
8597 (calendar-mouse-tex-month-landscape):
8598 Rename cal-tex-mouse-month-landscape.
8599 (calendar-mouse-tex-year): Rename cal-tex-mouse-year.
8600 (calendar-mouse-tex-filofax-year): Rename cal-tex-mouse-filofax-year.
8601 (calendar-mouse-tex-year-landscape):
8602 Rename cal-tex-mouse-year-landscape.
8603 (cal-menu-context-mouse-menu): Update for above name changes.
8604
8605 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
8606 * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
8607 * calendar/cal-iso.el, calendar/cal-julian.el, calendar/cal-move.el:
8608 * calendar/cal-persia.el, calendar/cal-tex.el, calendar/calendar.el:
8609 * calendar/holidays.el: Replace int-to-string with number-to-string.
8610
8611 2008-04-08 Chong Yidong <cyd@stupidchicken.com>
8612
8613 * mwheel.el (mwheel-scroll): Deactivate any temporarily active
8614 region if point moves.
8615
8616 2008-04-08 Kenichi Handa <handa@m17n.org>
8617
8618 * faces.el (font-slant-table): Change numeric values for `r',
8619 `roman', and `normal'.
8620
8621 2008-04-07 Vincent Belaïche <vincent.b.1@hotmail.fr>
8622
8623 * calc/calc-vec.el (calcFunc-kron, calc-kron): New functions.
8624
8625 2008-04-07 Jay Belanger <jay.p.belanger@gmail.com>
8626
8627 * calc/calc-ext.el (calc-init-extensions): Add `calc-kron' and
8628 `calcFunc-kron' to autoloads. Add keybinding for `calc-kron'.
8629
8630 2008-04-07 Michael Albinus <michael.albinus@gmx.de>
8631
8632 * net/tramp.el (tramp-methods): Fix again tramp-copy-args of
8633 "pscp" and "psftp". Reported by Gilles Pion <gpion@lfdj.com>.
8634
8635 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
8636
8637 * dired-aux.el (dired-read-shell-command): Use read-shell-command.
8638
8639 2008-04-07 Sam Steingold <sds@gnu.org>
8640
8641 * progmodes/inf-lisp.el (lisp-compile-string, lisp-eval-string):
8642 Add helper functions.
8643 (lisp-do-defun): Extract the common part of lisp-eval-defun and
8644 lisp-compile-defun; DEFVAR forms reset the variables to the init
8645 values, just like in emacs-lisp mode eval-defun.
8646 (lisp-eval-defun, lisp-compile-defun): Use lisp-do-defun.
8647 (lisp-compile-region): Use lisp-compile-string.
8648
8649 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
8650
8651 * subr.el (combine-and-quote-strings): Also quote strings that contain
8652 the separator.
8653
8654 * pcvs-util.el (cvs-map): Avoid recursion :-(
8655
8656 2008-04-07 Glenn Morris <rgm@gnu.org>
8657
8658 * calendar/calendar.el (calendar-mode-map): Replace use of kbd.
8659
8660 * calendar/calendar.el (diary-view-entries-initially-flag): Rename
8661 view-diary-entries-initially. Keep old name as alias, update users.
8662 (calendar-mark-diary-entries-flag): Rename
8663 mark-diary-entries-in-calendar. Keep old name as alias, update users.
8664 (calendar-view-holidays-initially-flag): Rename
8665 view-calendar-holidays-initially. Keep old name as alias, update users.
8666 (calendar-mark-holidays-flag): Rename mark-holidays-in-calendar.
8667 Keep old name as alias, update users.
8668 (calendar-initial-window-hook): Rename initial-calendar-window-hook.
8669 Keep old name as alias, update users.
8670 (calendar-today-visible-hook): Rename today-visible-calendar-hook.
8671 Keep old name as alias, update users.
8672 (calendar-today-invisible-hook): Rename today-invisible-calendar-hook.
8673 Keep old name as alias, update users.
8674 (diary-iso-date-forms): Rename iso-date-diary-pattern. Update users.
8675 (diary-american-date-forms): Rename american-date-diary-pattern.
8676 Keep old name as alias, update users.
8677 (diary-european-date-forms): Rename european-date-diary-pattern.
8678 Keep old name as alias, update users.
8679 (calendar-iso-date-display-form): Rename iso-calendar-display-form.
8680 Keep old name as alias, update users.
8681 (calendar-european-date-display-form): Rename
8682 european-calendar-display-form. Keep old name as alias, update users.
8683 (calendar-american-date-display-form): Rename
8684 european-calendar-display-form. Keep old name as alias, update users.
8685 (diary-show-holidays-flag): Rename holidays-in-diary-buffer.
8686 Keep old name as alias, update users.
8687 (holiday-general-holidays): Rename general-holidays.
8688 Keep old name as alias, update users.
8689 (holiday-oriental-holidays): Rename oriental-holidays.
8690 Keep old name as alias, update users.
8691 (holiday-local-holidays): Rename local-holidays.
8692 Keep old name as alias, update users.
8693 (holiday-other-holidays): Rename other-holidays.
8694 Keep old name as alias, update users.
8695 (holiday-hebrew-holidays): Rename hebrew-holidays.
8696 Keep old name as alias, update users.
8697 (holiday-christian-holidays): Rename christian-holidays.
8698 Keep old name as alias, update users.
8699 (holiday-islamic-holidays): Rename islamic-holidays.
8700 Keep old name as alias, update users.
8701 (holiday-bahai-holidays): Rename bahai-holidays.
8702 Keep old name as alias, update users.
8703 (holiday-solar-holidays): Rename solar-holidays.
8704 Keep old name as alias, update users.
8705 (diary-fancy-buffer): Rename fancy-diary-buffer.
8706 Keep old name as alias, update users.
8707 (calendar-other-calendars-buffer): Rename other-calendars-buffer.
8708 Update users.
8709 (calendar-hebrew-yahrzeit-buffer): Rename cal-hebrew-yahrzeit-buffer.
8710 Update users.
8711 (calendar-increment-month): Rename increment-calendar-month.
8712 Keep old name as alias, update callers.
8713 (calendar-increment-month-cons): Rename old calendar-increment-month.
8714 Update callers.
8715 (calendar-extract-month): Rename extract-calendar-month.
8716 Keep old name as alias, update callers.
8717 (calendar-extract-day): Rename extract-calendar-day.
8718 Keep old name as alias, update callers.
8719 (calendar-extract-year): Rename extract-calendar-year.
8720 Keep old name as alias, update callers.
8721 (calendar-generate-window): Rename generate-calendar-window.
8722 Update callers.
8723 (calendar-generate): Rename generate-calendar. Update callers.
8724 (calendar-generate-month): Rename generate-calendar-month.
8725 Update callers.
8726 (calendar-redraw): Rename redraw-calendar. Update callers.
8727 (calendar-describe-mode): Rename describe-calendar-mode. Update uses.
8728 (calendar-mouse-other-month): Rename mouse-calendar-other-month.
8729 Update callers.
8730 (calendar-update-mode-line): Rename update-calendar-mode-line.
8731 Update callers.
8732 (calendar-exit): Rename exit-calendar. Keep old name as alias,
8733 update callers.
8734 (calendar-mark-visible-date): Rename mark-visible-calendar-date.
8735 Keep old name as alias, update callers.
8736 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
8737 * calendar/cal-dst.el, calendar/cal-french.el, calendar/cal-hebrew.el:
8738 * calendar/cal-html.el, calendar/cal-islam.el, calendar/cal-iso.el:
8739 * calendar/cal-julian.el, calendar/cal-menu.el, calendar/cal-move.el:
8740 * calendar/cal-persia.el, calendar/cal-tex.el, calendar/cal-x.el:
8741 * calendar/diary-lib.el, calendar/holidays.el, calendar/lunar.el:
8742 * calendar/solar.el: Update for calendar.el name changes.
8743 * org/org.el (org-agenda-format-date-aligned)
8744 (org-agenda-execute-calendar-command): Access date elements directly
8745 rather than using calendar functions.
8746 (org-read-date, org-goto-calendar, org-agenda-goto-calendar):
8747 Also set calendar-view-diary-initially-flag,
8748 calendar-view-holidays-initially-flag.
8749 (org-get-entries-from-diary): Also set diary-fancy-buffer.
8750 (org-agenda-execute-calendar-command): No need to set displayed-day.
8751
8752 2008-04-06 Alan Mackenzie <acm@muc.de>
8753
8754 * progmodes/cc-langs.el (c-before-font-lock-function): Correct a
8755 typo in the doc string.
8756
8757 * progmodes/cc-mode.el (c-basic-common-init):
8758 Set font-lock-extend-after-change-region-function.
8759 (c-extend-after-change-region): New function, used in
8760 font-lock-extend-after-change-region-function, thus superseding
8761 advice on the Font Lock after change functions.
8762 (c-advise-fl-for-region): Remove this macro.
8763
8764 2008-04-06 Reiner Steib <Reiner.Steib@gmx.de>
8765
8766 * textmodes/flyspell.el (flyspell-duplicate-distance):
8767 Improve custom type.
8768
8769 2008-04-06 Glenn Morris <rgm@gnu.org>
8770
8771 * calendar/diary-lib.el (diary-sexp-entry-symbol):
8772 Rename sexp-diary-entry-symbol. Keep old name as alias, update users.
8773 (diary-list-entries-hook): Rename list-diary-entries-hook.
8774 Keep old name as alias, update users.
8775 (diary-mark-entries-hook): Rename mark-diary-entries-hook.
8776 Keep old name as alias, update users.
8777 (diary-nongregorian-listing-hook): Rename
8778 nongregorian-diary-listing-hook. Keep old name as alias, update users.
8779 (diary-nongregorian-marking-hook): Rename
8780 nongregorian-diary-marking-hook. Keep old name as alias, update users.
8781 (diary-print-entries-hook): Rename print-diary-entries-hook.
8782 Keep old name as alias, update users.
8783 (diary-abbreviated-year-flag): Rename abbreviated-calendar-year.
8784 Keep old name as alias, update users.
8785 (diary-number-of-entries): Rename number-of-diary-entries.
8786 Keep old name as alias, update users.
8787 (view-diary-entries, list-diary-entries, show-all-diary-entries):
8788 Give version of obsolescence.
8789 (diary-view-other-diary-entries): Rename view-other-diary-entries.
8790 Keep old name as alias, update callers.
8791 (diary-add-to-list): Rename add-to-diary-list. Keep old name as alias,
8792 update callers.
8793 (diary-include-other-diary-files): Rename include-other-diary-files.
8794 Keep old name as alias, update callers.
8795 (diary-simple-display): Rename simple-diary-display.
8796 Keep old name as alias, update callers.
8797 (diary-fancy-display): Rename fancy-diary-display.
8798 Keep old name as alias, update callers.
8799 (diary-print-entries): Rename print-diary-entries.
8800 Keep old name as alias, update callers.
8801 (diary-marking-entries-flag): Rename marking-diary-entries.
8802 Update users.
8803 (diary-marking-entry-flag): Rename marking-diary-entry. Update users.
8804 (diary-mark-entries): Rename mark-diary-entries.
8805 Keep old name as alias, update callers.
8806 (diary-mark-sexp-entries): Rename mark-sexp-diary-entries.
8807 Keep old name as alias, update callers.
8808 (diary-mark-included-diary-files): Rename mark-included-diary-files.
8809 Keep old name as alias, update callers.
8810 (calendar-mark-days-named): Rename mark-calendar-days-named.
8811 Keep old name as alias, update callers.
8812 (calendar-mark-month): Rename mark-calendar-month.
8813 Keep old name as alias, update callers.
8814 (calendar-mark-date-pattern): Rename mark-calendar-date-pattern.
8815 Keep old name as alias, update callers.
8816 (diary-sort-entries): Rename sort-diary-entries.
8817 Keep old name as alias, update callers.
8818 (diary-list-sexp-entries): Rename list-sexp-diary-entries.
8819 Keep old name as alias, update callers.
8820 (diary-make-entry): Rename make-diary-entry. Keep old name as alias,
8821 update callers.
8822 (diary-insert-entry): Rename insert-diary-entry.
8823 Keep old name as alias.
8824 (diary-insert-weekly-entry): Rename insert-weekly-diary-entry.
8825 Keep old name as alias.
8826 (diary-insert-monthly-entry): Rename insert-monthly-diary-entry.
8827 Keep old name as alias.
8828 (diary-insert-yearly-entry): Rename insert-yearly-diary-entry.
8829 Keep old name as alias.
8830 (diary-insert-anniversary-entry): Rename insert-anniversary-diary-entry.
8831 Keep old name as alias.
8832 (diary-insert-block-entry): Rename insert-block-diary-entry.
8833 Keep old name as alias.
8834 (diary-insert-cyclic-entry): Rename insert-cyclic-diary-entry.
8835 Keep old name as alias.
8836 (diary-fancy-font-lock-keywords): Rename fancy-diary-font-lock-keywords.
8837 Keep old name as alias, update users.
8838 (diary-fancy-display-mode): Rename fancy-diary-display-mode.
8839 Keep old name as alias, update callers.
8840 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
8841 * calendar/cal-menu.el, calendar/cal-x.el, calendar/calendar.el:
8842 * calendar/icalendar.el: Update for diary-lib name changes.
8843
8844 2008-04-06 Chong Yidong <cyd@stupidchicken.com>
8845
8846 * dired-aux.el (dired-overwrite-confirmed): Revert last change.
8847
8848 * dired.el (dired-dnd-handle-local-file): Obey dired-backup-overwrite
8849 for copy, move, and link operations.
8850
8851 2008-04-06 Michael Kifer <kifer@cs.stonybrook.edu>
8852
8853 * emulation/viper-init.el, emulation/viper-ex.el, emulation/viper-cmd.el
8854 (viper-search-wrap-around-t): Replace with viper-search-wrap-around.
8855
8856 * ediff-util.el, ediff-vers.el, ediff-wind.el: Replace 3-argument
8857 'require' statements with 1-argument ones (wrapped in if's).
8858 For compatibility with the current stable version of XEmacs.
8859
8860 2008-04-06 Dan Nicolaescu <dann@ics.uci.edu>
8861
8862 * vc.el (vc-status-prepare-status-buffer): Reset vc-parent-buffer-name.
8863
8864 2008-04-06 Jason Rumney <jasonr@gnu.org>
8865
8866 * language/burmese.el ("Burmese"): Make sample text consistent with
8867 language name.
8868
8869 2008-04-06 Nick Roberts <nickrob@snap.net.nz>
8870
8871 * progmodes/gdb-ui.el (gdb): New group.
8872 (gdb-debug-log-max, gdb-enable-debug)
8873 (gdb-cpp-define-alist-program, gdb-cpp-define-alist-flags)
8874 (gdb-show-main, gdb-many-windows, gdb-use-separate-io-buffer)
8875 (gdb-speedbar-auto-raise, gdb-use-colon-colon-notation)
8876 (gdb-show-changed-values, gdb-max-children)
8877 (gdb-delete-out-of-scope, gdb-same-frame, gdb-find-source-frame)
8878 (breakpoint-enabled, breakpoint-disabled, gdb-max-frames)
8879 (gdb-all-registers, gdb-memory-repeat-count, gdb-memory-format)
8880 (gdb-memory-unit): Move to new group from GUD group.
8881 (menu): Allow customization from GDB-UI menu-item.
8882
8883 2008-04-05 Chong Yidong <cyd@stupidchicken.com>
8884
8885 * dired-aux.el (dired-overwrite-confirmed): Supply initial value.
8886
8887 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
8888
8889 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-annotate-command)
8890 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
8891 Revision numbers can include ".".
8892
8893 * diff-mode.el (diff-end-of-hunk): Be careful not to overlook trailing
8894 "+" lines not accounted for by counting "-" and context lines.
8895
8896 2008-04-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8897
8898 * term/mac-win.el (mac-service-open-file): Use file URL instead of
8899 file name string.
8900
8901 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
8902
8903 * vc-bzr.el (vc-bzr-annotate-command): Preserve line alignment.
8904 (vc-bzr-annotate-time): Accept space used to preserve alignment.
8905
8906 2008-04-05 Richard Stallman <rms@gnu.org>
8907
8908 * emacs-lisp/advice.el (defadvice): Add usage pattern.
8909
8910 2008-04-05 Nick Roberts <nickrob@snap.net.nz>
8911
8912 * progmodes/gdb-ui.el: Add advice about using Cygwin GDB (from a
8913 thread in [h-e-w]).
8914
8915 2008-04-05 Juanma Barranquero <lekktu@gmail.com>
8916
8917 * files.el (abort-if-file-too-large): Fix typo in docstring.
8918
8919 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
8920
8921 * subr.el (functionp): Return nil for special forms.
8922
8923 2008-04-05 Glenn Morris <rgm@gnu.org>
8924
8925 * emacs-lisp/autoload.el (autoload-ensure-default-file):
8926 Provide a feature.
8927 * calendar/calendar.el, calendar/diary-lib.el, calendar/holidays.el:
8928 Require loaddefs file rather than loading it.
8929 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule now that
8930 autoload-ensure-default-file provides a feature.
8931
8932 * Makefile.in (LOADDEFS): Add mh-loaddefs.el.
8933 (AUTOGENEL): mh-loaddefs is in $LOADDEFS now.
8934 (compile, compile-always, recompile): Use $LOADDEFS.
8935 (cal-autoloads): Remove.
8936
8937 * calendar/cal-x.el (calendar-dedicate-diary): Use get-buffer rather
8938 than buffer-live-p. Reported by David Koppelman <koppel@ece.lsu.edu>.
8939
8940 * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
8941 (hebrew-holidays-3, hebrew-holidays-4): Don't autoload obsolescence.
8942
8943 * calendar/calendar.el (diary-hebrew-entry-symbol):
8944 Rename hebrew-diary-entry-symbol. Keep old name as alias.
8945 (diary-islamic-entry-symbol): Rename islamic-diary-entry-symbol.
8946 Keep old name as alias.
8947 (diary-bahai-entry-symbol): Rename bahai-diary-entry-symbol.
8948 Keep old name as alias.
8949 * calendar/cal-bahai.el: Update for rename bahai-diary-entry-symbol
8950 to diary-bahai-entry-symbol.
8951 * calendar/cal-hebrew.el: Update for rename hebrew-diary-entry-symbol
8952 to diary-hebrew-entry-symbol.
8953 * calendar/cal-islam.el: Update for rename islamic-diary-entry-symbol
8954 to diary-islamic-entry-symbol.
8955 * calendar/diary-lib.el: Update for diary-entry-symbol renames.
8956
8957 * calendar/solar.el (diary-sabbath-candles-minutes)
8958 (diary-sabbath-candles): Move to cal-hebrew.
8959 * calendar/cal-hebrew.el (diary-hebrew-sabbath-candles-minutes)
8960 (diary-hebrew-sabbath-candles): Move here from solar.el and rename.
8961 Doc fix. Keep old name as alias.
8962 (diary-hebrew-sabbath-candles): Simplify.
8963 (solar-setup, solar-sunrise-sunset, calendar-latitude)
8964 (calendar-longitude, calendar-time-zone): Declare for compiler.
8965 * calendar/diary-lib.el (list-sexp-diary-entries): Update doc for
8966 rename.
8967
8968 * calendar/cal-coptic.el (calendar-coptic-month-name-array):
8969 Rename coptic-calendar-month-name-array. Update callers.
8970 (calendar-coptic-epoch): Rename coptic-calendar-epoch. Update callers.
8971 (calendar-coptic-name): Rename coptic-name. Update callers.
8972 (calendar-coptic-leap-year-p): Rename coptic-calendar-leap-year-p.
8973 Update callers.
8974 (calendar-coptic-last-day-of-month):
8975 Rename coptic-calendar-last-day-of-month. Update callers.
8976 (calendar-coptic-to-absolute): Rename calendar-absolute-from-coptic.
8977 Keep old name as alias, update callers.
8978 (calendar-coptic-print-date): Rename calendar-print-coptic-date.
8979 Keep old name as alias, update callers.
8980 (calendar-coptic-goto-date): Rename calendar-goto-coptic-date.
8981 Keep old name as alias.
8982 (calendar-ethiopic-month-name-array):
8983 Rename ethiopic-calendar-month-name-array. Update callers.
8984 (calendar-ethiopic-epoch): Rename ethiopic-calendar-epoch.
8985 Update callers.
8986 (calendar-ethiopic-name): Rename ethiopic-name. Update callers.
8987 (calendar-ethiopic-to-absolute): Rename calendar-absolute-from-ethiopic.
8988 Keep old name as alias, update callers.
8989 (calendar-ethiopic-print-date): Rename calendar-print-ethiopic-date.
8990 Keep old name as alias, update callers.
8991 (calendar-ethiopic-goto-date): Rename calendar-goto-ethiopic-date.
8992 Keep old name as alias.
8993
8994 * calendar/cal-french.el (calendar-french-epoch):
8995 Rename french-calendar-epoch. Update callers.
8996 (calendar-french-month-name-array): Rename variable and function
8997 french-calendar-month-name-array. Update callers.
8998 (calendar-french-multibyte-month-name-array):
8999 Rename french-calendar-multibyte-month-name-array. Update callers.
9000 (calendar-french-day-name-array): Rename variable and function
9001 french-calendar-day-name-array. Update callers.
9002 (calendar-french-special-days-array): Rename variable and function
9003 french-calendar-special-days-array. Update callers.
9004 (calendar-french-multibyte-special-days-array):
9005 Rename french-calendar-multibyte-special-days-array. Update callers.
9006 (calendar-french-accents-p): Rename french-calendar-accents.
9007 Update callers.
9008 (calendar-french-leap-year-p): Rename french-calendar-leap-year-p.
9009 Update callers.
9010 (calendar-french-last-day-of-month):
9011 Rename french-calendar-last-day-of-month. Update callers.
9012 (calendar-french-to-absolute): Rename calendar-absolute-from-french.
9013 Keep old name as alias, update callers.
9014 (calendar-french-print-date): Rename calendar-print-french-date.
9015 Keep old name as alias, update callers.
9016 (calendar-french-goto-date): Rename calendar-goto-french-date.
9017 Keep old name as alias.
9018
9019 * calendar/cal-menu.el, calendar/calendar.el:
9020 Update for Coptic and French name changes.
9021
9022 * calendar/cal-china.el (calendar-chinese): Rename custom group
9023 from chinese-calendar. Update users.
9024 (calendar-chinese-time-zone): Rename chinese-calendar-time-zone.
9025 Keep old name as alias, update users.
9026 (calendar-chinese-location-name): Rename chinese-calendar-location-name.
9027 Keep old name as alias.
9028 (calendar-chinese-daylight-time-offset):
9029 Rename chinese-calendar-daylight-time-offset. Keep old name as alias,
9030 update users.
9031 (calendar-chinese-standard-time-zone-name):
9032 Rename chinese-calendar-standard-time-zone-name.
9033 Keep old name as alias, update users.
9034 (calendar-chinese-daylight-saving-start):
9035 Rename chinese-calendar-daylight-savings-starts.
9036 Keep old name as alias, update users.
9037 (calendar-chinese-daylight-saving-end):
9038 Rename chinese-calendar-daylight-savings-ends. Keep old name as alias,
9039 update users.
9040 (calendar-chinese-daylight-saving-start-time):
9041 Rename chinese-calendar-daylight-savings-starts-time.
9042 Keep old name as alias, update users.
9043 (calendar-chinese-daylight-saving-end-time):
9044 Rename chinese-calendar-daylight-savings-ends-time.
9045 Keep old name as alias, update users.
9046 (calendar-chinese-celestial-stem): Rename
9047 calendar-chinese-celestial-stem. Keep old name as alias, update users.
9048 (calendar-chinese-terrestrial-branch):
9049 Rename calendar-chinese-terrestrial-branch. Keep old name as alias,
9050 update users.
9051 (calendar-chinese-zodiac-sign-on-or-after):
9052 Rename chinese-zodiac-sign-on-or-after. Update callers.
9053 (calendar-chinese-new-moon-on-or-after):
9054 Rename chinese-new-moon-on-or-after. Update callers.
9055 (calendar-chinese-month-list): Rename chinese-month-list.
9056 Update callers.
9057 (calendar-chinese-number-months): Rename number-chinese-months.
9058 Update callers.
9059 (calendar-chinese-compute-year): Rename compute-chinese-year.
9060 Update callers.
9061 (calendar-chinese-year-cache): Rename chinese-year-cache. Update users.
9062 (calendar-chinese-year): Rename chinese-year. Update callers.
9063 (calendar-chinese-year-cache-init): Rename chinese-year-cache-init.
9064 (calendar-chinese-to-absolute): Rename calendar-absolute-from-chinese.
9065 Keep old name as alias, update callers.
9066 (calendar-chinese-print-date): Rename calendar-print-chinese-date.
9067 Keep old name as alias, update callers.
9068 (calendar-chinese-months-to-alist):
9069 Rename make-chinese-month-assoc-list. Update callers.
9070 (calendar-chinese-months): Rename chinese-months. Update callers.
9071 (calendar-chinese-goto-date): Rename calendar-goto-chinese-date.
9072 Keep old name as alias, update callers.
9073
9074 * calendar/cal-hebrew.el (calendar-hebrew-leap-year-p):
9075 Rename hebrew-calendar-leap-year-p. Update callers.
9076 (calendar-hebrew-last-month-of-year):
9077 Rename hebrew-calendar-last-month-of-year. Update callers.
9078 (calendar-hebrew-elapsed-days): Rename hebrew-calendar-elapsed-days.
9079 Update callers.
9080 (calendar-hebrew-days-in-year): Rename hebrew-calendar-days-in-year.
9081 Update callers.
9082 (calendar-hebrew-long-heshvan-p): Rename hebrew-calendar-long-heshvan-p.
9083 Update callers.
9084 (calendar-hebrew-short-kislev-p): Rename hebrew-calendar-short-kislev-p.
9085 Update callers.
9086 (calendar-hebrew-last-day-of-month):
9087 Rename hebrew-calendar-last-day-of-month. Update callers.
9088 (calendar-hebrew-to-absolute): Rename calendar-absolute-from-hebrew.
9089 Keep old name as alias, update callers.
9090 (calendar-hebrew-print-date): Rename calendar-print-hebrew-date.
9091 Keep old name as alias, update callers.
9092 (calendar-hebrew-yahrzeit): Rename hebrew-calendar-yahrzeit.
9093 Keep old name as alias, update callers.
9094 (calendar-hebrew-goto-date): Rename calendar-goto-hebrew-date.
9095 Keep old name as alias.
9096 (holiday-hebrew-rosh-hashanah): Rename holiday-rosh-hashanah-etc.
9097 Keep old name as alias.
9098 (holiday-hebrew-hanukkah): Rename holiday-hanukkah.
9099 Keep old name as alias.
9100 (holiday-hebrew-passover): Rename holiday-passover-etc.
9101 Keep old name as alias.
9102 (holiday-hebrew-tisha-b-av): Rename holiday-tisha-b-av-etc.
9103 Keep old name as alias, update callers.
9104 (diary-hebrew-list-entries): Rename list-hebrew-diary-entries.
9105 Keep old name as alias.
9106 (calendar-hebrew-mark-date-pattern):
9107 Rename mark-hebrew-calendar-date-pattern. Keep old name as alias,
9108 update callers.
9109 (diary-hebrew-mark-entries): Rename mark-hebrew-diary-entries.
9110 Keep old name as alias.
9111 (diary-hebrew-insert-entry): Rename insert-hebrew-diary-entry.
9112 Keep old name as alias.
9113 (diary-hebrew-insert-monthly-entry):
9114 Rename insert-monthly-hebrew-diary-entry. Keep old name as alias.
9115 (diary-hebrew-insert-yearly-entry):
9116 Rename insert-yearly-hebrew-diary-entry. Keep old name as alias.
9117 (calendar-hebrew-list-yahrzeits): Rename list-yahrzeit-dates.
9118 Keep old name as alias.
9119 (diary-hebrew-omer): Rename diary-omer. Keep old name as alias.
9120 (diary-hebrew-yahrzeit): Rename diary-yahrzeit. Keep old name as alias.
9121 (diary-hebrew-rosh-hodesh): Rename diary-rosh-hodesh.
9122 Keep old name as alias.
9123 (calendar-hebrew-parashiot-names):
9124 Rename hebrew-calendar-parashiot-names. Update callers.
9125 (calendar-hebrew-parasha-name): Rename hebrew-calendar-parasha-name.
9126 (calendar-hebrew-year-Saturday-incomplete-Sunday):
9127 Rename hebrew-calendar-year-Saturday-incomplete-Sunday.
9128 (calendar-hebrew-year-Saturday-complete-Tuesday):
9129 Rename hebrew-calendar-year-Saturday-complete-Tuesday.
9130 (calendar-hebrew-year-Monday-incomplete-Tuesday):
9131 Rename hebrew-calendar-year-Monday-incomplete-Tuesday.
9132 (calendar-hebrew-year-Monday-complete-Thursday):
9133 Rename hebrew-calendar-year-Monday-complete-Thursday.
9134 (calendar-hebrew-year-Tuesday-regular-Thursday):
9135 Rename hebrew-calendar-year-Tuesday-regular-Thursday.
9136 (calendar-hebrew-year-Thursday-regular-Saturday):
9137 Rename hebrew-calendar-year-Thursday-regular-Saturday.
9138 (calendar-hebrew-year-Thursday-complete-Sunday):
9139 Rename hebrew-calendar-year-Thursday-complete-Sunday.
9140 (calendar-hebrew-year-Saturday-incomplete-Tuesday):
9141 Rename hebrew-calendar-year-Saturday-incomplete-Tuesday.
9142 (calendar-hebrew-year-Saturday-complete-Thursday):
9143 Rename hebrew-calendar-year-Saturday-complete-Thursday.
9144 (calendar-hebrew-year-Monday-incomplete-Thursday):
9145 Rename hebrew-calendar-year-Monday-incomplete-Thursday.
9146 (calendar-hebrew-year-Monday-complete-Saturday):
9147 Rename hebrew-calendar-year-Monday-complete-Saturday.
9148 (calendar-hebrew-year-Tuesday-regular-Saturday):
9149 Rename hebrew-calendar-year-Tuesday-regular-Saturday.
9150 (calendar-hebrew-year-Thursday-incomplete-Sunday):
9151 Rename hebrew-calendar-year-Thursday-incomplete-Sunday.
9152 (calendar-hebrew-year-Thursday-complete-Tuesday):
9153 Rename hebrew-calendar-year-Thursday-complete-Tuesday.
9154 (diary-hebrew-parasha): Rename diary-parasha. Keep old name as alias.
9155 Update for above name changes of constants.
9156
9157 * calendar/cal-menu.el, calendar/calendar.el:
9158 Update for chinese and hebrew name changes.
9159 * calendar/diary-lib.el: Update for hebrew name changes.
9160
9161 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
9162
9163 * subr.el (keymap-canonicalize): Correct thinko.
9164
9165 * server.el: Undo part of the multi-tty change, which is only
9166 needed if server.el is preloaded, and broke server-running-p.
9167 (server-socket-dir): Initialize in the defvar, as before.
9168 (server-start): Remove initialization of server-socket-dir.
9169
9170 2008-04-05 Eli Zaretskii <eliz@gnu.org>
9171
9172 * ls-lisp.el (ls-lisp-format): Support inodes that are 2- or
9173 3-member cons cells.
9174
9175 2008-04-05 Chong Yidong <cyd@stupidchicken.com>
9176
9177 * cus-face.el (custom-face-attributes): Handle roman slant.
9178
9179 * faces.el (default): Ensure the face-defface-spec property is set.
9180
9181 2008-04-05 Adrian Robert <Adrian.B.Robert@gmail.com>
9182
9183 * files.el (abort-if-file-too-large): New function.
9184 (find-file-noselect, insert-file-1): Use it.
9185
9186 2008-04-05 Reto Zimmermann <reto@gnu.org>
9187
9188 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
9189 Replace C-c[a-zA-Z] key bindings.
9190
9191 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
9192
9193 * progmodes/hideif.el (hif-token-alist): New var.
9194 (hif-token-regexp, hif-tokenize): Use it.
9195 (hif-mathify-binop): New macro.
9196 (hif-plus, hif-minus, hif-notequal, hif-greater, hif-less)
9197 (hif-greater-equal, hif-less-equal): Use it.
9198 (hif-logior, hif-logand): New functions.
9199 (hif-math): Accept | and & as well.
9200
9201 * progmodes/etags.el: Fix problem with completion for buffer-local
9202 tables. Reported by Radey Shouman <shouman@comcast.net>.
9203 (tags-complete-tag): Remove.
9204 (tags-lazy-completion-table): New function to replace it.
9205 (find-tag-tag, complete-tag): Update users.
9206
9207 2008-04-04 Dan Nicolaescu <dann@ics.uci.edu>
9208
9209 * vc-rcs.el (vc-rcs-dir-status):
9210 * vc-sccs.el (vc-sccs-dir-status): New function.
9211
9212 * outline.el (outline-mode-menu-bar-map):
9213 * term.el (terminal-signal-menu): Add :help.
9214
9215 * net/eudc.el (eudc-mode-map): Declare and define in one step.
9216 (eudc-tail-menu, eudc-server-menu, eudc-tools-menu): Add :help.
9217
9218 * emacs-lisp/re-builder.el (reb-mode-map):
9219 * textmodes/nroff-mode.el (nroff-mode-map): Add menus.
9220
9221 * diff-mode.el (diff-file-junk-re): Recognize the git format for
9222 new files, deleted files and for changing permissions.
9223 (diff-mode): Set beginning-of-defun-function and
9224 end-of-defun-function.
9225
9226 * vc-bzr.el (vc-bzr-state): Use when instead of if.
9227
9228 * vc.el (vc-default-status-fileinfo-extra): New function.
9229 (vc-status-mark-buffer-changed): Use it.
9230 (vc-update-vc-status-buffer): Allow for partial updates.
9231
9232 2008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
9233
9234 * net/tramp.el (after-init-hook): Don't wrap a lambda around
9235 tramp-register-completion-file-name-handler.
9236
9237 * subr.el (keymap-canonicalize): New function.
9238 * mouse.el (mouse-menu-non-singleton): Use it.
9239 (mouse-major-mode-menu): Remove hack made unnecessary.
9240
9241 * simple.el (set-fill-column): Prompt rather than error by default.
9242
9243 2008-04-04 Andreas Schwab <schwab@suse.de>
9244
9245 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
9246 Reset new-rules after each round.
9247
9248 * Makefile.in (cal-autoloads): New target.
9249 (compile, compile-always, recompile): Depend on it.
9250 ($(lisp)/calendar/cal-loaddefs.el)
9251 ($(lisp)/calendar/diary-loaddefs.el)
9252 ($(lisp)/calendar/hol-loaddefs.el): Depend on calendar/*.el.
9253
9254 2008-04-04 Michael Kifer <kifer@cs.stonybrook.edu>
9255
9256 * ediff*.el: Replace load with require in eval-when-compile.
9257
9258 * ediff-hook.el: Delete all invocations of (autoload ...).
9259
9260 * ediff-util.el (ediff-setup): Make window-min-height a local variable
9261 in ediff control window, and set its min height to 2.
9262 (ediff-setup-control-buffer): Dedicate the control window.
9263 (ediff-toggle-multiframe): Undedicate control window.
9264 Work directly with ediff-setup-windows-multiframe and
9265 ediff-setup-windows-plain.
9266
9267 * ediff-wind.el (ediff-choose-window-setup-function-automatically):
9268 New function.
9269 (ediff-window-setup-function): Change initialization.
9270 (ediff-setup-windows-automatic): Delete.
9271 (ediff-setup-windows-plain-merge): Make control window dedicated.
9272 (ediff-destroy-control-frame): Do not skip frames if working in a
9273 single frame.
9274
9275 * emulation/viper-ex.el: Move provide's forward, prevent recursion in
9276 eval-when-compile.
9277
9278 * emulation/viper-util.el: Move provide's forward, prevent recursion in
9279 eval-when-compile.
9280
9281 2008-04-04 Glenn Morris <rgm@gnu.org>
9282
9283 * calendar/cal-bahai.el (calendar-bahai-to-absolute): Rename
9284 calendar-absolute-from-bahai. Update callers, keep old name as alias.
9285
9286 * calendar/cal-islam.el (calendar-islamic-leap-year-p):
9287 Rename islamic-calendar-leap-year-p. Update callers.
9288 (calendar-islamic-last-day-of-month):
9289 Rename islamic-calendar-last-day-of-month. Update callers.
9290 (calendar-islamic-day-number):
9291 Rename islamic-calendar-day-number. Update callers.
9292 (calendar-islamic-to-absolute): Rename calendar-absolute-from-islamic.
9293 Update callers, keep old name as alias.
9294 (calendar-islamic-print-date): Rename calendar-print-islamic-date.
9295 Update callers, keep old name as alias.
9296 (calendar-islamic-goto-date): Rename calendar-goto-islamic-date.
9297 Keep old name as alias.
9298 (diary-islamic-list-entries): Rename list-islamic-diary-entries.
9299 Update callers, keep old name as alias.
9300 (calendar-islamic-mark-date-pattern):
9301 Rename mark-islamic-calendar-date-pattern. Update callers, keep old
9302 name as alias.
9303 (diary-islamic-insert-entry): Rename insert-islamic-diary-entry.
9304 Keep old name as alias.
9305 (diary-islamic-insert-monthly-entry):
9306 Rename insert-monthly-islamic-diary-entry. Keep old name as alias.
9307 (diary-islamic-insert-yearly-entry):
9308 Rename insert-yearly-islamic-diary-entry. Keep old name as alias.
9309
9310 * calendar/cal-iso.el (calendar-iso-to-absolute): Rename
9311 calendar-absolute-from-iso. Update callers, keep old name as alias.
9312 (calendar-iso-print-date): Rename calendar-print-iso-date.
9313 Update callers, keep old name as alias.
9314 (calendar-iso-goto-date): Rename calendar-goto-iso-date.
9315 Keep old name as alias.
9316 (calendar-iso-goto-week): Rename calendar-goto-iso-week.
9317 Keep old name as alias.
9318
9319 * calendar/cal-julian.el (calendar-julian-to-absolute): Rename
9320 calendar-absolute-from-julian. Update callers, keep old name as alias.
9321 (calendar-julian-print-date): Rename calendar-print-julian-date.
9322 Update callers, keep old name as alias.
9323 (calendar-julian-goto-date): Rename calendar-goto-julian-date.
9324 Update callers, keep old name as alias.
9325 (calendar-astro-to-absolute): Rename calendar-absolute-from-astro.
9326 Update callers, keep old name as alias.
9327 (calendar-astro-print-day-number):
9328 Rename calendar-print-astro-day-number. Update callers, keep old
9329 name as alias.
9330 (calendar-astro-goto-day-number): Rename calendar-goto-astro-day-number.
9331 Update callers, keep old name as alias.
9332
9333 * calendar/cal-mayan.el (calendar-mayan-string-from-long-count):
9334 Rename calendar-string-to-mayan-long-count. Update callers.
9335 (calendar-mayan-print-date): Rename calendar-print-mayan-date.
9336 Update callers, keep old name as alias.
9337 (calendar-mayan-read-haab-date): Rename calendar-read-mayan-haab-date.
9338 Update callers.
9339 (calendar-mayan-read-tzolkin-date):
9340 Rename calendar-read-mayan-tzolkin-date. Update callers.
9341 (calendar-mayan-next-haab-date): Rename calendar-next-haab-date.
9342 Keep old name as alias.
9343 (calendar-mayan-previous-haab-date): Rename calendar-previous-haab-date.
9344 Keep old name as alias.
9345 (calendar-mayan-next-tzolkin-date): Rename calendar-next-tzolkin-date.
9346 Keep old name as alias.
9347 (calendar-mayan-previous-tzolkin-date):
9348 Rename calendar-previous-tzolkin-date. Keep old name as alias.
9349 (calendar-mayan-next-round-date):
9350 Rename calendar-next-calendar-round-date. Keep old name as alias.
9351 (calendar-mayan-previous-round-date):
9352 Rename calendar-previous-calendar-round-date. Keep old name as alias.
9353 (calendar-mayan-long-count-to-absolute): Rename
9354 calendar-absolute-from-mayan-long-count. Keep old name as alias.
9355 (calendar-mayan-goto-long-count-date):
9356 Rename calendar-goto-mayan-long-count-date. Keep old name as alias.
9357
9358 * calendar/cal-persia.el (calendar-persian-month-name-array):
9359 Rename persian-calendar-month-name-array. Update callers.
9360 (calendar-persian-epoch): Rename persian-calendar-epoch.
9361 Update callers.
9362 (calendar-persian-leap-year-p): Rename persian-calendar-leap-year-p.
9363 Update callers.
9364 (calendar-persian-last-day-of-month):
9365 Rename persian-calendar-last-day-of-month. Update callers.
9366 (calendar-persian-to-absolute): Rename calendar-absolute-from-persian.
9367 Update callers, keep old name as alias.
9368 (calendar-persian-print-date): Rename calendar-print-persian-date.
9369 Update callers, keep old name as alias.
9370 (calendar-persian-goto-date): Rename calendar-goto-persian-date.
9371 Keep old name as alias.
9372
9373 * calendar/cal-china.el, calendar/cal-coptic.el, calendar/cal-islam.el:
9374 * calendar/cal-persia.el, calendar/holidays.el, calendar/lunar.el:
9375 * calendar/solar.el: Update for cal-julian name changes.
9376
9377 * calendar/cal-dst.el: Update for persian name changes.
9378
9379 * calendar/cal-menu.el, calendar/calendar.el:
9380 Update for islamic, iso, julian, mayan, persian name changes.
9381
9382 * calendar/diary-lib.el: Update for islamic name changes.
9383
9384 * calendar/calendar.el (calendar-hebrew-all-holidays-flag):
9385 Rename all-hebrew-calendar-holidays. Update callers, keep old name
9386 as alias.
9387 (calendar-christian-all-holidays-flag):
9388 Rename all-christian-calendar-holidays. Update callers, keep old
9389 name as alias.
9390 (calendar-islamic-all-holidays-flag):
9391 Rename all-islamic-calendar-holidays. Update callers, keep old
9392 name as alias.
9393 (calendar-bahai-all-holidays-flag): Rename all-bahai-calendar-holidays.
9394 Update callers, keep old name as alias.
9395 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/holidays.el:
9396 Update for the above name changes.
9397
9398 2008-04-04 Juanma Barranquero <lekktu@gmail.com>
9399
9400 * hilit-chg.el (global-highlight-changes-mode)
9401 (highlight-changes-passive-string, highlight-changes-active-string):
9402 Mark as obsolete since 23.1, not 22.1.
9403
9404 2008-04-03 Juanma Barranquero <lekktu@gmail.com>
9405
9406 * hilit-chg.el (highlight-changes-visibility-initial-state)
9407 (hilit-chg-update, highlight-changes-mode-turn-on):
9408 Fix typos in docstrings.
9409
9410 2008-04-03 Stephen Berman <Stephen.Berman@gmx.net>
9411
9412 * newcomment.el (comment-enter-backward): Be careful to restore
9413 position changed during narrowing.
9414
9415 2008-04-03 Giuliano Procida <giuliano.procida@googlemail.com> (tiny change)
9416
9417 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
9418 Recognize `sub ($$)'.
9419
9420 2008-04-03 Richard Sharman <rsharman@pobox.com>
9421
9422 * hilit-chg.el (highlight-changes-mode): Rename from
9423 highlight-changes; no longer uses sub-modes active and passive;
9424 implemented by define-minor-mode.
9425 (highlight-changes-toggle-visibility): New function, to replace
9426 the old passive/active submodes of global-highlight-changes-mode;
9427 implemented by define-minor-mode.
9428 (global-highlight-changes-mode): Rename from global-highlight-changes;
9429 rewrite using define-globalized-minor-mode.
9430 (hilit-chg-major-mode-hook, hilit-chg-check-global)
9431 (hilit-chg-post-command-hook, hilit-chg-check-global)
9432 (hilit-chg-update-all-buffers, hilit-chg-turn-off-maybe): Remove due
9433 to use of define-globalized-minor-mode.
9434 (highlight-changes-global-initial-state): Change to be boolean.
9435 (highlight-changes-visible-string, highlight-changes-invisible-string):
9436 Rename from highlight-changes-active-string and
9437 highlight-changes-passive-string.
9438 (hilit-chg-update, hilit-chg-set): Use them.
9439 (global-highlight-changes-mode): Rename from global-highlight-changes.
9440 (hilit-chg-map-changes, hilit-chg-display-changes): Add arguments to
9441 docstring.
9442 (hilit-chg-hide-changes): Rewrite to use dolist.
9443 (hilit-chg-set-face-on-change, hilit-chg-update)
9444 (highlight-changes-rotate-faces): Use highlight-changes-visible-mode
9445 variable instead of testing highlight-changes-mode.
9446 (highlight-markup-buffers): Add require ediff-util; argument on calls
9447 to highlight-changes-mode changed.
9448 (highlight-compare-with-file): Fix problems with interactive
9449 call giving invalid default file.
9450
9451 2008-04-03 Nick Roberts <nickrob@snap.net.nz>
9452
9453 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
9454 Fix in disassembly buffer (regression in 22.2).
9455
9456 2008-04-03 Michael Kifer <kifer@cs.stonybrook.edu>
9457
9458 * emulation/viper-macs.el (viper-read-fast-keysequence):
9459 Use viper-read-event instead of viper-read-key.
9460
9461 * emulation/viper.el (viper-mode): Move the check for fundamental mode.
9462
9463 * emulation/viper-util.el (viper-get-saved-cursor-color-in-insert-mode)
9464 (viper-get-saved-cursor-color-in-replace-mode): Get rid of redundant
9465 let-statements.
9466
9467 * emulation/viper-ex.el, emulation/viper-macs.el:
9468 * emulation/viper-mous.el:
9469 Replace load with require in eval-when-compile.
9470
9471 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
9472
9473 * files.el (auto-mode-alist): Use archive-mode for Debian packages.
9474
9475 * arc-mode.el (archive-mode-map): Obey mouse-1-click-follows-link.
9476 (archive-try-jka-compr): New function.
9477 (archive-set-buffer-as-visiting-file): Use it.
9478
9479 * tar-mode.el (tar-mode-map): Obey mouse-1-click-follows-link.
9480
9481 2008-04-03 Chong Yidong <cyd@stupidchicken.com>
9482
9483 * simple.el (handle-shift-selection): New arg.
9484
9485 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
9486
9487 * emacs-lisp/cl-macs.el (defsetf): Accept a lambda for the 2-arg form.
9488
9489 * vc-bzr.el (vc-bzr-previous-revision, vc-bzr-next-revision): New funs.
9490
9491 2008-04-03 Chong Yidong <cyd@stupidchicken.com>
9492
9493 * shell.el (shell-dynamic-complete-filename): New fun.
9494 (shell-dynamic-complete-functions): Use it.
9495
9496 * help-fns.el (describe-variable): Undo 2008-02-25 change.
9497
9498 2008-04-03 Kenichi Handa <handa@m17n.org>
9499
9500 * international/fontset.el (create-fontset-from-x-resource):
9501 Handle the error of X resource more gracefully.
9502
9503 * international/latin1-disp.el (latin1-display): Don't use make-char.
9504 Fix the argument to set-char-table-range.
9505 (latin1-display-identities): Don't use make-char.
9506 (latin1-display-reset): Use map-charset-chars instead of directly
9507 calling standard-display-default.
9508 (latin1-display-check-font): Don't use make-char.
9509 (latin1-display-setup): Likewise.
9510 (latin1-display-ucs-per-lynx): Likewise.
9511
9512 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
9513
9514 * emacs-lisp/timer.el (timer): Define as a defstruct, so we can
9515 name the fields, to make the code clearer.
9516 Rewrite all `aset' and `aref' using the defined accessors.
9517 (timer--time): New pseudo-field.
9518 (timer-set-time, timer-set-idle-time, timer-inc-time)
9519 (timer-set-time-with-usecs, with-timeout-suspend): Use it.
9520 (timer--time-less-p): New function.
9521 (timer--activate): New function, extracted from timer-activate.
9522 (timer-activate-when-idle, timer-activate): Use it.
9523 (cancel-function-timers): Use dolist.
9524
9525 2008-04-03 Glenn Morris <rgm@gnu.org>
9526
9527 * add-log.el (c-beginning-of-defun, c-end-of-defun):
9528 Remove declarations; no longer used.
9529 (c-cpp-define-name, c-defun-name): Declare as functions.
9530
9531 * calendar/cal-bahai.el (holiday-fixed): Autoload it.
9532 (holiday-bahai-new-year, holiday-bahai-ridvan): New functions.
9533
9534 * calendar/cal-hebrew.el (holiday-rosh-hashanah-etc)
9535 (holiday-passover-etc, holiday-hanukkah): Doc fix.
9536 Add optional argument. Simplify.
9537 (holiday-tisha-b-av-etc): Use memq rather than unless.
9538 (holiday-julian): Autoload it.
9539 (holiday-hebrew-misc): New function.
9540
9541 * calendar/cal-islam.el (holiday-islamic-new-year): New function.
9542
9543 * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
9544 (hebrew-holidays-3, hebrew-holidays-4): Make obsolete.
9545 (hebrew-holidays-2): Just use holiday-hanukkah now it respects
9546 all-hebrew-calendar-holidays.
9547 (hebrew-holidays, christian-holidays, islamic-holidays, bahai-holidays):
9548 Simplify using new functions.
9549 (calendar-holidays): Doc fix.
9550 (generate-calendar-window): Use bound-and-true-p.
9551
9552 * calendar/diary-lib.el (diary-mail-addr): Use bound-and-true-p.
9553
9554 * calendar/holidays.el (calendar-holiday-list): Fix previous change.
9555 (holiday-filter-visible-calendar): Doc fix. Use mapcar.
9556 (holiday-easter-etc): Fix nesting of result. Tweak holiday order.
9557 Use calendar-date-is-visible-p, not holiday-filter-visible-calendar.
9558
9559 * net/tramp.el (tramp-drop-volume-letter): Move definition before use.
9560
9561 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
9562
9563 * vc-mtn.el (vc-mtn-command): Avoid localization of messages.
9564
9565 * vc-bzr.el (vc-bzr-checkout): Simplify.
9566
9567 * image-mode.el (image-mode-fit-frame): New command.
9568
9569 * simple.el (beginning-of-buffer, end-of-buffer, goto-line, undo)
9570 (copy-region-as-kill, kill-ring-save, use-region-p, mark-word)
9571 (keyboard-escape-quit): Check region-active-p i.s.o
9572 transient-mark-mode.
9573
9574 2008-04-02 Simon Josefsson <simon@josefsson.org>
9575
9576 * net/imap.el (imap-enable-exchange-bug-workaround): New variable.
9577 (imap-message-copyuid-1): Use it.
9578 (imap-message-appenduid-1): Likewise. Based on patch by Nathan
9579 J. Williams in
9580 <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
9581
9582 2008-04-02 Alan Mackenzie <acm@muc.de>
9583
9584 * progmodes/cc-cmds.el (c-defun-name, c-cpp-define-name):
9585 New optimised functions to get the name of the current defun/macro.
9586
9587 * add-log.el (add-log-current-defun): Move the functionality which
9588 gets the current function name for C like modes to cc-cmds.el,
9589 thus optimising for speed.
9590
9591 2008-04-02 Chong Yidong <cyd@stupidchicken.com>
9592
9593 * simple.el (deactivate-mark): When the mark is temporarily
9594 active, restore the original value of transient-mark-mode.
9595 (set-mark-command): First deactivate the mark if was temporarily active.
9596 (exchange-point-and-mark): Reactivate the mark if it was
9597 temporarily active.
9598 (handle-shift-selection): New fun.
9599 (transient-mark-mode): Move var documentation here from buffer.c.
9600 (next-line, previous-line, backward-word, move-end-of-line)
9601 (move-beginning-of-line, forward-to-indentation)
9602 (backward-to-indentation, back-to-indentation)
9603 (beginning-of-buffer, end-of-buffer): Add ^ interactive spec.
9604
9605 * mouse.el (mouse-set-region-1): Save the old value of
9606 transient-mark-mode.
9607 (mouse-drag-track): Ignore the now-obsolete value `identity' for
9608 transient-mark-mode.
9609
9610 * textmodes/paragraphs.el (forward-paragraph)
9611 (backward-paragraph, forward-sentence, backward-sentence): Add ^
9612 interactive spec.
9613
9614 * emulation/cua-base.el (cua-mode): Turn off shift-select-mode.
9615
9616 2008-04-02 Michael Albinus <michael.albinus@gmx.de>
9617
9618 * net/tramp.el (tramp-make-tramp-temp-file):
9619 Use `tramp-drop-volume-letter' for the local file name part.
9620
9621 2008-04-02 Dan Nicolaescu <dann@ics.uci.edu>
9622
9623 * progmodes/sh-script.el (sh-mode-map): Rename the menu. Add :help.
9624 Add menu entries corresponding to all the key bindings.
9625
9626 * emacs-lisp/debug.el (debugger-mode-map):
9627 * textmodes/conf-mode.el (conf-mode-map): Add a menu.
9628 (conf-align-assignments): Only work on the region if it is active.
9629 (conf-quote-normal): Use when instead of if. Remove redundant test.
9630
9631 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
9632 for tracing and re-builder.
9633
9634 2008-04-02 Glenn Morris <rgm@gnu.org>
9635
9636 * calendar/appt.el (appt-disp-window-function): Doc fix.
9637 (appt-display-message): Move beep before display.
9638 (appt-check): Make interactive. Reduce the number of lets.
9639 Use string-equal to compare mode-line strings.
9640 (appt-disp-window): Pluralize "minute" as needed. Make appt buffer
9641 read-only.
9642 (appt-select-lowest-window, appt-make-list): Reduce the number of lets.
9643 (appt-delete): Simplify.
9644
9645 * calendar/cal-china.el (holiday-chinese-new-year): Use a single let.
9646
9647 * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
9648
9649 * calendar/cal-hebrew.el (list-yahrzeit-dates):
9650 * calendar/cal-tex.el (cal-tex-insert-blank-days-at-end)
9651 (cal-tex-last-blank-p, cal-tex-daily-page): Expand calendar-for-loops.
9652
9653 * calendar/calendar.el (diary-entry-marker, calendar-today-marker)
9654 (calendar-holiday-marker, mark-visible-calendar-date):
9655 * calendar/diary-lib.el (fancy-diary-display):
9656 Check for font-lock-mode before using faces.
9657
9658 * calendar/calendar.el (hebrew-holidays-3, generate-calendar-month)
9659 (calendar-gregorian-from-absolute): Reduce the number of lets.
9660 (hebrew-holidays-4, generate-calendar-window): Simplify.
9661 (calendar-for-loop): Make obsolete.
9662 (calendar-nth-named-day): Doc fix.
9663
9664 * calendar/diary-lib.el (diary-list-entries, fancy-diary-display)
9665 (print-diary-entries, mark-sexp-diary-entries, calendar-mark-complex)
9666 (calendar-mark-1, list-sexp-diary-entries, diary-remind):
9667 Reduce the number of lets.
9668 (mark-sexp-diary-entries, calendar-mark-complex):
9669 Expand calendar-for-loops.
9670
9671 2008-04-01 Chong Yidong <cyd@stupidchicken.com>
9672
9673 * find-dired.el (find-dired-filter): Fix last patch to handle
9674 multi-line process input. Pad link numbers too.
9675
9676 2008-04-01 Jari Aalto <jari.aalto@cante.net>
9677
9678 * find-dired.el (find-dired-filter): Align columns by padding file sizes.
9679
9680 2008-04-01 Jason Rumney <jasonr@gnu.org>
9681
9682 * international/characters.el (script-list): Add phonetic script,
9683 covering IPA (previously Latin), Phonetic Extensions and
9684 Phonetic Extensions Supplement (both previously unassigned).
9685
9686 * international/fontset.el (setup-default-fontset): Use unicode fonts
9687 that cover bopomofo script for bopomofo.
9688 Likewise for braille and mathematical.
9689 Use unicode scripts that cover the phonetic script for IPA.
9690
9691 2008-04-01 Johan Bockgård <bojohan@gnu.org>
9692
9693 * emacs-lisp/cl-macs.el (frame-parameter) <defsetf>: Make it
9694 return the assigned value.
9695
9696 2008-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
9697
9698 * abbrev.el (abbrev-mode): Use define-minor-mode.
9699
9700 * mouse.el (mouse-major-mode-menu-prefix): Remove. Remove uses.
9701 (mouse-menu-non-singleton): Rename from mouse-major-mode-menu-1.
9702 Use map-keymap.
9703 (minor-mode-menu-from-indicator): Use it. Simplify.
9704
9705 * bindings.el (mode-line-mode-menu): Move before (new) first use.
9706 (mode-line-major-mode-keymap, mode-line-minor-mode-keymap):
9707 Bind the key directly to the menu.
9708 (mode-line-mode-menu-1, mode-line-mode-menu): Remove functions.
9709
9710 2008-04-01 Daiki Ueno <ueno@unixuser.org>
9711
9712 * epa.el (epa-decrypt-region): Explain the reason why this
9713 function should not be used in Lisp programs.
9714 (epa-decrypt-armor-in-region): Ditto.
9715 (epa-verify-region): Ditto.
9716 (epa-verify-cleartext-in-region): Ditto.
9717 (epa-sign-region): Ditto.
9718 (epa-encrypt-region): Ditto.
9719
9720 * epg.el (epg-start-receive-keys): Fix typo in docstring.
9721
9722 * epa.el (epa-select-keys): Show menu even if there is no key in
9723 GnuPG's keyring.
9724
9725 2008-04-01 Glenn Morris <rgm@gnu.org>
9726
9727 * calendar/calendar.el (calendar-make-temp-face): New function.
9728 (mark-visible-calendar-date):
9729 * calendar/diary-lib.el (fancy-diary-display): Use it.
9730
9731 * vc-hooks.el (vc-responsible-backend): Declare as function.
9732
9733 * calendar/calendar.el (calendar-nongregorian-visible-p): New function.
9734 * calendar/cal-hebrew.el (calendar-hebrew-date-is-visible-p):
9735 * calendar/cal-julian.el (holiday-julian): Use it.
9736
9737 * calendar/cal-hebrew.el (hebrew-calendar-elapsed-days): Doc fix.
9738 (calendar-hebrew-date-is-visible-p): Extract some common code into
9739 separate function.
9740 (holiday-hebrew, mark-hebrew-calendar-date-pattern): Use it.
9741
9742 * calendar/cal-menu.el (cal-menu-holidays-menu):
9743 * calendar/calendar.el (calendar-mode-map): Use calendar-mark-holidays
9744 rather than obsolete alias.
9745
9746 * calendar/calendar.el (mark-visible-calendar-date): Also use overlay
9747 for mark characters.
9748 (calendar-unmark): Unmark by removing all overlays, rather than
9749 redrawing.
9750 (calendar-starred-day): Remove.
9751 (calendar-mode): Disable undo. Don't make calendar-starred-day local.
9752 (calendar-cursor-to-date): No need for special star handling now
9753 using overlays.
9754 (calendar-star-date): Use overlays.
9755
9756 * calendar/cal-french.el (calendar-goto-french-date):
9757 * calendar/cal-hebrew.el (calendar-hebrew-from-absolute)
9758 (holiday-hanukkah, mark-hebrew-calendar-date-pattern):
9759 * calendar/cal-move.el (calendar-forward-month, calendar-end-of-month):
9760 * calendar/cal-persia.el (calendar-persian-date-string):
9761 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
9762 (cal-tex-cursor-month, cal-tex-LaTeXify-string):
9763 * calendar/lunar.el (lunar-phase-list, lunar-new-moon-on-or-after):
9764 * calendar/solar.el (solar-equinoxes-solstices):
9765 Reduce nesting of some lets.
9766
9767 * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
9768 (calendar-goto-mayan-long-count-date): Simplify.
9769
9770 * calendar/holidays.el (calendar-holiday-list, holiday-easter-etc):
9771 Simplify by using mapcar.
9772 (calendar-list-holidays): Return holiday-list.
9773 (list-holidays): Use let rather than let*. Remove un-needed locals
9774 `d', `never'.
9775 (calendar-check-holidays): Return result from dolist.
9776 (holiday-float): Use a single let*. Simplify if-and to and.
9777 (holiday-sexp, holiday-advent, holiday-greek-orthodox-easter): Use a
9778 single let*.
9779
9780 2008-04-01 Jay Belanger <jay.p.belanger@gmail.com>
9781
9782 * calc/calc.el: Autoload `calc-yank'.
9783 (calc-mode-map): Add keybindings for `calc-yank'.
9784 * calc/calc-ext.el (calc-init-extensions): Remove keybinding
9785 assignments for `calc-yank'.
9786
9787 2008-03-31 Dan Nicolaescu <dann@ics.uci.edu>
9788
9789 * vc.el (vc-status-add-entry): Assume ENTRY is a list, not a cons.
9790 (vc-status-mark-buffer-changed): Handle the extra field.
9791
9792 * vc-bzr.el (vc-bzr-after-dir-status):
9793 * vc-cvs.el (vc-cvs-after-dir-status):
9794 * vc-hg.el (vc-hg-after-dir-status):
9795 * vc-svn.el (vc-svn-after-dir-status): Return a list, not a cons.
9796
9797 2008-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
9798
9799 * doc-view.el: Compute displayed pages first (in PDF).
9800 (doc-view-current-converter-processes): Rename from
9801 doc-view-current-converter-process. Update users.
9802 (doc-view-sentinel): Test buffer's liveness.
9803 (doc-view-pdf/ps->png-sentinel): Remove.
9804 (doc-view-start-process): New function.
9805 (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
9806 (doc-view-ps->pdf): Use it.
9807 (doc-view-pdf->png-1, doc-view-pdf->png, doc-view-active-pages):
9808 New functions.
9809 (doc-view-convert-current-doc, doc-view-goto-page): Use them.
9810 (doc-view-mode): Kill the processes when leaving the mode.
9811
9812 2008-03-31 Juanma Barranquero <lekktu@gmail.com>
9813
9814 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p):
9815 Use `byte-compile-warning-types'. Add docstring.
9816
9817 2008-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
9818
9819 * smerge-mode.el (smerge-apply-resolution-patch): New fun.
9820 (smerge-resolve): Add various resolution heuristics.
9821
9822 * smerge-mode.el (smerge-refine): Allow highlighting other subparts
9823 in 3-way conflicts.
9824
9825 2008-03-31 Glenn Morris <rgm@gnu.org>
9826
9827 * calendar/cal-bahai.el (diary-bahai-mark-entries):
9828 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
9829 * calendar/cal-islam.el (mark-islamic-diary-entries):
9830 Fix argument order in call to diary-mark-entries-1.
9831
9832 * calendar/cal-bahai.el (calendar-bahai-date-string): Avoid an error for
9833 pre-Bahai dates.
9834 (holiday-bahai): Use an algorithm actually relevant to this calendar
9835 system.
9836
9837 * calendar/cal-china.el (holiday-chinese-new-year): Doc fix.
9838
9839 * calendar/cal-islam.el (holiday-islamic): Remove un-needed let.
9840 Use and.
9841
9842 * calendar/cal-julian.el (holiday-julian): Fix a problem with holidays
9843 in the last fortnight in Julian October.
9844
9845 * calendar/calendar.el (increment-calendar-month): Optionally handle
9846 systems without 12 months per year.
9847
9848 (calendar-date-is-visible-p): Doc fix. Simplify.
9849
9850 * calendar/holidays.el (holiday-filter-visible-calendar): Return result
9851 from dolist.
9852
9853 2008-03-30 Juanma Barranquero <lekktu@gmail.com>
9854
9855 * hi-lock.el (hi-lock-mode): Fix typos in docstring.
9856 (hi-lock-unload-function): New function.
9857
9858 2008-03-30 Michael Albinus <michael.albinus@gmx.de>
9859
9860 * net/tramp.el (tramp-do-copy-or-rename-file): Fix check for
9861 overwriting when NEWNAME is a local file.
9862
9863 * net/trampver.el: Update release number.
9864
9865 2008-03-30 Alexandre Julliard <julliard@winehq.org>
9866
9867 * vc-git.el: Make vc-status display information about copies,
9868 renames and permission changes.
9869 (vc-git-extra-fileinfo): New defstruct.
9870 (vc-git-escape-file-name, vc-git-file-type-as-string)
9871 (vc-git-rename-as-string, vc-git-permissions-as-string)
9872 (vc-git-status-printer): New functions.
9873 (vc-git-after-dir-status-stage2): Also return vc-git-extra-fileinfo.
9874 (vc-git-after-dir-status-stage1): Look for copies, renames and
9875 permission changes.
9876 (vc-git-after-dir-status-stage1-empty-db): Set permissions.
9877 (vc-git-dir-status): Ask for staged files and renames.
9878
9879 2008-03-30 Dan Nicolaescu <dann@ics.uci.edu>
9880
9881 * vc.el: Allow backends to display backend specific information in
9882 the vc-status listing.
9883 (vc-status-fileinfo): Add a field for backend specific information.
9884 (vc-status-printer): Rename to ...
9885 (vc-default-status-printer): ... this.
9886 (vc-status-printer): New function.
9887 (vc-update-vc-status-buffer): Set the backend specific file info
9888 if provided.
9889
9890 2008-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
9891
9892 * textmodes/remember.el (remember-diary-convert-entry): Revert last
9893 change (ill-conceived).
9894
9895 2008-03-29 Glenn Morris <rgm@gnu.org>
9896
9897 * calendar/cal-hebrew.el (holiday-hebrew): Simplify.
9898 * calendar/cal-julian.el (holiday-julian): Simplify.
9899
9900 * calendar/holidays.el (list-holidays): Use or.
9901
9902 2008-03-29 Juri Linkov <juri@jurta.org>
9903
9904 * window.el (split-window-preferred-horizontally): New function.
9905
9906 * cus-start.el (split-window-preferred-function):
9907 Set choice for "vertically" to nil instead of split-window.
9908 Set choice for "horizontally" to split-window-preferred-horizontally
9909 instead of lambda.
9910
9911 2008-03-29 Juri Linkov <juri@jurta.org>
9912
9913 * simple.el (minibuffer-default-add-function): New variable with
9914 the default to minibuffer-default-add-completions.
9915 (minibuffer-default-add-done): New variable. Make it buffer-local.
9916 (minibuffer-default-add-completions): New function.
9917 (goto-history-element): Set minibuffer-default-add-done to t and
9918 call a function in minibuffer-default-add-function when the
9919 specified absolute history position is greater than the length of
9920 the minibuffer-default list and minibuffer-default-add-done is nil.
9921 Change "^End of history; no next item$" to "^End of defaults;
9922 no next item$".
9923
9924 * bindings.el (debug-ignored-errors): Change "^End of history;
9925 no next item$" to "^End of defaults; no next item$".
9926
9927 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
9928
9929 * subr.el (with-temp-buffer): Assume kill-buffer can change cur-buf.
9930
9931 * textmodes/remember.el (remember-diary-convert-entry): Prefer boundp
9932 to with-no-warnings.
9933
9934 2008-03-29 Michael Albinus <michael.albinus@gmx.de>
9935
9936 Sync with Tramp 2.1.13.
9937
9938 * net/tramp-ftp.el: Require 'cl when byte-compiling.
9939
9940 * net/trampver.el: Update release number.
9941
9942 2008-03-29 Dan Nicolaescu <dann@ics.uci.edu>
9943
9944 * vc-hooks.el (vc-menu-map-filter): Be more careful when finding
9945 the current backend.
9946
9947 * vc.el (vc-status-menu-map, vc-status-mode-map): Bind vc-revert.
9948 (vc-status-refresh): Create a temporary buffer and call the
9949 `dir-status' backend function from that buffer.
9950
9951 * vc-bzr.el (vc-bzr-dir-status): Don't create a buffer.
9952 (vc-bzr-after-dir-status): Don't kill the buffer.
9953
9954 * vc-cvs.el (vc-cvs-dir-status): Don't create a buffer.
9955 (vc-cvs-after-dir-status): Don't kill the buffer.
9956
9957 * vc-git.el (vc-git-dir-status): Don't create a buffer.
9958 (vc-git-after-dir-status-stage2): Don't kill the buffer.
9959
9960 * vc-hg.el (vc-hg-dir-status): Don't create a buffer.
9961 (vc-hg-after-dir-status): Don't kill the buffer.
9962
9963 * vc-svn.el (vc-svn-dir-status): Don't create a buffer.
9964 (vc-svn-after-dir-status): Don't kill the buffer.
9965
9966 2008-03-29 Glenn Morris <rgm@gnu.org>
9967
9968 * calendar/calendar.el (diary-file, american-date-diary-pattern)
9969 (european-date-diary-pattern, european-calendar-display-form)
9970 (american-calendar-display-form, diary-display-hook): Doc fixes.
9971 (european-calendar-style): Doc fix. Use calendar-set-date-style for
9972 custom :set. Mark as obsolete.
9973 (calendar-date-style, iso-date-diary-pattern)
9974 (iso-calendar-display-form): New user variables.
9975 (diary-date-forms, calendar-date-display-form): Set using
9976 calendar-date-style. Doc fix.
9977 (calendar-set-date-style): New command.
9978 (european-calendar, american-calendar): Use calendar-set-date-style.
9979 Mark as obsolete.
9980
9981 * calendar/diary-lib.el (number): Move declaration where needed.
9982 (diary-mail-entries, list-sexp-diary-entries): Doc fixes.
9983 (diary-make-date): New function.
9984 (diary-date, diary-block, diary-anniversary, diary-cyclic): Doc fix.
9985 Use diary-make-date.
9986 (diary-date-display-form, diary-insert-entry-1): New functions.
9987 (insert-monthly-diary-entry, insert-yearly-diary-entry):
9988 Use diary-insert-entry-1.
9989 (insert-anniversary-diary-entry, insert-block-diary-entry)
9990 (insert-cyclic-diary-entry): Use diary-date-display-form.
9991
9992 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
9993 Autoload diary-insert-entry-1.
9994 * calendar/cal-bahai.el (diary-bahai-insert-entry)
9995 (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
9996 * calendar/cal-hebrew.el (insert-hebrew-diary-entry)
9997 (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry)
9998 * calendar/cal-islam.el (insert-islamic-diary-entry)
9999 (insert-monthly-islamic-diary-entry, insert-yearly-islamic-diary-entry):
10000 Use diary-insert-entry-1.
10001
10002 * calendar/cal-hebrew.el (diary-make-date): Autoload it.
10003 (diary-yahrzeit): Doc fix. Use diary-make-date.
10004
10005 * calendar/icalendar.el (icalendar--datetime-to-american-date):
10006 New name for icalendar--datetime-to-noneuropean-date. Make old name
10007 obsolete alias.
10008 (icalendar--datetime-to-iso-date): New function.
10009 (icalendar--datetime-to-diary-date): Doc fix. Respect
10010 calendar-date-style if bound.
10011
10012 * textmodes/remember.el (remember-diary-convert-entry):
10013 Respect calendar-date-style if bound.
10014
10015 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
10016
10017 * xt-mouse.el (xterm-mouse-mode): Use delete-terminal-functions.
10018 (xterm-mouse-handle-delete-frame): Delete.
10019
10020 * term/xterm.el (terminal-init-xterm): Use delete-terminal-functions.
10021 (xterm-turn-on-modify-other-keys, xterm-turn-off-modify-other-keys)
10022 (xterm-remove-modify-other-keys): Lookup terminal rather than frame
10023 in xterm-modify-other-keys-terminal-list.
10024
10025 * vc-bzr.el (vc-bzr-state-heuristic): Fix last change for when there
10026 are conflicts.
10027
10028 2008-03-29 Dan Nicolaescu <dann@ics.uci.edu>
10029
10030 * vc.el (vc-update): Check if the buffer is unsaved only if it
10031 actually exists.
10032 (vc-status-mode-map, vc-status-menu-map): Bind vc-update and
10033 vc-print-log.
10034
10035 2008-03-28 Magnus Henoch <mange@freemail.hu>
10036
10037 * net/dns.el (dns-write): Use set-buffer-multibyte.
10038
10039 2008-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
10040
10041 * vc-bzr.el (vc-bzr-sha1): New fun.
10042 (vc-bzr-state-heuristic): New fun, extracted from vc-bzr-registered.
10043 (vc-bzr-registered): Use it.
10044
10045 2008-03-28 Dan Nicolaescu <dann@ics.uci.edu>
10046
10047 * vc.el (vc-status-kill-dir-status-process): Simplify.
10048 (vc-status-refresh): Make sure the buffer is live.
10049 (ring): Don't require it, not used.
10050
10051 2008-03-28 Wilson Snyder <wsnyder@wsnyder.org>
10052
10053 * progmodes/verilog-mode.el (verilog-auto-inout-module):
10054 Add optional regular expression to AUTOINOUTMODULE.
10055 (verilog-inject-auto, verilog-auto-arg, verilog-auto-inst)
10056 (verilog-auto-inst-param, verilog-auto-reg)
10057 (verilog-auto-reg-input, verilog-auto-wire, verilog-auto-output)
10058 (verilog-auto-output-every, verilog-auto-input)
10059 (verilog-auto-inout, verilog-auto-sense, verilog-auto-tieoff)
10060 (verilog-auto-unused, verilog-auto): Update documentation to use
10061 more obvious instance module names versus cell names.
10062
10063 2008-03-28 Jan Djärv <jan.h.d@swipnet.se>
10064
10065 * progmodes/compile.el (compilation-mode-tool-bar-map): Only enable
10066 kill if a process is running.
10067
10068 * progmodes/grep.el (grep-mode-tool-bar-map): The same.
10069
10070 2008-03-28 Dan Nicolaescu <dann@ics.uci.edu>
10071
10072 * vc.el: Add new backend function 'status-extra-headers.
10073 (vc-default-status-extra-headers): New function.
10074 (vc-status-headers): Call 'status-extra-headers. Add colors.
10075
10076 * vc-git.el (vc-git-status-extra-headers): New function.
10077
10078 2008-03-28 Glenn Morris <rgm@gnu.org>
10079
10080 * calendar/cal-menu.el (cal-menu-holidays-menu)
10081 (cal-menu-list-holidays-year, cal-menu-list-holidays-following-year)
10082 (cal-menu-list-holidays-previous-year): Simplify now that 2nd arg of
10083 holiday-list is optional.
10084 (calendar-mouse-holidays): Remove un-needed local `l'.
10085
10086 * calendar/cal-move.el (calendar-cursor-to-nearest-date):
10087 Remove un-needed local `date'.
10088 (calendar-cursor-to-visible-date): Use let rather than let*.
10089 Remove un-needed local `first-of-month-weekday'.
10090
10091 * calendar/calendar.el (abbreviated-calendar-year): Move to diary-lib.
10092
10093 * calendar/diary-lib.el (print-diary-entries-hook, diary-list-entries):
10094 Doc fixes.
10095 (abbreviated-calendar-year): Move here from calendar.el. Doc fix.
10096 (diary-header-line-flag, diary-header-line-format): Declare.
10097 (diary-pull-attrs): Check for multiple matches.
10098 (diary-list-entries-2): Simplify finding start of date.
10099 (diary-show-all-entries, make-diary-entry): Respect non-nil values of
10100 pop-up-frames.
10101 (diary-mark-entries-1): Re-use offset in abbreviated-year case.
10102 (mark-sexp-diary-entries): Remove superfluous call to diary-pull-attrs.
10103
10104 2008-03-27 Dan Nicolaescu <dann@ics.uci.edu>
10105
10106 * vc-hg.el (vc-hg-state, vc-hg-dir-state): Deal with 'missing files.
10107
10108 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Fix predicate.
10109
10110 2008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
10111
10112 * vc-hooks.el (vc-before-save): Don't prevent saving the file.
10113
10114 * image-mode.el (image-mode-reapply-winprops): Fix last change.
10115
10116 2008-03-27 Kenichi Handa <handa@ni.aist.go.jp>
10117
10118 * international/mule-conf.el (define-iso-single-byte-charset):
10119 Don't make latin-iso8859-* supplementary.
10120 (#'set-charset-priority): Don't change the priority of charsets
10121 `unicode' and `emacs'.
10122
10123 2008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
10124
10125 * vc.el (vc-do-command): Don't pop to the buffer if it's an internal
10126 temp buffer.
10127
10128 2008-03-27 Glenn Morris <rgm@gnu.org>
10129
10130 * calendar/cal-bahai.el (diary-bahai-list-entries):
10131 * calendar/cal-hebrew.el (list-hebrew-diary-entries):
10132 * calendar/cal-islam.el (list-islamic-diary-entries): Doc fix.
10133
10134 * calendar/calendar.el (diary-file): Doc fix.
10135
10136 * calendar/diary-lib.el (diary-face-attrs): Fix `height' regexp.
10137 (list-diary-entries-hook, mark-diary-entries-hook)
10138 (include-other-diary-files, diary-mail-entries)
10139 (mark-included-diary-files, list-sexp-diary-entries): Doc fixes.
10140 (diary-set-header): New function.
10141 (diary-header-line-flag, diary-header-line-format):
10142 Use diary-set-header for custom :set function.
10143 (diary-set-maybe-redraw): Use symbol-value rather than eval.
10144 (diary-attrtype-convert): Use intern-soft rather than read.
10145 (diary-display-no-entries): New function.
10146 (simple-diary-display, fancy-diary-display): Use it.
10147 (fancy-diary-display): Doc fix. Remove unneeded local entry-list.
10148 (diary-mark-entries-1): Fix position offsets in non-gregorian case.
10149
10150 * calendar/holidays.el (list-holidays): Doc fix.
10151
10152 2008-03-26 Jay Belanger <jay.p.belanger@gmail.com>
10153
10154 * calc/calc-store.el (calc-read-var-name-history): New variable.
10155 (calc-read-var-name): Use `calc-read-var-name-history'.
10156
10157 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
10158
10159 * image-mode.el (image-mode-reapply-winprops): Simplify now that
10160 window-configuration-change-hook works buffer-locally.
10161
10162 2008-03-26 Johan Bockgård <bojohan@gnu.org>
10163
10164 * emacs-lisp/lisp-mnt.el (lm-with-file): Use mode and syntax table
10165 for Emacs Lisp, not Lisp.
10166
10167 2008-03-26 Juanma Barranquero <lekktu@gmail.com>
10168
10169 * help-fns.el (describe-function-1, describe-variable):
10170 If CURRENT-NAME is nil, don't end obsolescence info with semicolon.
10171
10172 * emacs-lisp/bytecomp.el (byte-compile-obsolete): If no
10173 replacement is provided, don't print "use nil instead".
10174
10175 2008-03-26 Johan Bockgård <bojohan@gnu.org>
10176
10177 * complete.el (PC-do-completion): Use regexp-quote.
10178
10179 2008-03-26 Dan Nicolaescu <dann@ics.uci.edu>
10180
10181 * vc-cvs.el (vc-cvs-parse-status, vc-cvs-after-dir-status):
10182 Detect missing files.
10183
10184 * vc-git.el (vc-git-extra-menu-map): New key map.
10185 (vc-git-extra-menu, vc-git-extra-status-menu, vc-git-grep):
10186 New functions.
10187
10188 * vc-hooks.el (vc-default-mode-line-string): Deal with 'removed
10189 and 'missing files.
10190
10191 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
10192
10193 * calendar/holidays.el (list-holidays): Make Y2 optional.
10194
10195 * calendar/appt.el (appt-buffer-name): Don't use a leading space for
10196 buffers shown to the user.
10197 (appt-disp-window): Disable undo explicitly now that the leading space
10198 is gone.
10199
10200 * simple.el (activate-mark): New function.
10201 (set-mark-command): Use it with region-active-p to clean up the code.
10202 (exchange-point-and-mark): Invert the meaning of C-u when
10203 transient-mark-mode is active.
10204
10205 * dired-aux.el (dired-create-files): Use dolist.
10206
10207 * bindings.el (mode-line-change-eol): Use with-selected-window.
10208
10209 * apropos.el (apropos-command): Include macros.
10210
10211 2008-03-26 Glenn Morris <rgm@gnu.org>
10212
10213 * calendar/cal-bahai.el: Require calendar, not cal-julian.
10214 (calendar-bahai-epoch): Doc fix.
10215
10216 * calendar/cal-china.el: Explicitly require calendar.
10217
10218 * calendar/cal-coptic.el, calendar/cal-islam.el, calendar/cal-persia.el:
10219 Require calendar rather than cal-julian.
10220 Autoload calendar-absolute-from-julian.
10221 * calendar/cal-coptic.el (coptic-calendar-epoch):
10222 * calendar/cal-islam.el (calendar-islamic-epoch):
10223 * calendar/cal-persia.el (persian-calendar-epoch): Set when compiling.
10224
10225 * calendar/cal-islam.el (calendar-islamic-epoch): Doc fix.
10226
10227 * calendar/cal-dst.el: Don't require cal-persia.
10228 (calendar-absolute-from-persian): Autoload it.
10229 (dst-adjust-time): Doc fix.
10230
10231 * calendar/cal-menu.el (cal-menu-diary-menu): Remove menu headings that
10232 cause cal-bahai, cal-islam, cal-hebrew to be loaded on starting the
10233 calendar.
10234
10235 * calendar/cal-menu.el: Require calendar rather than declaring
10236 functions.
10237 * calendar/calendar.el: Provide calendar before requiring cal-menu.
10238
10239 * calendar/cal-x.el (calendar-after-frame-setup-hook): New name for
10240 calendar-after-frame-setup-hooks. Update callers, make old name an
10241 obsolete alias. Doc fix.
10242 (calendar-frame-1): Doc fix.
10243
10244 * calendar/calendar.el (solar-holidays): Simplify holiday-sexp calls.
10245
10246 * calendar/calendar.el (oriental-holidays, solar-holidays):
10247 * calendar/holidays.el (list-holidays): Assume atan always bound.
10248
10249 * calendar/lunar.el, calendar/solar.el: Remove floating-point check.
10250 Explicitly require calendar, not cal-julian.
10251 * calendar/lunar.el: Explicitly require cal-dst.
10252
10253 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
10254
10255 * autorevert.el (auto-revert-buffers): Use buffer-live-p.
10256
10257 * help-fns.el (describe-function-1, describe-variable): If no
10258 replacement is provided, don't print "use nil instead".
10259
10260 2008-03-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10261
10262 * proced.el: New file.
10263
10264 2008-03-25 Tetsurou Okazaki <okazaki@be.to> (tiny change)
10265
10266 * emacs-lisp/byte-opt.el (side-effect-free-fns): Fix typo.
10267
10268 2008-03-25 Juri Linkov <juri@jurta.org>
10269
10270 * battery.el: Add file cookie coding:iso-8859-1 for the degree sign
10271 in battery-mode-line-format.
10272
10273 * bindings.el (minibuffer-local-map): For the command
10274 file-cache-minibuffer-complete replace keymap minibuffer-local-map
10275 with map which is already locally bound to minibuffer-local-map.
10276
10277 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
10278
10279 * subr.el (map-keymap-sorted): Rename from map-keymap-internal.
10280 Remove `sort-first' argument.
10281
10282 * subr.el (redisplay-end-trigger-functions)
10283 (window-redisplay-end-trigger, set-window-redisplay-end-trigger)
10284 (process-filter-multibyte-p, set-process-filter-multibyte):
10285 Mark as obsolete.
10286
10287 2008-03-25 Juanma Barranquero <lekktu@gmail.com>
10288
10289 * emacs-lisp/re-builder.el (reb-mode-common): Remove reference to
10290 bogus variable `reb-kill-buffer'; don't make hooks buffer-local,
10291 use the LOCAL arg of `add-hook'.
10292 (reb-blink-delay, reb-mode-hook, reb-re-syntax, reb-auto-match-limit):
10293 Remove spurious * from defcustom docstrings.
10294 (reb-next-match, reb-prev-match, reb-enter-subexp-mode):
10295 Fix typos in messages.
10296 (reb-mode-buffer-p): New function.
10297 (re-builder, reb-kill-buffer): Use `reb-mode-buffer-p'. Use `when'.
10298 (top, reb-show-subexp, reb-auto-update, reb-delete-overlays)
10299 (reb-cook-regexp, reb-update-regexp, reb-update-overlays):
10300 Use `unless', `when'.
10301 (re-builder-unload-function): New function.
10302
10303 2008-03-25 Dan Nicolaescu <dann@ics.uci.edu>
10304
10305 * vc-hooks.el (vc-state): Add documentation for 'missing.
10306
10307 2008-03-25 Wilson Snyder <wsnyder@wsnyder.org>
10308
10309 * progmodes/verilog-mode.el (verilog-auto-output)
10310 (verilog-auto-input, verilog-auto-inout, verilog-auto)
10311 (verilog-delete-auto): Add optional regular expression to
10312 AUTOINPUT/AUTOOUTPUT/AUTOINOUT.
10313 (verilog-signals-matching-regexp): New internal function for
10314 signal matching.
10315
10316 2008-03-25 Johan Bockgård <bojohan@gnu.org>
10317
10318 * info.el (Info-isearch-search): Always return point.
10319
10320 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
10321
10322 * diff-mode.el (diff-remembered-defdir): New var.
10323 (diff-find-file-name): Use it to flush diff-remembered-files-alist.
10324
10325 2008-03-25 Glenn Morris <rgm@gnu.org>
10326
10327 * calendar/cal-bahai.el (calendar-bahai-read-date): New name for
10328 calendar-bahai-prompt-for-date. Update callers, make old name an
10329 obsolete alias. Doc fix.
10330 * calendar/cal-coptic.el (calendar-coptic-read-date): New name for
10331 coptic-prompt-for-date. Update callers, make old name an
10332 obsolete alias. Doc fix.
10333 * calendar/cal-hebrew.el (calendar-hebrew-read-date): New name for
10334 calendar-hebrew-prompt-for-date. Update callers. Doc fix.
10335 * calendar/cal-islam.el (calendar-islamic-read-date): New name for
10336 calendar-islamic-prompt-for-date. Update callers. Doc fix.
10337 * calendar/cal-iso.el (calendar-iso-read-date): New name for
10338 calendar-iso-read-args. Update callers, make old name an obsolete
10339 alias.
10340 * calendar/cal-persia.el (calendar-persian-read-date): New name for
10341 persian-prompt-for-date. Update callers, make old name an
10342 obsolete alias. Doc fix. Move definition before use.
10343
10344 * calendar/cal-x.el (diary-frame-parameters)
10345 (calendar-frame-parameters, calendar-and-diary-frame-parameters)
10346 (calendar-frame-1): Doc fixes.
10347 (make-fancy-diary-buffer): Remove declaration.
10348 (calendar-dedicate-diary): Replace call to deleted function
10349 make-fancy-diary-buffer.
10350 (calendar-frame-setup): New function.
10351 (calendar-one-frame-setup, calendar-only-one-frame-setup)
10352 (calendar-two-frame-setup): Call calendar-frame-setup to do the actual
10353 work, and mark as obsolete.
10354 (special-display-buffer-names): Don't mess with this; it's not our
10355 business.
10356 (cal-x-load-hook): Defvar it, and mark as obsolete.
10357
10358 * calendar/calendar.el (calendar-remove-frame-by-deleting):
10359 Default to t. Add to 'calendar group.
10360 (calendar): Doc fix. Use calendar-frame-setup.
10361 (calendar-basic-setup): Doc fix. Add optional NODISPLAY argument.
10362 (generate-calendar-window): Doc fix.
10363
10364 2008-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
10365
10366 * vc-bzr.el (vc-bzr-print-log, vc-bzr-diff): Do it asynchronously.
10367
10368 2008-03-24 Drew Adams <drew.adams@oracle.com>
10369
10370 * finder.el (finder-mode-syntax-table, finder-font-lock-keywords):
10371 New variables.
10372 (finder-mode): Use finder-mode-syntax-table. Set font-lock-defaults.
10373 (finder-exit): Ignore errors rather than avoiding them.
10374 Kill *Finder-package* buffer also.
10375
10376 2008-03-24 Andreas Schwab <schwab@suse.de>
10377
10378 * xt-mouse.el (xterm-mouse-event): Avoid error with buttons > 5.
10379
10380 2008-03-24 Dan Nicolaescu <dann@ics.uci.edu>
10381
10382 * vc-hg.el (vc-hg-after-dir-status):
10383 * vc-bzr.el (vc-bzr-after-dir-status): Detect missing files.
10384
10385 * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-parse-status):
10386 Detect removed files.
10387
10388 * vc.el (vc-status-printer): Use a different face for missing files.
10389 (vc-status-hide-up-to-date): Rename from
10390 vc-status-remove-up-to-date. Update all callers.
10391 (vc-status-mode-map): Bind C-m.
10392
10393 2008-03-24 Alexandre Julliard <julliard@winehq.org>
10394
10395 * vc-git.el (vc-git-after-dir-status-stage1): Move state matching
10396 code ...
10397 (vc-git--state-code): ... to this new function.
10398 (vc-git-state): Use it.
10399
10400 2008-03-24 Trent Buck <trentbuck@gmail.com> (tiny change)
10401
10402 * textmodes/remember.el (remember-mail-date)
10403 (remember-store-in-mailbox): Write date and From line in such a
10404 way that Mutt can read it.
10405
10406 2008-03-23 Chong Yidong <cyd@stupidchicken.com>
10407
10408 * simple.el (transient-mark-mode): Turn on by default.
10409
10410 2008-03-23 Dan Nicolaescu <dann@ics.uci.edu>
10411
10412 * vc-bzr.el (vc-bzr-state): Return 'removed for removed files and
10413 'unregistered for unregistered files.
10414
10415 * vc-hg.el (vc-hg-state): Return 'removed for removed files.
10416
10417 * bindings.el (standard-mode-line-modes): Avoid duplicating a string.
10418
10419 * vc-cvs.el (vc-cvs-parse-status): Note there are problems with
10420 subdirectories.
10421
10422 * vc.el (vc-status-prepare-status-buffer): Fix thinko.
10423 (vc-status-menu-map): Add binding for vc-status-kill-dir-status-process.
10424 Add :enable for vc-status-refresh.
10425 (vc-status-menu-map-filter): Remove vc-ignore-menu-filter test.
10426 (vc-status-tool-bar-map): Add binding for
10427 vc-status-kill-dir-status-process.
10428 Don't test display-graphic-p and don't bind vc-ignore-menu-filter.
10429 (vc-update-vc-status-buffer, vc-status-kill-dir-status-process):
10430 Reset vc-status-process-buffer.
10431 (vc-status-refresh): Don't run two refreshes at a time.
10432 (vc-status): If the buffer is already in vc-status-mode only refresh.
10433 (vc-status-mark-buffer-changed): Add an optional file parameter.
10434 (vc-resynch-buffer): Use it.
10435 (vc-delete-file): Expand the file name before using it.
10436 Be careful to not create a new buffer with the old file contents.
10437 Update the VC state after performing the operation.
10438
10439 2008-03-23 Andreas Schwab <schwab@suse.de>
10440
10441 * menu-bar.el (menu-bar-showhide-fringe-ind-menu) [mixed]:
10442 Fix radio button condition.
10443 [box]: Likewise.
10444 [customize]: Add radio button.
10445
10446 2008-03-23 Jay Belanger <jay.p.belanger@gmail.com>
10447
10448 * calc/calc.el (calc-was-keypad-mode, calc-full-mode)
10449 (calc-user-parse-tables, calc-gnuplot-default-device)
10450 (calc-gnuplot-default-output, calc-gnuplot-print-device)
10451 (calc-gnuplot-print-output, calc-gnuplot-geometry)
10452 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
10453 (calc-invocation-macro, calc-trail-pointer, calc-trail-overlay)
10454 (calc-undo-list, calc-redo-list, calc-main-buffer)
10455 (calc-trail-buffer, calc-why, calc-last-kill, calc-dollar-values)
10456 (calc-dollar-used, calc-hashes-used, calc-quick-prev-results)
10457 (calc-said-hello, calc-executing-macro, calc-any-selections)
10458 (calc-help-phase, calc-full-help-flag, calc-refresh-count)
10459 (calc-display-dirty, calc-embedded-info, calc-embedded-active)
10460 (calc-standalone-flag, var-EvalRules, math-expr-function-mapping)
10461 (math-expr-variable-mapping, calc-mode-map, calc-digit-map)
10462 (calc-dispatch-map, calc-do-dispatch, calc-read-key-sequence)
10463 (calc-create-buffer, calc-quit): Add docstrings.
10464
10465 2008-03-23 Juanma Barranquero <lekktu@gmail.com>
10466
10467 * makefile.w32-in (WINS_ALMOST): Add org.
10468
10469 2008-03-23 Dan Nicolaescu <dann@ics.uci.edu>
10470
10471 * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
10472 New functions to implement vc-status support.
10473
10474 2008-03-22 Dan Nicolaescu <dann@ics.uci.edu>
10475
10476 * vc.el (vc-status-prepare-status-buffer): New function.
10477 (vc-status): Use it.
10478
10479 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add ... where
10480 appropriate.
10481
10482 2008-03-22 Alexandre Julliard <julliard@winehq.org>
10483
10484 * vc-git.el (vc-git--empty-db-p)
10485 (vc-git-after-dir-status-stage1-empty-db): New functions.
10486 (vc-git-dir-status, vc-git-after-dir-status-stage1, vc-git-state):
10487 Add support for empty repositories.
10488
10489 2008-03-22 Dan Nicolaescu <dann@ics.uci.edu>
10490
10491 * vc-git.el (vc-git-annotate-extract-revision-at-line):
10492 Allow "^" in a version name.
10493
10494 * vc-mtn.el (vc-mtn-state): Support the added state.
10495
10496 2008-03-22 Carsten Dominik <dominik@science.uva.nl>
10497
10498 * org: New directory for Org-mode.
10499
10500 * org/org-export-latex.el: Moved from lisp/texmodes.
10501
10502 * org/org-irc.el: Moved from lisp/texmodes.
10503
10504 * org/org-mac-message.el: Moved from lisp/texmodes.
10505
10506 * org/org-mouse.el: Moved from lisp/texmodes.
10507
10508 * org/org-publish.el: Moved from lisp/texmodes.
10509
10510 2008-03-21 Juri Linkov <juri@jurta.org>
10511
10512 * comint.el (comint-dynamic-simple-complete):
10513 Use variable `stub' for the second arg `common-substring'
10514 of `comint-dynamic-list-completions'.
10515 (comint-dynamic-list-filename-completions):
10516 Use variable `filenondir' for the second arg `common-substring'
10517 of `comint-dynamic-list-completions'.
10518 (comint-dynamic-list-completions): Add new optional arg
10519 `common-substring'. Add `common-substring' as the second arg of
10520 the call to `display-completion-list'. Doc fix.
10521
10522 * comint.el (comint-dynamic-complete-as-filename)
10523 (comint-dynamic-list-filename-completions)
10524 (comint-dynamic-simple-complete): Use `minibuffer-message'
10525 to display message "No completions of %s" when a command
10526 is called in the minibuffer.
10527 (comint-dynamic-simple-complete): Don't display other
10528 completion messages when a command is called in the minibuffer.
10529 (comint-dynamic-list-completions): Use `minibuffer-message'
10530 to display message " [Type space to flush ...]" when a command
10531 is called in the minibuffer.
10532
10533 * shell.el (shell-dynamic-complete-command)
10534 (shell-dynamic-complete-environment-variable): Don't display
10535 completion messages when command is called in the minibuffer.
10536
10537 * emacs-lisp/lisp.el (lisp-complete-symbol):
10538 Use `minibuffer-message' to display message "No completions of %s"
10539 when this command is called in the minibuffer.
10540
10541 * bindings.el (standard-mode-line-modes): Put special help-echo
10542 tooltip on recursive edit %[ %] mode-line constructs.
10543
10544 * dabbrev.el (debug-ignored-errors): Remove $ from the end of
10545 "^No dynamic expansion for .* found$" to allow error messages like
10546 "No dynamic expansion for \"%s\" found in this-buffer".
10547
10548 2008-03-21 Michael Albinus <michael.albinus@gmx.de>
10549
10550 * net/tramp.el (tramp-methods): Fix tramp-copy-args of "pscp" and
10551 "psftp".
10552
10553 2008-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
10554
10555 * vc-hooks.el (vc-default-mode-line-string): Add case for added files.
10556 * vc.el (vc-default-dired-state-info): Use just "modified".
10557 * vc-cvs.el (vc-cvs-state-heuristic): Turn rev 0 into `added'.
10558 (vc-cvs-mode-line-string): Make use of the better default.
10559 (vc-cvs-parse-entry): Use the new `added'.
10560 (vc-cvs-dired-state-info): Remove.
10561 * vc-svn.el (vc-svn-dired-state-info): Remove.
10562 * vc-hg.el (vc-hg-dired-state-info): Remove.
10563 * vc-git.el (vc-git-dired-state-info): Remove.
10564
10565 2008-03-21 Dan Nicolaescu <dann@ics.uci.edu>
10566
10567 * vc-git.el (vc-git-status-result): New variable.
10568 (vc-git-dir-status): Split out ...
10569 (vc-git-after-dir-status-stage1, vc-git-after-dir-status-stage2):
10570 ... these new functions and work asynchronously.
10571
10572 2008-03-21 Alexandre Julliard <julliard@winehq.org>
10573
10574 * vc-git.el (vc-git-after-dir-status): Remove.
10575 (vc-git-dired-state-info): Reimplement.
10576
10577 2008-03-21 Dan Nicolaescu <dann@ics.uci.edu>
10578
10579 * replace.el (occur-mode-map): Add :help.
10580
10581 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entry
10582 for disassemble.
10583
10584 * vc.el (vc-status-mark-buffer-changed): Better deal with files in
10585 the 'added state.
10586 (vc-status-remove-up-to-date): New function.
10587 (vc-status-mode-map, vc-status-menu-map): Bind it.
10588 (vc-status-printer): Use a different face up-to-date files.
10589 (vc-resynch-buffer): Update the vc-status buffer if it exists.
10590 (Todo): Remove solved entries.
10591
10592 * vc-hg.el (vc-hg-state):
10593 * vc-git.el (vc-git-state):
10594 * vc-cvs.el (vc-cvs-parse-status):
10595 * vc-bzr.el (vc-bzr-state): Return 'added when the file is in that
10596 state.
10597
10598 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
10599
10600 * progmodes/compile.el (compile):
10601 * progmodes/grep.el (grep, grep-find): Use read-shell-command.
10602
10603 * simple.el (minibuffer-local-shell-command-map): New var.
10604 (minibuffer-complete-shell-command, read-shell-command): New funs.
10605 (shell-command, shell-command-on-region): Use them.
10606
10607 2008-03-20 Dan Nicolaescu <dann@ics.uci.edu>
10608
10609 * vc.el (vc-status-mark-buffer-changed): New function to implement
10610 updating of the *vc-status* buffer when a buffer is saved.
10611 (vc-status-mode): Use it for after-change-hook.
10612 (vc-add-to-vc-status-buffer): Rename to ...
10613 (vc-status-add-entry): ... this.
10614 (Todo): Add new entry.
10615
10616 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
10617
10618 * sort.el (sort-reorder-buffer): Preserve the buffer's multibyteness.
10619
10620 2008-03-20 Juanma Barranquero <lekktu@gmail.com>
10621
10622 * icomplete.el (icomplete-prospects-length, icomplete-max-delay-chars)
10623 (icomplete-show-key-bindings, icomplete-minibuffer-setup-hook):
10624 Remove spurious * from defcustom docstrings.
10625 (icomplete-compute-delay): Fix docstring and remove spurious *.
10626 (icomplete-delay-completions-threshold): Fix typo in docstring and
10627 remove spurious *.
10628 (icomplete-completions): While collecting the list of prospective
10629 candidates, don't overshoot `icomplete-prospects-length'.
10630
10631 2008-03-20 Dan Nicolaescu <dann@ics.uci.edu>
10632
10633 * textmodes/refbib.el:
10634 * textmodes/reftex.el:
10635 * textmodes/reftex-global.el:
10636 * textmodes/reftex-vars.el:
10637 * textmodes/reftex-toc.el: Don't use eval-and-compile for byte
10638 compiler pacifying defvars.
10639 (reftex-toc-mode): Only make zmacs-regions local on XEmacs.
10640 * textmodes/reftex-index.el (zmacs-regions): Remove pacifier,
10641 not needed.
10642
10643 2008-03-20 Wilson Snyder <wsnyder@wsnyder.org>
10644
10645 * progmodes/verilog-mode.el (verilog-easy-menu-filter): New function.
10646 (verilog-stmt-menu, verilog-menu): Add :help and filter it.
10647 (verilog-customize, verilog-font-customize)
10648 (electric-verilog-backward-sexp, electric-verilog-forward-sexp)
10649 (verilog-mode): Update documentation strings to match tool tips.
10650 (verilog-auto-search-do, verilog-auto-re-search-do)
10651 (verilog-skip-forward-comment-or-string): Fix verilog-auto
10652 expansion when a .* appears inside a string.
10653 (verilog-re-search-forward, verilog-re-search-backward):
10654 Add comment to recall how this works.
10655 (verilog-read-decls): Fix AUTOINPUT/AUTOOUTPUT mis-including genvars.
10656
10657 2008-03-20 Glenn Morris <rgm@gnu.org>
10658
10659 * calendar/calendar.el (calendar-other-dates): New function.
10660 (calendar-print-other-dates): Use calendar-other-dates.
10661 * calendar/cal-menu.el (calendar-other-dates): Declare it, and remove
10662 the declarations it replaces.
10663 (calendar-mouse-print-dates): Use calendar-other-dates.
10664
10665 * calendar/cal-bahai.el (calendar-bahai-leap-year-p)
10666 (calendar-bahai-leap-base, calendar-bahai-from-absolute): Doc fixes.
10667 (calendar-absolute-from-bahai): Fix the leap-year case.
10668 (calendar-bahai-from-absolute): Re-use the Gregorian month.
10669 (calendar-bahai-date-string, calendar-bahai-print-date):
10670 Handle pre-Bahai dates.
10671
10672 * calendar/cal-china.el (chinese-calendar-celestial-stem)
10673 (chinese-calendar-terrestrial-branch): Make defcustoms.
10674
10675 * calendar/cal-menu.el (calendar-mouse-holidays): Re-use the title.
10676 (calendar-mouse-view-diary-entries): Use or.
10677 (calendar-mouse-chinese-date): Remove unused command.
10678 (cal-menu-load-hook): Mark as obsolete.
10679
10680 * calendar/solar.el (calendar-location-name, calendar-latitude)
10681 (calendar-longitude, solar-arctan, sunrise-sunset)
10682 (solar-mean-equinoxes/solstices): Use the appropriate equality test.
10683
10684 2008-03-20 Jay Belanger <jay.p.belanger@gmail.com>
10685
10686 * calc/calc.el: Remove outdated comments.
10687 (defcalcmodevar, calc-mode-var-list-restore-default-values)
10688 (calc-mode-var-list-restore-saved-values, calc-autorange-units):
10689 Add docstrings.
10690
10691 2008-03-19 Jason Rumney <jasonr@gnu.org>
10692
10693 * w32-fns.el (x-alternatives-map): Add S-tab mapping.
10694
10695 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
10696
10697 * net/tls.el (open-tls-stream): Reindent.
10698
10699 2008-03-19 Michael Albinus <michael.albinus@gmx.de>
10700
10701 * net/tramp.el (tramp-let-maybe): Removed.
10702 (tramp-drop-volume-letter): Don't use `replace-regexp-in-string'.
10703 It does not exist under XEmacs.
10704 (tramp-handle-file-truename, tramp-handle-expand-file-name)
10705 (tramp-completion-file-name-handler): Let-bind
10706 `directory-sep-char'.
10707
10708 * net/tramp-fish.el (tramp-fish-handle-expand-file-name): Let-bind
10709 `directory-sep-char'.
10710
10711 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
10712
10713 * help-fns.el (describe-function-1): Don't signal "missing arglist"
10714 for autoloaded keymaps.
10715
10716 * progmodes/verilog-mode.el (verilog-syntax-ppss): New function.
10717 (electric-verilog-terminate-line, verilog-in-struct-region-p)
10718 (verilog-backward-ws&directives, verilog-forward-ws&directives)
10719 (verilog-in-comment-p, verilog-in-star-comment-p)
10720 (verilog-in-slash-comment-p, verilog-skip-backward-comments)
10721 (verilog-parenthesis-depth, verilog-skip-backward-comment-or-string)
10722 (verilog-skip-forward-comment-or-string, verilog-in-paren)
10723 (verilog-skip-forward-comment-p): Use it.
10724
10725 2008-03-19 Juanma Barranquero <lekktu@gmail.com>
10726
10727 * textmodes/org.el (org-link-store, org-link-follow, org-latex)
10728 (org-remember-templates, org-time-stamp-rounding-minutes)
10729 (org-back-over-empty-lines, org-find-base-buffer-visiting)
10730 (org-columns-new): Fix typos in docstrings.
10731
10732 2008-03-19 Glenn Morris <rgm@gnu.org>
10733
10734 * net/tramp.el (tramp-drop-volume-letter): Evaluate when compiling.
10735 (tramp-handle-shell-command): Use condition-case rather than
10736 ignore-errors.
10737
10738 2008-03-19 Dan Nicolaescu <dann@ics.uci.edu>
10739
10740 * diff-mode.el (diff-header): Make the color louder.
10741 (diff-refine-change): Tone the color down.
10742
10743 2008-03-19 Juanma Barranquero <lekktu@gmail.com>
10744
10745 * descr-text.el (describe-char): When `describe-char-unidata-list'
10746 is set to show all properties, list them in the right order.
10747
10748 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
10749
10750 * international/mule.el (load-with-code-conversion): Avoid setting
10751 default-enable-multibyte-characters.
10752
10753 2008-03-19 Gustav HÃ¥llberg <gustav@virtutech.com> (tiny change)
10754
10755 * vc.el (vc-annotate-background): Fix custom type.
10756
10757 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
10758
10759 * descr-text.el (describe-char-unidata-list): Allow specifying
10760 just all properties.
10761 (describe-char): Handle that new value.
10762
10763 * emulation/cua-base.el (cua-paste): Signal an error in read-only buf.
10764
10765 2008-03-18 Tassilo Horn <tassilo@member.fsf.org>
10766
10767 * doc-view.el (doc-view-initiate-display): Use doc-view-doc-type
10768 instead of file name extension to make docs with uncommon
10769 extensions work.
10770
10771 2008-03-18 Tassilo Horn <tassilo@member.fsf.org>
10772
10773 * doc-view.el (require): Require cl at compile time because
10774 `assert' needs it.
10775
10776 2008-03-18 Glenn Morris <rgm@gnu.org>
10777
10778 * calendar/calendar.el (initial-calendar-window-hook)
10779 (today-visible-calendar-hook): Doc fixes.
10780
10781 2008-03-17 Michael Albinus <michael.albinus@gmx.de>
10782
10783 * net/tramp.el (tramp-root-regexp): Simplify.
10784 (tramp-completion-file-name-regexp-separate): Don't insist on
10785 leading "[". This prevents method or user or host completion.
10786 (tramp-let-maybe): Autoload it.
10787 (tramp-drop-volume-letter): Don't autoload. When not on W32, it
10788 is an alias for `identity'.
10789 (tramp-handle-write-region): Protect `last-coding-system-used'
10790 over the trailing statements.
10791 (tramp-completion-file-name-handler-post-function): Remove.
10792 (tramp-completion-file-name-handler): Let-bind `directory-sep-char'
10793 instead of calling `tramp-drop-volume-letter'.
10794
10795 * net/tramp.el:
10796 * net/tramp-uu.el:
10797 * net/trampver.el: Move coding cookie at the end.
10798
10799 2008-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
10800
10801 * net/tramp.el (tramp-completion-mode-p): Don't use char-equal for
10802 elements which may be something else than characters.
10803
10804 2008-03-17 Dan Nicolaescu <dann@ics.uci.edu>
10805
10806 * vc-bzr.el (vc-bzr-dir-status, vc-bzr-after-dir-status):
10807 New functions to implement vc-status support.
10808
10809 * vc.el (vc-default-extra-status-menu)
10810 (vc-add-to-vc-status-buffer): New functions.
10811
10812 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
10813 for eldoc and ielm.
10814
10815 2008-03-17 Glenn Morris <rgm@gnu.org>
10816
10817 * calendar/cal-x.el (diary-frame-parameters)
10818 (calendar-frame-parameters, calendar-and-diary-frame-parameters):
10819 Fix custom type; add options.
10820 (calendar-frame, diary-frame): Doc fixes.
10821 (calendar-dedicate-diary, calendar-frame-1): Extract common code into
10822 new functions.
10823 (calendar-one-frame-setup, calendar-two-frame-setup): Doc fixes.
10824 Use calendar-frame-1 and calendar-dedicate-diary.
10825 (calendar-one-frame-setup): Also handle only-one-frame case.
10826 (calendar-only-one-frame-setup): Doc fix. Just call
10827 calendar-one-frame-setup.
10828
10829 * calendar/diary-lib.el: Re-order some definitions before their use.
10830 (nongregorian-diary-listing-hook, nongregorian-diary-marking-hook)
10831 (diary-list-entries): Doc fixes.
10832 (make-fancy-diary-display): Remove function.
10833
10834 * calendar/calendar.el (calendar-today-marker)
10835 (initial-calendar-window-hook, today-visible-calendar-hook)
10836 (today-invisible-calendar-hook, diary-file, calendar-basic-setup)
10837 (calendar-star-date, calendar-mark-today): Doc fixes.
10838 (today-visible-calendar-hook): Add options.
10839 (calendar-in-read-only-buffer): New macro.
10840 (calendar-basic-setup): Adapt for change in calendar-read-date.
10841 Place holiday let inside if.
10842 (calendar-day-name-array, calendar-month-name-array): Make defcustoms.
10843 (calendar-read-date): Set day to 1 rather than nil in the NODAY case.
10844 (calendar-print-other-dates): Use one let rather than many.
10845
10846 * calendar/calendar.el (calendar-in-read-only-buffer): New macro.
10847 (calendar-print-other-dates):
10848 * calendar/cal-hebrew.el (list-yahrzeit-dates):
10849 * calendar/diary-lib.el (simple-diary-display, fancy-diary-display):
10850 * calendar/holidays.el (calendar-list-holidays, list-holidays)
10851 (calendar-cursor-holidays):
10852 * calendar/lunar.el (calendar-phases-of-moon): Use
10853 calendar-in-read-only-buffer to replace previous code and disable undo.
10854
10855 2008-03-16 Juri Linkov <juri@jurta.org>
10856
10857 * isearch.el (isearch-edit-string): Use search-ring-yank-pointer
10858 and regexp-search-ring-yank-pointer for the HISTPOS argument of
10859 read-from-minibuffer to provide the correct initial minibuffer
10860 history position in isearch-edit-string when it is called from
10861 isearch-ring-adjust.
10862
10863 * menu-bar.el (kill-this-buffer): Use menu-bar-non-minibuffer-window-p
10864 to check if the current buffer is the minibuffer, and in this case
10865 call abort-recursive-edit to kill the minibuffer. Doc fix.
10866 (kill-this-buffer-enabled-p): Allow this function to return non-nil
10867 when the current buffer is the minibuffer.
10868
10869 * simple.el (goto-line): Leave mark at previous position. Doc fix.
10870
10871 2008-03-16 Tassilo Horn <tassilo@member.fsf.org>
10872
10873 * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
10874 Use non-nil PARENTS attribute of make-directory instead of
10875 explicitly checking existence the current cache directory.
10876
10877 2008-03-16 Daiki Ueno <ueno@unixuser.org>
10878
10879 * epa-file.el (epa-file-select-keys): Fix bug with C-x C-s after
10880 M-x epa-file-select-keys.
10881
10882 2008-03-16 Kenichi Handa <handa@m17n.org>
10883
10884 * international/mule.el (auto-coding-alist):
10885 Use no-conversion-multibyte for archive files.
10886
10887 2008-03-16 Glenn Morris <rgm@gnu.org>
10888
10889 * calendar/diary-lib.el (calendar-mark-complex, calendar-mark-1):
10890 New functions.
10891 * calendar/cal-bahai.el (calendar-mark-1): Autoload it.
10892 (calendar-bahai-mark-date-pattern): Add optional argument `color'.
10893 Use calendar-mark-1.
10894 * calendar/cal-hebrew.el (calendar-mark-complex): Autoload it.
10895 (mark-hebrew-calendar-date-pattern): Add optional argument `color'.
10896 Use calendar-mark-complex.
10897 * calendar/cal-islam.el (calendar-mark-1): Autoload it.
10898 (mark-islamic-calendar-date-pattern): Add optional argument `color'.
10899 Use calendar-mark-1.
10900
10901 * calendar/calendar.el (calendar-mod): Remove.
10902 * calendar/cal-china.el (calendar-chinese-from-absolute)
10903 (calendar-chinese-date-string): Expand calendar-mod calls.
10904 * calendar/cal-mayan.el (calendar-mayan-tzolkin-from-absolute):
10905 Expand calendar-mod calls.
10906
10907 * calendar/cal-bahai.el (calendar-bahai-date-string): Use a single let.
10908 (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
10909 (diary-bahai-insert-yearly-entry): Use let rather than let*.
10910 Move obsolete aliases after the functions that replaced them.
10911
10912 * calendar/cal-hebrew.el (calendar-absolute-from-hebrew)
10913 (hebrew-calendar-yahrzeit, insert-hebrew-diary-entry)
10914 (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry):
10915 Use let rather than let*.
10916 (calendar-hebrew-prompt-for-date): New function.
10917 (calendar-goto-hebrew-date): Use calendar-hebrew-prompt-for-date.
10918 (holiday-tisha-b-av-etc): Use unless, let.
10919
10920 * calendar/cal-islam.el (calendar-islamic-prompt-for-date): New func.
10921 (calendar-goto-islamic-date): Use calendar-islamic-prompt-for-date.
10922
10923 * calendar/cal-mayan.el (calendar-mayan-haab-to-string): Simplify.
10924
10925 * calendar/calendar.el (calendar-for-loop): Add indent spec.
10926
10927 * calendar/diary-lib.el (diary-remind-message, mark-sexp-diary-entries)
10928 (list-sexp-diary-entries, diary-font-lock-sexps): Use format rather
10929 than concat.
10930 (diary): Remove un-needed let.
10931 (view-other-diary-entries): Rename argument.
10932 (diary-list-entries-2): New function.
10933 (diary-list-entries-1, diary-list-entries): Use diary-list-entries-2.
10934 (print-diary-entries): Use unless.
10935 (diary-mark-entries-1): Change argument order, make all but
10936 markfunc optional. Handle the standard (Gregorian) case.
10937 Use match-string-no-properties. Handle marks.
10938 (mark-diary-entries): Use diary-mark-entries-1.
10939 (diary-font-lock-keywords-1): New macro.
10940 (diary-font-lock-keywords): Use diary-font-lock-keywords-1.
10941
10942 2008-03-16 Ulf Jasper <ulf.jasper@web.de>
10943
10944 * calendar/icalendar.el (icalendar-version): Increase to 0.18.
10945 (icalendar-export-hidden-diary-entries): New variable.
10946 (icalendar-export-region): Use icalendar-export-hidden-diary-entries.
10947 In case of error, insert full error-val.
10948 (icalendar-first-weekday-of-year): Remove `offset' argument. Doc fix.
10949 Use calendar-day-of-week. Return the day number.
10950 (icalendar--convert-weekly-to-ical): Use funcall rather than apply.
10951
10952 2008-03-16 Craig Markwardt <Craig.Markwardt@nasa.gov>
10953
10954 * calendar/icalendar.el (icalendar-recurring-start-year): New variable.
10955 (icalendar--diarytime-to-isotime): Fix treatment of 12:00pm - 12:59pm.
10956 (icalendar-export-region): Ignore hidden diary entries.
10957 (icalendar--convert-ordinary-to-ical): Fix case where event
10958 spans across midnight boundary.
10959 (icalendar-first-weekday-of-year): New function.
10960 (icalendar--convert-weekly-to-ical): Allow user-selectable start
10961 year for recurring events (Mozilla calendars do not propagate
10962 recurring events forever, so year 2000 start date was not working).
10963 (icalendar--convert-yearly-to-ical): Remove extra spaces in
10964 formatting of BYMONTH and BYMONTHDAY (not allowed by ical spec).
10965
10966 2008-03-15 Michael Albinus <michael.albinus@gmx.de>
10967
10968 * net/tramp.el (tramp-root-regexp): New defconst.
10969 (tramp-completion-file-name-regexp-unified)
10970 (tramp-completion-file-name-regexp-separate)
10971 (tramp-completion-file-name-regexp-url): Use it.
10972 (tramp-do-copy-or-rename-file-via-buffer):
10973 Set `enable-multibyte-characters' to nil. Set `jka-compr-inhibit' to
10974 t for `insert-file-contents-literally'.
10975 (tramp-drop-volume-letter): Rewrite, using `tramp-root-regexp'.
10976 Autoload it.
10977 (tramp-completion-file-name-handler-post-function): New defconst.
10978 (tramp-completion-file-name-handler): Use it.
10979 (tramp-maybe-open-connection): Update calls to
10980 `tramp-flush-connection-property' for removed 2nd argument.
10981
10982 2008-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
10983
10984 * vc-bzr.el (vc-bzr-diff): Use a faster invocation when possible.
10985 (vc-bzr-complete-with-prefix, vc-bzr-revision-completion-table):
10986 New functions.
10987
10988 2008-03-15 Glenn Morris <rgm@gnu.org>
10989
10990 * calendar/diary-lib.el (diary-list-entries-1, diary-mark-entries-1):
10991 New functions.
10992 * calendar/cal-bahai.el (number, original-date, add-to-diary-list)
10993 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
10994 (diary-list-entries-1, diary-mark-entries-1): Autoload.
10995 (diary-bahai-list-entries): Use diary-list-entries-1.
10996 (diary-bahai-mark-entries): Doc fix. Use diary-mark-entries-1.
10997 * calendar/cal-hebrew.el (number, original-date, add-to-diary-list)
10998 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
10999 (diary-list-entries-1, diary-mark-entries-1): Autoload.
11000 (list-hebrew-diary-entries): Use diary-list-entries-1.
11001 (mark-hebrew-diary-entries): Doc fix. Use diary-mark-entries-1.
11002 * calendar/cal-islam.el (number, original-date, add-to-diary-list)
11003 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
11004 (diary-list-entries-1, diary-mark-entries-1): Autoload.
11005 (list-islamic-diary-entries): Use diary-list-entries-1.
11006 (mark-islamic-diary-entries): Doc fix. Use diary-mark-entries-1.
11007
11008 * calendar/appt.el (appt-check, appt-delete, appt-make-list): Use caar.
11009
11010 * calendar/cal-bahai.el (calendar-bahai-epoch): Doc fix.
11011
11012 * calendar/cal-china.el (number-chinese-months)
11013 (calendar-chinese-from-absolute): Use nth, caar.
11014
11015 * calendar/cal-coptic.el (coptic-calendar-epoch): Doc fix.
11016
11017 * calendar/cal-french.el (french-calendar-accents): Doc fix.
11018
11019 * calendar/cal-hebrew.el (calendar-hebrew-month-name-array-common-year)
11020 (calendar-hebrew-month-name-array-leap-year)
11021 (hebrew-calendar-parashiot-names): Make constants.
11022 (diary-parasha): Move definition after constants it uses.
11023
11024 * calendar/cal-html.el (cal-html-insert-link-yearpage)
11025 (cal-html-htmlify-list): Doc fix.
11026 (cal-html-htmlify-entry): Use nth.
11027
11028 * calendar/cal-islam.el (calendar-islamic-month-name-array)
11029 (calendar-islamic-epoch): Make constants.
11030 (calendar-islamic-epoch): Doc fix.
11031
11032 * calendar/cal-menu.el (cal-menu-goto-menu): Use "Go To".
11033
11034 * calendar/cal-tex.el (cal-tex-hook, cal-tex-insert-preamble)
11035 (cal-tex-month-name): Doc fix.
11036 (cal-tex-last-blank-p): Use zerop.
11037
11038 * calendar/calendar.el (european-calendar-style, calendar-for-loop)
11039 (calendar-sum, calendar-insert-indented, mouse-calendar-other-month)
11040 (calendar-cursor-to-date): Doc fix.
11041 (hebrew-holidays-1, hebrew-holidays-4): Simplify.
11042 (extract-calendar-day, extract-calendar-year): Use cadr, nth.
11043 (calendar-day-number): Use when.
11044 (generate-calendar-month): Use dotimes.
11045 (exit-calendar, calendar-print-other-dates): Use let rather than let*.
11046 (calendar-set-mark): Reverse conditional.
11047 (calendar-make-alist): Move definition before use.
11048
11049 * calendar/diary-lib.el (diary-face-attrs)
11050 (diary-glob-file-regexp-prefix, diary-selective-display)
11051 (number-of-diary-entries, diary-list-entries, diary-goto-entry)
11052 (list-sexp-diary-entries, diary-date, diary-block, diary-float)
11053 (diary-anniversary, diary-cyclic)
11054 (diary-fancy-font-lock-fontify-region-function): Doc fixes.
11055 (diary-header-line-format): Change wording.
11056 (diary-list-entries): Set `date-start' in let.
11057 (include-other-diary-files, mark-included-diary-files): Use format.
11058 (simple-diary-display, fancy-diary-display): Use cadr, unless.
11059 (mark-diary-entries): Use 1+.
11060 (mark-sexp-diary-entries, list-sexp-diary-entries): Use when.
11061 (mark-calendar-month): Use dotimes.
11062
11063 * calendar/holidays.el (displayed-month, displayed-year):
11064 Move declarations where needed.
11065 (calendar-list-holidays): Doc fix.
11066
11067 * calendar/parse-time.el (parse-time-string): Simplify.
11068
11069 * calendar/solar.el (solar-n-hemi-seasons, solar-s-hemi-seasons):
11070 Make constants.
11071 (solar-sunrise-sunset): Rename some local variables for clarity.
11072 (sunrise-sunset): Use zerop.
11073 (solar-mean-equinoxes/solstices): Doc fix.
11074
11075 * calendar/timeclock.el (timeclock-time-to-seconds, timeclock-log-data):
11076 Use nth.
11077 (timeclock-completing-read, timeclock-generate-report): Use zerop.
11078 (timeclock-mean, timeclock-generate-report): Use dolist.
11079
11080 * calendar/todo-mode.el (todo-add-category): Simplify.
11081 (todo-more-important-p, todo-delete-item, todo-file-item):
11082 Use unless, when.
11083 (todo-top-priorities): Use zerop.
11084
11085 2008-03-14 Nick Roberts <nickrob@snap.net.nz>
11086
11087 * buff-menu.el (list-buffers-noselect): Display buffer name in
11088 tooltip instead of mouse binding when it doesn't fit in the list.
11089
11090 2008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
11091
11092 * faces.el (xw-defined-colors):
11093 * simple.el (widget-convert, shell-mode): Declare as functions
11094 instead of autoloading.
11095
11096 * abbrev.el:
11097 * button.el:
11098 * cus-face.el:
11099 * ediff-hook.el:
11100 * emacs-lisp/backquote.el:
11101 * emacs-lisp/timer.el:
11102 * facemenu.el:
11103 * faces.el:
11104 * menu-bar.el:
11105 * simple.el:
11106 * subr.el:
11107 * textmodes/fill.el:
11108 * textmodes/paragraphs.el: Remove autoloads, redundant when the
11109 files are preloaded.
11110
11111 2008-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
11112
11113 * desktop.el (desktop-create-buffer): Don't catch errors if
11114 debug-on-error is set.
11115
11116 2008-03-14 Eli Zaretskii <eliz@gnu.org>
11117
11118 * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
11119 ($(lisp)/calendar/diary-loaddefs.el)
11120 ($(lisp)/calendar/hol-loaddefs.el): New targets.
11121 (LOADDEFS): New macro.
11122 (autoloads): Depend on $(LOADDEFS).
11123
11124 2008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
11125
11126 * font-lock.el (featurep): Remove test, not useful anymore.
11127 (facemenu-keymap): Move key binding ...
11128 * facemenu.el (facemenu-keymap): ... here.
11129
11130 * vc-bzr.el (vc-bzr-print-log): Insert a file marker. Run the log
11131 for each file in the list.
11132 (vc-bzr-log-view-mode): Recognize the file marker.
11133
11134 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
11135 for checkdoc and profiling.
11136
11137 2008-03-14 Bastien Guerry <bzg@altern.org>
11138
11139 * textmodes/flyspell.el (nxml-mode): Add the right
11140 `flyspell-mode-predicate'.
11141
11142 * wid-edit.el (link): Use 'mouse-face for :follow-link.
11143
11144 2008-03-14 Glenn Morris <rgm@gnu.org>
11145
11146 * calendar/solar.el: Reorder so that functions are defined before use.
11147 (displayed-month, displayed-year): Move declarations where needed.
11148 (solar-get-number): Move definition before use. Use unless.
11149 (solar-equatorial-coordinates): Simplify.
11150 (solar-sunrise-and-sunset): Use let rather than let*.
11151 (solar-longitude, solar-equinoxes-solstices): Use cadr, nth.
11152
11153 * startup.el (command-line-1): Rename -internal-script back to
11154 -scriptload (reverts previous change).
11155
11156 * calendar/cal-bahai.el (calendar-bahai-month-name-array)
11157 (calendar-bahai-leap-base): Add doc strings.
11158 (calendar-bahai-prompt-for-date, calendar-bahai-mark-date-pattern):
11159 Move definition before use.
11160 (calendar-bahai-goto-date, diary-bahai-list-entries): Doc fix.
11161 (diary-bahai-list-entries, diary-bahai-mark-entries): Move some constant
11162 variables outside the loop. Use dolist.
11163 (holiday-bahai, calendar-bahai-mark-date-pattern): Use unless.
11164
11165 * calendar/cal-china.el: Re-order so that functions are defined before
11166 use.
11167 (displayed-month, displayed-year): Move declarations where needed.
11168 (chinese-calendar-time-zone, calendar-goto-chinese-date): Doc fix.
11169 (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
11170 Add doc strings.
11171 (chinese-year-cache): Recenter on 2010. Doc fix.
11172 (chinese-year, number-chinese-months, calendar-absolute-from-chinese):
11173 Doc fix. Simplify.
11174 (chinese-year-cache-init): New function.
11175 (compute-chinese-year, holiday-chinese-new-year)
11176 (calendar-chinese-date-string, calendar-goto-chinese-date)
11177 (make-chinese-month-assoc-list): Use cadr, nth.
11178 (chinese-months): Remove un-needed let.
11179
11180 * calendar/cal-coptic.el (coptic-calendar-month-name-array)
11181 (ethiopic-calendar-month-name-array, ethiopic-name): Add doc strings.
11182 (coptic-prompt-for-date): Move definition before use.
11183
11184 * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
11185 (calendar-dst-find-data, calendar-daylight-time-offset)
11186 (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
11187 (calendar-daylight-savings-starts-time)
11188 (calendar-daylight-savings-ends-time): Use cadr, nth.
11189
11190 * calendar/cal-french.el (french-calendar-epoch)
11191 (calendar-goto-french-date): Doc fix.
11192 (french-calendar-month-name-array)
11193 (french-calendar-multibyte-month-name-array)
11194 (french-calendar-day-name-array, french-calendar-special-days-array):
11195 Add doc strings.
11196
11197 * calendar/cal-hebrew.el (displayed-month, displayed-year)
11198 (original-date): Move declarations where needed.
11199 (calendar-goto-hebrew-date, list-hebrew-diary-entries, diary-yahrzeit):
11200 Doc fix.
11201 (list-hebrew-diary-entries, mark-hebrew-diary-entries): Move some
11202 constant variables outside the loop. Use dolist.
11203
11204 * calendar/cal-islam.el (displayed-month, displayed-year)
11205 (original-date): Move declarations where needed.
11206 (islamic-calendar-day-number): Remove unused local variable `day'.
11207 (calendar-goto-islamic-date): Doc fix.
11208 (holiday-islamic): Use unless.
11209 (list-islamic-diary-entries, mark-islamic-diary-entries): Move some
11210 constant variables outside the loop. Use dolist.
11211 (mark-islamic-calendar-date-pattern): Move definition before use.
11212 Use unless.
11213 (mark-islamic-diary-entries): Doc fix.
11214 (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
11215 (insert-yearly-islamic-diary-entry): Use let rather than let*.
11216
11217 * calendar/cal-julian.el (calendar-absolute-from-julian):
11218 Move definition before use. Remove un-needed local `day'.
11219 (calendar-goto-julian-date, calendar-goto-astro-day-number): Doc fix.
11220
11221 * calendar/cal-mayan.el (calendar-mayan-haab-month-name-array)
11222 (calendar-mayan-tzolkin-names-array): Add doc strings.
11223 (calendar-mayan-long-count-from-absolute): Use a single let.
11224 (calendar-string-to-mayan-long-count): Simplify.
11225 (calendar-next-haab-date, calendar-previous-haab-date)
11226 (calendar-next-tzolkin-date, calendar-previous-tzolkin-date)
11227 (calendar-previous-calendar-round-date)
11228 (calendar-goto-mayan-long-count-date, calendar-mayan-date-string):
11229 Doc fix.
11230 (calendar-mayan-tzolkin-haab-on-or-before): Use zerop.
11231 (calendar-mayan-date-string, calendar-print-mayan-date)
11232 (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
11233 (calendar-mayan-long-count-common-era): Move definitions before use.
11234
11235 * calendar/cal-menu.el (displayed-year): Move declaration where needed.
11236 (calendar-event-to-date, cal-tex-mouse-week, cal-tex-mouse-week-iso):
11237 Doc fix.
11238 (calendar-mouse-goto-date): Move definition before use.
11239
11240 * calendar/cal-move.el (calendar-cursor-to-nearest-date): Use or, when.
11241 Move definition before use.
11242 (calendar-cursor-to-visible-date): Move definition before use.
11243 (calendar-scroll-left): Use unless and zerop. Combine lets into one,
11244 and place inside the conditional.
11245 (calendar-forward-day): Simplify.
11246 (calendar-end-of-month): Use unless.
11247 (calendar-goto-day-of-year): Doc fix.
11248 Relocate obsolete aliases after their replacements.
11249
11250 * calendar/cal-persia.el (calendar-goto-persian-date): Doc fix.
11251
11252 * calendar/diary-lib.el (mark-diary-entries): Move some constant
11253 variables outside the diary-date-forms loop.
11254
11255 * calendar/calendar.el (diary-file): Doc fix.
11256 (calendar-buffer-list): Return buffers rather than strings (fixes
11257 previous change).
11258 (hebrew-holidays-4): Fix typo.
11259
11260 * calendar/holidays.el (displayed-month, displayed-year):
11261 Move declarations where needed.
11262 (calendar-holiday-list, calendar-list-holidays)
11263 (holiday-filter-visible-calendar): Move definitions before use.
11264 (list-holidays): Use cadr.
11265 Relocate obsolete aliases after their replacements.
11266
11267 * calendar/lunar.el (date, displayed-month, displayed-year):
11268 Move declarations where needed.
11269 (lunar-phase-list): Move definition after functions it uses.
11270 (calendar-phases-of-moon, diary-phases-of-moon)
11271 (lunar-new-moon-on-or-after): Use cadr, nth.
11272 (lunar-new-moon-on-or-after): Doc fix.
11273
11274 * textmodes/org-irc.el (top-level): CL not required when compiling.
11275 (org-irc-visit-erc): Replace runtime CL functions.
11276
11277 * textmodes/org-publish.el (declare-function): Add compatibility stub.
11278 (org-publish-delete-dups): Declare as function.
11279
11280 2008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
11281
11282 * vc-bzr.el (vc-bzr-log-view-mode): "." can be part of a revno.
11283 (vc-bzr-show-log-entry): Make regexp match more cases.
11284 (vc-diff-switches-list): Remove autoload, not needed.
11285
11286 2008-03-14 Juri Linkov <juri@jurta.org>
11287
11288 * isearch.el (isearch-edit-string): Remove one call to
11289 `isearch-push-state' not to push an inconsistent state,
11290 but keep another correct call to `isearch-push-state'.
11291 (isearch-ring-adjust): Call `isearch-push-state' only when
11292 `search-ring-update' is non-nil since `isearch-edit-string'
11293 already pushes its state.
11294 (isearch-message): Improve matching the failed part by checking
11295 if the original message starts with the last successful message.
11296
11297 * dired.el (dired-warn-writable): Rename to `dired-perm-write'.
11298 (dired-perm-write): Rename from `dired-warn-writable'.
11299 Change parent face from `font-lock-warning-face' to
11300 `font-lock-comment-delimiter-face'.
11301 (dired-warn-writable-face): Rename to `dired-perm-write-face'.
11302 (dired-perm-write-face): Rename from `dired-warn-writable-face'.
11303 (dired-font-lock-keywords): Replace `dired-warn-writable-face'
11304 with `dired-perm-write-face'.
11305
11306 2008-03-13 Tassilo Horn <tassilo@member.fsf.org>
11307
11308 * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
11309 Create cache dir only if it doesn't already exist.
11310
11311 2008-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
11312
11313 * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Fix handling
11314 of \ and '.
11315
11316 2008-03-13 Johan Bockgård <bojohan@gnu.org>
11317
11318 * net/browse-url.el (browse-url-text-xterm):
11319 Unquote browse-url-text-browser.
11320
11321 2008-03-13 Carsten Dominik <dominik@science.uva.nl>
11322
11323 * textmodes/org-mouse.el: Version number change.
11324
11325 * textmodes/org-publish.el (org-publish-expand-components):
11326 Remove null projects from the list of components.
11327 (org-publish-attachment): Bugfix: handle mandatory argument pub-dir.
11328 Remove unused retrieval of the :publishing-directory property.
11329 (org-publish-file): Bugfix: when using a relative directory as the
11330 publishing directory, convert it to a directory filename.
11331 (org-publish-project): New alias.
11332 (org-publish-get-files): Protect against empty p.
11333 (org-publish-file): Send an error when file is not part of any project.
11334 (org-publish-file): Offer to refresh the list of files in known
11335 project when the current file is not part of any project.
11336 (org-publish-before-export-hook)
11337 (org-publish-after-export-hook): New hooks.
11338 (org-publish-org-to): Use new hooks and kill buffers.
11339 (org-publish-file): Remove the code for killing buffers.
11340 (org-publish-initialize-files-alist): Use interactive.
11341 (org-publish-file): If the publishing function creates a new
11342 buffer, kill it after publishing.
11343 (org-publish-timestamp-filename): Protect ":" in file name path
11344 under windows.
11345
11346 * textmodes/org-export-latex.el (org-export-as-latex): Revert the
11347 change that killed the LaTeX buffer.
11348
11349 * textmodes/org.el (org-ctrl-c-star): Implement a missing branch
11350 in the decision tree.
11351 (org-select-remember-template): Clean the code.
11352 (org-prepare-dblock): Add the extra :content parameter.
11353 (org-write-agenda): New output type ".ics" files.
11354 (org-write-agenda): Call `org-icalendar-verify-function', both for
11355 time stamps and for TODO entries.
11356 (org-agenda-collect-markers, org-create-marker-find-array)
11357 (org-check-agenda-marker-table): New functions.
11358 (org-agenda-marker-table): New variable.
11359 (org-export-as-html): Revert the change that killed the html
11360 buffer. Side effects first need to be studied carefully.
11361 (org-get-tags-at): Fix the structure of the condition-case statement.
11362 (org-ts-regexp0, org-repeat-re, org-display-custom-time)
11363 (org-timestamp-change): Fix regular expressions to swallow the
11364 extra character for repeat-shift control.
11365 (org-auto-repeat-maybe): Implement the new repeater mechanisms.
11366 (org-get-legal-level): Alias to `org-get-valid-level'.
11367 (org-dblock-write:clocktable): Add a :link parameter, linking
11368 headlines to their location in the Org agenda files.
11369 (org-get-tags-at): Bugfix: prevent `org-back-to-heading' from
11370 throwing an error when getting tags before headlines.
11371 (org-timestamp-change, org-modify-ts-extra)
11372 (org-ts-regexp1): Fix timestamp editing.
11373 (org-agenda-custom-commands-local-options): New constant.
11374 (org-agenda-custom-commands):
11375 Use `org-agenda-custom-commands-local-options' to improve customize
11376 type. "htmlize": Removed hack to fix face problem with htmlize,
11377 it no longer seem necessary.
11378 (org-follow-link-hook): New hook.
11379 (org-agenda-custom-commands): Add "Component" as a tag for each
11380 item in a command series.
11381 (org-open-at-point): Run `org-follow-link-hook'.
11382 (org-agenda-schedule): Bugfix: don't display marker type when it
11383 is nil.
11384 (org-store-link): org-irc required.
11385 (org-set-regexps-and-options): Parse the new logging options.
11386 (org-extract-log-state-settings): New function.
11387 (org-todo): Handle the new ways of recording state change stuff.
11388 (org-local-logging): New function.
11389 (org-columns-open-link): Fix bug with opening link in column view.
11390 (org-local-logging): New function.
11391 (org-todo): Make sure that LOGGING properties are honoured.
11392 (org-todo-keywords): Improve docstring.
11393 (org-startup-options): Cleanup startup options.
11394 (org-set-regexps-and-options): Process the "!" markers.
11395 (org-todo): Respect the new logging stuff.
11396 (org-log-note-how): New variable.
11397 (org-add-log-maybe): New parameter HOW that defines how logging
11398 should be done and also overrides PURPOSE. Add a docstring.
11399 (org-add-log-note): Check if we really need to ask for a note.
11400 (org-get-current-options): Digest the new keyword.
11401 (org-agenda-reset-markers): Rename from
11402 `org-agenda-maybe-reset-markers'. Remove FORCE argument.
11403 (org-diary, org-agenda-quit, org-prepare-agenda): Call the renamed
11404 function, without force argument.
11405 (org-buffer-property-keys): Bind local variables s and p.
11406 (org-make-tags-matcher): Allow "" to match an empty or
11407 non-existent property value.
11408 (org-export-as-html): Join unsorted lists when they directly
11409 follow each other. Such lists may be created by headlines that
11410 are converted to lists.
11411 (org-nofm-to-completion): New function.
11412 (org-export-as-html): Use :html-extension instead of
11413 org-export-html-extension.
11414 (org-store-link): Support for links from `rmail-summary-mode'.
11415 (org-columns-new, org-complete, org-set-property): Set the
11416 `include-columns' argument in the call to
11417 `org-buffer-property-keys'.
11418 (org-buffer-property-keys): New argument `include-columns', to
11419 include properties expected by any of the COLUMNS formats in the
11420 current buffer.
11421 (org-cleaned-string-for-export): Get rid of drawers first, so that
11422 they will be removed also in the text before the first headline.
11423 (org-clock-report): Show the clocktable when found.
11424 (org-refile): Fix positioning bug when `org-reverse-note-order' is nil.
11425 (org-version): With prefix argument, insert `org-version' at point.
11426 (org-agenda-goto): Recenter the window after finding the target
11427 location, to make sure the correct position will be displayed.
11428 (org-agenda-get-deadlines): Don't scale priority with the warning
11429 period.
11430 (org-insert-heading): Don't break line in the middle of the line.
11431 (org-agenda-get-deadlines): Allow `org-deadline-warning-days' to
11432 be 0.
11433 (org-update-checkbox-count): Revamp to deal with hierarchical
11434 checkboxes. This was a patch from Miguel A. Figueroa-Villanueva.
11435 (org-remove-timestamp-with-keyword): New function.
11436 (org-schedule, org-deadline):
11437 Use `org-remove-timestamp-with-keyword' to make sure all such time
11438 stamps are removed.
11439 (org-mode): Support for `align'.
11440 (org-agenda-get-deadlines): Make sure priorities increase as the
11441 due date approaches and is passed.
11442 (org-remember-apply-template): Fix problem with tags that
11443 contain "_" or "@".
11444 (org-make-link-regexps): Improve the regular expression for plain links.
11445 (org-agenda-get-closed): List each clocking entry.
11446 (org-set-tags): Only tabify before tags if indent-tabs-mode is t.
11447 (org-special-ctrl-k): New option.
11448 (org-kill-line): New function.
11449 (org-archive-all-done): Fix incorrect number of stars in regexp.
11450 (org-refile-get-location): New function.
11451 (org-refile-goto-last-stored): New function.
11452 (org-global-tags-completion-table): Add the value of org-tag-alist
11453 in each buffer, to make sure that also unused tags will be
11454 available for completion.
11455 (org-columns-edit-value)
11456 (org-columns-next-allowed-value): Only update if not in agenda.
11457 (org-clocktable-steps): New function.
11458 (org-dblock-write:clocktable): Call `org-clocktable-steps'.
11459 (org-archive-subtree): Add the outline tree context as a property.
11460 (org-closest-date): New optional argument `prefer'.
11461 (org-goto-auto-isearch): New option.
11462 (org-goto-map, org-get-location): Implement auto-isearch.
11463 (org-goto-local-auto-isearch-map): New variable.
11464 (org-goto-local-search-forward-headings)
11465 (org-goto-local-auto-isearch): New functions.
11466
11467 2008-03-13 Philip Jackson <emacs@shellarchive.co.uk>
11468
11469 * textmodes/org-irc.el: New file.
11470
11471 2008-03-13 John Wiegley <johnw@gnu.org>
11472
11473 * textmodes/org-mac-message.el: New file.
11474
11475 2008-03-13 Dan Nicolaescu <dann@ics.uci.edu>
11476
11477 * font-lock.el (font-lock-comment-face): Set the foreground for
11478 the light background 8 colors case.
11479
11480 2008-03-13 Glenn Morris <rgm@gnu.org>
11481
11482 * font-lock.el (lisp-font-lock-keywords-1): Support wider range of
11483 generate-autoload-cookie patterns.
11484
11485 * startup.el (command-line-1): Rename -scriptload to -internal-script.
11486
11487 * Makefile.in ($(lisp)/loaddefs.el): Remove this target.
11488 (MH_E_SRC): Remove variable.
11489 ($(lisp)/mh-e/mh-loaddefs.el): Remove $MH_E_SRC dependency.
11490 Simplify file header. Use $@ for generated-autoload-file.
11491
11492 * Makefile.in (LOADDEFS): New variable.
11493 (AUTOGENEL): Use $LOADDEFS.
11494 (autoloads): Remove $(lisp)/loaddefs.el dependency; add $LOADDEFS.
11495 ($(lisp)/calendar/cal-loaddefs.el, $(lisp)/calendar/diary-loaddefs.el)
11496 ($(lisp)/calendar/hol-loaddefs.el): New targets.
11497 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
11498 * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-html.el:
11499 * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
11500 * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
11501 * calendar/cal-tex.el, calendar/cal-x.el, calendar/diary-lib.el:
11502 * calendar/holidays.el, calendar/lunar.el, calendar/solar.el:
11503 Add calendar-specific autoload cookies, and remove any setting of
11504 generated-autoload-file.
11505 * calendar/calendar.el: Remove explicit autoloads now in cal-loaddefs.
11506 * calendar/diary-lib.el: Replace explicit autoloads with reading of
11507 diary-loaddefs.
11508 * calendar/holidays.el: Replace explicit autoloads with reading of
11509 hol-loaddefs.
11510
11511 * calendar/calendar.el (cal-hebrew-yahrzeit-buffer): New constant.
11512 (calendar-buffer-list): Simplify.
11513 (generate-calendar-window): Use calendar-mark-holidays rather than
11514 obsolete alias.
11515
11516 * calendar/cal-hebrew.el (list-yahrzeit-dates):
11517 Use cal-hebrew-yahrzeit-buffer.
11518
11519 * calendar/cal-x.el (calendar-only-one-frame-setup)
11520 (calendar-two-frame-setup): Doc fixes.
11521 (special-display-buffer-names): Use cal-hebrew-yahrzeit-buffer.
11522
11523 * calendar/appt.el (appt-mode-string): Mark as risky.
11524 (appt-check): Apply mode-line-emphasis face to appt-mode-string.
11525
11526 * calendar/cal-html.el (diary-list-entries):
11527 * calendar/cal-tex.el (calendar-holiday-list, diary-list-entries)
11528 (calendar-iso-from-absolute): Fix autoloads.
11529
11530 * calendar/cal-iso.el (calendar-absolute-from-iso)
11531 (calendar-iso-read-args): Simplify.
11532 (calendar-iso-date-string, calendar-iso-read-args)
11533 (calendar-goto-iso-date, calendar-goto-iso-week): Doc fixes.
11534
11535 * calendar/cal-julian.el (calendar-julian-from-absolute): Use zerop.
11536 (displayed-month, displayed-year): Move declarations where needed.
11537 (calendar-print-astro-day-number): Doc fix.
11538
11539 * calendar/cal-persia.el (persian-calendar-month-name-array)
11540 (persian-calendar-epoch, calendar-persian-date-string): Doc fixes.
11541 (persian-prompt-for-date): Remove local variable `today'.
11542
11543 * calendar/diary-lib.el (mark-calendar-month): Use zerop.
11544
11545 * calendar/solar.el (solar-moment, solar-exact-local-noon)
11546 (solar-sunrise-sunset, solar-sunrise-sunset-string)
11547 (solar-ephemeris-time, solar-date-next-longitude, solar-sidereal-time)
11548 (diary-sabbath-candles, solar-equinoxes/solstices)
11549 (solar-equinoxes-solstices): Use cadr, cdar, nth, zerop.
11550 (solar-time-equation, solar-date-to-et): Simplify.
11551
11552 * mail/supercite.el: Remove the `function' in `(function (lambda'.
11553 Replace `(car (cdr' with cadr'.
11554
11555 * progmodes/f90.el (f90-font-lock-n): New function.
11556 (f90-font-lock-1, f90-font-lock-2, f90-font-lock-3, f90-font-lock-4):
11557 Use f90-font-lock-n.
11558 (f90-indent-region, f90-indent-subprogram, f90-match-end): Use cadr.
11559
11560 * progmodes/f90.el (f90-mode-abbrev-table):
11561 * progmodes/fortran.el (fortran-mode-abbrev-table):
11562 Use newer form of define-abbrev, where supported. No need to bind
11563 abbrevs-changed for system abbrevs.
11564
11565 2008-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
11566
11567 * term/xterm.el (terminal-init-xterm): delete-frame-hook ->
11568 delete-frame-functions.
11569
11570 * bookmark.el (Info-current-node): Remove.
11571
11572 2008-03-12 Juri Linkov <juri@jurta.org>
11573
11574 * help.el (describe-project): Remove defaliases for view-todo and
11575 describe-project that are now unnecessary after the merge from
11576 emacs--rel--22 that added define-obsolete-function-alias.
11577
11578 * startup.el (inhibit-startup-screen): Revert incomplete
11579 2008-03-10 merge from emacs--rel--22 that partly reverted
11580 2008-02-28 change that added initial message to *scratch* buffer
11581 regardless of the value of `inhibit-startup-screen'.
11582 Now keep this change in the trunk, but not in the 22 branch.
11583
11584 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
11585
11586 * international/quail.el (quail-setup-completion-buf, quail-help):
11587 * mail/binhex.el (binhex-decode-region-internal):
11588 * mail/uudecode.el (uudecode-decode-region-internal):
11589 * net/dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
11590 * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
11591 setting default-enable-multibyte-characters.
11592
11593 * emulation/viper-util.el (viper-file-remote-p): Remove, unused.
11594
11595 * comint.el: Fix up indentation and comment style. Remove `function'.
11596
11597 * international/mule-cmds.el (reset-language-environment)
11598 (set-language-environment-nonascii-translation):
11599 Don't set-unibyte-charset.
11600
11601 * doc-view.el: Remove all cb-args, use closures instead.
11602 (doc-view-sentinel): Merge doc-view-dvi->pdf-sentinel,
11603 doc-view-ps->pdf-sentinel, and doc-view-pdf->txt-sentinel (which was
11604 doing an incorrect check). Update all callers to use the new name.
11605 (doc-view-doc->txt): Add missing `txt' argument.
11606
11607 2008-03-12 Tassilo Horn <tassilo@member.fsf.org>
11608
11609 * doc-view.el (doc-view-current-cache-dir): Set buffer used for
11610 md5 sum calculation to single-byte.
11611
11612 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
11613
11614 * doc-view.el (doc-view-new-window-function): Add assertion.
11615 (doc-view-doc-type): New var.
11616 (doc-view-convert-current-doc, doc-view-doc->txt): Use it.
11617 (doc-view-intersection): New fun.
11618 (doc-view-mode): Use it to set the new var.
11619
11620 2008-03-12 Tassilo Horn <tassilo@member.fsf.org>
11621
11622 * doc-view.el (doc-view-doc->txt, doc-view-open-text)
11623 (doc-view-already-converted-p): New functions.
11624 (doc-view-clear-cache): Don't recreate doc-view-cache-directory.
11625 (doc-view-mode-map): Bind C-c C-t to doc-view-open-text.
11626 (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
11627 (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
11628 (doc-view-ps->pdf-sentinel, doc-view-ps->pdf)
11629 (doc-view-convert-current-doc): Don't hardwire the functions the
11630 sentinels call. Now they're provided by two args CALLBACK and
11631 CB-ARGS to the functions.
11632 (doc-view-search): Use doc-view-doc->txt.
11633 (doc-view-initiate-display): Use doc-view-already-converted-p.
11634 Mention new binding C-c C-t if doc-view-mode doesn't work.
11635
11636 2008-03-12 Dan Nicolaescu <dann@ics.uci.edu>
11637
11638 * diff-mode.el (diff-refine-change): Adjust colors to be more visible.
11639
11640 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
11641
11642 * textmodes/sgml-mode.el (sgml-font-lock-syntactic-keywords):
11643 Mark " outside of tags as punctuation.
11644
11645 2008-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
11646
11647 * menu-bar.el (minibuffer-local-map): Use the same command for the
11648 "Quit" menu as used for the C-g key, so the shortcut displayed is C-g.
11649 Prefer RET over C-j for exit-minibuffer.
11650
11651 * files.el (display-buffer-other-frame): Eliminate problematic code.
11652
11653 * menu-bar.el (menu-bar-update-buffers-maxbuf): Remove.
11654 (menu-bar-select-buffer): Remove.
11655 (menu-bar-select-frame): Make non-interactive and take a frame arg.
11656 (menu-bar-update-buffers): Don't use buffer-names or frame names as events.
11657
11658 2008-03-11 Juanma Barranquero <lekktu@gmail.com>
11659
11660 * icomplete.el (icomplete-completions): Remove obsolete code.
11661
11662 * net/net-utils.el (iwconfig-program-options): Doc fix.
11663 (net-utils-run-program, run-network-program): Define as functions.
11664
11665 2008-03-11 Dan Nicolaescu <dann@ics.uci.edu>
11666
11667 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Fix typo.
11668
11669 2008-03-11 Glenn Morris <rgm@gnu.org>
11670
11671 * faces.el (mode-line-emphasis): New face.
11672 * vc.el (vc-set-mode-line-busy-indicator): Use mode-line-emphasis face.
11673
11674 * calendar/calendar.el (top-level): Load cal-loaddefs when compiling.
11675
11676 2008-03-11 Chong Yidong <cyd@stupidchicken.com>
11677
11678 * simple.el (set-mark-command): Doc fix.
11679
11680 2008-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
11681
11682 * Makefile.in (bootstrap-prepare): Don't chmod cal-loaddefs.el.
11683
11684 * emacs-lisp/autoload.el (autoload-find-destination):
11685 Don't force raw-text.
11686
11687 * calendar/calendar.el ("cal-loaddefs"): Load, rather than require.
11688 * calendar/cal-loaddefs.el: Don't version control.
11689
11690 2008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
11691
11692 * progmodes/make-mode.el (makefile-mode-abbrev-table): Add menu
11693 entries and add :help to the existing ones.
11694
11695 2008-03-10 Glenn Morris <rgm@gnu.org>
11696
11697 * calendar/cal-hebrew.el (date, entry, number): Move declarations
11698 to where they are needed.
11699
11700 * calendar/calendar.el (diary-file, hebrew-holidays-1)
11701 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
11702 (calendar, calendar-basic-setup, calendar-mode-map, calendar-set-mark)
11703 (calendar-version): Doc fixes.
11704 (calendar-absolute-from-gregorian): Use zerop.
11705 (calendar-mode-line-format): Make it a defcustom.
11706
11707 * calendar/diary-lib.el (diary-face-attrs): Fix custom :type.
11708 (diary-face-attrs, diary-glob-file-regexp-prefix, diary-unknown-time)
11709 (diary-pull-attrs, diary-header-line-flag, diary-list-entries)
11710 (diary-unhide-everything, include-other-diary-files, diary-goto-entry)
11711 (mark-included-diary-files, mark-calendar-days-named)
11712 (mark-calendar-date-pattern, mark-calendar-month, diary-entry-compare)
11713 (diary-remind, insert-diary-entry, insert-weekly-diary-entry)
11714 (insert-monthly-diary-entry, insert-yearly-diary-entry)
11715 (insert-anniversary-diary-entry, insert-block-diary-entry)
11716 (insert-cyclic-diary-entry, fancy-diary-font-lock-keywords)
11717 (diary-font-lock-sexps): Doc fixes.
11718 (diary-remind-message, mark-calendar-month): Use zerop.
11719 (diary-attrtype-convert, diary-pull-attrs): Simplify.
11720 (diary-list-entries): Revert let to let* (previous change).
11721
11722 * Makefile.in (bootstrap-prepare): Also chmod cal-loaddefs.el.
11723
11724 2008-03-10 Kim F. Storm <storm@cua.dk>
11725
11726 * help.el (view-emacs-todo, describe-gnu-project): Define obsolete
11727 function aliases for the old names.
11728
11729 2008-03-10 Juanma Barranquero <lekktu@gmail.com>
11730
11731 * iswitchb.el (iswitchb-use-faces): Doc fix.
11732 (iswitchb-buffer-ignore, iswitchb-read-buffer):
11733 Fix typos in docstrings.
11734
11735 2008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
11736
11737 * progmodes/verilog-mode.el (verilog-highlight-grouping-keywords):
11738 Fix typo.
11739 (verilog-type-font-keywords): Reindent.
11740
11741 2008-03-10 Michael McNamara <mac@mail.brushroad.com>
11742
11743 * progmodes/verilog-mode.el (verilog-font-grouping-keywords):
11744 Fix bug in the grouping-keyword regular expression.
11745 (verilog-font-lock-keywords): Allow users to toggle special
11746 highlight of grouping-keywords.
11747 (verilog-highlight-grouping-keywords): The toggle for special
11748 highlighting of grouping keywords.
11749
11750 2008-03-10 Juri Linkov <juri@jurta.org>
11751
11752 * startup.el: Revert 2008-02-28 change that adds initial message
11753 to *scratch* buffer regardless of the value of
11754 `inhibit-startup-screen'.
11755
11756 2008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
11757
11758 * textmodes/css-mode.el (css-indent-offset, css-electric-keys):
11759 * textmodes/bibtex-style.el (bibtex-style-indent-basic):
11760 * progmodes/verilog-mode.el (verilog-mode):
11761 * net/socks.el (socks):
11762 * vc-mtn.el (vc-mtn-mode-line-rewrite): Add :version.
11763
11764 2008-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
11765
11766 * doc-view.el (bookmark-buffer-file-name, bookmark-prop-get): Declare.
11767 (doc-view-bookmark-make-record): Use them.
11768 (doc-view-bookmark-jump): Use them. Fix find-file ->find-file-noselect.
11769 (bookmark-get-filename, bookmark-get-bookmark-record): Remove.
11770
11771 * bookmark.el (bookmark-make-record-function): Change expected return
11772 value to include a suggested bookmark name.
11773 (bookmark-make): Split into bookmark-make-record and bookmark-store.
11774 Fix reversed `overwrite' semantics.
11775 (bookmark-set): Call bookmark-make-record before prompting the user.
11776 Then pass the result to bookmark-store later on.
11777 (bookmark-make-name-function): Remove.
11778 (bookmark-buffer-file-name, bookmark-buffer-name): Don't use it.
11779 * info.el (bookmark-make-name-function): Remove.
11780 (Info-mode): Don't set it.
11781 (Info-bookmark-make-name): Remove.
11782 (Info-bookmark-make-record): Use Info-current-node as suggested default
11783 bookmark name.
11784
11785 * bookmark.el (bookmark-set): Make bookmark before reading annotations.
11786 I.e. use bookmark-edit-annotation rather than bookmark-read-annotation.
11787 (bookmark-read-annotation-mode-map, bookmark-annotation-paragraph)
11788 (bookmark-annotation-buffer, bookmark-annotation-file)
11789 (bookmark-annotation-point, bookmark-send-annotation)
11790 (bookmark-read-annotation-mode, bookmark-read-annotation): Remove.
11791 (bookmark-edit-annotation-text-func): Rename from
11792 bookmark-read-annotation-text-func. Keep old name as an obsolete alias.
11793 (bookmark-edit-annotation-mode-map): Move initialization into
11794 declaration.
11795
11796 * bookmark.el: Remove spurious * in docstrings.
11797 (bookmark-minibuffer-read-name-map): New var.
11798 (bookmark-set): Use it. Also pass the default value as it should.
11799 (bookmark-send-edited-annotation): Take no chances with text properties.
11800 (bookmark-insert-current-bookmark): Inline bookmark-insert-buffer-name.
11801 (bookmark-insert-buffer-name): Remove.
11802 (bookmark-buffer-file-name): Signal an error rather than returning nil.
11803
11804 2008-03-09 Thomas Hühn <xf27@arcor.de> (tiny change)
11805
11806 * tutorial.el (tutorial--default-keys): Update `C-l' binding.
11807
11808 2008-03-09 Dan Nicolaescu <dann@ics.uci.edu>
11809
11810 * diff-mode.el (diff-mode-menu): Add :help.
11811
11812 2008-03-09 Glenn Morris <rgm@gnu.org>
11813
11814 * calendar/calendar.el (general-holidays, oriental-holidays)
11815 (local-holidays, other-holidays, hebrew-holidays-1, hebrew-holidays-2)
11816 (hebrew-holidays-3, hebrew-holidays-4, hebrew-holidays)
11817 (christian-holidays, islamic-holidays, bahai-holidays, solar-holidays)
11818 (calendar-holidays): Restore autoload cookies, because people are
11819 used to using these variables without loading calendar.el.
11820
11821 * calendar/cal-islam.el (diary-islamic-date): Move to end.
11822 (date, number): Declare where needed.
11823
11824 * calendar/diary-lib.el (nongregorian-diary-marking-hook)
11825 (list-sexp-diary-entries): Doc fixes.
11826 (diary-list-entries): Doc fix. Remove free variable `entry'.
11827 (fancy-diary-display): Use dolist, bobp. Remove free variable `entry'.
11828 Simplify setting of `date-holiday-list'.
11829 (mark-diary-entries): Remove free variable `entry'.
11830 (diary-list-entries, include-other-diary-files, fancy-diary-display):
11831 Use let where let* is not needed.
11832
11833 2008-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
11834
11835 * bookmark.el (bookmark-make): Don't pass the `annotation' to the
11836 make-record function, instead paste it in afterwards.
11837 (bookmark-make-record-for-text-file):
11838 * doc-view.el (doc-view-bookmark-make-record):
11839 * info.el (Info-bookmark-make-record): Don't mess with annotations.
11840
11841 2008-03-08 Glenn Morris <rgm@gnu.org>
11842
11843 * calendar/diary-lib.el (entry): Declare for compiler part-way through.
11844
11845 2008-03-08 Stefan Monnier <monnier@iro.umontreal.ca>
11846
11847 * calendar/diary-lib.el (diary-list-entries)
11848 (include-other-diary-files, mark-diary-entries)
11849 (mark-sexp-diary-entries, mark-included-diary-files)
11850 (diary-entry-time, list-sexp-diary-entries): Remove the special
11851 handling of ^M that dates back to the use of selective-display.
11852 (simple-diary-display): Obey setting of pop-up-frames.
11853 (body, entry): Remove unnecessary declarations.
11854
11855 * bookmark.el (bookmark-prop-get, bookmark-prop-set): New funs.
11856 (bookmark-get-annotation, bookmark-set-annotation)
11857 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
11858 (bookmark-set-position, bookmark-get-front-context-string)
11859 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
11860 (bookmark-set-rear-context-string, bookmark-get-handler): Use them.
11861 * info.el (Info-bookmark-make-record): Don't bother recording point.
11862 (bookmark-get-filename, bookmark-get-front-context-string)
11863 (bookmark-get-rear-context-string, bookmark-get-position):
11864 Don't declare any more.
11865 (bookmark-get-info-node): Remove.
11866 (bookmark-prop-get): Declare.
11867 (Info-bookmark-jump): Use it.
11868
11869 2008-03-08 Johan Bockgård <bojohan@gnu.org>
11870
11871 * subr.el (while-no-input): Don't splice BODY directly into the
11872 `or' form.
11873
11874 2008-03-08 Dan Nicolaescu <dann@ics.uci.edu>
11875
11876 * diff-mode.el (diff-ignore-whitespace-hunk):
11877 Bind inhibit-read-only before trying to change the buffer.
11878
11879 2008-03-08 Glenn Morris <rgm@gnu.org>
11880
11881 * calendar/appt.el (appt): Move custom group here from calendar.el.
11882 (appt-disp-window, appt-convert-time): Doc fixes.
11883
11884 * calendar/cal-bahai.el (calendar-bahai-prompt-for-date)
11885 (calendar-bahai-mark-date-pattern):
11886 * calendar/cal-hebrew.el (mark-hebrew-calendar-date-pattern):
11887 * calendar/cal-islam.el (mark-islamic-calendar-date-pattern):
11888 * calendar/cal-julian.el (calendar-absolute-from-julian):
11889 * calendar/cal-persia.el (persian-prompt-for-date): Use zerop.
11890
11891 * calendar/cal-china.el (chinese-calendar): Move custom group here from
11892 calendar.el.
11893 (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
11894 Make constants.
11895 (chinese-calendar-time-zone, chinese-calendar-daylight-time-offset)
11896 (chinese-calendar-daylight-savings-starts)
11897 (chinese-calendar-daylight-savings-ends)
11898 (chinese-calendar-daylight-savings-starts-time)
11899 (chinese-calendar-daylight-savings-ends-time)
11900 (chinese-zodiac-sign-on-or-after, chinese-new-moon-on-or-after):
11901 Doc fixes.
11902
11903 * calendar/cal-coptic.el (coptic-name): Add doc string.
11904
11905 * calendar/cal-french.el (french-calendar-month-name-array)
11906 (french-calendar-day-name-array, french-calendar-special-days-array):
11907 Add doc strings.
11908
11909 * calendar/cal-bahai.el (diary-bahai-mark-entries)
11910 (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
11911 (diary-bahai-insert-yearly-entry):
11912 * calendar/cal-dst.el (calendar-next-time-zone-transition)
11913 (calendar-time-zone):
11914 * calendar/cal-hebrew.el (hebrew-calendar-leap-year-p)
11915 (hebrew-calendar-elapsed-days, hebrew-calendar-long-heshvan-p)
11916 (hebrew-calendar-short-kislev-p, mark-hebrew-diary-entries)
11917 (insert-hebrew-diary-entry, insert-monthly-hebrew-diary-entry)
11918 (insert-yearly-hebrew-diary-entry, diary-yahrzeit):
11919 * calendar/cal-islam.el (islamic-calendar-leap-year-p)
11920 (list-islamic-diary-entries, mark-islamic-diary-entries)
11921 (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
11922 (insert-yearly-islamic-diary-entry):
11923 * calendar/cal-iso.el (calendar-iso-read-args):
11924 * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
11925 (calendar-mayan-haab-to-string, calendar-mayan-tzolkin-to-string)
11926 (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
11927 (calendar-next-calendar-round-date)
11928 (calendar-mayan-long-count-common-era):
11929 * calendar/cal-menu.el (cal-menu-holiday-window-suffix)
11930 (cal-menu-x-popup-menu, calendar-mouse-holidays)
11931 (calendar-mouse-view-diary-entries, calendar-mouse-print-dates)
11932 (calendar-mouse-goto-date):
11933 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
11934 * calendar/holidays.el (holidays):
11935 * calendar/lunar.el (phases-of-moon, lunar-new-moon-on-or-after):
11936 * calendar/time-date.el (date-to-time, time-subtract, time-add)
11937 (safe-date-to-time): Doc fixes.
11938
11939 * calendar/cal-persia.el (persian-calendar-month-name-array)
11940 (persian-calendar-epoch): Make constants.
11941
11942 * calendar/cal-tex.el (calendar-tex): Move custom group here from
11943 calendar.el.
11944
11945 * calendar/cal-x.el (diary-frame-parameters)
11946 (calendar-frame-parameters, calendar-and-diary-frame-parameters)
11947 (calendar-after-frame-setup-hooks): Make defcustoms.
11948 (calendar-one-frame-setup, calendar-only-one-frame-setup)
11949 (calendar-two-frame-setup): Doc fix.
11950
11951 * calendar/cal-loaddefs.el: New file.
11952
11953 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
11954 * calendar/cal-french.el, calendar/cal-html.el:
11955 * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
11956 * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
11957 * calendar/cal-tex.el, calendar/cal-x.el:
11958 Unquote lambda functions. Add autoload cookies to functions formerly
11959 autoloaded in calendar.el. Set `generated-autoload-file' to
11960 "cal-loaddefs.el".
11961
11962 * calendar/calendar.el: Move many autoloads to separate file,
11963 cal-loaddefs.el. Move defcustoms to start and re-order.
11964 (calendar-month-name-array, calendar-starred-day): No need to
11965 declare for compiler.
11966 (cal-loaddefs): Require it.
11967 (appt, chinese-calendar, calendar-tex): Move custom groups to the
11968 appropriate file.
11969 (diary-entry-marker, calendar-today-marker, calendar-holiday-marker):
11970 Reverse logic.
11971 (diary-face, diary-file-name-prefix-function, diary-include-string)
11972 (diary-glob-file-regexp-prefix, diary-face-attrs)
11973 (diary-file-name-prefix, sexp-diary-entry-symbol)
11974 (print-diary-entries-hook, list-diary-entries-hook)
11975 (nongregorian-diary-listing-hook, mark-diary-entries-hook)
11976 (nongregorian-diary-marking-hook, diary-list-include-blanks):
11977 Move to diary-lib.
11978 (all-christian-calendar-holidays, all-islamic-calendar-holidays)
11979 (all-bahai-calendar-holidays): Doc fix.
11980 (calendar-insert-indented): Doc fix. Use when rather than if.
11981 (exit-calendar): Use mapc rather than mapcar.
11982 (calendar-cursor-to-date): Use zerop.
11983 (calendar-mark-ring): Add doc-string.
11984 (calendar-starred-day): Defvar it.
11985 (calendar-mode): Make calendar-starred-day local.
11986 (calendar-star-date): No need to make calendar-starred-day local.
11987
11988 * calendar/diary-lib.el: Move defcustoms to start.
11989 (diary-include-string, diary-list-include-blanks)
11990 (diary-glob-file-regexp-prefix, diary-face, diary-face-attrs)
11991 (diary-file-name-prefix, diary-file-name-prefix-function)
11992 (sexp-diary-entry-symbol, list-diary-entries-hook)
11993 (mark-diary-entries-hook, nongregorian-diary-listing-hook)
11994 (nongregorian-diary-marking-hook, print-diary-entries-hook):
11995 Move here from calendar.el.
11996 (diary-file-name-prefix-function): Use 'identity.
11997 (diary-face): Make it a defcustom, and mark as obsolete.
11998 (top-level): No need to require cal-hebrew, cal-islam when compiling.
11999 (calendar-hebrew-month-name-array-leap-year)
12000 (calendar-islamic-month-name-array, calendar-bahai-month-name-array):
12001 Define for compiler.
12002 (diary-font-lock-keywords): Use format rather than concat.
12003 Add bahai-diary-entry-symbol.
12004
12005 * calendar/cal-hebrew.el, calendar/holidays.el, calendar/lunar.el:
12006 * calendar/solar.el: Unquote lambda functions.
12007
12008 * calendar/solar.el (calendar-location-name, calendar-latitude)
12009 (calendar-longitude, solar-setup, solar-sin-degrees)
12010 (solar-cosine-degrees, solar-tangent-degrees, solar-xy-to-quadrant)
12011 (solar-degrees-to-quadrant, solar-atn2, solar-arccos)
12012 (solar-sunrise-and-sunset, solar-moment, solar-daylight)
12013 (solar-exact-local-noon, solar-julian-ut-centuries)
12014 (solar-ephemeris-time, solar-date-next-longitude)
12015 (solar-horizontal-coordinates, solar-equatorial-coordinates)
12016 (solar-ecliptic-coordinates, solar-data-list, solar-longitude)
12017 (solar-ephemeris-correction, solar-sidereal-time, solar-date-to-et)
12018 (sunrise-sunset, solar-seasons-data, solar-equinoxes/solstices):
12019 Doc fixes.
12020 (solar-horizontal-coordinates, solar-equatorial-coordinates)
12021 (solar-ecliptic-coordinates): Rename argument `for-sunrise-sunset'.
12022 (solar-ecliptic-coordinates): Use unless.
12023 (calendar-sunrise-sunset, diary-sunrise-sunset, diary-sabbath-candles):
12024 Use or.
12025
12026 * calendar/timeclock.el: Add doc-strings to all functions.
12027 (timeclock-workday, timeclock-in, timeclock-completing-read): Doc fixes.
12028 (timeclock-entry-list-length, timeclock-entry-list-projects)
12029 (timeclock-day-list-projects, timeclock-day-list): Use dolist.
12030
12031 * calendar/todo-mode.el: Remove un-needed eval-when-compile.
12032
12033 * textmodes/org.el (list-diary-entries-hook): Declare for compiler.
12034 (org-get-entries-from-diary): Require diary-lib.
12035
12036 2008-03-08 Juanma Barranquero <lekktu@gmail.com>
12037
12038 * info.el (bookmark-make-name-function, bookmark-get-bookmark-record):
12039 Pacify byte-compiler.
12040
12041 2008-03-07 Alan Mackenzie <acm@muc.de>
12042
12043 * progmodes/cc-engine.el (c-in-knr-argdecl): Limit number of
12044 paren/bracket pairs parsed, to solve performance problem.
12045
12046 2008-03-07 Bastien Guerry <bzg@altern.org>
12047
12048 * bookmark.el (bookmark-set): Don't check for
12049 `bookmark-make-name-function' since `bookmark-buffer-file-name'
12050 already takes care of this.
12051 (bookmark-buffer-name, bookmark-buffer-file-name):
12052 Remove Info-mode specific code.
12053
12054 * info.el (bookmark-get-info-node): Define this function in
12055 info.el, not in bookmark.el.
12056 (Info-mode): Set `bookmark-make-name-function' to
12057 `Info-bookmark-make-name' locally.
12058 (Info-bookmark-make-name): New function.
12059
12060 * bookmark.el (bookmark-make-name-function): New variable.
12061
12062 2008-03-07 Karl Fogel <kfogel@red-bean.com>
12063
12064 * bookmark.el (bookmark-set): Make `bookmark-make-record-function'
12065 buffer-local, not `bookmark-make-cell-function' (the old name).
12066
12067 2008-03-07 Tassilo Horn <tassilo@member.fsf.org>
12068
12069 * doc-view.el (doc-view-bookmark-make-record):
12070 * image-mode.el (image-bookmark-make-record):
12071 * info.el (Info-bookmark-make-record): Delete obsolete second arg.
12072
12073 2008-03-07 Jan Djärv <jan.h.d@swipnet.se>
12074
12075 * vc.el (vc-status-menu-map-filter): Return orig-binding if
12076 boundp 'vc-ignore-menu-filter.
12077 (vc-status-tool-bar-map): Make it defvar.
12078 (vc-status-mode): vc-status-tool-bar-map now variable.
12079 (vc-status-toggle-mark): toggle-mark-file => vc-status-toggle-mark-file.
12080
12081 2008-03-07 Karl Fogel <kfogel@red-bean.com>
12082
12083 Give a better name to part of the bookmark interface.
12084
12085 This was originally a much larger change, but halfway through I
12086 updated and discovered that Stefan Monnier had done the rest.
12087 It looks like he anticipated the new name too, because he used
12088 `the-record' instead of `the-cell' for some internal variable names.
12089
12090 * bookmark.el (bookmark-make-record-function): Was
12091 `bookmark-make-cell-function'.
12092 (bookmark-make, bookmark-send-annotation): Update for above.
12093 (bookmark-make-record-for-text-file):
12094 Was `bookmark-make-cell-for-text-file'. Fix doc string re 2008-03-07T05:00:18Z!monnier@iro.umontreal.ca.
12095
12096 * info.el: Adjust accordingly.
12097 (Info-bookmark-make-record): Was `Info-bookmark-make-cell'.
12098
12099 * image-mode.el: Adjust accordingly.
12100 (image-bookmark-make-record): Was `image-bookmark-make-cell'.
12101
12102 * doc-view.el: Adjust accordingly.
12103 (doc-view-bookmark-make-record): Was `doc-view-bookmark-make-cell'.
12104
12105 2008-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
12106
12107 * bookmark.el (bookmark-map, bookmark-read-annotation-mode-map):
12108 Move initialization into declaration.
12109 (bookmark-get-info-node, bookmark-set-info-node): Remove.
12110 (bookmark-make, bookmark-make-cell-for-text-file): Remove info-node arg.
12111 (bookmark-info-current-node): Remove.
12112 (bookmark-jump-noselect): Rename from bookmark-jump-internal.
12113 Add relocation fallback. Set bookmark-current-bookmark.
12114 (bookmark-default-handler): Rename from bookmark-jump-noselect.
12115 Remove relocation fallback. Don't set bookmark-current-bookmark.
12116 (bookmark-set): Let it be used even if there's no buffer-file-name
12117 as long as there is a bookmark-make-cell-function.
12118 * info.el (Info-bookmark-jump): Remove relocation fallback.
12119 Don't set bookmark-current-bookmark.
12120
12121 2008-03-07 Glenn Morris <rgm@gnu.org>
12122
12123 * calendar/appt.el (appt-issue-message)
12124 (appt-message-warning-time, appt-audible, appt-visible)
12125 (appt-msg-window, appt-display-mode-line, appt-display-duration)
12126 (appt-display-diary): Remove autoload cookies.
12127
12128 * calendar/cal-china.el, calendar/timeclock.el, calendar/todo-mode.el:
12129 Remove leading `*' from defcustom doc-strings.
12130
12131 * calendar/cal-dst.el (calendar-dst): New custom group.
12132 (calendar-daylight-savings-starts, calendar-daylight-savings-ends)
12133 (calendar-time-zone, calendar-daylight-time-offset)
12134 (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
12135 (calendar-daylight-savings-starts-time)
12136 (calendar-daylight-savings-ends-time): Convert from defvar to defcustom.
12137 (calendar-daylight-savings-starts, calendar-daylight-savings-ends):
12138 Move to start.
12139
12140 * calendar/cal-menu.el (holidays-in-diary-buffer): Declare for compiler.
12141
12142 * calendar/calendar.el (calendar-version): Use emacs-version and
12143 make it obsolete. Move to end.
12144 (calendar-offset, view-diary-entries-initially)
12145 (mark-diary-entries-in-calendar, calendar-remove-frame-by-deleting)
12146 (view-calendar-holidays-initially, all-hebrew-calendar-holidays)
12147 (all-christian-calendar-holidays, all-islamic-calendar-holidays)
12148 (all-bahai-calendar-holidays, calendar-load-hook)
12149 (initial-calendar-window-hook, today-visible-calendar-hook)
12150 (today-invisible-calendar-hook, calendar-move-hook)
12151 (diary-nonmarking-symbol, hebrew-diary-entry-symbol)
12152 (islamic-diary-entry-symbol, bahai-diary-entry-symbol)
12153 (diary-include-string, sexp-diary-entry-symbol)
12154 (abbreviated-calendar-year, american-date-diary-pattern)
12155 (european-date-diary-pattern, european-calendar-display-form)
12156 (american-calendar-display-form, print-diary-entries-hook)
12157 (list-diary-entries-hook, diary-hook, diary-display-hook)
12158 (nongregorian-diary-listing-hook, mark-diary-entries-hook)
12159 (nongregorian-diary-marking-hook, diary-list-include-blanks)
12160 (holidays-in-diary-buffer, general-holidays, oriental-holidays)
12161 (local-holidays, other-holidays, hebrew-holidays-1)
12162 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
12163 (hebrew-holidays, christian-holidays, islamic-holidays)
12164 (bahai-holidays, solar-holidays, calendar-setup)
12165 (calendar-week-start-day): Remove autoload cookies.
12166 (diary-glob-file-regexp-prefix): Doc fix.
12167 (calendar-goto-info-node): Use `info' rather than `Info-find-node'.
12168 (Info-find-emacs-command-nodes, Info-find-node): Remove declarations.
12169 (calendar-week-start-day, calendar-debug-sexp): Move to start.
12170
12171 * calendar/solar.el: Remove leading `*' from defcustom doc-strings.
12172 (calendar-time-display-form, calendar-latitude)
12173 (calendar-longitude, solar-equinoxes-solstices): Remove autoload
12174 cookies.
12175 (calendar-latitude, calendar-longitude): Move functions after
12176 variables.
12177 (diary-sabbath-candles-minutes): Move to start.
12178 (solar-setup): Use or rather than if.
12179 (solar-sin-degrees, solar-cosine-degrees, solar-tangent-degrees):
12180 Remove condition-case.
12181 (solar-atn2): Use zerop.
12182 (solar-equinoxes-solstices): Doc fix.
12183
12184 * mail/supercite.el: Remove leading `*' from defcustom doc-strings.
12185 (sc-mode-map-prefix): Doc fix. Make it a defcustom.
12186
12187 * textmodes/org.el (org-agenda-sunrise-sunset): Require solar.
12188 (calendar-longitude, calendar-latitude, calendar-location-name):
12189 Declare for compiler.
12190
12191 2008-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
12192
12193 * arc-mode.el (archive-ar-file-header-re): New const.
12194 (archive-ar-summarize, archive-ar-extract): New funs.
12195 (archive-find-type): Recognize ar archives.
12196
12197 * vc-bzr.el (vc-bzr-resolve-when-done, vc-bzr-find-file-hook):
12198 New functions.
12199
12200 * info.el (Info-bookmark-make-cell): Don't use the info-node argument.
12201
12202 2008-03-06 Lennart Borgman <lennart.borgman@gmail.com>
12203
12204 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
12205 Replace :enable (mark-active) with :enable mark-active.
12206
12207 2008-03-06 Juanma Barranquero <lekktu@gmail.com>
12208
12209 * vms-patch.el (make-legal-file-name): New obsolete alias.
12210 (make-valid-file-name): Rename from `make-legal-file-name'.
12211 (make-auto-save-file-name): Use it.
12212
12213 * calendar/calendar.el (calendar-date-is-legal-p): New obsolete alias.
12214 (calendar-date-is-valid-p): Rename from `calendar-date-is-legal-p'.
12215 (calendar-date-is-visible-p, mark-visible-calendar-date): Use it.
12216
12217 * textmodes/org.el (org-export-html-style): Doc fix.
12218 (org-get-legal-level): New obsolete alias.
12219 (org-get-valid-level): Rename from `org-get-legal-level'.
12220 (org-promote, org-demote, org-archive-subtree)
12221 (org-remember-handler, org-refile, org-put-clock-overlay): Use it.
12222
12223 2008-03-06 Jan Djärv <jan.h.d@swipnet.se>
12224
12225 * term/x-win.el (x-gtk-stock-map): Add bookmark_add.
12226
12227 * vc.el (vc-status-tool-bar-map, vc-status-toggle-mark-file)
12228 (vc-status-toggle-mark): New functions.
12229 (vc-status-mode): Set tool bar map.
12230
12231 2008-03-05 Chong Yidong <cyd@stupidchicken.com>
12232
12233 * emacs-lisp/lisp.el (parens-require-spaces): Doc fix.
12234 Reported by Drew Adams <drew.adams@oracle.com>.
12235
12236 2008-03-05 Kenichi Handa <handa@ni.aist.go.jp>
12237
12238 * subr.el (read-quoted-char): Resolve modifiers of the character
12239 event.
12240
12241 * comint.el (comint-exec-1): Don't change the coding-system for
12242 decoding to dos-like EOL.
12243 (comint-carriage-motion): Fully rewrite.
12244
12245 2008-03-05 Juanma Barranquero <lekktu@gmail.com>
12246
12247 * epg.el (epg-context-include-certs): Reflow docstring.
12248 (epg-start-sign-keys, epg-sign-keys, epg-context-armor)
12249 (epg-context-signers, epg-context-sig-notations, epg-context-set-armor)
12250 (epg-context-set-signers, epg-context-set-sig-notations)
12251 (epg-make-import-status, epg-make-import-result)
12252 (epg-start-delete-keys): Fix typos in docstrings.
12253 (epg-start-sign-keys, epg-sign-keys):
12254 Fix typos in obsolescence declarations.
12255
12256 * iswitchb.el: Don't check for `cadr' and `last'.
12257 (iswitchb-define-mode-map, iswitchb-default-keybindings):
12258 Add obsolescence declaration and remove redundant info from docstring.
12259 (iswitchb-set-common-completion, iswitchb-set-matches)
12260 (iswitchb-get-matched-buffers, iswitchb-visit-buffer): Use `let'.
12261 (recentf-list, most-len, most-is-exact):
12262 Don't wrap defvars within `eval-when-compile'.
12263
12264 2008-03-05 Glenn Morris <rgm@gnu.org>
12265
12266 * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
12267 * ediff-init.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
12268 * ediff-diff.el, ediff-help.el, ediff-hook.el, ediff-init.el:
12269 * ediff-mult.el, ediff-util.el, ediff-wind.el: Expand all
12270 ediff-cond-compile-for-xemacs-or-emacs calls to a featurep test.
12271
12272 * ediff-hook.el (ediff-window-setup-function): Don't autoload
12273 declaration for compiler.
12274 (ediff-xemacs-init-menus): Use when rather than if.
12275
12276 * ediff-init.el (top-level, ediff-frame-iconified-p): Simplify
12277 if+and to just and.
12278 (ediff-read-event, ediff-overlayp, ediff-make-overlay)
12279 (ediff-delete-overlay): Move the XEmacs test inside the definition.
12280
12281 * ediff-mult.el (ediff-get-meta-info): Use or and unless rather than if.
12282
12283 * ediff-util.el (ediff-kill-bottom-toolbar): Place (ediff-use-toolbar-p)
12284 test inside XEmacs test.
12285 (ediff-make-bottom-toolbar): Place whole cond inside XEmacs test,
12286 since it was doing nothing on Emacs.
12287 (ediff-make-bullet-proof-overlay): Use when rather than if.
12288
12289 * ediff-wind.el (ediff-select-lowest-window): Use when rather than if.
12290 (ediff-setup-control-frame): Remove
12291 ediff-cond-compile-for-xemacs-or-emacs, since it is already inside
12292 a (featurep 'xemacs) test.
12293
12294 2008-03-05 Jay Belanger <jay.p.belanger@gmail.com>
12295
12296 * calc/calc-ext.el (calc-extended-command-history): New variable.
12297 (calc-execute-extended-command): Use `calc-extended-command-history'.
12298
12299 2008-03-05 Dan Nicolaescu <dann@ics.uci.edu>
12300
12301 * bindings.el (mode-line-remote): Add mouse-face. Improve tooltip.
12302 (standard-mode-line-position): Add mouse-face.
12303
12304 * progmodes/compile.el (compilation-menu-map, compilation-mode-map):
12305 * progmodes/grep.el (grep-mode-map): Add :help.
12306
12307 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Define and
12308 initialize in one step. Add :help. Use :enable to activate menu
12309 items. Show the key binding for edebug-defun.
12310 (lisp-interaction-mode-map): Add a menu.
12311
12312 * term.el (term-mode-map): Define and initialize in one step.
12313
12314 * ediff-init.el (ediff-color-display-p): Simplify.
12315 (Xor): Remove unused function.
12316 (ediff-with-syntax-table): Simplify for Emacs.
12317
12318 * ediff-hook.el (menu-bar-ediff-menu): Don't depend on the
12319 menu-bar being loaded, it always is.
12320
12321 2008-03-05 Glenn Morris <rgm@gnu.org>
12322
12323 * textmodes/tex-mode.el (tex-mode): Suppress warning about
12324 multiple definitions when compiling.
12325
12326 2008-03-04 Alan Mackenzie <acm@muc.de>
12327
12328 * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix coding bug.
12329
12330 * progmodes/cc-langs.el (c-before-font-lock-function): Fix bug in
12331 doc-string, "c-old-LEN" -> "c-old-END".
12332
12333 2008-03-04 Jason Rumney <jasonr@gnu.org>
12334
12335 * nxml/rng-nxml.el (rng-preferred-prefix-alist): Add dublin core
12336 namespaces.
12337
12338 2008-03-04 Glenn Morris <rgm@gnu.org>
12339
12340 * textmodes/tex-mode.el (tex-cmd-bibtex-args): Add :version and :group.
12341
12342 * ediff-init.el (ediff-clear-fine-diff-vector): Use mapc rather
12343 than mapcar.
12344
12345 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
12346
12347 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
12348 (byte-compile-nilconstp): Can't use recursion in a defsubst.
12349
12350 * textmodes/tex-mode.el (latex-mode): Remove % from paragraph-separate
12351 so that M-q can fill comments.
12352 (tex-executable-exists-p, tex-compile): Extend with special syntax for
12353 commands implemented in elisp.
12354 (tex-compile-commands): Add an entry to use doc-view for pdf files.
12355 (tex-format-cmd): New function.
12356 (tex-compile): Use it to let the user specify default arguments.
12357 (tex-cmd-bibtex-args): New var.
12358 (tex-cmd-doc-view): New function.
12359
12360 2008-03-03 Juanma Barranquero <lekktu@gmail.com>
12361
12362 * faces.el (face-spec-set): Fix typos in docstring.
12363
12364 2008-03-03 Dan Nicolaescu <dann@ics.uci.edu>
12365
12366 * bindings.el (mode-line-column-line-number-mode-map): New variable.
12367 (standard-mode-line-position): Use it to add a menu for toggling
12368 column number and line number display.
12369
12370 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
12371
12372 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
12373 Remove optimization that was working around the form-code-walker bug.
12374
12375 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
12376 Walk into the body of lambdas after byte-compile-unfold-lambda.
12377
12378 2008-03-03 Glenn Morris <rgm@gnu.org>
12379
12380 * emulation/viper-util.el (viper-frame-value): Prefer buffer-local
12381 value, if set, over frame value.
12382
12383 * simple.el (transient-mark-mode): Don't turn on by default.
12384
12385 * net/tls.el (open-tls-stream): Restore the 2007-11-04 change
12386 accidentally removed by the 2007-12-05 merge from Gnus.
12387
12388 2008-03-02 Dan Nicolaescu <dann@ics.uci.edu>
12389
12390 * progmodes/compile.el (compilation-menu-map): Add menu entries
12391 for useful options.
12392
12393 2008-03-01 Dan Nicolaescu <dann@ics.uci.edu>
12394 Glenn Morris <rgm@gnu.org>
12395
12396 * emacs-lisp/bytecomp.el (byte-recompile-directory)
12397 (byte-compile-file, batch-byte-compile, batch-byte-compile-file):
12398 Give a `bytecomp-' prefix to local variables with common names.
12399
12400 2008-03-01 Glenn Morris <rgm@gnu.org>
12401
12402 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Restore
12403 code commented out 2007-11-10.
12404
12405 * emulation/edt.el (zmacs-region-stays): Define for compiler once only.
12406
12407 * emulation/viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
12408 Delete macro.
12409 * emulation/viper-cmd.el, emulation/viper-ex.el:
12410 * emulation/viper-init.el, emulation/viper-keym.el:
12411 * emulation/viper-mous.el, emulation/viper-util.el:
12412 * emulation/viper.el:
12413 Expand all viper-cond-compile-for-xemacs-or-emacs calls to a
12414 featurep test.
12415
12416 Replace obsolete frame-local variables with frame-parameters.
12417 * emulation/viper-init.el (viper-replace-overlay-cursor-color)
12418 (viper-insert-state-cursor-color, viper-emacs-state-cursor-color)
12419 (viper-vi-state-cursor-color): Only call make-variable-frame-local
12420 on XEmacs.
12421 * emulation/viper-util.el (viper-frame-value): New macro.
12422 * emulation/viper-cmd.el (viper-insert-state-post-command-sentinel)
12423 (viper-R-state-post-command-sentinel)
12424 (viper-replace-state-post-command-sentinel)
12425 (viper-change-state-to-insert, viper-change-state-to-emacs):
12426 * emulation/viper-util.el (viper-set-cursor-color-according-to-state)
12427 (viper-save-cursor-color, viper-get-saved-cursor-color-in-replace-mode)
12428 (viper-get-saved-cursor-color-in-insert-mode)
12429 (viper-get-saved-cursor-color-in-emacs-mode, viper-set-replace-overlay):
12430 Use viper-frame-value for viper-replace-overlay-cursor-color,
12431 viper-emacs-state-cursor-color, viper-insert-state-cursor-color, and
12432 viper-vi-state-cursor-color values.
12433
12434 * emulation/viper-cmd.el (zmacs-region-stays):
12435 * emulation/viper-util.el (zmacs-region-stays): No need to define
12436 for compiler.
12437
12438 * emulation/viper-keym.el (viper-add-keymap): Use mapc rather than
12439 mapcar on Emacs.
12440
12441 * emulation/viper-mous.el (viper-counting-clicks-p): Only define
12442 on XEmacs.
12443
12444 * emulation/viper-util.el (viper-set-minibuffer-overlay): Use when
12445 rather than if.
12446
12447 2008-03-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12448
12449 * whitespace.el: New version 9.3. As the glyph code generation was
12450 fixed, it is possible now to use character code above ?\x1FFFF in the
12451 display table. Fix `whitespace-indentation-regexp' to not include an
12452 extra ending character. Reported by Michael Welsh Duggan
12453 <mwd@cert.org>. Added hook actions when buffer is written or killed as
12454 the original whitespace package had. Suggested by Eric Cooper
12455 <ecc@cmu.edu>. Doc fix.
12456 (whitespace-action): New option.
12457 (whitespace-display-mappings): Changed default newline visualization to
12458 display downwards arrow, as the glyph code generation was fixed.
12459 (whitespace-unload-function): Assure that all local whitespace mode is
12460 turned off.
12461 (whitespace-global-modes): Fix type customization.
12462 (whitespace-mode, global-whitespace-mode, whitespace-cleanup-region)
12463 (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
12464 (whitespace-turn-off, whitespace-color-on, whitespace-display-char-on):
12465 Fix code.
12466 (whitespace-buffer): Command removed.
12467 (whitespace-trailing-regexp, whitespace-mark-x)
12468 (whitespace-display-window, whitespace-action-when-on)
12469 (whitespace-add-local-hook, whitespace-remove-local-hook)
12470 (whitespace-write-file-hook, whitespace-kill-buffer-hook)
12471 (whitespace-action): New funs.
12472 (whitespace-report-list, whitespace-report-text)
12473 (whitespace-report-buffer-name): New consts.
12474 (whitespace-report, whitespace-report-region): New commands.
12475
12476 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
12477
12478 * disp-table.el (make-glyph-code): Don't test the result of
12479 `face-id', which already signals an error for invalid faces.
12480 (glyph-face): Simplify.
12481
12482 * desktop.el (desktop-read): Set `desktop-dirname' to nil before
12483 running `desktop-not-loaded-hook' to allow modifying it.
12484 Don't show warning message if `desktop-dirname' was modified.
12485
12486 2008-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
12487
12488 * diff-mode.el (diff-sanity-check-hunk): Only accept an empty line if
12489 we still expect more lines.
12490
12491 * textmodes/fill.el (fill-comment-paragraph): Don't try to do
12492 comment-paragraph filling if the commark doesn't match
12493 comment-start-skip.
12494
12495 2008-03-01 Daiki Ueno <ueno@unixuser.org>
12496
12497 * international/utf-7.el (utf-7-encode): Never skip the trailing - for
12498 the `imap' variant.
12499
12500 2008-03-01 Jason Rumney <jasonr@gnu.org>
12501
12502 * files.el (make-auto-save-file-name): Encode more characters in
12503 non-file buffer names. Use url-encoding.
12504
12505 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
12506
12507 * net/net-utils.el (ftp-program): Fix typo in docstring.
12508 (ifconfig-program-options, netstat-program-options)
12509 (arp-program-options, route-program-options, nslookup-program-options)
12510 (ftp-program-options, smbclient-program-options)
12511 (dns-lookup-program-options, arp, route): Doc fixes.
12512
12513 * progmodes/gdb-ui.el (gdb-pc-address, gdb-source-file-list)
12514 (gdb-cpp-define-alist-program, gdb-mouse-jump, gdb-get-buffer-create)
12515 (gdb-set-gud-minor-mode-existing-buffers-1, gdb-debug-log):
12516 Fix typos in docstrings.
12517 (gdb-pending-triggers): Reflow docstring.
12518 (gdb, gdb-init-1): Fix typos in docstrings of gud-def definitions.
12519
12520 2008-03-01 Alan Mackenzie <acm@muc.de>
12521
12522 * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix a bug on
12523 typing "#" at EOB.
12524
12525 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
12526
12527 * emulation/cua-base.el (cua-remap-control-z): Fix typo in docstring.
12528
12529 2008-02-29 Kim F. Storm <storm@cua.dk>
12530
12531 * emulation/cua-base.el (cua-remap-control-v)
12532 (cua-remap-control-z): New defcustoms.
12533 (cua-mode): Add them to set-after property.
12534 (cua--init-keymaps): Use them.
12535 Add C-x/C-c home, end, next, and prior to cua--prefix-repeat-keymap.
12536
12537 * help.el (view-emacs-todo): Rename from view-todo.
12538 (describe-gnu-project): Rename from describe-project. Users changed.
12539 (view-help-file): New helper function.
12540 (describe-distribution, describe-copying, describe-gnu-project)
12541 (view-todo, view-order-manuals, view-emacs-problems): Use it.
12542 (view-emacs-debugging, view-external-packages): New commands.
12543 (help-map): Move describe-distribution to C-h C-o (ordering).
12544 Move view-emacs-problems to C-h C-p (problems).
12545 Bind view-emacs-debugging to C-h C-d (debugging).
12546 Bind view-external-packages to C-h C-e (extras).
12547 (help-for-help-internal): Cleanup and align descriptions.
12548 Remove command names to reduce clutter.
12549
12550 2008-02-29 Nick Roberts <nickrob@snap.net.nz>
12551
12552 * vc.el (vc-set-mode-line-busy-indicator): Use shorter message
12553 and quieter face (not a warning).
12554
12555 2008-02-29 Dan Nicolaescu <dann@ics.uci.edu>
12556
12557 * vc.el (vc-status-crt-marked): New variable.
12558 (vc-status-mode): Make it local.
12559 (vc-status-refresh): Use it to save the marked files.
12560 (vc-update-vc-status-buffer): Use it to restore the marked files.
12561
12562 * vc-svn.el (vc-svn-after-dir-status):
12563 * vc-hg.el (vc-hg-after-dir-status): Clean up the temporary buffer.
12564
12565 2008-02-29 Glenn Morris <rgm@gnu.org>
12566
12567 * allout.el (allout-topic-encryption-bullet)
12568 (allout-passphrase-verifier-handling, allout-passphrase-hint-handling)
12569 (allout-encrypt-unencrypted-on-saves): Change defcustom :version
12570 from 22.0 to 22.1.
12571
12572 * net/imap.el (imap-ping-server):
12573 * net/tls.el (tls-checktrust, tls-untrusted, tls-hostmismatch):
12574 Change defcustom :version from 23.0 to 23.1.
12575
12576 2008-02-29 Juanma Barranquero <lekktu@gmail.com>
12577
12578 * desktop.el (desktop-save): Save the buffer name if the
12579 uniquified base name is empty.
12580
12581 2008-02-29 Nick Roberts <nickrob@snap.net.nz>
12582
12583 * progmodes/gdb-ui.el (gdb-info-stack-custom): Apply function-name-face
12584 correctly when user has "set print address off".
12585
12586 2008-02-28 Juanma Barranquero <lekktu@gmail.com>
12587
12588 * cus-edit.el (custom-mode, custom-mode-hook): Use 23.1 as
12589 version number of the next major Emacs release, not 23.0.
12590
12591 * longlines.el (longlines-unload-function): New function.
12592
12593 2008-02-28 Juri Linkov <juri@jurta.org>
12594
12595 * startup.el (normal-splash-screen): Add argument `concise'.
12596 Remove unused binding `prev-buffer'. Let-bind `splash-buffer'
12597 to the created buffer. If `concise' is non-nil, call
12598 `display-buffer', otherwise `switch-to-buffer'. Doc fix.
12599 (display-startup-screen): Add argument `concise' to the call to
12600 `normal-splash-screen'.
12601
12602 2008-02-28 Kim F. Storm <storm@cua.dk>
12603
12604 * startup.el (startup-echo-area-message): Check for about-emacs.
12605
12606 2008-02-28 Juri Linkov <juri@jurta.org>
12607
12608 * startup.el: Always add initial message to *scratch* buffer if
12609 `initial-scratch-message' is non-nil regardless of the value of
12610 `inhibit-startup-screen'.
12611 (inhibit-startup-screen, initial-scratch-message): Doc fix.
12612 (command-line-1): Move code that inserts `initial-scratch-message'
12613 up before the if-form that checks for `inhibit-startup-screen'.
12614 Suggested by Jonathan Rockway <jon@jrock.us>.
12615
12616 2008-02-28 Juri Linkov <juri@jurta.org>
12617
12618 * cus-edit.el (custom-mode-map, custom-mode-link-map):
12619 Rename `custom-mode' to `Custom-mode' in docstrings.
12620 (custom-buffer-create-internal, customize-browse):
12621 Rename `custom-mode' to `Custom-mode'.
12622 (custom-mode-hook): Rename to `Custom-mode-hook'.
12623 (Custom-mode-hook): Renamed from `custom-mode-hook'.
12624 (custom-mode): Rename to `Custom-mode'.
12625 (Custom-mode): Renamed from `custom-mode'. Doc fix.
12626 (custom-mode): Add backward-compatible non-interactive variant of
12627 `Custom-mode' that simply calls `Custom-mode'. Mark it obsoleted.
12628 (custom-mode-hook): Mark it as obsolete alias of `Custom-mode-hook'.
12629
12630 * info-look.el: Rename `custom-mode' to `Custom-mode'.
12631
12632 * emulation/viper.el (viper-emacs-state-mode-list):
12633 Rename `custom-mode' to `Custom-mode'.
12634
12635 * menu-bar.el (menu-bar-search-menu, menu-bar-replace-menu):
12636 Capitalize "Tagged Files".
12637 (minibuffer-local-map): Add menu items for next/previous
12638 history elements and isearch history forward/backward.
12639
12640 * progmodes/hideshow.el (hs-minor-mode-menu): Compare
12641 `hs-isearch-open' with t instead of `comment' in :selected
12642 for "Code and Comment blocks" menu item.
12643
12644 2008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
12645
12646 * uniquify.el (uniquify-buffer-base-name): Undo last change.
12647 Should be done in desktop.el instead.
12648
12649 2008-02-28 Glenn Morris <rgm@gnu.org>
12650
12651 * autoinsert.el (auto-insert-alist): Update to FDL 1.2.
12652
12653 * emacs-lisp/byte-run.el (make-obsolete): Doc fix.
12654
12655 * mail/emacsbug.el: Remove leading `*' from defcustom doc-strings.
12656 (Info-menu, Info-goto-node): Remove declarations.
12657 (report-emacs-bug-info): Use info rather than Info-goto-node.
12658
12659 * progmodes/idlwave.el (Info-goto-node): Remove declaration.
12660 (idlwave-convert-xml-system-routine-info): Don't require xml.
12661 (idlwave-show-commentary, idlwave-shell-show-commentary):
12662 Don't require finder.
12663 (idlwave-info): Don't require info. Use info rather than
12664 Info-goto-node.
12665
12666 * textmodes/org.el (Info-goto-node): Remove declaration.
12667 (org-info): Use info rather than Info-goto-node.
12668
12669 * textmodes/reftex.el (reftex-show-commentary): Don't require finder.
12670 (reftex-info): Don't require info. Use info rather than Info-goto-node.
12671
12672 2008-02-28 Dan Nicolaescu <dann@ics.uci.edu>
12673
12674 * progmodes/hideshow.el (hs-minor-mode-menu): Add some options to
12675 the menu.
12676
12677 * vc.el (vc-deduce-fileset, vc-next-action, vc-start-entry)
12678 (vc-finish-logentry): Check for vc-status-mode, not only for
12679 vc-dired-mode.
12680
12681 2008-02-28 Kenichi Handa <handa@ni.aist.go.jp>
12682
12683 * isearch.el (isearch-printing-char): Don't check
12684 keyboard-coding-system.
12685 Call isearch-process-search-multibyte-characters only when
12686 current-input-method is non-nil.
12687
12688 2008-02-27 Kim F. Storm <storm@cua.dk>
12689
12690 * disp-table.el (make-glyph-code): Encode as cons if face id > 63.
12691 (glyph-char, glyph-face): Handle cons encoding.
12692
12693 2008-02-27 Juanma Barranquero <lekktu@gmail.com>
12694
12695 * uniquify.el (uniquify-buffer-base-name): If the base name is an
12696 empty string, return nil to allow the caller to default to the
12697 buffer name. Reported by Martin Fischer <parozusa@web.de>.
12698
12699 * tool-bar.el (tool-bar-setup): Doc fix.
12700
12701 * mail/supercite.el (sc-describe):
12702 Fix typos in obsolescence declaration.
12703
12704 2008-02-27 Glenn Morris <rgm@gnu.org>
12705
12706 * autoinsert.el (auto-insert-alist): Change permission text to
12707 match FSF's GPLv3 form.
12708
12709 * mail/supercite.el (sc-cite-original): Doc fix.
12710 (sc-version): Make obsolete.
12711 (sc-describe): Show the SC info page. Make obsolete.
12712
12713 2008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
12714
12715 * simple.el (set-mark-command): Deactivate mark on second C-SPC C-SPC
12716 when using transient-mark-mode.
12717 (default-indicate-unused-lines): Remove unused var.
12718
12719 2008-02-26 Jan Djärv <jan.h.d@swipnet.se>
12720
12721 * progmodes/grep.el (grep-mode-tool-bar-map): Change place on next
12722 and previous.
12723
12724 * progmodes/compile.el (compilation-mode-tool-bar-map): The same.
12725
12726 2008-02-26 Glenn Morris <rgm@gnu.org>
12727
12728 * net/net-utils.el (top-level): Don't require comint when compiling.
12729 (nslookup-font-lock-keywords): Don't require font-lock.
12730 Use font-lock faces rather than variables.
12731 (nslookup, ftp, smbclient, network-service-connection):
12732 Don't require comint.
12733 (comint-prompt-regexp, comint-input-autoexpand)
12734 (comint-input-ring): Declare for compiler.
12735 (comint-mode, ffap-string-at-point, comint-exec): Autoload.
12736 (dns-lookup-host): Don't require ffap. Remove `with-no-warnings'.
12737
12738 * ibuffer.el (ibuffer-do-toggle-read-only): Don't use `iff' in
12739 doc-string.
12740
12741 2008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
12742
12743 * doc-view.el (doc-view-current-page): Add a `win' argument.
12744
12745 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
12746
12747 * doc-view.el (doc-view-conversion-buffer): Give it an internal name.
12748 Demote it to plain defvar.
12749 (doc-view-conversion-refresh-interval): Reduce interval.
12750 (doc-view-goto-page): Allow moving to pages not yet rendered.
12751 (doc-view-goto-page): Construct a file name rather than extracting it
12752 from doc-view-current-files.
12753 (doc-view-kill-proc): Ignore errors from kill-process.
12754 (doc-view-pdf/ps->png-sentinel): Die gracefully if the buffer is dead.
12755 (doc-view-insert-image): Use appropriate text if the page hasn't been
12756 rendered yet. Adjust scrolling so the text is displayed.
12757 (doc-view-display): Detect not just that a page is available, but also
12758 that it wasn't available before, so as to avoid refreshing all pages
12759 repeatedly.
12760 (doc-view-mode): Make doc-view-cache-directory if needed.
12761
12762 2008-02-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12763
12764 * ibuffer.el (ibuffer-do-toggle-read-only): New optional arg as in
12765 toggle-read-only.
12766
12767 * textmodes/bibtex.el (bibtex-format-entry): Handle error message
12768 refering to a missing required field with the OPT prefix.
12769 Make unwindform more robust.
12770
12771 * textmodes/bibtex.el: Remove support for hideshow minor mode as
12772 it duplicates the bibtex support in progmodes/hideshow.el.
12773 * progmodes/hideshow.el (hs-special-modes-alist): Allow bibtex
12774 entries that do not start at the beginning of a line.
12775
12776 2008-02-25 Chong Yidong <cyd@stupidchicken.com>
12777
12778 * files.el (shell-quote-wildcard-pattern): Quote ' and " as well.
12779
12780 2008-02-25 Robert J. Chassell <bob@rattlesnake.com>
12781
12782 * help-fns.el (describe-variable): Add phrases about
12783 initialization file with and without customization;
12784 use new button type help-info-variable.
12785
12786 * help-mode.el (help-info-variable):
12787 New button able to read Info files for help-fns.el.
12788
12789 2008-02-25 Jan Djärv <jan.h.d@swipnet.se>
12790
12791 * progmodes/grep.el (grep-mode-tool-bar-map): New variable.
12792 (grep-mode): Use grep-mode-tool-bar-map.
12793
12794 * progmodes/compile.el (tool-bar): Require tool-bar.
12795 (compilation-mode-tool-bar-map): New variable.
12796 (compilation-mode): Use compilation-mode-tool-bar-map.
12797
12798 * term/x-win.el (x-gtk-stock-map): Add cancel. Remove extensions.
12799
12800 2008-02-25 Glenn Morris <rgm@gnu.org>
12801
12802 * vc-sccs.el (vc-sccs-diff): Fix setting of oldvers and newvers.
12803
12804 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
12805
12806 * diff-mode.el (diff-file-junk-re): New const.
12807 (diff-beginning-of-file-and-junk): Use it.
12808 (diff-file-kill): Make sure we were really inside a file diff.
12809
12810 * diff-mode.el: Make it more robust in the presence of empty context
12811 lines in unified hunks.
12812 (diff-valid-unified-empty-line): New var.
12813 (diff-unified->context, diff-sanity-check-hunk): Obey it.
12814 (diff-end-of-hunk): Obey it. New arg `donttrustheader'.
12815 (diff-fixup-modifs, diff-post-command-hook): Use this new arg.
12816 (diff-hunk-header-re-unified): New const.
12817 (diff-font-lock-keywords, diff-hunk-header-re, diff-split-hunk)
12818 (diff-fixup-modifs, diff-unified->context, diff-next-complex-hunk)
12819 (diff-sanity-check-hunk): Use it.
12820
12821 * diff-mode.el (diff-beginning-of-file-and-junk): If we're on the
12822 Index: line, don't search backward for the previous one.
12823
12824 2008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
12825
12826 * international/fontset.el (setup-default-fontset): Add non-OTF
12827 lao font for lao script.
12828
12829 * language/tibetan.el: Register tibetan-composition-function in
12830 composition-function-table.
12831
12832 * language/tibet-util.el (tibetan-composition-function):
12833 Adjust for the new calling way (argument changed). Try font-shape-text
12834 if possible.
12835
12836 * language/lao.el: Register lao-composition-function in
12837 composition-function-table.
12838
12839 * language/lao-util.el (lao-composition-function): Adjust for the new
12840 calling way (argument changed). Try font-shape-text if possible.
12841
12842 2008-02-25 Jason Rumney <jasonr@gnu.org>
12843
12844 * files.el (file-name-invalid-regexp): Fix octal/decimal confusion.
12845
12846 2008-02-25 Juri Linkov <juri@jurta.org>
12847
12848 * isearch.el (isearch-fail): Use "RosyBrown1" for a light
12849 background, "red4" for a dark background, "red" for 16 and
12850 8 colors, "grey" for grayscale, and inverse video otherwise.
12851 Add :version tag.
12852 (isearch-message): Keep the original isearch-message intact, and
12853 add text properties to it where necessary. Add `isearch-error' to
12854 the condition that checks if isearch is unsuccessful.
12855
12856 2008-02-24 Juri Linkov <juri@jurta.org>
12857
12858 * progmodes/compile.el (compilation-handle-exit):
12859 Use compilation-error face instead of font-lock-warning-face.
12860 Display the same message in the minibuffer as is inserted
12861 at the end of the compilation buffer.
12862
12863 2008-02-24 Glenn Morris <rgm@gnu.org>
12864
12865 * vc-cvs.el (vc-cvs-register): Fix registering of directories in
12866 multiple file case.
12867
12868 * vc-mcvs.el (vc-mcvs-register): Fix let-binding (for use of `file').
12869
12870 * vc-rcs.el (vc-rcs-register): Fix treatment of directories in
12871 multiple file case. Use a single `let' rather than two.
12872
12873 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
12874
12875 * progmodes/compile.el (compilation-start): Specify a face for
12876 mode-line-process.
12877 (compilation-handle-exit): Specify a face and a tooltip for
12878 mode-line-process.
12879
12880 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
12881
12882 * hilit-chg.el: Remove spurious * in defcustom docstrings.
12883 (hilit-chg-make-ov): Simplify.
12884 (hilit-chg-fixup): Use remove-overlays.
12885 (hilit-chg-set-face-on-change): Remove redundant call to
12886 `remove-text-properties'.
12887
12888 * dired.el (dired-mark-prompt): Don't count/display the t element.
12889 Reported by Carsten Blaauw <it-media.blaauw@daimler.com>.
12890
12891 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
12892
12893 * progmodes/verilog-mode.el (eval-when-compile): Don't define
12894 add-submenu.
12895 (verilog-xemacs-menu): Add :keys for C-M-a, C-M-e and C-M-h.
12896 Remove. Move contents to the only use ...
12897 (verilog-menu): ... here.
12898 (verilog-statement-menu): Remove. Move contents to the only use ...
12899 (verilog-stmt-menu): ... here.
12900 (verilog-mark-defun): Simply call mark-defun for emacs.
12901 (occur-pos-list): Declare for byte compiler.
12902 (mode-popup-menu): Don't defvar.
12903 (verilog-add-statement-menu): Remove.
12904 (verilog-mode-hook): Don't add verilog-add-statement-menu.
12905 (verilog-mode): Call easy-menu-add and set mode-popup-menu for XEmacs.
12906
12907 2008-02-24 Michael McNamara <mac@mail.brushroad.com>
12908
12909 * progmodes/verilog-mode.el (verilog-xemacs-menu): Remove XEmacs
12910 conditional.
12911 (verilog-font-grouping-keywords-face): Make the begin..end
12912 keywords standout more than other verilog keywords.
12913 (verilog-type-font-keywords): Move the begin..end out of this list
12914 to facilitate making them to (potentially) stand out more.
12915 (verilog-backward-token): Fix indent of bare always{_*}?, initial,
12916 function & task blocks.
12917 (verilog-behavioral-block-beg-re): Fix indent of bare always{_*}?,
12918 initial, function & task blocks.
12919 (verilog-forward-sexp): Handle the new "disable fork" statement of
12920 IEEE-1800 Verilog.
12921 (verilog-beg-block-re-ordered): Handle the new "disable fork"
12922 statement of IEEE-1800 Verilog.
12923 (verilog-calc-1): Handle the new "disable fork" statement of
12924 IEEE-1800 Verilog.
12925 (verilog-disable-fork-re): Add const to help handle the new
12926 "disable fork" statement of IEEE-1800 Verilog.
12927 (verilog-declaration-core-re): Add port directions by themselves,
12928 with no qualification, as base item of a declaration.
12929 (verilog-pretty-declarations): Add new flag to ask it to refrain
12930 from printing to the message buffer.
12931 (verilog-pretty-expr): Add a QUIET flag to ask it to refrain from
12932 printing to the message buffer. Improve handling of the many
12933 types of expression line up.
12934 (verilog-just-one-space): Remove printing of an empty message.
12935 (verilog-get-lineup-indent): Rework to support the better handling
12936 of expression lineup for verilog-pretty-expr.
12937 (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
12938
12939 2008-02-24 Alan Mackenzie <acm@muc.de>
12940
12941 * progmodes/cc-mode.el (c-extend-region-for-CPP): Bug fix from
12942 yesterday's commit.
12943
12944 2008-02-24 Nick Roberts <nickrob@snap.net.nz>
12945
12946 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint): Fall back
12947 to mouse-set-point in buffers that aren't associated with files.
12948
12949 * progmodes/gud.el: Rename menu item to "Show GUD tooltips".
12950
12951 2008-02-24 Alan Mackenzie <acm@muc.de>
12952
12953 Set of changes so that "obtrusive" syntactic elements in a
12954 C/C++/ObjC preprocessor line (e.g. an unbalanced string quote or
12955 unmatched paren) don't interact syntactically with stuff outside
12956 the CPP line.
12957
12958 * progmodes/cc-awk.el (c-awk-beyond-logical-line, c-awk-old-ByLL):
12959 Replace c-awk-end-of-logical-line and c-awk-old-EoLL to solve an
12960 off-by-one bug.
12961 (c-awk-record-region-clear-NL): Replaces c-awk-before-change, with
12962 a bit of refactoring.
12963 (c-awk-extend-and-syntax-tablify-region): Takes some of the
12964 functionality of c-awk-advise-fl-for-awk-region, which has been
12965 refactored away.
12966
12967 * progmodes/cc-defs.el (c-clear-char-property-with-value-function)
12968 (c-clear-char-property-with-value): New function and macro which
12969 remove text-properties `equal' to a supplied value.
12970
12971 * progmodes/cc-engine.el: Comment about text properties amended.
12972
12973 * progmodes/cc-fonts.el (c-cpp-matchers): Make it put regexp
12974 parens around "error\\|warning".
12975
12976 * progmodes/cc-langs.el (c-get-state-before-change-function)
12977 (c-before-font-lock-function, c-anchored-cpp-prefix):
12978 New language variables.
12979 (c-cpp-message-directives): Handle "#warning" in C, C++ and ObjC.
12980
12981 * progmodes/cc-mode.el (c-basic-common-init): C and ObjC now use
12982 syntax-table text properties.
12983 (c-common-init): Call language specific before/after-change
12984 functions at mode initialisation.
12985 (c-new-BEG, c-new-END, c-old-BOM, c-old-EOM): New variables.
12986 (c-extend-region-for-CPP, c-neutralize-CPP-line)
12987 (c-neutralize-syntax-in-CPP): New functions.
12988 (c-before-change, c-after-change): Call the new language specific
12989 change functions defined in cc-langs.el.
12990 (c-advise-fl-for-region): New macro.
12991 (awk-mode): Remove AWK specific stuff which has been refactored
12992 into language independent stuff.
12993
12994 2008-02-24 Nick Roberts <nickrob@snap.net.nz>
12995
12996 * progmodes/gdb-ui.el (gdba): Recreate as an alias for gdb.
12997 (gdb): (Re)set gdb-flush-pending-output to nil here...
12998 (gdb-init-1): ...instead of here (before gdb-prompt).
12999
13000 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
13001
13002 * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
13003 Recognize ''' just like any other char-constant.
13004
13005 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
13006
13007 * vc-hooks.el (vc-find-root): Remove initial loop because it's not
13008 careful enough. Detect the uid-change all within the main loop.
13009
13010 2008-02-24 Stefan Monnier <monnier@pastel.home>
13011
13012 * textmodes/sgml-mode.el (sgml-mode): Fix comment syntax.
13013
13014 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
13015
13016 * hilit-chg.el (highlight-save-buffer-state): New macro.
13017 (highlight-save-buffer-state, hilit-chg-set-face-on-change)
13018 (hilit-chg-clear): Use it to preserve the modified-p flag.
13019 (highlight-changes-rotate-faces): Don't mess with the undo-list.
13020
13021 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
13022
13023 * font-lock.el (font-lock-set-defaults): Unset previously set variables
13024 when needed.
13025
13026 2008-02-24 Ævar Arnfjörð Bjarmason <avar@cpan.org> (tiny change)
13027
13028 * net/rcirc.el (rcirc-url-regexp): Replace definition by copying
13029 from gnus-button-url-regexp.
13030
13031 2008-02-24 Eli Zaretskii <eliz@gnu.org>
13032
13033 * progmodes/compile.el (compilation-next-error): Doc fix.
13034 (compilation-find-file): Doc fix.
13035
13036 2008-02-24 Glenn Morris <rgm@gnu.org>
13037
13038 * net/net-utils.el (ipconfig-program, ipconfig-program-options):
13039 Add obsolete aliases to the old names.
13040
13041 2008-02-24 Richard Stallman <rms@gnu.org>
13042
13043 * net/net-utils.el (ifconfig): Rename from ipconfig.
13044 (ipconfig): Alias to ifconfig.
13045 (ifconfig-program): Rename from ipconfig-program.
13046 (ifconfig-program-options): Rename from ipconfig-program-options.
13047
13048 2008-02-24 Michael McNamara <mac@mail.brushroad.com>
13049
13050 * progmodes/verilog-mode.el (verilog-declaration-core-re):
13051 Add port directions by themselves, with no qualification, as base
13052 item of a declaration.
13053 (verilog-pretty-declarations): Add new flag that inhibits printing
13054 to the message buffer.
13055 (verilog-pretty-expr): Add new flag that inhibits printing to the
13056 message buffer. Improve handling of the many types of expression
13057 line up.
13058 (verilog-just-one-space): Don't print an empty message.
13059 (verilog-get-lineup-indent): Rework to support the better handling
13060 of expression lineup for verilog-pretty-expr.
13061 (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
13062 (verilog-mode-version, verilog-mode-release-date): Update.
13063
13064 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
13065
13066 * subr.el (cancel-change-group): Don't move point.
13067
13068 2008-02-23 Markus Triska <markus.triska@gmx.at>
13069
13070 * linum.el (linum-after-config): Update all visible windows.
13071
13072 2008-02-23 Glenn Morris <rgm@gnu.org>
13073
13074 * menu-bar.el (menu-bar-games-menu): Add Bubbles and Pong.
13075 Add :help for Solitaire and Tetris.
13076
13077 * tree-widget.el (tree-widget-lookup-image): Let-bind `file'.
13078
13079 * mail/smtpmail.el: Remove leading `*' from defcustom doc-strings.
13080 (smtpmail-code-conv-from): Doc fix. Fix custom type.
13081 (smtpmail-queue-index-file): Make it a defcustom.
13082 (smtpmail-queue-index): Delete.
13083 (smtpmail-send-it, smtpmail-send-queued-mail):
13084 Use smtpmail-queue-index-file and smtpmail-queue-dir rather than
13085 smtpmail-queue-index.
13086
13087 * net/net-utils.el (iwconfig-program, iwconfig-program-options):
13088 Add :version.
13089
13090 2008-02-23 Yoni Rabkin <yoni@rabkins.net> (tiny change)
13091
13092 * net/net-utils.el (iwconfig-program, iwconfig-program-options):
13093 New variables.
13094 (iwconfig): New function.
13095
13096 2008-02-23 Dan Nicolaescu <dann@ics.uci.edu>
13097
13098 * vc.el (vc-find-revision): Make vc-parent-buffer local before
13099 setting it.
13100 (vc-status-menu-map): Do not define using easy-menu.
13101 (vc-status-menu-map): New defalias.
13102 (vc-status-mode-map): Hook up the menu.
13103 (top-level): Update TODO.
13104
13105 * vc-hg.el (vc-hg-extra-status-menu): Return a keymap.
13106
13107 * vc-bzr.el (vc-bzr-init-version): Rename to ...
13108 (vc-bzr-init-revision): ... this.
13109
13110 2008-02-23 Jason Rumney <jasonr@gnu.org>
13111
13112 * makefile.w32-in (WINS_ALMOST): Remove term.
13113 (WINS): Add term here.
13114 (custom-deps, finder-data): Use WINS_ALMOST.
13115
13116 2008-02-22 Juanma Barranquero <lekktu@gmail.com>
13117
13118 * faces.el (font-weight-table): Fix value of `semi-light'.
13119
13120 2008-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
13121
13122 * faces.el (font-weight-table, font-slant-table, font-swidth-table):
13123 Make those tables bijective.
13124
13125 2008-02-22 Ken Manheimer <ken.manheimer@gmail.com>
13126
13127 Finish pdbtrack integration cleanup, settling missing-functions
13128 byte compiler warnings appropriately.
13129
13130 * progmodes/python.el (python-point): Remove this - beginning-of-line
13131 was all that was necessary for `python-pdbtrack-overlay-arrow'.
13132 (python-end-of-def-or-class, python-beginning-of-def-or-class)
13133 (python-goto-initial-line): Drop these - they were only needed for
13134 python-point.
13135 (python-comint-output-filter-function): Use condition-case and
13136 beginning-of-line directly, instead of python-mode.el functions
13137 which require all sorts of baggage.
13138 (point-safe): Unnecessary - we're using condition-case directly,
13139 instead.
13140 (python-execute-file): Include for python-shell, which I'm leaving
13141 in keeping despite it being unnecessary for pdb tracking.
13142
13143 2008-02-22 Peter Danenberg <pcd@wikitex.org> (tiny change)
13144
13145 * progmodes/scheme.el (scheme-font-lock-keywords-2):
13146 Add SRFI 11 support.
13147 (let-values, let*-values): Specify scheme-indent-function.
13148
13149 2008-02-22 Dan Nicolaescu <dann@ics.uci.edu>
13150
13151 * vc.el (vc-exec-after): Move setting mode-line-process in the
13152 busy case ...
13153 (vc-set-mode-line-busy-indicator): ... in this new function.
13154 (vc-status-refresh): Call vc-set-mode-line-busy-indicator.
13155 (vc-update-vc-status-buffer): Reset mode-line-process.
13156 (vc-status-mark-all-files, vc-status-unmark-all-files): Change to
13157 mark/unmark all the files with the same state as the current one.
13158 With a prefix argument mark/unmark all files.
13159 (vc-status-mode-menu): Adjust strings.
13160 (vc-update-vc-status-buffer): Only do something when the argument
13161 is not nil.
13162 (vc-status-kill-dir-status-process): New function.
13163 (vc-status-mode-map): Bind it.
13164 (vc-status-process-buffer): New variable.
13165 (vc-status-mode): Make it local.
13166 (vc-status-refresh): Set it.
13167
13168 * vc-hg.el (vc-hg-dir-status):
13169 * vc-git.el (vc-git-dir-status):
13170 * vc-svn.el (vc-svn-dir-status): Return the buffer in which the
13171 command is run.
13172
13173 2008-02-22 Glenn Morris <rgm@gnu.org>
13174
13175 * json.el (top-level): No need to require thingatpt.
13176 (json-read-keyword): Use thing-at-point rather than word-at-point.
13177
13178 * time.el (top-level): No need to require time-date when compiling.
13179
13180 * emacs-lisp/copyright.el (copyright-update-year):
13181 Fix subexpression numbering for the case when years are split over
13182 lines, and for the replace case.
13183
13184 * emulation/tpu-edt.el (tpu-have-ispell): Doc fix. Make obsolete.
13185 (tpu-caar, tpu-cadr): Delete functions.
13186 (zmacs-regions): No need to declare for compiler.
13187 (tpu-goto-breadcrumb): Use cadr rather than tpu-cadr.
13188 (tpu-spell-check): Rewrite, and handle mark after point.
13189 (tpu-special-insert): Use or rather than if.
13190
13191 * emulation/vip.el (vip-special-prefix-com): Use ispell-region
13192 rather than spell-region.
13193
13194 * textmodes/spell.el (spell-buffer, spell-word): Suppress compiler
13195 warnings about spell-region.
13196
13197 2008-02-22 Kenichi Handa <handa@ni.aist.go.jp>
13198
13199 * ldefs-boot.el: Regenerated.
13200
13201 * loadup.el: Don't load language/devanagari, language/kannada,
13202 language/malayalam, and language/tamil. Load language/sinhala.
13203
13204 * language/indian.el (indian-font-foundry)
13205 (indian-script-language-alist, indian-font-char-index-table)
13206 (indian-font-char, indian-font-char-range, indian-script-table)
13207 (indian-default-script, indian-composable-pattern): Delete them.
13208 ("Devanagari", "Kannada", "Malayalam", "Tamil"): Definitions of
13209 language environments moved to here.
13210 ("Bengali", "Punjabi", "Gujarati", "Oriya", "Telugu"):
13211 New language environments.
13212
13213 * language/devanagari.el, language/devan-util.el,
13214 * language/kannada.el, language/knd-util.el, language/malayalam.el,
13215 * language/mlm-util.el, language/tamil.el, language/tml-util.el:
13216 Delete them.
13217
13218 * language/sinhala.el: New file.
13219
13220 2008-02-21 Ken Manheimer <ken.manheimer@gmail.com>
13221
13222 Update Nick Robert's port of pdb tracking from python-mode.el.
13223
13224 * progmodes/python.el (python-pdbtrack-toggle-stack-tracking):
13225 Clarify docstring.
13226 (python-pdbtrack-minor-mode-string): A sign indicating that pdb
13227 tracking is happening.
13228 (python-pdbtrack-stack-entry-regexp): Better recognize stack traces.
13229 (python-pdbtrack-input-prompt): Better recognize PDB prompts.
13230 (comint-output-filter-functions): Add python-pdbtrack-track-stack-file.
13231 Tracking is plugged in to all comint buffers once python.el is loaded.
13232 (python-pdbtrack-overlay-arrow): Toggle activation of
13233 `python-pdbtrack-minor-mode-string' in addition to the overlay arrow.
13234 (python-pdbtrack-track-stack-file): Use new
13235 `python-pdbtrack-get-source-buffer' for more flexible access to
13236 debugging source files.
13237 (python-pdbtrack-get-source-buffer): Identify debugging target buffer
13238 according to pdb stack trace, optionally using new
13239 `python-pdbtrack-grub-for-buffer' if file is not locally available.
13240 (python-pdbtrack-grub-for-buffer): Find most recent python-mode
13241 named buffer, or having function with indicated name.
13242 (python-shell): Remove comint-output-filter-functions hook
13243 addition, it's being done elsewhere. Wrap long line.
13244
13245 2008-02-21 Michael Olson <mwolson@gnu.org>
13246
13247 * json.el: Replace XEmacs compatibility code to get rid of
13248 compiler warnings.
13249
13250 * time.el: Fix compiler warning.
13251
13252 2008-02-21 Edward O'Connor <ted@oconnor.cx>
13253
13254 * json.el: New file (JavaScript Object Notation parser / generator).
13255
13256 2008-02-21 Dave Love <fx@gnu.org>
13257
13258 * progmodes/sym-comp.el: New file.
13259
13260 * progmodes/python.el: Merge from Dave Love's 2008-01-20 version.
13261 Require sym-comp. Add Python buffer to same-window-buffer-names.
13262 Fixup whitespaces.
13263 (python-font-lock-keywords): Add highlighting for Python builtins.
13264 (python-font-lock-syntactic-keywords): Rewrite.
13265 (python-quote-syntax): Use syntax-ppss-context instead of parsing
13266 ppss directly.
13267 (python-mode-map): Add binding for python-find-function.
13268 (python-calculate-indentation): Clean up the logic.
13269 (python-beginning-of-defun): Explicitly set return value.
13270 (python-beginning-of-statement): Stop looping if we get stuck
13271 going backwards.
13272 (python-next-statement): Stop looping if we somehow end up inside
13273 a string while advancing.
13274 (python-preoutput-continuation, python-version-checked): New vars.
13275 (python-check-version): New function.
13276 (run-python): Set default command to python-command instead of
13277 python-python-command.
13278 (run-python): Use python-check-version. Give PYTHONPATH
13279 precedence over data-directory in the process environment.
13280 Load function definitions in python process after.
13281 (python-check-comint-prompt): New function.
13282 (python-send-command, python-send-receive): Use it.
13283 (python-complete-symbol, python-try-complete): Functions deleted.
13284 Use symbol-complete instead of python-complete-symbol throughout.
13285 (python-fill-paragraph): Further refine the fenced-string regexp.
13286 (def-python-skeleton): Expand to the original abbrev instead if in
13287 a comment or string. Tweak skeletons for `if', `while', `for',
13288 `try/except', `try/finally', `name'.
13289 (python-pea-hook, python-abbrev-pc-hook): New functions.
13290 (python-abbrev-syntax-table): New var.
13291 (python-mode): Add python-pea-hook to pre-abbrev-expand-hook.
13292 Use symbol-completion-try-complete for hippie expansion.
13293 Turn on font lock unconditionally.
13294 (python-mode-hook): Defcustom it. No need to use make-local
13295 variable on indent-tabs-mode in "Turn off Indent Tabs mode"
13296 option, since it's buffer-local.
13297
13298 2008-02-21 Juanma Barranquero <lekktu@gmail.com>
13299
13300 * play/hanoi.el (hanoi-internal): Set `show-trailing-whitespace' to nil.
13301
13302 2008-02-21 Drew Adams <drew.adams@oracle.com>
13303
13304 * mouse.el (minor-mode-menu-from-indicator): Create a menu with a
13305 "Turn off" and a "Help" entry when the minor mode has no menu.
13306
13307 2008-02-21 Dan Nicolaescu <dann@ics.uci.edu>
13308
13309 * vc.el (vc-status-mark, vc-status-unmark): New functions.
13310 (vc-status-mode-map, vc-status-mode-menu): Bind them instead of
13311 vc-status-mark-file and vc-status-unmark-file.
13312 (vc-status-mark-unmark): New function.
13313 (vc-status-previous-line, vc-status-next-line): No longer interactive.
13314
13315 2008-02-21 Glenn Morris <rgm@gnu.org>
13316
13317 * composite.el (encode-composition-rule): Fix typo in error message.
13318 (composition-function-table, auto-composition-mode): Doc fixes.
13319
13320 * subr.el (sit-for): Fix obsolete form for nil second argument.
13321
13322 * textmodes/spell.el (spell-buffer, spell-word, spell-region)
13323 (spell-string): Make obsolete, in favor of ispell.
13324
13325 2008-02-21 Kenichi Handa <handa@ni.aist.go.jp>
13326
13327 * language/devanagari.el: Don't setup composition-function-table
13328 here.
13329 ("Devanagari"): Change charset, coding-system, coding-priority to
13330 Unicode-based ones. Don't require the feature devan-util.
13331
13332 * composite.el (compose-chars-after): Fix arguments for a function
13333 in composition-function-table.
13334 (auto-compose-region): Likewise.
13335
13336 * ps-mule.el (ps-mule-font-info-database-bdf): Use ethio16f-uni.bdf
13337 for Ethiopic.
13338 (ps-mule-plot-string): Ignore glyph-string based compositions.
13339
13340 2008-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
13341
13342 * doc-view.el: Allow different windows to show different pages.
13343 (doc-view-current-page, doc-view-current-slice, doc-view-current-info)
13344 (doc-view-current-image, doc-view-current-overlay): Remove variables,
13345 add them back as macros instead, using image-mode-winprops instead.
13346 Update all users of those variables.
13347 (doc-view-new-window-function): New function to create a new overlay
13348 for each new window.
13349 (doc-view-mode): Use it and image-mode-setup-winprops.
13350 (doc-view-clone-buffer-hook): Rewrite accordingly.
13351
13352 * image-mode.el: Extend [hv]scroll support to per-window properties.
13353 (image-mode-current-vscroll, image-mode-current-hscroll): Remove.
13354 (image-mode-winprops-alist): New var to replace them.
13355 (image-mode-new-window-functions): New hook.
13356 (image-mode-winprops, image-mode-window-get, image-mode-window-put):
13357 New funs.
13358 (image-set-window-vscroll, image-set-window-hscroll): Use them.
13359 Remove the `window' argument, update callers.
13360 (image-mode-reapply-winprops): Rename image-reset-current-vhscroll.
13361 Use the new functions.
13362 (image-mode-reapply-winprops): New fun.
13363 (image-mode): Use it.
13364
13365 2008-02-20 Jay Belanger <jay.p.belanger@gmail.com>
13366
13367 * calc/calc-math.el (math-sin-raw): Add optional argument
13368 to keep track of original argument.
13369 (math-cos-raw): Use optional argument when calling math-sin-raw.
13370 (math-sin-raw-2, math-cos-raw-2): Check for a zero argument
13371 with close to original precision.
13372
13373 2008-02-20 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13374
13375 * textmodes/bibtex.el (bibtex-convert-alien): Do not use optional
13376 args in calls of sit-for.
13377
13378 2008-02-20 Juanma Barranquero <lekktu@gmail.com>
13379
13380 * vc-svn.el (vc-svn-program): Fix typo in docstring.
13381 (vc-svn-checkin): Fix typo in error message.
13382
13383 * help-mode.el: Require easymenu when compiling.
13384
13385 2008-02-20 Dan Nicolaescu <dann@ics.uci.edu>
13386
13387 * help-mode.el (help-mode-menu): New menu.
13388
13389 2008-02-20 Glenn Morris <rgm@gnu.org>
13390
13391 * mail/rmail.el (rmail-autodetect): Add .exe extension to movemail
13392 on Windows.
13393
13394 2008-02-20 Kenichi Handa <handa@ni.aist.go.jp>
13395
13396 * ps-mule.el (ps-mule-encode-region): Return a single string.
13397 (ps-mule-plot-string): Adjust for the above change.
13398 (ps-mule-encode-header-string): Likewise.
13399
13400 * international/latin1-disp.el (latin1-display): Don't use
13401 ucs-mule-8859-to-mule-unicode. Fix the way of resetting
13402 standard-display-table.
13403 (latin1-display-identities): Adjust for the change of what is
13404 returned by (get-language-info charset 'charset).
13405
13406 * international/mule-util.el (char-displayable-p): Fix for Latin-1
13407 characters and terminal case.
13408
13409 2008-02-19 Ken Manheimer <ken.manheimer@gmail.com>
13410
13411 Minor Adaptions by Nick Roberts <nickrob@snap.net.nz> for Emacs.
13412
13413 * progmodes/python.el: Also require comint when loading.
13414 (python-mode-map): Bind python-pdbtrack-toggle-stack-tracking.
13415 Replace python-shell with run-python on menu bar.
13416 (python-shell-map): New map.
13417 (python-default-interpreter, python-python-command-args)
13418 (python-jython-command-args, python-pdbtrack-do-tracking-p):
13419 New options.
13420 (python-which-shell, python-which-args, python-which-bufname):
13421 New buffer local variables.
13422 (python-file-queue, python-pdbtrack-is-tracking-p): New variables.
13423
13424 * progmodes/python.el (python-pdbtrack-stack-entry-regexp)
13425 (python-pdbtrack-input-prompt, python-pdbtrack-track-range):
13426 New constants.
13427
13428 Pdbtrack features:
13429
13430 (python-point, python-end-of-def-or-class)
13431 (python-beginning-of-def-or-class, python-goto-initial-line)
13432 (python-comint-output-filter-function)
13433 (python-pdbtrack-overlay-arrow)
13434 (python-pdbtrack-track-stack-file, python-toggle-shells)
13435 (python-shell, python-pdbtrack-toggle-stack-tracking)
13436 (turn-on-pdbtrack, turn-off-pdbtrack, python-sentinel):
13437 New functions.
13438
13439 2008-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
13440
13441 * net/ange-ftp.el (ange-ftp-quote-string): Return the null string
13442 when the argument is nil.
13443
13444 2008-02-19 Dan Nicolaescu <dann@ics.uci.edu>
13445
13446 * vc.el (dir-status): Add a brief description.
13447
13448 2008-02-19 Thien-Thi Nguyen <ttn@gnuvola.org>
13449
13450 * vc-hooks.el (vc-find-root): Take optional arg INVERT.
13451 If non-nil, reverse the sense of the check.
13452
13453 * vc-rcs.el (vc-rcs-root): New func.
13454 * vc-cvs.el (vc-cvs-root): New func.
13455 * vc-svn.el (vc-svn-root): New func.
13456 * vc-sccs.el (vc-sccs-root): New func.
13457
13458 2008-02-18 Kenichi Handa <handa@ni.aist.go.jp>
13459
13460 * language/japan-util.el (setup-japanese-environment-internal):
13461 Call use-cjk-char-width-table.
13462
13463 * language/japanese.el ("Japanese"): Set exit-function to
13464 use-default-char-width-table.
13465
13466 * international/characters.el: Delete occurrences of non-Unicode
13467 tibetan and ethiopic characters.
13468 (cjk-char-width-table): New variable.
13469 (use-cjk-char-width-table, use-default-char-width-table):
13470 New functions.
13471
13472 2008-02-19 Dan Nicolaescu <dann@ics.uci.edu>
13473
13474 * vc.el (vc-status-menu, vc-status-menu-map-filter): New functions.
13475 (vc-status-mode-menu): Add a :filter.
13476 (vc-status-printer): Add faces.
13477
13478 * vc-hg.el (vc-hg-extra-status-menu): New function.
13479 (vc-hg-dir-status): Clean up the buffer before using it.
13480
13481 2008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
13482
13483 * progmodes/gdb-ui.el (gdb-output-sink): Define with an invalid value.
13484 (gdb): Initialize it here instead.
13485
13486 * files.el (locate-dominating-file): Fix thinko in last change.
13487 Reported by Bruce Stephens <bruce.stephens@isode.com>.
13488
13489 2008-02-18 Dan Nicolaescu <dann@ics.uci.edu>
13490
13491 * vc.el (vc-status-mode-menu): New menu for vc-status.
13492
13493 2008-02-18 Juanma Barranquero <lekktu@gmail.com>
13494
13495 * progmodes/verilog-mode.el (customize): Fix typo in error message.
13496 (verilog-mode, verilog-mode-indent, verilog-mode-actions)
13497 (verilog-mode-auto, verilog-indent-level-module)
13498 (verilog-minimum-comment-distance, verilog-library-flags)
13499 (verilog-library-directories, verilog-library-files)
13500 (verilog-auto-reset-widths, verilog-imenu-generic-expression)
13501 (verilog-xemacs-menu, verilog-set-compile-command)
13502 (verilog-set-compile-command, verilog-mode-syntax-table, verilog-mode)
13503 (verilog-get-expr, verilog-strip-comments, verilog-one-line)
13504 (verilog-lint-off, verilog-batch-auto, verilog-batch-delete-auto)
13505 (verilog-batch-inject-auto, verilog-batch-indent)
13506 (verilog-continued-line, verilog-type-keywords)
13507 (verilog-read-sub-decls-sig, verilog-read-sub-decls-line)
13508 (verilog-read-inst-pins, verilog-read-arg-pins)
13509 (verilog-read-auto-template, verilog-read-signals, verilog-getopt-file)
13510 (verilog-add-list-unique, verilog-symbol-detick, verilog-modi-filename)
13511 (verilog-auto-star, verilog-auto-inst, verilog-auto-wire)
13512 (verilog-enum-ascii, verilog-sk-begin, verilog-sk-fork)
13513 (verilog-sk-datadef, verilog-colorize-include-files-buffer)
13514 (verilog-mode-version, verilog-mode-release-date)
13515 (verilog-mode-release-emacs, verilog-linter, verilog-coverage)
13516 (verilog-simulator, verilog-compiler)
13517 (verilog-auto-sense-defines-constant, verilog-company)
13518 (verilog-project, verilog-mark-defun, verilog-submit-bug-report):
13519 Fix typos in docstrings.
13520 (verilog-set-auto-endcomments, verilog-calculate-indent)
13521 (verilog-inject-auto, verilog-auto-arg, verilog-auto-inout-module):
13522 Reflow docstrings.
13523 (verilog-tab-always-indent, verilog-highlight-p1800-keywords)
13524 (verilog-auto-star-save, verilog-auto-inst-vector, verilog-mode-hook)
13525 (electric-verilog-forward-sexp, verilog-in-case-region-p)
13526 (verilog-in-struct-region-p, verilog-in-generate-region-p)
13527 (verilog-leap-to-head, verilog-current-indent-level)
13528 (verilog-case-indent-level, verilog-cpp-keywords)
13529 (verilog-defun-keywords, verilog-block-keywords, verilog-tf-keywords)
13530 (verilog-case-keywords, verilog-separator-keywords, verilog-completion)
13531 (verilog-signals-not-in, verilog-symbol-detick-text)
13532 (verilog-modi-cache-preserve-tick, verilog-modi-cache-preserve-buffer)
13533 (verilog-forward-close-paren, verilog-backward-open-paren)
13534 (verilog-backward-open-bracket): Doc fixes.
13535
13536 * progmodes/gud.el (gud-def, gud-last-speedbar-stackframe): Doc fixes.
13537 (gud-symbol, gud-expansion-speedbar-buttons, gud-speedbar-buttons)
13538 (gud-gdb-run-command-fetch-lines, gud-dbx-use-stopformat-p)
13539 (gud-jdb-classpath, gud-jdb-find-source-using-classpath, jdb)
13540 (gud-find-class, gdb-script-mode, gud-tooltip-event, gud-tooltip-tips):
13541 Fix typos in docstrings.
13542
13543 * w32-vars.el (w32-system-shells): Add TCC (new name for 4NT).
13544
13545 2008-02-18 Bastien Guerry <Bastien.Guerry@ens.fr>
13546
13547 * info.el (Info-read-node-name): Removed unused `default' arg.
13548
13549 2008-02-18 Thien-Thi Nguyen <ttn@gnuvola.org>
13550
13551 * vc-git.el (vc-git-after-dir-status, vc-git-dir-status): New funcs.
13552
13553 2008-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
13554
13555 * image-mode.el (image-get-display-property): New fun.
13556 (image-forward-hscroll, image-next-line, image-eol, image-eob)
13557 (image-mode, image-minor-mode, image-toggle-display-text)
13558 (image-toggle-display): Use it.
13559
13560 2008-02-18 Jason Rumney <jasonr@gnu.org>
13561
13562 * international/mule.el (xml-find-file-coding-system): Don't warn
13563 about utf-16 with BOM.
13564
13565 * nxml/nxml-mode.el (nxml-mode): Don't add a write-contents-hook.
13566
13567 * international/mule.el (sgml-xml-auto-coding-function): Detect and
13568 warn if file encoding is not utf-8 and encoding not specified.
13569 (xml-find-file-coding-system): New function.
13570 * international/mule-conf.el (file-coding-system-alist): Use it.
13571
13572 2008-02-17 Glenn Morris <rgm@gnu.org>
13573
13574 * international/mule-cmds.el (set-locale-environment):
13575 Pass `frame' to getenv for LC_MESSAGES.
13576
13577 2008-02-17 Juri Linkov <juri@jurta.org>
13578
13579 * time.el (emacs-init-time): Use format instead of format-seconds.
13580
13581 2008-02-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13582
13583 * textmodes/bibtex.el (bibtex-search-entry): Rename from
13584 bibtex-find-entry. Add autoload cookie.
13585 (bibtex-find-entry): Alias for bibtex-search-entry.
13586 (bibtex-search-crossref): Rename from bibtex-find-crossref.
13587 (bibtex-find-crossref): Alias for bibtex-search-crossref.
13588 (bibtex-clean-entry): atomic-change-group removed.
13589 (bibtex-format-entry): Use atomic-change-group. Use unwind-protect
13590 to locate buffer location where error occurred.
13591 Make error messages more specific.
13592 (bibtex-parse-keys): Only parse if buffer uses bibtex-mode.
13593
13594 2008-02-17 Dan Nicolaescu <dann@ics.uci.edu>
13595
13596 * progmodes/hideshow.el (hs-minor-mode-map): Move menu creation to
13597 top level.
13598
13599 * simple.el (transient-mark-mode): Add an :init-value.
13600
13601 * startup.el (command-line): Use custom-reevaluate-setting for
13602 transient-mark-mode.
13603
13604 2008-02-17 Michaël Cadilhac <michael@cadilhac.name>
13605
13606 * wdired.el (wdired-allow-to-change-permissions): Fix typo.
13607
13608 2008-02-16 Juri Linkov <juri@jurta.org>
13609
13610 * startup.el (after-init-time): New variable.
13611 (command-line): Set `after-init-time' to the current time.
13612
13613 * time.el (emacs-init-time): New function.
13614
13615 2008-02-16 Stefan Monnier <monnier@iro.umontreal.ca>
13616
13617 * files.el (locate-dominating-file): Remove initial loop because it's
13618 not careful enough. Detect the uid-change all within the main loop.
13619
13620 2008-02-16 Lawrence Mitchell <wence@gmx.li> (tiny change)
13621
13622 * ielm.el (ielm-is-whitespace-or-comment): Docstring fix.
13623
13624 2008-02-16 Dan Nicolaescu <dann@ics.uci.edu>
13625
13626 * vc.el (vc-annotate): Add new argument.
13627 (vc-annotate-warp-revision): Pass the current line to vc-annotate.
13628
13629 * progmodes/hideshow.el: Remove the minor-mode bookkeeping.
13630 Move make-variable-buffer-local code after the corresponding defvar.
13631 (hs-minor-mode-map): Define and initialize in one step.
13632 (hs-minor-mode): Change from defun to define-minor-mode.
13633
13634 2008-02-16 Nick Roberts <nickrob@snap.net.nz>
13635
13636 * progmodes/gud.el (gud-gdb): Don't reset gdb-ready.
13637 (gdb-ready): Move declaration...
13638
13639 * progmodes/gdb-ui.el (gdb-ready): ...to here.
13640 (gdb-early-user-input): New variable.
13641 (gdb): Reset gdb-flush-pending-output to nil and set
13642 comint-input-sender here (before gdb-prompt), instead of...
13643 (gdb-init-1): ...here.
13644 (gdb-send): If Emacs is not ready, defer user input to...
13645 (gdb-prompt): ...here.
13646
13647 2008-02-16 Glenn Morris <rgm@gnu.org>
13648
13649 * nxml/test.invalid.xml, nxml/test.valid.xml: Move to etc/nxml.
13650
13651 * startup.el (emacs-startup-time): Rename to `before-init-time'.
13652 (before-init-time): New name for `emacs-startup-time'.
13653 (command-line): Use before-init-time rather than emacs-startup-time.
13654 * time.el (emacs-uptime): Use before-init-time rather than
13655 emacs-startup-time.
13656
13657 * composite.el (composition-function-table): Doc fix.
13658
13659 * calendar/time-date.el (format-seconds): Remove `nonzero' argument
13660 in favor of `%z' specifier.
13661 (emacs-uptime): Move to time.el.
13662 * time.el (emacs-uptime): Move here from time-date.el. Add optional
13663 `format' argument. Doc fix. Use `%z' rather than removed `nonzero'
13664 argument of format-seconds.
13665
13666 2008-02-16 Dan Nicolaescu <dann@ics.uci.edu>
13667
13668 * bindings.el (mode-line-mule-info): Make the tooltips more explicit.
13669
13670 2008-02-15 Lawrence Mitchell <wence@gmx.li> (tiny change)
13671
13672 * ielm.el (ielm-is-whitespace): Remove.
13673 (ielm-is-whitespace-or-comment): New function.
13674 (ielm-eval-input): Use it.
13675
13676 2008-02-15 Jason Rumney <jasonr@gnu.org>
13677
13678 * term/mac-win.el: Fix coding tag.
13679
13680 2008-02-15 Dan Nicolaescu <dann@ics.uci.edu>
13681
13682 * vc-hooks.el (vc-menu-map):
13683 * bindings.el (mode-line-mode-menu): Add tooltips.
13684
13685 * bindings.el (help-echo): Add more tooltips. Use a less
13686 telegraphic style for existing tooltips.
13687
13688 2008-02-14 Stefan Monnier <monnier@iro.umontreal.ca>
13689
13690 * frame.el (frame-notice-user-settings): Distinguish explicit parent-id
13691 from the auto-generated one.
13692
13693 2008-02-14 Glenn Morris <rgm@gnu.org>
13694
13695 * mail/rmail-spam-filter.el (rmail-spam-filter):
13696 Let-bind message-spam-status.
13697
13698 * mail/smtpmail.el (password-cache-add): Declare as function.
13699
13700 2008-02-14 Justus Piater <Justus-bulk@Piater.name> (tiny change)
13701
13702 * mail/smtpmail.el: Use password-cache.
13703
13704 2008-02-14 Juanma Barranquero <lekktu@gmail.com>
13705
13706 * uniquify.el (uniquify-buffer-base-name): New function.
13707 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
13708
13709 * desktop.el (uniquify-managed): Don't defvar.
13710 (desktop-buffer-info): Use `uniquify-buffer-base-name', not
13711 `uniquify-managed'. Return also the buffer's base name.
13712 (desktop-save): When saving the buffer info, filter out the base name,
13713 and save it as buffer name if the buffer is managed by uniquify.
13714 (uniquify-item-base): Don't declare; not called anymore.
13715
13716 2008-02-14 Dan Nicolaescu <dann@ics.uci.edu>
13717
13718 * vc.el (vc-annotate-find-revision-at-line): New function.
13719 (vc-annotate-mode-map): Bind it.
13720 (vc-annotate-mode-menu): Add a menu entry for it. Add :help for
13721 some entries.
13722
13723 2008-02-14 Glenn Morris <rgm@gnu.org>
13724
13725 * calendar/time-date.el (format-seconds): New function.
13726 (emacs-uptime): Use format-seconds.
13727
13728 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
13729 Remove `LC_ALL=C', since it's included in $(emacs) now.
13730
13731 2008-02-14 Zhang Wei <id.brep@gmail.com>
13732
13733 * textmodes/org-publish.el (org-publish-timestamp-filename):
13734 Replace colon characters in filename too.
13735
13736 2008-02-13 Bastien Guerry <bzg@altern.org>
13737
13738 * mail/rmail.el (rmail-header-name): New face.
13739 (rmail-font-lock-keywords): Use rmail-header-name.
13740
13741 * mail/rmail-spam-filter.el (rsf-definitions-alist): Allow check
13742 against X-Spam-Status header field.
13743 (rmail-spam-filter): Also check X-Spam-Status header field.
13744
13745 2008-02-14 Mark A. Hershberger <mah@everybody.org>
13746
13747 * progmodes/flymake.el (flymake-allowed-file-name-masks):
13748 Add support for .pm files and .php files.
13749 (flymake-err-line-patterns): Add pattern for PHP errors.
13750 (flymake-php-init): New function. PHP support for flymake.
13751
13752 * progmodes/compile.el (compilation-error-regexp-alist-alist):
13753 Add regular expression for PHP errors.
13754
13755 2008-02-13 Michael Albinus <michael.albinus@gmx.de>
13756
13757 * net/ange-ftp.el (ange-ftp-quote-string): Use `shell-quote-argument'.
13758 This DTRT even on w32 machines.
13759 (ange-ftp-cf1): Quote FILENAME.
13760
13761 2008-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
13762
13763 * smerge-mode.el (smerge-auto-combine-max-separation): New var.
13764 (smerge-auto-combine): New fun.
13765
13766 2008-02-12 Juri Linkov <juri@jurta.org>
13767
13768 * startup.el (fancy-startup-screen, normal-splash-screen):
13769 Set default-directory to command-line-default-directory.
13770
13771 * desktop.el (after-init-hook): Set inhibit-startup-screen to t
13772 after reading the desktop.
13773
13774 * progmodes/compile.el (compilation-auto-jump):
13775 Call compile-goto-error only when compilation-auto-jump-to-first-error
13776 is non-nil.
13777 (compilation-scroll-output): Replace :type 'boolean with a choice
13778 that has three options including a third option `first-error'.
13779 Doc fix.
13780 (compilation-start, compilation-forget-errors): Add an alternate
13781 condition comparing compilation-scroll-output with `first-error'
13782 in addition to compilation-auto-jump-to-first-error (to call
13783 compilation-auto-jump in the proper place).
13784
13785 2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
13786
13787 * international/mule.el (sgml-html-meta-auto-coding-function):
13788 Make sure the search limit is ahead.
13789
13790 * tar-mode.el: Fix broken indentation.
13791 (tar-mouse-extract, tar-extract, tar-subfile-save-buffer):
13792 Use with-current-buffer.
13793
13794 2008-02-12 Juanma Barranquero <lekktu@gmail.com>
13795
13796 * hexl.el (hexl-mode): Don't make `font-lock-defaults' buffer-local;
13797 it is already automatically buffer-local.
13798
13799 2008-02-12 Drew Adams <drew.adams@oracle.com>
13800
13801 * help.el (describe-key): Join some split lines to facilitate filling.
13802 * help-fns.el (describe-function-1): Fill text of overlong lines.
13803
13804 2008-02-12 Kenichi Handa <handa@ni.aist.go.jp>
13805
13806 * emacs-lisp/bytecomp.el (byte-compile-lapcode):
13807 Use unibyte-string instead of string-make-unibyte.
13808
13809 * Makefile.in (AUTOGENEL): Remove charprop.el and uni-*.el.
13810
13811 2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
13812
13813 * doc-view.el (doc-view-display): Change file arg to buffer arg, so it
13814 works also for buffers w/o buffer-file-name. Update callers.
13815 (doc-view-clone-buffer-hook): New fun.
13816 (doc-view-mode): Use it for indirect clones. Mark the overlays with
13817 the `doc-view' property so they can be recognized.
13818
13819 * simple.el (clone-indirect-buffer-hook): New hook.
13820 (clone-indirect-buffer): Run it.
13821
13822 2008-02-11 Michael Olson <mwolson@gnu.org>
13823
13824 * epa-setup.el:
13825 * epg-package-info.el: Files removed.
13826
13827 2008-02-11 Daiki Ueno <ueno@unixuser.org>
13828
13829 * epa.el (epa-menu-mode): Merge into epa-mode.
13830 (epa-menu-items): Rename the label "EasyPG Assistant" to
13831 "Encryption/Decryption".
13832
13833 * epa-dired.el: Define a new minor-mode epa-dired-mode for dired.
13834 (epa-dired-mode-map): Rename from epa-dired-map.
13835 (epa-global-dired-mode): Rename the global minor mode.
13836
13837 2008-02-11 Drew Adams <drew.adams@oracle.com>
13838
13839 * isearch.el (isearch-fail): New face.
13840 (isearch-message): Highlight failure part of input.
13841
13842 2008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
13843
13844 * ibuffer.el (ibuffer-header-line-format): New var.
13845 (ibuffer-mode): Set it instead of header-line-format.
13846 (ibuffer-update): Use it to set header-line-format.
13847
13848 * international/mule-cmds.el (ucs-insert): Inherit surrounding
13849 properties like self-insert-command.
13850
13851 2008-02-11 Drew Adams <drew.adams@oracle.com>
13852
13853 * progmodes/etags.el: Add many doc strings.
13854
13855 2008-02-11 Jason Rumney <jasonr@gnu.org>
13856
13857 * ldefs-boot.el: Regenerated.
13858
13859 2008-02-11 Glenn Morris <rgm@gnu.org>
13860
13861 * progmodes/compile.el (compilation-error-regexp-alist-alist):
13862 Shorten some names.
13863
13864 * ffap.el (ffap-rfc-directories): Add :version.
13865
13866 2008-02-11 Chris Moore <christopher.ian.moore@gmail.com>
13867
13868 * jka-cmpr-hook.el (jka-compr-compression-info-list): Handle .sifz
13869 files, and backup files of same.
13870
13871 2008-02-11 Kevin Ryde <user42@zip.com.au>
13872
13873 * ffap.el (ffap-rfc-directories): New variable.
13874 (ffap-rfc): Look in those dirs before offering ffap-rfc-path.
13875
13876 * info.el (Info-next-reference, Info-prev-reference)
13877 (Info-try-follow-nearest-node): Move to and follow https:// links too.
13878
13879 * simple.el (completion-list-mode): Show full completion-list-mode-map
13880 in the docstring.
13881
13882 2008-02-11 Sam Steingold <sds@gnu.org>
13883
13884 * vc-hooks.el (vc-prefix-key): Remove (undo 2008-02-06 patch).
13885
13886 2008-02-11 Glenn Morris <rgm@gnu.org>
13887
13888 * startup.el (emacs-startup-time): New variable.
13889 (command-line): Set emacs-startup-time.
13890
13891 * calendar/time-date.el (emacs-uptime): New function.
13892
13893 2008-02-10 Bastien Guerry <bzg@altern.org>
13894
13895 * mail/rmail.el (rmail-nonignored-headers): Allow to be nil.
13896 (rmail-clear-headers): Don't check `rmail-nonignored-headers' when
13897 it is nil.
13898
13899 2008-02-10 Daiki Ueno <ueno@unixuser.org>
13900
13901 * epg-config.el: Expand the contents of epg-package-info.el.
13902 (epg-package-name): New constant.
13903 (epg-version-number): New constant.
13904 (epg-bug-report-address): New constant.
13905
13906 * epa-mail.el (epa-mail-mode): Add autoload cookie.
13907 (epa-global-mail-mode): New global minor mode.
13908
13909 * epa-file.el (epa-file-mode): New global minor mode.
13910
13911 * epa-dired.el (epa-dired-mode): New global minor mode.
13912
13913 * epa.el (epa-menu): New variable.
13914 (epa-menu-items): New variable.
13915 (epa-menu-mode): New global minor mode.
13916 (epa-global-minor-modes): New user option.
13917 (epa-mode): New global minor mode.
13918
13919 2008-02-10 Michael Albinus <michael.albinus@gmx.de>
13920
13921 * net/dbus.el: Remove `no-byte-compile' cookie.
13922 (dbus-call-method, dbus-register-signal, dbus-debug)
13923 (dbus-registered-functions-table): Declare them with
13924 `declare-function' or `defvar', respectively.
13925 (top): Don't assert any longer. Require 'cl when compiling.
13926 Apply `ignore-errors' but `dbus-ignore-errors'.
13927
13928 2008-02-10 Dan Nicolaescu <dann@ics.uci.edu>
13929
13930 * diff-mode.el (diff-add-change-log-entries-other-window):
13931 Use add-change-log-entry.
13932
13933 2008-02-09 Jason Rumney <jasonr@gnu.org>
13934
13935 * button.el (button-map):
13936 * wid-edit.el (widget-keymap): Avoid line-end confusion in autoloads.
13937 * ldefs-boot.el: Regenerate.
13938
13939 2008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
13940
13941 * epa.el (epa-faces, epa):
13942 * epa-file.el (epa-file):
13943 * epg-config.el (epg): Add :version.
13944
13945 2008-02-09 Thien-Thi Nguyen <ttn@gnuvola.org>
13946
13947 * vc.el (vc-exec-after): Append CODE to previous fragments.
13948 (vc-diff-finish): Take BUFFER directly, not BUFFER-NAME;
13949 take MESSAGES instead of VERBOSE; use it when non-nil.
13950 (vc-diff-internal): Compute messages once; use them;
13951 update call to vc-diff-finish.
13952
13953 2008-02-09 Michael Olson <mwolson@gnu.org>
13954
13955 * net/tramp.el (tramp-process-sentinel): Avoid error when process
13956 buffer has been killed, such as by
13957 `tramp-cleanup-all-connections'.
13958
13959 2008-02-09 Miles Bader <miles@gnu.org>
13960
13961 * net/rcirc.el (rcirc-omit-mode): Suppress invisibility ellipsis.
13962
13963 2008-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
13964
13965 * diff-mode.el (diff-add-change-log-entries-other-window): Avoid the
13966 splitter in context hunks.
13967
13968 2008-02-08 Kenichi Handa <handa@ni.aist.go.jp>
13969
13970 * international/fontset.el (setup-default-fontset): Fix arabic otf
13971 font specification.
13972
13973 2008-02-08 Daiki Ueno <ueno@unixuser.org>
13974
13975 * epa-dired.el:
13976 * epa-file.el:
13977 * epa-mail.el:
13978 * epa-setup.el:
13979 * epa.el:
13980 * epg-config.el:
13981 * epg-package-info.el:
13982 * epg.el: Initial check-in of EasyPG.
13983
13984 2008-02-08 Glenn Morris <rgm@gnu.org>
13985
13986 * woman.el (woman-locale): New defcustom.
13987 (woman-expand-locale, woman-manpath-add-locales): New functions.
13988 (woman-manpath): Call woman-manpath-add-locales. Bump :version.
13989
13990 * international/mule-cmds.el (locale-translate): New function,
13991 with old code extracted from set-locale-environment.
13992 (set-locale-environment): Use locale-translate. Set woman-locale.
13993
13994 * cus-start.el (selection-coding-system): Remove, since it's now
13995 defined in select.el rather than in xselect.c.
13996 * select.el (selection-coding-system): Make it a defcustom, and
13997 add the properties from cus-start.el. Bump :version.
13998
13999 * custom.el (custom-theme-set-variables): Sort symbols that are
14000 dependencies before symbols that depend on them.
14001 (custom-enabled-themes): Set after custom-theme-directory.
14002
14003 * pcmpl-unix.el (top-level): Move provide statement to end.
14004 (pcmpl-unix-group-file, pcmpl-unix-passwd-file): Remove leading
14005 `*' from doc-string. Allow to be nil.
14006 (pcmpl-ssh-known-hosts-file): Convert comment into expanded doc-string.
14007 Allow to be nil. Add :version.
14008 (pcmpl-ssh-hosts): Move definition before use. Handle lines
14009 without hostnames, and multiple hostnames per line.
14010
14011 * term/x-win.el (x-handle-parent-id): Remove free variable `parent-id'.
14012
14013 2008-02-08 Phil Hagelberg <phil@evri.com>
14014
14015 * pcmpl-unix.el (pcmpl-ssh-known-hosts-file): New defcustom.
14016 (pcomplete/ssh, pcomplete/scp, pcmpl-ssh-hosts): New functions.
14017
14018 2008-02-07 Timo Savola <timo.savola@iki.fi>
14019
14020 * startup.el (command-line-x-option-alist): Add --parent-id.
14021
14022 * term/x-win.el (x-handle-parent-id): New function.
14023
14024 2008-02-07 Chris Moore <christopher.ian.moore@gmail.com>
14025
14026 * mouse.el (x-fixed-font-alist): Use consistent capitalization for
14027 "Font Menu".
14028
14029 2008-02-06 Michael Albinus <michael.albinus@gmx.de>
14030
14031 * net/dbus.el (dbus-interface-peer): New defconst.
14032 (dbus-ping): New defun.
14033
14034 2008-02-06 Sam Steingold <sds@gnu.org>
14035
14036 * vc-hooks.el (vc-prefix-key): New user-customizable variable.
14037
14038 2008-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
14039
14040 * net/ange-ftp.el (ange-ftp-unhandled-file-name-directory):
14041 Just return nil and let the C code provide a fallback.
14042
14043 2008-02-05 Glenn Morris <rgm@gnu.org>
14044
14045 * net/tramp-cmds.el (tramp-cleanup-connection): Update calls to
14046 tramp-flush-connection-property for removed 2nd argument.
14047
14048 2008-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
14049
14050 * diff-mode.el (diff-add-change-log-entries-other-window):
14051 Rename from diff-create-changelog. Change users.
14052 Minor change to hopefully work with plain diffs.
14053 (diff-mode-map): Add binding for it.
14054
14055 2008-02-04 Dan Nicolaescu <dann@ics.uci.edu>
14056
14057 * diff-mode.el: Add new TODO entry.
14058 (diff-create-changelog): New function.
14059 (diff-mode-menu): Bind it.
14060
14061 2008-02-04 Kenichi Handa <handa@ni.aist.go.jp>
14062
14063 * international/mule-diag.el (print-fontset-element): Handle the
14064 case of inhibiting the fallback fonts.
14065
14066 2008-02-04 Kim F. Storm <storm@cua.dk>
14067
14068 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
14069 (ido-magic-delete-char): Use prefix arg.
14070
14071 2008-02-03 Juanma Barranquero <lekktu@gmail.com>
14072
14073 * term/w32-win.el (image-library-alist): Prefer libpng12 to libpng13,
14074 because the latter is in fact a 1.2.8 build distributed with GTK+ (as
14075 of today, the most recent libpng is 1.2.24).
14076
14077 2008-02-03 Michael Albinus <michael.albinus@gmx.de>
14078
14079 * ediff-util.el (ediff-compute-custom-diffs-maybe): Handle remote files.
14080
14081 * net/dbus.el (top): Check (featurep 'dbusbind).
14082
14083 * net/tramp.el (tramp-process-sentinel): New defun.
14084 (tramp-do-copy-or-rename-file-out-of-band)
14085 (tramp-maybe-open-connection): Use it as process sentinel.
14086 (tramp-handle-delete-directory): Don't use the "-f" option; it
14087 isn't portable.
14088 (tramp-handle-start-file-process): Echo `tramp-end-of-output'
14089 after the command.
14090 (tramp-handle-shell-command): Set `mode-line-process' in the
14091 asynchronous case.
14092
14093 * net/tramp-cache.el (tramp-flush-connection-property): Remove EVENT.
14094
14095 * net/tramp-fish.el (tramp-fish-maybe-open-connection):
14096 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
14097 Use `tramp-process-sentinel' as process sentinel.
14098
14099 2008-02-02 Juanma Barranquero <lekktu@gmail.com>
14100
14101 * whitespace.el (global-whitespace-mode): Revert last change.
14102 (whitespace-unload-function): Force `global-whitespace-mode'
14103 to deactivate local modes in a slightly less intrusive way.
14104
14105 2008-02-02 Eli Zaretskii <eliz@gnu.org>
14106
14107 * view.el (kill-buffer-if-not-modified): Add an autoload cookie.
14108
14109 2008-02-02 Glenn Morris <rgm@gnu.org>
14110
14111 * international/latin1-disp.el (latin1-display):
14112 * progmodes/fortran.el (fortran-comment-indent-char):
14113 * progmodes/idlw-shell.el (top-level):
14114 * term/mac-win.el (mac-keyboard-translate-char):
14115 * whitespace.el (whitespace-char-valid-p):
14116 * wid-edit.el (widget-key-sequence-read-event):
14117 Use characterp rather than char-valid-p.
14118
14119 * progmodes/cap-words.el (capitalized-next-word-boundary): Rename
14120 to capitalized-find-word-boundary. Doc fix. Update callers.
14121 (capitalized-next-word-boundary-function-table): Rename to
14122 capitalized-find-word-boundary-function-table. Doc fix. Update users.
14123
14124 * ps-bdf.el (bdf-read-font-info): Use string-to-number rather than
14125 string-to-int.
14126
14127 * ps-def.el (declare-function): Add compatibility definition.
14128 (ps-plot-with-face, ps-plot-string): Declare as functions.
14129 (ps-bold-faces, ps-italic-faces): Declare variables.
14130
14131 * ps-print.el (ps-mule-initialize, ps-mule-begin-job)
14132 (ps-mule-end-job): Declare as functions.
14133
14134 * wid-edit.el (widget-string-complete): Use assoc-string rather
14135 than assoc-ignore-case.
14136
14137 See ChangeLog.13 for earlier changes.
14138
14139 ;; Local Variables:
14140 ;; coding: utf-8
14141 ;; add-log-time-zone-rule: t
14142 ;; bug-reference-url-format: "http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=%s"
14143 ;; End:
14144
14145 Copyright (C) 2008 Free Software Foundation, Inc.
14146
14147 This file is part of GNU Emacs.
14148
14149 GNU Emacs is free software: you can redistribute it and/or modify
14150 it under the terms of the GNU General Public License as published by
14151 the Free Software Foundation, either version 3 of the License, or
14152 (at your option) any later version.
14153
14154 GNU Emacs is distributed in the hope that it will be useful,
14155 but WITHOUT ANY WARRANTY; without even the implied warranty of
14156 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14157 GNU General Public License for more details.
14158
14159 You should have received a copy of the GNU General Public License
14160 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
14161
14162 ;; arch-tag: c241c1f9-d668-48bf-920a-2897ed0340bc