]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
(cal-menu-context-mouse-menu): Add some :keys.
[gnu-emacs] / lisp / ChangeLog
1 2008-06-26 Kenichi Handa <handa@m17n.org>
2
3 * composite.el (terminal-composition-base-character-p): New function.
4 (terminal-composition-function):
5 Use terminal-composition-base-character-p. Include the base character
6 in the composition.
7 (auto-compose-chars): Don't check font-object for terminal display.
8
9 2008-06-26 Glenn Morris <rgm@gnu.org>
10
11 * calendar/calendar.el (calendar-date-echo-text): Doc fix.
12 Add default :value for sexp type.
13 (calendar-month-edges): New variable.
14 (calendar-month-edges): New function.
15 (calendar-recompute-layout-variables): Set calendar-month-edges.
16 (calendar-intermonth-header, calendar-intermonth-text): New options.
17 (calendar-insert-at-column): New function.
18 (calendar-generate-month): Use calendar-insert-at-column.
19 Handle intermonth text. Add 'date property.
20 (calendar-column-to-month): Remove function.
21 (calendar-column-to-segment): New function.
22 (calendar-cursor-to-date): Use calendar-column-to-segment.
23 Check 'date property.
24
25 * calendar/calendar.el (calendar-print-other-dates):
26 Handle mouse events.
27 * calendar/cal-menu.el (calendar-mouse-print-dates): Remove function.
28 (cal-menu-context-mouse-menu): Use calendar-print-other-dates.
29
30 * calendar/holidays.el (calendar-cursor-holidays): Handle mouse events.
31 * calendar/cal-menu.el (calendar-mouse-holidays): Remove function.
32 (cal-menu-context-mouse-menu): Use calendar-cursor-holidays.
33
34 * calendar/cal-move.el (calendar-cursor-to-nearest-date):
35 Use calendar-column-to-segment, calendar-month-edges, and
36 the 'date property to handle intermonth text.
37
38 * calendar/cal-iso.el (calendar-iso-from-absolute): Add autoload cookie.
39
40 * calendar/cal-menu.el (cal-menu-moon-menu, cal-menu-diary-menu)
41 (cal-menu-holidays-menu, cal-menu-goto-menu, cal-menu-scroll-menu):
42 Add doc strings.
43 (cal-menu-context-mouse-menu): Add some :keys.
44
45 2008-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
46
47 * minibuffer.el (completion-basic-try-completion): Use the text after
48 point to consrain the completion candidates.
49 (completion-basic-all-completions): Adjust accordingly.
50
51 2008-06-25 Chong Yidong <cyd@stupidchicken.com>
52
53 * textmodes/tex-mode.el (tex-verbatim): Use monospace instead of
54 courier.
55
56 * faces.el (set-face-attribute): Doc fix.
57
58 2008-06-25 Juri Linkov <juri@jurta.org>
59
60 * bindings.el (goto-map): New variable. Rebind goto-related
61 commands to this `M-g' prefix keymap.
62 (search-map): New variable for `M-s' prefix keymap.
63 Bind `M-s o' to `occur', `M-shr' to `highlight-regexp', `M-shp' to
64 `highlight-phrase', `M-shl' to `highlight-lines-matching-regexp',
65 `M-shu' to `unhighlight-regexp', `M-shf' to `hi-lock-find-patterns',
66 `M-shw' to `hi-lock-write-interactive-patterns'.
67
68 * isearch.el (isearch-mode-map): Bind `M-s h r' to
69 `isearch-highlight-regexp'.
70 (isearch-highlight-regexp): New function.
71
72 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
73
74 * info.el (Info-bookmark-make-record):
75 Use bookmark-make-record-default.
76 (Info-bookmark-jump): Use bookmark-default-handler.
77
78 * image-mode.el (image-bookmark-make-record):
79 Use bookmark-make-record-default.
80 (image-bookmark-jump): Use bookmark-default-handler.
81
82 * doc-view.el (doc-view-bookmark-make-record):
83 Use bookmark-make-record-default.
84 (doc-view-bookmark-jump): Use bookmark-default-handler.
85
86 * bookmark.el (bookmark-alist): Allow the 2 slightly different formats
87 used until now in bookmark.el's code.
88 (bookmark-get-bookmark): Accept bookmark names or bookmark records.
89 (bookmark-get-bookmark-record): Allow the 2 slightly different formats
90 used until now in bookmark.el's code.
91 (bookmark-set-filename): Remove special code, moved to its only caller.
92 (bookmark-store): Use the newer format.
93 (bookmark-make-record-default): Add arg `point-only'.
94 Rename from bookmark-make-record-for-text-file.
95 (bookmark--jump-via): New function.
96 (bookmark-jump, bookmark-jump-other-window, bookmark-bmenu-2-window)
97 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window):
98 Use it.
99 (bookmark-jump-noselect, bookmark-default-handler):
100 Don't return an alist, instead return the data implicitly by changing
101 current buffer and point. Signal an error if the file doesn't exist.
102
103 * buff-menu.el: Use with-current-buffer and inhibit-read-only.
104 (Buffer-menu-toggle-read-only): Avoid vc-toggle-read-only.
105
106 * bs.el: Use with-current-buffer. Simplify.
107 (bs-toggle-readonly): Avoid vc-toggle-read-only.
108
109 * eshell/esh-cmd.el (eshell-manipulate): Check eshell-debug-command
110 is bound before using it.
111
112 2008-06-25 Kenichi Handa <handa@m17n.org>
113
114 * image.el (image-jpeg-p): Convert DATA to unibyte at first.
115
116 2008-06-25 Dan Nicolaescu <dann@ics.uci.edu>
117
118 * vc-hg.el:
119 * vc-git.el: Require vc-dir when compiling.
120
121 * vc-dir.el (vc-dir-marked-only-files-and-states): Rename from
122 vc-dir-marked-only-files. Change the return value.
123 (vc-dir-child-files-and-states): Rename from vc-dir-child-files.
124 Change the return value.
125 (vc-dir-deduce-fileset): New function broken out from ...
126 * vc.el (vc-deduce-fileset): ... here and ...
127 (vc-deduce-fileset): ... here.
128
129 * vc-svn.el (vc-annotate-parent-rev): Pacify byte compiler.
130 (vc-svn-parse-status): Do not set the vc-backend property.
131
132 2008-06-25 Andreas Schwab <schwab@suse.de>
133
134 * faces.el (face-font-family-alternatives, variable-pitch):
135 Use "Sans Serif", not "Sans-Serif".
136
137 2008-06-24 Chong Yidong <cyd@stupidchicken.com>
138
139 * faces.el (face-font-family-alternatives, variable-pitch):
140 Change "Sans" to the canonical name "Sans-Serif".
141
142 2008-06-24 Jay Belanger <jay.p.belanger@gmail.com>
143
144 * calc/calc.el (calc-mode-map): Add extra keybindings to
145 `calc-missing-key'.
146 * calc/calc-ext.el (calc-init-extensions): Add keybinding for
147 `kill-ring-save'.
148
149 2008-06-24 Miles Bader <miles@gnu.org>
150
151 * mouse.el (mouse-appearance-menu): Don't do anything if the user
152 pops up the menu but doesn't select anything.
153
154 2008-06-24 Dan Nicolaescu <dann@ics.uci.edu>
155
156 * add-log.el (add-change-log-entry): Add new arg to force each new
157 entry to be on a new line.
158 * diff-mode.el (diff-add-change-log-entries-other-window): Use it.
159
160 * vc-dir.el (vc-client-object): Remove.
161 (vc-dir-prepare-status-buffer): Take a backend as an argument and
162 use it when looking for a buffer.
163 (vc-dir): Add a backend argument. Set revert-buffer-function.
164 Don't create a client object. Move bindings ...
165 (vc-dir-menu-map, vc-dir-mode-map): ... here.
166 (vc-dir-revert-buffer-function): New function.
167 (vc-generic-status-printer): Rename to ...
168 (vc-dir-status-printer): ... this.
169 (vc-generic-state, vc-generic-status-fileinfo-extra)
170 (vc-dir-extra-menu, vc-make-backend-object): Remove.
171 (vc-default-status-printer): Use a different face for
172 directories. Don't display any text for directories in the state
173 column. Add tooltips.
174
175 * vc.el (Todo): Update.
176
177 * vc-hg.el (vc-annotate-convert-time, vc-default-status-printer):
178 * vc-rcs.el (vc-annotate-convert-time):
179 * vc-mtn.el (vc-annotate-convert-time):
180 * vc-git.el (vc-annotate-convert-time):
181 * vc-cvs.el (vc-annotate-convert-time):
182 * vc-bzr.el (vc-annotate-convert-time): Declare as functions.
183
184 2008-06-23 Dan Nicolaescu <dann@ics.uci.edu>
185
186 * vc-annotate.el (vc-annotate-mode): Derive from special-mode
187 instead of using view-mode.
188
189 2008-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
190
191 * Makefile.in (distclean): Don't delete *.elc and autogen files.
192
193 2008-06-22 Dan Nicolaescu <dann@ics.uci.edu>
194
195 * vc.el:
196 * vc-hooks.el:
197 * vc-dispatcher.el: Move vc-dir variables and functions ...
198 * vc-dir.el: ... here. New file.
199 * Makefile.in (ELCFILES): Add vc-dir.elc.
200
201 * vc.el: Move vc-annotate variables and functions ...
202 * vc-annotate.el: ... here. New file.
203 * Makefile.in (ELCFILES): Add vc-annotate.elc.
204
205 * vc-dav.el: Move here from url/vc-dav.el.
206 (Todo): Note work needed to make this backend functional.
207
208 * Makefile.in (ELCFILES): Update vc-dav.el location.
209
210 2008-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
211
212 * Makefile.in (COMPILE_FIRST): Trim down and add autoload.el.
213
214 2008-06-21 John Paul Wallington <jpw@pobox.com>
215
216 * emacs-lisp/derived.el (define-derived-mode): Add `doc-string' decl.
217
218 * textmodes/rst.el (rst-mode): Put docstring in right place.
219
220 2008-06-21 Chong Yidong <cyd@stupidchicken.com>
221
222 * startup.el (fancy-about-text, fancy-startup-tail): Increase text
223 size for legibility.
224
225 * faces.el (fixed-pitch): Use "Monospace" family.
226 (variable-pitch): Use "Sans" family.
227 (face-font-family-alternatives): Define alternatives for "Sans"
228 and "Monospace".
229
230 2008-06-21 Glenn Morris <rgm@gnu.org>
231
232 * mail/hashcash.el, net/tramp-smb.el, nxml/nxml-mode.el:
233 Require 'cl when compiling.
234
235 * emacs-lisp/debug.el (help-xref-interned): Declare.
236
237 * emacs-lisp/easy-mmode.el (easy-mmode-set-keymap-parents):
238 Evaluate definition when compiling.
239
240 * progmodes/bug-reference.el (bug-reference-map): Bind down-mouse-1
241 rather than mouse-1.
242 (bug-reference-url-format): Autoload safe if string.
243 (bug-reference-bug-regexp): Make space after "bug" optional.
244
245 * Makefile.in (all): Explicitly pass EMACS to sub-make,
246 for some non-GNU makes.
247
248 * cus-dep.el (custom-dependencies-no-scan-regexp):
249 * finder.el (finder-no-scan-regexp): Add ldefs-boot.el
250
251 * calendar/cal-move.el (calendar-forward-day): Scroll in one month
252 increments.
253
254 * calendar/calendar.el: Factor out the magic numbers controlling the
255 calendar layout.
256 (calendar-month-digit-width, calendar-month-width)
257 (calendar-right-margin): New variables.
258 (calendar-recompute-layout-variables, calendar-set-layout-variable):
259 New functions.
260 (calendar-left-margin, calendar-intermonth-spacing)
261 (calendar-column-width, calendar-day-header-width)
262 (calendar-day-digit-width): New options.
263 (calendar-first-date-row): New constant.
264 (calendar-move-to-column, calendar-ensure-newline): New functions,
265 replacing calendar-insert-indented.
266 (calendar-insert-indented): Remove function.
267 (calendar-generate-month): Use calendar-move-to-column and
268 calendar-ensure-newline. Use layout variables.
269 (calendar-generate, calendar-update-mode-line)
270 (calendar-font-lock-keywords): Use layout variables.
271 (calendar-column-to-month): New function.
272 (calendar-cursor-to-date): Use calendar-column-to-month.
273 Use layout variables.
274 * calendar/cal-move.el (calendar-cursor-to-nearest-date):
275 Use layout variables. Use calendar-column-to-month.
276 (calendar-cursor-to-visible-date): Use layout variables.
277
278 2008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
279
280 * Makefile.in (update-elclist): Don't exclude COMPILE_FIRST.
281 (all): Run compile-last.
282 (compile-onefile): New target.
283 (compile-first): Simplify.
284 (compile-last): Don't treat COMPILE_FIRST specially.
285 (COMPILE_FIRST): List the elc files rather than the el files.
286 (ELCFILES): Update.
287
288 2008-06-21 Ulf Jasper <ulf@web.de>
289
290 * net/newst-treeview.el: Remove dead code.
291 (newsticker--window-config): Remove.
292 (newsticker-treeview-quit): Do not save window config.
293 (newsticker-treeview): Do not try to restore window config.
294 (newsticker-groups, newsticker--treeview-list-sort-by-column)
295 (newsticker--treeview-list-new-items)
296 (newsticker--treeview-list-immortal-items)
297 (newsticker--treeview-list-obsolete-items)
298 (newsticker--treeview-list-all-items)
299 (newsticker--treeview-list-feed-items): Fix documentation.
300
301 2008-06-21 Miles Bader <miles@gnu.org>
302
303 * face-remap.el (text-scale-adjust): Bind `echo-keystrokes' to nil.
304
305 2008-06-21 Alan Mackenzie <acm@muc.de>
306
307 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5D.5): Fix an
308 infinite loop on invalid syntax.
309
310 2008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
311
312 * textmodes/rst.el: Run rst-define-level-faces when loading.
313 (rst-mode): Don't set the font-lock-multiline var.
314 (rst-font-lock-find-unindented-line, rst-font-lock-handle-adornment):
315 Set the font-lock-multiline property by hand.
316
317 * loadup.el: Don't add emacs-<VERS> name when bootstrapping.
318
319 * Makefile.in (emacs-deps): Remove.
320 ($(lisp)/cus-load.el, $(lisp)/finder-inf.el): Re-add.
321 (all): Use them.
322 (autogen-clean): Remove.
323
324 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
325
326 * Makefile.in (all): New target.
327 (bootstrap-prepare): Remove.
328
329 * Makefile.in ($(lisp)/progmodes/cc-mode.elc): Pass the .el file not
330 the .elc file to batch-byte-compile.
331
332 * progmodes/cc-mode.el (c-make-inherited-keymap): Only use
333 set-keymap-parents if set-keymap-parent doesn't exist.
334
335 * vc-bzr.el (vc-bzr-annotate-extract-revision-at-line):
336 Allow more than one space before the |.
337
338 * textmodes/rst.el: Fix up docstring conventions.
339 Move vars to before their first use.
340 (rst-mode): Don't mess with font-lock-support-mode.
341 (rst-suggest-new-decoration, rst-adjust-decoration):
342 Avoid CL's copy-list.
343 (rst-delete-entire-line): Use line-beginning-position.
344 (rst-position): New fun.
345 (rst-straighten-decorations): Use it instead of CL's position.
346 (rst-straighten-bullets-region): Avoid CL's mapcar*.
347 (rst-toc-mode): Use define-derived-mode.
348 (rst-iterate-leftmost-paragraphs, rst-iterate-leftmost-paragraphs-2):
349 Remove unused var `in-par'. Use `point' rather than `point-marker'.
350 (rst-line-block-region): Reduce redundancy. Use the `pfxarg' arg.
351 (rst-replace-lines): Simplify.
352 (auto-mode-alist): Use rst-mode for *.rst and *.rest files.
353
354 * simple.el (special-mode-map): New var.
355 (special-mode): New major mode.
356
357 2008-06-20 Dan Nicolaescu <dann@ics.uci.edu>
358
359 * vc-mtn.el (vc-mtn-log-view-mode): Set log-view-per-file-logs and
360 log-view-file-re.
361
362 * vc.el (vc-dir-hide-up-to-date): Undo previous change.
363 (vc-switch-backend): Simplify.
364 (Todo): Remove solved items.
365
366 * vc-cvs.el (vc-cvs-parse-status, vc-cvs-parse-entry): Do not set
367 the vc-backend property.
368
369 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
370
371 * emacs-lisp/checkdoc.el (checkdoc-start-section, checkdoc-error):
372 Bind inhibit-read-only since the buffer is always read-only.
373
374 2008-06-20 Ulf Jasper <ulf@web.de>
375
376 * net/newst-treeview.el (newsticker-treeview-own-frame):
377 Change default value to nil.
378 (newsticker--treeview-list-add-item)
379 (newsticker--treeview-propertize-tag): Show item title in tooltip.
380
381 2008-06-20 Martin Blais <blais@furius.ca>
382 Stefan Merten <smerten@oekonux.de>
383 David Goodger <goodger@python.org>
384
385 * textmodes/rst.el: New file.
386
387 2008-06-20 Sam Steingold <sds@gnu.org>
388
389 * vc.el (vc-dir-hide-up-to-date): Accept a prefix argument to also
390 remove DIRECTORY entries.
391
392 2008-06-20 Eli Zaretskii <eliz@gnu.org>
393
394 * makefile.w32-in (distclean): Depend on `clean'.
395 (clean): Delete calc/calc-loaddefs.el~ and eshell/esh-groups.el~.
396 (AUTOGENEL): Add $(lisp)/nxml/subdirs.el.
397 ($(lisp)/cus-load.el): Don't use `touch'. Instead, generate an
398 empty cus-load.el with `echo', and include "Local Variables"
399 section to prevent the empty file from being compiled.
400 (cus-load.el-SH, cus-load.el-CMD): New SHELLTYPE-specific targets
401 that generate an empty cus-load.el.
402
403 2008-06-20 Juanma Barranquero <lekktu@gmail.com>
404
405 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
406 Don't copy ldefs-boot.el over loaddefs.el.
407 (bootstrap-clean): Remove loaddefs.el and don't depend on it.
408 (loaddefs.el-SH, loaddefs.el-CMD): Don't add autoloads and defvars
409 to loaddefs.el; they are not needed now. Add coding cookie.
410
411 2008-06-20 Miles Bader <miles@gnu.org>
412
413 * face-remap.el (face-remap-add-relative, face-remap-set-base):
414 Strip unnecessary list levels from SPECS.
415 (buffer-face-set, buffer-face-toggle):
416 Change argument from FACE to &rest SPECS, and strip unnecessary
417 list levels from SPECS.
418 (buffer-face-mode-invoke): Change argument from FACE to SPECS.
419
420 2008-06-20 Jason Rumney <jasonr@gnu.org>
421
422 * international/fontset.el (setup-default-fontset): Specify script
423 for latin use of iso10646-1. Fix use of lang tags.
424
425 2008-06-19 Miles Bader <miles@gnu.org>
426
427 * face-remap.el (text-scale-increase): Start from zero if
428 text-scale-mode isn't enabled.
429
430 2008-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
431
432 * faces.el (face-set-after-frame-default): Re-apply explicit `font'
433 frame parameters after setting up the `default' face.
434
435 2008-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
436
437 * faces.el (face-set-after-frame-default): Don't exclude `default'.
438
439 2008-06-18 Glenn Morris <rgm@gnu.org>
440
441 * mouse.el (buffer-face-mode-invoke): Declare.
442
443 * Makefile.in (ELCFILES): Add org/org-id.elc.
444
445 * calendar/holidays.el (calendar-cursor-holidays): Accept optional date.
446 * calendar/cal-menu.el (cal-menu-holidays-menu):
447 Use calendar-cursor-holidays rather than cal-menu-today-holidays.
448 (cal-menu-today-holidays): Remove function.
449
450 * calendar/cal-menu.el (cal-menu-holiday-window-suffix): Simplify.
451 (cal-menu-list-holidays-year, cal-menu-list-holidays-following-year)
452 (cal-menu-list-holidays-previous-year, calendar-mouse-goto-date):
453 Remove unused functions.
454 (calendar-mouse-view-diary-entries): Use format rather than concat.
455
456 * calendar/cal-menu.el (cal-menu-x-popup-menu): Turn it into a macro.
457 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
458 (calendar-mouse-print-dates): Adapt for cal-menu-x-popup-menu change.
459
460 * calendar/cal-menu.el (cal-menu-event-to-date): Remove function.
461 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
462 (calendar-mouse-view-other-diary-entries, calendar-mouse-print-dates)
463 (cal-menu-set-date-title): Use calendar-cursor-to-date rather than
464 cal-menu-event-to-date.
465
466 * calendar/cal-html.el (cal-html-cursor-month, cal-html-cursor-year):
467 Handle mouse events.
468 * calendar/cal-tex.el (cal-tex-cursor-year)
469 (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
470 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
471 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
472 (cal-tex-cursor-week-monday, cal-tex-cursor-filofax-2week)
473 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
474 (cal-tex-cursor-day): Handle mouse events. Rename ARG to N.
475 (cal-tex-cursor-month): Mark N as optional.
476 * calendar/cal-menu.el (calendar-mouse-tex-day)
477 (calendar-mouse-tex-week, calendar-mouse-tex-week2)
478 (calendar-mouse-tex-week-iso, calendar-mouse-tex-week-monday)
479 (calendar-mouse-tex-filofax-daily, calendar-mouse-tex-filofax-2week)
480 (calendar-mouse-tex-filofax-week, calendar-mouse-tex-month)
481 (calendar-mouse-tex-month-landscape, calendar-mouse-tex-year)
482 (calendar-mouse-tex-filofax-year, calendar-mouse-tex-year-landscape):
483 Remove functions.
484 (cal-menu-context-mouse-menu): Replace the above functions with the
485 cal-tex versions. Add HTML submenu.
486
487 2008-06-17 Nick Roberts <nickrob@snap.net.nz>
488
489 * progmodes/gdb-ui.el (gud-gdba-marker-filter): Don't switch to
490 text command mode.
491 (gdb): Explain that gud-gdb is needed for text command mode.
492
493 2008-06-17 Martin Rudalics <rudalics@gmx.at>
494
495 * window.el (split-height-threshold): Remove spurious extra line.
496
497 2008-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
498
499 * calendar/calendar.el (calendar-cursor-to-date): Add argument `event'.
500 (calendar-set-mark):
501 * calendar/diary-lib.el (diary-insert-entry):
502 * calendar/solar.el (calendar-sunrise-sunset): Use it.
503 * calendar/cal-menu.el (calendar-mouse-sunrise/sunset)
504 (calendar-mouse-insert-diary-entry, calendar-mouse-set-mark): Delete.
505 (cal-menu-context-mouse-menu): Use calendar-set-mark,
506 diary-insert-entry, and calendar-sunrise-sunset instead.
507
508 * vc.el (vc-deduce-fileset): Add arg `only-files'.
509 (vc-next-action): Pass the new arg.
510 (vc-register): Don't use `only-files'.
511 Don't set `backup-inhibited' in the current buffer.
512
513 2008-06-17 Miles Bader <miles@gnu.org>
514
515 * mouse.el (mouse-appearance-menu): Use buffer-face-mode.
516
517 * face-remap.el (buffer-face-mode-face)
518 (buffer-face-mode-remapping): New variables.
519 (buffer-face-mode, buffer-face-set, buffer-face-toggle)
520 (buffer-face-mode-invoke): New functions.
521 (variable-pitch-mode-remapping): Variable removed.
522 (variable-pitch-mode): Rewrite as an interface to `buffer-face-mode'.
523
524 * face-remap.el (internal-lisp-face-attributes): New variable.
525 (face-attrs-more-relative-p, face-remap-order): New functions.
526 (face-remap-add-relative): Use `face-remap-order'.
527
528 2008-06-17 Glenn Morris <rgm@gnu.org>
529
530 * mouse.el (x-select-font): Declare.
531
532 * calendar/calendar.el (calendar-move-hook):
533 Add calendar-update-mode-line as an option.
534 (calendar-date-echo-text): New user option.
535 (calendar-generate-month): Set `day'. Use calendar-date-echo-text.
536 (calendar-insert-indented): Simplify newline insertion.
537 (calendar-describe-mode): Remove unused function.
538 (calendar-mode-line-entry): New function.
539 (calendar-mode-line-format): Doc fix. Use calendar-mode-line-entry.
540 Mark as risky.
541 (calendar-mouse-other-month): Remove function.
542 (calendar-other-month): Handle mouse events.
543 (calendar-goto-info-node): Call fit-window-to-buffer.
544 (calendar-mode): Use define-derived-mode. Doc fix.
545 (calendar-update-mode-line): Tweak whitespace.
546
547 2008-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
548
549 * vc-dispatcher.el (vc-dir-child-files): Use vc-string-prefix-p.
550 (vc-dir-marked-only-files): vc-string-prefix-p.
551
552 2008-06-16 Nick Roberts <nickrob@snap.net.nz>
553
554 * progmodes/gdb-ui.el (gdb-memory-set-address)
555 (gdb-memory-set-repeat-count): Allow keyboard bindings.
556 (gdb-memory-mode-map): Bind above functions respectively
557 to 'S' and 'N'.
558
559 2008-06-16 Derek Upham <sand@blarg.net> (tiny change)
560
561 * nxml/nxml-mode.el (nxml-mode): Use run-mode-hooks.
562
563 2008-06-16 Juanma Barranquero <lekktu@gmail.com>
564
565 * log-view.el (vc-diff-internal): Declare for compiler.
566
567 * vc-bzr.el (log-view-per-file-logs):
568 * vc-svn.el (log-view-per-file-logs): Pacify byte compiler.
569
570 2008-06-15 Chong Yidong <cyd@stupidchicken.com>
571
572 * mouse.el (mouse-appearance-menu-map): New var.
573 (mouse-appearance-menu): New function.
574 Bind it to S-down-mouse-1.
575
576 2008-06-15 Juri Linkov <juri@jurta.org>
577
578 * info.el (Info-toc): Call Info-toc-nodes instead of Info-build-toc.
579 (Info-toc, Info-insert-toc): Increment nth's index to add PARENT
580 as the second element.
581 (Info-build-toc): Add PARENT element extracted from the Up pointer.
582 Don't print progress messages.
583 (Info-toc-nodes): New variable and function.
584 (Info-index-nodes): Optimize non-string file name case.
585 (Info-breadcrumbs-depth): Increment the default value from 3 to 4.
586 (Info-insert-breadcrumbs): Use the cached document structure instead
587 of visiting all ancestor nodes. Remove the initial `>'.
588
589 2008-06-15 Dan Nicolaescu <dann@ics.uci.edu>
590
591 * log-view.el (log-view-diff-changeset): New function.
592 (log-view-mode-map, log-view-mode-menu): Bind it.
593 (log-view-per-file-logs, log-view-vc-fileset)
594 (log-view-vc-backend): New variables.
595 (log-view-find-revision, log-view-modify-change-comment)
596 (log-view-annotate-version): Throw an error if the log is for more
597 than one file and we can't find the current file. Get the current
598 file from log-view-vc-fileset if necessary.
599 (log-view-diff): Get the current file from log-view-vc-fileset if
600 necessary.
601
602 * vc.el (vc-print-log): Set log-view-vc-fileset and log-view-vc-backend.
603
604 * vc-hg.el (vc-hg-log-view-mode): Call the log method only once.
605 (vc-hg-log-view-mode): Declare for compiler.
606 (vc-hg-log-view-mode): Set log-view-per-file-logs and
607 log-view-file-re.
608 (vc-hg-diff): If no file is passed, use default-directory for cwd.
609
610 * vc-bzr.el (vc-bzr-log-view-mode): Set log-view-per-file-logs.
611
612 * vc-svn.el (vc-svn-log-view-mode): New derived mode.
613
614 2008-06-15 Michael Albinus <michael.albinus@gmx.de>
615
616 * net/tramp.el (tramp-handle-start-file-process):
617 Clear modification time of the connection buffer.
618 (tramp-sh-file-name-handler): Reset `tramp-locked' in case of error.
619 (tramp-open-connection-setup-interactive-shell): Flush cache, and
620 restart `tramp-maybe-open-connection' when the remote system has
621 been changed. Throw 'uname-changed event.
622 (tramp-maybe-open-connection): Catch it.
623
624 * net/tramp-cmds.el (tramp-cleanup-all-connections):
625 Reset `tramp-locked'.
626
627 2008-06-15 Ulf Jasper <ulf@web.de>
628
629 * net/newst-treeview.el (newsticker--treeview-list-update)
630 (newsticker--treeview-item-update)
631 (newsticker--treeview-tree-update)
632 (newsticker-treeview-jump, newsticker-group-add-group)
633 (newsticker-group-move-feed, newsticker-group-delete-group):
634 Remove window dedication.
635 (newsticker--group-manage-orphan-feeds): Handle ill-valued
636 newsticker-groups.
637 (newsticker--treeview-tree-expand): Don't manage orphan feeds here.
638
639 2008-06-15 Andreas Schwab <schwab@suse.de>
640
641 * vc-cvs.el (vc-cvs-status-extra-headers): Don't match newline
642 when parsing CVS/Repository.
643
644 * wdired.el (wdired-search-and-rename): Fix undocumented change.
645
646 2008-06-15 Ulf Jasper <ulf@web.de>
647
648 * net/newst-plainview.el (newsticker-faces, newsticker-feed-face)
649 (newsticker-extra-face, newsticker-enclosure-face): Moved to
650 net/newst-reader.el.
651
652 * net/newst-reader.el (newsticker-faces, newsticker-feed-face)
653 (newsticker-extra-face, newsticker-enclosure-face): Moved from
654 net/newst-reader.el.
655
656 2008-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
657
658 * international/encoded-kb.el (encoded-kbd-self-insert-utf-8):
659 Catch and recover from case when the bytes we thought we were reading
660 turn out to be something else entirely, such as latin-1 chars from
661 quail. See bug#396.
662
663 2008-06-15 Dan Nicolaescu <dann@ics.uci.edu>
664
665 * vc.el (vc-deduce-fileset): Check if the buffer has a file.
666 (vc-register): Call the backend function only once, instead of
667 once for each file.
668 (vc-next-action): Update call to vc-register.
669 (vc-dir-register): Remove function.
670 (vc-dir): Bind vc-register instead of vc-dir-register.
671
672 2008-06-14 Glenn Morris <rgm@gnu.org>
673
674 * Makefile.in (ELCFILES): Add net/newst-*.el.
675
676 2008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
677
678 * wdired.el (wdired-do-renames): New function.
679 (wdired-finish-edit): Use it to.
680 (wdired-preprocess-files): Don't hardcode (point-min) == 1.
681
682 2008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
683
684 * info.el (Info-insert-breadcrumbs): Don't break in apropos and toc.
685
686 2008-06-14 Martin Rudalics <rudalics@gmx.at>
687
688 * window.el (window--even-window-heights): Even window heights
689 only if the selected window is higher than WINDOW.
690 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
691
692 2008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
693
694 * info.el (Info-insert-breadcrumbs): Be careful to preserve history.
695
696 2008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
697
698 * term/linux.el (terminal-init-linux): Load t-mouse.
699
700 2008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
701 Drew Adams <drew.adams@oracle.com>
702
703 * info.el (Info-breadcrumbs-depth): New var.
704 (Info-insert-breadcrumbs): New function.
705 (Info-fontify-node): Use it.
706 (Info-mode-map): Move initialization into declaration.
707
708 2008-06-13 Ulf Jasper <ulf.jasper@web.de>
709
710 Rename net/newsticker-*.el to net/newst-*.el.
711 * net/newst-backend.el: Rename from net/newsticker-backend.el.
712 * net/newst-plainview.el: Rename from net/newsticker-plainview.el.
713 * net/newst-reader.el: Rename from net/newsticker-reader.el.
714 * net/newst-ticker.el: Rename from net/newsticker-ticker.el.
715 * net/newst-treeview.el: Rename from net/newsticker-treeview.el.
716 * net/newsticker-backend.el: Rename to net/newst-backend.el.
717 * net/newsticker-plainview.el: Rename to net/newst-plainview.el.
718 * net/newsticker-reader.el: Rename to net/newst-reader.el.
719 * net/newsticker-ticker.el: Rename to net/newst-ticker.el.
720 * net/newsticker-treeview.el: Rename to net/newst-treeview.el.
721
722 2008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
723
724 * progmodes/compile.el (compilation-start): Don't disable undo in
725 comint buffer. Don't override the comint-filter with our own.
726 (compilation-filter): Change point's insertion-type.
727
728 * comint.el (comint-output-filter): Use copy-marker.
729
730 2008-06-13 David Reitter <david.reitter@gmail.com>
731
732 * textmodes/flyspell.el (mail-mode-flyspell-verify):
733 Check message-signature-separator exists before using it.
734
735 2008-06-13 Dan Nicolaescu <dann@ics.uci.edu>
736
737 * vc.el (vc-delete-file): Bind default-directory before calling
738 the backend.
739 (vc-annotate-show-diff-revision-at-line): Move most of the code to ...
740 (vc-annotate-show-diff-revision-at-line-internal): ... here.
741 New function.
742 (vc-annotate-show-changeset-diff-revision-at-line): New function.
743 (vc-annotate-mode-menu): Bind it.
744
745 2008-06-13 Jason Rumney <jasonr@gnu.org>
746
747 * term/w32-win.el (mouse-set-font): Remove overridden function.
748 (w32-select-font): Declare as obsolete alias for x-select-font.
749
750 2008-06-13 Daniel Engeler <engeler@gmail.com>
751
752 These changes add serial port access.
753 * term.el (term-update-mode-line): Modify.
754 (serial-port-is-file-p, serial-nice-speed-history)
755 (serial-no-speed, serial-mode-line-speed-menu)
756 (serial-mode-line-config-menu): New variables and constants.
757 (serial-name-history, serial-speed-history)
758 (serial-supported-or-barf, serial-read-name, serial-read-speed)
759 (serial-term, serial-speed, serial-mode-line-speed-menu-1)
760 (serial-mode-line-speed-menu, serial-update-speed-menu)
761 (serial-mode-line-config-menu-1, serial-mode-line-config-menu)
762 (serial-update-config-menu): New functions.
763
764 2008-06-13 Glenn Morris <rgm@gnu.org>
765
766 * menu-bar.el (menu-set-font): Use fboundp rather than functionp.
767
768 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Doc fix.
769
770 2008-06-13 Kenichi Handa <handa@m17n.org>
771
772 * cus-face.el (custom-face-attributes): Add :foundry.
773
774 * faces.el (set-face-attribute): Parse "FOUNDRY-FAMILY" here.
775 (face-x-resources): Add :foundry.
776 (face-valid-attribute-values): Likewise.
777 (face-attribute-name-alist): Likewise.
778 (describe-face): Likewise.
779
780 2008-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
781
782 * emacs-lisp/map-ynp.el (map-y-or-n-p): Accept non-char events.
783
784 2008-06-12 Chong Yidong <cyd@stupidchicken.com>
785
786 * longlines.el (longlines-search-forward, longlines-search-backward)
787 (longlines-re-search-forward): Use a smarter search-spaces-regexp.
788
789 2008-06-12 Sam Steingold <sds@gnu.org>
790
791 * vc.el (vc-rename-file): DTRT when the destination is a directory
792 name and the source is a file.
793
794 2008-06-12 Chong Yidong <cyd@stupidchicken.com>
795
796 * menu-bar.el (menu-set-font): Rename x-font-dialog to x-select-font.
797
798 2008-06-12 Glenn Morris <rgm@gnu.org>
799
800 * progmodes/f90.el (f90-beginning-of-subprogram)
801 (f90-end-of-subprogram): Only give a message when interactive.
802
803 * term/mac-win.el (x-toolkit-scroll-bars): Check bound.
804
805 * progmodes/cperl-mode.el (cperl-info-on-command):
806 Use display-pixel-height rather than x-display-pixel-height.
807
808 * mail/rmailedit.el (rmail-cease-edit):
809 * vc-dispatcher.el (vc-dir-mode): Check tool-bar-mode is bound.
810
811 * emulation/edt.el (edt-xserver):
812 * emulation/edt-mapper.el (edt-xserver): Use replace-regexp-in-string.
813
814 * emulation/edt-mapper.el: Drop test for Emacs < 19.
815
816 * mwheel.el (mouse-wheel-follow-mouse, mwheel-event-window):
817 Evaluate definitions when compiling. Reverse tests.
818
819 * dframe.el (dframe-reposition-frame-emacs): Reorder test, and
820 use unless.
821
822 * menu-bar.el (w32-menu-bar-open): Declare for compiler.
823
824 * textmodes/artist.el (x-pointer-shape):
825 * term/x-win.el (x-parse-geometry, x-resource-name, accelerate-menu)
826 (x-open-connection, x-server-max-request-size, x-get-resource):
827 * term/w32console.el (x-setup-function-keys):
828 * term/w32-win.el (x-parse-geometry, x-resource-name)
829 (generate-fontset-menu, image-library-alist, x-open-connection)
830 (setup-default-fontset, set-fontset-font, setup-default-fontset)
831 (create-fontset-from-fontset-spec, create-fontset-from-x-resource)
832 (x-get-resource):
833 * term/mac-win.el (x-parse-geometry, x-resource-name)
834 (x-get-selection-internal, tool-bar-mode, set-fontset-font)
835 (new-fontset, x-display-list, x-open-connection, x-get-resource):
836 * progmodes/gud.el (tooltip-last-mouse-motion-event, tooltip-hide)
837 (tooltip-start-delayed-tip, tooltip-use-echo-area, tooltip-show)
838 (tooltip-strip-prompt, tooltip-expr-to-print, tooltip-event-buffer):
839 * progmodes/gdb-ui.el (tooltip-show, tooltip-use-echo-area)
840 (tooltip-identifier-from-point, define-fringe-bitmap):
841 * play/gamegrid.el (image-size):
842 * play/bubbles.el (image-size):
843 * mail/emacsbug.el (x-server-vendor, x-server-version):
844 * international/mule-util.el (internal-char-font):
845 * international/mule-diag.el (font-info, query-fontset, fontset-info)
846 (fontset-alias-alist, fontset-list, fontset-plain-name):
847 * international/mule-cmds.el (x-server-vendor, x-server-version):
848 * international/fontset.el (font-encoding-charset-alist)
849 (otf-script-alist, new-fontset, set-fontset-font)
850 (x-pixel-size-width-font-regexp, vertical-centering-font-regexp)
851 (fontset-list, query-fontset, x-get-resource):
852 * emulation/edt.el (x-server-vendor):
853 * emulation/edt-mapper.el (x-server-vendor):
854 * emacs-lisp/map-ynp.el (x-popup-dialog):
855 * emacs-lisp/lmenu.el (x-popup-dialog):
856 * x-dnd.el (x-window-property, x-change-window-property)
857 (x-get-selection-internal):
858 * woman.el (x-list-fonts):
859 * w32-fns.el (x-server-version):
860 * tooltip.el (x-show-tip, x-hide-tip):
861 * tool-bar.el (image-mask-p):
862 * thumbs.el (image-size):
863 * term.el (overflow-newline-into-fringe):
864 * subr.el (scroll-bar-scale):
865 * startup.el (x-get-resource, tool-bar-mode, image-size):
866 * select.el (x-get-selection-internal, x-own-selection-internal)
867 (x-disown-selection-internal):
868 * mouse.el (generate-fontset-menu):
869 * mouse-sel.el (x-select-text, x-cut-buffer-or-selection-value):
870 * image.el (image-library-alist):
871 * image-mode.el (image-size, image-refresh):
872 * image-dired.el (clear-image-cache):
873 * gs.el (x-display-mm-width, x-display-pixel-width)
874 (x-display-mm-height, x-display-pixel-height)
875 (x-change-window-property, x-display-grayscale-p, x-window-property):
876 * frame.el (tool-bar-mode, x-display-name, x-close-connection)
877 (x-focus-frame, x-list-fonts, x-display-screens)
878 (x-display-pixel-height, x-display-pixel-width, x-display-mm-height)
879 (x-display-mm-width, x-display-backing-store, x-display-save-under)
880 (x-display-planes, x-display-color-cells, x-display-visual-class):
881 * faces.el (internal-face-x-get-resource)
882 (internal-set-lisp-face-attribute-from-resource, x-bitmap-file-path)
883 (fontset-list, x-list-fonts, xw-color-defined-p, xw-color-values)
884 (xw-display-color-p, x-display-grayscale-p, x-get-resource)
885 (x-parse-geometry, x-create-frame, x-setup-function-keys)
886 (tool-bar-setup):
887 * doc-view.el (clear-image-cache, image-size, tooltip-show):
888 * dired.el (dnd-get-local-file-name, dnd-get-local-file-uri):
889 * dframe.el (x-display-pixel-width, x-display-pixel-height):
890 * descr-text.el (internal-char-font):
891 Define for compiler, for builds without X.
892
893 2008-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
894
895 * vc-rcs.el (vc-rcs-state-heuristic): Don't assume the file exists.
896
897 2008-06-11 Glenn Morris <rgm@gnu.org>
898
899 * progmodes/fortran.el (fortran-end-of-subprogram): Check for a match
900 before trying to move there.
901 (fortran-calculate-indent): When fortran-check-all-num-for-matching-do
902 is non-nil, indent most terminating statements like loop body.
903
904 * calendar/diary-lib.el (diary-list-entries-2): Accept optional
905 Gregorian date, and add it, not the local date, to diary-entries-list.
906 (diary-list-entries-1): Pass Gregorian date to diary-list-entries-2.
907
908 2008-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
909
910 * progmodes/compile.el (compilation-filter): Fix up last change.
911
912 * term/linux.el (terminal-init-linux): Use gpm-mouse-enable.
913
914 * t-mouse.el (gpm-mouse-enable, gpm-mouse-disable): New functions.
915 (gpm-mouse-mode): Make it into a proper global minor mode.
916
917 * files.el (save-some-buffers-action-alist): Only use recursive-edit
918 if the user enabled recursive-minibuffers.
919
920 * emacs-lisp/map-ynp.el (map-y-or-n-p):
921 Add support for scroll-other-window.
922
923 2008-06-11 Jason Rumney <jasonr@gnu.org>
924
925 * term/w32-win.el (w32-menu-bar-open): Rename from menu-bar-open.
926 Use tmm-menubar if menu is disabled in this frame.
927
928 * menu-bar.el (menu-bar-open): Determine how to open menu bar
929 from frame type, per documentation. Add w32 case.
930
931 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
932
933 * minibuffer.el (completion--merge-suffix): New function.
934 (completion-basic-try-completion): Use it.
935 (completion-pcm--find-all-completions): Add argument `filter'.
936 (completion-pcm--filename-try-filter, completion-pcm--merge-try):
937 New functions.
938 (completion-pcm-try-completion): Use them.
939
940 * xt-mouse.el (turn-on-xterm-mouse-tracking)
941 (turn-off-xterm-mouse-tracking): Use terminal-list.
942
943 * cus-start.el (underline-minimum-offset): Rename from
944 x-underline-minimum-display-offset.
945
946 2008-06-10 David De La Harpe Golden <david@harpegolden.net> (tiny change)
947
948 * cus-start.el (x-underline-minimum-display-offset): Give it a type.
949
950 2008-06-10 Chong Yidong <cyd@stupidchicken.com>
951
952 * mouse.el (mouse-select-font): New function.
953
954 * faces.el (face-spec-recalc): When the face is set using
955 Customize, avoid recalculating it twice.
956
957 * menu-bar.el (menu-set-font): New function. Bind "Set Default
958 Font" menu item to it. Apply selected font to all frames, and
959 make it savable.
960 (menu-bar-options-save): Save `default' font if changed.
961
962 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
963
964 * ffap.el (ffap-string-at-point-mode-alist):
965 Use alpha rather than lower.
966
967 * dired.el (dired-insert-directory): Don't assume Unix-style dir names.
968
969 * subr.el (momentary-string-display): Use an overlay.
970
971 * progmodes/compile.el (compilation-mode):
972 Set window-point-insertion-type.
973 (compilation-filter): Don't use insert-before-markers any more.
974 * emacs-lisp/trace.el (trace-make-advice):
975 Set window-point-insertion-type in the trace buffer.
976 * startup.el (normal-top-level): Set window-point-insertion-type in
977 *Messages*.
978 * net/telnet.el (telnet-mode): Set window-point-insertion-type.
979 (telnet-filter): Don't use insert-before-markers any more.
980 * comint.el (comint-mode): Set window-point-insertion-type.
981 (comint-output-filter): Don't use insert-before-markers any more.
982 * button.el (make-text-button): Allow `start' to be a string.
983
984 2008-06-10 Juanma Barranquero <lekktu@gmail.com>
985
986 * emacs-lisp/autoload.el (autoload-rubric):
987 Fix coding cookie not to force Unix EOL.
988
989 2008-06-10 Martin Rudalics <rudalics@gmx.at>
990
991 * window.el (window--splittable-p, window--try-to-split-window):
992 Don't use with-selected-window to avoid messing up get-lru-window.
993 Reported by David Hansen <david.hansen@gmx.net>.
994
995 2008-06-10 Glenn Morris <rgm@gnu.org>
996
997 * subr.el (locate-library): Doc fix.
998
999 * net/newsticker-treeview.el (w3m-toggle-inline-images): Declare.
1000 (newsticker-treeview-tool-bar-map, newsticker-treeview-mode):
1001 Check tool-bar-map is bound, for non-X builds.
1002
1003 * net/newsticker-reader.el (newsticker--next-item-image)
1004 (newsticker--previous-item-image, newsticker--previous-feed-image)
1005 (newsticker--next-feed-image, newsticker--mark-read-image)
1006 (ewsticker--mark-immortal-image, newsticker--narrow-image)
1007 (newsticker--get-all-image, newsticker--update-image)
1008 (newsticker--browse-image): Check xpm images are available.
1009 (newsticker--mark-read-image, newsticker--mark-immortal-image)
1010 (newsticker--narrow-image, newsticker--get-all-image): Doc fix.
1011
1012 * net/newsticker-plainview.el (tool-bar-map): Don't declare.
1013 (newsticker--plainview-tool-bar-map, newsticker-mode):
1014 Check tool-bar-map is bound, for non-X builds.
1015 (w3m-toggle-inline-image): Declare.
1016
1017 * net/newsticker-backend.el (tool-bar-map): Don't declare.
1018
1019 * emacs-lisp/autoload.el (autoload-rubric): Add coding cookie.
1020
1021 * finder.el (finder-font-lock-keywords): Handle ``quotes''.
1022 (finder-compile-keywords): Move let to where needed.
1023 (finder-mouse-face-on-line): Go back one more line if needed.
1024 (finder-list-matches): Use cadr.
1025 (finder-goto-xref): New function.
1026 (finder-commentary): Add buttons to jump to foo.el libraries.
1027
1028 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
1029
1030 * apropos.el (apropos-function, apropos-macro, apropos-command)
1031 (apropos-variable, apropos-face, apropos-group, apropos-widget)
1032 (apropos-plist): Add apropos-short-label property.
1033 (apropos-multi-type): New variables.
1034 (apropos-command, apropos-value): Set it.
1035 (apropos-compact-layout): New custom.
1036 (apropos-print, apropos-print-doc): Use it.
1037 (apropos-print): Truncate lines.
1038
1039 2008-06-09 Kenichi Handa <handa@m17n.org>
1040
1041 * international/fontset.el (font-encoding-alist):
1042 Add an entry for "ascii-0".
1043
1044 2008-06-09 Jihyun Cho <jihyun.jo@gmail.com>
1045
1046 * language/hanja-util.el (hanja-init-load): Show the message only
1047 when loading a table.
1048
1049 2008-06-08 Ulf Jasper <ulf.jasper@web.de>
1050
1051 * net/newsticker-treeview.el (newsticker-treeview):
1052 * net/newsticker-plainview.el (newsticker-plainview):
1053 Add autoload cookie.
1054
1055 2008-06-08 Ulf Jasper <ulf.jasper@web.de>
1056
1057 * net/newsticker.el: Split up into newsticker-backend, -ticker,
1058 -reader, -plainview, and -treeview.
1059 (newsticker-version): Change to 1.99.
1060
1061 * net/newsticker-backend.el: New. Move backend functionality from
1062 newsticker.el to newsticker-backend.el.
1063 (newsticker--download-logos): New.
1064 (newsticker--sentinel-callback): New.
1065 (newsticker--set-customvar): Remove. Split up into specific
1066 functions related to retrieval, ticker, buffer, and display.
1067 (newsticker--set-customvar-retrieval): New. Extracted from
1068 `newsticker--set-customvar'.
1069 (newsticker-retrieval): New. Renamed from `newsticker-feed'.
1070 (newsticker-url-list-defaults):
1071 Use `newsticker--set-customvar-retrieval' for :set. Change :group.
1072 (newsticker-url-list): Doc changed. URL can be a function.
1073 Use `newsticker--set-customvar-retrieval' for :set. Change :group.
1074 (newsticker-retrieval-method): New.
1075 (newsticker-wget-name, newsticker-wget-arguments): Change :group.
1076 (newsticker-retrieval-interval):
1077 Use `newsticker--set-customvar-retrieval' for :set. Change :group.
1078 (newsticker-desc-comp-max): Change :group.
1079 (newsticker--cache): Doc changed.
1080 (newsticker--guid-to-string): New.
1081 (newsticker--guid): Use `newsticker--guid-to-string'.
1082 (newsticker--real-feed-name): New.
1083 (newsticker--start-feed): New. Extracted from `newsticker-start'.
1084 (newsticker-start): Use `insert-file-contents' for reading cache.
1085 Use `newsticker--start-feed'.
1086 (newsticker--stop-feed): New. Extracted from `newsticker-stop'.
1087 (newsticker-stop): Check whether `newsticker-stop-ticker' is fbound.
1088 Use `newsticker--stop-feed'.
1089 (newsticker-save-item): New.
1090 (newsticker--get-news-by-funcall): New.
1091 (newsticker-get-news): Handle new retrieval methods.
1092 (newsticker--sentinel): Use `newsticker--sentinel-work'.
1093 (newsticker--sentinel-work): New. Extracted from
1094 `newsticker--sentinel'. Use `newsticker--download-logos',
1095 `newsticker--sentinel-callback'.
1096 (newsticker--parse-atom-0.3): Use `newsticker--guid-to-string'.
1097 (newsticker--parse-atom-1.0): Fix link determination.
1098 (newsticker--parse-rss-0.91): Fix time determination.
1099 (newsticker--parse-rss-0.92): Fix time determination.
1100 (newsticker--parse-rss-2.0): Use `newsticker--guid-to-string'.
1101 (newsticker--parse-generic-feed): New arg order in
1102 `newsticker--cache-add'.
1103 (newsticker--parse-generic-items): Fix for multiple items.
1104 New arg order in `newsticker--cache-add'.
1105 (newsticker--forget-preformatted): Check whether
1106 `newsticker--buffer-set-uptodate' is fbound.
1107 (newsticker--decode-iso8601-date): Handle fractions of seconds.
1108 (newsticker--decode-rfc822-date): Partial timezone handling.
1109 (newsticker--cache-contains): Fix guid problem.
1110 (newsticker--cache-add): Swap args AGE and TIME. Fix guid problem.
1111 (newsticker--cache-save): New.
1112 (newsticker--cache-update): Use temp buffer.
1113 (newsticker--stat-num-items): Allow multiple AGE args.
1114 (newsticker--stat-num-items-total): New.
1115 (newsticker--opml-import-outlines): New.
1116 (newsticker-opml-import): Use `newsticker--opml-import-outlines'.
1117 (newsticker--do-run-auto-mark-filter): Doc changed.
1118 (newsticker-retrieve-random-message): New.
1119
1120 * net/newsticker-ticker.el: New. Move ticker functionality from
1121 net/newsticker.el to net/newsticker-ticker.el.
1122 (newsticker--ticker-timer): Rename `newsticker--display-timer' to
1123 `newsticker--ticker-timer'.
1124 (newsticker-ticker-running-p): Rename `newsticker--display-timer'
1125 to `newsticker--ticker-timer'.
1126 (newsticker--set-customvar-ticker): New. Extracted from
1127 `newsticker--set-customvar'.
1128 (newsticker-ticker-interval): Rename `newsticker-display-interval'
1129 to `newsticker-ticker-interval'. Use `newsticker--set-customvar-ticker
1130 for :set. Change :group.
1131 (newsticker-scroll-smoothly): Doc changed. Change :group.
1132 (newsticker-hide-immortal-items-in-echo-area)
1133 (newsticker-hide-old-items-in-echo-area)
1134 (newsticker-hide-obsolete-items-in-echo-area):
1135 Use `newsticker--set-customvar-ticker for :set. Change :group.
1136 (newsticker-start-ticker): Rename `newsticker--display-timer' to
1137 `newsticker--ticker-timer'. Rename `newsticker-display-interval'
1138 to `newsticker-ticker-interval'.
1139 (newsticker-stop-ticker): Rename `newsticker--display-timer' to
1140 `newsticker--ticker-timer'.
1141
1142 * net/newsticker-reader.el: New. Move reader functionality from
1143 net/newsticker.el to net/newsticker-reader.el.
1144 (newsticker--set-customvar-formatting): New. Extracted from
1145 `newsticker--set-customvar'.
1146 (newsticker-reader, newsticker-frontend): New.
1147 (newsticker-enable-logo-manipulations): Change :group.
1148 (newsticker-justification): Use `newsticker--set-customvar-formatting'
1149 for :set. Change :group.
1150 (newsticker-use-full-width): Use `newsticker--set-customvar-formatting'
1151 for :set. Change :group.
1152 (newsticker-html-renderer): Doc changed.
1153 Use `newsticker--set-customvar-formatting' for :set. Change :group.
1154 (newsticker-date-format):
1155 Use `newsticker--set-customvar-formatting' for :set. Change :group.
1156 (newsticker--insert-enclosure):
1157 Rename `newsticker--buffer-insert-enclosure' to
1158 `newsticker--insert-enclosure'. Add keymap arg.
1159 (newsticker--print-extra-elements):
1160 Rename `newsticker--buffer-print-extra-elements' to
1161 `newsticker--print-extra-elements'. Add keymap arg.
1162 (newsticker--do-print-extra-element):
1163 Rename `newsticker--buffer-do-print-extra-element' to
1164 `newsticker--do-print-extra-element'. Add keymap arg.
1165 (newsticker-show-news): Use `newsticker-frontend'.
1166
1167 * net/newsticker-plainview.el: New. Move plainview functionality
1168 from net/newsticker.el to net/newsticker-reader.el.
1169 (newsticker-plainview): New.
1170 (newsticker--set-customvar-sorting): New. Extracted from
1171 `newsticker--set-customvar'.
1172 (newsticker-sort-method): Use `newsticker--set-customvar-sorting
1173 for :set. Changed :group.
1174 (newsticker-heading-format, newsticker-item-format)
1175 (newsticker-desc-format, newsticker-statistics-format):
1176 Use `newsticker--set-customvar-formatting for :set. Change :group.
1177 (newsticker-faces): Change :group.
1178 (newsticker-default-face): Enable again.
1179 (newsticker-hide-old-items-in-newsticker-buffer)
1180 (newsticker-show-descriptions-of-new-items):
1181 Use `newsticker--set-customvar-buffer' for :set. Change :group.
1182 (newsticker-show-all-news-elements): Change :group.
1183 (newsticker-plainview-hooks): New.
1184 (newsticker-select-item-hook, newsticker-select-feed-hook)
1185 (newsticker-buffer-change-hook, newsticker-narrow-hook): Change :group.
1186 (newsticker--plainview-tool-bar-map): Rename `newsticker--tool-bar-map'
1187 to `newsticker--plainview-tool-bar-map'.
1188 (newsticker--url-keymap): Add mouse-1 binding.
1189 (newsticker-plainview): New.
1190 (newsticker-mark-all-items-of-feed-as-read): Change doc.
1191 (newsticker--buffer-do-insert-text): Use renamed
1192 newsticker--[buffer-]insert-enclosure and
1193 newsticker--[buffer-]print-extra-elements.
1194 (newsticker--buffer-set-faces): Use newsticker-default-face.
1195
1196 * net/newsticker-treeview.el: New.
1197
1198 2008-06-08 Andreas Schwab <schwab@suse.de>
1199
1200 * vc-dispatcher.el (vc-dir-children-marked-p): Fix child check.
1201
1202 * vc-cvs.el (vc-cvs-dir-status): Pass -f to cvs.
1203
1204 * vc-dispatcher.el (vc-dir-move-to-goal-column): Don't move in an
1205 empty line.
1206
1207 * minibuffer.el (minibuffer-message): Bind inhibit-quit around sit-for.
1208
1209 2008-06-08 Martin Rudalics <rudalics@gmx.at>
1210
1211 * window.el (split-height-threshold, split-width-threshold):
1212 Add choice nil.
1213 (split-window-preferred-function): Allow either nil or a function.
1214 (window--splittable-p, window--try-to-split-window):
1215 Handle changed option values.
1216
1217 (window--frame-usable-p): Handle nil argument.
1218
1219 (display-buffer): Call get-lru-window when pop-up-windows is nil
1220 and window can't be split.
1221
1222 2008-06-08 Michael Albinus <michael.albinus@gmx.de>
1223
1224 * uniquify.el (uniquify-get-proposed-name): Handle remote files.
1225
1226 * net/tramp.el (top): Quote feature names. Remove
1227 `tramp-rfn-eshadow-setup-minibuffer' from
1228 `rfn-eshadow-setup-minibuffer-hook' when unloading.
1229 (tramp-read-passwd): There is only one call to
1230 `auth-source-user-or-password' needed. Pacify byte compiler.
1231
1232 2008-06-08 Andreas Schwab <schwab@suse.de>
1233
1234 * window.el (display-buffer): Use lru window if current window
1235 cannot be split.
1236
1237 2008-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
1238
1239 * apropos.el (apropos-library): New command and new button.
1240 (apropos-library-button): New function.
1241
1242 * apropos.el: Remove spurious * in docstrings.
1243 (apropos-label-face): Use variable pitch.
1244 (apropos-print): Use dolist and with-current-buffer.
1245 (apropos-print-doc): Use when.
1246
1247 * window.el (special-display-p, display-buffer):
1248 Fix up C->Elisp transcription error.
1249
1250 2008-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
1251
1252 * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
1253 (byte-compile-file): Initialize it.
1254 (byte-compile-nogroup-warn): Keep track of the current group.
1255
1256 2008-06-08 Glenn Morris <rgm@gnu.org>
1257
1258 * Makefile.in (compile, compile-always, bootstrap-prepare):
1259 Explictly pass EMACS to sub-makes that use it, for non-GNU makes.
1260
1261 2008-06-07 Jihyun Cho <jihyun.jo@gmail.com>
1262
1263 * language/hanja-util.el (hanja-init-load): Use a char-table for
1264 hanja-table.
1265 (hangul-to-hanja-char): Adjust for the above change.
1266
1267 2008-06-07 Glenn Morris <rgm@gnu.org>
1268
1269 * finder.el (finder-compile-keywords): Use lm-keywords-list rather than
1270 lm-keywords.
1271
1272 * mail/sendmail.el (mail-interactive): Add :version.
1273
1274 * term/linux.el (terminal-init-linux): Use gpm-mouse-mode rather than
1275 obsolete alias.
1276
1277 * ediff-merg.el, strokes.el, wid-edit.el, emacs-lisp/lisp-mnt.el:
1278 * emulation/edt-mapper.el, eshell/em-dirs.el, eshell/em-glob.el:
1279 * eshell/em-ls.el, eshell/em-unix.el, eshell/esh-cmd.el:
1280 * eshell/esh-io.el, eshell/esh-opt.el, eshell/esh-test.el:
1281 * eshell/esh-util.el, international/mule-cmds.el:
1282 * international/mule-diag.el, mail/smtpmail.el, net/netrc.el:
1283 * net/tls.el, progmodes/etags.el, textmodes/page-ext.el:
1284 Remove unnecessary eval-when-compiles and eval-and-compiles.
1285
1286 * Makefile.in (bootstrap-clean): Run autogen-clean.
1287 (maintainer-clean): No need to run autogen-clean now it is included in
1288 bootstrap-clean.
1289
1290 2008-06-06 Miles Bader <miles@gnu.org>
1291
1292 * Makefile.in (ELCFILES): Add gnus/nndir.elc.
1293
1294 2008-06-06 Chong Yidong <cyd@stupidchicken.com>
1295
1296 * menu-bar.el (menu-bar-options-menu): Add Menu entry for
1297 longlines mode.
1298
1299 * replace.el (replace-search-function)
1300 (replace-re-search-function): New vars.
1301 (perform-replace): Use them.
1302
1303 * longlines.el (longlines-re-search-forward): New function.
1304 (longlines-mode): Bind replace-search-function and
1305 replace-re-search-function, to ensure that replacement commands
1306 treat newlines as spaces.
1307 (longlines-show-effect): Default to a pilcrow sign.
1308
1309 2008-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
1310
1311 * help.el (function-called-at-point):
1312 * help-fns.el (variable-at-point): Use emacs-lisp-mode-syntax-table
1313 even when calling find-tag-default.
1314
1315 2008-06-06 Daniel Colascione <danc@merrillpress.com>
1316
1317 * nxml/nxml-mode.el (nxml-syntax-highlight-flag)
1318 (nxml-fontify-chunk-size, nxml-clear-face, nxml-set-fontified)
1319 (nxml-clear-fontified, nxml-fontify, nxml-fontify1)
1320 (nxml-fontify-buffer, nxml-do-fontify):
1321 Remove obsolete variables and functions.
1322 (nxml-font-lock-keywords, nxml-set-face, nxml-mode)
1323 (nxml-degrade, nxml-after-change, nxml-after-change1)
1324 (nxml-extend-region, nxml-extend-after-change-region)
1325 (nxml-extend-after-change-region1, nxml-fontify-matcher)
1326 (nxml-toggle-char-ref-extra-display): Use font-lock, and
1327 font-lock-extend-region-functions in particular, to fontify
1328 nxml-mode buffers.
1329 (nxml-debug-region): New debugging helper function.
1330
1331 * nxml/nxml-rap.el (nxml-clear-inside, nxml-set-inside)
1332 (nxml-scan-after-change, nxml-move-tag-backwards):
1333 Adapt for font-lock changes.
1334
1335 * nxml/nxml-util.el (nxml-debug, nxml-debug-change)
1336 (nxml-debug-set-inside, nxml-debug-clear-inside):
1337 New debugging functions.
1338 (nxml-with-degradation-on-error): New helper macro.
1339
1340 2008-06-06 Martin Rudalics <rudalics@gmx.at>
1341
1342 * window.el (display-buffer): Remove dead call to get-lru-window.
1343
1344 2008-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
1345
1346 * mail/sendmail.el (mail-interactive): Change default.
1347
1348 2008-06-05 John Paul Wallington <jpw@pobox.com>
1349
1350 * bindings.el (completion-ignored-extensions):
1351 Add .p64fsl, .d64fsl, and .dx64fsl.
1352
1353 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
1354
1355 * ffap.el (ffap-prompter): Don't use the region.
1356
1357 2008-06-05 Sam Steingold <sds@gnu.org>
1358
1359 * vc-cvs.el (vc-cvs-registered): Consider a directory with a CVS
1360 subdirectory to be registered.
1361
1362 2008-06-05 Martin Rudalics <rudalics@gmx.at>
1363
1364 * window.el (display-buffer-function, special-display-p)
1365 (special-display-buffer-names, special-display-regexps)
1366 (special-display-function, same-window-p, same-window-buffer-names)
1367 (same-window-regexps, pop-up-frames, display-buffer-reuse-frames)
1368 (pop-up-frame-function, pop-up-windows, even-window-heights)
1369 (split-window-preferred-function, split-height-threshold)
1370 (window--display-buffer-1, display-buffer, pop-to-buffer):
1371 Move from window.c and buffer.c.
1372 (window--splittable-p, window--try-to-split-window)
1373 (window--frame-usable-p, window--display-buffer-2)
1374 (window--even-window-heights): New functions.
1375 (split-width-threshold): New option.
1376 (split-window-preferred-horizontally): Remove.
1377
1378 * cus-start.el: Remove corresponding declarations.
1379
1380 2008-06-05 Sam Steingold <sds@gnu.org>
1381
1382 * vc.el (vc-update): Use `save-some-buffers' instead of signaling
1383 an error on modified buffers.
1384
1385 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
1386
1387 * progmodes/etags.el (tags-verify-table): Be careful to use and update
1388 tags-file-name and tags-table-list from the right buffer.
1389 (tags-table-check-computed-list, tags-table-extend-computed-list)
1390 (find-tag-noselect): Use with-current-buffer.
1391
1392 * emacs-lisp/trace.el (trace-entry-message, trace-exit-message):
1393 Use print-circle.
1394
1395 * minibuffer.el (minibuffer-local-must-match-filename-map):
1396 Declare obsolete alias for the old name.
1397
1398 * abbrev.el (unexpand-abbrev): Better preserve markers.
1399
1400 2008-06-05 Glenn Morris <rgm@gnu.org>
1401
1402 * emacs-lisp/autoload.el (autoload-rubric): New function,
1403 extracted from autoload-ensure-default-file.
1404 (autoload-ensure-default-file): Use autoload-rubric.
1405
1406 * cus-dep.el (generated-custom-dependencies-file): Doc fix.
1407 (custom-dependencies-no-scan-regexp): New variable.
1408 (custom-make-dependencies): Use with-temp-buffer and autoload-rubric.
1409 Don't scan files matching custom-dependencies-no-scan-regexp.
1410 Disable undo in the output buffer. Remove kept-new-versions wackiness.
1411
1412 * finder.el (finder-headmark): Initialize and add doc string.
1413 (generated-finder-keywords-file): Doc fix.
1414 (finder-no-scan-regexp): New variable.
1415 (finder-compile-keywords): Use a single let binding.
1416 Disable undo in the output buffer. Use autoload-rubric.
1417 Use mapc rather than mapcar. Don't scan files matching
1418 finder-no-scan-regexp. Use with-temp-buffer. Use expand-file-name
1419 rather than concat. Use directory-files to do regexp matching.
1420 No need to require jka-compr.
1421 (finder-list-keywords): Remove un-needed set-buffer. Disable undo.
1422 (finder-list-matches): Disable undo.
1423 (finder-commentary): Use let rather than let*. Disable undo.
1424 (finder-current-item): Use zerop.
1425 (finder-mode): Use define-derived-mode.
1426 (finder-exit): Doc fix. Use dolist.
1427
1428 * Makefile.in ($(lisp)/cus-load.el): Remove unnecessary rule.
1429 (custom-deps): Don't require $(lisp)/cus-load.el.
1430 (custom-deps, finder-data): Don't depend on autoloads.
1431 Should not be needed now, and doing so was causing make install to
1432 re-dump emacs post-bootstrap.
1433 (bootstrap-after): Don't run update-elclist, since modifying Makefile.in
1434 mid-build forces some things to be rebuilt.
1435
1436 2008-06-05 Miles Bader <miles@gnu.org>
1437
1438 * face-remap.el
1439 (face-remap-add-relative): Renamed from `add-relative-face-remapping'.
1440 (face-remap-remove-relative): Renamed from
1441 `remove-relative-face-remapping'.
1442 (face-remap-reset-base): Renamed from
1443 `set-default-base-face-remapping'.
1444 (face-remap-set-base): Renamed from `set-base-face-remapping'.
1445 (text-scale-increase): Renamed from `increase-buffer-face-height'.
1446 (text-scale-decrease): Renamed from `decrease-buffer-face-height'.
1447 (text-scale-adjust): Renamed from `adjust-buffer-face-height'.
1448
1449 * face-remap.el (variable-pitch-mode): Autoload.
1450
1451 2008-06-04 Sam Steingold <sds@gnu.org>
1452
1453 * vc-hg.el (vc-hg-status-extra-header, vc-hg-status-extra-headers):
1454 Generate extra status headers for a Mercurial tree.
1455
1456 2008-06-04 John Paul Wallington <jpw@pobox.com>
1457
1458 * echistory.el (electric-history-map): Define within defvar.
1459 Add docstring.
1460
1461 * font-lock.el (font-lock-turn-off-thing-lock)
1462 (font-lock-after-fontify-buffer, font-lock-after-unfontify-buffer):
1463 Use `bound-and-true-p'.
1464 (cpp-font-lock-keywords-source-directives, cpp-font-lock-keywords):
1465 Doc fixes.
1466
1467 * international/ccl.el (define-ccl-program): Add `doc-string'
1468 declaration.
1469
1470 2008-06-04 Juanma Barranquero <lekktu@gmail.com>
1471
1472 * face-remap.el (variable-pitch-mode): Reflow docstrings.
1473 (text-scale-mode, adjust-buffer-face-height): Fix typos in docstrings.
1474
1475 2008-06-04 Trent W. Buck <trentbuck@gmail.com> (tiny change)
1476
1477 * emacs-lisp/rx.el (rx): Doc fix.
1478
1479 2008-06-04 Markus Triska <markus.triska@gmx.at>
1480
1481 * image-mode.el (image-mode-map): Add doc-view-inspired bindings.
1482
1483 2008-06-04 Miles Bader <miles@gnu.org>
1484
1485 * face-remap.el (adjust-buffer-face-height): New function.
1486 Add autoloaded keybindings in ctl-x-map.
1487 (increase-buffer-face-height, decrease-buffer-face-height):
1488 Simplify interactive spec to just "p". Remove autoloaded keybindings.
1489
1490 2008-06-03 Chong Yidong <cyd@stupidchicken.com>
1491
1492 * simple.el (line-move-1): If we did not move as far as desired,
1493 ensure that point-left and point-entered hooks are called.
1494
1495 2008-06-03 Sam Steingold <sds@gnu.org>
1496
1497 * vc-cvs.el (vc-cvs-status-extra-headers): Remove extraneous newlines.
1498
1499 2008-06-03 John Paul Wallington <jpw@pobox.com>
1500
1501 * progmodes/make-mode.el (makefile-cleanup-continuations)
1502 (makefile-warn-suspicious-lines, makefile-warn-continuations):
1503 Use `derived-mode-p'.
1504
1505 2008-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
1506
1507 * Makefile.in (update-elclist): Impose a fixed collation for sorting.
1508 (ELCFILES): Update.
1509
1510 2008-06-03 Miles Bader <miles@gnu.org>
1511
1512 * face-remap.el: New file.
1513 * Makefile.in (ELCFILES): Add face-remap.elc.
1514
1515 2008-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
1516
1517 * progmodes/flymake.el (flymake-process-filter): Make sure the source
1518 buffer isn't dead.
1519
1520 * obsolete/bg-mouse.el, obsolete/float.el, obsolete/hilit19.el,
1521 * obsolete/lselect.el, obsolete/mlsupport.el, obsolete/ooutline.el,
1522 * obsolete/profile.el, obsolete/rsz-mini.el, obsolete/uncompress.el,
1523 * obsolete/auto-show.el, obsolete/hscroll.el:
1524 Remove packages that were obsolete in Emacs-20, or that were obsolete
1525 in Emacs-21 and do not contain any more code.
1526
1527 * vc-dispatcher.el (vc-dir-menu-map-filter): Don't fail if
1528 vc-client-mode is not set.
1529
1530 * image-mode.el (image-mode-map): Suppress key map and bind `q'.
1531 * doc-view.el (doc-view-mode-map): Inherit from image-mode-map.
1532
1533 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords): Try to be
1534 yet a bit more clever at distinguishing / from /.
1535
1536 2008-06-03 Kenichi Handa <handa@m17n.org>
1537
1538 * Makefile.in (ELCFILES): Add $(lisp)/language/hanja-util.elc.
1539
1540 2008-06-03 Jihyun Cho <jihyun.jo@gmail.com>
1541
1542 * language/hanja-util.el: New file.
1543
1544 2008-06-03 Glenn Morris <rgm@gnu.org>
1545
1546 * progmodes/f90.el (f90-typedef-matcher, f90-looking-at-type-like):
1547 Check that end-of-word follows "type".
1548
1549 2008-06-02 Daiki Ueno <ueno@unixuser.org>
1550
1551 * epa-file.el (epa-file-write-region): Write the entire buffer
1552 content if START is nil.
1553
1554 2008-06-01 Thomas Morgan <tlm@thomasmorgan.net> (tiny change)
1555
1556 * select.el (x-get-selection): Fix typo.
1557
1558 2008-06-01 Juanma Barranquero <lekktu@gmail.com>
1559
1560 * descr-text.el (describe-text-sexp): Use `string-match-p'. Simplify.
1561 (describe-char): Use `looking-at-p', `string-match-p' when possible.
1562
1563 2008-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
1564
1565 * tar-mode.el (tar-header-block-summarize): Ensure one space around
1566 user&group.
1567
1568 2008-05-31 John Paul Wallington <jpw@pobox.com>
1569
1570 * help-fns.el (describe-variable-custom-version-info):
1571 Handle dotted `package-version' info.
1572
1573 2008-05-31 Juanma Barranquero <lekktu@gmail.com>
1574
1575 * icomplete.el (icomplete-get-keys): Doc fix. Use `when'.
1576
1577 2008-05-31 Dan Nicolaescu <dann@ics.uci.edu>
1578
1579 * vc-cvs.el (vc-cvs-after-dir-status): Support spaces in file
1580 names and improve support for unregistered files.
1581
1582 2008-05-31 Glenn Morris <rgm@gnu.org>
1583
1584 * Makefile.in (compile-last): Replace tr in `els' assignment with sed.
1585 Remove shell variable `elc'. Split tests to hopefully be more portable.
1586 Fix `sel' assignment.
1587
1588 2008-05-30 Juanma Barranquero <lekktu@gmail.com>
1589
1590 * minibuffer.el (completion-table-dynamic): Doc fix.
1591
1592 2008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
1593
1594 * vc-cvs.el (vc-cvs-state-heuristic, vc-cvs-parse-status):
1595 Try and return `unregistered' when applicable.
1596
1597 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
1598 Don't encourage naming variables with "-flag".
1599
1600 2008-05-30 Glenn Morris <rgm@gnu.org>
1601
1602 * Makefile.in (update-elclist): Hide the warning when it does not apply,
1603 make it milder when it does.
1604 (autogen-clean): New target.
1605 (maintainer-clean): Use autogen-clean.
1606
1607 * calendar/diary-lib.el (diary-display-function): New name for
1608 diary-display-hook. Keep old name as obsolete alias. Doc fix.
1609 Change custom type and version.
1610 (diary-list-entries-hook, diary-list-entries, diary-simple-display)
1611 (diary-fancy-display): Doc fixes.
1612 (diary-list-entries, diary-include-other-diary-files)
1613 (diary-mail-entries):
1614 Use diary-display-function rather than diary-display-hook.
1615
1616 * calendar/appt.el (appt-check): Use diary-display-function rather than
1617 diary-display-hook.
1618 * calendar/cal-x.el (calendar-dedicate-diary): Update for
1619 diary-display-function replacing diary-display-hook.
1620 * org/org-agenda.el (org-get-entries-from-diary): Also set
1621 diary-display-function.
1622
1623 * calendar/cal-html.el (cal-html-list-diary-entries):
1624 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
1625 * calendar/cal-tex.el (cal-tex-list-diary-entries): Use LIST-ONLY
1626 argument of diary-list-entries rather than setting diary-display-hook.
1627
1628 2008-05-30 Kenichi Handa <handa@m17n.org>
1629
1630 * international/mule-conf.el (utf-8-with-signature): Renamed from
1631 utf-8-sig.
1632 (utf-8-auto): Adjusted for the above change.
1633
1634 * international/mule-diag.el (describe-font): Don't check fontset
1635 here, and just call font-info. Get the default font by from the
1636 default face.
1637
1638 2008-05-29 Kenichi Handa <handa@m17n.org>
1639
1640 * international/mule-conf.el (utf-8-sig, utf-8-auto):
1641 New coding systems.
1642
1643 * international/mule.el (define-coding-system): Accept :bom for utf-8.
1644
1645 2008-05-29 Espen Wiborg <espen.wiborg@telio.no> (tiny change)
1646
1647 * international/utf-7.el (utf-7-encode): Use the right escape char
1648 depending on imap/nonimap encoding.
1649
1650 2008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
1651
1652 * minibuffer.el (completion-pcm-all-completions): Add the base-size.
1653
1654 2008-05-29 Juanma Barranquero <lekktu@gmail.com>
1655
1656 * icomplete.el (icomplete-prospects-height): Add :group.
1657
1658 2008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
1659
1660 * icomplete.el (icomplete-prospects-length): Make obsolete.
1661 (icomplete-prospects-height): New var.
1662 (icomplete-completions): Use it.
1663
1664 2008-05-29 David Kastrup <dak@gnu.org>
1665
1666 * autoinsert.el (auto-insert): Add :link.
1667
1668 2008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
1669
1670 * tar-mode.el (tar-header): New field `header-start'.
1671 (tar-header-block-tokenize): Set it when useful.
1672 Drop "GNUtar " magic value, which even GNU Tar doesn't know about.
1673 (tar-header-data-end): New function.
1674 (tar-summarize-buffer): Use it.
1675 (tar-next-line): Fix goal column for long usernames.
1676 (tar-expunge-internal): Use header-start.
1677 (tar-rename-entry): Handle ustar-style long names.
1678 (tar-alter-one-field): Add optional `descriptor' argument.
1679 (tar-subfile-save-buffer): Use it.
1680
1681 2008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
1682
1683 * tar-mode.el (tar-header): New field `header-start'.
1684 (tar-header-block-tokenize): Set header-start for longlink entries.
1685 (tar-expunge-internal): Use header-start to expunge longlink entries.
1686
1687 * files.el (hack-local-variables): Don't signal an error if the local
1688 variable section is not properly terminated.
1689
1690 * emacs-lisp/easymenu.el (easy-menu-convert-item)
1691 (easy-menu-convert-item-1): Move the duplicate-generation outside of
1692 the caching so it also works for identical entries.
1693
1694 * tar-mode.el (tar-summarize-buffer): Fix reporter initialization.
1695 (tar-mode): Use write-region-annotate-functions rather than
1696 write-contents-functions.
1697 (tar-extract): Remove unused var `pos'.
1698 (tar-subfile-save-buffer): Remove unused var `following-descs'.
1699 (tar-mode-write-file): Remove.
1700 (tar-write-region-annotate): New function.
1701
1702 * progmodes/flymake.el (flymake-save-buffer-in-file):
1703 * shadowfile.el (shadow-copy-file):
1704 * arc-mode.el (archive-*-write-file-member):
1705 * files.el (diff-buffer-with-file):
1706 * subr.el (with-temp-file): Pass nil to write-region.
1707 * jka-compr.el (jka-compr-write-region): Preserve `start's nullness.
1708
1709 * doc-view.el (doc-view-mode-map): Bind `q' to quit-window, as is
1710 the custom.
1711
1712 * files.el (basic-save-buffer-2): Pass nil rather than (point-min)
1713 to write-region.
1714
1715 2008-05-28 Glenn Morris <rgm@gnu.org>
1716
1717 * Makefile.in (update-elclist): Work around non-portability of "\"
1718 in various implementations of echo.
1719
1720 2008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
1721
1722 * international/mule-diag.el (describe-current-coding-system):
1723 Don't assume selection-coding-system is always defined.
1724
1725 * tar-mode.el: Use defstruct and markers.
1726 (tar-setf): Remove.
1727 (tar-header): Use defstruct. Add `data-start' field.
1728 (make-tar-desc, tar-desc-tokens): Remove, folded into tar-header.
1729 (tar-desc-data-start): Remove (now called tar-header-data-start).
1730 (tar-roundup-512): New fun.
1731 (tar-header-block-tokenize): Receive a buffer position rather than
1732 a string. Handle @longLink here, be more careful about it.
1733 Create a marker for data-start.
1734 (tar-summarize-buffer): Don't handle @LongLink here any more.
1735 (tar-expunge-internal, tar-subfile-save-buffer): Don't update
1736 data-start on the following entries any more.
1737 (tar-chown-entry, tar-chgrp-entry): Use read-number.
1738
1739 * tar-mode.el: Use buffer-swap-text to separate summary and raw data.
1740 (tar-header-offset): Remove.
1741 (tar-parse-info, tar-header-offset, tar-file-name-coding-system):
1742 Not permanent any more.
1743 (tar-data-buffer): New var.
1744 (tar-data-swapped-p, tar-change-major-mode-hook)
1745 (tar-mode-kill-buffer-hook): New funs.
1746 (tar-untar-buffer, tar-summarize-buffer, tar-mode, tar-mode-revert)
1747 (tar-extract, tar-copy, tar-expunge-internal, tar-expunge)
1748 (tar-clear-modification-flags, tar-alter-one-field)
1749 (tar-subfile-save-buffer, tar-pad-to-blocksize, tar-mode-write-file):
1750 Change accordingly.
1751
1752 2008-05-27 Dan Nicolaescu <dann@ics.uci.edu>
1753
1754 * vc-dispatcher.el (vc-directory-resynch-file): Rename to ...
1755 (vc-dir-resynch-file): ... this. Update callers.
1756 Use vc-string-prefix-p. Ignore directory args.
1757 (vc-string-prefix-p): CSE.
1758 (vc-resynch-buffer): Restore conditional.
1759
1760 * vc-hooks.el (vc-after-save): Improve test.
1761 (vc-mode-line): Fix indentation.
1762
1763 2008-05-27 Chong Yidong <cyd@stupidchicken.com>
1764
1765 * calendar/parse-time.el (parse-time-months)
1766 (parse-time-weekdays): Add long-form month and day names.
1767
1768 2008-05-27 Glenn Morris <rgm@gnu.org>
1769
1770 * Makefile.in (update-elclist): Make errors in final sed non-fatal.
1771
1772 2008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
1773
1774 * vc-dispatcher.el (vc-string-prefix-p): New function.
1775 (vc-dir-parent-marked-p): Use it.
1776
1777 2008-05-27 Dan Nicolaescu <dann@ics.uci.edu>
1778
1779 * vc.el (Problems): Remove fixed issues.
1780 (vc-expand-dirs): Avoid returning directories.
1781 (vc-dir): Fix C-x v v binding.
1782 (vc-make-backend-object): Fix name.
1783 (vc-dir-show-fileentry): Fix docstring.
1784 (vc-dir-refresh): Use vc-dir-backend. Fix docstring.
1785 (vc-dir-refresh-files): Use vc-dir-backend. Fix docstring.
1786 Reset the state for directories.
1787 (vc-dir-headers): Align labels.
1788 (vc-default-status-printer): Do no call prettify-state-info.
1789 (vc-deduce-fileset): Replace implementation with one based on a
1790 working older version.
1791 (vc-next-action): Use the new form of vc-deduce-fileset.
1792 Fix dealing with unregistered files.
1793
1794 * vc-dispatcher.el (vc-resynch-window): Fix mode-line updating.
1795 (vc-dir-menu-map): Fix menu title for the menu bar and the popup menu.
1796 (vc-dir-child-files): New function.
1797 (vc-dir-node-directory): New function.
1798 (vc-dir-update, vc-dir-parent-marked-p)
1799 (vc-dir-children-marked-p, vc-dir-mark-all-files)
1800 (vc-dir-marked-only-files, vc-dispatcher-selection-set): Use it.
1801
1802 * vc-cvs.el (vc-cvs-status-extra-headers): Align labels.
1803
1804 2008-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
1805
1806 * diff-mode.el (diff-context-mid-hunk-header-re): New const.
1807 (diff-font-lock-keywords, diff-context->unified)
1808 (diff-reverse-direction, diff-fixup-modifs, diff-sanity-check-hunk)
1809 (diff-hunk-text, diff-find-source-location): Use it.
1810 (diff-post-command-hook): Let the user edit the hunk headers.
1811
1812 2008-05-26 Andreas Schwab <schwab@suse.de>
1813
1814 * vc.el (vc-default-prettify-state-info): Fix formatting of an
1815 unknown state.
1816
1817 * tar-mode.el (tar-summarize-buffer): Comment fix.
1818
1819 2008-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
1820
1821 * tar-mode.el (tar-summarize-buffer): Handle GNU Tar @LongLink format.
1822
1823 2008-05-26 Glenn Morris <rgm@gnu.org>
1824
1825 * calendar/cal-hebrew.el (diary-ordinal-suffix): Declare for compiler.
1826
1827 2008-05-25 John Paul Wallington <jpw@pobox.com>
1828
1829 * proced.el (proced-next-line, proced-previous-line):
1830 Avoid calling `next-line' and `previous-line' from Lisp code.
1831
1832 2008-05-25 Ed Reingold <reingold@emr.cs.iit.edu>
1833
1834 * calendar/cal-hebrew.el (diary-hebrew-yahrzeit):
1835 Use diary-ordinal-suffix.
1836
1837 2008-05-24 Juanma Barranquero <lekktu@gmail.com>
1838
1839 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-defs)
1840 (edebug-all-forms, edebug-eval-macro-args, edebug-save-windows)
1841 (edebug-save-displayed-buffer-points, edebug-initial-mode)
1842 (edebug-trace, edebug-test-coverage, edebug-continue-kbd-macro)
1843 (edebug-print-length, edebug-print-level, edebug-print-circle)
1844 (edebug-unwrap-results, edebug-on-error, edebug-on-quit)
1845 (edebug-global-break-condition, edebug-sit-for-seconds):
1846 Remove spurious * from defcustom docstrings.
1847 (edebug-unwrap*, edebug-signal, edebug-eval-display):
1848 Improve argument/docstring consistency.
1849 (edebug-test-coverage, edebug-gensym, edebug-read)
1850 (edebug-top-level-nonstop, edebug-eval-result-list)
1851 (edebug-eval-redisplay, edebug-trace): Fix typos in docstring.
1852 (edebug-eval-defun, edebug-eval-top-level-form, edebug)
1853 (edebug-display-freq-count): Reflow docstrings.
1854 (edebug-restore-status): Doc fix.
1855
1856 2008-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
1857
1858 * proced.el (proced-header-line): Use the :align-to 0 feature
1859 rather than computing the corresponding position manually.
1860 (proced-update): Don't hardcode point-min==1.
1861
1862 2008-05-24 Alan Mackenzie <acm@muc.de>
1863
1864 * progmodes/cc-mode.el (c-postprocess-file-styles): Throw an error
1865 if c-file-style is set to a non-string.
1866
1867 (c-neutralize-CPP-line): Surround by `save-excursion'.
1868 (c-neutralize-syntax-in-CPP): Optimize for speed.
1869
1870 2008-05-24 Glenn Morris <rgm@gnu.org>
1871
1872 * Makefile.in (update-elclist): New target, to update ELCFILES.
1873 (bootstrap-after): Run update-elclist.
1874
1875 2008-05-24 Ulf Jasper <ulf.jasper@web.de>
1876
1877 * icalendar.el (icalendar-version): Increase to "0.19".
1878 (icalendar--date-style): New function.
1879 (icalendar--datetime-to-diary-date): Doc fix.
1880 Use icalendar--date-style.
1881 (icalendar--datestring-to-isodate): Doc fix. Handle iso date style.
1882 (icalendar--convert-yearly-to-ical)
1883 (icalendar--convert-recurring-to-diary): Handle iso date style,
1884 use icalendar-date-style.
1885
1886 2008-05-23 Dan Nicolaescu <dann@ics.uci.edu>
1887
1888 * vc.el (vc-delete-file): Make sure the buffer is deleted and
1889 vc-dir buffers are updated.
1890
1891 2008-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
1892
1893 * vc.el (vc-delete-file): Don't try to resynch the buffer.
1894
1895 2008-05-23 Paul Rivier <paul.r.ml@gmail.com>
1896
1897 * textmodes/reftex-vars.el (reftex-extra-bindings-prefix): New var.
1898 * textmodes/reftex.el (reftex-extra-bindings-map): New var.
1899 (reftex-extra-bindings): Use it.
1900
1901 * progmodes/mixal-mode.el (mixal-mode-map): Move key-bindings
1902 away from the user-reserved keys.
1903
1904 * progmodes/ada-mode.el (ada-mode-extra-map, ada-mode-extra-prefix):
1905 New vars.
1906 (ada-create-keymap): Use them.
1907
1908 2008-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
1909
1910 * emacs-lisp/regexp-opt.el (regexp-opt): Always return
1911 a properly-grouped regexp.
1912
1913 2008-05-23 Juanma Barranquero <lekktu@gmail.com>
1914
1915 * progmodes/cap-words.el (capitalized-words-mode):
1916 Fix typos in docstring.
1917
1918 2008-05-23 Kenichi Handa <handa@m17n.org>
1919
1920 * international/mule-conf.el: Don't define the charset `emacs'
1921 here, just put :docstring, :short-name, and :long-name.
1922
1923 2008-05-22 Kenichi Handa <handa@m17n.org>
1924
1925 * international/mule-diag.el (font-show-log): Limit each listing
1926 to 20 items.
1927
1928 2008-05-23 Nick Roberts <nickrob@snap.net.nz>
1929
1930 * progmodes/gdb-ui.el (gdb-enable-debug): New function.
1931 (gdb-annotation-rules): New entry for "thread-changed".
1932 (gdb-thread-changed): New function.
1933
1934 2008-05-23 Glenn Morris <rgm@gnu.org>
1935
1936 * Makefile.in (SOURCES): Remove, unused.
1937 (lisptagsfiles1, lisptagsfiles2): Use '*' rather than '[a-zA-Z]*'.
1938 (TAGS, TAGS-LISP): Use a single rule with multiple targets.
1939 Exclude more '*loaddefs' files.
1940 (compile-always): Simplify '.elc' deletion.
1941
1942 2008-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
1943
1944 * vc-bzr.el (vc-bzr-annotate-time): Reduce memory allocation.
1945 (vc-bzr-revision-completion-table): Handle `boundaries' argument.
1946
1947 * minibuffer.el (completion-boundaries): Change calling
1948 convention, so `string' has the same semantics as in
1949 try-completion and all-completions.
1950 (completion-table-with-context, completion--embedded-envvar-table)
1951 (completion--file-name-table)
1952 (completion-pcm--find-all-completions): Adjust code accordingly.
1953
1954 2008-05-22 Chong Yidong <cyd@stupidchicken.com>
1955
1956 * image-mode.el (image-mode-winprops): Add argument CLEANUP to
1957 prune image-mode-winprops-alist, preventing it from growing
1958 indefinitely.
1959 (image-mode-reapply-winprops): Use it.
1960
1961 2008-05-22 Teodor Zlatanov <tzz@lifelogs.com>
1962
1963 * net/netrc.el (netrc-machine): Always match if the port is not given.
1964
1965 2008-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
1966
1967 * minibuffer.el (completion-pcm--find-all-completions):
1968 Don't add pseudo-completions.
1969
1970 * icomplete.el (icomplete-eoinput): Remove.
1971 (icomplete-overlay): New var to replace it.
1972 (icomplete-tidy): Rewrite.
1973 (icomplete-exhibit): Use an overlay.
1974 (icomplete-completions): Use completion-all-sorted-completions.
1975 Obey completion-ignore-case.
1976
1977 * files.el (locate-dominating-file): Accept non-existing argument.
1978 (project-find-settings-file): Rewrite, using locate-dominating-file.
1979
1980 2008-05-22 Kenichi Handa <handa@m17n.org>
1981
1982 * faces.el (font-weight-table, font-slant-table, font-width-table):
1983 Delete them. Don't call internal-set-font-style-table.
1984
1985 * international/mule-diag.el (font-show-log): New function.
1986
1987 * international/fontset.el (script-representative-chars): Add more
1988 chars for latin. Add data for symbol.
1989 (setup-default-fontset): Add entries for phonetic, armenian, and symbol.
1990
1991 2008-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
1992
1993 * minibuffer.el (completion-all-sorted-completions): New var.
1994 (completion--flush-all-sorted-completions)
1995 (completion-all-sorted-completions): New functions.
1996 (minibuffer-force-complete): New command.
1997
1998 2008-05-21 Glenn Morris <rgm@gnu.org>
1999
2000 * files.el (c-postprocess-file-styles): Declare for compiler.
2001
2002 * Makefile.in: Allow for parallel byte-compiling.
2003 (ELCFILES): New variable.
2004 (.el.elc): Remove prerequisites from suffix rule. Print a message.
2005 (compile-first, compile-main, compile-last): New targets.
2006 (compile-always): Simplify - delete .elc files, then `make compile'.
2007
2008 * Makefile.in (compile-calc): Use glob rather than find.
2009 ($(lisp)/progmodes/cc-mode.elc): Use $@.
2010
2011 * eshell/esh-module.el: No need for cl when compiling.
2012
2013 * eshell/eshell.el (eshell-defgroup): New alias.
2014 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
2015 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
2016 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
2017 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
2018 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
2019 * eshell/em-xtra.el: Use eshell-defgroup rather than defgroup.
2020 Autoload the custom group. Set generated-autoload-file.
2021 * eshell/em-basic.el, eshell/esh-module.el: Require eshell,
2022 for eshell-defgroup.
2023 * eshell/esh-module.el (eshell-load-defgroups): Remove.
2024 Require esh-groups rather than loading it.
2025
2026 2008-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2027
2028 * proced.el (proced-header-line): New variable and new function.
2029 (proced-mode): Set header-line-format.
2030 (proced-update): Set proced-header-line.
2031 (proced-send-signal): Use proced-header-line.
2032
2033 2008-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
2034
2035 * macros.el (insert-kbd-macro): Use prin1-char.
2036
2037 2008-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
2038
2039 * minibuffer.el (completion-boundaries): New function.
2040 (completion--some): Delay errors.
2041 (complete-with-action, completion-table-with-context):
2042 Handle `boundaries' case.
2043 (completion--try-word-completion): Avoid partial-completion
2044 when the user hasn't entered anything yet.
2045 (minibuffer-local-map, minibuffer-local-filename-completion-map)
2046 (minibuffer-local-must-match-map, minibuffer-local-completion-map)
2047 (minibuffer-local-must-match-filename-map, minibuffer-local-ns-map):
2048 Setup default keybindings.
2049 (completion--embedded-envvar-re): New var.
2050 (completion--embedded-envvar-table): Use it. Handle `boundaries' case.
2051 (completion--file-name-table): Handle `boundaries' case.
2052 (completion-pcm--pattern->regex): Avoid pathological backtracking.
2053 (completion-pcm--all-completions): Add a `prefix' arg.
2054 (completion-pcm--find-all-completions): New function.
2055 (completion-pcm-all-completions, completion-pcm-try-completion):
2056 Use it.
2057
2058 * icomplete.el (icomplete-completions): Don't use `predicate' with
2059 a table of a different type than `candidates'.
2060
2061 2008-05-20 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2062
2063 * proced.el (proced-goal-column): Rename from proced-procname-column.
2064 (proced-goal-header-re): Rename from proced-procname-column-regexp.
2065 (proced-move-to-goal-column): Rename from proced-move-to-procname.
2066 (proced-header-face, proced-header-regexp): Remove.
2067 (proced-font-lock-keywords): Remove proced-header-face.
2068 (proced-header-alist, proced-sorting-schemes-re): New variables.
2069 (proced): Rename Proced buffer to *Proced*.
2070 (proced-next-line, proced-previous-line): New commands.
2071 (proced-do-mark, proced-do-mark-all, proced-toggle-marks)
2072 (proced-hide-processes): Do not treat first line as special.
2073 (proced-header-space): New function.
2074 (proced-update): Use header-line-format.
2075 Initialize proced-header-alist and proced-sorting-schemes-re.
2076 Set proced-goal-column. Include proced-command in mode-name.
2077 (proced-send-signal): Use header-line-format for *Marked
2078 Processes* buffer.
2079 (proced-sort): Restrict minibuffer completion to applicable
2080 sorting schemes.
2081 (proced-sorting-scheme-p): Use proced-sorting-schemes-re.
2082
2083 2008-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
2084
2085 * icomplete.el (icomplete-simple-completing-p):
2086 Allow icomplete-with-completion-tables to say "use it everywhere".
2087 (icomplete-completions): Obey completion-styles. Try to accommodate
2088 partial-completion style.
2089
2090 2008-05-20 Michael Olson <mwolson@gnu.org>
2091
2092 * files.el (project-find-settings-file): Change concat to
2093 expand-file-name.
2094
2095 2008-05-19 Tom Tromey <tromey@redhat.com>
2096
2097 * files.el (normal-mode): Call hack-project-variables.
2098 (hack-local-variables-confirm): Add 'project' argument.
2099 (hack-local-variables-apply): New function.
2100 (hack-local-variables): Use it.
2101 (project-class-alist, project-directory-alist): New variables.
2102 (project-get-alist): New function.
2103 (project-collect-bindings-from-alist)
2104 (project-collect-binding-list, set-directory-project)
2105 (project-find-settings-file, project-define-from-project-file)
2106 (hack-project-variables): New functions.
2107
2108 2008-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
2109
2110 * emacs-lisp/cl-specs.el (destructuring-bind): Fix spec.
2111
2112 2008-05-19 Juanma Barranquero <lekktu@gmail.com>
2113
2114 * faces.el (font-weight-table): Fix typo in docstring.
2115
2116 2008-05-18 David Hull <david@snap.com> (tiny change)
2117
2118 * vc-hg.el (vc-hg-annotate-re): Recognize the output of --follow.
2119 (vc-hg-annotate-command): Allow white space before version number.
2120
2121 2008-05-18 Jay Belanger <jay.p.belanger@gmail.com>
2122
2123 * calc/calc-yank.el (calc-register-alist): New variable.
2124 (calc-set-register, calc-get-register, calc-copy-to-register)
2125 (calc-insert-register, calc-add-to-register, calc-append-to-register)
2126 (calc-prepend-to-register): New functions.
2127
2128 * calc/calc-ext.el (calc-init-extensions): Add keybindings for
2129 `calc-copy-to-register' and `calc-insert-register'.
2130 Autoload new register functions.
2131
2132 * calc/calc-help.el (calc-r-prefix-help): Add help for register
2133 functions.
2134
2135 2008-05-18 Dan Nicolaescu <dann@ics.uci.edu>
2136
2137 * vc.el (Todo): Add known problems.
2138 (vc-dir-backend): New variable.
2139 (vc-dir): Set it.
2140 (vc-make-backend-object, vc-generic-status-printer)
2141 (vc-generic-state, vc-generic-status-fileinfo-extra)
2142 (vc-dir-extra-menu): Use it.
2143 (vc-generic-dir-headers): Remove, unused.
2144
2145 * vc-dispatcher.el (vc-dir-previous-directory): Rename from
2146 vc-dir-prev-directory for consistency with vc-dir-previous-line.
2147 (vc-dir-mode-map): Fix bindings.
2148
2149 * vc-bzr.el (vc-bzr-after-dir-status): Remove unused binding.
2150
2151 2008-05-18 Jay Belanger <jay.p.belanger@gmail.com>
2152
2153 * calc/calc-yank.el (calc-kill): Make sure that only the stack is
2154 operated on.
2155 (calc-kill-region): Kill entire lines.
2156
2157 2008-05-17 Glenn Morris <rgm@gnu.org>
2158
2159 * ezimage.el (ezimage-use-images): Drop support for Emacs < 21 and
2160 simplify initial value.
2161 (defezimage): Drop support for Emacs without defimage, use a featurep
2162 test rather than fboundp when defining, drop with-no-warnings.
2163 (ezimage-insert-over-text): Move featurep test inside
2164 add-text-properties.
2165
2166 * elide-head.el (elide-head-headers-to-hide): Handle GPLv3 format.
2167
2168 * net/tramp.el (top-level): Load auth-source when compiling.
2169
2170 * progmodes/fortran.el (fortran-font-lock-keywords-2): Add .eqv., .neqv.
2171
2172 2008-05-17 Andreas Schwab <schwab@suse.de>
2173
2174 * vc-dispatcher.el (vc-dir-mode-map): Fix M-down and M-up binding.
2175
2176 2008-05-17 Dan Nicolaescu <dann@ics.uci.edu>
2177
2178 * vc.el (vc-annotate-show-diff-revision-at-line): Change
2179 vc-diff-internal arg to match what vc-deduce-fileseset returns now.
2180
2181 2008-05-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2182
2183 * menu-bar.el (menu-bar-select-buffer): Reinsert it as msb.el uses it.
2184
2185 2008-05-17 Jim Meyering <meyering@redhat.com>
2186
2187 * ido.el (ido-save-history): Do not emit a trailing newline at the
2188 end of the ido history file.
2189
2190 2008-05-16 John Paul Wallington <jpw@pobox.com>
2191
2192 * vc-dispatcher.el (top-level): Revert previous change: require cl
2193 when compiling.
2194
2195 2008-05-16 Eric S. Raymond <esr@snark.thyrsus.com>
2196
2197 * vc.el (vc-default-status-printer)
2198 (vc-default-prettify-state-info): Enhance the state prettyprinter
2199 to deal better with unknown states and indirect through it when
2200 painting vc-dir buffers.
2201
2202 2008-05-16 John Paul Wallington <jpw@pobox.com>
2203
2204 * vc-dispatcher.el (top-level): Don't require cl when compiling.
2205 (vc-dir-mode-map): Fix backquote.
2206 (vc-at-event): Doc fix. Use `make-symbol' instead of `gensym'.
2207
2208 2008-05-16 Michael Albinus <michael.albinus@gmx.de>
2209
2210 * net/tramp.el (tramp-handle-write-region): Fix check for short track.
2211 Reported by Glenn Morris <rgm@gnu.org>.
2212
2213 2008-05-16 Eric S. Raymond <esr@snark.thyrsus.com>
2214
2215 * vc.el: Remove my analysis of SCCS/RCS concurrency issues from
2216 the end of the file, it was good work at one time but has been
2217 stale since 1995 and may now be actively misleading.
2218 * vc-cvs.el (vc-cvs-status-extra-headers): Extract and display the
2219 CVS repository and module (assumptions for the latter a bit iffy).
2220 * vc-svn.el (vc-svn-status-extra-headers): Extract and display the
2221 SVN repository.
2222
2223 2008-05-16 Juanma Barranquero <lekktu@gmail.com>
2224
2225 * vc-rcs.el (vc-rcs-create-tag):
2226 * vc-sccs.el (vc-sccs-create-tag):
2227 Fix typo in error message and pass backend arg.
2228
2229 2008-05-15 Michael Albinus <michael.albinus@gmx.de>
2230
2231 * net/tramp.el (tramp-file-name-for-operation): Add `make-temp-name'.
2232
2233 2008-05-15 Teodor Zlatanov <tzz@lifelogs.com>
2234
2235 * net/tramp.el: Load auth-source library.
2236 (tramp-read-passwd): Use it for password, not login.
2237
2238 2008-05-15 Shigeru Fukaya <shugeru.fukaya@gmail.com>
2239
2240 * ses.el (ses-goto-print): Use move-to-column rather than forward-char.
2241 (ses-print-cell): Use string-width, truncate-string-to-width,
2242 delete-region rather than length, substring, delete-char.
2243 (ses-setup): Set inhibit-point-motion-hooks to t.
2244 Calculate position by actually moving point rather than just using
2245 unibyte character length.
2246 (ses-mode): Set indent-tabs-mode to nil.
2247 (ses-center): Use string-width rather than length.
2248
2249 2008-05-15 Eric S. Raymond <esr@snark.thyrsus.com>
2250
2251 * vc-cvs.el, vc-git.el, vc-hg.el, vc-hooks.el, vc-mcvs.el,
2252 * vc-rcs.el, vc-sccs.el, vc-svn.el, vc.el:
2253 Rename vc-*-create-snapshot and vc-*-retrieve-snapshot to
2254 vc-*-create-tag and vc-*-retrieve-tag respectively.
2255
2256 * vc-dispatcher.el: Fix an incorrect buffer name and remove an
2257 unneeded defalias.
2258
2259 * vc.el, vc-dispatcher.el (vc-dir-menu-map-filter): Move.
2260
2261 * vc.el, vc-dispatcher.el (vc-dir-menu-map): Remove assumption
2262 about buffer names.
2263
2264 2008-05-15 Glenn Morris <rgm@gnu.org>
2265
2266 * vc-hooks.el (vc-directory-resynch-file): Fix declaration.
2267
2268 * org/org-exp.el (org-infojs-options-inbuffer-template):
2269 Fix declaration.
2270
2271 * progmodes/cc-mode.el (declare-function): Add compat definition.
2272 (awk-mode-syntax-table, c-awk-unstick-NL-prop): Declare for compiler.
2273
2274 2008-05-14 Eric S. Raymond <esr@snark.thyrsus.com>
2275
2276 * vc-dispatcher.el (vc-dispatcher-selection): Change the returned
2277 list to a cons so the caller can get back both expanded and
2278 unexpanded filesets.
2279 * vc.el (vc-deduce-fileseset, vc-next-action, vc-diff-internal)
2280 (vc-merge, vc-version-diff, vc-print-log, vc-revert, vc-rollback):
2281 Change handling of selection-set returns as required.
2282
2283 2008-05-15 John Paul Wallington <jpw@pobox.com>
2284
2285 * add-log.el (top-level): Don't require cl when compiling.
2286
2287 * arc-mode.el (archive-add-new-member): Use `derived-mode-p'.
2288 (archive-*-extract): Use `zerop'.
2289 (archive-*-write-file-member): Use `or', use `zerop'.
2290
2291 * diff-mode.el (diff-current-defun): Use `buffer-local-value'.
2292
2293 * ibuffer.el (ibuffer-assert-ibuffer-mode): New defsubst.
2294 (ibuffer-mark-interactive, ibuffer-set-mark)
2295 (ibuffer-insert-buffer-line, ibuffer-redisplay-current)
2296 (ibuffer-map-lines, ibuffer-switch-format)
2297 (ibuffer-update-title-and-summary)
2298 (ibuffer-redisplay-engine): Use it.
2299
2300 * ibuf-ext.el (ibuffer-interactive-filter-by-mode)
2301 (ibuffer-set-filter-groups-by-mode, ibuffer-list-buffer-modes)
2302 (define-ibuffer-filter mode, define-ibuffer-filter used-mode)
2303 (define-ibuffer-sorter major-mode, ibuffer-mark-unsaved-buffers)
2304 (ibuffer-mark-read-only-buffers)
2305 (ibuffer-mark-dired-buffers): Use `buffer-local-value'.
2306
2307 * ibuf-macs.el (ibuffer-aif, ibuffer-awhen, ibuffer-save-marks)
2308 (define-ibuffer-column, define-ibuffer-sorter)
2309 (define-ibuffer-op, define-ibuffer-filter): Add declarations
2310 containing indentation specs, replacing equivalent top-level
2311 forms that set `lisp-indent-function' properties.
2312 (define-ibuffer-op): Use `derived-mode-p'.
2313 (define-ibuffer-filter): Remove redundant `concat' call.
2314
2315 2008-05-14 Michael Albinus <michael.albinus@gmx.de>
2316
2317 * net/tramp.el (tramp-echo-mark): Update docstring.
2318 (tramp-echo-mark-marker): New defconst.
2319 (tramp-check-for-regexp): Use it.
2320
2321 2008-05-14 Eric S. Raymond <esr@snark.thyrsus.com>
2322
2323 * vc.el (vc-deduce-fileset): Do the right thing when visting a
2324 buffer (say, a log buffer or diff buffer) with a vc-dir buffer
2325 as parent.
2326
2327 2008-05-14 John Paul Wallington <jpw@pobox.com>
2328
2329 * international/mule.el (convert-define-charset-argument):
2330 Remove period from end of error message.
2331 (coding-system-mnemonic): Doc fix.
2332 (ctext-pre-write-conversion): Doc fix.
2333
2334 2008-05-14 Simon Marshall <simon@gnu.org>
2335
2336 * obsolete/fast-lock.el (fast-lock-cache-directories): Remove "."
2337 from its default value and give it the risky-local-variable
2338 property (CVE-2008-2142).
2339
2340 2008-05-14 Kenichi Handa <handa@m17n.org>
2341
2342 * language/korean.el ("Korean"): Set `iso639-language'
2343 property to `ko'.
2344
2345 * language/japanese.el ("Japanese"): Set `iso639-language'
2346 property to `ja'.
2347
2348 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
2349 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK")
2350 ("Chinese-GB18030"): Set `iso639-language' property to `zh'.
2351
2352 * international/mule-cmds.el (set-language-environment):
2353 Set current-iso639-language.
2354
2355 * international/fontset.el (setup-default-fontset): For kana, han,
2356 hangul, and cjk-misc, move an entry with font-spec at the end.
2357 (generate-fontset-menu): Exclue fontset-auto* from the list.
2358
2359 * composite.el (compose-chars-after): Assume that WINDOW is always
2360 non-nil.
2361
2362 * faces.el (font-weight-table, font-slant-table)
2363 (font-swidth-table): Declare them by defconst. Change the format
2364 of elements. Call internal-set-font-style-table after their
2365 declaration.
2366 (face-valid-attribute-values): Call font-family-list. Get values
2367 for width, weight, and slant from font-xxx-table.
2368
2369 * cus-face.el (custom-face-attributes): Add "thin" for :weight.
2370
2371 2008-05-13 John Paul Wallington <jpw@pobox.com>
2372
2373 * ibuffer.el (ibuffer-buffer-file-name): New function.
2374 (define-ibuffer-column filename): Use it.
2375
2376 * ibuf-ext.el (define-ibuffer-filter filename): Use it.
2377
2378 2008-05-13 Chong Yidong <cyd@stupidchicken.com>
2379
2380 * talk.el (talk): Simplify. Pass display arg to talk-add-display
2381 as a string.
2382 (talk-add-display): Simplify. Accept only string args.
2383
2384 2008-05-13 Jay Belanger <jay.p.belanger@gmail.com>
2385
2386 * calc/calc.el (calc-mode-map): Remove old keybinding for `calc-yank'.
2387
2388 2008-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
2389
2390 * Makefile.in (bootstrap-prepare): Don't chmod files.
2391 (autoloads): Do it here instead, where it's actually needed.
2392
2393 2008-05-13 Chong Yidong <cyd@stupidchicken.com>
2394
2395 * tool-bar.el (tool-bar-make-keymap): Account for the optional
2396 KEY-BINDING-DATA field in menu-item list.
2397
2398 2008-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
2399
2400 * dired.el (dired-read-dir-and-switches): Move things about to use less
2401 recursion during macroexpansion.
2402
2403 * dired.el (dired-read-dir-and-switches): Use read-file-name.
2404
2405 * dired.el (dired-read-dir-and-switches): Ignore ., .., and
2406 completion-ignored-extension directories if there's something else.
2407 (dired-mark-if, dired-map-over-marks, dired-readin, dired-revert)
2408 (dired-remember-marks, dired-undo, dired-build-subdir-alist)
2409 (dired-internal-do-deletions, dired-mark-files-in-region, dired-mark)
2410 (dired-toggle-marks, dired-change-marks, dired-unmark-all-files):
2411 buffer-read-only -> inhibit-read-only.
2412
2413 2008-05-12 Eric S. Raymond <esr@snark.thyrsus.com>
2414
2415 * vc.el (vc-expand-dirs): Stop this function from tossing out
2416 explicitly specified files.
2417
2418 2008-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
2419
2420 * smerge-mode.el (smerge-apply-resolution-patch): Don't pass nil
2421 to `insert'.
2422
2423 2008-05-12 Dan Nicolaescu <dann@ics.uci.edu>
2424
2425 * vc.el (vc-annotate-show-diff-revision-at-line): Remove incorrect
2426 cons. Use vc-annotate-backend.
2427 (with-vc-file, edit-vc-file): Remove unused macros.
2428
2429 2008-05-12 Teodor Zlatanov <tzz@lifelogs.com>
2430
2431 * mail/smtpmail.el: Add autoload for `auth-source-user-or-password'.
2432 (smtpmail-try-auth-methods): Use it.
2433
2434 2008-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
2435
2436 * emacs-lisp/cl.el (cl-set-nthcdr): Make it a defsubst so that
2437 (setf (nthcdr ..) ..) doesn't require CL at runtime.
2438
2439 2008-05-11 Carsten Dominik <dominik@science.uva.nl>
2440
2441 * org/org.el (org-modules): Repair problems with loading org-jsinfo.org.
2442
2443 2008-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
2444
2445 * vc-bzr.el (vc-bzr-sha1, vc-bzr-command-discarding-stderr)
2446 (vc-bzr-revision-completion-table): Use process-file.
2447 (vc-bzr-working-revision): Pass relative file names.
2448
2449 * diff-mode.el (diff-hunk-header-re): Refine the regexp.
2450
2451 2008-05-11 Juri Linkov <juri@jurta.org>
2452
2453 * wid-edit.el (widget-image-directory): Change default image data
2454 subdirectory from "custom" to "images/custom".
2455
2456 * info.el (Info-next-preorder): Let-bind `Info-history' to nil
2457 before recursive call to `Info-next-preorder' to not add
2458 intermediate nodes to the history.
2459
2460 * isearch.el: Put isearch-scroll property on recenter-top-bottom.
2461
2462 * emulation/cua-base.el: Put isearch-scroll property
2463 on cua-scroll-up and cua-scroll-down.
2464
2465 2008-05-11 Eric S. Raymond <esr@snark.thyrsus.com>
2466
2467 * vc-hooks.el (vc-recompute-state): Remove (dead code).
2468
2469 2008-05-10 Dan Nicolaescu <dann@ics.uci.edu>
2470
2471 * vc-dispatcher.el (ewoc): Require.
2472 (vc-log-edit, vc-buffer-sync): Declare for byte compiler.
2473
2474 * vc-hg.el (vc-hg-diff, vc-hg-annotate-command): Use when not if.
2475
2476 2008-05-10 Chong Yidong <cyd@stupidchicken.com>
2477
2478 * term/w32-win.el (x-colors):
2479 * term/mac-win.el (x-colors):
2480 * term/x-win.el (x-colors): Re-order colors.
2481
2482 2008-05-10 Reiner Steib <reiner.steib@gmx.de>
2483
2484 * smerge-mode.el (smerge-command-prefix): Fix custom type.
2485
2486 2008-05-10 Eric S. Raymond <esr@snark.thyrsus.com>
2487
2488 * vc-dispatcher.el (vc-dir-next-directory, vc-dir-prev-directory):
2489 New functions implementing motion to next and previous directory.
2490
2491 * vc-arch.el (vc-arch-command):
2492 * vc-bzr.el (vc-bzr-command):
2493 * vc-cvs.el (vc-cvs-command):
2494 * vc-dispatcher.el (vc-do-command):
2495 * vc-git.el (vc-git-command):
2496 * vc-hg.el (vc-hg-command):
2497 * vc-mcvs.el (vc-mvcs-command):
2498 * vc-mtn.el (vc-mtn-command):
2499 * vc-sccs.el (vc-sccs-command, vc-sccs-workfile)
2500 (vc-sccs-workfile-unchanged-p):
2501 * vc-svn.el (vc-svn-command, vc-svn-create-repo):
2502 * vc-rcs.el (all methods): Remove assumption about what a nil
2503 argument to vc-do-command means. This means no buffer name needs
2504 to be hardcoded into the dispatcher layer, and it's better to be
2505 explicit anyway.
2506
2507 * vc-svn.el (vc-svn-dir-state-heuristic): Remove.
2508
2509 2008-05-10 Dan Nicolaescu <dann@ics.uci.edu>
2510
2511 * vc.el: Update todo.
2512
2513 * vc-sccs.el (vc-sccs-dir-status):
2514 * vc-rcs.el (vc-rcs-dir-status): Avoid using results from multiple
2515 backends and returning up to date files.
2516
2517 * vc-hooks.el (vc-prefix-map): Remove duplicate binding.
2518
2519 2008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
2520
2521 * vc.el (vc-dir):
2522 * vc-hooks.el: Tweak the VC directory bindings. These are now
2523 documented in the manual.
2524
2525 * vc-dispatcher.el (vc-dir-update, vc-dir-parent-marked-p)
2526 (vc-dir-children-marked-p): Remove the vc-dir-insert-directories global.
2527 (vc-dispatcher-selection-set): Allow callers to pass in an
2528 observer flag that says no buffer sync is required.
2529 * vc.el (vc-deduce-fileset, vc-print-log, vc-version-diff):
2530 Use the observer flag.
2531
2532 2008-05-09 Michael Albinus <michael.albinus@gmx.de>
2533
2534 * simple.el (start-file-process): Clarify docstring.
2535
2536 2008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
2537
2538 * vc-sccs.el, vc.svn.el, vc-git.el, vc-hg.el, vc-mtn.el:
2539 Remove stub implementations of, and references to, wash-log.
2540 * vc-rcs.el (vc-rcs-comment-history):
2541 * vc-cvs.el (vc-cvs-comment-history):
2542 Inline the code that used to be wash-log.
2543
2544 * vc-sccs.el (vc-sccs-checkin, vc-sccs-checkout, vc-sccs-rollback)
2545 (vc-sccs-revert, vc-sccs-steal-lock, vc-sccs-modify-change-comment)
2546 (vc-sccs-print-log, vc-sccs-diff): Grok directories.
2547 * vc-rcs.el (vc-sccs-checkin, vc-sccs-checkout)
2548 (vc-rcs-revert, vc-rcs-steal-lock, vc-rcs-modify-change-comment)
2549 (vc-rcs-print-log): Grok directories.
2550
2551 2008-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
2552
2553 * vc.el (vc-mark-resolved): Add `backend' argument.
2554 (vc-next-action): Pass it the backend.
2555 (vc-next-action, vc-checkout, vc-mark-resolved, vc-version-diff)
2556 (vc-merge, vc-rollback, vc-update, vc-transfer-file, vc-delete-file)
2557 (vc-default-comment-history, vc-default-create-snapshot)
2558 (vc-default-retrieve-snapshot, vc-default-revert, vc-annotate)
2559 (vc-annotate-revision-previous-to-line)
2560 (vc-annotate-show-diff-revision-at-line, vc-annotate-warp-revision):
2561 * vc-svn.el (vc-svn-checkout):
2562 * vc-mcvs.el (vc-mcvs-checkout):
2563 * vc-hooks.el (vc-state, vc-default-workfile-unchanged-p)
2564 (vc-working-revision, vc-before-save, vc-mode-line):
2565 Prefer vc-call-backend to vc-call so as not to recompute the backend.
2566
2567 * vc.el (vc-deduce-fileset): Don't require the checkout-model and the
2568 state to be consistent since it's often an unwarranted restriction.
2569 Don't return the state either.
2570 (vc-next-action): Check that the state is consistent.
2571 (vc-diff-internal, vc-version-diff, vc-print-log, vc-revert)
2572 (vc-rollback, vc-update): Adapt to new return value of
2573 vc-deduce-fileset.
2574
2575 * vc-dispatcher.el (vc-dispatcher-browsing): Use derived-mode-p.
2576 (vc-dir-prepare-status-buffer): Use vc-dispatcher-browsing.
2577 (vc-dispatcher-in-fileset-p): New fun.
2578 (vc-dispatcher-selection-set): Use it to properly handle directories.
2579
2580 2008-05-09 Dan Nicolaescu <dann@ics.uci.edu>
2581
2582 * vc.el (vc-version-diff, vc-print-log, vc-revert, vc-rollback)
2583 (vc-update): Remove unused let bindings.
2584
2585 2008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
2586
2587 * vc.el (vc-deduce-fileset, vc-next-action, vc-version-diff)
2588 (vc-diff, vc-revert, vc-rollback, vc-update):
2589 * vc-dispatcher.el (vc-dispatcher-selection-set):
2590 Get rid of 4 special cases in fileset selection. This involved
2591 changing the return value of (vc-deduce-fileset) so that it passes
2592 back a deduced state as well as a deduced back end.
2593
2594 2008-05-08 Sam Steingold <sds@gnu.org>
2595
2596 * progmodes/compile.el (compilation-minor-mode-map)
2597 (compilation-mode-map): Bind "g" to recompile and "q" to quit-window.
2598 * grep.el (grep-mode-map): Use `set-keymap-parent' to connect it
2599 to `compilation-minor-mode-map' (instead of an explicit `cons').
2600
2601 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
2602
2603 * org/org.el (org-modules, org-format-latex-options):
2604 * org/org-archive.el (org-archive-stamp-time)
2605 (org-archive-save-context-info):
2606 * org/org-faces.el (org-hide):
2607 * org/org-irc.el (org-irc-parse-link):
2608 * org/org-macs.el (org-call-with-arg, org-autoload):
2609 * org/org-mew.el (org-mew-store-link):
2610 * org/org-remember.el (org-remember-store-without-prompt)
2611 (org-remember-templates): Fix typos in docstrings.
2612
2613 * org/org-info.el (org-info-store-link): Remove leftover docstring.
2614
2615 * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
2616 (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
2617 (org-bbdb-anniv-split): Fix typos in docstrings.
2618
2619 * org/org-publish.el (org-publish-project-alist): Doc fixes.
2620 (org-publish-use-timestamps-flag): Reflow docstring.
2621 (org-publish-files-alist): Fix typos in docstring.
2622
2623 2008-05-07 Sam Steingold <sds@gnu.org>
2624
2625 * pcvs-util.el (cvs-bury-buffer): Revert my patch: quit-window
2626 appears to be too aggressive with window removal.
2627
2628 2008-05-08 Michael McNamara <mac@mail.brushroad.com>
2629
2630 * verilog-mode.el (verilog-type-font-keywords): Add leda and 0in
2631 as pragma keywords.
2632 (verilog-pretty-expr): Support lining up assignments which include
2633 part selects.
2634 (verilog-mode): More portable check for the availability of
2635 hideshow support.
2636 (verilog-do-indent): Remove special indent for declarations inside
2637 a parenthetical list. The code is ill-advised, and doesn't work
2638 given the new user defined types.
2639 (verilog-set-auto-endcomments): Enhance function automatic
2640 endcomment to support functions that return user defined types.
2641 (verilog-mode): Add code to tell which-function-mode minor mode
2642 that Verilog supports this feature.
2643
2644 2008-05-08 Eli Zaretskii <eliz@gnu.org>
2645
2646 * epa-file.el: Require epa-hook.
2647
2648 * loadup.el ("epa-hook"): Load epa-hook instead of epa-file-hook.
2649
2650 * epa-hook.el: Renamed from epa-file-hook.el, to avoid
2651 file-names clashes on 8+3 filesystems. Provide epa-hook.
2652
2653 * org/org-jsinfo.el: Renamed from org-infojs.el, to avoid
2654 file-names clashes on 8+3 filesystems.
2655
2656 2008-05-08 Carsten Dominik <dominik@science.uva.nl>
2657
2658 * org/org.el (org-read-date-get-relative): Interpret lone
2659 weekday abbreviation as relative to today.
2660
2661 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
2662
2663 * abbrev.el (define-abbrev-table):
2664 * composite.el (toggle-auto-composition):
2665 * json.el (json-alist-p, json-plist-p):
2666 * minibuffer.el (completion-table-with-predicate):
2667 * ps-mule.el (ps-mule-external-libraries):
2668 * emacs-lisp/advice.el (ad-special-form-p):
2669 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
2670 * eshell/em-smart.el (eshell-review-quick-commands):
2671 * progmodes/python.el (python-comment-line-p, python-blank-line-p)
2672 (python-skip-out, python-check-comint-prompt):
2673 Don't use `iff' in docstrings.
2674
2675 * international/robin.el (robin-package-alist): Fix typo in docstring.
2676 (robin-current-package-name): Doc fix.
2677 (robin-activate): Don't use `iff' in docstring.
2678
2679 2008-05-07 Eric S. Raymond <esr@snark.thyrsus.com>
2680
2681 * vc.el, vc-dispatcher.el: VC-Dired support removed.
2682 The code uses a ewoc-based implementation now.
2683 * vc-hooks.el: Support for Meta-CVS has been removed.
2684
2685 2008-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
2686
2687 * tool-bar.el: Choose images dynamically.
2688 (tool-bar-make-keymap, tool-bar-find-image): New function.
2689 (tool-bar-find-image-cache): New var.
2690 (tool-bar-local-item, tool-bar-local-item-from-menu):
2691 Don't select the image yet, do it later in tool-bar-make-keymap.
2692
2693 2008-05-07 Andreas Schwab <schwab@suse.de>
2694
2695 * window.el: Require 'cl when compiling.
2696
2697 2008-05-07 Dan Nicolaescu <dann@ics.uci.edu>
2698
2699 * vc-dispatcher.el (vc-dir-insert-directories): Default to t.
2700
2701 2008-05-07 Glenn Morris <rgm@gnu.org>
2702
2703 * subr.el (ignore-errors): Move here from cl-macs.el.
2704 * emacs-lisp/cl-macs.el (ignore-errors): Move to subr.el.
2705
2706 * progmodes/fortran.el (fortran-mode): Fix font-lock-syntactic-keywords
2707 oddness.
2708
2709 2008-05-06 Eric S. Raymond <esr@snark.thyrsus.com>
2710
2711 * vc-hooks.el (vc-find-file-hook):
2712 * vc-dispatcher.el (vc-resynch-window): Decouple vc-dispatcher
2713 further from vc.el.
2714 * vc.el (vc-dir-mode): Move VC-specific context menu entries here.
2715
2716 2008-05-06 Wilson Snyder <wsnyder@wsnyder.org>
2717
2718 * verilog-mode.el (verilog-getopt-file): Cleanup warning message format.
2719 (verilog-auto, verilog-auto-arg, verilog-auto-ascii-enum)
2720 (verilog-auto-inout, verilog-auto-inout-module)
2721 (verilog-auto-input, verilog-auto-inst, verilog-auto-inst-param)
2722 (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
2723 (verilog-auto-reg-input, verilog-auto-reset, verilog-auto-sense)
2724 (verilog-auto-sense-sigs, verilog-auto-tieoff)
2725 (verilog-auto-unused, verilog-auto-wire)
2726 (verilog-decls-get-assigns, verilog-decls-get-consts)
2727 (verilog-decls-get-gparams, verilog-decls-get-inouts)
2728 (verilog-decls-get-inputs, verilog-decls-get-outputs)
2729 (verilog-decls-get-ports, verilog-decls-get-regs)
2730 (verilog-decls-get-signals, verilog-decls-get-wires)
2731 (verilog-dir-cache-lib-filenames, verilog-dir-cache-list)
2732 (verilog-dir-cache-preserving, verilog-dir-file-exists-p)
2733 (verilog-dir-files, verilog-expand-dirnames, verilog-getopt-file)
2734 (verilog-inject-sense, verilog-library-filenames)
2735 (verilog-mode-release-date, verilog-mode-version)
2736 (verilog-modi-cache-add, verilog-modi-cache-preserve-buffer)
2737 (verilog-modi-cache-preserve-tick, verilog-modi-cache-results)
2738 (verilog-modi-get-assigns, verilog-modi-get-consts)
2739 (verilog-modi-get-gparams, verilog-modi-get-inouts)
2740 (verilog-modi-get-inputs, verilog-modi-get-outputs)
2741 (verilog-modi-get-ports, verilog-modi-get-regs)
2742 (verilog-modi-get-signals, verilog-modi-get-sub-inouts)
2743 (verilog-modi-get-sub-inputs, verilog-modi-get-sub-outputs)
2744 (verilog-modi-get-wires, verilog-preserve-cache)
2745 (verilog-preserve-dir-cache, verilog-preserve-modi-cache)
2746 (verilog-read-sub-decls, verilog-read-sub-decls-line)
2747 (verilog-read-sub-decls-sig, verilog-subdecls-get-inouts)
2748 (verilog-subdecls-get-inputs, verilog-subdecls-get-outputs):
2749 Add caching of additional state, and rework signal extraction
2750 routines to improve AUTO expansion performance by 300%++.
2751
2752 2008-05-06 Chong Yidong <cyd@stupidchicken.com>
2753
2754 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2755 Tweak Open Watcom regexp to distinguish between errors and warnings.
2756
2757 2008-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
2758
2759 * dired.el (dired-read-dir-and-switches): Fix up last change.
2760
2761 2008-05-05 Eric S. Raymond <esr@snark.thyrsus.com>
2762
2763 * vc.el (vc-deduce-fileset): Lift all the policy and UI stuff
2764 out of this function, move it to vc-dispatcher-selection-set.
2765
2766 2008-05-05 Sam Steingold <sds@gnu.org>
2767
2768 * window.el (delete-other-windows-vertically): New function.
2769
2770 2008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
2771
2772 * dired.el (dired-read-dir-and-switches):
2773 Obey read-file-name-completion-ignore-case.
2774
2775 2008-05-05 Nick Roberts <nickrob@snap.net.nz>
2776
2777 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2778 Add regexp for Open Watcom compiler output.
2779
2780 2008-05-05 Phil Sung <psung@mit.edu> (tiny change)
2781
2782 * progmodes/python.el (python-block-pairs): Align finally with except.
2783
2784 2008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
2785
2786 * vc-rcs.el (vc-rcs-fetch-master-state): Fix inf-loop.
2787
2788 2008-05-05 Tom Tromey <tromey@redhat.com>
2789
2790 * smerge-mode.el (smerge-start-session): Don't call smerge-next if
2791 looking at conflict marker.
2792
2793 2008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
2794
2795 * vc-dispatcher.el (vc-dir-mark-buffer-changed): Fix typo
2796 client-mode -> vc-client-object, and guess `funcall' was meant.
2797 (vc-dir-mode): Rename client-mode -> vc-client-mode.
2798
2799 2008-05-05 Dan Nicolaescu <dann@ics.uci.edu>
2800
2801 * net/zeroconf.el (dbus-call-method, dbus-register-signal)
2802 (dbus-debug): Move declarations outside eval-when-compile.
2803
2804 2008-05-04 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2805
2806 * proced.el (proced-command-alist): Fix system-type values.
2807 Fix defcustom.
2808 (proced-sorting-schemes-alist, proced-sorting-scheme): New variables.
2809 (proced-sort-pcpu, proced-sort-pmem, proced-sort-pid)
2810 (proced-sort-start, proced-sort, proced-sort-time): New commands.
2811 (proced-update): Use proced-sorting-scheme. Update modeline.
2812 (proced-send-signal): Use nreverse.
2813 (proced-sorting-scheme-p): New function.
2814
2815 2008-05-04 Andreas Schwab <schwab@suse.de>
2816
2817 * vc.el: Require dired when compiling.
2818
2819 * minibuffer.el (completion--insert-strings): Don't delete past bol.
2820
2821 2008-05-03 Glenn Morris <rgm@gnu.org>
2822
2823 * ediff-diff.el, ediff-help.el, ediff-merg.el, ediff-mult.el:
2824 * ediff-ptch.el, ediff-util.el, ediff-wind.el, ediff.el:
2825 Simplify compilation requirements.
2826 * ediff-init.el, ediff-vers.el: Remove unnecessary variable
2827 declarations.
2828
2829 2008-05-03 Dave Love <fx@gnu.org>
2830
2831 * progmodes/python.el (python-beginning-of-statement):
2832 Loop at least once (fixes 2008-02-21 change).
2833
2834 2008-05-03 Eli Zaretskii <eliz@gnu.org>
2835
2836 * ls-lisp.el (ls-lisp-insert-directory): Use `string-width'
2837 instead of `length' for comparing length of user and group names.
2838
2839 2008-05-03 Eric S. Raymond <esr@snark.thyrsus.com>
2840
2841 * vc-dispatcher.el: New file, separates out the UI and command
2842 execution machinery from VCS-specific logic left in vc.el.
2843 The separation is not yet completely clean, but it's a good start.
2844 * vc.el: This file is about 1700 lines shorter now.
2845 Remove obsolete logentry-check from the backend API.
2846 * vc-sccs.el (vc-sccs-logentry-check): Remove. This was the only
2847 implementation of the logentry-check method, and it guarded against
2848 a log length limit that has probably been obsolete for 15 years (!).
2849
2850 2008-05-02 Sam Steingold <sds@gnu.org>
2851
2852 * progmodes/compile.el (compilation-start): Move setting of
2853 compilation-directory after (funcall mode) as that resets local
2854 variables, this fixes recompile in grep buffers.
2855 * grep.el (grep-mode-map): Bind "g" to recompile (like in dired &c).
2856
2857 2008-05-02 Eric S. Raymond <esr@snark.thyrsus.com>
2858
2859 * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el,
2860 * vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el,
2861 * vc-svn.el, vc.el (vc-*-checkout-model): Make sure every backend
2862 has one of these and that all are called in compatible ways.
2863 * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el,
2864 * vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el,
2865 * vc-svn.el, vc.el (vc-*-revision-granularity): Make sure every
2866 backend has one of these.
2867
2868 2008-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
2869
2870 * progmodes/octave-mod.el (octave-abbrev-table): Move defvar and
2871 initialization into define-abbrev-table. Use :regexp.
2872 (octave-mode-syntax-table): Don't set word syntax for `.
2873
2874 * files.el (minibuffer-with-setup-hook): Allow `fun' expressions rather
2875 than only value.
2876
2877 * dired.el (dired-read-dir-and-switches):
2878 Set minibuffer-completing-file-name and call substitute-in-file-name.
2879 (dired-format-columns-of-files): Use completion--insert-strings.
2880
2881 * minibuffer.el (completion-hilit-commonality): Revert last change:
2882 the leftover code was actually useful.
2883 (completion--insert-strings): Use string-width rather than length.
2884
2885 2008-05-02 Sam Steingold <sds@gnu.org>
2886
2887 * vc.el (vc-dir-mode-map): Enable mouse bindings.
2888 (vc-at-event): New macro: run the body at the even location.
2889 (vc-dir-menu, vc-dir-toggle-mark): Use it.
2890 (vc-dir-mark-file, vc-dir-unmark-file): Move only on non-mouse events.
2891 * subr.el (mouse-event-p): Check if the even is mouse-related.
2892
2893 2008-05-02 Nick Roberts <nickrob@snap.net.nz>
2894
2895 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
2896 Don't throw error if no file is found.
2897
2898 2008-05-02 Juanma Barranquero <lekktu@gmail.com>
2899
2900 * vc-hooks.el (vc-call, vc-state): Fix typos in docstrings.
2901 (vc-default-state-heuristic): Doc fix.
2902
2903 2008-05-02 Richard Sharman <rsharman@pobox.com>
2904
2905 * hilit-chg.el (highlight-changes-mode): Remove references to
2906 hooks that no longer exist. Because define-minor-mode is used the
2907 hook highlight-changes-mode-hook exists and can do what both the
2908 old hooks used to do. The documentation at the top of the file
2909 was updated to demonstrate this.
2910 (highlight-changes-mode): Remove commented out call to a hook
2911 function that is no longer there.
2912 (hilit-chg-set): Remove running of highlight-changes-enable-hook.
2913
2914 2008-05-02 Eric S. Raymond <esr@snark.thyrsus.com>
2915
2916 * vc.el (vc-default-dired-state-info): Change name of primitive
2917 to prettify-state-info, in preparation for ripping out dired mode.
2918 * vc-bzr.el (vc-bzr-dired-state-info): Change name of primitive
2919 to prettify-state-info, in preparation for ripping out dired mode.
2920 * vc-hooks.el (vc-toggle-read-only): Throw an error when a user
2921 tries this on a version-controlled buffer. It will do useless or
2922 actively bad things on any version control system newer than RCS.
2923 * vc-hooks.el (vc-dired-resynch-file):
2924 * vc.el (vc-dired-resynch-file): Change name of primitive to
2925 vc-directory-resynch-file, preparing to remove dired.
2926
2927 2008-05-02 Dan Nicolaescu <dann@ics.uci.edu>
2928
2929 * vc-rcs.el (vc-rcs-state): Fix typos.
2930
2931 * vc.el (vc-register): Change argument order so that the prefix
2932 argument is assigned correctly.
2933 (vc-next-action, vc-dir-register): Update for the above change.
2934
2935 2008-05-01 Juri Linkov <juri@jurta.org>
2936
2937 * replace.el (occur-read-primary-args): Set default to the car of
2938 regexp-history and display it in the prompt, but don't add to the
2939 list of minibuffer defaults. Bind history-add-new-input to nil to
2940 not add automatically `default'. For empty input return `default'.
2941 Otherwise, add `input' to regexp-history and return it.
2942 (occur-1): Signal an error for the empty regexp.
2943
2944 * progmodes/compile.el (compilation-auto-jump):
2945 Set window point to `pos' explicitly.
2946
2947 2008-05-01 Eric S. Raymond <esr@snark.thyrsus.com>
2948
2949 * vc-bzr.el (vc-bzr-state): Allow this to return 'ignored
2950 when appropriate.
2951 * vc-sccs.el (vc-sccs-state): Call vc-sccs-unregistered so
2952 we report the 'unregistered state reliably.
2953 * vc-rcs.el (vc-rcs-state): Call vc-rcs-unregistered so
2954 we report the 'unregistered state reliably.
2955 * vc-git.el (vc-git-state): Call vc-git-unregistered so
2956 we report the 'unregistered state reliably.
2957 * vc-hooks (vc-state): Document that vc-unregistered is
2958 now expected to be returned reliably.
2959 * vc.el (vc-default-dired-state): Change needs-patch state to
2960 needs-update, since the name now shows up in dir-status listings
2961 and was somewhat misleading.
2962 * vc-cvs.el (vc-cvs-delete-file): Don't do a "cvs commit"
2963 immediately after removing the file.
2964 * vc.el (vc-next-action): More informative messages when a fileset
2965 is in a mixed state or files are missing.
2966
2967 2008-05-01 Sam Steingold <sds@gnu.org>
2968
2969 * vc.el (vc-delete-file): Check if the file has uncommitted changes.
2970
2971 2008-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
2972
2973 * Makefile.in: Revert incorrect fix for claimed bootstrap breakage.
2974
2975 2008-05-01 Daiki Ueno <ueno@unixuser.org>
2976
2977 * epa-file-hook.el: New file split from epa-file.el.
2978 * epa-file.el: Require 'epa-file-hook.
2979 (epa-file-handler): Add autoload cookie.
2980 * loadup.el: Load epa-file-hook.
2981 * startup.el (command-line): Eval the body of auto-encryption-mode.
2982
2983 2008-05-01 Dan Nicolaescu <dann@ics.uci.edu>
2984
2985 * vc.el (vc-dir-mode-map): Don't bind "r".
2986
2987 * vc-hg.el (vc-hg-extra-fileinfo): New defstruct.
2988 (vc-hg-status-printer): New function.
2989 (vc-hg-after-dir-status): Deal with copied and renamed files.
2990 (vc-hg-dir-status): Add flag to show copied files.
2991
2992 2008-05-01 John Paul Wallington <jpw@pobox.com>
2993
2994 * ibuffer.el (ibuffer-last-sorting-mode): New variable.
2995 (ibuffer-do-sort-by-recency): Reverse sorting order if last
2996 sorting mode was recency.
2997
2998 * ibuf-macs.el (define-ibuffer-sorter): Define the sorter to
2999 reverse sorting order if last sorting mode was the sorter's.
3000
3001 2008-05-01 Jason Rumney <jasonr@gnu.org>
3002
3003 * w32-fns.el (w32-charset-info-alist): Map vietnamese to windows-1258.
3004
3005 2008-04-30 John Paul Wallington <jpw@pobox.com>
3006
3007 * ibuffer.el (define-ibuffer-column filename): When the major mode
3008 is `vc-dir-mode' show the buffer's default directory.
3009
3010 * ibuf-ext.el (define-ibuffer-filter filename): Likewise when the
3011 major mode is `vc-dir-mode' use the buffer's default directory.
3012
3013 2008-04-30 Sam Steingold <sds@gnu.org>
3014
3015 * vc.el (vc-dir-delete-file): Add.
3016 (vc-dir-mode-map): Bind "r" to vc-dir-delete-file, like in PCL-CVS.
3017 (vc-delete-file): Do not barf when the file has been already deleted.
3018
3019 2008-04-30 Dan Nicolaescu <dann@ics.uci.edu>
3020
3021 * emacs-lisp/lisp-mode.el (lisp-mode-map): Add menu.
3022
3023 2008-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
3024
3025 * progmodes/octave-mod.el (octave-help): New function.
3026 * progmodes/octave-hlp.el: Delete.
3027 * info-look.el (octave-mode): Add operator index.
3028
3029 * vc.el (vc-checkout): Typo.
3030
3031 2008-04-30 Dan Nicolaescu <dann@ics.uci.edu>
3032
3033 * menu-bar.el (menu-bar-tools-menu): Reorder, place Games last.
3034 Add "..." in the appropriate places.
3035
3036 * epa.el (epa-key-list-mode-map): Add more menu entries.
3037 Add "..." in the appropriate places.
3038
3039 * dired.el (dired-mode-map): Add :help.
3040
3041 * vc.el (vc-deduce-fileset): Add new parameter.
3042 (vc-dir-marked-only-files): New function.
3043 (vc-next-action): Don't ignore directories, look at the files
3044 inside them.
3045 (vc-dir-mode): Document how the mark/unmark commands work.
3046
3047 2008-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
3048
3049 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
3050 Rule out trailing spaces in file and directory names as well.
3051
3052 * minibuffer.el (completion--do-completion): Move point even if the
3053 completion makes no change.
3054 (completion-pcm-try-completion): Fix computation of new point.
3055
3056 2008-04-30 David Hansen <david.hansen@gmx.net>
3057
3058 * dired.el: Require 'cl.
3059
3060 2008-04-30 Nick Roberts <nickrob@snap.net.nz>
3061
3062 * progmodes/gdb-ui.el (gdb-frame-handler-1): Make overlay arrow
3063 hollow if not in innermost frame.
3064
3065 2008-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
3066
3067 Make `checkout-model' apply to filesets.
3068 * vc-hooks.el (vc-checkout-model): Rewrite.
3069 (vc-before-save, vc-after-save): Adjust callers accordingly.
3070 * vc.el (vc-editable-p, vc-next-action, vc-checkout, vc-update)
3071 (vc-transfer-file): Adjust callers accordingly.
3072 * vc-rcs.el (vc-rcs-checkout-model): Adjust arg.
3073 (vc-rcs-state, vc-rcs-state-heuristic, vc-rcs-receive-file)
3074 (vc-rcs-checkout, vc-rcs-fetch-master-state): Use vc-rcs-checkout-model
3075 instead of vc-checkout-model.
3076 * vc-mcvs.el (vc-mcvs-revert):
3077 Use vc-mcvs-checkout-model i.s.o vc-checkout-model.
3078 * vc-cvs.el (vc-cvs-checkout-model): Adjust arg.
3079 (vc-cvs-revert): Use vc-cvs-checkout-model i.s.o vc-checkout-model.
3080 * vc-svn.el (vc-svn-checkout-model):
3081 * vc-hg.el (vc-hg-checkout-model):
3082 * vc-git.el (vc-git-checkout-model):
3083 * vc-bzr.el (vc-bzr-checkout-model): Adjust arg.
3084
3085 * dired.el (dired-read-dir-and-switches): Replace last change with
3086 a new approach that mixes read-file-name and read-directory-name.
3087
3088 * files.el (read-buffer-to-switch):
3089 Avoid making assumptions about `other-buffer'.
3090
3091 2008-04-29 Sam Steingold <sds@gnu.org>
3092
3093 * vc.el (vc-dir-mode-hook): Add normal hook.
3094 (vc-dir-mode): Run it.
3095
3096 2008-04-29 Nick Roberts <nickrob@snap.net.nz>
3097
3098 * progmodes/gdb-ui.el (gdb-display-buffer): Don't pop up GUD buffer.
3099 Always split windows.
3100 (gdb-speedbar-timer-fn): Only raise frame after user input.
3101 (gdb-same-frame): Reverse initial value.
3102 (gdb-display-gdb-buffer): Check for GUD buffer in other frames.
3103
3104 * progmodes/gud.el (gud-speedbar-buttons): Raise frame in
3105 gdb-speedbar-timer-fn.
3106
3107 2008-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
3108
3109 * uniquify.el (uniquify-rationalize-a-list): Beware of side-effects.
3110
3111 2008-04-29 Daiki Ueno <ueno@unixuser.org>
3112
3113 * epa.el (epa-key-list-mode-map): Add menu.
3114 (epa-delete-keys, epa-import-keys): Fix typo.
3115
3116 2008-04-29 Glenn Morris <rgm@gnu.org>
3117
3118 * find-cmd.el (top-level): Does not need cl when compiling.
3119
3120 2008-04-29 Phil Jackson <phil@shellarchive.co.uk>
3121
3122 * find-cmd.el: New file.
3123
3124 2008-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
3125
3126 * minibuffer.el (completion-hilit-commonality): Remove leftover code.
3127 (completion-pcm--pattern->regex): Let `group' be a list of symbols.
3128 (completion-pcm--hilit-commonality): New function.
3129 (completion-pcm-all-completions): Use it.
3130
3131 * minibuffer.el (completion-common-substring): Mark obsolete.
3132 (completions-first-difference, completions-common-part):
3133 Move from simple.el.
3134 (completion-hilit-commonality): New fun.
3135 (display-completion-list, completion-emacs21-all-completions)
3136 (completion-emacs22-all-completions): Use it.
3137 * simple.el (completions-first-difference, completions-common-part):
3138 Move to minibuffer.el.
3139 (choose-completion-string): Use field functions and minibufferp.
3140 (completion-setup-function): Don't set completions faces.
3141
3142 2008-04-29 Glenn Morris <rgm@gnu.org>
3143
3144 * calendar/calendar.el (calendar-nth-named-absday)
3145 (calendar-nth-named-day):
3146 * calendar/diary-lib.el (diary-list-sexp-entries, diary-float):
3147 * calendar/holidays.el (holiday-float): Doc fixes.
3148
3149 * emacs-lisp/check-declare.el (check-declare-errmsg): Fix counting in
3150 the `full' case.
3151
3152 * org/org-agenda.el (calendar-iso-from-absolute):
3153 * org/org.el (calendar-absolute-from-iso, calendar-iso-from-absolute):
3154 Fix declarations.
3155
3156 2008-04-28 Nick Roberts <nickrob@snap.net.nz>
3157
3158 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Make breakpoint
3159 icons work for assembler, i.e. FILE.s, FILE.S (not disassembly).
3160 (gdb-goto-breakpoint): Likewise for visiting breakpoints.
3161 (gdb-assembler-custom): Be careful not to match other addresses.
3162
3163 2008-04-29 Jason Rumney <jasonr@gnu.org>
3164
3165 * battery.el (battery-status-function): Use w32-battery-status
3166 on Windows.
3167 (battery-echo-area-format): Make apm format the general case.
3168 (battery-mode-line-format): Merge apm and pmset formats as the
3169 general case.
3170
3171 2008-04-29 Nick Roberts <nickrob@snap.net.nz>
3172
3173 * progmodes/gdb-ui.el (gdb-info-stack-custom):
3174 Use gud-tool-bar-item-visible-no-fringe.
3175 (gdb-display-buffer): Don't pop new buffer if gud-comint-buffer
3176 is already visible in frame. Remove optional size parameter
3177 and add optional frame parameter.
3178
3179 * progmodes/gud.el (gud-display-line): Only consider visible
3180 frames when looking for source buffer.
3181
3182 2008-04-28 Chong Yidong <cyd@stupidchicken.com>
3183
3184 * doc-view.el (doc-view-new-window-function): Avoid using WINDOW
3185 argument to get-char-property, in case the current buffer hasn't
3186 been assigned to that window yet.
3187 (doc-view-display): Default to selected window if the current
3188 buffer hasn't been assigned to a window yet.
3189
3190 2008-04-28 Vinicius Jose Latorre <bzg@altern.org>
3191
3192 * whitespace.el (whitespace-trailing-regexp): Fix docstring.
3193
3194 2008-04-28 Michael Albinus <michael.albinus@gmx.de>
3195
3196 * net/tramp.el (tramp-mode): New defcustom.
3197 (tramp-file-name-handler, tramp-completion-file-name-handler):
3198 Use it.
3199 (tramp-replace-environment-variables): Handle "$$".
3200
3201 2008-04-28 Sam Steingold <sds@gnu.org>
3202
3203 * vc-hg.el (vc-hg-rename-file): Fix argument order.
3204
3205 2008-04-28 Bastien Guerry <bzg@altern.org>
3206
3207 * whitespace.el (whitespace-trailing): Fix typo.
3208
3209 2008-04-28 Sam Steingold <sds@gnu.org>
3210
3211 * textmodes/remember.el (diary-make-entry): Update the autoload.
3212
3213 2008-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
3214
3215 * minibuffer.el (completion-pcm--all-completions): Don't pass nil to
3216 all-completions.
3217
3218 2008-04-28 Juanma Barranquero <lekktu@gmail.com>
3219
3220 * desktop.el (desktop-minor-mode-table): Add `savehist-mode'.
3221
3222 2008-04-27 Dan Nicolaescu <dann@ics.uci.edu>
3223
3224 * vc.el (vc-dir-mode-map): Change bindings for unmark all and revert.
3225 (vc-dir-parent-marked-p, vc-dir-children-marked-p): Implement.
3226 (vc-dir-mark-file): Add an optional argument.
3227 (vc-dir-mark-all-files, vc-dir-unmark-all-files): Deal with directories.
3228
3229 2008-04-27 Daiki Ueno <ueno@unixuser.org>
3230
3231 * epa-file.el (epa-file-enable, epa-file-disable): Use find-file-hook
3232 rather than obsolete alias find-file-hooks.
3233 (auto-encryption-mode): Rename from epa-file-mode. Default to on.
3234 Use find-file-hook rather than obsolete alias find-file-hooks.
3235 Add to find-file-not-found-functions.
3236 (epa-file-handler): Put 'safe-magic and 'operations properties.
3237
3238 * epa.el (epa-global-minor-modes, epa-mode, epa-menu)
3239 (epa-menu-items): Remove.
3240
3241 * epa-dired.el (epa-dired-do-decrypt, epa-dired-do-verify)
3242 (epa-dired-do-sign, epa-dired-do-encrypt): Add autoload cookie.
3243 (epa-dired-mode, epa-global-dired-mode): Remove.
3244
3245 * dired.el (dired-mode-map): Bind encryption/decryption commands.
3246
3247 * menu-bar.el (menu-bar-encryption-decryption-menu): New menu item.
3248
3249 * files.el (insert-file-contents-literally): Inhibit epa-file-handler.
3250
3251 2008-04-27 Glenn Morris <rgm@gnu.org>
3252
3253 * textmodes/reftex-global.el (reftex-isearch-switch-to-next-file):
3254 Remove un-needed local `orig-list'. Replace cl `copy-list'.
3255
3256 2008-04-27 Carsten Dominik <dominik@science.uva.nl>
3257
3258 * org/org.el (org-html-level-start): Always have id's in HTML.
3259 (org-export-as-html): Use `org-link-protocols' to
3260 retrieve the export form of the link.
3261 (org-add-link-type): Final parameter renamed from PUBLISH.
3262 Better documentation of how it is to be used. Avoid double entries for
3263 the same link type.
3264 (org-add-link-props): New function.
3265 (org-modules-loaded): New variable.
3266 (org-load-modules-maybe, org-set-modules): New function.
3267 (org-modules): New option.
3268 (org-mode, org-cycle, orgstruct-mode, org-run-like-in-org-mode)
3269 (orgtbl-mode, org-store-link, org-insert-link-global)
3270 (org-open-at-point): Call `org-load-modules-maybe'.
3271 (org-search-view): Add more text properties.
3272 (org-agenda-schedule, org-agenda-deadline): Allow also in
3273 search-type agendas.
3274 (org-search-view): Order of arguments has been changed.
3275 Interpret prefix-arg as TODO-ONLY.
3276 (org-agenda, org-run-agenda-series, org-agenda-manipulate-query):
3277 Take new argument order of `org-search-view' into account.
3278 (org-todo-only): New variable.
3279 (org-search-syntax-table): New variable and function.
3280 (org-search-view): Do the search with the special syntax table.
3281 (define-obsolete-function-alias): Make work with XEmacs.
3282 (org-add-planning-info): Use old date as default when modifying an
3283 existing deadline or scheduled item.
3284 (org-agenda-compute-time-span): Make argument N optional.
3285 (org-agenda-format-date-aligned): Require `cal-iso'.
3286 (org-agenda-list): Include week into agenda heading, don't
3287 list it at each date (only on Mondays).
3288 (org-read-date-analyze): Define local variable `iso-date'.
3289 (org-agenda-format-date-aligned): Remove dependency on
3290 `calendar-time-from-absolute'.
3291 (org-remember-apply-template, org-go-to-remember-target):
3292 Interpret filenames relative to `org-directory'.
3293 (org-complete): Silently fail when trying to complete
3294 keywords that don't have a default value.
3295 (org-get-current-options): Add a #+DATE: option.
3296 (org-additional-option-like-keywords): Remove "DATE:" from the
3297 list of additional keywords.
3298 (org-export-as-html): Remove (current-time) as unnecessary second
3299 argument of `format-time-string'.
3300 (org-clock-find-position): Handle special case at end of buffer.
3301 (org-agenda-day-view): New argument DAY-OF-YEAR, pass it on to
3302 `org-agenda-change-time-span'.
3303 (org-agenda-week-view): New argument ISO-WEEK, pass it on to
3304 `org-agenda-change-time-span'.
3305 (org-agenda-month-view): New argument MONTH, pass it on to
3306 `org-agenda-change-time-span'.
3307 (org-agenda-year-view): New argument YEAR, pass it on to
3308 `org-agenda-change-time-span'.
3309 (org-agenda-change-time-span): New optional argument N, pass it on
3310 to `org-agenda-compute-time-span'.
3311 (org-agenda-compute-time-span): New argument N, interpret it by
3312 changing the starting day.
3313 (org-small-year-to-year): New function.
3314 (org-scheduled-past-days): Respect `org-scheduled-past-days'.
3315 (org-auto-repeat-maybe): Make sure that repeating dates are pushed
3316 into the future, and that the shift is at least one interval, never 0.
3317 (org-update-checkbox-count): Fix bug with checkbox counting.
3318 (org-add-note): New command.
3319 (org-add-log-setup): Rename from `org-add-log-maybe'.
3320 (org-log-note-headings): New entry for plain notes (i.e. notes not
3321 related to state changes or clocking).
3322 (org-get-org-file): Check for availability of `remember-data-file'.
3323 (org-cached-entry-get): Allow a regexp value for
3324 `org-use-property-inheritance'.
3325 (org-use-property-inheritance): Allow regexp value. Fix bug in
3326 customization type.
3327 (org-use-tag-inheritance): Allow a list and a regexp value for
3328 this variable.
3329 (org-scan-tags, org-get-tags-at): Implement selective tag inheritance.
3330 (org-entry-get): Respect value `selective' for the INHERIT argument.
3331 (org-tag-inherit-p, org-property-inherit-p): New functions.
3332 (org-agenda-format-date-aligned): Allow 10 characters for
3333 weekday, to acomodate German locale.
3334 (org-add-archive-files): New function.
3335 (org-agenda-files): New argument `ext', to get archive files as well.
3336 (org-tbl-menu): Protect the use of variables that
3337 are only available when org-table.el gets loaded.
3338 (org-read-agenda-file-list): Error if `org-agenda-files' is a
3339 single directory.
3340 (org-open-file): Allow a batch process to trigger
3341 waiting after executing a system command.
3342 (org-store-link): Link to headline when there is not
3343 target and no region in an org-mode buffer when creating a link.
3344 (org-link-types-re): New variable.
3345 (org-make-link-regexps): Compute `org-link-types-re'.
3346 (org-make-link-description-function): New option.
3347 (org-agenda-date, org-agenda-date-weekend): New faces.
3348 (org-archive-sibling-heading): New option.
3349 (org-archive-to-archive-sibling): New function.
3350 (org-iswitchb): New command.
3351 (org-buffer-list): New function.
3352 (org-agenda-columns): Also try the #+COLUMNS line in
3353 the buffer associated with the entry at point (or with the first
3354 entry in the agenda view).
3355 (org-modules): Add entry for org-bibtex.el.
3356 (org-completion-fallback-command): Move into `org-completion' group.
3357 (org-clock-heading-function): Move to `org-progress' group.
3358 (org-auto-repeat-maybe): Make sure that a note can
3359 be enforces if `org-log-repeat' is `note'.
3360 (org-modules): Allow additional symbols for external packages.
3361 (org-ctrl-c-ctrl-c): Allow for `org-clock-overlays' to be undefined.
3362 (org-clock-goto): Hide drawers after showing an
3363 entry with `org-clock-goto'.
3364 (org-shiftup, org-shiftdown, org-shiftright, org-shiftleft):
3365 Try also a clocktable block shift.
3366 (org-clocktable-try-shift): New function.
3367 (org-columns-hscoll-title): New function.
3368 (org-columns-previous-hscroll): New variable.
3369 (org-columns-full-header-line-format): New variable.
3370 (org-columns-display-here-title, org-columns-remove-overlays):
3371 Install `org-columns-hscoll-title' in post-command-hook.
3372
3373 * org/org.el: Split into many small files.
3374
3375 * org/org-agenda.el: New file, split off from org.el.
3376
3377 * org/org-archive.el: New file, split off from org.el.
3378
3379 * org/org-bbdb.el: New file.
3380
3381 * org/org-bibtex.el: New file, split off from org.el.
3382
3383 * org/org-clock.el: New file, split off from org.el.
3384
3385 * org/org-colview.el: New file, split off from org.el.
3386
3387 * org/org-compat.el: New file, split off from org.el.
3388
3389 * org/org-exp.el: New file, split off from org.el.
3390
3391 * org/org-faces.el: New file, split off from org.el.
3392
3393 * org/org-gnus.el: New file, split off from org.el.
3394
3395 * org/org-info.el: New file, split off from org.el.
3396
3397 * org/org-infojs.el: New file.
3398
3399 * org/org-irc.el: New file.
3400
3401 * org/org-macs.el: New file, split off from org.el.
3402
3403 * org/org-mew.el: New file.
3404
3405 * org/org-mhe.el: New file, split off from org.el.
3406
3407 * org/org-publish.el: New file, split off from org.el.
3408
3409 * org/org-remember.el: New file, split off from org.el.
3410
3411 * org/org-rmail.el: New file, split off from org.el.
3412
3413 * org/org-table.el: New file, split off from org.el.
3414
3415 * org/org-vm.el: New file, split off from org.el.
3416
3417 * org/org-wl.el: New file, split off from org.el.
3418
3419 2008-04-27 Jason Riedy <jason@acm.org>
3420
3421 * lisp/org-table.el (orgtbl-to-generic): Add a :remove-nil-lines
3422 parameter that supresses lines that evaluate to NIL.
3423 (orgtbl-get-fmt): New inline function for
3424 picking apart formats that may be lists.
3425 (orgtbl-apply-fmt): New inline function for applying formats that
3426 may be functions.
3427 (orgtbl-eval-str): New inline function for strings that may be
3428 functions.
3429 (orgtbl-format-line, orgtbl-to-generic): Use and document.
3430 (orgtbl-to-latex, orgtbl-to-texinfo): Document.
3431 (*orgtbl-llfmt*, *orgtbl-llstart*)
3432 (*orgtbl-llend*): Dynamic variables for last-line formatting.
3433 (orgtbl-format-section): Shift formatting to support detecting the
3434 last line and formatting it specially.
3435 (orgtbl-to-generic): Document :ll* formats. Set to the non-ll
3436 formats unless overridden.
3437 (orgtbl-to-latex): Suggest using :llend to suppress the final \\.
3438 (*orgtbl-table*, *orgtbl-rtn*): Dynamically
3439 bound variables to hold the input collection of lines and output
3440 formatted text.
3441 (*orgtbl-hline*, *orgtbl-sep*, *orgtbl-fmt*, *orgtbl-efmt*)
3442 (*orgtbl-lfmt*, *orgtbl-lstart*, *orgtbl-lend*): Dynamically bound
3443 format parameters.
3444 (orgtbl-format-line): New function encapsulating formatting for a
3445 single line.
3446 (orgtbl-format-section): Similar for each section. Rebinding the
3447 dynamic vars customizes the formatting for each section.
3448 (orgtbl-to-generic): Use orgtbl-format-line and
3449 orgtbl-format-section.
3450 (org-get-param): Now unused, so delete.
3451 (orgtbl-gather-send-defs): New function to
3452 gather all the SEND definitions before a table.
3453 (orgtbl-send-replace-tbl): New function to find the RECEIVE
3454 corresponding to the current name.
3455 (orgtbl-send-table): Use the previous two functions and implement
3456 multiple destinations for each table.
3457
3458 * doc/org.texi (A LaTeX example): Note that fmt may be a
3459 one-argument function, and efmt may be a two-argument function.
3460 (Radio tables): Document multiple destinations.
3461
3462 2008-04-27 Carsten Dominik <dominik@science.uva.nl>
3463
3464 * org/org-agenda.el (org-add-to-diary-list): New function.
3465 (org-prefix-has-effort): New variable.
3466 (org-sort-agenda-noeffort-is-high): New option.
3467 (org-agenda-columns-show-summaries)
3468 (org-agenda-columns-compute-summary-properties): New options.
3469 (org-format-agenda-item): Compute the duration of the item.
3470 (org-agenda-weekend-days): New variable.
3471 (org-agenda-list, org-timeline): Use the proper faces for dates in
3472 the agenda and timeline buffers.
3473 (org-agenda-archive-to-archive-sibling): New command.
3474 (org-agenda-start-with-clockreport-mode): New option.
3475 (org-agenda-clockreport-parameter-plist): New option.
3476 (org-agenda-clocktable-mode): New variable.
3477 (org-agenda-deadline-leaders): Allow a function value for the
3478 deadline leader.
3479 (org-agenda-get-deadlines): Deal with new function value.
3480
3481 * lisp/org-clock.el (org-clock): New customization group.
3482 (org-clock-into-drawer, org-clock-out-when-done)
3483 (org-clock-in-switch-to-state, org-clock-heading-function):
3484 Move into the new group.
3485 (org-clock-out-remove-zero-time-clocks): New option.
3486 (org-clock-out): Use `org-clock-out-remove-zero-time-clocks'.
3487 (org-dblock-write:clocktable): Allow a Lisp form for the scope
3488 parameter.
3489 (org-dblock-write:clocktable): Fix bug with total time calculation.
3490 (org-dblock-write:clocktable): Request the unrestricted list of files.
3491 (org-get-clocktable): New function.
3492 (org-dblock-write:clocktable): Make sure :tstart and :tend can not only
3493 be strings but also integers (an absolute day number) and lists (m d y).
3494
3495 * org/org-colview.el (org-columns-next-allowed-value)
3496 (org-columns-edit-value): Limit the effort for updating in the
3497 agenda to recomputing a single file.
3498 (org-columns-compute): Only write property value if it has changed.
3499 This avoids raising the buffer-change-flag unnecessarily.
3500 (org-agenda-colview-summarize)
3501 (org-agenda-colview-compute): New functions.
3502 (org-agenda-columns): Call `org-agenda-colview-summarize'.
3503
3504 * org/org-exp.el (org-export-run-in-background): New option.
3505 (org-export-icalendar): Allow a batch process to trigger waiting
3506 after executing a system command.
3507 (org-export-preprocess-string): Rename from
3508 `org-cleaned-string-for-export'.
3509 (org-export-html-style): Made target class look like normal text.
3510 (org-export-as-html): Make use of the better proprocessing in
3511 `org-cleaned-string-for-export'.
3512 (org-cleaned-string-for-export): Better treatment of heuristic
3513 targets, many more internal links will now work in HTML export.
3514 (org-get-current-options): Incorporate LINK_UP, LINK_HOME, and INFOJS.
3515 (org-export-inbuffer-options-extra): New variable.
3516 (org-export-options-filters): New hook.
3517 (org-infile-export-plist): Find also the settings keywords in
3518 `org-export-inbuffer-options-extra'.
3519 (org-infile-export-plist): Allow multiple #+OPTIONS lines and
3520 multiple #+INFOJS_OPT lines.
3521 (org-export-html-handle-js-options): New function.
3522 (org-export-html-infojs-setup): New option.
3523 (org-export-as-html): Call `org-export-html-handle-js-options'.
3524 Add autoload to all entry points.
3525 (org-skip-comments): Function removed.
3526
3527 * org/org-table.el (org-table-make-reference): Extra parenthesis
3528 around single fields, to make sure that algebraic formulas get
3529 correctly interpreted by calc.
3530 (org-table-current-column): No longer interactive.
3531
3532 * org/org-export-latex.el (org-export-latex-preprocess):
3533 Rename from `org-export-latex-cleaned-string'.
3534
3535 2008-04-27 Bastien Guerry <bzg@altern.org>
3536
3537 * org/org-publish.el (org-publish-get-base-files-1): New function.
3538 (org-publish-get-base-files): Use it.
3539 (org-publish-temp-files): New variable.
3540 Don't require 'dired-aux anymore.
3541 (org-publish-initial-buffer): New variable.
3542 (org-publish-org-to, org-publish): Use it.
3543 (org-publish-get-base-files-1): Bug fix: get
3544 the proper list of files when recursing thru a directory.
3545 (org-publish-get-base-files): Use the :exclude property to skip
3546 both files and directories.
3547
3548 2008-04-27 Michael Albinus <michael.albinus@gmx.de>
3549
3550 * net/tramp.el (tramp-handle-make-symbolic-link)
3551 (tramp-handle-file-name-directory)
3552 (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
3553 (tramp-do-copy-or-rename-file-directly)
3554 (tramp-handle-insert-directory, tramp-handle-expand-file-name)
3555 (tramp-handle-substitute-in-file-name)
3556 (tramp-handle-insert-file-contents, tramp-handle-write-region)
3557 * net/tramp-cache.el (tramp-get-file-property)
3558 (tramp-set-file-property, tramp-flush-file-property)
3559 (tramp-flush-directory-property)
3560 * net/tramp-compat.el (tramp-compat-make-temp-file)
3561 * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
3562 Disable `file-name-handler-alist' when handling localname.
3563 It could have a remote file syntax, like a VMS file name.
3564
3565 2008-04-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3566
3567 * whitespace.el: New version 11.1.
3568 (whitespace-trailing-regexp): Option fix, now trailing regexp must be
3569 enclosed by \\( and \\)$. Docstring fix.
3570 (whitespace-trailing-regexp): Fun removed.
3571 (whitespace-report-list): Const initialization fix.
3572 (whitespace-color-on): Code fix.
3573
3574 2008-04-27 Andreas Schwab <schwab@suse.de>
3575
3576 * Makefile.el: Unbreak bootstrap.
3577
3578 2008-04-27 Michael Albinus <michael.albinus@gmx.de>
3579
3580 * net/tramp.el (tramp-replace-environment-variables): New defun.
3581 (tramp-handle-substitute-in-file-name, tramp-file-name-handler):
3582 Use it.
3583
3584 2008-04-27 Glenn Morris <rgm@gnu.org>
3585
3586 * emacs-lisp/bytecomp.el (byte-compile-file): Doc fix.
3587
3588 * calculator.el (calculator-expt): Replace cl function `oddp'.
3589
3590 2008-04-27 Johan Bockgård <bojohan@gnu.org>
3591
3592 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
3593 Simplify. Collect `defun' and `autoload' entries.
3594 Avoid modifying load-history.
3595
3596 2008-04-26 Glenn Morris <rgm@gnu.org>
3597
3598 * textmodes/ispell.el (ispell-insert-word): Revert previous change.
3599
3600 * simple.el (quoted-insert, zap-to-char): Revert previous change.
3601
3602 2008-04-26 John Paul Wallington <jpw@pobox.com>
3603
3604 * hexl.el (hexl-mode): Stash `eldoc-documentation-function' in
3605 `hexl-mode-old-eldoc-documentation-function'.
3606 (hexl-mode-exit): Restore it.
3607 (hexl-mode-old-eldoc-documentation-function): Declare for compiler.
3608
3609 * w32-fns.el (top-level): Don't set `completion-ignore-case' to t.
3610
3611 2008-04-26 Juanma Barranquero <lekktu@gmail.com>
3612
3613 * minibuffer.el (completion-pcm-word-delimiters): Add :group.
3614 (completion-pcm--all-completions): Doc fix.
3615 (completion-styles-alist, completion-all-completions):
3616 Fix typos in docstrings.
3617
3618 2008-04-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3619
3620 * whitespace.el: There is now only one variable (whitespace-style) to
3621 specify which kind of blank is visualized. Doc and docstring fix.
3622 New version 11.0.
3623 (whitespace-style): New option, replace whitespace-style-mark and
3624 whitespace-style-color.
3625 (whitespace-style-mark, whitespace-style-color): Options removed.
3626 (whitespace-hspace, whitespace-tab, whitespace-newline)
3627 (whitespace-trailing, whitespace-line, whitespace-space-before-tab)
3628 (whitespace-indentation, whitespace-empty, whitespace-space-after-tab)
3629 (whitespace-hspace-regexp, whitespace-space-regexp)
3630 (whitespace-tab-regexp, whitespace-trailing-regexp)
3631 (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
3632 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
3633 (whitespace-space-after-tab-regexp, whitespace-line-column)
3634 (whitespace-display-mappings, whitespace-report): Docstring fix.
3635 (whitespace-color-value-list, whitespace-mark-value-list)
3636 (whitespace-active-color, whitespace-active-mark)
3637 (whitespace-toggle-color, whitespace-toggle-mark): Vars removed.
3638 (whitespace-style-value-list, whitespace-active-style)
3639 (whitespace-toggle-style): New vars.
3640 (whitespace-toggle-option-alist, whitespace-help-text):
3641 Var initialization and docstring fix.
3642 (whitespace-toggle-options, global-whitespace-toggle-options)
3643 (whitespace-cleanup, whitespace-cleanup-region)
3644 (whitespace-report-region, whitespace-interactive-char)
3645 (whitespace-toggle-list): Docstring and code fix.
3646 (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
3647 (whitespace-turn-off, whitespace-color-on, whitespace-color-off)
3648 (whitespace-display-char-on, whitespace-display-char-off): Code fix.
3649 (whitespace-style-face-p, whitespace-style-mark-p): New fun.
3650
3651 2008-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
3652
3653 * diff-mode.el (diff-hunk-header-re-unified): Allow elided line counts.
3654 (diff-end-of-hunk, diff-unified->context, diff-fixup-modifs)
3655 (diff-sanity-check-hunk): Adjust code accordingly.
3656
3657 2008-04-26 Glenn Morris <rgm@gnu.org>
3658
3659 * abbrev.el (define-abbrev): Don't use `iff' in doc-strings.
3660
3661 * forms-d2.dat: Move to ../etc.
3662 * forms-d2.el (forms-file): Adapt for above change.
3663
3664 * simple.el (quoted-insert, zap-to-char): Remove uses of obsolete
3665 `translation-table-for-input'.
3666
3667 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): New function.
3668 (byte-compile-obsolete, byte-compile-variable-ref): Use it.
3669
3670 * progmodes/fortran.el (fortran-mode-syntax-table): Change `;'
3671 to punctuation now it's not needed for abbrevs.
3672 (fortran-mode-abbrev-table): Remove defvar, make use of new
3673 define-abbrev-table :regexp feature.
3674
3675 * textmodes/ispell.el (ispell-insert-word): Remove, and replace with
3676 insert, now that translation-table-for-input is not needed.
3677
3678 2008-04-26 Johannes Weiner <hannes@saeurebad.de>
3679
3680 * emacs-lisp/pp.el (pp-display-expression): New function,
3681 extracted from pp-eval-expression.
3682 (pp-eval-expression): Use pp-display-expression.
3683 (pp-macroexpand-expression, pp-macroexpand-last-sexp): New functions.
3684 (pp-last-sexp): New function, extracted from pp-eval-last-sexp.
3685 (pp-eval-last-sexp): Use pp-last-sexp.
3686
3687 2008-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
3688
3689 * abbrev.el (define-abbrev-table): Apply props even if the table
3690 exists already.
3691
3692 * minibuffer.el (completion-table-with-context): Fix `pred' for the
3693 various kinds of completion tables.
3694 (completion-emacs22-try-completion): Place cursor after the /, as was
3695 done in Emacs-22's minibuffer-complete-word.
3696 Fix bug reported by David Hansen <david.hansen@gmx.net>.
3697 (completion-emacs22-try-completion): Merge all mergable text rather
3698 than just /.
3699 (completion-pcm--delim-wild-regex): New var.
3700 (completion-pcm-word-delimiters): New custom.
3701 (completion-pcm--prepare-delim-re, completion-pcm--pattern-trivial-p)
3702 (completion-pcm--string->pattern, completion-pcm--pattern->regex)
3703 (completion-pcm--all-completions, completion-pcm-all-completions)
3704 (completion-pcm--merge-completions, completion-pcm--pattern->string)
3705 (completion-pcm-try-completion): New functions.
3706 (completion-styles-alist): Add them.
3707 (completion-styles): Add it to the default.
3708
3709 2008-04-25 Nick Roberts <nickrob@snap.net.nz>
3710
3711 * progmodes/gdb-ui.el (gud-watch): Don't create speedbar...
3712 (gdb-var-create-handler): ...until here when there are values.
3713 (gdb-post-prompt): Don't do -var-update with no watch expressions.
3714 (gdb-info-locals-handler): Don't match "struct {...}" as an array.
3715
3716 2008-04-25 Eli Zaretskii <eliz@gnu.org>
3717
3718 * ls-lisp.el (ls-lisp-format): Fix last change.
3719 (ls-lisp-uid-d-fmt, ls-lisp-uid-s-fmt, ls-lisp-gid-d-fmt)
3720 (ls-lisp-gid-s-fmt, ls-lisp-filesize-d-fmt)
3721 (ls-lisp-filesize-f-fmt): New defvars.
3722 (ls-lisp-insert-directory): Dynamically compute format specifiers
3723 for displaying UID, GID, and file size, and store them in the
3724 above variables.
3725 (ls-lisp-format): Use ls-lisp-filesize-f-fmt, ls-lisp-uid-s-fmt,
3726 ls-lisp-uid-d-fmt, ls-lisp-gid-s-fmt, and ls-lisp-gid-d-fmt
3727 instead of constant format strings.
3728 (ls-lisp-format-file-size): Use ls-lisp-filesize-f-fmt and
3729 ls-lisp-filesize-d-fmt instead of constant format strings.
3730
3731 2008-04-24 Nick Roberts <nickrob@snap.net.nz>
3732
3733 * progmodes/gdb-ui.el (gdb-invalidate-assembler): Compare numeric
3734 value of addresses rather than (partial) string value.
3735 (gdb-frame-handler): Change regexp according to above change.
3736 (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
3737 (gdb-registers-mode, gdb-memory-mode, gdb-locals-mode)
3738 (gdb-assembler-mode): Disable undo in these buffers.
3739
3740 2008-04-24 Michael Albinus <michael.albinus@gmx.de>
3741
3742 * net/tramp.el (tramp-get-remote-stat): Test whether stat supports %s.
3743 Reported by Loris Bennett <loris.bennett@fu-berlin.de>.
3744
3745 2008-04-24 Sam Steingold <sds@gnu.org>
3746
3747 * textmodes/remember.el (remember-diary-extract-entries): Use
3748 diary-make-entry instead of the obsolete make-diary-entry.
3749
3750 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
3751
3752 * subr.el (translation-table-for-input): Mark as obsolete.
3753
3754 * isearch.el (isearch-search-string): Avoid string-bytes and aset.
3755
3756 * international/quail.el (quail-build-decode-map): Avoid string-bytes.
3757
3758 * textmodes/ispell.el (ispell-dictionary-alist-1)
3759 (ispell-dictionary-alist-2, ispell-dictionary-alist-3)
3760 (ispell-dictionary-alist-4, ispell-dictionary-alist-5)
3761 (ispell-dictionary-alist-6): Remove.
3762 (ispell-dictionary-base-alist): New var, merges the above.
3763 (ispell-find-aspell-dictionaries, ispell-set-spellchecker-params):
3764 Use it.
3765 (ispell-dictionary-alist): Default to nil. Remove autoload.
3766 (ispell-local-dictionary-alist): Remove autoload.
3767
3768 * progmodes/f90.el (f90-mode-syntax-table): Don't set ` as word syntax.
3769 (f90-mode-abbrev-table): Use the new :regexp feature.
3770 Merge defvar and mapc into define-abbrev-table.
3771 (f90-imenu-type-matcher): Remove unused `l'.
3772 (f90-imenu-generic-expression): Remove unused `not-ib'.
3773 (f90-prepare-abbrev-list-buffer): Use with-current-buffer.
3774 (f90-change-keywords): Use restore-buffer-modified-p.
3775
3776 2008-04-24 Glenn Morris <rgm@gnu.org>
3777
3778 * net/goto-addr.el (goto-address-prog-mode):
3779 * progmodes/bug-reference.el (bug-reference-prog-mode):
3780 Define for compiler.
3781
3782 * minibuffer.el (x-file-dialog): Declare as function.
3783
3784 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file): Use
3785 dframe-update-speed rather than obsolete alias speedbar-update-speed.
3786
3787 * calendar/cal-menu.el (cal-menu-diary-menu): Fix typo.
3788 (cal-menu-scroll-menu): Use commands rather than key macros, which don't
3789 work with easymenu. Add :keys where needed.
3790
3791 * calendar/cal-move.el (calendar-scroll-left): Handle case when
3792 event-start is nil.
3793
3794 * calendar/calendar.el (calendar-mode-map): Fix typo.
3795
3796 2008-04-24 Tom Tromey <tromey@redhat.com>
3797
3798 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
3799 Document keywords. Add :suppress.
3800 * pcvs-defs.el (cvs-mode-map): Use :suppress.
3801
3802 * net/goto-addr.el (goto-address-unfontify): New function.
3803 (goto-address-fontify): Use it. Respect goto-address-prog-mode.
3804 (goto-address-fontify-region, goto-address-mode)
3805 (goto-address-prog-mode): New functions.
3806
3807 * progmodes/bug-reference.el: New file.
3808
3809 2008-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3810
3811 * term/mac-win.el (mac-ts-active-input-buf): Move defvar to macterm.c.
3812
3813 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
3814
3815 * emacs-lisp/easymenu.el (easy-menu-make-symbol): Don't wrap keyboard
3816 macros within lambdas.
3817
3818 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
3819
3820 * minibuffer.el (completion-try-completion): Add `point' argument.
3821 Change return value.
3822 (completion-all-completions): Add `point' argument.
3823 (minibuffer-completion-help): Pass the new `point' argument.
3824 (completion--do-completion): Pass the whole field to try-completion.
3825 (completion--try-word-completion): Rewrite, making fewer assumptions.
3826 (completion-emacs21-try-completion, completion-emacs21-all-completions)
3827 (completion-emacs22-try-completion, completion-emacs22-all-completions)
3828 (completion-basic-try-completion, completion-basic-all-completions):
3829 New functions.
3830 (completion-styles-alist): Use them.
3831
3832 2008-04-23 Agustín Martín <agustin.martin@hispalinux.es>
3833
3834 * ispell.el (ispell-set-spellchecker-params): New function to make sure
3835 right params and dictionary alists are used after spellchecker changes.
3836 (ispell-aspell-dictionary-alist, ispell-last-program-name)
3837 (ispell-initialize-spellchecker-hook): New variables and hook.
3838 (ispell-find-aspell-dictionaries): Use ispell-aspell-dictionary-alist.
3839 (ispell-maybe-find-aspell-dictionaries): Remove.
3840 Calls replaced by (ispell-set-spellchecker-params) calls.
3841 (ispell-have-aspell-dictionaries): Remove.
3842 * flyspell.el: Replace ispell-maybe-find-aspell-dictionaries by
3843 ispell-set-spellchecker-params.
3844
3845 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
3846
3847 * complete.el (PC-do-completion): Be more robust in the presence of
3848 unexpected values in minibuffer-completion-predicate.
3849
3850 * minibuffer.el (read-file-name): Don't let-bind default-directory.
3851 Only abbreviate default-filename if it's a file.
3852
3853 * minibuffer.el (read-file-name-function, read-file-name-predicate)
3854 (read-file-name-completion-ignore-case, insert-default-directory):
3855 New vars, moved from fileio.c.
3856 (read-file-name): New fun, moved from fileio.c.
3857 * cus-start.el: Remove insert-default-directory and
3858 read-file-name-completion-ignore-case.
3859
3860 2008-04-23 Magnus Henoch <mange@freemail.hu>
3861
3862 * tar-mode.el (tar-untar-buffer): If the entry has directory
3863 link type, extract it as a directory even if its file name doesn't
3864 end with a slash. Fixes extraction of NetBSD tar archives.
3865
3866 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
3867
3868 * server.el (server-start): Also don't get confused by CRs since we
3869 don't quote them.
3870
3871 2008-04-23 Nick Roberts <nickrob@snap.net.nz>
3872
3873 * progmodes/gdb-ui.el (gdb-init-buffer): New function.
3874 (gdb-set-gud-minor-mode-existing-buffers)
3875 (gdb-info-breakpoints-custom, gdb-get-location)
3876 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
3877 Previously gdb-create-define-alist wasn't always run and added to
3878 after-save-hook.
3879
3880 * progmodes/gud.el (gud-tooltip-tips): Use tooltip-event-buffer.
3881
3882 2008-04-23 Kevin Ryde <user42@zip.com.au>
3883
3884 * progmodes/make-mode.el (makefile-fill-paragraph): Treat indented
3885 comments like unindented ones.
3886
3887 2008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3888
3889 * term/mac-win.el (mac-ae-open-documents): Adjust selection range
3890 parameter origins.
3891
3892 2008-04-23 Kevin Ryde <user42@zip.com.au>
3893
3894 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
3895 Bind print-level to ensure output forms aren't truncated if
3896 print-level is set to eval-expression-print-level when going via
3897 eval-defun and friends, or has been otherwise fiddled with.
3898
3899 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
3900
3901 * progmodes/cc-mode.el (c-basic-common-init): Don't set
3902 font-lock-extend-after-change-region-function globally.
3903
3904 2008-04-23 Juanma Barranquero <lekktu@gmail.com>
3905
3906 * speedbar.el (speedbar-use-tool-tips-flag)
3907 (speedbar-ignored-directory-regexp, speedbar-file-unshown-regexp)
3908 (speedbar-file-regexp, speedbar-message, speedbar-item-info)
3909 (speedbar-files-item-info, speedbar-maybe-add-localized-support)
3910 (speedbar-insert-files-at-point, speedbar-dynamic-tags-function-list)
3911 (speedbar-generic-list-positioned-group-p, speedbar-insert-generic-list)
3912 (speedbar-fetch-replacement-function, speedbar-extract-one-symbol)
3913 (speedbar-separator-face): Fix typos in docstrings.
3914 (speedbar-stealthy-function-list, speedbar-verbosity-level)
3915 (speedbar-supported-extension-expressions, speedbar-update-current-file)
3916 (speedbar-add-indicator, speedbar-tag-expand): Reflow docstring.
3917 (speedbar-use-imenu-flag, speedbar-ignored-directory-expressions)
3918 (speedbar-directory-unshown-regexp, speedbar-handle-delete-frame)
3919 (speedbar-show-info-under-mouse, speedbar-directory-buttons)
3920 (speedbar-check-vc-this-line, speedbar-files-line-directory)
3921 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
3922 (speedbar-buffers-line-directory, speedbar-recenter-to-top)
3923 (speedbar-recenter): Doc fixes.
3924 (speedbar-update-speed, speedbar-navigating-speed): Add obsolescence
3925 declaration and remove redundant info in docstring.
3926
3927 2008-04-23 Dan Nicolaescu <dann@ics.uci.edu>
3928
3929 * vc-git.el (vc-git-status-printer): Deal with directories.
3930
3931 * vc.el (vc-next-action): Look at more than the first file to
3932 determine the state.
3933
3934 2008-04-23 Glenn Morris <rgm@gnu.org>
3935
3936 * dframe.el (dframe-have-timer-flag): Drop support for Emacs without
3937 timers. Doc fix.
3938 (dframe-update-speed): Drop support for XEmacs < 20.
3939 (dframe-frame-mode): Drop support for Emacs < 20.
3940 (dframe-set-timer-internal): Drop support for Emacs without timers.
3941 (dframe-popup-kludge): Use mouse-menu-major-mode-map if defined.
3942
3943 * ediff-init.el (ediff-check-version): Drop support for very old Emacs
3944 versions. Add doc-string. Mark as obsolete.
3945
3946 * ps-def.el (ps-color-device): Drop support for XEmacs < 19.12.
3947
3948 * speedbar.el (speedbar-use-tool-tips-flag): Check for tooltip-mode,
3949 rather than using an Emacs version test.
3950
3951 * tree-widget.el (tree-widget-image-enable): Use display-images-p
3952 rather than an Emacs version test.
3953
3954 * calendar/cal-china.el (holiday-chinese-qingming)
3955 (holiday-chinese-winter-solstice, holiday-chinese): New functions.
3956 * calendar/calendar.el (calendar-chinese-all-holidays-flag): New.
3957 * calendar/holidays.el (holiday-oriental-holidays): Add more holidays.
3958
3959 * calendar/cal-islam.el (holiday-islamic): Doc fix.
3960
3961 * calendar/diary-lib.el (diary-list-sexp-entries): Doc fix.
3962 (diary-remind): Allow negative DAYS to represent a range 1:DAYS.
3963 Suggested by Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
3964
3965 2008-04-23 Nick Roberts <nickrob@snap.net.nz>
3966
3967 * progmodes/gdb-ui.el (gdb-previous-frame-address): Rename...
3968 (gdb-previous-frame-pc-address): ...to this.
3969 (gdb-get-selected-frame): Use MI command -stack-info-frame instead
3970 of "info frame" with Gdb 6.4+.
3971 (gdb-stack-list-frames-regexp): New regexp.
3972 (gdb-frame-handler-1): Parse output of -stack-info-frame.
3973
3974 2008-04-22 David Glasser <glasser@davidglasser.net> (tiny change)
3975
3976 * tar-mode.el (tar-prefix-offset): New constant.
3977 (tar-header-block-tokenize): Support paths with long names
3978 which use the "ustar" standard.
3979
3980 2008-04-22 Mathias Dahl <mathias.dahl@gmail.com>
3981
3982 * image-dired.el (image-dired-track-original-file)
3983 (image-dired-modify-mark-on-thumb-original-file):
3984 Use `dired-goto-file' instead of `search-forward'. This solves
3985 a bug with finding files where the file name is a subset of other
3986 file names. Doc fix.
3987
3988 2008-04-22 Juri Linkov <juri@jurta.org>
3989
3990 * menu-bar.el (buffers-menu-max-size): Move its definition down to
3991 the "Buffers Menu" section. Change group name `mouse' to `menu'.
3992 (yank-menu-length): Change group name `mouse' to `menu'.
3993 (buffers-menu-buffer-name-length): New user option.
3994 (menu-bar-update-buffers): Use buffers-menu-buffer-name-length
3995 instead of the hard-coded number 27.
3996
3997 2008-04-22 Juri Linkov <juri@jurta.org>
3998
3999 * isearch.el (eval-when-compile): Require `help-macro'.
4000 (isearch-help-for-help-internal): Isearch specific Help screen
4001 created by `make-help-screen'.
4002 (isearch-help-map): New variable that binds "b", "k", "m" to
4003 isearch-specific commands, and binds other keys to
4004 isearch-other-control-char, thus allowing other Help keys to
4005 exit isearch mode and execute their global definitions.
4006 (isearch-help-for-help, isearch-describe-bindings)
4007 (isearch-describe-key, isearch-describe-mode): New commands.
4008 (isearch-mode-help): Define alias to isearch-describe-mode
4009 and remove its old function definition.
4010 (isearch-mode-map): Bind "\C-h" to isearch-help-map.
4011 Remove old comments because this issue is settled now.
4012 (isearch-forward): Describe three new Help commands in the docstring.
4013 (isearch-mode): Remove \\{isearch-mode-map} from the docstring,
4014 leave the single sentence at the first line of the docstring,
4015 and prepend the word "function" before `isearch-forward'
4016 to make the Help link to the function instead of variable.
4017
4018 2008-04-22 Juri Linkov <juri@jurta.org>
4019
4020 * isearch.el (isearch-success-function): New variable with default
4021 to `isearch-success-function-default'.
4022 (isearch-search): Call a function from `isearch-success-function'
4023 instead of calling the hard-coded `isearch-range-invisible'.
4024 (isearch-success-function-default): New function that calls
4025 `isearch-range-invisible' and inverts its return value.
4026
4027 * info.el (Info-search): In two similar places that skip
4028 undesired search matches move code to Info-search-success-function,
4029 and call `isearch-success-function' instead.
4030 (Info-search-success-function): New function copied from code
4031 in Info-search. Replace isearch-range-invisible with
4032 text-property-not-all that checks for 'invisible and 'display
4033 properties to skip partially invisible matches (whose display
4034 properties were set by Info-fontify-node).
4035 (Info-mode): Set buffer-local isearch-success-function
4036 to Info-search-success-function.
4037
4038 2008-04-22 Juri Linkov <juri@jurta.org>
4039
4040 * minibuffer.el (internal-complete-buffer-except): New function.
4041
4042 * files.el (read-buffer-to-switch): New function.
4043 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
4044 Change interactive spec to call read-buffer-to-switch instead of
4045 using the letter "B".
4046
4047 * simple.el (minibuffer-default-add-shell-commands): New function.
4048 Use declare-function for mailcap-file-default-commands from "mailcap".
4049 (shell-command): Set local minibuffer-default-add-function to
4050 minibuffer-default-add-shell-commands in minibuffer-with-setup-hook
4051 before calling read-shell-command. Set 4th arg default-value of
4052 read-shell-command to relative buffer-file-name in file buffers.
4053
4054 * dired-aux.el (dired-read-shell-command-default): Move it to
4055 gnus/mailcap.el and change its name to more general name
4056 mailcap-file-default-commands.
4057 (minibuffer-default-add-dired-shell-commands): New function.
4058 Use declare-function for mailcap-file-default-commands from "mailcap".
4059 (dired-read-shell-command): Set local minibuffer-default-add-function
4060 to minibuffer-default-add-dired-shell-commands in minibuffer-with-setup-hook
4061 before calling read-shell-command. Remove dired-read-shell-command-default
4062 from the default value arg because default values are not set in
4063 minibuffer-default-add-dired-shell-commands. Doc fix.
4064
4065 * dired-x.el (dired-smart-shell-command): Sync arguments and
4066 interactive spec with changes in `shell-command'.
4067 Use dired-get-filename to get the dired file name at point
4068 as the default value in dired mode.
4069
4070 2008-04-22 Juanma Barranquero <lekktu@gmail.com>
4071
4072 * info.el (Info-complete-menu-item): Add missing parenthesis.
4073
4074 2008-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
4075
4076 * info.el (Info-complete-menu-item): Save point.
4077
4078 2008-04-22 Juanma Barranquero <lekktu@gmail.com>
4079
4080 * minibuffer.el (minibuffer-complete-and-exit): Fix last change.
4081
4082 2008-04-22 Andreas Schwab <schwab@suse.de>
4083
4084 * Makefile.in (emacs-deps): Define.
4085 Use it instead of $(lisp)/subdirs.el.
4086
4087 2008-04-22 Dan Nicolaescu <dann@ics.uci.edu>
4088
4089 * vc.el (vc-next-action): Do not consider directories when
4090 checking for state compatibility.
4091 (vc-transfer-file): Use when not if.
4092 (vc-dir-parent-marked-p, vc-dir-children-marked-p): New functions.
4093 (vc-dir-mark-file): Use them.
4094 (vc-deduce-fileset): Also return the backend.
4095 (vc-diff-internal): Take as argument the value returned by
4096 vc-deduce-fileset instead of just the fileset.
4097 (vc-next-action, vc-finish-logentry, vc-version-diff, vc-diff)
4098 (vc-dir-mark-file, vc-print-log, vc-revert, vc-rollback)
4099 (vc-update): Update the vc-deduce-fileset and vc-diff-internal calls.
4100
4101 2008-04-22 Tassilo Horn <tassilo@member.fsf.org>
4102
4103 * doc-view.el (doc-view-scroll-up-or-next-page): Don't use
4104 set-window-vscroll but image-scroll-down. Fixes a bug where a
4105 command following SPC scrolled up again.
4106
4107 2008-04-22 Nick Roberts <nickrob@snap.net.nz>
4108
4109 * progmodes/gdb-ui.el (gdb-locals-header): New variable.
4110 (gdb-locals-mode, gdb-registers-mode): Use it for header line.
4111 (gud-watch): Add "$" prefix when in registers buffer.
4112
4113 2008-04-22 Glenn Morris <rgm@gnu.org>
4114
4115 * progmodes/gdb-ui.el (gdbmi-invalidate-frames): Declare as function.
4116
4117 * whitespace.el (whitespace-display-table)
4118 (whitespace-display-table-was-local): Move definitions before use.
4119
4120 * emacs-lisp/copyright.el (copyright-at-end-flag): New option.
4121 (copyright-limit): Respect copyright-at-end-flag.
4122 (copyright-re-search, copyright-start-point)
4123 (copyright-offset-too-large-p): New functions.
4124 (copyright-update-year): Use copyright-re-search.
4125 (copyright-update, copyright-fix-years): Use copyright-start-point,
4126 and copyright-re-search.
4127 (copyright): Use copyright-offset-too-large-p.
4128 * add-log.el (change-log-mode): Set copyright-at-end-flag.
4129
4130 * add-log.el (top-level): Require 'cl when compiling.
4131
4132 2008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
4133
4134 * complete.el (PC-complete-as-file-name, PC-read-file-name-internal):
4135 Treat minibuffer-completion-predicate as a predicate.
4136
4137 * minibuffer.el (completion--file-name-table): Accept both the old
4138 `dir' arg or the new `pred' arg.
4139
4140 * ffap.el (ffap-read-file-or-url): Do not abuse completing-read's
4141 `predicate' argument to pass non-predicate data.
4142 (ffap-read-url-internal, ffap-read-file-or-url-internal):
4143 Use second arg as proper predicate.
4144
4145 * vc-bzr.el (vc-bzr-complete-with-prefix): Remove.
4146 (vc-bzr-revision-completion-table): Use completion-table-with-context
4147 instead.
4148
4149 * simple.el (choose-completion-string): Use minibuffer-completion-table.
4150
4151 2008-04-21 Chong Yidong <cyd@stupidchicken.com>
4152
4153 * term.el (term-emulate-terminal): Perform redisplay after the
4154 process filter has finished running.
4155
4156 2008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
4157
4158 * vc.el (vc-dir): Use pop-to-buffer, so it can be customized.
4159
4160 * minibuffer.el (completion-try-completion): Change magic symbol
4161 property name. Rename from minibuffer-try-completion.
4162 (completion-all-completions): Rename from minibuffer-all-completions.
4163 Remove hide-spaces argument.
4164 (completion--do-completion): Rename from minibuffer--do-completion.
4165 (minibuffer-complete-and-exit): Call just try-completion rather than
4166 completion-try-completion to fix up the case.
4167 (completion--try-word-completion): Try to add space or hyphen before
4168 making `string' a prefix of `completion'.
4169 (completion--insert-strings): Rename from minibuffer--insert-strings.
4170
4171 2008-04-22 Naohiro Aota <nao.aota@gmail.com> (tiny change)
4172
4173 * net/tls.el (tls-program): Add -ign_eof argument to call the
4174 openssl commands.
4175 (tls-checktrust): Ditto.
4176
4177 2008-04-21 Dan Nicolaescu <dann@ics.uci.edu>
4178
4179 * vc-cvs.el (vc-cvs-status-extra-headers): New function.
4180
4181 * vc-hooks.el (vc-insert-file, vc-state, vc-working-revision)
4182 (vc-check-master-templates, vc-file-not-found-hook)
4183 (vc-kill-buffer-hook):
4184 * vc.el (vc-process-sentinel, vc-exec-after, vc-do-command)
4185 (vc-find-position-by-context, vc-buffer-context)
4186 (vc-restore-buffer-context, vc-responsible-backend)
4187 (vc-expand-dirs, vc-ensure-vc-buffer, vc-buffer-sync)
4188 (vc-next-action, vc-register, vc-register-with, vc-steal-lock)
4189 (vc-finish-logentry, vc-coding-system-for-diff, vc-switches)
4190 (vc-version-diff, vc-diff, vc-insert-headers)
4191 (vc-dired-buffers-for-dir, vc-dired-resynch-file)
4192 (vc-snapshot-precondition, vc-create-snapshot, vc-print-log)
4193 (vc-revert, vc-rollback, vc-version-backup-file)
4194 (vc-rename-master, vc-delete-file, vc-rename-file)
4195 (vc-branch-part, vc-default-retrieve-snapshot)
4196 (vc-annotate-display-autoscale, vc-annotate-display-select)
4197 (vc-annotate, vc-annotate-warp-revision, vc-annotate-difference)
4198 (vc-annotate-lines, vc-file-tree-walk-internal): Use when instead of if.
4199 (vc-dir-update): Handle directories.
4200 (vc-default-status-printer): Simplify.
4201
4202 * progmodes/asm-mode.el (asm-mode-map):
4203 * progmodes/hideif.el (hide-ifdef-mode-menu): Add :help.
4204
4205 * progmodes/m4-mode.el (m4-mode-map): Add menu.
4206
4207 2008-04-21 Kenichi Handa <handa@m17n.org>
4208
4209 * select.el (xselect-convert-to-string): Send a C_STRING only if
4210 the polymorphic target TEXT is requested.
4211
4212 2008-04-21 Juanma Barranquero <lekktu@gmail.com>
4213
4214 * minibuffer.el (completion-setup-hook, display-completion-list)
4215 (completion--file-name-table): Fix typos in docstrings.
4216 (completion-table-dynamic): Fix typo, and reflow docstring.
4217
4218 2008-04-20 Andreas Schwab <schwab@suse.de>
4219
4220 * server.el (server-switch-buffer): Also consider clients in the
4221 selected frame.
4222
4223 2008-04-19 Nick Roberts <nickrob@snap.net.nz>
4224
4225 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
4226 Select window clicked on first.
4227 (gdb): Display thread number in mode-line.
4228 (gdb-make-header-line-mouse-map): Move to avoid byte compiler warnings.
4229 (gdb-breakpoints-header): New variable.
4230 (gdb-breakpoints-mode, gdb-threads-mode): Use it for header line.
4231
4232 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
4233
4234 * vc-sccs.el (vc-sccs-do-command): New fun. Use the "sccs" command.
4235 (vc-sccs-register, vc-sccs-checkin, vc-sccs-find-revision)
4236 (vc-sccs-checkout, vc-sccs-rollback, vc-sccs-revert)
4237 (vc-sccs-steal-lock, vc-sccs-modify-change-comment)
4238 (vc-sccs-print-log): Use it.
4239
4240 * vc-hooks.el (vc-path): Remove SCCS-specific hack.
4241
4242 * emacs-lisp/lisp-mode.el (lisp-mode-auto-fill): Make it an alias.
4243 * progmodes/scheme.el (scheme-mode-variables): Don't use it.
4244
4245 * tooltip.el (tooltip-previous-message): New var.
4246 (tooltip-show-help-non-mode): Rewrite to better follow the behavior of
4247 the C code (avoid overwriting a minibuffer, restore previous echo
4248 message, ...).
4249 (tooltip-delay, tooltip-process-prompt-regexp, tooltip-strip-prompt):
4250 Simplify.
4251
4252 2008-04-19 Nick Roberts <nickrob@snap.net.nz>
4253
4254 * progmodes/gdb-ui.el (gdb-thread-indicator): New variable.
4255 (gdb-init-1): Initialise it.
4256 (gdb-annotation-rules): New entry for "new-thread".
4257 (gdb-thread-identification): New function to customize
4258 mode-line-buffer-identification.
4259 (gdb-frames-mode, gdb-registers-mode, gdb-locals-mode)
4260 (gdb-assembler-mode): Use it.
4261 (gdb-threads-mode): Force "info threads" onto queue.
4262
4263 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
4264
4265 * files.el (locate-file-completion-table): Rename from
4266 locate-file-completion and make it use `pred' in the normal way.
4267 (locate-file-completion): New compatibility wrapper.
4268 (load-library): Use locate-file-completion-table.
4269 * finder.el (finder-commentary):
4270 * subr.el (locate-library):
4271 * emacs-lisp/find-func.el (find-library): Likewise.
4272 * info.el: Use with-current-buffer and inhibit-read-only.
4273 (Info-read-node-name-2): Change to use `predicate' in the normal way.
4274 (Info-read-node-name-1): Adjust uses accordingly.
4275
4276 * minibuffer.el (completion-table-with-context): Add support for `pred'.
4277 (completion-table-with-terminator): Don't use complete-with-action
4278 since we have to distinguish all three cases anyway.
4279 (completion-table-with-predicate): New function.
4280 (dynamic-completion-table): Add obsolete alias.
4281
4282 * emacs-lisp/trace.el (trace-make-advice): Don't change selected-window.
4283
4284 2008-04-18 Sam Steingold <sds@gnu.org>
4285
4286 * vc.el (vc-dir-menu-map, vc-dir-mode-map, vc-dir-tool-bar-map):
4287 Use quit-window instead of bury-buffer.
4288
4289 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
4290
4291 * minibuffer.el (completion-table-with-terminator): Fix last fix.
4292
4293 2008-04-18 Andreas Schwab <schwab@suse.de>
4294
4295 * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
4296 ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
4297 Depend on $(lisp)/subdirs.el.
4298
4299 2008-04-18 Juanma Barranquero <lekktu@gmail.com>
4300
4301 * descr-text.el (describe-char-after):
4302 Use `define-obsolete-function-alias'.
4303
4304 * dired-x.el (dired-omit-files-p): Use `define-obsolete-variable-alias'.
4305
4306 * facemenu.el (facemenu-unlisted-faces): Fix obsolescence description.
4307
4308 * savehist.el (savehist-load): Add WHEN to obsolescence declaration.
4309 Remove redundant obsolescence info in docstring.
4310
4311 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
4312 (vc-header-alist): Add WHEN to obsolescence declaration.
4313 (vc-state): Fix typo in docstring.
4314
4315 * emacs-lisp/checkdoc.el (checkdoc-minor-keymap):
4316 Use `define-obsolete-variable-alias'.
4317
4318 * emulation/tpu-edt.el (tpu-have-ispell):
4319 * international/codepage.el (codepage-setup):
4320 Fix typo in obsolescence declaration.
4321
4322 * international/mule.el (char-coding-system-table):
4323 Remove redundant obsolescence info in docstring.
4324 (charset-list, generic-char-p, set-char-table-default):
4325 Fix typos in obsolescence decarations.
4326
4327 * international/mule-diag.el (non-iso-charset-alist):
4328 Fix typo in obsolescence declaration.
4329 (decode-codepage-char): Remove redundant obsolescence info in docstring.
4330
4331 * font-core.el (font-lock-defaults-alist):
4332 * font-lock.el (font-lock-reference-face):
4333 * frame.el (screen-height, screen-width, set-screen-width)
4334 (set-screen-height):
4335 * hilit-chg.el (highlight-changes-initial-state):
4336 * isearch.el (isearch-return-char):
4337 * log-edit.el (cvs-commit-buffer-require-final-newline)
4338 (cvs-changelog-full-paragraphs):
4339 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar)
4340 (mouse-popup-menubar-stuff):
4341 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button)
4342 (mouse-wheel-click-button):
4343 * outline.el (outline-visible):
4344 * pcvs-defs.el (cvs-diff-ignore-marks, cvs-diff-buffer-name):
4345 * pcvs-info.el (cvs-display-full-path, cvs-fileinfo->full-path):
4346 * emacs-lisp/lisp-mode.el (lisp-comment-indent):
4347 * progmodes/compile.el (compile-internal):
4348 Add WHEN to obsolescence declarations.
4349
4350 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
4351
4352 * emacs-lisp/debug.el (debug): Revert to bury-buffer since quit-window
4353 is not better anyway.
4354
4355 2008-04-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4356
4357 * whitespace.el (whitespace-report-region): Handle whitespace-tab-width
4358 properly.
4359
4360 2008-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
4361
4362 * progmodes/python.el (python-mode-map): Use abbrev-table-menu.
4363 (python-use-skeletons): Remove, unused.
4364 (python-skeletons): Remove. Use the abbrev table instead.
4365 (python-mode-abbrev-table): Fix regexp;
4366 add enable-function and case-fixed.
4367 (def-python-skeleton): Simplify.
4368 (python-expand-template): Use the abbrev-table and abbrev-insert.
4369 (python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook):
4370 Remove.
4371 (python-mode): Don't set pre-abbrev-expand-hook.
4372
4373 * skeleton.el: Set coding-tag.
4374
4375 * abbrev.el (abbrev-insert): New function extracted from expand-abbrev.
4376 (expand-abbrev): Use it.
4377 (abbrev-table-menu): New function.
4378
4379 * abbrev.el (define-abbrev-table): Fontify dosctrings as such.
4380
4381 * minibuffer.el (completion-table-with-terminator): Fix paren typo.
4382
4383 2008-04-17 Sam Steingold <sds@gnu.org>
4384
4385 * pcvs-util.el (cvs-bury-buffer): Use quit-window instead of the
4386 idiosyncratic bury-buffer/delete-window logic.
4387
4388 2008-04-17 Juanma Barranquero <lekktu@gmail.com>
4389
4390 * emacs-lisp/crm.el (crm-completion-help, crm-complete)
4391 (crm-complete-word, crm-complete-and-exit): Fix typo in previous change.
4392
4393 2008-04-17 Kenichi Handa <handa@m17n.org>
4394
4395 * international/characters.el: Don't make the width of U+00AD to 0.
4396
4397 2008-04-17 Nick Roberts <nickrob@snap.net.nz>
4398
4399 * progmodes/gdb-ui.el (gdb-stack-update): New variable.
4400 (gdb, gdb-starting, gdb-frames-mode): Use it.
4401 (gdb-invalidate-frames): Advise to call "info stack" only if
4402 execution has occurred.
4403 (gdb-info-breakpoints-custom): Only update overlay-arrow pointing to
4404 selected frame if no execution has occurred.
4405 (gdb-frames-force-update): New interactive function.
4406 (gdb-frames-mode-map): Bind it to "F".
4407
4408 2008-04-17 Michael Olson <mwolson@gnu.org>
4409
4410 * textmodes/remember.el (remember-version): Release Remember 2.0.
4411
4412 2008-04-16 Yoni Rabkin <yoni@rabkins.net>
4413
4414 * textmodes/artist.el:
4415 * progmodes/vhdl-mode.el:
4416 * progmodes/verilog-mode.el:
4417 * progmodes/vera-mode.el:
4418 * progmodes/simula.el:
4419 * progmodes/ps-mode.el:
4420 * progmodes/cmacexp.el:
4421 * obsolete/hilit19.el:
4422 * emulation/viper.el:
4423 * ediff.el: Cleanup the bug-report email addresses and make sure the
4424 maintainer is still willing to handle bug reports.
4425
4426 2008-04-16 Dan Nicolaescu <dann@ics.uci.edu>
4427
4428 * vc.el (vc-dir-kill-query): Fix thinko.
4429
4430 2008-04-16 Glenn Morris <rgm@gnu.org>
4431
4432 * calendar/diary-lib.el (diary-remind): Don't clobber `date' passed
4433 by diary-sexp-entry.
4434
4435 2008-04-16 Markus Triska <markus.triska@gmx.at>
4436
4437 * proced.el (proced-command-alist): Add support for darwin.
4438
4439 2008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
4440
4441 * proced.el (proced-mode): Redefine as just the major-mode.
4442 (proced): Separate it from proced-mode.
4443
4444 * vc.el: Rename vc-status to vc-dir and the vc-status var to vc-ewoc.
4445
4446 2008-04-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4447
4448 * whitespace.el: Honor the `indent-tabs-mode' setting from user.
4449 Suggested by Stephen Deasey <sdeasey@gmail.com>. Honor also the
4450 `tab-width' setting from user. New version 10.0. Doc and docstring
4451 fix.
4452 (whitespace-style, whitespace-chars): Remove options.
4453 (whitespace-style-mark): New option, replace whitespace-style deleted
4454 option. Fix docstring.
4455 (whitespace-style-color): New option, replace whitespace-chars deleted
4456 option. Fix docstring.
4457 (whitespace-space, whitespace-hspace, whitespace-tab)
4458 (whitespace-newline, whitespace-trailing, whitespace-line)
4459 (whitespace-space-before-tab, whitespace-indentation, whitespace-empty)
4460 (whitespace-space-after-tab, whitespace-hspace-regexp)
4461 (whitespace-space-regexp, whitespace-tab-regexp)
4462 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
4463 (whitespace-empty-at-eob-regexp, whitespace-line-column)
4464 (whitespace-toggle-option-alist): Fix docstring.
4465 (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
4466 (whitespace-space-after-tab-regexp, whitespace-display-mappings): Fix
4467 docstring and initialization.
4468 (global-whitespace-mode): Autoloaded global minor mode.
4469 (whitespace-chars-value-list, whitespace-style-value-list)
4470 (whitespace-active-chars, whitespace-active-style)
4471 (whitespace-toggle-chars, whitespace-toggle-style): Remove vars.
4472 (whitespace-color-value-list): New var, replace
4473 whitespace-chars-value-list removed var.
4474 (whitespace-mark-value-list): New var, replace
4475 whitespace-style-value-list removed var.
4476 (whitespace-active-color): New var, replace whitespace-active-chars
4477 removed var.
4478 (whitespace-active-mark): New var, replace whitespace-active-style
4479 removed var.
4480 (whitespace-toggle-color): New var, replace whitespace-toggle-chars
4481 removed var.
4482 (whitespace-toggle-mark): New var, replace whitespace-toggle-style
4483 removed var.
4484 (whitespace-toggle-option-alist, whitespace-report-list)
4485 (whitespace-report-text, whitespace-help-text): Fix initialization.
4486 (whitespace-indent-tabs-mode, whitespace-tab-width): New vars.
4487 (whitespace-toggle-options, global-whitespace-toggle-options)
4488 (whitespace-cleanup-region, whitespace-report-region)
4489 (whitespace-interactive-char): Fix docstring and code.
4490 (whitespace-cleanup, whitespace-report): Fix docstring.
4491 (whitespace-replace-spaces-by-tabs): Remove fun.
4492 (whitespace-replace-action): New fun, replace
4493 whitespace-replace-spaces-by-tabs removed fun.
4494 (whitespace-regexp, whitespace-indentation-regexp)
4495 (whitespace-space-after-tab-regexp, whitespace-insert-value)
4496 (whitespace-kill-buffer): New funs.
4497 (whitespace-insert-option-mark, whitespace-help-on)
4498 (whitespace-help-off, whitespace-turn-on, whitespace-turn-off)
4499 (whitespace-color-on, whitespace-color-off)
4500 (whitespace-display-char-on): Fix code.
4501
4502 2008-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
4503
4504 * mouse-drag.el (mouse-throw-magnifier-with-scroll-bar)
4505 (mouse-throw-magnifier-with-mouse-movement): Remove.
4506 (mouse-throw-magnifier-base): New const.
4507 (mouse-drag-scroll-delta): New fun.
4508 (mouse-drag-throw): Use it.
4509
4510 2008-04-15 Juanma Barranquero <lekktu@gmail.com>
4511
4512 * international/uni-bidi.el, international/uni-category.el:
4513 * international/uni-combining.el, international/uni-comment.el:
4514 * international/uni-decimal.el, international/uni-decomposition.el:
4515 * international/uni-digit.el, international/uni-lowercase.el:
4516 * international/uni-mirrored.el, international/uni-name.el:
4517 * international/uni-numeric.el, international/uni-old-name.el:
4518 * international/uni-titlecase.el, international/uni-uppercase.el:
4519 * international/charprop.el: Regenerate.
4520
4521 2008-04-15 Dan Nicolaescu <dann@ics.uci.edu>
4522
4523 * vc.el (vc-status-fileinfo): Add new member directoryp.
4524 (vc-default-status-printer): Print directories.
4525 (vc-status-update): Sort files before subdirectories.
4526
4527 * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
4528 Add alternative implementation based on "cvs update".
4529
4530 2008-04-15 Tassilo Horn <tassilo@member.fsf.org>
4531
4532 * doc-view.el: Changed requirements section to tell that only one
4533 of dvipdf or dvipdfm is needed.
4534 (doc-view-already-converted-p): Fix bug that forced reconversion
4535 if doc was already converted.
4536
4537 2008-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
4538
4539 * minibuffer.el (minibuffer-message):
4540 Make sure we can put-text-property.
4541
4542 * emacs-lisp/crm.el: Complete rewrite.
4543
4544 * tmm.el (tmm-completion-delete-prompt): Don't hardcode point-min==1.
4545 (tmm-add-prompt): Make sure completion-setup-hook is preserved even in
4546 case of an error in display-completion-list.
4547
4548 * filecache.el (file-cache-completions-keymap): Move init from
4549 file-cache-completion-setup-function into declaration.
4550 (file-cache-minibuffer-complete): Simplify.
4551 (file-cache-completion-setup-function): Use standard-output,
4552 preserve current-buffer.
4553
4554 * vc.el (vc-status-update): Fix typo.
4555 (vc-status-update): Set needs-update.
4556 (vc-status-refresh): η-reduce.
4557
4558 2008-04-14 Tassilo Horn <tassilo@member.fsf.org>
4559
4560 * doc-view.el (doc-view-mode-map): Bind C-a to image-bol and C-e
4561 to image-eol.
4562
4563 2008-04-14 Alexandre Julliard <julliard@winehq.org>
4564
4565 * vc.el (vc-status-update): Undo the previous revert.
4566
4567 2008-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
4568
4569 * minibuffer.el (completion-table-with-terminator): Those completions
4570 are never valid w.r.t test-completion.
4571 (completion--file-name-table):
4572 Check completion-all-completions-with-base-size.
4573
4574 2008-04-14 Tassilo Horn <tassilo@member.fsf.org>
4575
4576 * doc-view.el (doc-view-dvipdf-program): New variable.
4577 (doc-view-dvipdfm-program): Mention doc-view-dvipdf-program.
4578 (doc-view-mode-p): Check for doc-view-dvipdf-program as
4579 alternative for doc-view-dvipdfm-program.
4580 (doc-view-dvi->pdf): Prefer dvipdf over dvipdfm.
4581
4582 * doc-view.el (doc-view-start-process): Don't set
4583 default-directory to "~/" if the current value is valid.
4584 This broke PS files that run other files in the same directory.
4585
4586 2008-04-14 Dan Nicolaescu <dann@ics.uci.edu>
4587
4588 * vc.el (vc-status-kill-query): New function.
4589 (vc-status-mode): Add it to kill-buffer-query-functions.
4590 (vc-status-show-fileentry): New function.
4591 (vc-status-menu-map): Bind it. Bind vc-next-action.
4592
4593 2008-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
4594
4595 * minibuffer.el (minibuffer-message): Put cursor at the right place.
4596
4597 2008-04-13 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4598
4599 * proced.el (proced-send-signal): Fix error recognition.
4600
4601 2008-04-13 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4602
4603 * proced.el (proced-command-alist): Remove sort column.
4604 (proced-command, proced-procname-column):
4605 Use make-variable-buffer-local.
4606 (proced-signal-function): Rename from proced-kill-program.
4607 Allow for elisp symbols and string values representing system calls.
4608 (proced-marker-regexp, proced-success-message): New functions.
4609 (proced): Use defalias. Add autoload cookie.
4610 (proced-unmark-backward, proced-toggle-marks)
4611 (proced-hide-processes): New commands.
4612 (proced-do-mark): Simplify code.
4613 (proced-insert-mark): Use optional arg BACKWARD instead of line number.
4614 (proced-update): Remove sorting.
4615 (proced-send-signal): Display number of processes to operate on.
4616 Allow for system calls or elisp functions to send signals.
4617 Check if signal was sent successfully.
4618
4619 2008-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
4620
4621 * minibuffer.el (completion-all-completion-with-base-size): New var.
4622 (completion--some): New function.
4623 (completion-table-with-context, completion--file-name-table):
4624 Return the base-size if requested.
4625 (completion-table-in-turn): Generalize to multiple arguments.
4626 (complete-in-turn): Compatibility alias.
4627 (completion-styles-alist): New var.
4628 (completion-styles): New customization.
4629 (minibuffer-try-completion, minibuffer-all-completions):
4630 New functions.
4631 (minibuffer--do-completion, minibuffer-complete-and-exit)
4632 (minibuffer-try-word-completion): Use them.
4633 (display-completion-list, minibuffer-completion-help): Use them.
4634 Handle all-completions's new base-size info to set completion-base-size.
4635 * info.el (Info-read-node-name-1): Use completion-table-with-context,
4636 completion-table-with-terminator and complete-with-action.
4637 Remove the now obsolete completion-base-size-function property.
4638 * simple.el (completion-list-mode-map): Move init into declaration.
4639 (completion-list-mode): Use define-derived-mode.
4640 (completion-setup-function): Use any completion-base-size that may
4641 have been set before. Remove handling of completion-base-size-function.
4642 * loadup.el: Move abbrev.el up earlier.
4643
4644 2008-04-13 Alexandre Julliard <julliard@winehq.org>
4645
4646 * vc-git.el (vc-git-after-dir-status-stage)
4647 (vc-git-dir-status-goto-stage): New functions.
4648 (vc-git-after-dir-status-stage1)
4649 (vc-git-after-dir-status-stage1-empty-db)
4650 (vc-git-after-dir-status-stage2): Remove, functionality moved
4651 into the new generic stage functions.
4652 (vc-git-dir-status-files): New function.
4653
4654 * vc.el (vc-status-update): Revert an incorrect rewrite.
4655 Add some comments.
4656 (vc-status-refresh-files): New function.
4657 (vc-status-refresh): Use `vc-status-refresh-files' to refresh the
4658 state of up-to-date files.
4659 (vc-default-dir-status-files): New function.
4660
4661 2008-04-13 Juanma Barranquero <lekktu@gmail.com>
4662
4663 * minibuffer.el (completion--embedded-envvar-table)
4664 (read-file-name-internal): Fix typos in 2008-04-11 change.
4665
4666 * faces.el (read-face-name): Use `completion-table-in-turn',
4667 not `complete-in-turn'.
4668
4669 2008-04-13 Andreas Schwab <schwab@suse.de>
4670
4671 * progmodes/etags.el: Require 'cl when compiling.
4672
4673 2008-04-12 Nick Roberts <nickrob@snap.net.nz>
4674
4675 * progmodes/gud.el (gud-menu-map): Expand tooltip.
4676
4677 * progmodes/gdb-ui.el (gdb-find-source-frame): Improve doc string.
4678 (menu): Add/expand menu tooltips.
4679
4680 2008-04-12 Dan Nicolaescu <dann@ics.uci.edu>
4681
4682 * progmodes/sh-script.el (sh-show-indent): Fix typo.
4683 (sh-mode-map): Add a toggle for inserting braces and quotes in pairs.
4684
4685 * vc-cvs.el (vc-cvs-registered): Allow removed files to be
4686 considered registered.
4687
4688 2008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
4689
4690 * emacs-lisp/copyright.el (copyright-update-directory): New command.
4691
4692 * ediff-wind.el (ediff-split-window-function)
4693 (ediff-merge-split-window-function): Improve custom type.
4694
4695 2008-04-12 Eli Zaretskii <eliz@gnu.org>
4696
4697 * loadup.el ("minibuffer"): Move after "faces".
4698
4699 2008-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
4700
4701 * progmodes/hideif.el (hif-factor): Handle unary minus.
4702
4703 2008-04-12 Glenn Morris <rgm@gnu.org>
4704
4705 * calendar/cal-china.el (chinese-calendar-time-zone):
4706 Mark obsolete name as risky too.
4707
4708 * calendar/calendar.el (calendar-faces): New custom group.
4709 (calendar-today, diary, holiday): Doc fix.
4710 Move to calendar-faces group.
4711 * calendar/diary-lib.el (diary-face, diary-anniversary, diary-time)
4712 (diary-button): Doc fix. Move to calendar-faces group.
4713
4714 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
4715 * desktop.el, files.el, hilit-chg.el, ibuffer.el, iswitchb.el:
4716 * pcvs-info.el, recentf.el, speedbar.el, calendar/cal-china.el:
4717 * calendar/cal-hebrew.el, calendar/cal-x.el, calendar/calendar.el
4718 * calendar/diary-lib.el, net/net-utils.el, progmodes/gud.el:
4719 Move non-autoloaded define-obsolete-variable-alias calls for defcustoms
4720 not in dumped files before the associated defcustom.
4721
4722 2008-04-11 Johan Bockgård <bojohan@gnu.org>
4723
4724 * minibuffer.el (lazy-completion-table): Fix debug spec.
4725
4726 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
4727
4728 * minibuffer.el (complete-with-action, lazy-completion-table):
4729 Move from subr.el.
4730 (apply-partially, completion-table-dynamic)
4731 (completion-table-with-context, completion-table-with-terminator)
4732 (completion-table-in-turn): New funs.
4733 (completion--make-envvar-table, completion--embedded-envvar-table):
4734 New funs.
4735 (read-file-name-internal): Use them.
4736 (completion-setup-hook): Move from simple.el.
4737 * subr.el (complete-with-action, lazy-completion-table):
4738 * simple.el (completion-setup-hook): Move to minibuffer.el.
4739
4740 2008-04-11 Glenn Morris <rgm@gnu.org>
4741
4742 * Makefile.in (AUTOGENEL): Add calc/calc-loaddefs.el.
4743
4744 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
4745
4746 * progmodes/python.el (python-mode): Don't mess with hippie-expand.
4747
4748 * Makefile.in (bootstrap-prepare): Make tpu-edt.el writable as well.
4749
4750 * textmodes/fill.el (fill-forward-paragraph-function): New var.
4751 (fill-forward-paragraph): New fun.
4752 (fill-paragraph, fill-region): Use it.
4753
4754 * vc.el: Change `dir-status' to not take (and pass) status-buffer.
4755 (vc-status-create-fileinfo): Make `extra' optional.
4756 (vc-status-busy): New fun.
4757 (vc-status-menu-map): Use it.
4758 (vc-status-crt-marked): Remove.
4759 (vc-status-update): Rename from vc-status-add-entries.
4760 Add argument so as to prevent addition of entries. Rewrite.
4761 (vc-update-vc-status-buffer): Remove.
4762 (vc-status-refresh): Don't remove old entries, set them to
4763 up-to-date instead. Also do it after the update is complete.
4764 (vc-status-marked-files): η-reduce.
4765
4766 * dired.el (dired-read-dir-and-switches): Use read-directory-name even
4767 for non-dialogs.
4768
4769 * Makefile.in (bootstrap-prepare): Don't copy ldefs-boot over loaddefs.
4770
4771 * loadup.el: Load ldefs-boot.el if loaddefs.el doesn't exist.
4772
4773 2008-04-11 Jan Djärv <jan.h.d@swipnet.se>
4774
4775 * tooltip.el (tooltip-show-help-non-mode): Set message-truncate-lines
4776 to t and don't truncate msg.
4777
4778 2008-04-11 Glenn Morris <rgm@gnu.org>
4779
4780 * calendar/calendar.el (diary, holidays):
4781 Move custom groups to other files.
4782 (holiday-general-holidays, holiday-oriental-holidays)
4783 (holiday-local-holidays, holiday-other-holidays, hebrew-holidays-1)
4784 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
4785 (holiday-hebrew-holidays, holiday-christian-holidays)
4786 (holiday-islamic-holidays, holiday-bahai-holidays)
4787 (holiday-solar-holidays, calendar-holidays): Move to holidays.el.
4788 * calendar/diary-lib.el: Move custom group here from calendar.el.
4789 * calendar/holidays-lib.el: Move custom group and variables here
4790 from calendar.el.
4791
4792 * calendar/cal-china.el (calendar-chinese-time-zone): Mark as risky.
4793
4794 * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
4795 Fix custom group.
4796 (calendar-current-time-zone-cache): Autoload riskiness.
4797
4798 * calendar/cal-tex.el (cal-tex-preamble-extra): Fix custom type.
4799
4800 2008-04-11 Chong Yidong <cyd@stupidchicken.com>
4801
4802 * woman.el (woman2-TH): Use string-equal instead of string-match.
4803
4804 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
4805
4806 * smerge-mode.el (smerge-apply-resolution-patch): Fix typo.
4807 (smerge-resolve): Merge the "2-way refinement" case with one half of
4808 the "mere whitespace" resolution.
4809
4810 2008-04-10 Dan Nicolaescu <dann@ics.uci.edu>
4811
4812 * vc-bzr.el (vc-bzr-after-dir-status): Detect the conflict state.
4813
4814 2008-04-10 Juanma Barranquero <lekktu@gmail.com>
4815
4816 * subr.el (assoc-ignore-case, assoc-ignore-representation):
4817 Add WHEN to obsolescence declaration.
4818
4819 * makefile.w32-in (AUTOGENEL): Add calc-loaddefs.el.
4820
4821 2008-04-10 Dan Nicolaescu <dann@ics.uci.edu>
4822
4823 * vc-hooks.el (vc-state): Add new state `conflict'.
4824 (vc-after-save): Use when not if.
4825 (vc-default-mode-line-string): Deal with the conflict state.
4826 (vc-prefix-map, vc-menu-map): Bind vc-status instead of vc-directory.
4827
4828 * vc.el (vc-editable-p, vc-default-status-printer)
4829 (vc-next-action): Deal with the conflict state.
4830 (vc-mark-resolved): New function.
4831 (vc-status-mode): Fix mode name.
4832 (vc-default-comment-history): Use when not if.
4833 (Todo): Add new entries, remove old ones.
4834
4835 * vc-cvs.el (vc-cvs-merge, vc-cvs-merge-news): Set conflict state.
4836 (vc-cvs-parse-status, vc-cvs-after-dir-status):
4837 * vc-svn.el (vc-svn-after-dir-status, vc-svn-parse-status):
4838 Detect the conflict state.
4839
4840 * vc-hg.el (vc-hg-dir-status): Remove unneeded call.
4841
4842 2008-04-10 Glenn Morris <rgm@gnu.org>
4843
4844 * menu-bar.el (menu-bar-options-menu) <truncate-lines>:
4845 Respect truncate-partial-width-windows in non-full windows,
4846 with regards to :toggle and :enable state.
4847
4848 * simple.el (toggle-truncate-lines): Doc fix.
4849
4850 * Makefile.in (MH_E_DIR): New variable.
4851 (MH_E_SRC): Restore variable removed 2008-03-13.
4852 (mh-loaddefs.el): Depend on $MH_E_SRC.
4853 (CAL_DIR, CAL_SRC): New variables.
4854 (cal-loaddefs.el, diary-loaddefs.el, hol-loaddefs.el):
4855 Depend on CAL_SRC.
4856
4857 * calendar/calendar.el (calendar, diary): Add :prefix.
4858 (holidays): Change :prefix.
4859 (calendar-today, holiday, calendar-holiday-marker)
4860 (european-calendar-style): Change custom groups.
4861
4862 * calendar/calendar.el (diary-hook, diary-display-hook):
4863 Move to diary-lib.el.
4864 * calendar/diary-lib.el (diary-hook, diary-display-hook):
4865 Move here from calendar.el.
4866 * calendar/appt.el: Require diary-lib rather than calendar.
4867 * calendar/cal-x.el (diary-display-hook): Declare for compiler.
4868
4869 * calendar/appt.el (appt): Add :prefix.
4870
4871 * calendar/diary-lib.el (diary-hook): Doc fix.
4872 (diary-mark-sexp-entries): Fix replacement of calendar-for-loop.
4873
4874 2008-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
4875
4876 * minibuffer.el (minibuffer--double-dollars, read-file-name-internal):
4877 New functions.
4878
4879 * minibuffer.el (minibuffer--do-completion): Don't forget to propagate
4880 the arg to recursive calls.
4881
4882 2008-04-09 Juanma Barranquero <lekktu@gmail.com>
4883
4884 * minibuffer.el (completion-auto-help): Fix typo.
4885
4886 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
4887
4888 * vc-cvs.el (vc-cvs-diff-tree): Remove unused function.
4889
4890 2008-04-09 Michael Albinus <michael.albinus@gmx.de>
4891
4892 * net/tramp.el (tramp-find-file-name-coding-system-alist): New defun.
4893 (tramp-handle-insert-file-contents, tramp-handle-write-region): Use it.
4894
4895 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
4896
4897 * vc-hooks.el (vc-default-mode-line-string): Use ? for missing.
4898
4899 * minibuffer.el (minibuffer): Move group from cus-edit.el.
4900 (completion-auto-help): Move from C code.
4901 (minibuffer--maybe-completion-help): Remove.
4902 (minibuffer--bitset): New function.
4903 (minibuffer--do-completion): Rename from minibuffer-do-completion.
4904 Renumber a bit. Really complete on string *before* point.
4905 Add argument used for word-completion.
4906 Join trailing / in completion with following text, as done in
4907 minibuffer-complete-word.
4908 Handle new value `lazy' for completion-auto-help.
4909 (minibuffer-try-word-completion): New function extracted from
4910 minibuffer-complete-word.
4911 (minibuffer-complete-word): Use minibuffer--do-completion.
4912 (minibuffer--insert-strings): Rename from
4913 minibuffer-complete-insert-strings.
4914 (exit-minibuffer): Fix typo.
4915 * cus-edit.el (minibuffer): Move group to minibuffer.el.
4916 * cus-start.el: Remove completion-auto-help.
4917
4918 2008-04-09 Alexandre Julliard <julliard@winehq.org>
4919
4920 * vc.el (vc-status-add-entries): New function.
4921 (vc-status-add-entry): Remove.
4922 (vc-update-vc-status-buffer, vc-status-mark-buffer-changed):
4923 Use vc-status-add-entries.
4924
4925 * emacs-lisp/ewoc.el (ewoc-collect): Return results in the correct
4926 order.
4927
4928 2008-04-09 Jason Rumney <jasonr@gnu.org>
4929
4930 * makefile.w32-in (LOADDEFS): Add mh-loaddefs.el.
4931 ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule.
4932 (pre-mh-loaddefs.el-CMD, pre-mh-loaddefs.el-SH): Remove.
4933 (AUTOGENEL): New variable.
4934 (distclean, maintainer-clean): New targets.
4935
4936 2008-04-09 Chong Yidong <cyd@stupidchicken.com>
4937
4938 * emacs-lisp/regexp-opt.el (regexp-opt):
4939 Reduce max-lisp-eval-depth and max-specpdl-size to 10000.
4940
4941 2008-04-09 Lennart Borgman <lennart.borgman@gmail.com>
4942
4943 * nxml/nxml-mode.el (nxml-cleanup): New function.
4944 (nxml-mode): Add it to change-major-mode-hook.
4945
4946 2008-04-09 Jan Djärv <jan.h.d@swipnet.se>
4947
4948 * term/x-win.el (x-gtk-stock-map): Map info to gtk-info.
4949
4950 2008-04-09 Juanma Barranquero <lekktu@gmail.com>
4951
4952 * calc/.cvsignore: New file.
4953
4954 2008-04-09 Jan Djärv <jan.h.d@swipnet.se>
4955
4956 * vc.el (vc-status-tool-bar-map): Add vc-print-log to tool bar.
4957
4958 * tooltip.el (tooltip-mode): Set tooltip-show-help-non-mode as
4959 show-help-function when turning tooltip off.
4960 (tooltip-show): Call tooltip-show-help-non-mode if use-echo-area.
4961 (tooltip-trunc-str, tooltip-show-help-non-mode): New.
4962
4963 2008-04-09 Alan Mackenzie <acm@muc.de>
4964
4965 * font-lock.el (font-lock-extend-after-change-region-function):
4966 Make it buffer local.
4967
4968 2008-04-09 Glenn Morris <rgm@gnu.org>
4969
4970 * calendar/calendar.el (diary-file, european-calendar-style):
4971 Remove autoload cookies.
4972
4973 2008-04-09 Dan Nicolaescu <dann@ics.uci.edu>
4974
4975 * outline.el (outline-mode-menu-bar-map):
4976 * log-view.el (log-view-mode-menu):
4977 * log-edit.el (log-edit-menu): Add :help.
4978
4979 2008-04-09 Chong Yidong <cyd@stupidchicken.com>
4980
4981 * emacs-lisp/regexp-opt.el (regexp-opt-group):
4982 Use substring-no-properties for correct handling of unibyte strings.
4983
4984 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
4985
4986 * add-log.el (change-log-next-buffer): Handle the case where version<
4987 signals an error.
4988
4989 * mouse.el (mouse-menu-major-mode-map): New fun extracted from
4990 mouse-major-mode-menu.
4991 (mouse-menu-bar-map): New fun extracted from mouse-popup-menubar.
4992 (mouse-major-mode-menu, mouse-popup-menubar)
4993 (mouse-popup-menubar-stuff): Use them.
4994 (C-down-mouse-3): Bind to a dynamic map rather than to
4995 mouse-popup-menubar-stuff.
4996
4997 * bindings.el (mode-line-major-mode-keymap): Bind down-mouse-1
4998 to mouse-menu-major-mode-map rather than to mouse-major-mode-menu.
4999
5000 2008-04-09 Dan Nicolaescu <dann@ics.uci.edu>
5001
5002 * vc-svn.el (vc-svn-modify-change-comment): Add support for the
5003 file:// access method.
5004
5005 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
5006
5007 * minibuffer.el: New file.
5008 * loadup.el: Load it.
5009
5010 2008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
5011
5012 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Make it depend on mh-e/*.el
5013 rather than subdirs.el. It introduces an ugly circular dependency, tho.
5014
5015 * calc/calc.el: Load "calc-loaddefs" rather than set up manual autoloads.
5016 (calc-mode-map, calc-digit-map, calc-dispatch-map):
5017 Move initialization into declaration.
5018 * calc/calc-yank.el:
5019 * calc/calc-misc.el:
5020 * calc/calc-embed.el:
5021 * calc/calc-aent.el: Add autoload cookies. Set generated-autoload-file.
5022
5023 2008-04-08 Michael Albinus <michael.albinus@gmx.de>
5024
5025 * ps-samp.el (ps-add-printer, ps-remove-printer)
5026 (ps-make-dynamic-printer-menu): New functions.
5027
5028 * net/zeroconf.el: New file.
5029
5030 2008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
5031
5032 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits): Typo.
5033
5034 2008-04-08 Dan Nicolaescu <dann@ics.uci.edu>
5035
5036 * vc-rcs.el (vc-rcs-modify-change-comment):
5037 * vc-cvs.el (vc-cvs-modify-change-comment): Fix argument order.
5038
5039 * log-view.el (log-view-mode-menu): Bind log-view-modify-change-comment.
5040
5041 2008-04-08 Juanma Barranquero <lekktu@gmail.com>
5042
5043 * international/mule-cmds.el (set-locale-environment): Don't warn if
5044 coding system doesn't agree with system locale (this reverts changes
5045 by Dave Love, dated 2002-10-27 and 2002-10-09).
5046
5047 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
5048 * emacs-lisp/cl-macs.el (get-setf-method): Use `string-match-p'.
5049
5050 * emacs-lisp/copyright.el (copyright-update-year): Use `looking-at-p'.
5051
5052 2008-04-08 Glenn Morris <rgm@gnu.org>
5053
5054 * calendar/calendar.el (calendar-date-style): Remove autoload cookie.
5055 * textmodes/remember.el (remember-diary-convert-entry):
5056 Require calendar.
5057
5058 * textmodes/remember.el (remember-diary-extract-entries): Don't pass
5059 diary-file, since it is the default for make-diary-entry anyway.
5060
5061 * calendar/cal-menu.el (cal-menu-event-to-date):
5062 Rename calendar-event-to-date. Update callers.
5063 (calendar-mouse-tex-day): Rename cal-tex-mouse-day.
5064 (calendar-mouse-tex-week): Rename cal-tex-mouse-week.
5065 (calendar-mouse-tex-week2): Rename cal-tex-mouse-week2.
5066 (calendar-mouse-tex-week-iso): Rename cal-tex-mouse-week-iso.
5067 (calendar-mouse-tex-week-monday): Rename cal-tex-mouse-week-monday.
5068 (calendar-mouse-tex-filofax-daily): Rename cal-tex-mouse-filofax-daily.
5069 (calendar-mouse-tex-filofax-2week): Rename cal-tex-mouse-filofax-2week.
5070 (calendar-mouse-tex-filofax-week): Rename cal-tex-mouse-filofax-week.
5071 (calendar-mouse-tex-month): Rename cal-tex-mouse-month.
5072 (calendar-mouse-tex-month-landscape):
5073 Rename cal-tex-mouse-month-landscape.
5074 (calendar-mouse-tex-year): Rename cal-tex-mouse-year.
5075 (calendar-mouse-tex-filofax-year): Rename cal-tex-mouse-filofax-year.
5076 (calendar-mouse-tex-year-landscape):
5077 Rename cal-tex-mouse-year-landscape.
5078 (cal-menu-context-mouse-menu): Update for above name changes.
5079
5080 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
5081 * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
5082 * calendar/cal-iso.el, calendar/cal-julian.el, calendar/cal-move.el:
5083 * calendar/cal-persia.el, calendar/cal-tex.el, calendar/calendar.el:
5084 * calendar/holidays.el: Replace int-to-string with number-to-string.
5085
5086 2008-04-08 Chong Yidong <cyd@stupidchicken.com>
5087
5088 * mwheel.el (mwheel-scroll): Deactivate any temporarily active
5089 region if point moves.
5090
5091 2008-04-08 Kenichi Handa <handa@m17n.org>
5092
5093 * faces.el (font-slant-table): Change numeric values for `r',
5094 `roman', and `normal'.
5095
5096 2008-04-07 Vincent Belaïche <vincent.b.1@hotmail.fr>
5097
5098 * calc/calc-vec.el (calcFunc-kron, calc-kron): New functions.
5099
5100 2008-04-07 Jay Belanger <jay.p.belanger@gmail.com>
5101
5102 * calc/calc-ext.el (calc-init-extensions): Add `calc-kron' and
5103 `calcFunc-kron' to autoloads. Add keybinding for `calc-kron'.
5104
5105 2008-04-07 Michael Albinus <michael.albinus@gmx.de>
5106
5107 * net/tramp.el (tramp-methods): Fix again tramp-copy-args of
5108 "pscp" and "psftp". Reported by Gilles Pion <gpion@lfdj.com>.
5109
5110 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
5111
5112 * dired-aux.el (dired-read-shell-command): Use read-shell-command.
5113
5114 2008-04-07 Sam Steingold <sds@gnu.org>
5115
5116 * progmodes/inf-lisp.el (lisp-compile-string, lisp-eval-string):
5117 Add helper functions.
5118 (lisp-do-defun): Extract the common part of lisp-eval-defun and
5119 lisp-compile-defun; DEFVAR forms reset the variables to the init
5120 values, just like in emacs-lisp mode eval-defun.
5121 (lisp-eval-defun, lisp-compile-defun): Use lisp-do-defun.
5122 (lisp-compile-region): Use lisp-compile-string.
5123
5124 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
5125
5126 * subr.el (combine-and-quote-strings): Also quote strings that contain
5127 the separator.
5128
5129 * pcvs-util.el (cvs-map): Avoid recursion :-(
5130
5131 2008-04-07 Glenn Morris <rgm@gnu.org>
5132
5133 * calendar/calendar.el (calendar-mode-map): Replace use of kbd.
5134
5135 * calendar.el (diary-view-entries-initially-flag): Rename
5136 view-diary-entries-initially. Keep old name as alias, update users.
5137 (calendar-mark-diary-entries-flag): Rename
5138 mark-diary-entries-in-calendar. Keep old name as alias, update users.
5139 (calendar-view-holidays-initially-flag): Rename
5140 view-calendar-holidays-initially. Keep old name as alias, update users.
5141 (calendar-mark-holidays-flag): Rename mark-holidays-in-calendar.
5142 Keep old name as alias, update users.
5143 (calendar-initial-window-hook): Rename initial-calendar-window-hook.
5144 Keep old name as alias, update users.
5145 (calendar-today-visible-hook): Rename today-visible-calendar-hook.
5146 Keep old name as alias, update users.
5147 (calendar-today-invisible-hook): Rename today-invisible-calendar-hook.
5148 Keep old name as alias, update users.
5149 (diary-iso-date-forms): Rename iso-date-diary-pattern. Update users.
5150 (diary-american-date-forms): Rename american-date-diary-pattern.
5151 Keep old name as alias, update users.
5152 (diary-european-date-forms): Rename european-date-diary-pattern.
5153 Keep old name as alias, update users.
5154 (calendar-iso-date-display-form): Rename iso-calendar-display-form.
5155 Keep old name as alias, update users.
5156 (calendar-european-date-display-form): Rename
5157 european-calendar-display-form. Keep old name as alias, update users.
5158 (calendar-american-date-display-form): Rename
5159 european-calendar-display-form. Keep old name as alias, update users.
5160 (diary-show-holidays-flag): Rename holidays-in-diary-buffer.
5161 Keep old name as alias, update users.
5162 (holiday-general-holidays): Rename general-holidays.
5163 Keep old name as alias, update users.
5164 (holiday-oriental-holidays): Rename oriental-holidays.
5165 Keep old name as alias, update users.
5166 (holiday-local-holidays): Rename local-holidays.
5167 Keep old name as alias, update users.
5168 (holiday-other-holidays): Rename other-holidays.
5169 Keep old name as alias, update users.
5170 (holiday-hebrew-holidays): Rename hebrew-holidays.
5171 Keep old name as alias, update users.
5172 (holiday-christian-holidays): Rename christian-holidays.
5173 Keep old name as alias, update users.
5174 (holiday-islamic-holidays): Rename islamic-holidays.
5175 Keep old name as alias, update users.
5176 (holiday-bahai-holidays): Rename bahai-holidays.
5177 Keep old name as alias, update users.
5178 (holiday-solar-holidays): Rename solar-holidays.
5179 Keep old name as alias, update users.
5180 (diary-fancy-buffer): Rename fancy-diary-buffer.
5181 Keep old name as alias, update users.
5182 (calendar-other-calendars-buffer): Rename other-calendars-buffer.
5183 Update users.
5184 (calendar-hebrew-yahrzeit-buffer): Rename cal-hebrew-yahrzeit-buffer.
5185 Update users.
5186 (calendar-increment-month): Rename increment-calendar-month.
5187 Keep old name as alias, update callers.
5188 (calendar-increment-month-cons): Rename old calendar-increment-month.
5189 Update callers.
5190 (calendar-extract-month): Rename extract-calendar-month.
5191 Keep old name as alias, update callers.
5192 (calendar-extract-day): Rename extract-calendar-day.
5193 Keep old name as alias, update callers.
5194 (calendar-extract-year): Rename extract-calendar-year.
5195 Keep old name as alias, update callers.
5196 (calendar-generate-window): Rename generate-calendar-window.
5197 Update callers.
5198 (calendar-generate): Rename generate-calendar. Update callers.
5199 (calendar-generate-month): Rename generate-calendar-month.
5200 Update callers.
5201 (calendar-redraw): Rename redraw-calendar. Update callers.
5202 (calendar-describe-mode): Rename describe-calendar-mode. Update uses.
5203 (calendar-mouse-other-month): Rename mouse-calendar-other-month.
5204 Update callers.
5205 (calendar-update-mode-line): Rename update-calendar-mode-line.
5206 Update callers.
5207 (calendar-exit): Rename exit-calendar. Keep old name as alias,
5208 update callers.
5209 (calendar-mark-visible-date): Rename mark-visible-calendar-date.
5210 Keep old name as alias, update callers.
5211 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
5212 * calendar/cal-dst.el, calendar/cal-french.el, calendar/cal-hebrew.el:
5213 * calendar/cal-html.el, calendar/cal-islam.el, calendar/cal-iso.el:
5214 * calendar/cal-julian.el, calendar/cal-menu.el, calendar/cal-move.el:
5215 * calendar/cal-persia.el, calendar/cal-tex.el, calendar/cal-x.el:
5216 * calendar/diary-lib.el, calendar/holidays.el, calendar/lunar.el:
5217 * calendar/solar.el: Update for calendar.el name changes.
5218 * org/org.el (org-agenda-format-date-aligned)
5219 (org-agenda-execute-calendar-command): Access date elements directly
5220 rather than using calendar functions.
5221 (org-read-date, org-goto-calendar, org-agenda-goto-calendar):
5222 Also set calendar-view-diary-initially-flag,
5223 calendar-view-holidays-initially-flag.
5224 (org-get-entries-from-diary): Also set diary-fancy-buffer.
5225 (org-agenda-execute-calendar-command): No need to set displayed-day.
5226
5227 2008-04-06 Alan Mackenzie <acm@muc.de>
5228
5229 * progmodes/cc-langs.el (c-before-font-lock-function): Correct a
5230 typo in the doc string.
5231
5232 * progmodes/cc-mode.el (c-basic-common-init):
5233 Set font-lock-extend-after-change-region-function.
5234 (c-extend-after-change-region): New function, used in
5235 font-lock-extend-after-change-region-function, thus superseding
5236 advice on the Font Lock after change functions.
5237 (c-advise-fl-for-region): Remove this macro.
5238
5239 2008-04-06 Reiner Steib <Reiner.Steib@gmx.de>
5240
5241 * textmodes/flyspell.el (flyspell-duplicate-distance):
5242 Improve custom type.
5243
5244 2008-04-06 Glenn Morris <rgm@gnu.org>
5245
5246 * calendar/diary-lib.el (diary-sexp-entry-symbol):
5247 Rename sexp-diary-entry-symbol. Keep old name as alias, update users.
5248 (diary-list-entries-hook): Rename list-diary-entries-hook.
5249 Keep old name as alias, update users.
5250 (diary-mark-entries-hook): Rename mark-diary-entries-hook.
5251 Keep old name as alias, update users.
5252 (diary-nongregorian-listing-hook): Rename
5253 nongregorian-diary-listing-hook. Keep old name as alias, update users.
5254 (diary-nongregorian-marking-hook): Rename
5255 nongregorian-diary-marking-hook. Keep old name as alias, update users.
5256 (diary-print-entries-hook): Rename print-diary-entries-hook.
5257 Keep old name as alias, update users.
5258 (diary-abbreviated-year-flag): Rename abbreviated-calendar-year.
5259 Keep old name as alias, update users.
5260 (diary-number-of-entries): Rename number-of-diary-entries.
5261 Keep old name as alias, update users.
5262 (view-diary-entries, list-diary-entries, show-all-diary-entries):
5263 Give version of obsolescence.
5264 (diary-view-other-diary-entries): Rename view-other-diary-entries.
5265 Keep old name as alias, update callers.
5266 (diary-add-to-list): Rename add-to-diary-list. Keep old name as alias,
5267 update callers.
5268 (diary-include-other-diary-files): Rename include-other-diary-files.
5269 Keep old name as alias, update callers.
5270 (diary-simple-display): Rename simple-diary-display.
5271 Keep old name as alias, update callers.
5272 (diary-fancy-display): Rename fancy-diary-display.
5273 Keep old name as alias, update callers.
5274 (diary-print-entries): Rename print-diary-entries.
5275 Keep old name as alias, update callers.
5276 (diary-marking-entries-flag): Rename marking-diary-entries.
5277 Update users.
5278 (diary-marking-entry-flag): Rename marking-diary-entry. Update users.
5279 (diary-mark-entries): Rename mark-diary-entries.
5280 Keep old name as alias, update callers.
5281 (diary-mark-sexp-entries): Rename mark-sexp-diary-entries.
5282 Keep old name as alias, update callers.
5283 (diary-mark-included-diary-files): Rename mark-included-diary-files.
5284 Keep old name as alias, update callers.
5285 (calendar-mark-days-named): Rename mark-calendar-days-named.
5286 Keep old name as alias, update callers.
5287 (calendar-mark-month): Rename mark-calendar-month.
5288 Keep old name as alias, update callers.
5289 (calendar-mark-date-pattern): Rename mark-calendar-date-pattern.
5290 Keep old name as alias, update callers.
5291 (diary-sort-entries): Rename sort-diary-entries.
5292 Keep old name as alias, update callers.
5293 (diary-list-sexp-entries): Rename list-sexp-diary-entries.
5294 Keep old name as alias, update callers.
5295 (diary-make-entry): Rename make-diary-entry. Keep old name as alias,
5296 update callers.
5297 (diary-insert-entry): Rename insert-diary-entry.
5298 Keep old name as alias.
5299 (diary-insert-weekly-entry): Rename insert-weekly-diary-entry.
5300 Keep old name as alias.
5301 (diary-insert-monthly-entry): Rename insert-monthly-diary-entry.
5302 Keep old name as alias.
5303 (diary-insert-yearly-entry): Rename insert-yearly-diary-entry.
5304 Keep old name as alias.
5305 (diary-insert-anniversary-entry): Rename insert-anniversary-diary-entry.
5306 Keep old name as alias.
5307 (diary-insert-block-entry): Rename insert-block-diary-entry.
5308 Keep old name as alias.
5309 (diary-insert-cyclic-entry): Rename insert-cyclic-diary-entry.
5310 Keep old name as alias.
5311 (diary-fancy-font-lock-keywords): Rename fancy-diary-font-lock-keywords.
5312 Keep old name as alias, update users.
5313 (diary-fancy-display-mode): Rename fancy-diary-display-mode.
5314 Keep old name as alias, update callers.
5315 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
5316 * calendar/cal-menu.el, calendar/cal-x.el, calendar/calendar.el:
5317 * calendar/icalendar.el: Update for diary-lib name changes.
5318
5319 2008-04-06 Chong Yidong <cyd@stupidchicken.com>
5320
5321 * dired-aux.el (dired-overwrite-confirmed): Revert last change.
5322
5323 * dired.el (dired-dnd-handle-local-file): Obey dired-backup-overwrite
5324 for copy, move, and link operations.
5325
5326 2008-04-06 Michael Kifer <kifer@cs.stonybrook.edu>
5327
5328 * emulation/viper-init.el, emulation/viper-ex.el, emulation/viper-cmd.el
5329 (viper-search-wrap-around-t): Replace with viper-search-wrap-around.
5330
5331 * ediff-util.el, ediff-vers.el, ediff-wind.el: Replace 3-argument
5332 'require' statements with 1-argument ones (wrapped in if's).
5333 For compatibility with the current stable version of XEmacs.
5334
5335 2008-04-06 Dan Nicolaescu <dann@ics.uci.edu>
5336
5337 * vc.el (vc-status-prepare-status-buffer): Reset vc-parent-buffer-name.
5338
5339 2008-04-06 Jason Rumney <jasonr@gnu.org>
5340
5341 * language/burmese.el ("Burmese"): Make sample text consistent with
5342 language name.
5343
5344 2008-04-06 Nick Roberts <nickrob@snap.net.nz>
5345
5346 * progmodes/gdb-ui.el (gdb): New group.
5347 (gdb-debug-log-max, gdb-enable-debug)
5348 (gdb-cpp-define-alist-program, gdb-cpp-define-alist-flags)
5349 (gdb-show-main, gdb-many-windows, gdb-use-separate-io-buffer)
5350 (gdb-speedbar-auto-raise, gdb-use-colon-colon-notation)
5351 (gdb-show-changed-values, gdb-max-children)
5352 (gdb-delete-out-of-scope, gdb-same-frame, gdb-find-source-frame)
5353 (breakpoint-enabled, breakpoint-disabled, gdb-max-frames)
5354 (gdb-all-registers, gdb-memory-repeat-count, gdb-memory-format)
5355 (gdb-memory-unit): Move to new group from GUD group.
5356 (menu): Allow customization from GDB-UI menu-item.
5357
5358 2008-04-05 Chong Yidong <cyd@stupidchicken.com>
5359
5360 * dired-aux.el (dired-overwrite-confirmed): Supply initial value.
5361
5362 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
5363
5364 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-annotate-command)
5365 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
5366 Revision numbers can include ".".
5367
5368 * diff-mode.el (diff-end-of-hunk): Be careful not to overlook trailing
5369 "+" lines not accounted for by counting "-" and context lines.
5370
5371 2008-04-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5372
5373 * term/mac-win.el (mac-service-open-file): Use file URL instead of
5374 file name string.
5375
5376 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
5377
5378 * vc-bzr.el (vc-bzr-annotate-command): Preserve line alignment.
5379 (vc-bzr-annotate-time): Accept space used to preserve alignment.
5380
5381 2008-04-05 Richard Stallman <rms@gnu.org>
5382
5383 * emacs-lisp/advice.el (defadvice): Add usage pattern.
5384
5385 2008-04-05 Nick Roberts <nickrob@snap.net.nz>
5386
5387 * progmodes/gdb-ui.el: Add advice about using Cygwin GDB (from a
5388 thread in [h-e-w]).
5389
5390 2008-04-05 Juanma Barranquero <lekktu@gmail.com>
5391
5392 * files.el (abort-if-file-too-large): Fix typo in docstring.
5393
5394 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
5395
5396 * subr.el (functionp): Return nil for special forms.
5397
5398 2008-04-05 Glenn Morris <rgm@gnu.org>
5399
5400 * emacs-lisp/autoload.el (autoload-ensure-default-file):
5401 Provide a feature.
5402 * calendar/calendar.el, calendar/diary-lib.el, calendar/holidays.el:
5403 Require loaddef file rather than loading it.
5404 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule now that
5405 autoload-ensure-default-file provides a feature.
5406
5407 * Makefile.in (LOADDEFS): Add mh-loaddefs.el.
5408 (AUTOGENEL): mh-loaddefs is in $LOADDEFS now.
5409 (compile, compile-always, recompile): Use $LOADDEFS.
5410 (cal-autoloads): Remove.
5411
5412 * calendar/cal-x.el (calendar-dedicate-diary): Use get-buffer rather
5413 than buffer-live-p. Reported by David Koppelman <koppel@ece.lsu.edu>.
5414
5415 * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
5416 (hebrew-holidays-3, hebrew-holidays-4): Don't autoload obsolescence.
5417
5418 * calendar/calendar.el (diary-hebrew-entry-symbol):
5419 Rename hebrew-diary-entry-symbol. Keep old name as alias.
5420 (diary-islamic-entry-symbol): Rename islamic-diary-entry-symbol.
5421 Keep old name as alias.
5422 (diary-bahai-entry-symbol): Rename bahai-diary-entry-symbol.
5423 Keep old name as alias.
5424 * calendar/cal-bahai.el: Update for rename bahai-diary-entry-symbol
5425 to diary-bahai-entry-symbol.
5426 * calendar/cal-hebrew.el: Update for rename hebrew-diary-entry-symbol
5427 to diary-hebrew-entry-symbol.
5428 * calendar/cal-islam.el: Update for rename islamic-diary-entry-symbol
5429 to diary-islamic-entry-symbol.
5430 * calendar/diary-lib.el: Update for diary-entry-symbol renames.
5431
5432 * calendar/solar.el (diary-sabbath-candles-minutes)
5433 (diary-sabbath-candles): Move to cal-hebrew.
5434 * calendar/cal-hebrew.el (diary-hebrew-sabbath-candles-minutes)
5435 (diary-hebrew-sabbath-candles): Move here from solar.el and rename.
5436 Doc fix. Keep old name as alias.
5437 (diary-hebrew-sabbath-candles): Simplify.
5438 (solar-setup, solar-sunrise-sunset, calendar-latitude)
5439 (calendar-longitude, calendar-time-zone): Declare for compiler.
5440 * calendar/diary-lib.el (list-sexp-diary-entries): Update doc for
5441 rename.
5442
5443 * calendar/cal-coptic.el (calendar-coptic-month-name-array):
5444 Rename coptic-calendar-month-name-array. Update callers.
5445 (calendar-coptic-epoch): Rename coptic-calendar-epoch. Update callers.
5446 (calendar-coptic-name): Rename coptic-name. Update callers.
5447 (calendar-coptic-leap-year-p): Rename coptic-calendar-leap-year-p.
5448 Update callers.
5449 (calendar-coptic-last-day-of-month):
5450 Rename coptic-calendar-last-day-of-month. Update callers.
5451 (calendar-coptic-to-absolute): Rename calendar-absolute-from-coptic.
5452 Keep old name as alias, update callers.
5453 (calendar-coptic-print-date): Rename calendar-print-coptic-date.
5454 Keep old name as alias, update callers.
5455 (calendar-coptic-goto-date): Rename calendar-goto-coptic-date.
5456 Keep old name as alias.
5457 (calendar-ethiopic-month-name-array):
5458 Rename ethiopic-calendar-month-name-array. Update callers.
5459 (calendar-ethiopic-epoch): Rename ethiopic-calendar-epoch.
5460 Update callers.
5461 (calendar-ethiopic-name): Rename ethiopic-name. Update callers.
5462 (calendar-ethiopic-to-absolute): Rename calendar-absolute-from-ethiopic.
5463 Keep old name as alias, update callers.
5464 (calendar-ethiopic-print-date): Rename calendar-print-ethiopic-date.
5465 Keep old name as alias, update callers.
5466 (calendar-ethiopic-goto-date): Rename calendar-goto-ethiopic-date.
5467 Keep old name as alias.
5468
5469 * calendar/cal-french.el (calendar-french-epoch):
5470 Rename french-calendar-epoch. Update callers.
5471 (calendar-french-month-name-array): Rename variable and function
5472 french-calendar-month-name-array. Update callers.
5473 (calendar-french-multibyte-month-name-array):
5474 Rename french-calendar-multibyte-month-name-array. Update callers.
5475 (calendar-french-day-name-array): Rename variable and function
5476 french-calendar-day-name-array. Update callers.
5477 (calendar-french-special-days-array): Rename variable and function
5478 french-calendar-special-days-array. Update callers.
5479 (calendar-french-multibyte-special-days-array):
5480 Rename french-calendar-multibyte-special-days-array. Update callers.
5481 (calendar-french-accents-p): Rename french-calendar-accents.
5482 Update callers.
5483 (calendar-french-leap-year-p): Rename french-calendar-leap-year-p.
5484 Update callers.
5485 (calendar-french-last-day-of-month):
5486 Rename french-calendar-last-day-of-month. Update callers.
5487 (calendar-french-to-absolute): Rename calendar-absolute-from-french.
5488 Keep old name as alias, update callers.
5489 (calendar-french-print-date): Rename calendar-print-french-date.
5490 Keep old name as alias, update callers.
5491 (calendar-french-goto-date): Rename calendar-goto-french-date.
5492 Keep old name as alias.
5493
5494 * calendar/cal-menu.el, calendar/calendar.el:
5495 Update for Coptic and French name changes.
5496
5497 * calendar/cal-china.el (calendar-chinese): Rename custom group
5498 from chinese-calendar. Update users.
5499 (calendar-chinese-time-zone): Rename chinese-calendar-time-zone.
5500 Keep old name as alias, update users.
5501 (calendar-chinese-location-name): Rename chinese-calendar-location-name.
5502 Keep old name as alias.
5503 (calendar-chinese-daylight-time-offset):
5504 Rename chinese-calendar-daylight-time-offset. Keep old name as alias,
5505 update users.
5506 (calendar-chinese-standard-time-zone-name):
5507 Rename chinese-calendar-standard-time-zone-name.
5508 Keep old name as alias, update users.
5509 (calendar-chinese-daylight-saving-start):
5510 Rename chinese-calendar-daylight-savings-starts.
5511 Keep old name as alias, update users.
5512 (calendar-chinese-daylight-saving-end):
5513 Rename chinese-calendar-daylight-savings-ends. Keep old name as alias,
5514 update users.
5515 (calendar-chinese-daylight-saving-start-time):
5516 Rename chinese-calendar-daylight-savings-starts-time.
5517 Keep old name as alias, update users.
5518 (calendar-chinese-daylight-saving-end-time):
5519 Rename chinese-calendar-daylight-savings-ends-time.
5520 Keep old name as alias, update users.
5521 (calendar-chinese-celestial-stem): Rename
5522 calendar-chinese-celestial-stem. Keep old name as alias, update users.
5523 (calendar-chinese-terrestrial-branch):
5524 Rename calendar-chinese-terrestrial-branch. Keep old name as alias,
5525 update users.
5526 (calendar-chinese-zodiac-sign-on-or-after):
5527 Rename chinese-zodiac-sign-on-or-after. Update callers.
5528 (calendar-chinese-new-moon-on-or-after):
5529 Rename chinese-new-moon-on-or-after. Update callers.
5530 (calendar-chinese-month-list): Rename chinese-month-list.
5531 Update callers.
5532 (calendar-chinese-number-months): Rename number-chinese-months.
5533 Update callers.
5534 (calendar-chinese-compute-year): Rename compute-chinese-year.
5535 Update callers.
5536 (calendar-chinese-year-cache): Rename chinese-year-cache. Update users.
5537 (calendar-chinese-year): Rename chinese-year. Update callers.
5538 (calendar-chinese-year-cache-init): Rename chinese-year-cache-init.
5539 (calendar-chinese-to-absolute): Rename calendar-absolute-from-chinese.
5540 Keep old name as alias, update callers.
5541 (calendar-chinese-print-date): Rename calendar-print-chinese-date.
5542 Keep old name as alias, update callers.
5543 (calendar-chinese-months-to-alist):
5544 Rename make-chinese-month-assoc-list. Update callers.
5545 (calendar-chinese-months): Rename chinese-months. Update callers.
5546 (calendar-chinese-goto-date): Rename calendar-goto-chinese-date.
5547 Keep old name as alias, update callers.
5548
5549 * calendar/cal-hebrew.el (calendar-hebrew-leap-year-p):
5550 Rename hebrew-calendar-leap-year-p. Update callers.
5551 (calendar-hebrew-last-month-of-year):
5552 Rename hebrew-calendar-last-month-of-year. Update callers.
5553 (calendar-hebrew-elapsed-days): Rename hebrew-calendar-elapsed-days.
5554 Update callers.
5555 (calendar-hebrew-days-in-year): Rename hebrew-calendar-days-in-year.
5556 Update callers.
5557 (calendar-hebrew-long-heshvan-p): Rename hebrew-calendar-long-heshvan-p.
5558 Update callers.
5559 (calendar-hebrew-short-kislev-p): Rename hebrew-calendar-short-kislev-p.
5560 Update callers.
5561 (calendar-hebrew-last-day-of-month):
5562 Rename hebrew-calendar-last-day-of-month. Update callers.
5563 (calendar-hebrew-to-absolute): Rename calendar-absolute-from-hebrew.
5564 Keep old name as alias, update callers.
5565 (calendar-hebrew-print-date): Rename calendar-print-hebrew-date.
5566 Keep old name as alias, update callers.
5567 (calendar-hebrew-yahrzeit): Rename hebrew-calendar-yahrzeit.
5568 Keep old name as alias, update callers.
5569 (calendar-hebrew-goto-date): Rename calendar-goto-hebrew-date.
5570 Keep old name as alias.
5571 (holiday-hebrew-rosh-hashanah): Rename holiday-rosh-hashanah-etc.
5572 Keep old name as alias.
5573 (holiday-hebrew-hanukkah): Rename holiday-hanukkah.
5574 Keep old name as alias.
5575 (holiday-hebrew-passover): Rename holiday-passover-etc.
5576 Keep old name as alias.
5577 (holiday-hebrew-tisha-b-av): Rename holiday-tisha-b-av-etc.
5578 Keep old name as alias, update callers.
5579 (diary-hebrew-list-entries): Rename list-hebrew-diary-entries.
5580 Keep old name as alias.
5581 (calendar-hebrew-mark-date-pattern):
5582 Rename mark-hebrew-calendar-date-pattern. Keep old name as alias,
5583 update callers.
5584 (diary-hebrew-mark-entries): Rename mark-hebrew-diary-entries.
5585 Keep old name as alias.
5586 (diary-hebrew-insert-entry): Rename insert-hebrew-diary-entry.
5587 Keep old name as alias.
5588 (diary-hebrew-insert-monthly-entry):
5589 Rename insert-monthly-hebrew-diary-entry. Keep old name as alias.
5590 (diary-hebrew-insert-yearly-entry):
5591 Rename insert-yearly-hebrew-diary-entry. Keep old name as alias.
5592 (calender-hebrew-list-yahrzeits): Rename list-yahrzeit-dates.
5593 Keep old name as alias.
5594 (diary-hebrew-omer): Rename diary-omer. Keep old name as alias.
5595 (diary-hebrew-yahrzeit): Rename diary-yahrzeit. Keep old name as alias.
5596 (diary-hebrew-rosh-hodesh): Rename diary-rosh-hodesh.
5597 Keep old name as alias.
5598 (calendar-hebrew-parashiot-names):
5599 Rename hebrew-calendar-parashiot-names. Update callers.
5600 (calendar-hebrew-parasha-name): Rename hebrew-calendar-parasha-name.
5601 (calendar-hebrew-year-Saturday-incomplete-Sunday):
5602 Rename hebrew-calendar-year-Saturday-incomplete-Sunday.
5603 (calendar-hebrew-year-Saturday-complete-Tuesday):
5604 Rename hebrew-calendar-year-Saturday-complete-Tuesday.
5605 (calendar-hebrew-year-Monday-incomplete-Tuesday):
5606 Rename hebrew-calendar-year-Monday-incomplete-Tuesday.
5607 (calendar-hebrew-year-Monday-complete-Thursday):
5608 Rename hebrew-calendar-year-Monday-complete-Thursday.
5609 (calendar-hebrew-year-Tuesday-regular-Thursday):
5610 Rename hebrew-calendar-year-Tuesday-regular-Thursday.
5611 (calendar-hebrew-year-Thursday-regular-Saturday):
5612 Rename hebrew-calendar-year-Thursday-regular-Saturday.
5613 (calendar-hebrew-year-Thursday-complete-Sunday):
5614 Rename hebrew-calendar-year-Thursday-complete-Sunday.
5615 (calendar-hebrew-year-Saturday-incomplete-Tuesday):
5616 Rename hebrew-calendar-year-Saturday-incomplete-Tuesday.
5617 (calendar-hebrew-year-Saturday-complete-Thursday):
5618 Rename hebrew-calendar-year-Saturday-complete-Thursday.
5619 (calendar-hebrew-year-Monday-incomplete-Thursday):
5620 Rename hebrew-calendar-year-Monday-incomplete-Thursday.
5621 (calendar-hebrew-year-Monday-complete-Saturday):
5622 Rename hebrew-calendar-year-Monday-complete-Saturday.
5623 (calendar-hebrew-year-Tuesday-regular-Saturday):
5624 Rename hebrew-calendar-year-Tuesday-regular-Saturday.
5625 (calendar-hebrew-year-Thursday-incomplete-Sunday):
5626 Rename hebrew-calendar-year-Thursday-incomplete-Sunday.
5627 (calendar-hebrew-year-Thursday-complete-Tuesday):
5628 Rename hebrew-calendar-year-Thursday-complete-Tuesday.
5629 (diary-hebrew-parasha): Rename diary-parasha. Keep old name as alias.
5630 Update for above name changes of constants.
5631
5632 * calendar/cal-menu.el, calendar/calendar.el:
5633 Update for chinese and hebrew name changes.
5634 * calendar/diary-lib.el: Update for hebrew name changes.
5635
5636 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
5637
5638 * subr.el (keymap-canonicalize): Correct thinko.
5639
5640 * server.el: Undo part of the multi-tty change, which is only
5641 needed if server.el is preloaded, and broke server-running-p.
5642 (server-socket-dir): Initialize in the defvar, as before.
5643 (server-start): Remove initialization of server-socket-dir.
5644
5645 2008-04-05 Eli Zaretskii <eliz@gnu.org>
5646
5647 * ls-lisp.el (ls-lisp-format): Support inodes that are 2- or
5648 3-member cons cells.
5649
5650 2008-04-05 Chong Yidong <cyd@stupidchicken.com>
5651
5652 * cus-face.el (custom-face-attributes): Handle roman slant.
5653
5654 * faces.el (default): Ensure the face-defface-spec property is set.
5655
5656 2008-04-05 Adrian Robert <Adrian.B.Robert@gmail.com>
5657
5658 * files.el (abort-if-file-too-large): New function.
5659 (find-file-noselect, insert-file-1): Use it.
5660
5661 2008-04-05 Reto Zimmermann <reto@gnu.org>
5662
5663 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
5664 Replace C-c[a-zA-Z] key bindings.
5665
5666 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
5667
5668 * progmodes/hideif.el (hif-token-alist): New var.
5669 (hif-token-regexp, hif-tokenize): Use it.
5670 (hif-mathify-binop): New macro.
5671 (hif-plus, hif-minus, hif-notequal, hif-greater, hif-less)
5672 (hif-greater-equal, hif-less-equal): Use it.
5673 (hif-logior, hif-logand): New functions.
5674 (hif-math): Accept | and & as well.
5675
5676 * progmodes/etags.el: Fix problem with completion for buffer-local
5677 tables. Reported by Radey Shouman <shouman@comcast.net>.
5678 (tags-complete-tag): Remove.
5679 (tags-lazy-completion-table): New function to replace it.
5680 (find-tag-tag, complete-tag): Update users.
5681
5682 2008-04-04 Dan Nicolaescu <dann@ics.uci.edu>
5683
5684 * vc-rcs.el (vc-rcs-dir-status):
5685 * vc-sccs.el (vc-sccs-dir-status): New function.
5686
5687 * outline.el (outline-mode-menu-bar-map):
5688 * term.el (terminal-signal-menu): Add :help.
5689
5690 * net/eudc.el (eudc-mode-map): Declare and define in one step.
5691 (eudc-tail-menu, eudc-server-menu, eudc-tools-menu): Add :help.
5692
5693 * emacs-lisp/re-builder.el (reb-mode-map):
5694 * textmodes/nroff-mode.el (nroff-mode-map): Add menus.
5695
5696 * diff-mode.el (diff-file-junk-re): Recognize the git format for
5697 new files, deleted files and for changing permissions.
5698 (diff-mode): Set beginning-of-defun-function and
5699 end-of-defun-function.
5700
5701 * vc-bzr.el (vc-bzr-state): Use when instead of if.
5702
5703 * vc.el (vc-default-status-fileinfo-extra): New function.
5704 (vc-status-mark-buffer-changed): Use it.
5705 (vc-update-vc-status-buffer): Allow for partial updates.
5706
5707 2008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
5708
5709 * net/tramp.el (after-init-hook): Don't wrap a lambda around
5710 tramp-register-completion-file-name-handler.
5711
5712 * subr.el (keymap-canonicalize): New function.
5713 * mouse.el (mouse-menu-non-singleton): Use it.
5714 (mouse-major-mode-menu): Remove hack made unnecessary.
5715
5716 * simple.el (set-fill-column): Prompt rather than error by default.
5717
5718 2008-04-04 Andreas Schwab <schwab@suse.de>
5719
5720 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
5721 Reset new-rules after each round.
5722
5723 * Makefile.in (cal-autoloads): New target.
5724 (compile, compile-always, recompile): Depend on it.
5725 ($(lisp)/calendar/cal-loaddefs.el)
5726 ($(lisp)/calendar/diary-loaddefs.el)
5727 ($(lisp)/calendar/hol-loaddefs.el): Depend on calendar/*.el.
5728
5729 2008-04-04 Michael Kifer <kifer@cs.stonybrook.edu>
5730
5731 * ediff*.el: Replace load with require in eval-when-compile.
5732
5733 * ediff-hook: Delete all invocations of (autoload ...).
5734
5735 * ediff-util.el (ediff-setup): Make window-min-height a local variable
5736 in ediff control window, and set its min height to 2.
5737 (ediff-setup-control-buffer): Dedicate the control window.
5738 (ediff-toggle-multiframe): Undedicate control window.
5739 Work directly with ediff-setup-windows-multiframe and
5740 ediff-setup-windows-plain.
5741
5742 * ediff-wind (ediff-choose-window-setup-function-automatically):
5743 New function.
5744 (ediff-window-setup-function): Change initialization.
5745 (ediff-setup-windows-automatic): Delete.
5746 (ediff-setup-windows-plain-merge): Make control window dedicated.
5747 (ediff-destroy-control-frame): Do not skip frames if working in a
5748 single frame.
5749
5750 * emulation/viper-ex.el: Move provide's forward, prevent recursion in
5751 eval-when-compile.
5752
5753 * emulation/viper-util.el: Move provide's forward, prevent recursion in
5754 eval-when-compile.
5755
5756 2008-04-04 Glenn Morris <rgm@gnu.org>
5757
5758 * calendar/cal-bahai.el (calendar-bahai-to-absolute): Rename
5759 calendar-absolute-from-bahai. Update callers, keep old name as alias.
5760
5761 * calendar/cal-islam.el (calendar-islamic-leap-year-p):
5762 Rename islamic-calendar-leap-year-p. Update callers.
5763 (calendar-islamic-last-day-of-month):
5764 Rename islamic-calendar-last-day-of-month. Update callers.
5765 (calendar-islamic-day-number):
5766 Rename islamic-calendar-day-number. Update callers.
5767 (calendar-islamic-to-absolute): Rename calendar-absolute-from-islamic.
5768 Update callers, keep old name as alias.
5769 (calendar-islamic-print-date): Rename calendar-print-islamic-date.
5770 Update callers, keep old name as alias.
5771 (calendar-islamic-goto-date): Rename calendar-goto-islamic-date.
5772 Keep old name as alias.
5773 (diary-islamic-list-entries): Rename list-islamic-diary-entries.
5774 Update callers, keep old name as alias.
5775 (calendar-islamic-mark-date-pattern):
5776 Rename mark-islamic-calendar-date-pattern. Update callers, keep old
5777 name as alias.
5778 (diary-islamic-insert-entry): Rename insert-islamic-diary-entry.
5779 Keep old name as alias.
5780 (diary-islamic-insert-monthly-entry):
5781 Rename insert-monthly-islamic-diary-entry. Keep old name as alias.
5782 (diary-islamic-insert-yearly-entry):
5783 Rename insert-yearly-islamic-diary-entry. Keep old name as alias.
5784
5785 * calendar/cal-iso.el (calendar-iso-to-absolute): Rename
5786 calendar-absolute-from-iso. Update callers, keep old name as alias.
5787 (calendar-iso-print-date): Rename calendar-print-iso-date.
5788 Update callers, keep old name as alias.
5789 (calendar-iso-goto-date): Rename calendar-goto-iso-date.
5790 Keep old name as alias.
5791 (calendar-iso-goto-week): Rename calendar-goto-iso-week.
5792 Keep old name as alias.
5793
5794 * calendar/cal-julian.el (calendar-julian-to-absolute): Rename
5795 calendar-absolute-from-julian. Update callers, keep old name as alias.
5796 (calendar-julian-print-date): Rename calendar-print-julian-date.
5797 Update callers, keep old name as alias.
5798 (calendar-julian-goto-date): Rename calendar-goto-julian-date.
5799 Update callers, keep old name as alias.
5800 (calendar-astro-to-absolute): Rename calendar-absolute-from-astro.
5801 Update callers, keep old name as alias.
5802 (calendar-astro-print-day-number):
5803 Rename calendar-print-astro-day-number. Update callers, keep old
5804 name as alias.
5805 (calendar-astro-goto-day-number): Rename calendar-goto-astro-day-number.
5806 Update callers, keep old name as alias.
5807
5808 * calendar/cal-mayan.el (calendar-mayan-string-from-long-count):
5809 Rename calendar-string-to-mayan-long-count. Update callers.
5810 (calendar-mayan-print-date): Rename calendar-print-mayan-date.
5811 Update callers, keep old name as alias.
5812 (calendar-mayan-read-haab-date): Rename calendar-read-mayan-haab-date.
5813 Update callers.
5814 (calendar-mayan-read-tzolkin-date):
5815 Rename calendar-read-mayan-tzolkin-date. Update callers.
5816 (calendar-mayan-next-haab-date): Rename calendar-next-haab-date.
5817 Keep old name as alias.
5818 (calendar-mayan-previous-haab-date): Rename calendar-previous-haab-date.
5819 Keep old name as alias.
5820 (calendar-mayan-next-tzolkin-date): Rename calendar-next-tzolkin-date.
5821 Keep old name as alias.
5822 (calendar-mayan-previous-tzolkin-date):
5823 Rename calendar-previous-tzolkin-date. Keep old name as alias.
5824 (calendar-mayan-next-round-date):
5825 Rename calendar-next-calendar-round-date. Keep old name as alias.
5826 (calendar-mayan-previous-round-date):
5827 Rename calendar-previous-calendar-round-date. Keep old name as alias.
5828 (calendar-mayan-long-count-to-absolute): Rename
5829 calendar-absolute-from-mayan-long-count. Keep old name as alias.
5830 (calendar-mayan-goto-long-count-date):
5831 Rename calendar-goto-mayan-long-count-date. Keep old name as alias.
5832
5833 * calendar/cal-persia.el (calendar-persian-month-name-array):
5834 Rename persian-calendar-month-name-array. Update callers.
5835 (calendar-persian-epoch): Rename persian-calendar-epoch.
5836 Update callers.
5837 (calendar-persian-leap-year-p): Rename persian-calendar-leap-year-p.
5838 Update callers.
5839 (calendar-persian-last-day-of-month):
5840 Rename persian-calendar-last-day-of-month. Update callers.
5841 (calendar-persian-to-absolute): Rename calendar-absolute-from-persian.
5842 Update callers, keep old name as alias.
5843 (calendar-persian-print-date): Rename calendar-print-persian-date.
5844 Update callers, keep old name as alias.
5845 (calendar-persian-goto-date): Rename calendar-goto-persian-date.
5846 Keep old name as alias.
5847
5848 * calendar/cal-china.el, calendar/cal-coptic.el, calendar/cal-islam.el:
5849 * calendar/cal-persia.el, calendar/holidays.el, calendar/lunar.el:
5850 * calendar/solar.el: Update for cal-julian name changes.
5851
5852 * calendar/cal-dst.el: Update for persian name changes.
5853
5854 * calendar/cal-menu.el, calendar/calendar.el:
5855 Update for islamic, iso, julian, mayan, persian name changes.
5856
5857 * calendar/diary-lib.el: Update for islamic name changes.
5858
5859 * calendar/calendar.el (calendar-hebrew-all-holidays-flag):
5860 Rename all-hebrew-calendar-holidays. Update callers, keep old name
5861 as alias.
5862 (calendar-christian-all-holidays-flag):
5863 Rename all-christian-calendar-holidays. Update callers, keep old
5864 name as alias.
5865 (calendar-islamic-all-holidays-flag):
5866 Rename all-islamic-calendar-holidays. Update callers, keep old
5867 name as alias.
5868 (calendar-bahai-all-holidays-flag): Rename all-bahai-calendar-holidays.
5869 Update callers, keep old name as alias.
5870 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/holidays.el:
5871 Update for the above name changes.
5872
5873 2008-04-04 Juanma Barranquero <lekktu@gmail.com>
5874
5875 * hilit-chg.el (global-highlight-changes-mode)
5876 (highlight-changes-passive-string, highlight-changes-active-string):
5877 Mark as obsolete since 23.1, not 22.1.
5878
5879 2008-04-03 Juanma Barranquero <lekktu@gmail.com>
5880
5881 * hilit-chg.el (highlight-changes-visibility-initial-state)
5882 (hilit-chg-update, highlight-changes-mode-turn-on):
5883 Fix typos in docstrings.
5884
5885 2008-04-03 Stephen Berman <Stephen.Berman@gmx.net>
5886
5887 * newcomment.el (comment-enter-backward): Be careful to restore
5888 position changed during narrowing.
5889
5890 2008-04-03 Giuliano Procida <giuliano.procida@googlemail.com> (tiny change)
5891
5892 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
5893 Recognize `sub ($$)'.
5894
5895 2008-04-03 Richard Sharman <rsharman@pobox.com>
5896
5897 * hilit-chg.el (highlight-changes-mode): Rename from
5898 highlight-changes; no longer uses sub-modes active and passive;
5899 implemented by define-minor-mode.
5900 (highlight-changes-toggle-visibility): New function, to replace
5901 the old passive/active submodes of global-highlight-changes-mode;
5902 implemented by define-minor-mode.
5903 (global-highlight-changes-mode): Rename from global-highlight-changes;
5904 rewrite using define-globalized-minor-mode.
5905 (hilit-chg-major-mode-hook, hilit-chg-check-global)
5906 (hilit-chg-post-command-hook, hilit-chg-check-global)
5907 (hilit-chg-update-all-buffers, hilit-chg-turn-off-maybe): Remove due
5908 to use of define-globalized-minor-mode.
5909 (highlight-changes-global-initial-state): Change to be boolean.
5910 (highlight-changes-visible-string, highlight-changes-invisible-string):
5911 Rename from highlight-changes-active-string and
5912 highlight-changes-passive-string.
5913 (hilit-chg-update, hilit-chg-set): Use them.
5914 (global-highlight-changes-mode): Rename from global-highlight-changes.
5915 (hilit-chg-map-changes, hilit-chg-display-changes): Add arguments to
5916 docstring.
5917 (hilit-chg-hide-changes): Rewrite to use dolist.
5918 (hilit-chg-set-face-on-change, hilit-chg-update)
5919 (highlight-changes-rotate-faces): Use highlight-changes-visible-mode
5920 variable instead of testing highlight-changes-mode.
5921 (highlight-markup-buffers): Add require ediff-util; argument on calls
5922 to highlight-changes-mode changed.
5923 (highlight-compare-with-file): Fix problems with interactive
5924 call giving invalid default file.
5925
5926 2008-04-03 Nick Roberts <nickrob@snap.net.nz>
5927
5928 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
5929 Fix in disassembly buffer (regression in 22.2).
5930
5931 2008-04-03 Michael Kifer <kifer@cs.stonybrook.edu>
5932
5933 * emulation/viper-macs.el (viper-read-fast-keysequence):
5934 Use viper-read-event instead of viper-read-key.
5935
5936 * emulation/viper.el (viper-mode): Move the check for fundamental mode.
5937
5938 * emulation/viper-utils.el (viper-get-saved-cursor-color-in-insert-mode)
5939 (viper-get-saved-cursor-color-in-replace-mode): Get rid of redundant
5940 let-statements.
5941
5942 * emulation/viper-ex.el, emulation/viper-macs.el:
5943 * emulation/viper-mous.el:
5944 Replace load with require in eval-when-compile.
5945
5946 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
5947
5948 * files.el (auto-mode-alist): Use archive-mode for Debian packages.
5949
5950 * arc-mode.el (archive-mode-map): Obey mouse-1-click-follows-link.
5951 (archive-try-jka-compr): New function.
5952 (archive-set-buffer-as-visiting-file): Use it.
5953
5954 * tar-mode.el (tar-mode-map): Obey mouse-1-click-follows-link.
5955
5956 2008-04-03 Chong Yidong <cyd@stupidchicken.com>
5957
5958 * simple.el (handle-shift-selection): New arg.
5959
5960 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
5961
5962 * emacs-lisp/cl-macs.el (defsetf): Accept a lambda for the 2-arg form.
5963
5964 * vc-bzr.el (vc-bzr-previous-revision, vc-bzr-next-revision): New funs.
5965
5966 2008-04-03 Chong Yidong <cyd@stupidchicken.com>
5967
5968 * shell.el (shell-dynamic-complete-filename): New fun.
5969 (shell-dynamic-complete-functions): Use it.
5970
5971 * help-fns.el (describe-variable): Undo 2008-02-25 change.
5972
5973 2008-04-03 Kenichi Handa <handa@m17n.org>
5974
5975 * international/fontset.el (create-fontset-from-x-resource):
5976 Handle the error of X resource more gracefully.
5977
5978 * international/latin1-disp.el (latin1-display): Don't use make-char.
5979 Fix the argument to set-char-table-range.
5980 (latin1-display-identities): Don't use make-char.
5981 (latin1-display-reset): Use map-charset-chars instead of directly
5982 calling standard-display-default.
5983 (latin1-display-check-font): Don't use make-char.
5984 (latin1-display-setup): Likewise.
5985 (latin1-display-ucs-per-lynx): Likewise.
5986
5987 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
5988
5989 * emacs-lisp/timer.el (timer): Define as a defstruct, so we can
5990 name the fields, to make the code clearer.
5991 Rewrite all `aset' and `aref' using the defined accessors.
5992 (timer--time): New pseudo-field.
5993 (timer-set-time, timer-set-idle-time, timer-inc-time)
5994 (timer-set-time-with-usecs, with-timeout-suspend): Use it.
5995 (timer--time-less-p): New function.
5996 (timer--activate): New function, extracted from timer-activate.
5997 (timer-activate-when-idle, timer-activate): Use it.
5998 (cancel-function-timers): Use dolist.
5999
6000 2008-04-03 Glenn Morris <rgm@gnu.org>
6001
6002 * add-log.el (c-beginning-of-defun, c-end-of-defun):
6003 Remove declarations; no longer used.
6004 (c-cpp-define-name, c-defun-name): Declare as functions.
6005
6006 * calendar/cal-bahai.el (holiday-fixed): Autoload it.
6007 (holiday-bahai-new-year, holiday-bahai-ridvan): New functions.
6008
6009 * calendar/cal-hebrew.el (holiday-rosh-hashanah-etc)
6010 (holiday-passover-etc, holiday-hanukkah): Doc fix.
6011 Add optional argument. Simplify.
6012 (holiday-tisha-b-av-etc): Use memq rather than unless.
6013 (holiday-julian): Autoload it.
6014 (holiday-hebrew-misc): New function.
6015
6016 * calendar/cal-islam.el (holiday-islamic-new-year): New function.
6017
6018 * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
6019 (hebrew-holidays-3, hebrew-holidays-4): Make obsolete.
6020 (hebrew-holidays-2): Just use holiday-hanukkah now it respects
6021 all-hebrew-calendar-holidays.
6022 (hebrew-holidays, christian-holidays, islamic-holidays, bahai-holidays):
6023 Simplify using new functions.
6024 (calendar-holidays): Doc fix.
6025 (generate-calendar-window): Use bound-and-true-p.
6026
6027 * calendar/diary-lib.el (diary-mail-addr): Use bound-and-true-p.
6028
6029 * calendar/holidays.el (calendar-holiday-list): Fix previous change.
6030 (holiday-filter-visible-calendar): Doc fix. Use mapcar.
6031 (holiday-easter-etc): Fix nesting of result. Tweak holiday order.
6032 Use calendar-date-is-visible-p, not holiday-filter-visible-calendar.
6033
6034 * net/tramp.el (tramp-drop-volume-letter): Move definition before use.
6035
6036 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
6037
6038 * vc-mtn.el (vc-mtn-command): Avoid localization of messages.
6039
6040 * vc-bzr.el (vc-bzr-checkout): Simplify.
6041
6042 * image-mode.el (image-mode-fit-frame): New command.
6043
6044 * simple.el (beginning-of-buffer, end-of-buffer, goto-line, undo)
6045 (copy-region-as-kill, kill-ring-save, use-region-p, mark-word)
6046 (keyboard-escape-quit): Check region-active-p i.s.o
6047 transient-mark-mode.
6048
6049 2008-04-02 Simon Josefsson <simon@josefsson.org>
6050
6051 * net/imap.el (imap-enable-exchange-bug-workaround): New variable.
6052 (imap-message-copyuid-1): Use it.
6053 (imap-message-appenduid-1): Likewise. Based on patch by Nathan
6054 J. Williams in
6055 <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
6056
6057 2008-04-02 Alan Mackenzie <acm@muc.de>
6058
6059 * progmodes/cc-cmds.el (c-defun-name, c-cpp-define-name):
6060 New optimised functions to get the name of the current defun/macro.
6061
6062 * add-log.el (add-log-current-defun): Move the functionality which
6063 gets the current function name for C like modes to cc-cmds.el,
6064 thus optimising for speed.
6065
6066 2008-04-02 Chong Yidong <cyd@stupidchicken.com>
6067
6068 * simple.el (deactivate-mark): When the mark is temporarily
6069 active, restore the original value of transient-mark-mode.
6070 (set-mark-command): First deactivate the mark if was temporarily active.
6071 (exchange-point-and-mark): Reactivate the mark if it was
6072 temporarily active.
6073 (handle-shift-selection): New fun.
6074 (transient-mark-mode): Move var documentation here from buffer.c.
6075 (next-line, previous-line, backward-word, move-end-of-line)
6076 (move-beginning-of-line, forward-to-indentation)
6077 (backward-to-indentation, back-to-indentation)
6078 (beginning-of-buffer, end-of-buffer): Add ^ interactive spec.
6079
6080 * mouse.el (mouse-set-region-1): Save the old value of
6081 transient-mark-mode.
6082 (mouse-drag-track): Ignore the now-obsolete value `identity' for
6083 transient-mark-mode.
6084
6085 * textmodes/paragraphs.el (forward-paragraph)
6086 (backward-paragraph, forward-sentence, backward-sentence): Add ^
6087 interactive spec.
6088
6089 * emulation/cua-base.el (cua-mode): Turn off shift-select-mode.
6090
6091 2008-04-02 Michael Albinus <michael.albinus@gmx.de>
6092
6093 * net/tramp.el (tramp-make-tramp-temp-file):
6094 Use `tramp-drop-volume-letter' for the local file name part.
6095
6096 2008-04-02 Dan Nicolaescu <dann@ics.uci.edu>
6097
6098 * progmodes/sh-script.el (sh-mode-map): Rename the menu. Add :help.
6099 Add menu entries corresponding to all the key bindings.
6100
6101 * emacs-lisp/debug.el (debugger-mode-map):
6102 * textmodes/conf-mode.el (conf-mode-map): Add a menu.
6103 (conf-align-assignments): Only work on the region if it is active.
6104 (conf-quote-normal): Use when instead of if. Remove redundant test.
6105
6106 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
6107 for tracing and re-builder.
6108
6109 2008-04-02 Glenn Morris <rgm@gnu.org>
6110
6111 * calendar/appt.el (appt-disp-window-function): Doc fix.
6112 (appt-display-message): Move beep before display.
6113 (appt-check): Make interactive. Reduce the number of lets.
6114 Use string-equal to compare mode-line strings.
6115 (appt-disp-window): Pluralize "minute" as needed. Make appt buffer
6116 read-only.
6117 (appt-select-lowest-window, appt-make-list): Reduce the number of lets.
6118 (appt-delete): Simplify.
6119
6120 * calendar/cal-china.el (holiday-chinese-new-year): Use a single let.
6121
6122 * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
6123
6124 * calendar/cal-hebrew.el (list-yahrzeit-dates):
6125 * calendar/cal-tex.el (cal-tex-insert-blank-days-at-end)
6126 (cal-tex-last-blank-p, cal-tex-daily-page): Expand calendar-for-loops.
6127
6128 * calendar/calendar.el (diary-entry-marker, calendar-today-marker)
6129 (calendar-holiday-marker, mark-visible-calendar-date):
6130 * calendar/diary-lib.el (fancy-diary-display):
6131 Check for font-lock-mode before using faces.
6132
6133 * calendar/calendar.el (hebrew-holidays-3, generate-calendar-month)
6134 (calendar-gregorian-from-absolute): Reduce the number of lets.
6135 (hebrew-holidays-4, generate-calendar-window): Simplify.
6136 (calendar-for-loop): Make obsolete.
6137 (calendar-nth-named-day): Doc fix.
6138
6139 * calendar/diary-lib.el (diary-list-entries, fancy-diary-display)
6140 (print-diary-entries, mark-sexp-diary-entries, calendar-mark-complex)
6141 (calendar-mark-1, list-sexp-diary-entries, diary-remind):
6142 Reduce the number of lets.
6143 (mark-sexp-diary-entries, calendar-mark-complex):
6144 Expand calendar-for-loops.
6145
6146 2008-04-01 Chong Yidong <cyd@stupidchicken.com>
6147
6148 * find-dired.el (find-dired-filter): Fix last patch to handle
6149 multi-line process input. Pad link numbers too.
6150
6151 2008-04-01 Jari Aalto <jari.aalto@cante.net>
6152
6153 * find-dired.el (find-dired-filter): Align columns by padding file sizes.
6154
6155 2008-04-01 Jason Rumney <jasonr@gnu.org>
6156
6157 * international/characters.el (script-list): Add phonetic script,
6158 covering IPA (previously Latin), Phonetic Extensions and
6159 Phonetic Extensions Supplement (both previously unassigned).
6160
6161 * international/fontset.el (setup-default-fontset): Use unicode fonts
6162 that cover bopomofo script for bopomofo.
6163 Likewise for braille and mathematical.
6164 Use unicode scripts that cover the phonetic script for IPA.
6165
6166 2008-04-01 Johan Bockgård <bojohan@gnu.org>
6167
6168 * emacs-lisp/cl-macs.el (frame-parameter) <defsetf>: Make it
6169 return the assigned value.
6170
6171 2008-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
6172
6173 * abbrev.el (abbrev-mode): Use define-minor-mode.
6174
6175 * mouse.el (mouse-major-mode-menu-prefix): Remove. Remove uses.
6176 (mouse-menu-non-singleton): Rename from mouse-major-mode-menu-1.
6177 Use map-keymap.
6178 (minor-mode-menu-from-indicator): Use it. Simplify.
6179
6180 * bindings.el (mode-line-mode-menu): Move before (new) first use.
6181 (mode-line-major-mode-keymap, mode-line-minor-mode-keymap):
6182 Bind the key directly to the menu.
6183 (mode-line-mode-menu-1, mode-line-mode-menu): Remove functions.
6184
6185 2008-04-01 Daiki Ueno <ueno@unixuser.org>
6186
6187 * epa.el (epa-decrypt-region): Explain the reason why this
6188 function should not be used in Lisp programs.
6189 (epa-decrypt-armor-in-region): Ditto.
6190 (epa-verify-region): Ditto.
6191 (epa-verify-cleartext-in-region): Ditto.
6192 (epa-sign-region): Ditto.
6193 (epa-encrypt-region): Ditto.
6194
6195 * epg.el (epg-start-receive-keys): Fix typo in docstring.
6196
6197 * epa.el (epa-select-keys): Show menu even if there is no key in
6198 GnuPG's keyring.
6199
6200 2008-04-01 Glenn Morris <rgm@gnu.org>
6201
6202 * calendar/calendar.el (calendar-make-temp-face): New function.
6203 (mark-visible-calendar-date):
6204 * calendar/diary-lib.el (fancy-diary-display): Use it.
6205
6206 * vc-hooks.el (vc-responsible-backend): Declare as function.
6207
6208 * calendar/calendar.el (calendar-nongregorian-visible-p): New function.
6209 * calendar/cal-hebrew.el (calendar-hebrew-date-is-visible-p):
6210 * calendar/cal-julian.el (holiday-julian): Use it.
6211
6212 * calendar/cal-hebrew.el (hebrew-calendar-elapsed-days): Doc fix.
6213 (calendar-hebrew-date-is-visible-p): Extract some common code into
6214 separate function.
6215 (holiday-hebrew, mark-hebrew-calendar-date-pattern): Use it.
6216
6217 * calendar/cal-menu.el (cal-menu-holidays-menu):
6218 * calendar/calendar.el (calendar-mode-map): Use calendar-mark-holidays
6219 rather than obsolete alias.
6220
6221 * calendar/calendar.el (mark-visible-calendar-date): Also use overlay
6222 for mark characters.
6223 (calendar-unmark): Unmark by removing all overlays, rather than
6224 redrawing.
6225 (calendar-starred-day): Remove.
6226 (calendar-mode): Disable undo. Don't make calendar-starred-day local.
6227 (calendar-cursor-to-date): No need for special star handling now
6228 using overlays.
6229 (calendar-star-date): Use overlays.
6230
6231 * calendar/cal-french.el (calendar-goto-french-date):
6232 * calendar/cal-hebrew.el (calendar-hebrew-from-absolute)
6233 (holiday-hanukkah, mark-hebrew-calendar-date-pattern):
6234 * calendar/cal-move.el (calendar-forward-month, calendar-end-of-month):
6235 * calendar/cal-persia.el (calendar-persian-date-string):
6236 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
6237 (cal-tex-cursor-month, cal-tex-LaTeXify-string):
6238 * calendar/lunar.el (lunar-phase-list, lunar-new-moon-on-or-after):
6239 * calendar/solar.el (solar-equinoxes-solstices):
6240 Reduce nesting of some lets.
6241
6242 * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
6243 (calendar-goto-mayan-long-count-date): Simplify.
6244
6245 * calendar/holidays.el (calendar-holiday-list, holiday-easter-etc):
6246 Simplify by using mapcar.
6247 (calendar-list-holidays): Return holiday-list.
6248 (list-holidays): Use let rather than let*. Remove un-needed locals
6249 `d', `never'.
6250 (calendar-check-holidays): Return result from dolist.
6251 (holiday-float): Use a single let*. Simplify if-and to and.
6252 (holiday-sexp, holiday-advent, holiday-greek-orthodox-easter): Use a
6253 single let*.
6254
6255 2008-04-01 Jay Belanger <jay.p.belanger@gmail.com>
6256
6257 * calc/calc.el: Autoload `calc-yank'.
6258 (calc-mode-map): Add keybindings for `calc-yank'.
6259 * calc/calc-ext.el (calc-init-extensions): Remove keybinding
6260 assignments for `calc-yank'.
6261
6262 2008-03-31 Dan Nicolaescu <dann@ics.uci.edu>
6263
6264 * vc.el (vc-status-add-entry): Assume ENTRY is a list, not a cons.
6265 (vc-status-mark-buffer-changed): Handle the extra field.
6266
6267 * vc-bzr.el (vc-bzr-after-dir-status):
6268 * vc-cvs.el (vc-cvs-after-dir-status):
6269 * vc-hg.el (vc-hg-after-dir-status):
6270 * vc-svn.el (vc-svn-after-dir-status): Return a list, not a cons.
6271
6272 2008-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
6273
6274 * doc-view.el: Compute displayed pages first (in PDF).
6275 (doc-view-current-converter-processes): Rename from
6276 doc-view-current-converter-process. Update users.
6277 (doc-view-sentinel): Test buffer's liveness.
6278 (doc-view-pdf/ps->png-sentinel): Remove.
6279 (doc-view-start-process): New function.
6280 (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
6281 (doc-view-ps->pdf): Use it.
6282 (doc-view-pdf->png-1, doc-view-pdf->png, doc-view-active-pages):
6283 New functions.
6284 (doc-view-convert-current-doc, doc-view-goto-page): Use them.
6285 (doc-view-mode): Kill the processes when leaving the mode.
6286
6287 2008-03-31 Juanma Barranquero <lekktu@gmail.com>
6288
6289 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p):
6290 Use `byte-compile-warning-types'. Add docstring.
6291
6292 2008-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
6293
6294 * smerge-mode.el (smerge-apply-resolution-patch): New fun.
6295 (smerge-resolve): Add various resolution heuristics.
6296
6297 * smerge-mode.el (smerge-refine): Allow highlighting other subparts
6298 in 3-way conflicts.
6299
6300 2008-03-31 Glenn Morris <rgm@gnu.org>
6301
6302 * calendar/cal-bahai.el (diary-bahai-mark-entries):
6303 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
6304 * calendar/cal-islam.el (mark-islamic-diary-entries):
6305 Fix argument order in call to diary-mark-entries-1.
6306
6307 * calendar/cal-bahai.el (calendar-bahai-date-string): Avoid an error for
6308 pre-Bahai dates.
6309 (holiday-bahai): Use an algorithm actually relevant to this calendar
6310 system.
6311
6312 * calendar/cal-china.el (holiday-chinese-new-year): Doc fix.
6313
6314 * calendar/cal-islam.el (holiday-islamic): Remove un-needed let.
6315 Use and.
6316
6317 * calendar/cal-julian.el (holiday-julian): Fix a problem with holidays
6318 in the last fortnight in Julian October.
6319
6320 * calendar/calendar.el (increment-calendar-month): Optionally handle
6321 systems without 12 months per year.
6322
6323 (calendar-date-is-visible-p): Doc fix. Simplify.
6324
6325 * calendar/holidays.el (holiday-filter-visible-calendar): Return result
6326 from dolist.
6327
6328 2008-03-30 Juanma Barranquero <lekktu@gmail.com>
6329
6330 * hi-lock.el (hi-lock-mode): Fix typos in docstring.
6331 (hi-lock-unload-function): New function.
6332
6333 2008-03-30 Michael Albinus <michael.albinus@gmx.de>
6334
6335 * net/tramp.el (tramp-do-copy-or-rename-file): Fix check for
6336 overwriting when NEWNAME is a local file.
6337
6338 * net/trampver.el: Update release number.
6339
6340 2008-03-30 Alexandre Julliard <julliard@winehq.org>
6341
6342 * vc-git.el: Make vc-status display information about copies,
6343 renames and permission changes.
6344 (vc-git-extra-fileinfo): New defstruct.
6345 (vc-git-escape-file-name, vc-git-file-type-as-string)
6346 (vc-git-rename-as-string, vc-git-permissions-as-string)
6347 (vc-git-status-printer): New functions.
6348 (vc-git-after-dir-status-stage2): Also return vc-git-extra-fileinfo.
6349 (vc-git-after-dir-status-stage1): Look for copies, renames and
6350 permission changes.
6351 (vc-git-after-dir-status-stage1-empty-db): Set permissions.
6352 (vc-git-dir-status): Ask for staged files and renames.
6353
6354 2008-03-30 Dan Nicolaescu <dann@ics.uci.edu>
6355
6356 * vc.el: Allow backends to display backend specific information in
6357 the vc-status listing.
6358 (vc-status-fileinfo): Add a field for backend specific information.
6359 (vc-status-printer): Rename to ...
6360 (vc-default-status-printer): ... this.
6361 (vc-status-printer): New function.
6362 (vc-update-vc-status-buffer): Set the backend specific file info
6363 if provided.
6364
6365 2008-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
6366
6367 * textmodes/remember.el (remember-diary-convert-entry): Revert last
6368 change (ill-conceived).
6369
6370 2008-03-29 Glenn Morris <rgm@gnu.org>
6371
6372 * calendar/cal-hebrew.el (holiday-hebrew): Simplify.
6373 * calendar/cal-julian.el (holiday-julian): Simplify.
6374
6375 * calendar/holidays.el (list-holidays): Use or.
6376
6377 2008-03-29 Juri Linkov <juri@jurta.org>
6378
6379 * window.el (split-window-preferred-horizontally): New function.
6380
6381 * cus-start.el (split-window-preferred-function):
6382 Set choice for "vertically" to nil instead of split-window.
6383 Set choice for "horizontally" to split-window-preferred-horizontally
6384 instead of lambda.
6385
6386 2008-03-29 Juri Linkov <juri@jurta.org>
6387
6388 * simple.el (minibuffer-default-add-function): New variable with
6389 the default to minibuffer-default-add-completions.
6390 (minibuffer-default-add-done): New variable. Make it buffer-local.
6391 (minibuffer-default-add-completions): New function.
6392 (goto-history-element): Set minibuffer-default-add-done to t and
6393 call a function in minibuffer-default-add-function when the
6394 specified absolute history position is greater than the length of
6395 the minibuffer-default list and minibuffer-default-add-done is nil.
6396 Change "^End of history; no next item$" to "^End of defaults;
6397 no next item$".
6398
6399 * bindings.el (debug-ignored-errors): Change "^End of history;
6400 no next item$" to "^End of defaults; no next item$".
6401
6402 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
6403
6404 * subr.el (with-temp-buffer): Assume kill-buffer can change cur-buf.
6405
6406 * textmodes/remember.el (remember-diary-convert-entry): Prefer boundp
6407 to with-no-warnings.
6408
6409 2008-03-29 Michael Albinus <michael.albinus@gmx.de>
6410
6411 Sync with Tramp 2.1.13.
6412
6413 * net/tramp-ftp.el: Require 'cl when byte-compiling.
6414
6415 * net/trampver.el: Update release number.
6416
6417 2008-03-29 Dan Nicolaescu <dann@ics.uci.edu>
6418
6419 * vc-hooks.el (vc-menu-map-filter): Be more careful when finding
6420 the current backend.
6421
6422 * vc.el (vc-status-menu-map, vc-status-mode-map): Bind vc-revert.
6423 (vc-status-refresh): Create a temporary buffer and call the
6424 `dir-status' backend function from that buffer.
6425
6426 * vc-bzr.el (vc-bzr-dir-status): Don't create a buffer.
6427 (vc-bzr-after-dir-status): Don't kill the buffer.
6428
6429 * vc-cvs.el (vc-cvs-dir-status): Don't create a buffer.
6430 (vc-cvs-after-dir-status): Don't kill the buffer.
6431
6432 * vc-git.el (vc-git-dir-status): Don't create a buffer.
6433 (vc-git-after-dir-status-stage2): Don't kill the buffer.
6434
6435 * vc-hg.el (vc-hg-dir-status): Don't create a buffer.
6436 (vc-hg-after-dir-status): Don't kill the buffer.
6437
6438 * vc-svn.el (vc-svn-dir-status): Don't create a buffer.
6439 (vc-svn-after-dir-status): Don't kill the buffer.
6440
6441 2008-03-29 Glenn Morris <rgm@gnu.org>
6442
6443 * calendar/calendar.el (diary-file, american-date-diary-pattern)
6444 (european-date-diary-pattern, european-calendar-display-form)
6445 (american-calendar-display-form, diary-display-hook): Doc fixes.
6446 (european-calendar-style): Doc fix. Use calendar-set-date-style for
6447 custom :set. Mark as obsolete.
6448 (calendar-date-style, iso-date-diary-pattern)
6449 (iso-calendar-display-form): New user variables.
6450 (diary-date-forms, calendar-date-display-form): Set using
6451 calendar-date-style. Doc fix.
6452 (calendar-set-date-style): New command.
6453 (european-calendar, american-calendar): Use calendar-set-date-style.
6454 Mark as obsolete.
6455
6456 * calendar/diary-lib.el (number): Move declaration where needed.
6457 (diary-mail-entries, list-sexp-diary-entries): Doc fixes.
6458 (diary-make-date): New function.
6459 (diary-date, diary-block, diary-anniversary, diary-cyclic): Doc fix.
6460 Use diary-make-date.
6461 (diary-date-display-form, diary-insert-entry-1): New functions.
6462 (insert-monthly-diary-entry, insert-yearly-diary-entry):
6463 Use diary-insert-entry-1.
6464 (insert-anniversary-diary-entry, insert-block-diary-entry)
6465 (insert-cyclic-diary-entry): Use diary-date-display-form.
6466
6467 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
6468 Autoload diary-insert-entry-1.
6469 * calendar/cal-bahai.el (diary-bahai-insert-entry)
6470 (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
6471 * calendar/cal-hebrew.el (insert-hebrew-diary-entry)
6472 (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry)
6473 * calendar/cal-islam.el (insert-islamic-diary-entry)
6474 (insert-monthly-islamic-diary-entry, insert-yearly-islamic-diary-entry):
6475 Use diary-insert-entry-1.
6476
6477 * calendar/cal-hebrew.el (diary-make-date): Autoload it.
6478 (diary-yahrzeit): Doc fix. Use diary-make-date.
6479
6480 * calendar/icalendar.el (icalendar--datetime-to-american-date):
6481 New name for icalendar--datetime-to-noneuropean-date. Make old name
6482 obsolete alias.
6483 (icalendar--datetime-to-iso-date): New function.
6484 (icalendar--datetime-to-diary-date): Doc fix. Respect
6485 calendar-date-style if bound.
6486
6487 * textmodes/remember.el (remember-diary-convert-entry):
6488 Respect calendar-date-style if bound.
6489
6490 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
6491
6492 * xt-mouse.el (xterm-mouse-mode): Use delete-terminal-functions.
6493 (xterm-mouse-handle-delete-frame): Delete.
6494
6495 * term/xterm.el (terminal-init-xterm): Use delete-terminal-functions.
6496 (xterm-turn-on-modify-other-keys, xterm-turn-off-modify-other-keys)
6497 (xterm-remove-modify-other-keys): Lookup terminal rather than frame
6498 in xterm-modify-other-keys-terminal-list.
6499
6500 * vc-bzr.el (vc-bzr-state-heuristic): Fix last change for when there
6501 are conflicts.
6502
6503 2008-03-29 Dan Nicolaescu <dann@ics.uci.edu>
6504
6505 * vc.el (vc-update): Check if the buffer is unsaved only if it
6506 actually exists.
6507 (vc-status-mode-map, vc-status-menu-map): Bind vc-update and
6508 vc-print-log.
6509
6510 2008-03-28 Magnus Henoch <mange@freemail.hu>
6511
6512 * net/dns.el (dns-write): Use set-buffer-multibyte.
6513
6514 2008-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
6515
6516 * vc-bzr.el (vc-bzr-sha1): New fun.
6517 (vc-bzr-state-heuristic): New fun, extracted from vc-bzr-registered.
6518 (vc-bzr-registered): Use it.
6519
6520 2008-03-28 Dan Nicolaescu <dann@ics.uci.edu>
6521
6522 * vc.el (vc-status-kill-dir-status-process): Simplify.
6523 (vc-status-refresh): Make sure the buffer is live.
6524 (ring): Don't require it, not used.
6525
6526 2008-03-28 Wilson Snyder <wsnyder@wsnyder.org>
6527
6528 * progmodes/verilog-mode.el (verilog-auto-inout-module):
6529 Add optional regular expression to AUTOINOUTMODULE.
6530 (verilog-inject-auto, verilog-auto-arg, verilog-auto-inst)
6531 (verilog-auto-inst-param, verilog-auto-reg)
6532 (verilog-auto-reg-input, verilog-auto-wire, verilog-auto-output)
6533 (verilog-auto-output-every, verilog-auto-input)
6534 (verilog-auto-inout, verilog-auto-sense, verilog-auto-tieoff)
6535 (verilog-auto-unused, verilog-auto): Update documentation to use
6536 more obvious instance module names versus cell names.
6537
6538 2008-03-28 Jan Djärv <jan.h.d@swipnet.se>
6539
6540 * progmodes/compile.el (compilation-mode-tool-bar-map): Only enable
6541 kill if a process is running.
6542
6543 * progmodes/grep.el (grep-mode-tool-bar-map): The same.
6544
6545 2008-03-28 Dan Nicolaescu <dann@ics.uci.edu>
6546
6547 * vc.el: Add new backend function 'status-extra-headers.
6548 (vc-default-status-extra-headers): New function.
6549 (vc-status-headers): Call 'status-extra-headers. Add colors.
6550
6551 * vc-git.el (vc-git-status-extra-headers): New function.
6552
6553 2008-03-28 Glenn Morris <rgm@gnu.org>
6554
6555 * calendar/cal-menu.el (cal-menu-holidays-menu)
6556 (cal-menu-list-holidays-year, cal-menu-list-holidays-following-year)
6557 (cal-menu-list-holidays-previous-year): Simplify now that 2nd arg of
6558 holiday-list is optional.
6559 (calendar-mouse-holidays): Remove un-needed local `l'.
6560
6561 * calendar/cal-move.el (calendar-cursor-to-nearest-date):
6562 Remove un-needed local `date'.
6563 (calendar-cursor-to-visible-date): Use let rather than let*.
6564 Remove un-needed local `first-of-month-weekday'.
6565
6566 * calendar/calendar.el (abbreviated-calendar-year): Move to diary-lib.
6567
6568 * calendar/diary-lib.el (print-diary-entries-hook, diary-list-entries):
6569 Doc fixes.
6570 (abbreviated-calendar-year): Move here from calendar.el. Doc fix.
6571 (diary-header-line-flag, diary-header-line-format): Declare.
6572 (diary-pull-attrs): Check for multiple matches.
6573 (diary-list-entries-2): Simplify finding start of date.
6574 (diary-show-all-entries, make-diary-entry): Respect non-nil values of
6575 pop-up-frames.
6576 (diary-mark-entries-1): Re-use offset in abbreviated-year case.
6577 (mark-sexp-diary-entries): Remove superfluous call to diary-pull-attrs.
6578
6579 2008-03-27 Dan Nicolaescu <dann@ics.uci.edu>
6580
6581 * vc-hg.el (vc-hg-state, vc-hg-dir-state): Deal with 'missing files.
6582
6583 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Fix predicate.
6584
6585 2008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
6586
6587 * vc-hooks.el (vc-before-save): Don't prevent saving the file.
6588
6589 * image-mode.el (image-mode-reapply-winprops): Fix last change.
6590
6591 2008-03-27 Kenichi Handa <handa@ni.aist.go.jp>
6592
6593 * international/mule-conf.el (define-iso-single-byte-charset):
6594 Don't make latin-iso8859-* supplementary.
6595 (#'set-charset-priority): Don't change the priority of charsets
6596 `unicode' and `emacs'.
6597
6598 2008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
6599
6600 * vc.el (vc-do-command): Don't pop to the buffer if it's an internal
6601 temp buffer.
6602
6603 2008-03-27 Glenn Morris <rgm@gnu.org>
6604
6605 * calendar/cal-bahai.el (diary-bahai-list-entries):
6606 * calendar/cal-hebrew.el (list-hebrew-diary-entries):
6607 * calendar/cal-islam.el (list-islamic-diary-entries): Doc fix.
6608
6609 * calendar/calendar.el (diary-file): Doc fix.
6610
6611 * calendar/diary-lib.el (diary-face-attrs): Fix `height' regexp.
6612 (list-diary-entries-hook, mark-diary-entries-hook)
6613 (include-other-diary-files, diary-mail-entries)
6614 (mark-included-diary-files, list-sexp-diary-entries): Doc fixes.
6615 (diary-set-header): New function.
6616 (diary-header-line-flag, diary-header-line-format):
6617 Use diary-set-header for custom :set function.
6618 (diary-set-maybe-redraw): Use symbol-value rather than eval.
6619 (diary-attrtype-convert): Use intern-soft rather than read.
6620 (diary-display-no-entries): New function.
6621 (simple-diary-display, fancy-diary-display): Use it.
6622 (fancy-diary-display): Doc fix. Remove unneeded local entry-list.
6623 (diary-mark-entries-1): Fix position offsets in non-gregorian case.
6624
6625 * calendar/holidays.el (list-holidays): Doc fix.
6626
6627 2008-03-26 Jay Belanger <jay.p.belanger@gmail.com>
6628
6629 * calc/calc-store.el (calc-read-var-name-history): New variable.
6630 (calc-read-var-name): Use `calc-read-var-name-history'.
6631
6632 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
6633
6634 * image-mode.el (image-mode-reapply-winprops): Simplify now that
6635 window-configuration-change-hook works buffer-locally.
6636
6637 2008-03-26 Johan Bockgård <bojohan@gnu.org>
6638
6639 * emacs-lisp/lisp-mnt.el (lm-with-file): Use mode and syntax table
6640 for Emacs Lisp, not Lisp.
6641
6642 2008-03-26 Juanma Barranquero <lekktu@gmail.com>
6643
6644 * help-fns.el (describe-function-1, describe-variable):
6645 If CURRENT-NAME is nil, don't end obsolescence info with semicolon.
6646
6647 * emacs-lisp/bytecomp.el (byte-compile-obsolete): If no
6648 replacement is provided, don't print "use nil instead".
6649
6650 2008-03-26 Johan Bockgård <bojohan@gnu.org>
6651
6652 * complete.el (PC-do-completion): Use regexp-quote.
6653
6654 2008-03-26 Dan Nicolaescu <dann@ics.uci.edu>
6655
6656 * vc-cvs.el (vc-cvs-parse-status, vc-cvs-after-dir-status):
6657 Detect missing files.
6658
6659 * vc-git.el (vc-git-extra-menu-map): New key map.
6660 (vc-git-extra-menu, vc-git-extra-status-menu, vc-git-grep):
6661 New functions.
6662
6663 * vc-hooks.el (vc-default-mode-line-string): Deal with 'removed
6664 and 'missing files.
6665
6666 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
6667
6668 * calendar/holidays.el (list-holidays): Make Y2 optional.
6669
6670 * calendar/appt.el (appt-buffer-name): Don't use a leading space for
6671 buffers shown to the user.
6672 (appt-disp-window): Disable undo explicitly now that the leading space
6673 is gone.
6674
6675 * simple.el (activate-mark): New function.
6676 (set-mark-command): Use it with region-active-p to clean up the code.
6677 (exchange-point-and-mark): Invert the meaning of C-u when
6678 transient-mark-mode is active.
6679
6680 * dired-aux.el (dired-create-files): Use dolist.
6681
6682 * bindings.el (mode-line-change-eol): Use with-selected-window.
6683
6684 * apropos.el (apropos-command): Include macros.
6685
6686 2008-03-26 Glenn Morris <rgm@gnu.org>
6687
6688 * calendar/cal-bahai.el: Require calendar, not cal-julian.
6689 (calendar-bahai-epoch): Doc fix.
6690
6691 * calendar/cal-china.el: Explicitly require calendar.
6692
6693 * calendar/cal-coptic.el, calendar/cal-islam.el, calendar/cal-persia.el:
6694 Require calendar rather than cal-julian.
6695 Autoload calendar-absolute-from-julian.
6696 * calendar/cal-coptic.el (coptic-calendar-epoch):
6697 * calendar/cal-islam.el (calendar-islamic-epoch):
6698 * calendar/cal-persia.el (persian-calendar-epoch): Set when compiling.
6699
6700 * calendar/cal-islam.el (calendar-islamic-epoch): Doc fix.
6701
6702 * calendar/cal-dst.el: Don't require cal-persia.
6703 (calendar-absolute-from-persian): Autoload it.
6704 (dst-adjust-time): Doc fix.
6705
6706 * calendar/cal-menu.el (cal-menu-diary-menu): Remove menu headings that
6707 cause cal-bahai, cal-islam, cal-hebrew to be loaded on starting the
6708 calendar.
6709
6710 * calendar/cal-menu.el: Require calendar rather than declaring
6711 functions.
6712 * calendar/calendar.el: Provide calendar before requiring cal-menu.
6713
6714 * calendar/cal-x.el (calendar-after-frame-setup-hook): New name for
6715 calendar-after-frame-setup-hooks. Update callers, make old name an
6716 obsolete alias. Doc fix.
6717 (calendar-frame-1): Doc fix.
6718
6719 * calendar/calendar.el (solar-holidays): Simplify holiday-sexp calls.
6720
6721 * calendar/calendar.el (oriental-holidays, solar-holidays):
6722 * calendar/holidays.el (list-holidays): Assume atan always bound.
6723
6724 * calendar/lunar.el, calendar/solar.el: Remove floating-point check.
6725 Explicitly require calendar, not cal-julian.
6726 * calendar/lunar.el: Explicitly require cal-dst.
6727
6728 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
6729
6730 * autorevert.el (auto-revert-buffers): Use buffer-live-p.
6731
6732 * help-fns.el (describe-function-1, describe-variable): If no
6733 replacement is provided, don't print "use nil instead".
6734
6735 2008-03-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6736
6737 * proced.el: New file.
6738
6739 2008-03-25 Tetsurou Okazaki <okazaki@be.to> (tiny change)
6740
6741 * emacs-lisp/byte-opt.el (side-effect-free-fns): Fix typo.
6742
6743 2008-03-25 Juri Linkov <juri@jurta.org>
6744
6745 * battery.el: Add file cookie coding:iso-8859-1 for the degree sign
6746 in battery-mode-line-format.
6747
6748 * bindings.el (minibuffer-local-map): For the command
6749 file-cache-minibuffer-complete replace keymap minibuffer-local-map
6750 with map which is already locally bound to minibuffer-local-map.
6751
6752 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
6753
6754 * subr.el (map-keymap-sorted): Rename from map-keymap-internal.
6755 Remove `sort-first' argument.
6756
6757 * subr.el (redisplay-end-trigger-functions)
6758 (window-redisplay-end-trigger, set-window-redisplay-end-trigger)
6759 (process-filter-multibyte-p, set-process-filter-multibyte):
6760 Mark as obsolete.
6761
6762 2008-03-25 Juanma Barranquero <lekktu@gmail.com>
6763
6764 * emacs-lisp/re-builder.el (reb-mode-common): Remove reference to
6765 bogus variable `reb-kill-buffer'; don't make hooks buffer-local,
6766 use the LOCAL arg of `add-hook'.
6767 (reb-blink-delay, reb-mode-hook, reb-re-syntax, reb-auto-match-limit):
6768 Remove spurious * from defcustom docstrings.
6769 (reb-next-match, reb-prev-match, reb-enter-subexp-mode):
6770 Fix typos in messages.
6771 (reb-mode-buffer-p): New function.
6772 (re-builder, reb-kill-buffer): Use `reb-mode-buffer-p'. Use `when'.
6773 (top, reb-show-subexp, reb-auto-update, reb-delete-overlays)
6774 (reb-cook-regexp, reb-update-regexp, reb-update-overlays):
6775 Use `unless', `when'.
6776 (re-builder-unload-function): New function.
6777
6778 2008-03-25 Dan Nicolaescu <dann@ics.uci.edu>
6779
6780 * vc-hooks.el (vc-state): Add documentation for 'missing.
6781
6782 2008-03-25 Wilson Snyder <wsnyder@wsnyder.org>
6783
6784 * progmodes/verilog-mode.el (verilog-auto-output)
6785 (verilog-auto-input, verilog-auto-inout, verilog-auto)
6786 (verilog-delete-auto): Add optional regular expression to
6787 AUTOINPUT/AUTOOUTPUT/AUTOINOUT.
6788 (verilog-signals-matching-regexp): New internal function for
6789 signal matching.
6790
6791 2008-03-25 Johan Bockgård <bojohan@gnu.org>
6792
6793 * info.el (Info-isearch-search): Always return point.
6794
6795 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
6796
6797 * diff-mode.el (diff-remembered-defdir): New var.
6798 (diff-find-file-name): Use it to flush diff-remembered-files-alist.
6799
6800 2008-03-25 Glenn Morris <rgm@gnu.org>
6801
6802 * calendar/cal-bahai.el (calendar-bahai-read-date): New name for
6803 calendar-bahai-prompt-for-date. Update callers, make old name an
6804 obsolete alias. Doc fix.
6805 * calendar/cal-coptic.el (calendar-coptic-read-date): New name for
6806 coptic-prompt-for-date. Update callers, make old name an
6807 obsolete alias. Doc fix.
6808 * calendar/cal-hebrew.el (calendar-hebrew-read-date): New name for
6809 calendar-hebrew-prompt-for-date. Update callers. Doc fix.
6810 * calendar/cal-islam.el (calendar-islamic-read-date): New name for
6811 calendar-islamic-prompt-for-date. Update callers. Doc fix.
6812 * calendar/cal-iso.el (calendar-iso-read-date): New name for
6813 calendar-iso-read-args. Update callers, make old name an obsolete
6814 alias.
6815 * calendar/cal-persia.el (calendar-persian-read-date): New name for
6816 persian-prompt-for-date. Update callers, make old name an
6817 obsolete alias. Doc fix. Move definition before use.
6818
6819 * calendar/cal-x.el (diary-frame-parameters)
6820 (calendar-frame-parameters, calendar-and-diary-frame-parameters)
6821 (calendar-frame-1): Doc fixes.
6822 (make-fancy-diary-buffer): Remove declaration.
6823 (calendar-dedicate-diary): Replace call to deleted function
6824 make-fancy-diary-buffer.
6825 (calendar-frame-setup): New function.
6826 (calendar-one-frame-setup, calendar-only-one-frame-setup)
6827 (calendar-two-frame-setup): Call calendar-frame-setup to do the actual
6828 work, and mark as obsolete.
6829 (special-display-buffer-names): Don't mess with this; it's not our
6830 business.
6831 (cal-x-load-hook): Defvar it, and mark as obsolete.
6832
6833 * calendar/calendar.el (calendar-remove-frame-by-deleting):
6834 Default to t. Add to 'calendar group.
6835 (calendar): Doc fix. Use calendar-frame-setup.
6836 (calendar-basic-setup): Doc fix. Add optional NODISPLAY argument.
6837 (generate-calendar-window): Doc fix.
6838
6839 2008-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
6840
6841 * vc-bzr.el (vc-bzr-print-log, vc-bzr-diff): Do it asynchronously.
6842
6843 2008-03-24 Drew Adams <drew.adams@oracle.com>
6844
6845 * finder.el (finder-mode-syntax-table, finder-font-lock-keywords):
6846 New variables.
6847 (finder-mode): Use finder-mode-syntax-table. Set font-lock-defaults.
6848 (finder-exit): Ignore errors rather than avoiding them.
6849 Kill *Finder-package* buffer also.
6850
6851 2008-03-24 Andreas Schwab <schwab@suse.de>
6852
6853 * xt-mouse.el (xterm-mouse-event): Avoid error with buttons > 5.
6854
6855 2008-03-24 Dan Nicolaescu <dann@ics.uci.edu>
6856
6857 * vc-hg.el (vc-hg-after-dir-status):
6858 * vc-bzr.el (vc-bzr-after-dir-status): Detect missing files.
6859
6860 * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-parse-status):
6861 Detect removed files.
6862
6863 * vc.el (vc-status-printer): Use a different face for missing files.
6864 (vc-status-hide-up-to-date): Rename from
6865 vc-status-remove-up-to-date. Update all callers.
6866 (vc-status-mode-map): Bind C-m.
6867
6868 2008-03-24 Alexandre Julliard <julliard@winehq.org>
6869
6870 * vc-git.el (vc-git-after-dir-status-stage1): Move state matching
6871 code ...
6872 (vc-git--state-code): ... to this new function.
6873 (vc-git-state): Use it.
6874
6875 2008-03-24 Trent Buck <trentbuck@gmail.com> (tiny change)
6876
6877 * textmodes/remember.el (remember-mail-date)
6878 (remember-store-in-mailbox): Write date and From line in such a
6879 way that Mutt can read it.
6880
6881 2008-03-23 Chong Yidong <cyd@stupidchicken.com>
6882
6883 * simple.el (transient-mark-mode): Turn on by default.
6884
6885 2008-03-23 Dan Nicolaescu <dann@ics.uci.edu>
6886
6887 * vc-bzr.el (vc-bzr-state): Return 'removed for removed files and
6888 'unregistered for unregistered files.
6889
6890 * vc-hg.el (vc-hg-state): Return 'removed for removed files.
6891
6892 * bindings.el (standard-mode-line-modes): Avoid duplicating a string.
6893
6894 * vc-cvs.el (vc-cvs-parse-status): Note there are problems with
6895 subdirectories.
6896
6897 * vc.el (vc-status-prepare-status-buffer): Fix thinko.
6898 (vc-status-menu-map): Add binding for vc-status-kill-dir-status-process.
6899 Add :enable for vc-status-refresh.
6900 (vc-status-menu-map-filter): Remove vc-ignore-menu-filter test.
6901 (vc-status-tool-bar-map): Add binding for
6902 vc-status-kill-dir-status-process.
6903 Don't test display-graphic-p and don't bind vc-ignore-menu-filter.
6904 (vc-update-vc-status-buffer, vc-status-kill-dir-status-process):
6905 Reset vc-status-process-buffer.
6906 (vc-status-refresh): Don't run two refreshes at a time.
6907 (vc-status): If the buffer is already in vc-status-mode only refresh.
6908 (vc-status-mark-buffer-changed): Add an optional file parameter.
6909 (vc-resynch-buffer): Use it.
6910 (vc-delete-file): Expand the file name before using it.
6911 Be careful to not create a new buffer with the old file contents.
6912 Update the VC state after performing the operation.
6913
6914 2008-03-23 Andreas Schwab <schwab@suse.de>
6915
6916 * menu-bar.el (menu-bar-showhide-fringe-ind-menu) [mixed]:
6917 Fix radio button condition.
6918 [box]: Likewise.
6919 [customize]: Add radio button.
6920
6921 2008-03-23 Jay Belanger <jay.p.belanger@gmail.com>
6922
6923 * calc/calc.el (calc-was-keypad-mode, calc-full-mode)
6924 (calc-user-parse-tables, calc-gnuplot-default-device)
6925 (calc-gnuplot-default-output, calc-gnuplot-print-device)
6926 (calc-gnuplot-print-output, calc-gnuplot-geometry)
6927 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
6928 (calc-invocation-macro, calc-trail-pointer, calc-trail-overlay)
6929 (calc-undo-list, calc-redo-list, calc-main-buffer)
6930 (calc-trail-buffer, calc-why, calc-last-kill, calc-dollar-values)
6931 (calc-dollar-used, calc-hashes-used, calc-quick-prev-results)
6932 (calc-said-hello, calc-executing-macro, calc-any-selections)
6933 (calc-help-phase, calc-full-help-flag, calc-refresh-count)
6934 (calc-display-dirty, calc-embedded-info, calc-embedded-active)
6935 (calc-standalone-flag, var-EvalRules, math-expr-function-mapping)
6936 (math-expr-variable-mapping, calc-mode-map, calc-digit-map)
6937 (calc-dispatch-map, calc-do-dispatch, calc-read-key-sequence)
6938 (calc-create-buffer, calc-quit): Add docstrings.
6939
6940 2008-03-23 Juanma Barranquero <lekktu@gmail.com>
6941
6942 * makefile.w32-in (WINS_ALMOST): Add org.
6943
6944 2008-03-23 Dan Nicolaescu <dann@ics.uci.edu>
6945
6946 * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
6947 New functions to implement vc-status support.
6948
6949 2008-03-22 Dan Nicolaescu <dann@ics.uci.edu>
6950
6951 * vc.el (vc-status-prepare-status-buffer): New function.
6952 (vc-status): Use it.
6953
6954 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add ... where
6955 appropriate.
6956
6957 2008-03-22 Alexandre Julliard <julliard@winehq.org>
6958
6959 * vc-git.el (vc-git--empty-db-p)
6960 (vc-git-after-dir-status-stage1-empty-db): New functions.
6961 (vc-git-dir-status, vc-git-after-dir-status-stage1, vc-git-state):
6962 Add support for empty repositories.
6963
6964 2008-03-22 Dan Nicolaescu <dann@ics.uci.edu>
6965
6966 * vc-git.el (vc-git-annotate-extract-revision-at-line):
6967 Allow "^" in a version name.
6968
6969 * vc-mtn.el (vc-mtn-state): Support the added state.
6970
6971 2008-03-22 Carsten Dominik <dominik@science.uva.nl>
6972
6973 * org: New directory for Org-mode.
6974
6975 * org/org-export-latex.el: Moved from lisp/texmodes.
6976
6977 * org/org-irc.el: Moved from lisp/texmodes.
6978
6979 * org/org-mac-message.el: Moved from lisp/texmodes.
6980
6981 * org/org-mouse.el: Moved from lisp/texmodes.
6982
6983 * org/org-publish.el: Moved from lisp/texmodes.
6984
6985 2008-03-21 Juri Linkov <juri@jurta.org>
6986
6987 * comint.el (comint-dynamic-simple-complete):
6988 Use variable `stub' for the second arg `common-substring'
6989 of `comint-dynamic-list-completions'.
6990 (comint-dynamic-list-filename-completions):
6991 Use variable `filenondir' for the second arg `common-substring'
6992 of `comint-dynamic-list-completions'.
6993 (comint-dynamic-list-completions): Add new optional arg
6994 `common-substring'. Add `common-substring' as the second arg of
6995 the call to `display-completion-list'. Doc fix.
6996
6997 * comint.el (comint-dynamic-complete-as-filename)
6998 (comint-dynamic-list-filename-completions)
6999 (comint-dynamic-simple-complete): Use `minibuffer-message'
7000 to display message "No completions of %s" when a command
7001 is called in the minibuffer.
7002 (comint-dynamic-simple-complete): Don't display other
7003 completion messages when a command is called in the minibuffer.
7004 (comint-dynamic-list-completions): Use `minibuffer-message'
7005 to display message " [Type space to flush ...]" when a command
7006 is called in the minibuffer.
7007
7008 * shell.el (shell-dynamic-complete-command)
7009 (shell-dynamic-complete-environment-variable): Don't display
7010 completion messages when command is called in the minibuffer.
7011
7012 * emacs-lisp/lisp.el (lisp-complete-symbol):
7013 Use `minibuffer-message' to display message "No completions of %s"
7014 when this command is called in the minibuffer.
7015
7016 * bindings.el (standard-mode-line-modes): Put special help-echo
7017 tooltip on recursive edit %[ %] mode-line constructs.
7018
7019 * dabbrev.el (debug-ignored-errors): Remove $ from the end of
7020 "^No dynamic expansion for .* found$" to allow error messages like
7021 "No dynamic expansion for \"%s\" found in this-buffer".
7022
7023 2008-03-21 Michael Albinus <michael.albinus@gmx.de>
7024
7025 * net/tramp.el (tramp-methods): Fix tramp-copy-args of "pscp" and
7026 "psftp".
7027
7028 2008-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
7029
7030 * vc-hooks.el (vc-default-mode-line-string): Add case for added files.
7031 * vc.el (vc-default-dired-state-info): Use just "modified".
7032 * vc-cvs.el (vc-cvs-state-heuristic): Turn rev 0 into `added'.
7033 (vc-cvs-mode-line-string): Make use of the better default.
7034 (vc-cvs-parse-entry): Use the new `added'.
7035 (vc-cvs-dired-state-info): Remove.
7036 * vc-svn.el (vc-svn-dired-state-info): Remove.
7037 * vc-hg.el (vc-hg-dired-state-info): Remove.
7038 * vc-git.el (vc-git-dired-state-info): Remove.
7039
7040 2008-03-21 Dan Nicolaescu <dann@ics.uci.edu>
7041
7042 * vc-git.el (vc-git-status-result): New variable.
7043 (vc-git-dir-status): Split out ...
7044 (vc-git-after-dir-status-stage1, vc-git-after-dir-status-stage2):
7045 ... these new functions and work asynchronously.
7046
7047 2008-03-21 Alexandre Julliard <julliard@winehq.org>
7048
7049 * vc-git.el (vc-git-after-dir-status): Remove.
7050 (vc-git-dired-state-info): Reimplement.
7051
7052 2008-03-21 Dan Nicolaescu <dann@ics.uci.edu>
7053
7054 * replace.el (occur-mode-map): Add :help.
7055
7056 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entry
7057 for disassemble.
7058
7059 * vc.el (vc-status-mark-buffer-changed): Better deal with files in
7060 the 'added state.
7061 (vc-status-remove-up-to-date): New function.
7062 (vc-status-mode-map, vc-status-menu-map): Bind it.
7063 (vc-status-printer): Use a different face up-to-date files.
7064 (vc-resynch-buffer): Update the vc-status buffer if it exists.
7065 (Todo): Remove solved entries.
7066
7067 * vc-hg.el (vc-hg-state):
7068 * vc-git.el (vc-git-state):
7069 * vc-cvs.el (vc-cvs-parse-status):
7070 * vc-bzr.el (vc-bzr-state): Return 'added when the file is in that
7071 state.
7072
7073 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
7074
7075 * progmodes/compile.el (compile):
7076 * progmodes/grep.el (grep, grep-find): Use read-shell-command.
7077
7078 * simple.el (minibuffer-local-shell-command-map): New var.
7079 (minibuffer-complete-shell-command, read-shell-command): New funs.
7080 (shell-command, shell-command-on-region): Use them.
7081
7082 2008-03-20 Dan Nicolaescu <dann@ics.uci.edu>
7083
7084 * vc.el (vc-status-mark-buffer-changed): New function to implement
7085 updating of the *vc-status* buffer when a buffer is saved.
7086 (vc-status-mode): Use it for after-change-hook.
7087 (vc-add-to-vc-status-buffer): Rename to ...
7088 (vc-status-add-entry): ... this.
7089 (Todo): Add new entry.
7090
7091 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
7092
7093 * sort.el (sort-reorder-buffer): Preserve the buffer's multibyteness.
7094
7095 2008-03-20 Juanma Barranquero <lekktu@gmail.com>
7096
7097 * icomplete.el (icomplete-prospects-length, icomplete-max-delay-chars)
7098 (icomplete-show-key-bindings, icomplete-minibuffer-setup-hook):
7099 Remove spurious * from defcustom docstrings.
7100 (icomplete-compute-delay): Fix docstring and remove spurious *.
7101 (icomplete-delay-completions-threshold): Fix typo in docstring and
7102 remove spurious *.
7103 (icomplete-completions): While collecting the list of prospective
7104 candidates, don't overshoot `icomplete-prospects-length'.
7105
7106 2008-03-20 Dan Nicolaescu <dann@ics.uci.edu>
7107
7108 * textmodes/refbib.el:
7109 * textmodes/reftex.el:
7110 * textmodes/reftex-global.el:
7111 * textmodes/reftex-vars.el:
7112 * textmodes/reftex-toc.el: Don't use eval-and-compile for byte
7113 compiler pacifying defvars.
7114 (reftex-toc-mode): Only make zmacs-regions local on XEmacs.
7115 * textmodes/reftex-index.el (zmacs-regions): Remove pacifier,
7116 not needed.
7117
7118 2008-03-20 Wilson Snyder <wsnyder@wsnyder.org>
7119
7120 * progmodes/verilog-mode.el (verilog-easy-menu-filter): New function.
7121 (verilog-stmt-menu, verilog-menu): Add :help and filter it.
7122 (verilog-customize, verilog-font-customize)
7123 (electric-verilog-backward-sexp, electric-verilog-forward-sexp)
7124 (verilog-mode): Update documentation strings to match tool tips.
7125 (verilog-auto-search-do, verilog-auto-re-search-do)
7126 (verilog-skip-forward-comment-or-string): Fix verilog-auto
7127 expansion when a .* appears inside a string.
7128 (verilog-re-search-forward, verilog-re-search-backward):
7129 Add comment to recall how this works.
7130 (verilog-read-decls): Fix AUTOINPUT/AUTOOUTPUT mis-including genvars.
7131
7132 2008-03-20 Glenn Morris <rgm@gnu.org>
7133
7134 * calendar/calendar.el (calendar-other-dates): New function.
7135 (calendar-print-other-dates): Use calendar-other-dates.
7136 * calendar/cal-menu.el (calendar-other-dates): Declare it, and removes
7137 the declarations it replaces.
7138 (calendar-mouse-print-dates): Use calendar-other-dates.
7139
7140 * calendar/cal-bahai.el (calendar-bahai-leap-year-p)
7141 (calendar-bahai-leap-base, calendar-bahai-from-absolute): Doc fixes.
7142 (calendar-absolute-from-bahai): Fix the leap-year case.
7143 (calendar-bahai-from-absolute): Re-use the Gregorian month.
7144 (calendar-bahai-date-string, calendar-bahai-print-date):
7145 Handle pre-Bahai dates.
7146
7147 * calendar/cal-china.el (chinese-calendar-celestial-stem)
7148 (chinese-calendar-terrestrial-branch): Make defcustoms.
7149
7150 * calendar/cal-menu.el (calendar-mouse-holidays): Re-use the title.
7151 (calendar-mouse-view-diary-entries): Use or.
7152 (calendar-mouse-chinese-date): Remove unused command.
7153 (cal-menu-load-hook): Mark as obsolete.
7154
7155 * calendar/solar.el (calendar-location-name, calendar-latitude)
7156 (calendar-longitude, solar-arctan, sunrise-sunset)
7157 (solar-mean-equinoxes/solstices): Use the appropriate equality test.
7158
7159 2008-03-20 Jay Belanger <jay.p.belanger@gmail.com>
7160
7161 * calc/calc.el: Remove outdated comments.
7162 (defcalcmodevar, calc-mode-var-list-restore-default-values)
7163 (calc-mode-var-list-restore-saved-values, calc-autorange-units):
7164 Add docstrings.
7165
7166 2008-03-19 Jason Rumney <jasonr@gnu.org>
7167
7168 * w32-fns.el (x-alternatives-map): Add S-tab mapping.
7169
7170 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
7171
7172 * net/tls.el (open-tls-stream): Reindent.
7173
7174 2008-03-19 Michael Albinus <michael.albinus@gmx.de>
7175
7176 * net/tramp.el (tramp-let-maybe): Removed.
7177 (tramp-drop-volume-letter): Don't use `replace-regexp-in-string'.
7178 It does not exist under XEmacs.
7179 (tramp-handle-file-truename, tramp-handle-expand-file-name)
7180 (tramp-completion-file-name-handler): Let-bind
7181 `directory-sep-char'.
7182
7183 * net/tramp-fish.el (tramp-fish-handle-expand-file-name): Let-bind
7184 `directory-sep-char'.
7185
7186 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
7187
7188 * help-fns.el (describe-function-1): Don't signal "missing arglist"
7189 for autoloaded keymaps.
7190
7191 * progmodes/verilog-mode.el (verilog-syntax-ppss): New function.
7192 (electric-verilog-terminate-line, verilog-in-struct-region-p)
7193 (verilog-backward-ws&directives, verilog-forward-ws&directives)
7194 (verilog-in-comment-p, verilog-in-star-comment-p)
7195 (verilog-in-slash-comment-p, verilog-skip-backward-comments)
7196 (verilog-parenthesis-depth, verilog-skip-backward-comment-or-string)
7197 (verilog-skip-forward-comment-or-string, verilog-in-paren)
7198 (verilog-skip-forward-comment-p): Use it.
7199
7200 2008-03-19 Juanma Barranquero <lekktu@gmail.com>
7201
7202 * textmodes/org.el (org-link-store, org-link-follow, org-latex)
7203 (org-remember-templates, org-time-stamp-rounding-minutes)
7204 (org-back-over-empty-lines, org-find-base-buffer-visiting)
7205 (org-columns-new): Fix typos in docstrings.
7206
7207 2008-03-19 Glenn Morris <rgm@gnu.org>
7208
7209 * net/tramp.el (tramp-drop-volume-letter): Evaluate when compiling.
7210 (tramp-handle-shell-command): Use condition-case rather than
7211 ignore-errors.
7212
7213 2008-03-19 Dan Nicolaescu <dann@ics.uci.edu>
7214
7215 * diff-mode.el (diff-header): Make the color louder.
7216 (diff-refine-change): Tone the color down.
7217
7218 2008-03-19 Juanma Barranquero <lekktu@gmail.com>
7219
7220 * descr-text.el (describe-char): When `describe-char-unidata-list'
7221 is set to show all properties, list them in the right order.
7222
7223 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
7224
7225 * international/mule.el (load-with-code-conversion): Avoid setting
7226 default-enable-multibyte-characters.
7227
7228 2008-03-19 Gustav HÃ¥llberg <gustav@virtutech.com> (tiny change)
7229
7230 * vc.el (vc-annotate-background): Fix custom type.
7231
7232 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
7233
7234 * descr-text.el (describe-char-unidata-list): Allow specifying
7235 just all properties.
7236 (describe-char): Handle that new value.
7237
7238 * emulation/cua-base.el (cua-paste): Signal an error in read-only buf.
7239
7240 2008-03-18 Tassilo Horn <tassilo@member.fsf.org>
7241
7242 * doc-view.el (doc-view-initiate-display): Use doc-view-doc-type
7243 instead of file name extension to make docs with uncommon
7244 extensions work.
7245
7246 2008-03-18 Tassilo Horn <tassilo@member.fsf.org>
7247
7248 * doc-view.el (require): Require cl at compile time because
7249 `assert' needs it.
7250
7251 2008-03-18 Glenn Morris <rgm@gnu.org>
7252
7253 * calendar/calendar.el (initial-calendar-window-hook)
7254 (today-visible-calendar-hook): Doc fixes.
7255
7256 2008-03-17 Michael Albinus <michael.albinus@gmx.de>
7257
7258 * net/tramp.el (tramp-root-regexp): Simplify.
7259 (tramp-completion-file-name-regexp-separate): Don't insist on
7260 leading "[". This prevents method or user or host completion.
7261 (tramp-let-maybe): Autoload it.
7262 (tramp-drop-volume-letter): Don't autoload. When not on W32, it
7263 is an alias for `identity'.
7264 (tramp-handle-write-region): Protect `last-coding-system-used'
7265 over the trailing statements.
7266 (tramp-completion-file-name-handler-post-function): Remove.
7267 (tramp-completion-file-name-handler): Let-bind `directory-sep-char'
7268 instead of calling `tramp-drop-volume-letter'.
7269
7270 * net/tramp.el:
7271 * net/tramp-uu.el:
7272 * net/trampver.el: Move coding cookie at the end.
7273
7274 2008-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
7275
7276 * net/tramp.el (tramp-completion-mode-p): Don't use char-equal for
7277 elements which may be something else than characters.
7278
7279 2008-03-17 Dan Nicolaescu <dann@ics.uci.edu>
7280
7281 * vc-bzr.el (vc-bzr-dir-status, vc-bzr-after-dir-status):
7282 New functions to implement vc-status support.
7283
7284 * vc.el (vc-default-extra-status-menu)
7285 (vc-add-to-vc-status-buffer): New functions.
7286
7287 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
7288 for eldoc and ielm.
7289
7290 2008-03-17 Glenn Morris <rgm@gnu.org>
7291
7292 * calendar/cal-x.el (diary-frame-parameters)
7293 (calendar-frame-parameters, calendar-and-diary-frame-parameters):
7294 Fix custom type; add options.
7295 (calendar-frame, diary-frame): Doc fixes.
7296 (calendar-dedicate-diary, calendar-frame-1): Extract common code into
7297 new functions.
7298 (calendar-one-frame-setup, calendar-two-frame-setup): Doc fixes.
7299 Use calendar-frame-1 and calendar-dedicate-diary.
7300 (calendar-one-frame-setup): Also handle only-one-frame case.
7301 (calendar-only-one-frame-setup): Doc fix. Just call
7302 calendar-one-frame-setup.
7303
7304 * calendar/diary-lib.el: Re-order some definitions before their use.
7305 (nongregorian-diary-listing-hook, nongregorian-diary-marking-hook)
7306 (diary-list-entries): Doc fixes.
7307 (make-fancy-diary-display): Remove function.
7308
7309 * calendar/calendar.el (calendar-today-marker)
7310 (initial-calendar-window-hook, today-visible-calendar-hook)
7311 (today-invisible-calendar-hook, diary-file, calendar-basic-setup)
7312 (calendar-star-date, calendar-mark-today): Doc fixes.
7313 (today-visible-calendar-hook): Add options.
7314 (calendar-in-read-only-buffer): New macro.
7315 (calendar-basic-setup): Adapt for change in calendar-read-date.
7316 Place holiday let inside if.
7317 (calendar-day-name-array, calendar-month-name-array): Make defcustoms.
7318 (calendar-read-date): Set day to 1 rather than nil in the NODAY case.
7319 (calendar-print-other-dates): Use one let rather than many.
7320
7321 * calendar/calendar.el (calendar-in-read-only-buffer): New macro.
7322 (calendar-print-other-dates):
7323 * calendar/cal-hebrew.el (list-yahrzeit-dates):
7324 * calendar/diary-lib.el (simple-diary-display, fancy-diary-display):
7325 * calendar/holidays.el (calendar-list-holidays, list-holidays)
7326 (calendar-cursor-holidays):
7327 * calendar/lunar.el (calendar-phases-of-moon): Use
7328 calendar-in-read-only-buffer to replace previous code and disable undo.
7329
7330 2008-03-16 Juri Linkov <juri@jurta.org>
7331
7332 * isearch.el (isearch-edit-string): Use search-ring-yank-pointer
7333 and regexp-search-ring-yank-pointer for the HISTPOS argument of
7334 read-from-minibuffer to provide the correct initial minibuffer
7335 history position in isearch-edit-string when it is called from
7336 isearch-ring-adjust.
7337
7338 * menu-bar.el (kill-this-buffer): Use menu-bar-non-minibuffer-window-p
7339 to check if the current buffer is the minibuffer, and in this case
7340 call abort-recursive-edit to kill the minibuffer. Doc fix.
7341 (kill-this-buffer-enabled-p): Allow this function to return non-nil
7342 when the current buffer is the minibuffer.
7343
7344 * simple.el (goto-line): Leave mark at previous position. Doc fix.
7345
7346 2008-03-16 Tassilo Horn <tassilo@member.fsf.org>
7347
7348 * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
7349 Use non-nil PARENTS attribute of make-directory instead of
7350 explicitly checking existence the current cache directory.
7351
7352 2008-03-16 Daiki Ueno <ueno@unixuser.org>
7353
7354 * epa-file.el (epa-file-select-keys): Fix bug with C-x C-s after
7355 M-x epa-file-select-keys.
7356
7357 2008-03-16 Kenichi Handa <handa@m17n.org>
7358
7359 * international/mule.el (auto-coding-alist):
7360 Use no-conversion-multibyte for archive files.
7361
7362 2008-03-16 Glenn Morris <rgm@gnu.org>
7363
7364 * calendar/diary-lib.el (calendar-mark-complex, calendar-mark-1):
7365 New functions.
7366 * calendar/cal-bahai.el (calendar-mark-1): Autoload it.
7367 (calendar-bahai-mark-date-pattern): Add optional argument `color'.
7368 Use calendar-mark-1.
7369 * calendar/cal-hebrew.el (calendar-mark-complex): Autoload it.
7370 (mark-hebrew-calendar-date-pattern): Add optional argument `color'.
7371 Use calendar-mark-complex.
7372 * calendar/cal-islam.el (calendar-mark-1): Autoload it.
7373 (mark-islamic-calendar-date-pattern): Add optional argument `color'.
7374 Use calendar-mark-1.
7375
7376 * calendar/calendar.el (calendar-mod): Remove.
7377 * calendar/cal-china.el (calendar-chinese-from-absolute)
7378 (calendar-chinese-date-string): Expand calendar-mod calls.
7379 * calendar/cal-mayan.el (calendar-mayan-tzolkin-from-absolute):
7380 Expand calendar-mod calls.
7381
7382 * calendar/cal-bahai.el (calendar-bahai-date-string): Use a single let.
7383 (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
7384 (diary-bahai-insert-yearly-entry): Use let rather than let*.
7385 Move obsolete aliases after the functions that replaced them.
7386
7387 * calendar/cal-hebrew.el (calendar-absolute-from-hebrew)
7388 (hebrew-calendar-yahrzeit, insert-hebrew-diary-entry)
7389 (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry):
7390 Use let rather than let*.
7391 (calendar-hebrew-prompt-for-date): New function.
7392 (calendar-goto-hebrew-date): Use calendar-hebrew-prompt-for-date.
7393 (holiday-tisha-b-av-etc): Use unless, let.
7394
7395 * calendar/cal-islam.el (calendar-islamic-prompt-for-date): New func.
7396 (calendar-goto-islamic-date): Use calendar-islamic-prompt-for-date.
7397
7398 * calendar/cal-mayan.el (calendar-mayan-haab-to-string): Simplify.
7399
7400 * calendar/calendar.el (calendar-for-loop): Add indent spec.
7401
7402 * calendar/diary-lib.el (diary-remind-message, mark-sexp-diary-entries)
7403 (list-sexp-diary-entries, diary-font-lock-sexps): Use format rather
7404 than concat.
7405 (diary): Remove un-needed let.
7406 (view-other-diary-entries): Rename argument.
7407 (diary-list-entries-2): New function.
7408 (diary-list-entries-1, diary-list-entries): Use diary-list-entries-2.
7409 (print-diary-entries): Use unless.
7410 (diary-mark-entries-1): Change argument order, make all but
7411 markfunc optional. Handle the standard (Gregorian) case.
7412 Use match-string-no-properties. Handle marks.
7413 (mark-diary-entries): Use diary-mark-entries-1.
7414 (diary-font-lock-keywords-1): New macro.
7415 (diary-font-lock-keywords): Use diary-font-lock-keywords-1.
7416
7417 2008-03-16 Ulf Jasper <ulf.jasper@web.de>
7418
7419 * icalendar.el (icalendar-version): Increase to 0.18.
7420 (icalendar-export-hidden-diary-entries): New variable.
7421 (icalendar-export-region): Use icalendar-export-hidden-diary-entries.
7422 In case of error, insert full error-val.
7423 (icalendar-first-weekday-of-year): Remove `offset' argument. Doc fix.
7424 Use calendar-day-of-week. Return the day number.
7425 (icalendar--convert-weekly-to-ical): Use funcall rather than apply.
7426
7427 2008-03-16 Craig Markwardt <Craig.Markwardt@nasa.gov>
7428
7429 * icalendar.el (icalendar-recurring-start-year): New variable.
7430 (icalendar--diarytime-to-isotime): Fix treatment of 12:00pm - 12:59pm.
7431 (icalendar-export-region): Ignore hidden diary entries.
7432 (icalendar--convert-ordinary-to-ical): Fix case where event
7433 spans across midnight boundary.
7434 (icalendar-first-weekday-of-year): New function.
7435 (icalendar--convert-weekly-to-ical): Allow user-selectable start
7436 year for recurring events (Mozilla calendars do not propagate
7437 recurring events forever, so year 2000 start date was not working).
7438 (icalendar--convert-yearly-to-ical): Remove extra spaces in
7439 formatting of BYMONTH and BYMONTHDAY (not allowed by ical spec).
7440
7441 2008-03-15 Michael Albinus <michael.albinus@gmx.de>
7442
7443 * net/tramp.el (tramp-root-regexp): New defconst.
7444 (tramp-completion-file-name-regexp-unified)
7445 (tramp-completion-file-name-regexp-separate)
7446 (tramp-completion-file-name-regexp-url): Use it.
7447 (tramp-do-copy-or-rename-file-via-buffer):
7448 Set `enable-multibyte-characters' to nil. Set `jka-compr-inhibit' to
7449 t for `insert-file-contents-literally'.
7450 (tramp-drop-volume-letter): Rewrite, using `tramp-root-regexp'.
7451 Autoload it.
7452 (tramp-completion-file-name-handler-post-function): New defconst.
7453 (tramp-completion-file-name-handler): Use it.
7454 (tramp-maybe-open-connection): Update calls to
7455 `tramp-flush-connection-property' for removed 2nd argument.
7456
7457 2008-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
7458
7459 * vc-bzr.el (vc-bzr-diff): Use a faster invocation when possible.
7460 (vc-bzr-complete-with-prefix, vc-bzr-revision-completion-table):
7461 New functions.
7462
7463 2008-03-15 Glenn Morris <rgm@gnu.org>
7464
7465 * calendar/diary-lib.el (diary-list-entries-1, diary-mark-entries-1):
7466 New functions.
7467 * calendar/cal-bahai.el (number, original-date, add-to-diary-list)
7468 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
7469 (diary-list-entries-1, diary-mark-entries-1): Autoload.
7470 (diary-bahai-list-entries): Use diary-list-entries-1.
7471 (diary-bahai-mark-entries): Doc fix. Use diary-mark-entries-1.
7472 * calendar/cal-hebrew.el (number, original-date, add-to-diary-list)
7473 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
7474 (diary-list-entries-1, diary-mark-entries-1): Autoload.
7475 (list-hebrew-diary-entries): Use diary-list-entries-1.
7476 (mark-hebrew-diary-entries): Doc fix. Use diary-mark-entries-1.
7477 * calendar/cal-islam.el (number, original-date, add-to-diary-list)
7478 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
7479 (diary-list-entries-1, diary-mark-entries-1): Autoload.
7480 (list-islamic-diary-entries): Use diary-list-entries-1.
7481 (mark-islamic-diary-entries): Doc fix. Use diary-mark-entries-1.
7482
7483 * calendar/appt.el (appt-check, appt-delete, appt-make-list): Use caar.
7484
7485 * calendar/cal-bahai.el (calendar-bahai-epoch): Doc fix.
7486
7487 * calendar/cal-china.el (number-chinese-months)
7488 (calendar-chinese-from-absolute): Use nth, caar.
7489
7490 * calendar/cal-coptic.el (coptic-calendar-epoch): Doc fix.
7491
7492 * calendar/cal-french.el (french-calendar-accents): Doc fix.
7493
7494 * calendar/cal-hebrew.el (calendar-hebrew-month-name-array-common-year)
7495 (calendar-hebrew-month-name-array-leap-year)
7496 (hebrew-calendar-parashiot-names): Make constants.
7497 (diary-parasha): Move definition after constants it uses.
7498
7499 * calendar/cal-html.el (cal-html-insert-link-yearpage)
7500 (cal-html-htmlify-list): Doc fix.
7501 (cal-html-htmlify-entry): Use nth.
7502
7503 * calendar/cal-islam.el (calendar-islamic-month-name-array)
7504 (calendar-islamic-epoch): Make constants.
7505 (calendar-islamic-epoch): Doc fix.
7506
7507 * calendar/cal-menu.el (cal-menu-goto-menu): Use "Go To".
7508
7509 * calendar/cal-tex.el (cal-tex-hook, cal-tex-insert-preamble)
7510 (cal-tex-month-name): Doc fix.
7511 (cal-tex-last-blank-p): Use zerop.
7512
7513 * calendar/calendar.el (european-calendar-style, calendar-for-loop)
7514 (calendar-sum, calendar-insert-indented, mouse-calendar-other-month)
7515 (calendar-cursor-to-date): Doc fix.
7516 (hebrew-holidays-1, hebrew-holidays-4): Simplify.
7517 (extract-calendar-day, extract-calendar-year): Use cadr, nth.
7518 (calendar-day-number): Use when.
7519 (generate-calendar-month): Use dotimes.
7520 (exit-calendar, calendar-print-other-dates): Use let rather than let*.
7521 (calendar-set-mark): Reverse conditional.
7522 (calendar-make-alist): Move definition before use.
7523
7524 * calendar/diary-lib.el (diary-face-attrs)
7525 (diary-glob-file-regexp-prefix, diary-selective-display)
7526 (number-of-diary-entries, diary-list-entries, diary-goto-entry)
7527 (list-sexp-diary-entries, diary-date, diary-block, diary-float)
7528 (diary-anniversary, diary-cyclic)
7529 (diary-fancy-font-lock-fontify-region-function): Doc fixes.
7530 (diary-header-line-format): Change wording.
7531 (diary-list-entries): Set `date-start' in let.
7532 (include-other-diary-files, mark-included-diary-files): Use format.
7533 (simple-diary-display, fancy-diary-display): Use cadr, unless.
7534 (mark-diary-entries): Use 1+.
7535 (mark-sexp-diary-entries, list-sexp-diary-entries): Use when.
7536 (mark-calendar-month): Use dotimes.
7537
7538 * calendar/holidays.el (displayed-month, displayed-year):
7539 Move declarations where needed.
7540 (calendar-list-holidays): Doc fix.
7541
7542 * calendar/parse-time.el (parse-time-string): Simplify.
7543
7544 * calendar/solar.el (solar-n-hemi-seasons, solar-s-hemi-seasons):
7545 Make constants.
7546 (solar-sunrise-sunset): Rename some local variables for clarity.
7547 (sunrise-sunset): Use zerop.
7548 (solar-mean-equinoxes/solstices): Doc fix.
7549
7550 * calendar/timeclock.el (timeclock-time-to-seconds, timeclock-log-data):
7551 Use nth.
7552 (timeclock-completing-read, timeclock-generate-report): Use zerop.
7553 (timeclock-mean, timeclock-generate-report): Use dolist.
7554
7555 * calendar/todo-mode.el (todo-add-category): Simplify.
7556 (todo-more-important-p, todo-delete-item, todo-file-item):
7557 Use unless, when.
7558 (todo-top-priorities): Use zerop.
7559
7560 2008-03-14 Nick Roberts <nickrob@snap.net.nz>
7561
7562 * buff-menu.el (list-buffers-noselect): Display buffer name in
7563 tooltip instead of mouse binding when it doesn't fit in the list.
7564
7565 2008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
7566
7567 * faces.el (xw-defined-colors):
7568 * simple.el (widget-convert, shell-mode): Declare as functions
7569 instead of autoloading.
7570
7571 * abbrev.el:
7572 * button.el:
7573 * cus-face.el:
7574 * ediff-hook.el:
7575 * emacs-lisp/backquote.el:
7576 * emacs-lisp/timer.el:
7577 * facemenu.el:
7578 * faces.el:
7579 * menu-bar.el:
7580 * simple.el:
7581 * subr.el:
7582 * textmodes/fill.el:
7583 * textmodes/paragraphs.el: Remove autoloads, redundant when the
7584 files are preloaded.
7585
7586 2008-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
7587
7588 * desktop.el (desktop-create-buffer): Don't catch errors if
7589 debug-on-error is set.
7590
7591 2008-03-14 Eli Zaretskii <eliz@gnu.org>
7592
7593 * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
7594 ($(lisp)/calendar/diary-loaddefs.el)
7595 ($(lisp)/calendar/hol-loaddefs.el): New targets.
7596 (LOADDEFS): New macro.
7597 (autoloads): Depend on $(LOADDEFS).
7598
7599 2008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
7600
7601 * font-lock.el (featurep): Remove test, not useful anymore.
7602 (facemenu-keymap): Move key binding ...
7603 * facemenu.el (facemenu-keymap): ... here.
7604
7605 * vc-bzr.el (vc-bzr-print-log): Insert a file marker. Run the log
7606 for each file in the list.
7607 (vc-bzr-log-view-mode): Recognize the file marker.
7608
7609 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
7610 for checkdoc and profiling.
7611
7612 2008-03-14 Bastien Guerry <bzg@altern.org>
7613
7614 * textmodes/flyspell.el (nxml-mode): Add the right
7615 `flyspell-mode-predicate'.
7616
7617 * wid-edit.el (link): Use 'mouse-face for :follow-link.
7618
7619 2008-03-14 Glenn Morris <rgm@gnu.org>
7620
7621 * calendar/solar.el: Reorder so that functions are defined before use.
7622 (displayed-month, displayed-year): Move declarations where needed.
7623 (solar-get-number): Move definition before use. Use unless.
7624 (solar-equatorial-coordinates): Simplify.
7625 (solar-sunrise-and-sunset): Use let rather than let*.
7626 (solar-longitude, solar-equinoxes-solstices): Use cadr, nth.
7627
7628 * startup.el (command-line-1): Rename -internal-script back to
7629 -scriptload (reverts previous change).
7630
7631 * calendar/cal-bahai.el (calendar-bahai-month-name-array)
7632 (calendar-bahai-leap-base): Add doc strings.
7633 (calendar-bahai-prompt-for-date, calendar-bahai-mark-date-pattern):
7634 Move definition before use.
7635 (calendar-bahai-goto-date, diary-bahai-list-entries): Doc fix.
7636 (diary-bahai-list-entries, diary-bahai-mark-entries): Move some constant
7637 variables outside the loop. Use dolist.
7638 (holiday-bahai, calendar-bahai-mark-date-pattern): Use unless.
7639
7640 * calendar/cal-china.el: Re-order so that functions are defined before
7641 use.
7642 (displayed-month, displayed-year): Move declarations where needed.
7643 (chinese-calendar-time-zone, calendar-goto-chinese-date): Doc fix.
7644 (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
7645 Add doc strings.
7646 (chinese-year-cache): Recenter on 2010. Doc fix.
7647 (chinese-year, number-chinese-months, calendar-absolute-from-chinese):
7648 Doc fix. Simplify.
7649 (chinese-year-cache-init): New function.
7650 (compute-chinese-year, holiday-chinese-new-year)
7651 (calendar-chinese-date-string, calendar-goto-chinese-date)
7652 (make-chinese-month-assoc-list): Use cadr, nth.
7653 (chinese-months): Remove un-needed let.
7654
7655 * calendar/cal-coptic.el (coptic-calendar-month-name-array)
7656 (ethiopic-calendar-month-name-array, ethiopic-name): Add doc strings.
7657 (coptic-prompt-for-date): Move definition before use.
7658
7659 * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
7660 (calendar-dst-find-data, calendar-daylight-time-offset)
7661 (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
7662 (calendar-daylight-savings-starts-time)
7663 (calendar-daylight-savings-ends-time): Use cadr, nth.
7664
7665 * calendar/cal-french.el (french-calendar-epoch)
7666 (calendar-goto-french-date): Doc fix.
7667 (french-calendar-month-name-array)
7668 (french-calendar-multibyte-month-name-array)
7669 (french-calendar-day-name-array, french-calendar-special-days-array):
7670 Add doc strings.
7671
7672 * calendar/cal-hebrew.el (displayed-month, displayed-year)
7673 (original-date): Move declarations where needed.
7674 (calendar-goto-hebrew-date, list-hebrew-diary-entries, diary-yahrzeit):
7675 Doc fix.
7676 (list-hebrew-diary-entries, mark-hebrew-diary-entries): Move some
7677 constant variables outside the loop. Use dolist.
7678
7679 * calendar/cal-islam.el (displayed-month, displayed-year)
7680 (original-date): Move declarations where needed.
7681 (islamic-calendar-day-number): Remove unused local variable `day'.
7682 (calendar-goto-islamic-date): Doc fix.
7683 (holiday-islamic): Use unless.
7684 (list-islamic-diary-entries, mark-islamic-diary-entries): Move some
7685 constant variables outside the loop. Use dolist.
7686 (mark-islamic-calendar-date-pattern): Move definition before use.
7687 Use unless.
7688 (mark-islamic-diary-entries): Doc fix.
7689 (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
7690 (insert-yearly-islamic-diary-entry): Use let rather than let*.
7691
7692 * calendar/cal-julian.el (calendar-absolute-from-julian):
7693 Move definition before use. Remove un-needed local `day'.
7694 (calendar-goto-julian-date, calendar-goto-astro-day-number): Doc fix.
7695
7696 * calendar/cal-mayan.el (calendar-mayan-haab-month-name-array)
7697 (calendar-mayan-tzolkin-names-array): Add doc strings.
7698 (calendar-mayan-long-count-from-absolute): Use a single let.
7699 (calendar-string-to-mayan-long-count): Simplify.
7700 (calendar-next-haab-date, calendar-previous-haab-date)
7701 (calendar-next-tzolkin-date, calendar-previous-tzolkin-date)
7702 (calendar-previous-calendar-round-date)
7703 (calendar-goto-mayan-long-count-date, calendar-mayan-date-string):
7704 Doc fix.
7705 (calendar-mayan-tzolkin-haab-on-or-before): Use zerop.
7706 (calendar-mayan-date-string, calendar-print-mayan-date)
7707 (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
7708 (calendar-mayan-long-count-common-era): Move definitions before use.
7709
7710 * calendar/cal-menu.el (displayed-year): Move declaration where needed.
7711 (calendar-event-to-date, cal-tex-mouse-week, cal-tex-mouse-week-iso):
7712 Doc fix.
7713 (calendar-mouse-goto-date): Move definition before use.
7714
7715 * calendar/cal-move.el (calendar-cursor-to-nearest-date): Use or, when.
7716 Move definition before use.
7717 (calendar-cursor-to-visible-date): Move definition before use.
7718 (calendar-scroll-left): Use unless and zerop. Combine lets into one,
7719 and place inside the conditional.
7720 (calendar-forward-day): Simplify.
7721 (calendar-end-of-month): Use unless.
7722 (calendar-goto-day-of-year): Doc fix.
7723 Relocate obsolete aliases after their replacements.
7724
7725 * calendar/cal-persia.el (calendar-goto-persian-date): Doc fix.
7726
7727 * calendar/diary-lib.el (mark-diary-entries): Move some constant
7728 variables outside the diary-date-forms loop.
7729
7730 * calendar/calendar.el (diary-file): Doc fix.
7731 (calendar-buffer-list): Return buffers rather than strings (fixes
7732 previous change).
7733 (hebrew-holidays-4): Fix typo.
7734
7735 * calendar/holidays.el (displayed-month, displayed-year):
7736 Move declarations where needed.
7737 (calendar-holiday-list, calendar-list-holidays)
7738 (holiday-filter-visible-calendar): Move definitions before use.
7739 (list-holidays): Use cadr.
7740 Relocate obsolete aliases after their replacements.
7741
7742 * calendar/lunar.el (date, displayed-month, displayed-year):
7743 Move declarations where needed.
7744 (lunar-phase-list): Move definition after functions it uses.
7745 (calendar-phases-of-moon, diary-phases-of-moon)
7746 (lunar-new-moon-on-or-after): Use cadr, nth.
7747 (lunar-new-moon-on-or-after): Doc fix.
7748
7749 * textmodes/org-irc.el (top-level): CL not required when compiling.
7750 (org-irc-visit-erc): Replace runtime CL functions.
7751
7752 * textmodes/org-publish.el (declare-function): Add compatibility stub.
7753 (org-publish-delete-dups): Declare as function.
7754
7755 2008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
7756
7757 * vc-bzr.el (vc-bzr-log-view-mode): "." can be part of a revno.
7758 (vc-bzr-show-log-entry): Make regexp match more cases.
7759 (vc-diff-switches-list): Remove autoload, not needed.
7760
7761 2008-03-14 Juri Linkov <juri@jurta.org>
7762
7763 * isearch.el (isearch-edit-string): Remove one call to
7764 `isearch-push-state' not to push an inconsistent state,
7765 but keep another correct call to `isearch-push-state'.
7766 (isearch-ring-adjust): Call `isearch-push-state' only when
7767 `search-ring-update' is non-nil since `isearch-edit-string'
7768 already pushes its state.
7769 (isearch-message): Improve matching the failed part by checking
7770 if the original message starts with the last successful message.
7771
7772 * dired.el (dired-warn-writable): Rename to `dired-perm-write'.
7773 (dired-perm-write): Rename from `dired-warn-writable'.
7774 Change parent face from `font-lock-warning-face' to
7775 `font-lock-comment-delimiter-face'.
7776 (dired-warn-writable-face): Rename to `dired-perm-write-face'.
7777 (dired-perm-write-face): Rename from `dired-warn-writable-face'.
7778 (dired-font-lock-keywords): Replace `dired-warn-writable-face'
7779 with `dired-perm-write-face'.
7780
7781 2008-03-13 Tassilo Horn <tassilo@member.fsf.org>
7782
7783 * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
7784 Create cache dir only if it doesn't already exist.
7785
7786 2008-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
7787
7788 * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Fix handling
7789 of \ and '.
7790
7791 2008-03-13 Johan Bockgård <bojohan@gnu.org>
7792
7793 * net/browse-url.el (browse-url-text-xterm):
7794 Unquote browse-url-text-browser.
7795
7796 2008-03-13 Carsten Dominik <dominik@science.uva.nl>
7797
7798 * textmodes/org-mouse.el: Version number change.
7799
7800 * textmodes/org-publish.el (org-publish-expand-components):
7801 Remove null projects from the list of components.
7802 (org-publish-attachment): Bugfix: handle mandatory argument pub-dir.
7803 Remove unused retrieval of the :publishing-directory property.
7804 (org-publish-file): Bugfix: when using a relative directory as the
7805 publishing directory, convert it to a directory filename.
7806 (org-publish-project): New alias.
7807 (org-publish-get-files): Protect against empty p.
7808 (org-publish-file): Send an error when file is not part of any project.
7809 (org-publish-file): Offer to refresh the list of files in known
7810 project when the current file is not part of any project.
7811 (org-publish-before-export-hook)
7812 (org-publish-after-export-hook): New hooks.
7813 (org-publish-org-to): Use new hooks and kill buffers.
7814 (org-publish-file): Remove the code for killing buffers.
7815 (org-publish-initialize-files-alist): Use interactive.
7816 (org-publish-file): If the publishing function creates a new
7817 buffer, kill it after publishing.
7818 (org-publish-timestamp-filename): Protect ":" in file name path
7819 under windows.
7820
7821 * textmodes/org-export-latex.el (org-export-as-latex): Revert the
7822 change that killed the LaTeX buffer.
7823
7824 * textmodes/org.el (org-ctrl-c-star): Implement a missing branch
7825 in the decision tree.
7826 (org-select-remember-template): Clean the code.
7827 (org-prepare-dblock): Add the extra :content parameter.
7828 (org-write-agenda): New output type ".ics" files.
7829 (org-write-agenda): Call `org-icalendar-verify-function', both for
7830 time stamps and for TODO entries.
7831 (org-agenda-collect-markers, org-create-marker-find-array)
7832 (org-check-agenda-marker-table): New functions.
7833 (org-agenda-marker-table): New variable.
7834 (org-export-as-html): Revert the change that killed the html
7835 buffer. Side effects first need to be studied carefully.
7836 (org-get-tags-at): Fix the structure of the condition-case statement.
7837 (org-ts-regexp0, org-repeat-re, org-display-custom-time)
7838 (org-timestamp-change): Fix regulear expressions to swallow the
7839 extra character for repeat-shift control.
7840 (org-auto-repeat-maybe): Implement the new repeater mechanisms.
7841 (org-get-legal-level): Alias to `org-get-valid-level'.
7842 (org-dblock-write:clocktable): Add a :link parameter, linking
7843 headlines to their location in the Org agenda files.
7844 (org-get-tags-at): Bugfix: prevent `org-back-to-heading' from
7845 throwing an error when getting tags before headlines.
7846 (org-timestamp-change, org-modify-ts-extra)
7847 (org-ts-regexp1): Fix timestamp editing.
7848 (org-agenda-custom-commands-local-options): New constant.
7849 (org-agenda-custom-commands):
7850 Use `org-agenda-custom-commands-local-options' to improve customize
7851 type. "htmlize": Removed hack to fix face problem with htmlize,
7852 it no longer seem necessary.
7853 (org-follow-link-hook): New hook.
7854 (org-agenda-custom-commands): Add "Component" as a tag for each
7855 item in a command serie.
7856 (org-open-at-point): Run `org-follow-link-hook'.
7857 (org-agenda-schedule): Bugfix: don't display marker type when it
7858 is nil.
7859 (org-store-link): org-irc required.
7860 (org-set-regexps-and-options): Parse the new logging options.
7861 (org-extract-log-state-settings): New function.
7862 (org-todo): Handle the new ways of recording state change stuff.
7863 (org-local-logging): New function.
7864 (org-columns-open-link): Fix bug with opening link in column view.
7865 (org-local-logging): New function.
7866 (org-todo): Make sure that LOGGING properties are honoured.
7867 (org-todo-keywords): Improve docstring.
7868 (org-startup-options): Cleanup startup options.
7869 (org-set-regexps-and-options): Process the "!" markers.
7870 (org-todo): Respect the new logging stuff.
7871 (org-log-note-how): New variable.
7872 (org-add-log-maybe): New parameter HOW that defines how logging
7873 should be done and also overrides PURPOSE. Add a docstring.
7874 (org-add-log-note): Check if we really need to ask for a note.
7875 (org-get-current-options): Digest the new keyword.
7876 (org-agenda-reset-markers): Rename from
7877 `org-agenda-maybe-reset-markers'. Remove FORCE argument.
7878 (org-diary, org-agenda-quit, org-prepare-agenda): Call the renamed
7879 function, without force argument.
7880 (org-buffer-property-keys): Bind local variables s and p.
7881 (org-make-tags-matcher): Allow "" to match an empty or
7882 non-existent property value.
7883 (org-export-as-html): Join unsorted lists when they directly
7884 follow each other. Such lists may be created by headlines that
7885 are converted to lists.
7886 (org-nofm-to-completion): New function.
7887 (org-export-as-html): Use :html-extension instead of
7888 org-export-html-extension.
7889 (org-store-link): Support for links from `rmail-summary-mode'.
7890 (org-columns-new, org-complete, org-set-property): Set the
7891 `include-columns' argument in the call to
7892 `org-buffer-property-keys'.
7893 (org-buffer-property-keys): New argument `include-columns', to
7894 include properties expected by any of the COLUMS formats in the
7895 current buffer.
7896 (org-cleaned-string-for-export): Get rid of drawers first, so that
7897 they will be removed also in the text before the first headline.
7898 (org-clock-report): Show the clocktable when found.
7899 (org-refile): Fix positioning bug when `org-reverse-note-order' is nil.
7900 (org-version): With prefix argument, insert `org-version' at point.
7901 (org-agenda-goto): Recenter the window after finding the target
7902 location, to make sure the correct position will be displayed.
7903 (org-agenda-get-deadlines): Don't scale priority with the warning
7904 period.
7905 (org-insert-heading): Don't break line in the middle of the line.
7906 (org-agenda-get-deadlines): Allow `org-deadline-warning-days' to
7907 be 0.
7908 (org-update-checkbox-count): Revamp to deal with hierarchical
7909 beckboxes. This was a patch from Miguel A. Figueroa-Villanueva.
7910 (org-remove-timestamp-with-keyword): New function.
7911 (org-schedule, org-deadline):
7912 Use `org-remove-timestamp-with-keyword' to make sure all such time
7913 stamps are removed.
7914 (org-mode): Support for `align'.
7915 (org-agenda-get-deadlines): Make sure priorities increase as the
7916 due date approaches and is passed.
7917 (org-remember-apply-template): Fix problem with tags that
7918 contain "_" or "@".
7919 (org-make-link-regexps): Improve the regular expression for plain links.
7920 (org-agenda-get-closed): List each clocking entry.
7921 (org-set-tags): Only tabify before tags if indent-tabs-mode is t.
7922 (org-special-ctrl-k): New option.
7923 (org-kill-line): New function.
7924 (org-archive-all-done): Fix incorrect number of stars in regexp.
7925 (org-refile-get-location): New function.
7926 (org-refile-goto-last-stored): New function.
7927 (org-global-tags-completion-table): Add the value of org-tag-alist
7928 in each buffer, to make sure that also unused tags will be
7929 available for completion.
7930 (org-columns-edit-value)
7931 (org-columns-next-allowed-value): Only update if not in agenda.
7932 (org-clocktable-steps): New function.
7933 (org-dblock-write:clocktable): Call `org-clocktable-steps'.
7934 (org-archive-subtree): Add the outline tree context as a property.
7935 (org-closest-date): New optional argument `prefer'.
7936 (org-goto-auto-isearch): New option.
7937 (org-goto-map, org-get-location): Implement auto-isearch.
7938 (org-goto-local-auto-isearch-map): New variable.
7939 (org-goto-local-search-forward-headings)
7940 (org-goto-local-auto-isearch): New functions.
7941
7942 2008-03-13 Philip Jackson <emacs@shellarchive.co.uk>
7943
7944 * textmodes/org-irc.el: New file.
7945
7946 2008-03-13 John Wiegley <johnw@gnu.org>
7947
7948 * textmodes/org-mac-message.el: New file.
7949
7950 2008-03-13 Dan Nicolaescu <dann@ics.uci.edu>
7951
7952 * font-lock.el (font-lock-comment-face): Set the foreground for
7953 the light background 8 colors case.
7954
7955 2008-03-13 Glenn Morris <rgm@gnu.org>
7956
7957 * font-lock.el (lisp-font-lock-keywords-1): Support wider range of
7958 generate-autoload-cookie patterns.
7959
7960 * startup.el (command-line-1): Rename -scriptload to -internal-script.
7961
7962 * Makefile.in ($(lisp)/loaddefs.el): Remove this target.
7963 (MH_E_SRC): Remove variable.
7964 ($(lisp)/mh-e/mh-loaddefs.el): Remove $MH_E_SRC dependency.
7965 Simplify file header. Use $@ for generated-autoload-file.
7966
7967 * Makefile.in (LOADDEFS): New variable.
7968 (AUTOGENEL): Use $LOADDEFS.
7969 (autoloads): Remove $(lisp)/loaddefs.el dependency; add $LOADDEFS.
7970 ($(lisp)/calendar/cal-loaddefs.el, $(lisp)/calendar/diary-loaddefs.el)
7971 ($(lisp)/calendar/hol-loaddefs.el): New targets.
7972 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
7973 * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-html.el:
7974 * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
7975 * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
7976 * calendar/cal-tex.el, calendar/cal-x.el, calendar/diary-lib.el:
7977 * calendar/holidays.el, calendar/lunar.el, calendar/solar.el:
7978 Add calendar-specific autoload cookies, and remove any setting of
7979 generated-autoload-file.
7980 * calendar/calendar.el: Remove explicit autoloads now in cal-loaddefs.
7981 * calendar/diary-lib.el: Replace explicit autoloads with reading of
7982 diary-loaddefs.
7983 * calendar/holidays.el: Replace explicit autoloads with reading of
7984 hol-loaddefs.
7985
7986 * calendar/calendar.el (cal-hebrew-yahrzeit-buffer): New constant.
7987 (calendar-buffer-list): Simplify.
7988 (generate-calendar-window): Use calendar-mark-holidays rather than
7989 obsolete alias.
7990
7991 * calendar/cal-hebrew.el (list-yahrzeit-dates):
7992 Use cal-hebrew-yahrzeit-buffer.
7993
7994 * calendar/cal-x.el (calendar-only-one-frame-setup)
7995 (calendar-two-frame-setup): Doc fixes.
7996 (special-display-buffer-names): Use cal-hebrew-yahrzeit-buffer.
7997
7998 * calendar/appt.el (appt-mode-string): Mark as risky.
7999 (appt-check): Apply mode-line-emphasis face to appt-mode-string.
8000
8001 * calendar/cal-html.el (diary-list-entries):
8002 * calendar/cal-tex.el (calendar-holiday-list, diary-list-entries)
8003 (calendar-iso-from-absolute): Fix autoloads.
8004
8005 * calendar/cal-iso.el (calendar-absolute-from-iso)
8006 (calendar-iso-read-args): Simplify.
8007 (calendar-iso-date-string, calendar-iso-read-args)
8008 (calendar-goto-iso-date, calendar-goto-iso-week): Doc fixes.
8009
8010 * calendar/cal-julian.el (calendar-julian-from-absolute): Use zerop.
8011 (displayed-month, displayed-year): Move declarations where needed.
8012 (calendar-print-astro-day-number): Doc fix.
8013
8014 * calendar/cal-persia.el (persian-calendar-month-name-array)
8015 (persian-calendar-epoch, calendar-persian-date-string): Doc fixes.
8016 (persian-prompt-for-date): Remove local variable `today'.
8017
8018 * calendar/diary-lib.el (mark-calendar-month): Use zerop.
8019
8020 * calendar/solar.el (solar-moment, solar-exact-local-noon)
8021 (solar-sunrise-sunset, solar-sunrise-sunset-string)
8022 (solar-ephemeris-time, solar-date-next-longitude, solar-sidereal-time)
8023 (diary-sabbath-candles, solar-equinoxes/solstices)
8024 (solar-equinoxes-solstices): Use cadr, cdar, nth, zerop.
8025 (solar-time-equation, solar-date-to-et): Simplify.
8026
8027 * mail/supercite.el: Remove the `function' in `(function (lambda'.
8028 Replace `(car (cdr' with cadr'.
8029
8030 * progmodes/f90.el (f90-font-lock-n): New function.
8031 (f90-font-lock-1, f90-font-lock-2, f90-font-lock-3, f90-font-lock-4):
8032 Use f90-font-lock-n.
8033 (f90-indent-region, f90-indent-subprogram, f90-match-end): Use cadr.
8034
8035 * progmodes/f90.el (f90-mode-abbrev-table):
8036 * progmodes/fortran.el (fortran-mode-abbrev-table):
8037 Use newer form of define-abbrev, where supported. No need to bind
8038 abbrevs-changed for system abbrevs.
8039
8040 2008-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
8041
8042 * term/xterm.el (terminal-init-xterm): delete-frame-hook ->
8043 delete-frame-functions.
8044
8045 * bookmark.el (Info-current-node): Remove.
8046
8047 2008-03-12 Juri Linkov <juri@jurta.org>
8048
8049 * help.el (describe-project): Remove defaliases for view-todo and
8050 describe-project that are now unnecessary after the merge from
8051 emacs--rel--22 that added define-obsolete-function-alias.
8052
8053 * startup.el (inhibit-startup-screen): Revert incomplete
8054 2008-03-10 merge from emacs--rel--22 that partly reverted
8055 2008-02-28 change that added initial message to *scratch* buffer
8056 regardless of the value of `inhibit-startup-screen'.
8057 Now keep this change in the trunk, but not in the 22 branch.
8058
8059 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
8060
8061 * international/quail.el (quail-setup-completion-buf, quail-help):
8062 * mail/binhex.el (binhex-decode-region-internal):
8063 * mail/uudecode.el (uudecode-decode-region-internal):
8064 * net/dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
8065 * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
8066 setting default-enable-multibyte-characters.
8067
8068 * emulation/viper-util.el (viper-file-remote-p): Remove, unused.
8069
8070 * comint.el: Fix up indentation and comment style. Remove `function'.
8071
8072 * international/mule-cmds.el (reset-language-environment)
8073 (set-language-environment-nonascii-translation):
8074 Don't set-unibyte-charset.
8075
8076 * doc-view.el: Remove all cb-args, use closures instead.
8077 (doc-view-sentinel): Merge doc-view-dvi->pdf-sentinel,
8078 doc-view-ps->pdf-sentinel, and doc-view-pdf->txt-sentinel (which was
8079 doing an incorrect check). Update all callers to use the new name.
8080 (doc-view-doc->txt): Add missing `txt' argument.
8081
8082 2008-03-12 Tassilo Horn <tassilo@member.fsf.org>
8083
8084 * doc-view.el (doc-view-current-cache-dir): Set buffer used for
8085 md5 sum calculation to single-byte.
8086
8087 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
8088
8089 * doc-view.el (doc-view-new-window-function): Add assertion.
8090 (doc-view-doc-type): New var.
8091 (doc-view-convert-current-doc, doc-view-doc->txt): Use it.
8092 (doc-view-intersection): New fun.
8093 (doc-view-mode): Use it to set the new var.
8094
8095 2008-03-12 Tassilo Horn <tassilo@member.fsf.org>
8096
8097 * doc-view.el (doc-view-doc->txt, doc-view-open-text)
8098 (doc-view-already-converted-p): New functions.
8099 (doc-view-clear-cache): Don't recreate doc-view-cache-directory.
8100 (doc-view-mode-map): Bind C-c C-t to doc-view-open-text.
8101 (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
8102 (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
8103 (doc-view-ps->pdf-sentinel, doc-view-ps->pdf)
8104 (doc-view-convert-current-doc): Don't hardwire the functions the
8105 sentinels call. Now they're provided by two args CALLBACK and
8106 CB-ARGS to the functions.
8107 (doc-view-search): Use doc-view-doc->txt.
8108 (doc-view-initiate-display): Use doc-view-already-converted-p.
8109 Mention new binding C-c C-t if doc-view-mode doesn't work.
8110
8111 2008-03-12 Dan Nicolaescu <dann@ics.uci.edu>
8112
8113 * diff-mode.el (diff-refine-change): Adjust colors to be more visible.
8114
8115 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
8116
8117 * textmodes/sgml-mode.el (sgml-font-lock-syntactic-keywords):
8118 Mark " outside of tags as punctuation.
8119
8120 2008-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
8121
8122 * menu-bar.el (minibuffer-local-map): Use the same command for the
8123 "Quit" menu as used for the C-g key, so the shortcut displayed is C-g.
8124 Prefer RET over C-j for exit-minibuffer.
8125
8126 * files.el (display-buffer-other-frame): Eliminate problematic code.
8127
8128 * menu-bar.el (menu-bar-update-buffers-maxbuf): Remove.
8129 (menu-bar-select-buffer): Remove.
8130 (menu-bar-select-frame): Make non-interactive and take a frame arg.
8131 (menu-bar-update-buffers): Don't use buffer-names or frame names as events.
8132
8133 2008-03-11 Juanma Barranquero <lekktu@gmail.com>
8134
8135 * icomplete.el (icomplete-completions): Remove obsolete code.
8136
8137 * net/net-utils.el (iwconfig-program-options): Doc fix.
8138 (net-utils-run-program, run-network-program): Define as functions.
8139
8140 2008-03-11 Dan Nicolaescu <dann@ics.uci.edu>
8141
8142 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Fix typo.
8143
8144 2008-03-11 Glenn Morris <rgm@gnu.org>
8145
8146 * faces.el (mode-line-emphasis): New face.
8147 * vc.el (vc-set-mode-line-busy-indicator): Use mode-line-emphasis face.
8148
8149 * calendar/calendar.el (top-level): Load cal-loaddefs when compiling.
8150
8151 2008-03-11 Chong Yidong <cyd@stupidchicken.com>
8152
8153 * simple.el (set-mark-command): Doc fix.
8154
8155 2008-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
8156
8157 * Makefile.in (bootstrap-prepare): Don't chmod cal-loaddefs.el.
8158
8159 * emacs-lisp/autoload.el (autoload-find-destination):
8160 Don't force raw-text.
8161
8162 * calendar/calendar.el ("cal-loaddefs"): Load, rather than require.
8163 * calendar/cal-loaddefs.el: Don't version control.
8164
8165 2008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
8166
8167 * progmodes/make-mode.el (makefile-mode-abbrev-table): Add menu
8168 entries and add :help to the existing ones.
8169
8170 2008-03-10 Glenn Morris <rgm@gnu.org>
8171
8172 * calendar/cal-hebrew.el (date, entry, number): Move declarations
8173 to where they are needed.
8174
8175 * calendar/calendar.el (diary-file, hebrew-holidays-1)
8176 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
8177 (calendar, calendar-basic-setup, calendar-mode-map, calendar-set-mark)
8178 (calendar-version): Doc fixes.
8179 (calendar-absolute-from-gregorian): Use zerop.
8180 (calendar-mode-line-format): Make it a defcustom.
8181
8182 * calendar/diary-lib.el (diary-face-attrs): Fix custom :type.
8183 (diary-face-attrs, diary-glob-file-regexp-prefix, diary-unknown-time)
8184 (diary-pull-attrs, diary-header-line-flag, diary-list-entries)
8185 (diary-unhide-everything, include-other-diary-files, diary-goto-entry)
8186 (mark-included-diary-files, mark-calendar-days-named)
8187 (mark-calendar-date-pattern, mark-calendar-month, diary-entry-compare)
8188 (diary-remind, insert-diary-entry, insert-weekly-diary-entry)
8189 (insert-monthly-diary-entry, insert-yearly-diary-entry)
8190 (insert-anniversary-diary-entry, insert-block-diary-entry)
8191 (insert-cyclic-diary-entry, fancy-diary-font-lock-keywords)
8192 (diary-font-lock-sexps): Doc fixes.
8193 (diary-remind-message, mark-calendar-month): Use zerop.
8194 (diary-attrtype-convert, diary-pull-attrs): Simplify.
8195 (diary-list-entries): Revert let to let* (previous change).
8196
8197 * Makefile.in (bootstrap-prepare): Also chmod cal-loaddefs.el.
8198
8199 2008-03-10 Kim F. Storm <storm@cua.dk>
8200
8201 * help.el (view-emacs-todo, describe-gnu-project): Define obsolete
8202 function aliases for the old names.
8203
8204 2008-03-10 Juanma Barranquero <lekktu@gmail.com>
8205
8206 * iswitchb.el (iswitchb-use-faces): Doc fix.
8207 (iswitchb-buffer-ignore, iswitchb-read-buffer):
8208 Fix typos in docstrings.
8209
8210 2008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
8211
8212 * progmodes/verilog-mode.el (verilog-highlight-grouping-keywords):
8213 Fix typo.
8214 (verilog-type-font-keywords): Reindent.
8215
8216 2008-03-10 Michael McNamara <mac@mail.brushroad.com>
8217
8218 * verilog-mode.el (verilog-font-grouping-keywords): Fix bug in the
8219 grouping-keyword regular expression.
8220 (verilog-font-lock-keywords): Allow users to toggle special
8221 highlight of grouping-keywords.
8222 (verilog-highlight-grouping-keywords): The toggle for special
8223 highlighting of grouping keywords.
8224
8225 2008-03-10 Juri Linkov <juri@jurta.org>
8226
8227 * startup.el: Revert 2008-02-28 change that adds initial message
8228 to *scratch* buffer regardless of the value of
8229 `inhibit-startup-screen'.
8230
8231 2008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
8232
8233 * textmodes/css-mode.el (css-indent-offset, css-electric-keys):
8234 * textmodes/bibtex-style.el (bibtex-style-indent-basic):
8235 * progmodes/verilog-mode.el (verilog-mode):
8236 * net/socks.el (socks):
8237 * vc-mtn.el (vc-mtn-mode-line-rewrite): Add :version.
8238
8239 2008-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
8240
8241 * doc-view.el (bookmark-buffer-file-name, bookmark-prop-get): Declare.
8242 (doc-view-bookmark-make-record): Use them.
8243 (doc-view-bookmark-jump): Use them. Fix find-file ->find-file-noselect.
8244 (bookmark-get-filename, bookmark-get-bookmark-record): Remove.
8245
8246 * bookmark.el (bookmark-make-record-function): Change expected return
8247 value to include a suggested bookmark name.
8248 (bookmark-make): Split into bookmark-make-record and bookmark-store.
8249 Fix reversed `overwrite' semantics.
8250 (bookmark-set): Call bookmark-make-record before prompting the user.
8251 Then pass the result to bookmark-store later on.
8252 (bookmark-make-name-function): Remove.
8253 (bookmark-buffer-file-name, bookmark-buffer-name): Don't use it.
8254 * info.el (bookmark-make-name-function): Remove.
8255 (Info-mode): Don't set it.
8256 (Info-bookmark-make-name): Remove.
8257 (Info-bookmark-make-record): Use Info-current-node as suggested default
8258 bookmark name.
8259
8260 * bookmark.el (bookmark-set): Make bookmark before reading annotations.
8261 I.e. use bookmark-edit-annotation rather than bookmark-read-annotation.
8262 (bookmark-read-annotation-mode-map, bookmark-annotation-paragraph)
8263 (bookmark-annotation-buffer, bookmark-annotation-file)
8264 (bookmark-annotation-point, bookmark-send-annotation)
8265 (bookmark-read-annotation-mode, bookmark-read-annotation): Remove.
8266 (bookmark-edit-annotation-text-func): Rename from
8267 bookmark-read-annotation-text-func. Keep old name as an obsolete alias.
8268 (bookmark-edit-annotation-mode-map): Move initialization into
8269 declaration.
8270
8271 * bookmark.el: Remove spurious * in docstrings.
8272 (bookmark-minibuffer-read-name-map): New var.
8273 (bookmark-set): Use it. Also pass the default value as it should.
8274 (bookmark-send-edited-annotation): Take no chances with text properties.
8275 (bookmark-insert-current-bookmark): Inline bookmark-insert-buffer-name.
8276 (bookmark-insert-buffer-name): Remove.
8277 (bookmark-buffer-file-name): Signal an error rather than returning nil.
8278
8279 2008-03-09 Thomas Hühn <xf27@arcor.de> (tiny change)
8280
8281 * tutorial.el (tutorial--default-keys): Update `C-l' binding.
8282
8283 2008-03-09 Dan Nicolaescu <dann@ics.uci.edu>
8284
8285 * diff-mode.el (diff-mode-menu): Add :help.
8286
8287 2008-03-09 Glenn Morris <rgm@gnu.org>
8288
8289 * calendar/calendar.el (general-holidays, oriental-holidays)
8290 (local-holidays, other-holidays, hebrew-holidays-1, hebrew-holidays-2)
8291 (hebrew-holidays-3, hebrew-holidays-4, hebrew-holidays)
8292 (christian-holidays, islamic-holidays, bahai-holidays, solar-holidays)
8293 (calendar-holidays): Restore autoload cookies, because people are
8294 used to using these variables without loading calendar.el.
8295
8296 * calendar/cal-islam.el (diary-islamic-date): Move to end.
8297 (date, number): Declare where needed.
8298
8299 * calendar/diary-lib.el (nongregorian-diary-marking-hook)
8300 (list-sexp-diary-entries): Doc fixes.
8301 (diary-list-entries): Doc fix. Remove free variable `entry'.
8302 (fancy-diary-display): Use dolist, bobp. Remove free variable `entry'.
8303 Simplify setting of `date-holiday-list'.
8304 (mark-diary-entries): Remove free variable `entry'.
8305 (diary-list-entries, include-other-diary-files, fancy-diary-display):
8306 Use let where let* is not needed.
8307
8308 2008-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
8309
8310 * bookmark.el (bookmark-make): Don't pass the `annotation' to the
8311 make-record function, instead paste it in afterwards.
8312 (bookmark-make-record-for-text-file):
8313 * doc-view.el (doc-view-bookmark-make-record):
8314 * info.el (Info-bookmark-make-record): Don't mess with annotations.
8315
8316 2008-03-08 Glenn Morris <rgm@gnu.org>
8317
8318 * calendar/diary-lib.el (entry): Declare for compiler part-way through.
8319
8320 2008-03-08 Stefan Monnier <monnier@iro.umontreal.ca>
8321
8322 * calendar/diary-lib.el (diary-list-entries)
8323 (include-other-diary-files, mark-diary-entries)
8324 (mark-sexp-diary-entries, mark-included-diary-files)
8325 (diary-entry-time, list-sexp-diary-entries): Remove the special
8326 handling of ^M that dates back to the use of selective-display.
8327 (simple-diary-display): Obey setting of pop-up-frames.
8328 (body, entry): Remove unnecessary declarations.
8329
8330 * bookmark.el (bookmark-prop-get, bookmark-prop-set): New funs.
8331 (bookmark-get-annotation, bookmark-set-annotation)
8332 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
8333 (bookmark-set-position, bookmark-get-front-context-string)
8334 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
8335 (bookmark-set-rear-context-string, bookmark-get-handler): Use them.
8336 * info.el (Info-bookmark-make-record): Don't bother recording point.
8337 (bookmark-get-filename, bookmark-get-front-context-string)
8338 (bookmark-get-rear-context-string, bookmark-get-position):
8339 Don't declare any more.
8340 (bookmark-get-info-node): Remove.
8341 (bookmark-prop-get): Declare.
8342 (Info-bookmark-jump): Use it.
8343
8344 2008-03-08 Johan Bockgård <bojohan@gnu.org>
8345
8346 * subr.el (while-no-input): Don't splice BODY directly into the
8347 `or' form.
8348
8349 2008-03-08 Dan Nicolaescu <dann@ics.uci.edu>
8350
8351 * diff-mode.el (diff-ignore-whitespace-hunk):
8352 Bind inhibit-read-only before trying to change the buffer.
8353
8354 2008-03-08 Glenn Morris <rgm@gnu.org>
8355
8356 * calendar/appt.el (appt): Move custom group here from calendar.el.
8357 (appt-disp-window, appt-convert-time): Doc fixes.
8358
8359 * calendar/cal-bahai.el (calendar-bahai-prompt-for-date)
8360 (calendar-bahai-mark-date-pattern):
8361 * calendar/cal-hebrew.el (mark-hebrew-calendar-date-pattern):
8362 * calendar/cal-islam.el (mark-islamic-calendar-date-pattern):
8363 * calendar/cal-julian.el (calendar-absolute-from-julian):
8364 * calendar/cal-persia.el (persian-prompt-for-date): Use zerop.
8365
8366 * calendar/cal-china.el (chinese-calendar): Move custom group here from
8367 calendar.el.
8368 (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
8369 Make constants.
8370 (chinese-calendar-time-zone, chinese-calendar-daylight-time-offset)
8371 (chinese-calendar-daylight-savings-starts)
8372 (chinese-calendar-daylight-savings-ends)
8373 (chinese-calendar-daylight-savings-starts-time)
8374 (chinese-calendar-daylight-savings-ends-time)
8375 (chinese-zodiac-sign-on-or-after, chinese-new-moon-on-or-after):
8376 Doc fixes.
8377
8378 * calendar/cal-coptic.el (coptic-name): Add doc string.
8379
8380 * calendar/cal-french.el (french-calendar-month-name-array)
8381 (french-calendar-day-name-array, french-calendar-special-days-array):
8382 Add doc strings.
8383
8384 * calendar/cal-bahai.el (diary-bahai-mark-entries)
8385 (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
8386 (diary-bahai-insert-yearly-entry):
8387 * calendar/cal-dst.el (calendar-next-time-zone-transition)
8388 (calendar-time-zone):
8389 * calendar/cal-hebrew.el (hebrew-calendar-leap-year-p)
8390 (hebrew-calendar-elapsed-days, hebrew-calendar-long-heshvan-p)
8391 (hebrew-calendar-short-kislev-p, mark-hebrew-diary-entries)
8392 (insert-hebrew-diary-entry, insert-monthly-hebrew-diary-entry)
8393 (insert-yearly-hebrew-diary-entry, diary-yahrzeit):
8394 * calendar/cal-islam.el (islamic-calendar-leap-year-p)
8395 (list-islamic-diary-entries, mark-islamic-diary-entries)
8396 (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
8397 (insert-yearly-islamic-diary-entry):
8398 * calendar/cal-iso.el (calendar-iso-read-args):
8399 * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
8400 (calendar-mayan-haab-to-string, calendar-mayan-tzolkin-to-string)
8401 (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
8402 (calendar-next-calendar-round-date)
8403 (calendar-mayan-long-count-common-era):
8404 * calendar/cal-menu.el (cal-menu-holiday-window-suffix)
8405 (cal-menu-x-popup-menu, calendar-mouse-holidays)
8406 (calendar-mouse-view-diary-entries, calendar-mouse-print-dates)
8407 (calendar-mouse-goto-date):
8408 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
8409 * calendar/holidays.el (holidays):
8410 * calendar/lunar.el (phases-of-moon, lunar-new-moon-on-or-after):
8411 * calendar/time-date.el (date-to-time, time-subtract, time-add)
8412 (safe-date-to-time): Doc fixes.
8413
8414 * calendar/cal-persia.el (persian-calendar-month-name-array)
8415 (persian-calendar-epoch): Make constants.
8416
8417 * calendar/cal-tex.el (calendar-tex): Move custom group here from
8418 calendar.el.
8419
8420 * calendar/cal-x.el (diary-frame-parameters)
8421 (calendar-frame-parameters, calendar-and-diary-frame-parameters)
8422 (calendar-after-frame-setup-hooks): Make defcustoms.
8423 (calendar-one-frame-setup, calendar-only-one-frame-setup)
8424 (calendar-two-frame-setup): Doc fix.
8425
8426 * calendar/cal-loaddefs.el: New file.
8427
8428 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
8429 * calendar/cal-french.el, calendar/cal-html.el:
8430 * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
8431 * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
8432 * calendar/cal-tex.el, calendar/cal-x.el:
8433 Unquote lambda functions. Add autoload cookies to functions formerly
8434 autoloaded in calendar.el. Set `generated-autoload-file' to
8435 "cal-loaddefs.el".
8436
8437 * calendar/calendar.el: Move many autoloads to separate file,
8438 cal-loaddefs.el. Move defcustoms to start and re-order.
8439 (calendar-month-name-array, calendar-starred-day): No need to
8440 declare for compiler.
8441 (cal-loaddefs): Require it.
8442 (appt, chinese-calendar, calendar-tex): Move custom groups to the
8443 appropriate file.
8444 (diary-entry-marker, calendar-today-marker, calendar-holiday-marker):
8445 Reverse logic.
8446 (diary-face, diary-file-name-prefix-function, diary-include-string)
8447 (diary-glob-file-regexp-prefix, diary-face-attrs)
8448 (diary-file-name-prefix, sexp-diary-entry-symbol)
8449 (print-diary-entries-hook, list-diary-entries-hook)
8450 (nongregorian-diary-listing-hook, mark-diary-entries-hook)
8451 (nongregorian-diary-marking-hook, diary-list-include-blanks):
8452 Move to diary-lib.
8453 (all-christian-calendar-holidays, all-islamic-calendar-holidays)
8454 (all-bahai-calendar-holidays): Doc fix.
8455 (calendar-insert-indented): Doc fix. Use when rather than if.
8456 (exit-calendar): Use mapc rather than mapcar.
8457 (calendar-cursor-to-date): Use zerop.
8458 (calendar-mark-ring): Add doc-string.
8459 (calendar-starred-day): Defvar it.
8460 (calendar-mode): Make calendar-starred-day local.
8461 (calendar-star-date): No need to make calendar-starred-day local.
8462
8463 * calendar/diary-lib.el: Move defcustoms to start.
8464 (diary-include-string, diary-list-include-blanks)
8465 (diary-glob-file-regexp-prefix, diary-face, diary-face-attrs)
8466 (diary-file-name-prefix, diary-file-name-prefix-function)
8467 (sexp-diary-entry-symbol, list-diary-entries-hook)
8468 (mark-diary-entries-hook, nongregorian-diary-listing-hook)
8469 (nongregorian-diary-marking-hook, print-diary-entries-hook):
8470 Move here from calendar.el.
8471 (diary-file-name-prefix-function): Use 'identity.
8472 (diary-face): Make it a defcustom, and mark as obsolete.
8473 (top-level): No need to require cal-hebrew, cal-islam when compiling.
8474 (calendar-hebrew-month-name-array-leap-year)
8475 (calendar-islamic-month-name-array, calendar-bahai-month-name-array):
8476 Define for compiler.
8477 (diary-font-lock-keywords): Use format rather than concat.
8478 Add bahai-diary-entry-symbol.
8479
8480 * calendar/cal-hebrew.el, calendar/holidays.el, calendar/lunar.el:
8481 * calendar/solar.el: Unquote lambda functions.
8482
8483 * calendar/solar.el (calendar-location-name, calendar-latitude)
8484 (calendar-longitude, solar-setup, solar-sin-degrees)
8485 (solar-cosine-degrees, solar-tangent-degrees, solar-xy-to-quadrant)
8486 (solar-degrees-to-quadrant, solar-atn2, solar-arccos)
8487 (solar-sunrise-and-sunset, solar-moment, solar-daylight)
8488 (solar-exact-local-noon, solar-julian-ut-centuries)
8489 (solar-ephemeris-time, solar-date-next-longitude)
8490 (solar-horizontal-coordinates, solar-equatorial-coordinates)
8491 (solar-ecliptic-coordinates, solar-data-list, solar-longitude)
8492 (solar-ephemeris-correction, solar-sidereal-time, solar-date-to-et)
8493 (sunrise-sunset, solar-seasons-data, solar-equinoxes/solstices):
8494 Doc fixes.
8495 (solar-horizontal-coordinates, solar-equatorial-coordinates)
8496 (solar-ecliptic-coordinates): Rename argument `for-sunrise-sunset'.
8497 (solar-ecliptic-coordinates): Use unless.
8498 (calendar-sunrise-sunset, diary-sunrise-sunset, diary-sabbath-candles):
8499 Use or.
8500
8501 * calendar/timeclock.el: Add doc-strings to all functions.
8502 (timeclock-workday, timeclock-in, timeclock-completing-read): Doc fixes.
8503 (timeclock-entry-list-length, timeclock-entry-list-projects)
8504 (timeclock-day-list-projects, timeclock-day-list): Use dolist.
8505
8506 * calendar/todo-mode.el: Remove un-needed eval-when-compile.
8507
8508 * textmodes/org.el (list-diary-entries-hook): Declare for compiler.
8509 (org-get-entries-from-diary): Require diary-lib.
8510
8511 2008-03-08 Juanma Barranquero <lekktu@gmail.com>
8512
8513 * info.el (bookmark-make-name-function, bookmark-get-bookmark-record):
8514 Pacify byte-compiler.
8515
8516 2008-03-07 Alan Mackenzie <acm@muc.de>
8517
8518 * progmodes/cc-engine.el (c-in-knr-argdecl): Limit number of
8519 paren/bracket pairs parsed, to solve performance problem.
8520
8521 2008-03-07 Bastien Guerry <bzg@altern.org>
8522
8523 * bookmark.el (bookmark-set): Don't check for
8524 `bookmark-make-name-function' since `bookmark-buffer-file-name'
8525 already takes care of this.
8526 (bookmark-buffer-name, bookmark-buffer-file-name):
8527 Remove Info-mode specific code.
8528
8529 * info.el (bookmark-get-info-node): Define this function in
8530 info.el, not in bookmark.el.
8531 (Info-mode): Set `bookmark-make-name-function' to
8532 `Info-bookmark-make-name' locally.
8533 (Info-bookmark-make-name): New function.
8534
8535 * bookmark.el (bookmark-make-name-function): New variable.
8536
8537 2008-03-07 Karl Fogel <kfogel@red-bean.com>
8538
8539 * bookmark.el (bookmark-set): Make `bookmark-make-record-function'
8540 buffer-local, not `bookmark-make-cell-function' (the old name).
8541
8542 2008-03-07 Tassilo Horn <tassilo@member.fsf.org>
8543
8544 * doc-view.el (doc-view-bookmark-make-record):
8545 * image-mode.el (image-bookmark-make-record):
8546 * info.el (Info-bookmark-make-record): Delete obsolete second arg.
8547
8548 2008-03-07 Jan Djärv <jan.h.d@swipnet.se>
8549
8550 * vc.el (vc-status-menu-map-filter): Return orig-binding if
8551 boundp 'vc-ignore-menu-filter.
8552 (vc-status-tool-bar-map): Make it defvar.
8553 (vc-status-mode): vc-status-tool-bar-map now variable.
8554 (vc-status-toggle-mark): toggle-mark-file => vc-status-toggle-mark-file.
8555
8556 2008-03-07 Karl Fogel <kfogel@red-bean.com>
8557
8558 Give a better name to part of the bookmark interface.
8559
8560 This was originally a much larger change, but halfway through I
8561 updated and discovered that Stefan Monnier had done the rest.
8562 It looks like he anticipated the new name too, because he used
8563 `the-record' instead of `the-cell' for some internal variable names.
8564
8565 * bookmark.el (bookmark-make-record-function): Was
8566 `bookmark-make-cell-function'.
8567 (bookmark-make, bookmark-send-annotation): Update for above.
8568 (bookmark-make-record-for-text-file):
8569 Was `bookmark-make-cell-for-text-file'. Fix doc string re 2008-03-07T05:00:18Z!monnier@iro.umontreal.ca.
8570
8571 * info.el: Adjust accordingly.
8572 (Info-bookmark-make-record): Was `Info-bookmark-make-cell'.
8573
8574 * image-mode.el: Adjust accordingly.
8575 (image-bookmark-make-record): Was `image-bookmark-make-cell'.
8576
8577 * doc-view.el: Adjust accordingly.
8578 (doc-view-bookmark-make-record): Was `doc-view-bookmark-make-cell'.
8579
8580 2008-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
8581
8582 * bookmark.el (bookmark-map, bookmark-read-annotation-mode-map):
8583 Move initialization into declaration.
8584 (bookmark-get-info-node, bookmark-set-info-node): Remove.
8585 (bookmark-make, bookmark-make-cell-for-text-file): Remove info-node arg.
8586 (bookmark-info-current-node): Remove.
8587 (bookmark-jump-noselect): Rename from bookmark-jump-internal.
8588 Add relocation fallback. Set bookmark-current-bookmark.
8589 (bookmark-default-handler): Rename from bookmark-jump-noselect.
8590 Remove relocation fallback. Don't set bookmark-current-bookmark.
8591 (bookmark-set): Let it be used even if there's no buffer-file-name
8592 as long as there is a bookmark-make-cell-function.
8593 * info.el (Info-bookmark-jump): Remove relocation fallback.
8594 Don't set bookmark-current-bookmark.
8595
8596 2008-03-07 Glenn Morris <rgm@gnu.org>
8597
8598 * calendar/appt.el (appt-issue-message)
8599 (appt-message-warning-time, appt-audible, appt-visible)
8600 (appt-msg-window, appt-display-mode-line, appt-display-duration)
8601 (appt-display-diary): Remove autoload cookies.
8602
8603 * calendar/cal-china.el, calendar/timeclock.el, calendar/todo-mode.el:
8604 Remove leading `*' from defcustom doc-strings.
8605
8606 * calendar/cal-dst.el (calendar-dst): New custom group.
8607 (calendar-daylight-savings-starts, calendar-daylight-savings-ends)
8608 (calendar-time-zone, calendar-daylight-time-offset)
8609 (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
8610 (calendar-daylight-savings-starts-time)
8611 (calendar-daylight-savings-ends-time): Convert from defvar to defcustom.
8612 (calendar-daylight-savings-starts, calendar-daylight-savings-ends):
8613 Move to start.
8614
8615 * calendar/cal-menu.el (holidays-in-diary-buffer): Declare for compiler.
8616
8617 * calendar/calendar.el (calendar-version): Use emacs-version and
8618 make it obsolete. Move to end.
8619 (calendar-offset, view-diary-entries-initially)
8620 (mark-diary-entries-in-calendar, calendar-remove-frame-by-deleting)
8621 (view-calendar-holidays-initially, all-hebrew-calendar-holidays)
8622 (all-christian-calendar-holidays, all-islamic-calendar-holidays)
8623 (all-bahai-calendar-holidays, calendar-load-hook)
8624 (initial-calendar-window-hook, today-visible-calendar-hook)
8625 (today-invisible-calendar-hook, calendar-move-hook)
8626 (diary-nonmarking-symbol, hebrew-diary-entry-symbol)
8627 (islamic-diary-entry-symbol, bahai-diary-entry-symbol)
8628 (diary-include-string, sexp-diary-entry-symbol)
8629 (abbreviated-calendar-year, american-date-diary-pattern)
8630 (european-date-diary-pattern, european-calendar-display-form)
8631 (american-calendar-display-form, print-diary-entries-hook)
8632 (list-diary-entries-hook, diary-hook, diary-display-hook)
8633 (nongregorian-diary-listing-hook, mark-diary-entries-hook)
8634 (nongregorian-diary-marking-hook, diary-list-include-blanks)
8635 (holidays-in-diary-buffer, general-holidays, oriental-holidays)
8636 (local-holidays, other-holidays, hebrew-holidays-1)
8637 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
8638 (hebrew-holidays, christian-holidays, islamic-holidays)
8639 (bahai-holidays, solar-holidays, calendar-setup)
8640 (calendar-week-start-day): Remove autoload cookies.
8641 (diary-glob-file-regexp-prefix): Doc fix.
8642 (calendar-goto-info-node): Use `info' rather than `Info-find-node'.
8643 (Info-find-emacs-command-nodes, Info-find-node): Remove declarations.
8644 (calendar-week-start-day, calendar-debug-sexp): Move to start.
8645
8646 * calendar/solar.el: Remove leading `*' from defcustom doc-strings.
8647 (calendar-time-display-form, calendar-latitude)
8648 (calendar-longitude, solar-equinoxes-solstices): Remove autoload
8649 cookies.
8650 (calendar-latitude, calendar-longitude): Move functions after
8651 variables.
8652 (diary-sabbath-candles-minutes): Move to start.
8653 (solar-setup): Use or rather than if.
8654 (solar-sin-degrees, solar-cosine-degrees, solar-tangent-degrees):
8655 Remove condition-case.
8656 (solar-atn2): Use zerop.
8657 (solar-equinoxes-solstices): Doc fix.
8658
8659 * mail/supercite.el: Remove leading `*' from defcustom doc-strings.
8660 (sc-mode-map-prefix): Doc fix. Make it a defcustom.
8661
8662 * textmodes/org.el (org-agenda-sunrise-sunset): Require solar.
8663 (calendar-longitude, calendar-latitude, calendar-location-name):
8664 Declare for compiler.
8665
8666 2008-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
8667
8668 * arc-mode.el (archive-ar-file-header-re): New const.
8669 (archive-ar-summarize, archive-ar-extract): New funs.
8670 (archive-find-type): Recognize ar archives.
8671
8672 * vc-bzr.el (vc-bzr-resolve-when-done, vc-bzr-find-file-hook):
8673 New functions.
8674
8675 * info.el (Info-bookmark-make-cell): Don't use the info-node argument.
8676
8677 2008-03-06 Lennart Borgman <lennart.borgman@gmail.com>
8678
8679 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
8680 Replace :enable (mark-active) with :enable mark-active.
8681
8682 2008-03-06 Juanma Barranquero <lekktu@gmail.com>
8683
8684 * vms-patch.el (make-legal-file-name): New obsolete alias.
8685 (make-valid-file-name): Rename from `make-legal-file-name'.
8686 (make-auto-save-file-name): Use it.
8687
8688 * calendar/calendar.el (calendar-date-is-legal-p): New obsolete alias.
8689 (calendar-date-is-valid-p): Rename from `calendar-date-is-legal-p'.
8690 (calendar-date-is-visible-p, mark-visible-calendar-date): Use it.
8691
8692 * textmodes/org.el (org-export-html-style): Doc fix.
8693 (org-get-legal-level): New obsolete alias.
8694 (org-get-valid-level): Rename from `org-get-legal-level'.
8695 (org-promote, org-demote, org-archive-subtree)
8696 (org-remember-handler, org-refile, org-put-clock-overlay): Use it.
8697
8698 2008-03-06 Jan Djärv <jan.h.d@swipnet.se>
8699
8700 * term/x-win.el (x-gtk-stock-map): Add bookmark_add.
8701
8702 * vc.el (vc-status-tool-bar-map, vc-status-toggle-mark-file)
8703 (vc-status-toggle-mark): New functions.
8704 (vc-status-mode): Set tool bar map.
8705
8706 2008-03-05 Chong Yidong <cyd@stupidchicken.com>
8707
8708 * emacs-lisp/lisp.el (parens-require-spaces): Doc fix.
8709 Reported by Drew Adams <drew.adams@oracle.com>.
8710
8711 2008-03-05 Kenichi Handa <handa@ni.aist.go.jp>
8712
8713 * subr.el (read-quoted-char): Resolve modifers of the character
8714 event.
8715
8716 * comint.el (comint-exec-1): Don't change the coding-system for
8717 decoding to dos-like EOL.
8718 (comint-carriage-motion): Fully rewrite.
8719
8720 2008-03-05 Juanma Barranquero <lekktu@gmail.com>
8721
8722 * epg.el (epg-context-include-certs): Reflow docstring.
8723 (epg-start-sign-keys, epg-sign-keys, epg-context-armor)
8724 (epg-context-signers, epg-context-sig-notations, epg-context-set-armor)
8725 (epg-context-set-signers, epg-context-set-sig-notations)
8726 (epg-make-import-status, epg-make-import-result)
8727 (epg-start-delete-keys): Fix typos in docstrings.
8728 (epg-start-sign-keys, epg-sign-keys):
8729 Fix typos in obsolescence declarations.
8730
8731 * iswitchb.el: Don't check for `cadr' and `last'.
8732 (iswitchb-define-mode-map, iswitchb-default-keybindings):
8733 Add obsolescence declaration and remove redundant info from docstring.
8734 (iswitchb-set-common-completion, iswitchb-set-matches)
8735 (iswitchb-get-matched-buffers, iswitchb-visit-buffer): Use `let'.
8736 (recentf-list, most-len, most-is-exact):
8737 Don't wrap defvars within `eval-when-compile'.
8738
8739 2008-03-05 Glenn Morris <rgm@gnu.org>
8740
8741 * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
8742 * ediff-init.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
8743 * ediff-diff.el, ediff-help.el, ediff-hook.el, ediff-init.el:
8744 * ediff-mult.el, ediff-util.el, ediff-wind.el: Expand all
8745 ediff-cond-compile-for-xemacs-or-emacs calls to a featurep test.
8746
8747 * ediff-hook.el (ediff-window-setup-function): Don't autoload
8748 declaration for compiler.
8749 (ediff-xemacs-init-menus): Use when rather than if.
8750
8751 * ediff-init.el (top-level, ediff-frame-iconified-p): Simplify
8752 if+and to just and.
8753 (ediff-read-event, ediff-overlayp, ediff-make-overlay)
8754 (ediff-delete-overlay): Move the XEmacs test inside the definition.
8755
8756 * ediff-mult.el (ediff-get-meta-info): Use or and unless rather than if.
8757
8758 * ediff-util.el (ediff-kill-bottom-toolbar): Place (ediff-use-toolbar-p)
8759 test inside XEmacs test.
8760 (ediff-make-bottom-toolbar): Place whole cond inside XEmacs test,
8761 since it was doing nothing on Emacs.
8762 (ediff-make-bullet-proof-overlay): Use when rather than if.
8763
8764 * ediff-wind.el (ediff-select-lowest-window): Use when rather than if.
8765 (ediff-setup-control-frame): Remove
8766 ediff-cond-compile-for-xemacs-or-emacs, since it is already inside
8767 a (featurep 'xemacs) test.
8768
8769 2008-03-05 Jay Belanger <jay.p.belanger@gmail.com>
8770
8771 * calc/calc-ext.el (calc-extended-command-history): New variable.
8772 (calc-exectute-extended-command): Use `calc-extended-command-history'.
8773
8774 2008-03-05 Dan Nicolaescu <dann@ics.uci.edu>
8775
8776 * bindings.el (mode-line-remote): Add mouse-face. Improve tooltip.
8777 (standard-mode-line-position): Add mouse-face.
8778
8779 * progmodes/compile.el (compilation-menu-map, compilation-mode-map):
8780 * progmodes/grep.el (grep-mode-map): Add :help.
8781
8782 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Define and
8783 initialize in one step. Add :help. Use :enable to activate menu
8784 items. Show the key binding for edebug-defun.
8785 (lisp-interaction-mode-map): Add a menu.
8786
8787 * term.el (term-mode-map): Define and initialize in one step.
8788
8789 * ediff-init.el (ediff-color-display-p): Simplify.
8790 (Xor): Remove unused function.
8791 (ediff-with-syntax-table): Simplify for Emacs.
8792
8793 * ediff-hook.el (menu-bar-ediff-menu): Don't depend on the
8794 menu-bar being loaded, it always is.
8795
8796 2008-03-05 Glenn Morris <rgm@gnu.org>
8797
8798 * textmodes/tex-mode.el (tex-mode): Suppress warning about
8799 multiple definitions when compiling.
8800
8801 2008-03-04 Alan Mackenzie <acm@muc.de>
8802
8803 * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix coding bug.
8804
8805 * progmodes/cc-langs.el (c-before-font-lock-function): Fix bug in
8806 doc-string, "c-old-LEN" -> "c-old-END".
8807
8808 2008-03-04 Jason Rumney <jasonr@gnu.org>
8809
8810 * nxml/rng-nxml.el (rng-preferred-prefix-alist): Add dublin core
8811 namespaces.
8812
8813 2008-03-04 Glenn Morris <rgm@gnu.org>
8814
8815 * textmodes/tex-mode.el (tex-cmd-bibtex-args): Add :version and :group.
8816
8817 * ediff-init.el (ediff-clear-fine-diff-vector): Use mapc rather
8818 than mapcar.
8819
8820 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
8821
8822 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
8823 (byte-compile-nilconstp): Can't use recursion in a defsubst.
8824
8825 * textmodes/tex-mode.el (latex-mode): Remove % from paragraph-separate
8826 so that M-q can fill comments.
8827 (tex-executable-exists-p, tex-compile): Extend with special syntax for
8828 commands implemented in elisp.
8829 (tex-compile-commands): Add an entry to use doc-view for pdf files.
8830 (tex-format-cmd): New function.
8831 (tex-compile): Use it to let the user specify default arguments.
8832 (tex-cmd-bibtex-args): New var.
8833 (tex-cmd-doc-view): New function.
8834
8835 2008-03-03 Juanma Barranquero <lekktu@gmail.com>
8836
8837 * faces.el (face-spec-set): Fix typos in docstring.
8838
8839 2008-03-03 Dan Nicolaescu <dann@ics.uci.edu>
8840
8841 * bindings.el (mode-line-column-line-number-mode-map): New variable.
8842 (standard-mode-line-position): Use it to add a menu for toggling
8843 column number and line number display.
8844
8845 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
8846
8847 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
8848 Remove optimization that was working around the form-code-walker bug.
8849
8850 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
8851 Walk into the body of lambdas after byte-compile-unfold-lambda.
8852
8853 2008-03-03 Glenn Morris <rgm@gnu.org>
8854
8855 * emulation/viper-util.el (viper-frame-value): Prefer buffer-local
8856 value, if set, over frame value.
8857
8858 * simple.el (transient-mark-mode): Don't turn on by default.
8859
8860 * net/tls.el (open-tls-stream): Restore the 2007-11-04 change
8861 accidentally removed by the 2007-12-05 merge from Gnus.
8862
8863 2008-03-02 Dan Nicolaescu <dann@ics.uci.edu>
8864
8865 * progmodes/compile.el (compilation-menu-map): Add menu entries
8866 for useful options.
8867
8868 2008-03-01 Dan Nicolaescu <dann@ics.uci.edu>
8869 Glenn Morris <rgm@gnu.org>
8870
8871 * emacs-lisp/bytecomp.el (byte-recompile-directory)
8872 (byte-compile-file, batch-byte-compile, batch-byte-compile-file):
8873 Give a `bytecomp-' prefix to local variables with common names.
8874
8875 2008-03-01 Glenn Morris <rgm@gnu.org>
8876
8877 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Restore
8878 code commented out 2007-11-10.
8879
8880 * emulation/edt.el (zmacs-region-stays): Define for compiler once only.
8881
8882 * emulation/viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
8883 Delete macro.
8884 * emulation/viper-cmd.el, emulation/viper-ex.el:
8885 * emulation/viper-init.el, emulation/viper-keym.el:
8886 * emulation/viper-mous.el, emulation/viper-util.el:
8887 * emulation/viper.el:
8888 Expand all viper-cond-compile-for-xemacs-or-emacs calls to a
8889 featurep test.
8890
8891 Replace obselete frame-local variables with frame-parameters.
8892 * emulation/viper-init.el (viper-replace-overlay-cursor-color)
8893 (viper-insert-state-cursor-color, viper-emacs-state-cursor-color)
8894 (viper-vi-state-cursor-color): Only call make-variable-frame-local
8895 on XEmacs.
8896 * emulation/viper-util.el (viper-frame-value): New macro.
8897 * emulation/viper-cmd.el (viper-insert-state-post-command-sentinel)
8898 (viper-R-state-post-command-sentinel)
8899 (viper-replace-state-post-command-sentinel)
8900 (viper-change-state-to-insert, viper-change-state-to-emacs):
8901 * emulation/viper-util.el (viper-set-cursor-color-according-to-state)
8902 (viper-save-cursor-color, viper-get-saved-cursor-color-in-replace-mode)
8903 (viper-get-saved-cursor-color-in-insert-mode)
8904 (viper-get-saved-cursor-color-in-emacs-mode, viper-set-replace-overlay):
8905 Use viper-frame-value for viper-replace-overlay-cursor-color,
8906 viper-emacs-state-cursor-color, viper-insert-state-cursor-color, and
8907 viper-vi-state-cursor-color values.
8908
8909 * emulation/viper-cmd.el (zmacs-region-stays):
8910 * emulation/viper-util.el (zmacs-region-stays): No need to define
8911 for compiler.
8912
8913 * emulation/viper-keym.el (viper-add-keymap): Use mapc rather than
8914 mapcar on Emacs.
8915
8916 * emulation/viper-mous.el (viper-counting-clicks-p): Only define
8917 on XEmacs.
8918
8919 * emulation/viper-util.el (viper-set-minibuffer-overlay): Use when
8920 rather than if.
8921
8922 2008-03-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8923
8924 * whitespace.el: New version 9.3. As the glyph code generation was
8925 fixed, it is possible now to use character code above ?\x1FFFF in the
8926 display table. Fix `whitespace-indentation-regexp' to not include an
8927 extra ending character. Reported by Michael Welsh Duggan
8928 <mwd@cert.org>. Added hook actions when buffer is written or killed as
8929 the original whitespace package had. Suggested by Eric Cooper
8930 <ecc@cmu.edu>. Doc fix.
8931 (whitespace-action): New option.
8932 (whitespace-display-mappings): Changed default newline visualization to
8933 display downwards arrow, as the glyph code generation was fixed.
8934 (whitespace-unload-function): Assure that all local whitespace mode is
8935 turned off.
8936 (whitespace-global-modes): Fix type customization.
8937 (whitespace-mode, global-whitespace-mode, whitespace-cleanup-region)
8938 (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
8939 (whitespace-turn-off, whitespace-color-on, whitespace-display-char-on):
8940 Fix code.
8941 (whitespace-buffer): Command removed.
8942 (whitespace-trailing-regexp, whitespace-mark-x)
8943 (whitespace-display-window, whitespace-action-when-on)
8944 (whitespace-add-local-hook, whitespace-remove-local-hook)
8945 (whitespace-write-file-hook, whitespace-kill-buffer-hook)
8946 (whitespace-action): New funs.
8947 (whitespace-report-list, whitespace-report-text)
8948 (whitespace-report-buffer-name): New consts.
8949 (whitespace-report, whitespace-report-region): New commands.
8950
8951 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
8952
8953 * disp-table.el (make-glyph-code): Don't test the result of
8954 `face-id', which already signals an error for invalid faces.
8955 (glyph-face): Simplify.
8956
8957 * desktop.el (desktop-read): Set `desktop-dirname' to nil before
8958 running `desktop-not-loaded-hook' to allow modifying it.
8959 Don't show warning message if `desktop-dirname' was modified.
8960
8961 2008-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
8962
8963 * diff-mode.el (diff-sanity-check-hunk): Only accept an empty line if
8964 we still expect more lines.
8965
8966 * textmodes/fill.el (fill-comment-paragraph): Don't try to do
8967 comment-paragraph filling if the commark doesn't match
8968 comment-start-skip.
8969
8970 2008-03-01 Daiki Ueno <ueno@unixuser.org>
8971
8972 * international/utf-7.el (utf-7-encode): Never skip the trailing - for
8973 the `imap' variant.
8974
8975 2008-03-01 Jason Rumney <jasonr@gnu.org>
8976
8977 * files.el (make-auto-save-file-name): Encode more characters in
8978 non-file buffer names. Use url-encoding.
8979
8980 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
8981
8982 * net/net-utils.el (ftp-program): Fix typo in docstring.
8983 (ifconfig-program-options, netstat-program-options)
8984 (arp-program-options, route-program-options, nslookup-program-options)
8985 (ftp-program-options, smbclient-program-options)
8986 (dns-lookup-program-options, arp, route): Doc fixes.
8987
8988 * progmodes/gdb-ui.el (gdb-pc-address, gdb-source-file-list)
8989 (gdb-cpp-define-alist-program, gdb-mouse-jump, gdb-get-buffer-create)
8990 (gdb-set-gud-minor-mode-existing-buffers-1, gdb-debug-log):
8991 Fix typos in docstrings.
8992 (gdb-pending-triggers): Reflow docstring.
8993 (gdb, gdb-init-1): Fix typos in docstrings of gud-def definitions.
8994
8995 2008-03-01 Alan Mackenzie <acm@muc.de>
8996
8997 * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix a bug on
8998 typing "#" at EOB.
8999
9000 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
9001
9002 * emulation/cua-base.el (cua-remap-control-z): Fix typo in docstring.
9003
9004 2008-02-29 Kim F. Storm <storm@cua.dk>
9005
9006 * emulation/cua-base.el (cua-remap-control-v)
9007 (cua-remap-control-z): New defcustoms.
9008 (cua-mode): Add them to set-after property.
9009 (cua--init-keymaps): Use them.
9010 Add C-x/C-c home, end, next, and prior to cua--prefix-repeat-keymap.
9011
9012 * help.el (view-emacs-todo): Rename from view-todo.
9013 (describe-gnu-project): Rename from describe-project. Users changed.
9014 (view-help-file): New helper function.
9015 (describe-distribution, describe-copying, describe-gnu-project)
9016 (view-todo, view-order-manuals, view-emacs-problems): Use it.
9017 (view-emacs-debugging, view-external-packages): New commands.
9018 (help-map): Move describe-distribution to C-h C-o (ordering).
9019 Move view-emacs-problems to C-h C-p (problems).
9020 Bind view-emacs-debugging to C-h C-d (debugging).
9021 Bind view-external-packages to C-h C-e (extras).
9022 (help-for-help-internal): Cleanup and align descriptions.
9023 Remove command names to reduce clutter.
9024
9025 2008-02-29 Nick Roberts <nickrob@snap.net.nz>
9026
9027 * vc.el (vc-set-mode-line-busy-indicator): Use shorter message
9028 and quieter face (not a warning).
9029
9030 2008-02-29 Dan Nicolaescu <dann@ics.uci.edu>
9031
9032 * vc.el (vc-status-crt-marked): New variable.
9033 (vc-status-mode): Make it local.
9034 (vc-status-refresh): Use it to save the marked files.
9035 (vc-update-vc-status-buffer): Use it to restore the marked files.
9036
9037 * vc-svn.el (vc-svn-after-dir-status):
9038 * vc-hg.el (vc-hg-after-dir-status): Clean up the temporary buffer.
9039
9040 2008-02-29 Glenn Morris <rgm@gnu.org>
9041
9042 * allout.el (allout-topic-encryption-bullet)
9043 (allout-passphrase-verifier-handling, allout-passphrase-hint-handling)
9044 (allout-encrypt-unencrypted-on-saves): Change defcustom :version
9045 from 22.0 to 22.1.
9046
9047 * net/imap.el (imap-ping-server):
9048 * net/tls.el (tls-checktrust, tls-untrusted, tls-hostmismatch):
9049 Change defcustom :version from 23.0 to 23.1.
9050
9051 2008-02-29 Juanma Barranquero <lekktu@gmail.com>
9052
9053 * desktop.el (desktop-save): Save the buffer name if the
9054 uniquified base name is empty.
9055
9056 2008-02-29 Nick Roberts <nickrob@snap.net.nz>
9057
9058 * progmodes/gdb-ui.el (gdb-info-stack-custom): Apply function-name-face
9059 correctly when user has "set print address off".
9060
9061 2008-02-28 Juanma Barranquero <lekktu@gmail.com>
9062
9063 * cus-edit.el (custom-mode, custom-mode-hook): Use 23.1 as
9064 version number of the next major Emacs release, not 23.0.
9065
9066 * longlines.el (longlines-unload-function): New function.
9067
9068 2008-02-28 Juri Linkov <juri@jurta.org>
9069
9070 * startup.el (normal-splash-screen): Add argument `concise'.
9071 Remove unused binding `prev-buffer'. Let-bind `splash-buffer'
9072 to the created buffer. If `concise' is non-nil, call
9073 `display-buffer', otherwise `switch-to-buffer'. Doc fix.
9074 (display-startup-screen): Add argument `concise' to the call to
9075 `normal-splash-screen'.
9076
9077 2008-02-28 Kim F. Storm <storm@cua.dk>
9078
9079 * startup.el (startup-echo-area-message): Check for about-emacs.
9080
9081 2008-02-28 Juri Linkov <juri@jurta.org>
9082
9083 * startup.el: Always add initial message to *scratch* buffer if
9084 `initial-scratch-message' is non-nil regardless of the value of
9085 `inhibit-startup-screen'.
9086 (inhibit-startup-screen, initial-scratch-message): Doc fix.
9087 (command-line-1): Move code that inserts `initial-scratch-message'
9088 up before the if-form that checks for `inhibit-startup-screen'.
9089 Suggested by Jonathan Rockway <jon@jrock.us>.
9090
9091 2008-02-28 Juri Linkov <juri@jurta.org>
9092
9093 * cus-edit.el (custom-mode-map, custom-mode-link-map):
9094 Rename `custom-mode' to `Custom-mode' in docstrings.
9095 (custom-buffer-create-internal, customize-browse):
9096 Rename `custom-mode' to `Custom-mode'.
9097 (custom-mode-hook): Rename to `Custom-mode-hook'.
9098 (Custom-mode-hook): Renamed from `custom-mode-hook'.
9099 (custom-mode): Rename to `Custom-mode'.
9100 (Custom-mode): Renamed from `custom-mode'. Doc fix.
9101 (custom-mode): Add backward-compatible non-interactive variant of
9102 `Custom-mode' that simply calls `Custom-mode'. Mark it obsoleted.
9103 (custom-mode-hook): Mark it as obsolete alias of `Custom-mode-hook'.
9104
9105 * info-look.el: Rename `custom-mode' to `Custom-mode'.
9106
9107 * emulation/viper.el (viper-emacs-state-mode-list):
9108 Rename `custom-mode' to `Custom-mode'.
9109
9110 * menu-bar.el (menu-bar-search-menu, menu-bar-replace-menu):
9111 Capitalize "Tagged Files".
9112 (minibuffer-local-map): Add menu items for next/previous
9113 history elements and isearch history forward/backward.
9114
9115 * progmodes/hideshow.el (hs-minor-mode-menu): Compare
9116 `hs-isearch-open' with t instead of `comment' in :selected
9117 for "Code and Comment blocks" menu item.
9118
9119 2008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
9120
9121 * uniquify.el (uniquify-buffer-base-name): Undo last change.
9122 Should be done in desktop.el instead.
9123
9124 2008-02-28 Glenn Morris <rgm@gnu.org>
9125
9126 * autoinsert.el (auto-insert-alist): Update to FDL 1.2.
9127
9128 * emacs-lisp/byte-run.el (make-obsolete): Doc fix.
9129
9130 * mail/emacsbug.el: Remove leading `*' from defcustom doc-strings.
9131 (Info-menu, Info-goto-node): Remove declarations.
9132 (report-emacs-bug-info): Use info rather than Info-goto-node.
9133
9134 * progmodes/idlwave.el (Info-goto-node): Remove declaration.
9135 (idlwave-convert-xml-system-routine-info): Don't require xml.
9136 (idlwave-show-commentary, idlwave-shell-show-commentary):
9137 Don't require finder.
9138 (idlwave-info): Don't require info. Use info rather than
9139 Info-goto-node.
9140
9141 * textmodes/org.el (Info-goto-node): Remove declaration.
9142 (org-info): Use info rather than Info-goto-node.
9143
9144 * textmodes/reftex.el (reftex-show-commentary): Don't require finder.
9145 (reftex-info): Don't require info. Use info rather than Info-goto-node.
9146
9147 2008-02-28 Dan Nicolaescu <dann@ics.uci.edu>
9148
9149 * progmodes/hideshow.el (hs-minor-mode-menu): Add some options to
9150 the menu.
9151
9152 * vc.el (vc-deduce-fileset, vc-next-action, vc-start-entry)
9153 (vc-finish-logentry): Check for vc-status-mode, not only for
9154 vc-dired-mode.
9155
9156 2008-02-28 Kenichi Handa <handa@ni.aist.go.jp>
9157
9158 * isearch.el (isearch-printing-char): Don't check
9159 keyboard-coding-system.
9160 Call isearch-process-search-multibyte-characters only when
9161 current-input-method is non-nil.
9162
9163 2008-02-27 Kim F. Storm <storm@cua.dk>
9164
9165 * disp-table.el (make-glyph-code): Encode as cons if face id > 63.
9166 (glyph-char, glyph-face): Handle cons encoding.
9167
9168 2008-02-27 Juanma Barranquero <lekktu@gmail.com>
9169
9170 * uniquify.el (uniquify-buffer-base-name): If the base name is an
9171 empty string, return nil to allow the caller to default to the
9172 buffer name. Reported by Martin Fischer <parozusa@web.de>.
9173
9174 * tool-bar.el (tool-bar-setup): Doc fix.
9175
9176 * mail/supercite.el (sc-describe):
9177 Fix typos in obsolescence declaration.
9178
9179 2008-02-27 Glenn Morris <rgm@gnu.org>
9180
9181 * autoinsert.el (auto-insert-alist): Change permission text to
9182 match FSF's GPLv3 form.
9183
9184 * mail/supercite.el (sc-cite-original): Doc fix.
9185 (sc-version): Make obsolete.
9186 (sc-describe): Show the SC info page. Make obsolete.
9187
9188 2008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
9189
9190 * simple.el (set-mark-command): Deactivate mark on second C-SPC C-SPC
9191 when using transient-mark-mode.
9192 (default-indicate-unused-lines): Remove unused var.
9193
9194 2008-02-26 Jan Djärv <jan.h.d@swipnet.se>
9195
9196 * progmodes/grep.el (grep-mode-tool-bar-map): Change place on next
9197 and previous.
9198
9199 * progmodes/compile.el (compilation-mode-tool-bar-map): The same.
9200
9201 2008-02-26 Glenn Morris <rgm@gnu.org>
9202
9203 * net/net-utils.el (top-level): Don't require comint when compiling.
9204 (nslookup-font-lock-keywords): Don't require font-lock.
9205 Use font-lock faces rather than variables.
9206 (nslookup, ftp, smbclient, network-service-connection):
9207 Don't require comint.
9208 (comint-prompt-regexp, comint-input-autoexpand)
9209 (comint-input-ring): Declare for compiler.
9210 (comint-mode, ffap-string-at-point, comint-exec): Autoload.
9211 (dns-lookup-host): Don't require ffap. Remove `with-no-warnings'.
9212
9213 * ibuffer.el (ibuffer-do-toggle-read-only): Don't use `iff' in
9214 doc-string.
9215
9216 2008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
9217
9218 * doc-view.el (doc-view-current-page): Add a `win' argument.
9219
9220 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
9221
9222 * doc-view.el (doc-view-conversion-buffer): Give it an internal name.
9223 Demote it to plain defvar.
9224 (doc-view-conversion-refresh-interval): Reduce interval.
9225 (doc-view-goto-page): Allow moving to pages not yet rendered.
9226 (doc-view-goto-page): Construct a file name rather than extracting it
9227 from doc-view-current-files.
9228 (doc-view-kill-proc): Ignore errors from kill-process.
9229 (doc-view-pdf/ps->png-sentinel): Die gracefully if the buffer is dead.
9230 (doc-view-insert-image): Use appropriate text if the page hasn't been
9231 rendered yet. Adjust scrolling so the text is displayed.
9232 (doc-view-display): Detect not just that a page is available, but also
9233 that it wasn't available before, so as to avoid refreshing all pages
9234 repeatedly.
9235 (doc-view-mode): Make doc-view-cache-directory if needed.
9236
9237 2008-02-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9238
9239 * ibuffer.el (ibuffer-do-toggle-read-only): New optional arg as in
9240 toggle-read-only.
9241
9242 * textmodes/bibtex.el (bibtex-format-entry): Handle error message
9243 refering to a missing required field with the OPT prefix.
9244 Make unwindform more robust.
9245
9246 * textmodes/bibtex.el: Remove support for hideshow minor mode as
9247 it duplicates the bibtex support in progmodes/hideshow.el.
9248 * progmodes/hideshow.el (hs-special-modes-alist): Allow bibtex
9249 entries that do not start at the beginning of a line.
9250
9251 2008-02-25 Chong Yidong <cyd@stupidchicken.com>
9252
9253 * files.el (shell-quote-wildcard-pattern): Quote ' and " as well.
9254
9255 2008-02-25 Robert J. Chassell <bob@rattlesnake.com>
9256
9257 * help-fns.el (describe-variable): Add phrases about
9258 initialization file with and without customization;
9259 use new button type help-info-variable.
9260
9261 * help-mode.el (help-info-variable):
9262 New button able to read Info files for help-fns.el.
9263
9264 2008-02-25 Jan Djärv <jan.h.d@swipnet.se>
9265
9266 * progmodes/grep.el (grep-mode-tool-bar-map): New variable.
9267 (grep-mode): Use grep-mode-tool-bar-map.
9268
9269 * progmodes/compile.el (tool-bar): Require tool-bar.
9270 (compilation-mode-tool-bar-map): New variable.
9271 (compilation-mode): Use compilation-mode-tool-bar-map.
9272
9273 * term/x-win.el (x-gtk-stock-map): Add cancel. Remove extensions.
9274
9275 2008-02-25 Glenn Morris <rgm@gnu.org>
9276
9277 * vc-sccs.el (vc-sccs-diff): Fix setting of oldvers and newvers.
9278
9279 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
9280
9281 * diff-mode.el (diff-file-junk-re): New const.
9282 (diff-beginning-of-file-and-junk): Use it.
9283 (diff-file-kill): Make sure we were really inside a file diff.
9284
9285 * diff-mode.el: Make it more robust in the presence of empty context
9286 lines in unified hunks.
9287 (diff-valid-unified-empty-line): New var.
9288 (diff-unified->context, diff-sanity-check-hunk): Obey it.
9289 (diff-end-of-hunk): Obey it. New arg `donttrustheader'.
9290 (diff-fixup-modifs, diff-post-command-hook): Use this new arg.
9291 (diff-hunk-header-re-unified): New const.
9292 (diff-font-lock-keywords, diff-hunk-header-re, diff-split-hunk)
9293 (diff-fixup-modifs, diff-unified->context, diff-next-complex-hunk)
9294 (diff-sanity-check-hunk): Use it.
9295
9296 * diff-mode.el (diff-beginning-of-file-and-junk): If we're on the
9297 Index: line, don't search backward for the previous one.
9298
9299 2008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
9300
9301 * international/fontset.el (setup-default-fontset): Add non-OTF
9302 lao font for lao script.
9303
9304 * language/tibetan.el: Register tibetan-composition-function in
9305 composition-function-table.
9306
9307 * language/tibet-util.el (tibetan-composition-function):
9308 Adjust for the new calling way (argument changed). Try font-shape-text
9309 if possible.
9310
9311 * language/lao.el: Register lao-composition-function in
9312 composition-function-table.
9313
9314 * language/lao-util.el (lao-composition-function): Adjust for the new
9315 calling way (argument changed). Try font-shape-text if possible.
9316
9317 2008-02-25 Jason Rumney <jasonr@gnu.org>
9318
9319 * files.el (file-name-invalid-regexp): Fix octal/decimal confusion.
9320
9321 2008-02-25 Juri Linkov <juri@jurta.org>
9322
9323 * isearch.el (isearch-fail): Use "RosyBrown1" for a light
9324 background, "red4" for a dark background, "red" for 16 and
9325 8 colors, "grey" for grayscale, and inverse video otherwise.
9326 Add :version tag.
9327 (isearch-message): Keep the original isearch-message intact, and
9328 add text properties to it where necessary. Add `isearch-error' to
9329 the condition that checks if isearch is unsuccessful.
9330
9331 2008-02-24 Juri Linkov <juri@jurta.org>
9332
9333 * progmodes/compile.el (compilation-handle-exit):
9334 Use compilation-error face instead of font-lock-warning-face.
9335 Display the same message in the minibuffer as is inserted
9336 at the end of the compilation buffer.
9337
9338 2008-02-24 Glenn Morris <rgm@gnu.org>
9339
9340 * vc-cvs.el (vc-cvs-register): Fix registering of directories in
9341 multiple file case.
9342
9343 * vc-mcvs.el (vc-mcvs-register): Fix let-binding (for use of `file').
9344
9345 * vc-rcs.el (vc-rcs-register): Fix treatment of directories in
9346 multiple file case. Use a single `let' rather than two.
9347
9348 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
9349
9350 * progmodes/compile.el (compilation-start): Specify a face for
9351 mode-line-process.
9352 (compilation-handle-exit): Specify a face and a tooltip for
9353 mode-line-process.
9354
9355 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
9356
9357 * hilit-chg.el: Remove spurious * in defcustom docstrings.
9358 (hilit-chg-make-ov): Simplify.
9359 (hilit-chg-fixup): Use remove-overlays.
9360 (hilit-chg-set-face-on-change): Remove redundant call to
9361 `remove-text-properties'.
9362
9363 * dired.el (dired-mark-prompt): Don't count/display the t element.
9364 Reported by Carsten Blaauw <it-media.blaauw@daimler.com>.
9365
9366 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
9367
9368 * progmodes/verilog-mode.el (eval-when-compile): Don't define
9369 add-submenu.
9370 (verilog-xemacs-menu): Add :keys for C-M-a, C-M-e and C-M-h.
9371 Remove. Move contents to the only use ...
9372 (verilog-menu): ... here.
9373 (verilog-statement-menu): Remove. Move contents to the only use ...
9374 (verilog-stmt-menu): ... here.
9375 (verilog-mark-defun): Simply call mark-defun for emacs.
9376 (occur-pos-list): Declare for byte compiler.
9377 (mode-popup-menu): Don't defvar.
9378 (verilog-add-statement-menu): Remove.
9379 (verilog-mode-hook): Don't add verilog-add-statement-menu.
9380 (verilog-mode): Call easy-menu-add and set mode-popup-menu for XEmacs.
9381
9382 2008-02-24 Michael McNamara <mac@mail.brushroad.com>
9383
9384 * progmodes/verilog-mode.el (verilog-xemacs-menu): Remove XEmacs
9385 conditional.
9386 (verilog-font-grouping-keywords-face): Make the begin..end
9387 keywords standout more than other verilog keywords.
9388 (verilog-type-font-keywords): Move the begin..end out of this list
9389 to facilitate making them to (potentially) stand out more.
9390 (verilog-backward-token): Fix indent of bare always{_*}?, initial,
9391 function & task blocks.
9392 (verilog-behavioral-block-beg-re): Fix indent of bare always{_*}?,
9393 initial, function & task blocks.
9394 (verilog-forward-sexp): Handle the new "disable fork" statement of
9395 IEEE-1800 Verilog.
9396 (verilog-beg-block-re-ordered): Handle the new "disable fork"
9397 statement of IEEE-1800 Verilog.
9398 (verilog-calc-1): Handle the new "disable fork" statement of
9399 IEEE-1800 Verilog.
9400 (verilog-disable-fork-re): Add const to help handle the new
9401 "disable fork" statement of IEEE-1800 Verilog.
9402 (verilog-declaration-core-re): Add port directions by themselves,
9403 with no qualification, as base item of a declaration.
9404 (verilog-pretty-declarations): Add new flag to ask it to refrain
9405 from printing to the message buffer.
9406 (verilog-pretty-expr): Add a QUIET flag to ask it to refrain from
9407 printing to the message buffer. Improve handling of the many
9408 types of expression line up.
9409 (verilog-just-one-space): Remove printing of an empty message.
9410 (verilog-get-lineup-indent): Rework to support the better handling
9411 of expression lineup for verilog-pretty-expr.
9412 (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
9413
9414 2008-02-24 Alan Mackenzie <acm@muc.de>
9415
9416 * progmodes/cc-mode.el (c-extend-region-for-CPP): Bug fix from
9417 yesterday's commit.
9418
9419 2008-02-24 Nick Roberts <nickrob@snap.net.nz>
9420
9421 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint): Fall back
9422 to mouse-set-point in buffers that aren't associated with files.
9423
9424 * progmodes/gud.el: Rename menu item to "Show GUD tooltips".
9425
9426 2008-02-24 Alan Mackenzie <acm@muc.de>
9427
9428 Set of changes so that "obtrusive" syntactic elements in a
9429 C/C++/ObjC preprocessor line (e.g. an unbalanced string quote or
9430 unmatched paren) don't interact syntactically with stuff outside
9431 the CPP line.
9432
9433 * progmodes/cc-awk.el (c-awk-beyond-logical-line, c-awk-old-ByLL):
9434 Replace c-awk-end-of-logical-line and c-awk-old-EoLL to solve an
9435 off-by-one bug.
9436 (c-awk-record-region-clear-NL): Replaces c-awk-before-change, with
9437 a bit of refactoring.
9438 (c-awk-extend-and-syntax-tablify-region): Takes some of the
9439 functionality of c-awk-advise-fl-for-awk-region, which has been
9440 refactored away.
9441
9442 * progmodes/cc-defs.el (c-clear-char-property-with-value-function)
9443 (c-clear-char-property-with-value): New function and macro which
9444 remove text-properties `equal' to a supplied value.
9445
9446 * progmodes/cc-engine.el: Comment about text properties amended.
9447
9448 * progmodes/cc-fonts.el (c-cpp-matchers): Make it put regexp
9449 parens around "error\\|warning".
9450
9451 * progmodes/cc-langs.el (c-get-state-before-change-function)
9452 (c-before-font-lock-function, c-anchored-cpp-prefix):
9453 New language variables.
9454 (c-cpp-message-directives): Handle "#warning" in C, C++ and ObjC.
9455
9456 * progmodes/cc-mode.el (c-basic-common-init): C and ObjC now use
9457 syntax-table text properties.
9458 (c-common-init): Call language specific before/after-change
9459 functions at mode initialisation.
9460 (c-new-BEG, c-new-END, c-old-BOM, c-old-EOM): New variables.
9461 (c-extend-region-for-CPP, c-neutralize-CPP-line)
9462 (c-neutralize-syntax-in-CPP): New functions.
9463 (c-before-change, c-after-change): Call the new language specific
9464 change functions defined in cc-langs.el.
9465 (c-advise-fl-for-region): New macro.
9466 (awk-mode): Remove AWK specific stuff which has been refactored
9467 into language independent stuff.
9468
9469 2008-02-24 Nick Roberts <nickrob@snap.net.nz>
9470
9471 * progmodes/gdb-ui.el (gdba): Recreate as an alias for gdb.
9472 (gdb): (Re)set gdb-flush-pending-output to nil here...
9473 (gdb-init-1): ...instead of here (before gdb-prompt).
9474
9475 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
9476
9477 * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
9478 Recognize ''' just like any other char-constant.
9479
9480 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
9481
9482 * vc-hooks.el (vc-find-root): Remove initial loop because it's not
9483 careful enough. Detect the uid-change all within the main loop.
9484
9485 2008-02-24 Stefan Monnier <monnier@pastel.home>
9486
9487 * textmodes/sgml-mode.el (sgml-mode): Fix comment syntax.
9488
9489 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
9490
9491 * hilit-chg.el (highlight-save-buffer-state): New macro.
9492 (highlight-save-buffer-state, hilit-chg-set-face-on-change)
9493 (hilit-chg-clear): Use it to preserve the modified-p flag.
9494 (highlight-changes-rotate-faces): Don't mess with the undo-list.
9495
9496 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
9497
9498 * font-lock.el (font-lock-set-defaults): Unset previously set variables
9499 when needed.
9500
9501 2008-02-24 Ævar Arnfjörð Bjarmason <avar@cpan.org> (tiny change)
9502
9503 * net/rcirc.el (rcirc-url-regexp): Replace definition by copying
9504 from gnus-button-url-regexp.
9505
9506 2008-02-24 Eli Zaretskii <eliz@gnu.org>
9507
9508 * progmodes/compile.el (compilation-next-error): Doc fix.
9509 (compilation-find-file): Doc fix.
9510
9511 2008-02-24 Glenn Morris <rgm@gnu.org>
9512
9513 * net/net-utils.el (ipconfig-program, ipconfig-program-options):
9514 Add obsolete aliases to the old names.
9515
9516 2008-02-24 Richard Stallman <rms@gnu.org>
9517
9518 * net/net-utils.el (ifconfig): Rename from ipconfig.
9519 (ipconfig): Alias to ifconfig.
9520 (ifconfig-program): Rename from ipconfig-program.
9521 (ifconfig-program-options): Rename from ipconfig-program-options.
9522
9523 2008-02-24 Michael McNamara <mac@mail.brushroad.com>
9524
9525 * progmodes/verilog-mode.el (verilog-declaration-core-re):
9526 Add port directions by themselves, with no qualification, as base
9527 item of a declaration.
9528 (verilog-pretty-declarations): Add new flag that inhibits printing
9529 to the message buffer.
9530 (verilog-pretty-expr): Add new flag that inhibits printing to the
9531 message buffer. Improve handling of the many types of expression
9532 line up.
9533 (verilog-just-one-space): Don't print an empty message.
9534 (verilog-get-lineup-indent): Rework to support the better handling
9535 of expression lineup for verilog-pretty-expr.
9536 (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
9537 (verilog-mode-version, verilog-mode-release-date): Update.
9538
9539 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
9540
9541 * subr.el (cancel-change-group): Don't move point.
9542
9543 2008-02-23 Markus Triska <markus.triska@gmx.at>
9544
9545 * linum.el (linum-after-config): Update all visible windows.
9546
9547 2008-02-23 Glenn Morris <rgm@gnu.org>
9548
9549 * menu-bar.el (menu-bar-games-menu): Add Bubbles and Pong.
9550 Add :help for Solitaire and Tetris.
9551
9552 * tree-widget.el (tree-widget-lookup-image): Let-bind `file'.
9553
9554 * mail/smtpmail.el: Remove leading `*' from defcustom doc-strings.
9555 (smtpmail-code-conv-from): Doc fix. Fix custom type.
9556 (smtpmail-queue-index-file): Make it a defcustom.
9557 (smtpmail-queue-index): Delete.
9558 (smtpmail-send-it, smtpmail-send-queued-mail):
9559 Use smtpmail-queue-index-file and smtpmail-queue-dir rather than
9560 smtpmail-queue-index.
9561
9562 * net/net-utils.el (iwconfig-program, iwconfig-program-options):
9563 Add :version.
9564
9565 2008-02-23 Yoni Rabkin <yoni@rabkins.net> (tiny change)
9566
9567 * net/net-utils.el (iwconfig-program, iwconfig-program-options):
9568 New variables.
9569 (iwconfig): New function.
9570
9571 2008-02-23 Dan Nicolaescu <dann@ics.uci.edu>
9572
9573 * vc.el (vc-find-revision): Make vc-parent-buffer local before
9574 setting it.
9575 (vc-status-menu-map): Do not define using easy-menu.
9576 (vc-status-menu-map): New defalias.
9577 (vc-status-mode-map): Hook up the menu.
9578 (top-level): Update TODO.
9579
9580 * vc-hg.el (vc-hg-extra-status-menu): Return a keymap.
9581
9582 * vc-bzr.el (vc-bzr-init-version): Rename to ...
9583 (vc-bzr-init-revision): ... this.
9584
9585 2008-02-23 Jason Rumney <jasonr@gnu.org>
9586
9587 * makefile.w32-in (WINS_ALMOST): Remove term.
9588 (WINS): Add term here.
9589 (custom-deps, finder-data): Use WINS_ALMOST.
9590
9591 2008-02-22 Juanma Barranquero <lekktu@gmail.com>
9592
9593 * faces.el (font-weight-table): Fix value of `semi-light'.
9594
9595 2008-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
9596
9597 * faces.el (font-weight-table, font-slant-table, font-swidth-table):
9598 Make those tables bijective.
9599
9600 2008-02-22 Ken Manheimer <ken.manheimer@gmail.com>
9601
9602 Finish pdbtrack integration cleanup, settling missing-functions
9603 byte compiler warnings appropriately.
9604
9605 * progmodes/python.el (python-point): Remove this - beginning-of-line
9606 was all that was necessary for `python-pdbtrack-overlay-arrow'.
9607 (python-end-of-def-or-class, python-beginning-of-def-or-class)
9608 (python-goto-initial-line): Drop these - they were only needed for
9609 python-point.
9610 (python-comint-output-filter-function): Use condition-case and
9611 beginning-of-line directly, instead of python-mode.el functions
9612 which require all sorts of baggage.
9613 (point-safe): Unnecessary - we're using condition-case directly,
9614 instead.
9615 (python-execute-file): Include for python-shell, which I'm leaving
9616 in keeping despite it being unnecessary for pdb tracking.
9617
9618 2008-02-22 Peter Danenberg <pcd@wikitex.org> (tiny change)
9619
9620 * progmodes/scheme.el (scheme-font-lock-keywords-2):
9621 Add SRFI 11 support.
9622 (let-values, let*-values): Specify scheme-indent-function.
9623
9624 2008-02-22 Dan Nicolaescu <dann@ics.uci.edu>
9625
9626 * vc.el (vc-exec-after): Move setting mode-line-process in the
9627 busy case ...
9628 (vc-set-mode-line-busy-indicator): ... in this new function.
9629 (vc-status-refresh): Call vc-set-mode-line-busy-indicator.
9630 (vc-update-vc-status-buffer): Reset mode-line-process.
9631 (vc-status-mark-all-files, vc-status-unmark-all-files): Change to
9632 mark/unmark all the files with the same state as the current one.
9633 With a prefix argument mark/unmark all files.
9634 (vc-status-mode-menu): Adjust strings.
9635 (vc-update-vc-status-buffer): Only do something when the argument
9636 is not nil.
9637 (vc-status-kill-dir-status-process): New function.
9638 (vc-status-mode-map): Bind it.
9639 (vc-status-process-buffer): New variable.
9640 (vc-status-mode): Make it local.
9641 (vc-status-refresh): Set it.
9642
9643 * vc-hg.el (vc-hg-dir-status):
9644 * vc-git.el (vc-git-dir-status):
9645 * vc-svn.el (vc-svn-dir-status): Return the buffer in which the
9646 command is run.
9647
9648 2008-02-22 Glenn Morris <rgm@gnu.org>
9649
9650 * json.el (top-level): No need to require thingatpt.
9651 (json-read-keyword): Use thing-at-point rather than word-at-point.
9652
9653 * time.el (top-level): No need to require time-date when compiling.
9654
9655 * emacs-lisp/copyright.el (copyright-update-year):
9656 Fix subexpression numbering for the case when years are split over
9657 lines, and for the replace case.
9658
9659 * emulation/tpu-edt.el (tpu-have-ispell): Doc fix. Make obsolete.
9660 (tpu-caar, tpu-cadr): Delete functions.
9661 (zmacs-regions): No need to declare for compiler.
9662 (tpu-goto-breadcrumb): Use cadr rather than tpu-cadr.
9663 (tpu-spell-check): Rewrite, and handle mark after point.
9664 (tpu-special-insert): Use or rather than if.
9665
9666 * emulation/vip.el (vip-special-prefix-com): Use ispell-region
9667 rather than spell-region.
9668
9669 * textmodes/spell.el (spell-buffer, spell-word): Suppress compiler
9670 warnings about spell-region.
9671
9672 2008-02-22 Kenichi Handa <handa@ni.aist.go.jp>
9673
9674 * ldefs-boot.el: Regenerated.
9675
9676 * loadup.el: Don't load language/devanagari, language/kannada,
9677 language/malayalam, and language/tamil. Load language/sinhala.
9678
9679 * language/indian.el (indian-font-foundry)
9680 (indian-script-language-alist, indian-font-char-index-table)
9681 (indian-font-char, indian-font-char-range, indian-script-table)
9682 (indian-default-script, indian-composable-pattern): Delete them.
9683 ("Devanagari", "Kannada", "Malayalam", "Tamil"): Definitions of
9684 language environments moved to here.
9685 ("Bengali", "Punjabi", "Gujarati", "Oriya", "Telugu"):
9686 New language environments.
9687
9688 * language/devanagari.el, language/devan-util.el,
9689 * language/kannada.el, language/knd-util.el, language/malayalam.el,
9690 * language/mlm-util.el, language/tamil.el, language/tml-util.el:
9691 Delete them.
9692
9693 * language/sinhala.el: New file.
9694
9695 2008-02-21 Ken Manheimer <ken.manheimer@gmail.com>
9696
9697 Update Nick Robert's port of pdb tracking from python-mode.el.
9698
9699 * progmodes/python.el (python-pdbtrack-toggle-stack-tracking):
9700 Clarify docstring.
9701 (python-pdbtrack-minor-mode-string): A sign indicating that pdb
9702 tracking is happening.
9703 (python-pdbtrack-stack-entry-regexp): Better recognize stack traces.
9704 (python-pdbtrack-input-prompt): Better recognize PDB prompts.
9705 (comint-output-filter-functions): Add python-pdbtrack-track-stack-file.
9706 Tracking is plugged in to all comint buffers once python.el is loaded.
9707 (python-pdbtrack-overlay-arrow): Toggle activation of
9708 `python-pdbtrack-minor-mode-string' in addition to the overlay arrow.
9709 (python-pdbtrack-track-stack-file): Use new
9710 `python-pdbtrack-get-source-buffer' for more flexible access to
9711 debugging source files.
9712 (python-pdbtrack-get-source-buffer): Identify debugging target buffer
9713 according to pdb stack trace, optionally using new
9714 `python-pdbtrack-grub-for-buffer' if file is not locally available.
9715 (python-pdbtrack-grub-for-buffer): Find most recent python-mode
9716 named buffer, or having function with indicated name.
9717 (python-shell): Remove comint-output-filter-functions hook
9718 addition, it's being done elsewhere. Wrap long line.
9719
9720 2008-02-21 Michael Olson <mwolson@gnu.org>
9721
9722 * json.el: Replace XEmacs compatibility code to get rid of
9723 compiler warnings.
9724
9725 * time.el: Fix compiler warning.
9726
9727 2008-02-21 Edward O'Connor <ted@oconnor.cx>
9728
9729 * json.el: New file (JavaScript Object Notation parser / generator).
9730
9731 2008-02-21 Dave Love <fx@gnu.org>
9732
9733 * progmodes/sym-comp.el: New file.
9734
9735 * progmodes/python.el: Merge from Dave Love's 2008-01-20 version.
9736 Require sym-comp. Add Python buffer to same-window-buffer-names.
9737 Fixup whitespaces.
9738 (python-font-lock-keywords): Add highlighting for Python builtins.
9739 (python-font-lock-syntactic-keywords): Rewrite.
9740 (python-quote-syntax): Use syntax-ppss-context instead of parsing
9741 ppss directly.
9742 (python-mode-map): Add binding for python-find-function.
9743 (python-calculate-indentation): Clean up the logic.
9744 (python-beginning-of-defun): Explicitly set return value.
9745 (python-beginning-of-statement): Stop looping if we get stuck
9746 going backwards.
9747 (python-next-statement): Stop looping if we somehow end up inside
9748 a string while advancing.
9749 (python-preoutput-continuation, python-version-checked): New vars.
9750 (python-check-version): New function.
9751 (run-python): Set default command to python-command instead of
9752 python-python-command.
9753 (run-python): Use python-check-version. Give PYTHONPATH
9754 precedence over data-directory in the process environment.
9755 Load function definitions in python process after.
9756 (python-check-comint-prompt): New function.
9757 (python-send-command, python-send-receive): Use it.
9758 (python-complete-symbol, python-try-complete): Functions deleted.
9759 Use symbol-complete instead of python-complete-symbol throughout.
9760 (python-fill-paragraph): Further refine the fenced-string regexp.
9761 (def-python-skeleton): Expand to the original abbrev instead if in
9762 a comment or string. Tweak skeletons for `if', `while', `for',
9763 `try/except', `try/finally', `name'.
9764 (python-pea-hook, python-abbrev-pc-hook): New functions.
9765 (python-abbrev-syntax-table): New var.
9766 (python-mode): Add python-pea-hook to pre-abbrev-expand-hook.
9767 Use symbol-completion-try-complete for hippie expansion.
9768 Turn on font lock unconditionally.
9769 (python-mode-hook): Defcustom it. No need to use make-local
9770 variable on indent-tabs-mode in "Turn off Indent Tabs mode"
9771 option, since it's buffer-local.
9772
9773 2008-02-21 Juanma Barranquero <lekktu@gmail.com>
9774
9775 * play/hanoi.el (hanoi-internal): Set `show-trailing-whitespace' to nil.
9776
9777 2008-02-21 Drew Adams <drew.adams@oracle.com>
9778
9779 * mouse.el (minor-mode-menu-from-indicator): Create a menu with a
9780 "Turn off" and a "Help" entry when the minor mode has no menu.
9781
9782 2008-02-21 Dan Nicolaescu <dann@ics.uci.edu>
9783
9784 * vc.el (vc-status-mark, vc-status-unmark): New functions.
9785 (vc-status-mode-map, vc-status-mode-menu): Bind them instead of
9786 vc-status-mark-file and vc-status-unmark-file.
9787 (vc-status-mark-unmark): New function.
9788 (vc-status-previous-line, vc-status-next-line): No longer interactive.
9789
9790 2008-02-21 Glenn Morris <rgm@gnu.org>
9791
9792 * composite.el (encode-composition-rule): Fix typo in error message.
9793 (composition-function-table, auto-composition-mode): Doc fixes.
9794
9795 * subr.el (sit-for): Fix obsolete form for nil second argument.
9796
9797 * textmodes/spell.el (spell-buffer, spell-word, spell-region)
9798 (spell-string): Make obsolete, in favor of ispell.
9799
9800 2008-02-21 Kenichi Handa <handa@ni.aist.go.jp>
9801
9802 * language/devanagari.el: Don't setup composition-function-table
9803 here.
9804 ("Devanagari"): Change charset, coding-system, coding-priority to
9805 Unicode-based ones. Don't require the feature devan-util.
9806
9807 * composite.el (compose-chars-after): Fix arguments for a function
9808 in composition-function-table.
9809 (auto-compose-region): Likewise.
9810
9811 * ps-mule.el (ps-mule-font-info-database-bdf): Use ethio16f-uni.bdf
9812 for Ethiopic.
9813 (ps-mule-plot-string): Ignore glyph-string based compositions.
9814
9815 2008-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
9816
9817 * doc-view.el: Allow different windows to show different pages.
9818 (doc-view-current-page, doc-view-current-slice, doc-view-current-info)
9819 (doc-view-current-image, doc-view-current-overlay): Remove variables,
9820 add them back as macros instead, using image-mode-winprops instead.
9821 Update all users of those variables.
9822 (doc-view-new-window-function): New function to create a new overlay
9823 for each new window.
9824 (doc-view-mode): Use it and image-mode-setup-winprops.
9825 (doc-view-clone-buffer-hook): Rewrite accordingly.
9826
9827 * image-mode.el: Extend [hv]scroll support to per-window properties.
9828 (image-mode-current-vscroll, image-mode-current-hscroll): Remove.
9829 (image-mode-winprops-alist): New var to replace them.
9830 (image-mode-new-window-functions): New hook.
9831 (image-mode-winprops, image-mode-window-get, image-mode-window-put):
9832 New funs.
9833 (image-set-window-vscroll, image-set-window-hscroll): Use them.
9834 Remove the `window' argument, update callers.
9835 (image-mode-reapply-winprops): Rename image-reset-current-vhscroll.
9836 Use the new functions.
9837 (image-mode-reapply-winprops): New fun.
9838 (image-mode): Use it.
9839
9840 2008-02-20 Jay Belanger <jay.p.belanger@gmail.com>
9841
9842 * calc/calc-math.el (math-sin-raw): Add optional argument
9843 to keep track of original argument.
9844 (math-cos-raw): Use optional argument when calling math-sin-raw.
9845 (math-sin-raw-2, math-cos-raw-2): Check for a zero argument
9846 with close to original precision.
9847
9848 2008-02-20 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9849
9850 * textmodes/bibtex.el (bibtex-convert-alien): Do not use optional
9851 args in calls of sit-for.
9852
9853 2008-02-20 Juanma Barranquero <lekktu@gmail.com>
9854
9855 * vc-svn.el (vc-svn-program): Fix typo in docstring.
9856 (vc-svn-checkin): Fix typo in error message.
9857
9858 * help-mode.el: Require easymenu when compiling.
9859
9860 2008-02-20 Dan Nicolaescu <dann@ics.uci.edu>
9861
9862 * help-mode.el (help-mode-menu): New menu.
9863
9864 2008-02-20 Glenn Morris <rgm@gnu.org>
9865
9866 * mail/rmail.el (rmail-autodetect): Add .exe extension to movemail
9867 on Windows.
9868
9869 2008-02-20 Kenichi Handa <handa@ni.aist.go.jp>
9870
9871 * ps-mule.el (ps-mule-encode-region): Return a single string.
9872 (ps-mule-plot-string): Adjust for the above change.
9873 (ps-mule-encode-header-string): Likewise.
9874
9875 * international/latin1-disp.el (latin1-display): Don't use
9876 ucs-mule-8859-to-mule-unicode. Fix the way of resetting
9877 standard-display-table.
9878 (latin1-display-identities): Adjust for the change of what is
9879 returned by (get-language-info charset 'charset).
9880
9881 * international/mule-util.el (char-displayable-p): Fix for Latin-1
9882 characters and terminal case.
9883
9884 2008-02-19 Ken Manheimer <ken.manheimer@gmail.com>
9885
9886 Minor Adaptions by Nick Roberts <nickrob@snap.net.nz> for Emacs.
9887
9888 * progmodes/python.el: Also require comint when loading.
9889 (python-mode-map): Bind python-pdbtrack-toggle-stack-tracking.
9890 Replace python-shell with run-python on menu bar.
9891 (python-shell-map): New map.
9892 (python-default-interpreter, python-python-command-args)
9893 (python-jython-command-args, python-pdbtrack-do-tracking-p):
9894 New options.
9895 (python-which-shell, python-which-args, python-which-bufname):
9896 New buffer local variables.
9897 (python-file-queue, python-pdbtrack-is-tracking-p): New variables.
9898
9899 * progmodes/python.el (python-pdbtrack-stack-entry-regexp)
9900 (python-pdbtrack-input-prompt, python-pdbtrack-track-range):
9901 New constants.
9902
9903 Pdbtrack features:
9904
9905 (python-point, python-end-of-def-or-class)
9906 (python-beginning-of-def-or-class, python-goto-initial-line)
9907 (python-comint-output-filter-function)
9908 (python-pdbtrack-overlay-arrow)
9909 (python-pdbtrack-track-stack-file, python-toggle-shells)
9910 (python-shell, python-pdbtrack-toggle-stack-tracking)
9911 (turn-on-pdbtrack, turn-off-pdbtrack, python-sentinel):
9912 New functions.
9913
9914 2008-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
9915
9916 * net/ange-ftp.el (ange-ftp-quote-string): Return the null string
9917 when the argument is nil.
9918
9919 2008-02-19 Dan Nicolaescu <dann@ics.uci.edu>
9920
9921 * vc.el (dir-status): Add a brief description.
9922
9923 2008-02-19 Thien-Thi Nguyen <ttn@gnuvola.org>
9924
9925 * vc-hooks.el (vc-find-root): Take optional arg INVERT.
9926 If non-nil, reverse the sense of the check.
9927
9928 * vc-rcs.el (vc-rcs-root): New func.
9929 * vc-cvs.el (vc-cvs-root): New func.
9930 * vc-svn.el (vc-svn-root): New func.
9931 * vc-sccs.el (vc-sccs-root): New func.
9932
9933 2008-02-18 Kenichi Handa <handa@ni.aist.go.jp>
9934
9935 * language/japan-util.el (setup-japanese-environment-internal):
9936 Call use-cjk-char-width-table.
9937
9938 * language/japanese.el ("Japanese"): Set exit-function to
9939 use-default-char-width-table.
9940
9941 * international/characters.el: Delete occurrences of non-Unicode
9942 tibetan and ethiopic characters.
9943 (cjk-char-width-table): New variable.
9944 (use-cjk-char-width-table, use-default-char-width-table):
9945 New functions.
9946
9947 2008-02-19 Dan Nicolaescu <dann@ics.uci.edu>
9948
9949 * vc.el (vc-status-menu, vc-status-menu-map-filter): New functions.
9950 (vc-status-mode-menu): Add a :filter.
9951 (vc-status-printer): Add faces.
9952
9953 * vc-hg.el (vc-hg-extra-status-menu): New function.
9954 (vc-hg-dir-status): Clean up the buffer before using it.
9955
9956 2008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
9957
9958 * progmodes/gdb-ui.el (gdb-output-sink): Define with an invalid value.
9959 (gdb): Initialize it here instead.
9960
9961 * files.el (locate-dominating-file): Fix thinko in last change.
9962 Reported by Bruce Stephens <bruce.stephens@isode.com>.
9963
9964 2008-02-18 Dan Nicolaescu <dann@ics.uci.edu>
9965
9966 * vc.el (vc-status-mode-menu): New menu for vc-status.
9967
9968 2008-02-18 Juanma Barranquero <lekktu@gmail.com>
9969
9970 * progmodes/verilog-mode.el (customize): Fix typo in error message.
9971 (verilog-mode, verilog-mode-indent, verilog-mode-actions)
9972 (verilog-mode-auto, verilog-indent-level-module)
9973 (verilog-minimum-comment-distance, verilog-library-flags)
9974 (verilog-library-directories, verilog-library-files)
9975 (verilog-auto-reset-widths, verilog-imenu-generic-expression)
9976 (verilog-xemacs-menu, verilog-set-compile-command)
9977 (verilog-set-compile-command, verilog-mode-syntax-table, verilog-mode)
9978 (verilog-get-expr, verilog-strip-comments, verilog-one-line)
9979 (verilog-lint-off, verilog-batch-auto, verilog-batch-delete-auto)
9980 (verilog-batch-inject-auto, verilog-batch-indent)
9981 (verilog-continued-line, verilog-type-keywords)
9982 (verilog-read-sub-decls-sig, verilog-read-sub-decls-line)
9983 (verilog-read-inst-pins, verilog-read-arg-pins)
9984 (verilog-read-auto-template, verilog-read-signals, verilog-getopt-file)
9985 (verilog-add-list-unique, verilog-symbol-detick, verilog-modi-filename)
9986 (verilog-auto-star, verilog-auto-inst, verilog-auto-wire)
9987 (verilog-enum-ascii, verilog-sk-begin, verilog-sk-fork)
9988 (verilog-sk-datadef, verilog-colorize-include-files-buffer)
9989 (verilog-mode-version, verilog-mode-release-date)
9990 (verilog-mode-release-emacs, verilog-linter, verilog-coverage)
9991 (verilog-simulator, verilog-compiler)
9992 (verilog-auto-sense-defines-constant, verilog-company)
9993 (verilog-project, verilog-mark-defun, verilog-submit-bug-report):
9994 Fix typos in docstrings.
9995 (verilog-set-auto-endcomments, verilog-calculate-indent)
9996 (verilog-inject-auto, verilog-auto-arg, verilog-auto-inout-module):
9997 Reflow docstrings.
9998 (verilog-tab-always-indent, verilog-highlight-p1800-keywords)
9999 (verilog-auto-star-save, verilog-auto-inst-vector, verilog-mode-hook)
10000 (electric-verilog-forward-sexp, verilog-in-case-region-p)
10001 (verilog-in-struct-region-p, verilog-in-generate-region-p)
10002 (verilog-leap-to-head, verilog-current-indent-level)
10003 (verilog-case-indent-level, verilog-cpp-keywords)
10004 (verilog-defun-keywords, verilog-block-keywords, verilog-tf-keywords)
10005 (verilog-case-keywords, verilog-separator-keywords, verilog-completion)
10006 (verilog-signals-not-in, verilog-symbol-detick-text)
10007 (verilog-modi-cache-preserve-tick, verilog-modi-cache-preserve-buffer)
10008 (verilog-forward-close-paren, verilog-backward-open-paren)
10009 (verilog-backward-open-bracket): Doc fixes.
10010
10011 * progmodes/gud.el (gud-def, gud-last-speedbar-stackframe): Doc fixes.
10012 (gud-symbol, gud-expansion-speedbar-buttons, gud-speedbar-buttons)
10013 (gud-gdb-run-command-fetch-lines, gud-dbx-use-stopformat-p)
10014 (gud-jdb-classpath, gud-jdb-find-source-using-classpath, jdb)
10015 (gud-find-class, gdb-script-mode, gud-tooltip-event, gud-tooltip-tips):
10016 Fix typos in docstrings.
10017
10018 * w32-vars.el (w32-system-shells): Add TCC (new name for 4NT).
10019
10020 2008-02-18 Bastien Guerry <Bastien.Guerry@ens.fr>
10021
10022 * info.el (Info-read-node-name): Removed unused `default' arg.
10023
10024 2008-02-18 Thien-Thi Nguyen <ttn@gnuvola.org>
10025
10026 * vc-git.el (vc-git-after-dir-status, vc-git-dir-status): New funcs.
10027
10028 2008-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
10029
10030 * image-mode.el (image-get-display-property): New fun.
10031 (image-forward-hscroll, image-next-line, image-eol, image-eob)
10032 (image-mode, image-minor-mode, image-toggle-display-text)
10033 (image-toggle-display): Use it.
10034
10035 2008-02-18 Jason Rumney <jasonr@gnu.org>
10036
10037 * international/mule.el (xml-find-file-coding-system): Don't warn
10038 about utf-16 with BOM.
10039
10040 * nxml/nxml-mode.el (nxml-mode): Don't add a write-contents-hook.
10041
10042 * international/mule.el (sgml-xml-auto-coding-function): Detect and
10043 warn if file encoding is not utf-8 and encoding not specified.
10044 (xml-find-file-coding-system): New function.
10045 * international/mule-conf.el (file-coding-system-alist): Use it.
10046
10047 2008-02-17 Glenn Morris <rgm@gnu.org>
10048
10049 * international/mule-cmds.el (set-locale-environment):
10050 Pass `frame' to getenv for LC_MESSAGES.
10051
10052 2008-02-17 Juri Linkov <juri@jurta.org>
10053
10054 * time.el (emacs-init-time): Use format instead of format-seconds.
10055
10056 2008-02-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10057
10058 * textmodes/bibtex.el (bibtex-search-entry): Rename from
10059 bibtex-find-entry. Add autoload cookie.
10060 (bibtex-find-entry): Alias for bibtex-search-entry.
10061 (bibtex-search-crossref): Rename from bibtex-find-crossref.
10062 (bibtex-find-crossref): Alias for bibtex-search-crossref.
10063 (bibtex-clean-entry): atomic-change-group removed.
10064 (bibtex-format-entry): Use atomic-change-group. Use unwind-protect
10065 to locate buffer location where error occurred.
10066 Make error messages more specific.
10067 (bibtex-parse-keys): Only parse if buffer uses bibtex-mode.
10068
10069 2008-02-17 Dan Nicolaescu <dann@ics.uci.edu>
10070
10071 * progmodes/hideshow.el (hs-minor-mode-map): Move menu creation to
10072 top level.
10073
10074 * simple.el (transient-mark-mode): Add an :init-value.
10075
10076 * startup.el (command-line): Use custom-reevaluate-setting for
10077 transient-mark-mode.
10078
10079 2008-02-17 Michaël Cadilhac <michael@cadilhac.name>
10080
10081 * wdired.el (wdired-allow-to-change-permissions): Fix typo.
10082
10083 2008-02-16 Juri Linkov <juri@jurta.org>
10084
10085 * startup.el (after-init-time): New variable.
10086 (command-line): Set `after-init-time' to the current time.
10087
10088 * time.el (emacs-init-time): New function.
10089
10090 2008-02-16 Stefan Monnier <monnier@iro.umontreal.ca>
10091
10092 * files.el (locate-dominating-file): Remove initial loop because it's
10093 not careful enough. Detect the uid-change all within the main loop.
10094
10095 2008-02-16 Lawrence Mitchell <wence@gmx.li> (tiny change)
10096
10097 * ielm.el (ielm-is-whitespace-or-comment): Docstring fix.
10098
10099 2008-02-16 Dan Nicolaescu <dann@ics.uci.edu>
10100
10101 * vc.el (vc-annotate): Add new argument.
10102 (vc-annotate-warp-revision): Pass the current line to vc-annotate.
10103
10104 * progmodes/hideshow.el: Remove the minor-mode bookkeeping.
10105 Move make-variable-buffer-local code after the corresponding defvar.
10106 (hs-minor-mode-map): Define and initialize in one step.
10107 (hs-minor-mode): Change from defun to define-minor-mode.
10108
10109 2008-02-16 Nick Roberts <nickrob@snap.net.nz>
10110
10111 * progmodes/gud.el (gud-gdb): Don't reset gdb-ready.
10112 (gdb-ready): Move declaration...
10113
10114 * progmodes/gdb-ui.el (gdb-ready): ...to here.
10115 (gdb-early-user-input): New variable.
10116 (gdb): Reset gdb-flush-pending-output to nil and set
10117 comint-input-sender here (before gdb-prompt), instead of...
10118 (gdb-init-1): ...here.
10119 (gdb-send): If Emacs is not ready, defer user input to...
10120 (gdb-prompt): ...here.
10121
10122 2008-02-16 Glenn Morris <rgm@gnu.org>
10123
10124 * nxml/test.invalid.xml, nxml/test.valid.xml: Move to etc/nxml.
10125
10126 * startup.el (emacs-startup-time): Rename to `before-init-time'.
10127 (before-init-time): New name for `emacs-startup-time'.
10128 (command-line): Use before-init-time rather than emacs-startup-time.
10129 * time.el (emacs-uptime): Use before-init-time rather than
10130 emacs-startup-time.
10131
10132 * composite.el (composition-function-table): Doc fix.
10133
10134 * calendar/time-date.el (format-seconds): Remove `nonzero' argument
10135 in favor of `%z' specifier.
10136 (emacs-uptime): Move to time.el.
10137 * time.el (emacs-uptime): Move here from time-date.el. Add optional
10138 `format' argument. Doc fix. Use `%z' rather than removed `nonzero'
10139 argument of format-seconds.
10140
10141 2008-02-16 Dan Nicolaescu <dann@ics.uci.edu>
10142
10143 * bindings.el (mode-line-mule-info): Make the tooltips more explicit.
10144
10145 2008-02-15 Lawrence Mitchell <wence@gmx.li> (tiny change)
10146
10147 * ielm.el (ielm-is-whitespace): Remove.
10148 (ielm-is-whitespace-or-comment): New function.
10149 (ielm-eval-input): Use it.
10150
10151 2008-02-15 Jason Rumney <jasonr@gnu.org>
10152
10153 * term/mac-win.el: Fix coding tag.
10154
10155 2008-02-15 Dan Nicolaescu <dann@ics.uci.edu>
10156
10157 * vc-hooks.el (vc-menu-map):
10158 * bindings.el (mode-line-mode-menu): Add tooltips.
10159
10160 * bindings.el (help-echo): Add more tooltips. Use a less
10161 telegraphic style for existing tooltips.
10162
10163 2008-02-14 Stefan Monnier <monnier@iro.umontreal.ca>
10164
10165 * frame.el (frame-notice-user-settings): Distinguish explicit parent-id
10166 from the auto-generated one.
10167
10168 2008-02-14 Glenn Morris <rgm@gnu.org>
10169
10170 * mail/rmail-spam-filter.el (rmail-spam-filter):
10171 Let-bind message-spam-status.
10172
10173 * mail/smtpmail.el (password-cache-add): Declare as function.
10174
10175 2008-02-14 Justus Piater <Justus-bulk@Piater.name> (tiny change)
10176
10177 * mail/smtpmail.el: Use password-cache.
10178
10179 2008-02-14 Juanma Barranquero <lekktu@gmail.com>
10180
10181 * uniquify.el (uniquify-buffer-base-name): New function.
10182 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
10183
10184 * desktop.el (uniquify-managed): Don't defvar.
10185 (desktop-buffer-info): Use `uniquify-buffer-base-name', not
10186 `uniquify-managed'. Return also the buffer's base name.
10187 (desktop-save): When saving the buffer info, filter out the base name,
10188 and save it as buffer name if the buffer is managed by uniquify.
10189 (uniquify-item-base): Don't declare; not called anymore.
10190
10191 2008-02-14 Dan Nicolaescu <dann@ics.uci.edu>
10192
10193 * vc.el (vc-annotate-find-revision-at-line): New function.
10194 (vc-annotate-mode-map): Bind it.
10195 (vc-annotate-mode-menu): Add a menu entry for it. Add :help for
10196 some entries.
10197
10198 2008-02-14 Glenn Morris <rgm@gnu.org>
10199
10200 * calendar/time-date.el (format-seconds): New function.
10201 (emacs-uptime): Use format-seconds.
10202
10203 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
10204 Remove `LC_ALL=C', since it's included in $(emacs) now.
10205
10206 2008-02-14 Zhang Wei <id.brep@gmail.com>
10207
10208 * textmodes/org-publish.el (org-publish-timestamp-filename):
10209 Replace colon characters in filename too.
10210
10211 2008-02-13 Bastien Guerry <bzg@altern.org>
10212
10213 * mail/rmail.el (rmail-header-name): New face.
10214 (rmail-font-lock-keywords): Use rmail-header-name.
10215
10216 * mail/rmail-spam-filter.el (rsf-definitions-alist): Allow check
10217 against X-Spam-Status header field.
10218 (rmail-spam-filter): Also check X-Spam-Status header field.
10219
10220 2008-02-14 Mark A. Hershberger <mah@everybody.org>
10221
10222 * progmodes/flymake.el (flymake-allowed-file-name-masks):
10223 Add support for .pm files and .php files.
10224 (flymake-err-line-patterns): Add pattern for PHP errors.
10225 (flymake-php-init): New function. PHP support for flymake.
10226
10227 * progmodes/compile.el (compilation-error-regexp-alist-alist):
10228 Add regular expression for PHP errors.
10229
10230 2008-02-13 Michael Albinus <michael.albinus@gmx.de>
10231
10232 * net/ange-ftp.el (ange-ftp-quote-string): Use `shell-quote-argument'.
10233 This DTRT even on w32 machines.
10234 (ange-ftp-cf1): Quote FILENAME.
10235
10236 2008-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
10237
10238 * smerge-mode.el (smerge-auto-combine-max-separation): New var.
10239 (smerge-auto-combine): New fun.
10240
10241 2008-02-12 Juri Linkov <juri@jurta.org>
10242
10243 * startup.el (fancy-startup-screen, normal-splash-screen):
10244 Set default-directory to command-line-default-directory.
10245
10246 * desktop.el (after-init-hook): Set inhibit-startup-screen to t
10247 after reading the desktop.
10248
10249 * progmodes/compile.el (compilation-auto-jump):
10250 Call compile-goto-error only when compilation-auto-jump-to-first-error
10251 is non-nil.
10252 (compilation-scroll-output): Replace :type 'boolean with a choice
10253 that has three options including a third option `first-error'.
10254 Doc fix.
10255 (compilation-start, compilation-forget-errors): Add an alternate
10256 condition comparing compilation-scroll-output with `first-error'
10257 in addition to compilation-auto-jump-to-first-error (to call
10258 compilation-auto-jump in the proper place).
10259
10260 2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
10261
10262 * international/mule.el (sgml-html-meta-auto-coding-function):
10263 Make sure the search limit is ahead.
10264
10265 * tar-mode.el: Fix broken indentation.
10266 (tar-mouse-extract, tar-extract, tar-subfile-save-buffer):
10267 Use with-current-buffer.
10268
10269 2008-02-12 Juanma Barranquero <lekktu@gmail.com>
10270
10271 * hexl.el (hexl-mode): Don't make `font-lock-defaults' buffer-local;
10272 it is already automatically buffer-local.
10273
10274 2008-02-11 Drew Adams <drew.adams@oracle.com>
10275
10276 * help.el (describe-key): Join some split lines to facilitate filling.
10277 * help-fns.el (describe-function-1): Fill text of overlong lines.
10278
10279 2008-02-12 Kenichi Handa <handa@ni.aist.go.jp>
10280
10281 * emacs-lisp/bytecomp.el (byte-compile-lapcode):
10282 Use unibyte-string instead of string-make-unibyte.
10283
10284 * Makefile.in (AUTOGENEL): Remove charprop.el and uni-*.el.
10285
10286 2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
10287
10288 * doc-view.el (doc-view-display): Change file arg to buffer arg, so it
10289 works also for buffers w/o buffer-file-name. Update callers.
10290 (doc-view-clone-buffer-hook): New fun.
10291 (doc-view-mode): Use it for indirect clones. Mark the overlays with
10292 the `doc-view' property so they can be recognized.
10293
10294 * simple.el (clone-indirect-buffer-hook): New hook.
10295 (clone-indirect-buffer): Run it.
10296
10297 2008-02-11 Daiki Ueno <ueno@unixuser.org>
10298
10299 * epa.el (epa-menu-mode): Merge into epa-mode.
10300 (epa-menu-items): Rename the label "EasyPG Assistant" to
10301 "Encryption/Decryption".
10302
10303 * epa-dired.el: Define a new minor-mode epa-dired-mode for dired.
10304 (epa-dired-mode-map): Rename from epa-dired-map.
10305 (epa-global-dired-mode): Rename the global minor mode.
10306
10307 2008-02-11 Drew Adams <drew.adams@oracle.com>
10308
10309 * isearch.el (isearch-fail): New face.
10310 (isearch-message): Highlight failure part of input.
10311
10312 2008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
10313
10314 * ibuffer.el (ibuffer-header-line-format): New var.
10315 (ibuffer-mode): Set it instead of header-line-format.
10316 (ibuffer-update): Use it to set header-line-format.
10317
10318 * international/mule-cmds.el (ucs-insert): Inherit surrounding
10319 properties like self-insert-command.
10320
10321 2008-02-11 Drew Adams <drew.adams@oracle.com>
10322
10323 * progmodes/etags.el: Add many doc strings.
10324
10325 2008-02-11 Jason Rumney <jasonr@gnu.org>
10326
10327 * ldefs-boot.el: Regenerated.
10328
10329 2008-02-11 Glenn Morris <rgm@gnu.org>
10330
10331 * progmodes/compile.el (compilation-error-regexp-alist-alist):
10332 Shorten some names.
10333
10334 * ffap.el (ffap-rfc-directories): Add :version.
10335
10336 2008-02-11 Chris Moore <christopher.ian.moore@gmail.com>
10337
10338 * jka-cmpr-hook.el (jka-compr-compression-info-list): Handle .sifz
10339 files, and backup files of same.
10340
10341 2008-02-11 Kevin Ryde <user42@zip.com.au>
10342
10343 * ffap.el (ffap-rfc-directories): New variable.
10344 (ffap-rfc): Look in those dirs before offering ffap-rfc-path.
10345
10346 * info.el (Info-next-reference, Info-prev-reference)
10347 (Info-try-follow-nearest-node): Move to and follow https:// links too.
10348
10349 * simple.el (completion-list-mode): Show full completion-list-mode-map
10350 in the docstring.
10351
10352 2008-02-11 Sam Steingold <sds@gnu.org>
10353
10354 * vc-hooks.el (vc-prefix-key): Remove (undo 2008-02-06 patch).
10355
10356 2008-02-11 Glenn Morris <rgm@gnu.org>
10357
10358 * startup.el (emacs-startup-time): New variable.
10359 (command-line): Set emacs-startup-time.
10360
10361 * calendar/time-date.el (emacs-uptime): New function.
10362
10363 2008-02-10 Bastien Guerry <bzg@altern.org>
10364
10365 * mail/rmail.el (rmail-nonignored-headers): Allow to be nil.
10366 (rmail-clear-headers): Don't check `rmail-nonignored-headers' when
10367 it is nil.
10368
10369 2008-02-10 Daiki Ueno <ueno@unixuser.org>
10370
10371 * epg-config.el: Expand the contents of epg-package-info.el.
10372 (epg-package-name): New constant.
10373 (epg-version-number): New constant.
10374 (epg-bug-report-address): New constant.
10375
10376 * epa-mail.el (epa-mail-mode): Add autoload cookie.
10377 (epa-global-mail-mode): New global minor mode.
10378
10379 * epa-file.el (epa-file-mode): New global minor mode.
10380
10381 * epa-dired.el (epa-dired-mode): New global minor mode.
10382
10383 * epa.el (epa-menu): New variable.
10384 (epa-menu-items): New variable.
10385 (epa-menu-mode): New global minor mode.
10386 (epa-global-minor-modes): New user option.
10387 (epa-mode): New global minor mode.
10388
10389 2008-02-10 Michael Albinus <michael.albinus@gmx.de>
10390
10391 * net/dbus.el: Remove `no-byte-compile' cookie.
10392 (dbus-call-method, dbus-register-signal, dbus-debug)
10393 (dbus-registered-functions-table): Declare them with
10394 `declare-function' or `defvar', respectively.
10395 (top): Don't assert any longer. Require 'cl when compiling.
10396 Apply `ignore-errors' but `dbus-ignore-errors'.
10397
10398 2008-02-10 Dan Nicolaescu <dann@ics.uci.edu>
10399
10400 * diff-mode.el (diff-add-change-log-entries-other-window):
10401 Use add-change-log-entry.
10402
10403 2008-02-09 Jason Rumney <jasonr@gnu.org>
10404
10405 * button.el (button-map):
10406 * wid-edit.el (widget-keymap): Avoid line-end confusion in autoloads.
10407 * ldefs-boot.el: Regenerate.
10408
10409 2008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
10410
10411 * epa.el (epa-faces, epa):
10412 * epa-file.el (epa-file):
10413 * epg-config.el (epg): Add :version.
10414
10415 2008-02-09 Thien-Thi Nguyen <ttn@gnuvola.org>
10416
10417 * vc.el (vc-exec-after): Append CODE to previous fragments.
10418 (vc-diff-finish): Take BUFFER directly, not BUFFER-NAME;
10419 take MESSAGES instead of VERBOSE; use it when non-nil.
10420 (vc-diff-internal): Compute messages once; use them;
10421 update call to vc-diff-finish.
10422
10423 2008-02-09 Michael Olson <mwolson@gnu.org>
10424
10425 * net/tramp.el (tramp-process-sentinel): Avoid error when process
10426 buffer has been killed, such as by
10427 `tramp-cleanup-all-connections'.
10428
10429 2008-02-09 Miles Bader <miles@gnu.org>
10430
10431 * net/rcirc.el (rcirc-omit-mode): Suppress invisibility ellipsis.
10432
10433 2008-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
10434
10435 * diff-mode.el (diff-add-change-log-entries-other-window): Avoid the
10436 splitter in context hunks.
10437
10438 2008-02-08 Kenichi Handa <handa@ni.aist.go.jp>
10439
10440 * international/fontset.el (setup-default-fontset): Fix arabic otf
10441 font specification.
10442
10443 2008-02-08 Daiki Ueno <ueno@unixuser.org>
10444
10445 * epa-dired.el:
10446 * epa-file.el:
10447 * epa-mail.el:
10448 * epa-setup.el:
10449 * epa.el:
10450 * epg-config.el:
10451 * epg-package-info.el:
10452 * epg.el: Initial check-in of EasyPG.
10453
10454 2008-02-08 Glenn Morris <rgm@gnu.org>
10455
10456 * woman.el (woman-locale): New defcustom.
10457 (woman-expand-locale, woman-manpath-add-locales): New functions.
10458 (woman-manpath): Call woman-manpath-add-locales. Bump :version.
10459
10460 * international/mule-cmds.el (locale-translate): New function,
10461 with old code extracted from set-locale-environment.
10462 (set-locale-environment): Use locale-translate. Set woman-locale.
10463
10464 * cus-start.el (selection-coding-system): Remove, since it's now
10465 defined in select.el rather than in xselect.c.
10466 * select.el (selection-coding-system): Make it a defcustom, and
10467 add the properties from cus-start.el. Bump :version.
10468
10469 * custom.el (custom-theme-set-variables): Sort symbols that are
10470 dependencies before symbols that depend on them.
10471 (custom-enabled-themes): Set after custom-theme-directory.
10472
10473 * pcmpl-unix.el (top-level): Move provide statement to end.
10474 (pcmpl-unix-group-file, pcmpl-unix-passwd-file): Remove leading
10475 `*' from doc-string. Allow to be nil.
10476 (pcmpl-ssh-known-hosts-file): Convert comment into expanded doc-string.
10477 Allow to be nil. Add :version.
10478 (pcmpl-ssh-hosts): Move definition before use. Handle lines
10479 without hostnames, and multiple hostnames per line.
10480
10481 * term/x-win.el (x-handle-parent-id): Remove free variable `parent-id'.
10482
10483 2008-02-08 Phil Hagelberg <phil@evri.com>
10484
10485 * pcmpl-unix.el (pcmpl-ssh-known-hosts-file): New defcustom.
10486 (pcomplete/ssh, pcomplete/scp, pcmpl-ssh-hosts): New functions.
10487
10488 2008-02-07 Timo Savola <timo.savola@iki.fi>
10489
10490 * startup.el (command-line-x-option-alist): Add --parent-id.
10491
10492 * term/x-win.el (x-handle-parent-id): New function.
10493
10494 2008-02-07 Chris Moore <christopher.ian.moore@gmail.com>
10495
10496 * mouse.el (x-fixed-font-alist): Use consistent capitalization for
10497 "Font Menu".
10498
10499 2008-02-06 Michael Albinus <michael.albinus@gmx.de>
10500
10501 * net/dbus.el (dbus-interface-peer): New defconst.
10502 (dbus-ping): New defun.
10503
10504 2008-02-06 Sam Steingold <sds@gnu.org>
10505
10506 * vc-hooks.el (vc-prefix-key): New user-customizable variable.
10507
10508 2008-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
10509
10510 * net/ange-ftp.el (ange-ftp-unhandled-file-name-directory):
10511 Just return nil and let the C code provide a fallback.
10512
10513 2008-02-05 Glenn Morris <rgm@gnu.org>
10514
10515 * net/tramp-cmds.el (tramp-cleanup-connection): Update calls to
10516 tramp-flush-connection-property for removed 2nd argument.
10517
10518 2008-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
10519
10520 * diff-mode.el (diff-add-change-log-entries-other-window):
10521 Rename from diff-create-changelog. Change users.
10522 Minor change to hopefully work with plain diffs.
10523 (diff-mode-map): Add binding for it.
10524
10525 2008-02-04 Dan Nicolaescu <dann@ics.uci.edu>
10526
10527 * diff-mode.el: Add new TODO entry.
10528 (diff-create-changelog): New function.
10529 (diff-mode-menu): Bind it.
10530
10531 2008-02-04 Kenichi Handa <handa@ni.aist.go.jp>
10532
10533 * international/mule-diag.el (print-fontset-element): Handle the
10534 case of inhibiting the fallback fonts.
10535
10536 2008-02-04 Kim F. Storm <storm@cua.dk>
10537
10538 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
10539 (ido-magic-delete-char): Use prefix arg.
10540
10541 2008-02-03 Juanma Barranquero <lekktu@gmail.com>
10542
10543 * term/w32-win.el (image-library-alist): Prefer libpng12 to libpng13,
10544 because the latter is in fact a 1.2.8 build distributed with GTK+ (as
10545 of today, the most recent libpng is 1.2.24).
10546
10547 2008-02-03 Michael Albinus <michael.albinus@gmx.de>
10548
10549 * ediff-util.el (ediff-compute-custom-diffs-maybe): Handle remote files.
10550
10551 * net/dbus.el (top): Check (featurep 'dbusbind).
10552
10553 * net/tramp.el (tramp-process-sentinel): New defun.
10554 (tramp-do-copy-or-rename-file-out-of-band)
10555 (tramp-maybe-open-connection): Use it as process sentinel.
10556 (tramp-handle-delete-directory): Don't use the "-f" option; it
10557 isn't portable.
10558 (tramp-handle-start-file-process): Echo `tramp-end-of-output'
10559 after the command.
10560 (tramp-handle-shell-command): Set `mode-line-process' in the
10561 asynchronous case.
10562
10563 * net/tramp-cache.el (tramp-flush-connection-property): Remove EVENT.
10564
10565 * net/tramp-fish.el (tramp-fish-maybe-open-connection):
10566 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
10567 Use `tramp-process-sentinel' as process sentinel.
10568
10569 2008-02-02 Juanma Barranquero <lekktu@gmail.com>
10570
10571 * whitespace.el (global-whitespace-mode): Revert last change.
10572 (whitespace-unload-function): Force `global-whitespace-mode'
10573 to deactivate local modes in a slightly less intrusive way.
10574
10575 2008-02-02 Eli Zaretskii <eliz@gnu.org>
10576
10577 * view.el (kill-buffer-if-not-modified): Add an autoload cookie.
10578
10579 2008-02-02 Glenn Morris <rgm@gnu.org>
10580
10581 * international/latin1-disp.el (latin1-display):
10582 * progmodes/fortran.el (fortran-comment-indent-char):
10583 * progmodes/idlw-shell.el (top-level):
10584 * term/mac-win.el (mac-keyboard-translate-char):
10585 * whitespace.el (whitespace-char-valid-p):
10586 * wid-edit.el (widget-key-sequence-read-event):
10587 Use characterp rather than char-valid-p.
10588
10589 * progmodes/cap-words.el (capitalized-next-word-boundary): Rename
10590 to capitalized-find-word-boundary. Doc fix. Update callers.
10591 (capitalized-next-word-boundary-function-table): Rename to
10592 capitalized-find-word-boundary-function-table. Doc fix. Update users.
10593
10594 * ps-bdf.el (bdf-read-font-info): Use string-to-number rather than
10595 string-to-int.
10596
10597 * ps-def.el (declare-function): Add compatibility definition.
10598 (ps-plot-with-face, ps-plot-string): Declare as functions.
10599 (ps-bold-faces, ps-italic-faces): Declare variables.
10600
10601 * ps-print.el (ps-mule-initialize, ps-mule-begin-job)
10602 (ps-mule-end-job): Declare as functions.
10603
10604 * wid-edit.el (widget-string-complete): Use assoc-string rather
10605 than assoc-ignore-case.
10606
10607 See ChangeLog.13 for earlier changes.
10608
10609 ;; Local Variables:
10610 ;; coding: utf-8
10611 ;; add-log-time-zone-rule: t
10612 ;; bug-reference-url-format: "http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=%s"
10613 ;; End:
10614
10615 Copyright (C) 2008 Free Software Foundation, Inc.
10616
10617 This file is part of GNU Emacs.
10618
10619 GNU Emacs is free software: you can redistribute it and/or modify
10620 it under the terms of the GNU General Public License as published by
10621 the Free Software Foundation, either version 3 of the License, or
10622 (at your option) any later version.
10623
10624 GNU Emacs is distributed in the hope that it will be useful,
10625 but WITHOUT ANY WARRANTY; without even the implied warranty of
10626 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10627 GNU General Public License for more details.
10628
10629 You should have received a copy of the GNU General Public License
10630 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
10631
10632 ;; arch-tag: c241c1f9-d668-48bf-920a-2897ed0340bc