(calendar-cursor-to-date): Handle case where event-start is nil.
[emacs.git] / lisp / ChangeLog
blobb9683e282dd41f233a288f733b5787659eb7a6c4
1 2008-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
3         * vc-dir.el (tool-bar): Require.
5         * vc.el (ewoc, tool-bar): Do not require.
7 2008-06-26  Kenichi Handa  <handa@m17n.org>
9         * composite.el (terminal-composition-base-character-p): New function.
10         (terminal-composition-function):
11         Use terminal-composition-base-character-p.  Include the base character
12         in the composition.
13         (auto-compose-chars): Don't check font-object for terminal display.
15 2008-06-26  Glenn Morris  <rgm@gnu.org>
17         * calendar/calendar.el (calendar-date-echo-text): Doc fix.
18         Add default :value for sexp type.
19         (calendar-month-edges): New variable.
20         (calendar-month-edges): New function.
21         (calendar-recompute-layout-variables): Set calendar-month-edges.
22         (calendar-intermonth-header, calendar-intermonth-text): New options.
23         (calendar-insert-at-column): New function.
24         (calendar-generate-month): Use calendar-insert-at-column.
25         Handle intermonth text.  Add 'date property.
26         (calendar-column-to-month): Remove function.
27         (calendar-column-to-segment): New function.
28         (calendar-cursor-to-date): Use calendar-column-to-segment.
29         Check 'date property.
31         * calendar/calendar.el (calendar-print-other-dates):
32         Handle mouse events.
33         * calendar/cal-menu.el (calendar-mouse-print-dates): Remove function.
34         (cal-menu-context-mouse-menu): Use calendar-print-other-dates.
36         * calendar/holidays.el (calendar-cursor-holidays): Handle mouse events.
37         * calendar/cal-menu.el (calendar-mouse-holidays): Remove function.
38         (cal-menu-context-mouse-menu): Use calendar-cursor-holidays.
40         * calendar/cal-move.el (calendar-cursor-to-nearest-date):
41         Use calendar-column-to-segment, calendar-month-edges, and
42         the 'date property to handle intermonth text.
44         * calendar/cal-iso.el (calendar-iso-from-absolute): Add autoload cookie.
46         * calendar/cal-menu.el (cal-menu-moon-menu, cal-menu-diary-menu)
47         (cal-menu-holidays-menu, cal-menu-goto-menu, cal-menu-scroll-menu):
48         Add doc strings.
49         (cal-menu-context-mouse-menu): Add some :keys.
51         * calendar/cal-menu.el (cal-menu-moon-menu): Add sunrise/sunset.
52         * calendar/calendar.el (calendar-cursor-to-date): Handle case where
53         event-start is nil.
55 2008-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
57         * minibuffer.el (completion-basic-try-completion): Use the text after
58         point to consrain the completion candidates.
59         (completion-basic-all-completions): Adjust accordingly.
61 2008-06-25  Chong Yidong  <cyd@stupidchicken.com>
63         * textmodes/tex-mode.el (tex-verbatim): Use monospace instead of
64         courier.
66         * faces.el (set-face-attribute): Doc fix.
68 2008-06-25  Juri Linkov  <juri@jurta.org>
70         * bindings.el (goto-map): New variable.  Rebind goto-related
71         commands to this `M-g' prefix keymap.
72         (search-map): New variable for `M-s' prefix keymap.
73         Bind `M-s o' to `occur', `M-shr' to `highlight-regexp', `M-shp' to
74         `highlight-phrase', `M-shl' to `highlight-lines-matching-regexp',
75         `M-shu' to `unhighlight-regexp', `M-shf' to `hi-lock-find-patterns',
76         `M-shw' to `hi-lock-write-interactive-patterns'.
78         * isearch.el (isearch-mode-map): Bind `M-s h r' to
79         `isearch-highlight-regexp'.
80         (isearch-highlight-regexp): New function.
82 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
84         * info.el (Info-bookmark-make-record):
85         Use bookmark-make-record-default.
86         (Info-bookmark-jump): Use bookmark-default-handler.
88         * image-mode.el (image-bookmark-make-record):
89         Use bookmark-make-record-default.
90         (image-bookmark-jump): Use bookmark-default-handler.
92         * doc-view.el (doc-view-bookmark-make-record):
93         Use bookmark-make-record-default.
94         (doc-view-bookmark-jump): Use bookmark-default-handler.
96         * bookmark.el (bookmark-alist): Allow the 2 slightly different formats
97         used until now in bookmark.el's code.
98         (bookmark-get-bookmark): Accept bookmark names or bookmark records.
99         (bookmark-get-bookmark-record): Allow the 2 slightly different formats
100         used until now in bookmark.el's code.
101         (bookmark-set-filename): Remove special code, moved to its only caller.
102         (bookmark-store): Use the newer format.
103         (bookmark-make-record-default): Add arg `point-only'.
104         Rename from bookmark-make-record-for-text-file.
105         (bookmark--jump-via): New function.
106         (bookmark-jump, bookmark-jump-other-window, bookmark-bmenu-2-window)
107         (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window):
108         Use it.
109         (bookmark-jump-noselect, bookmark-default-handler):
110         Don't return an alist, instead return the data implicitly by changing
111         current buffer and point.  Signal an error if the file doesn't exist.
113         * buff-menu.el: Use with-current-buffer and inhibit-read-only.
114         (Buffer-menu-toggle-read-only): Avoid vc-toggle-read-only.
116         * bs.el: Use with-current-buffer.  Simplify.
117         (bs-toggle-readonly): Avoid vc-toggle-read-only.
119         * eshell/esh-cmd.el (eshell-manipulate): Check eshell-debug-command
120         is bound before using it.
122 2008-06-25  Kenichi Handa  <handa@m17n.org>
124         * image.el (image-jpeg-p): Convert DATA to unibyte at first.
126 2008-06-25  Dan Nicolaescu  <dann@ics.uci.edu>
128         * vc-hg.el:
129         * vc-git.el: Require vc-dir when compiling.
131         * vc-dir.el (vc-dir-marked-only-files-and-states): Rename from
132         vc-dir-marked-only-files.  Change the return value.
133         (vc-dir-child-files-and-states): Rename from vc-dir-child-files.
134         Change the return value.
135         (vc-dir-deduce-fileset): New function broken out from ...
136         * vc.el (vc-deduce-fileset): ... here and ...
137         (vc-deduce-fileset): ... here.
139         * vc-svn.el (vc-annotate-parent-rev): Pacify byte compiler.
140         (vc-svn-parse-status): Do not set the vc-backend property.
142 2008-06-25  Andreas Schwab  <schwab@suse.de>
144         * faces.el (face-font-family-alternatives, variable-pitch):
145         Use "Sans Serif", not "Sans-Serif".
147 2008-06-24  Chong Yidong  <cyd@stupidchicken.com>
149         * faces.el (face-font-family-alternatives, variable-pitch):
150         Change "Sans" to the canonical name "Sans-Serif".
152 2008-06-24  Jay Belanger  <jay.p.belanger@gmail.com>
154         * calc/calc.el (calc-mode-map): Add extra keybindings to
155         `calc-missing-key'.
156         * calc/calc-ext.el (calc-init-extensions): Add keybinding for
157         `kill-ring-save'.
159 2008-06-24  Miles Bader  <miles@gnu.org>
161         * mouse.el (mouse-appearance-menu): Don't do anything if the user
162         pops up the menu but doesn't select anything.
164 2008-06-24  Dan Nicolaescu  <dann@ics.uci.edu>
166         * add-log.el (add-change-log-entry): Add new arg to force each new
167         entry to be on a new line.
168         * diff-mode.el (diff-add-change-log-entries-other-window): Use it.
170         * vc-dir.el (vc-client-object): Remove.
171         (vc-dir-prepare-status-buffer): Take a backend as an argument and
172         use it when looking for a buffer.
173         (vc-dir): Add a backend argument.  Set revert-buffer-function.
174         Don't create a client object.  Move bindings ...
175         (vc-dir-menu-map, vc-dir-mode-map): ... here.
176         (vc-dir-revert-buffer-function): New function.
177         (vc-generic-status-printer): Rename to ...
178         (vc-dir-status-printer): ... this.
179         (vc-generic-state, vc-generic-status-fileinfo-extra)
180         (vc-dir-extra-menu, vc-make-backend-object): Remove.
181         (vc-default-status-printer): Use a different face for
182         directories.  Don't display any text for directories in the state
183         column.  Add tooltips.
185         * vc.el (Todo): Update.
187         * vc-hg.el (vc-annotate-convert-time, vc-default-status-printer):
188         * vc-rcs.el (vc-annotate-convert-time):
189         * vc-mtn.el (vc-annotate-convert-time):
190         * vc-git.el (vc-annotate-convert-time):
191         * vc-cvs.el (vc-annotate-convert-time):
192         * vc-bzr.el (vc-annotate-convert-time): Declare as functions.
194 2008-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
196         * vc-annotate.el (vc-annotate-mode): Derive from special-mode
197         instead of using view-mode.
199 2008-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
201         * Makefile.in (distclean): Don't delete *.elc and autogen files.
203 2008-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
205         * vc.el:
206         * vc-hooks.el:
207         * vc-dispatcher.el: Move vc-dir variables and functions ...
208         * vc-dir.el: ... here.  New file.
209         * Makefile.in (ELCFILES): Add vc-dir.elc.
211         * vc.el: Move vc-annotate variables and functions ...
212         * vc-annotate.el: ... here.  New file.
213         * Makefile.in (ELCFILES): Add vc-annotate.elc.
215         * vc-dav.el: Move here from url/vc-dav.el.
216         (Todo): Note work needed to make this backend functional.
218         * Makefile.in (ELCFILES): Update vc-dav.el location.
220 2008-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
222         * Makefile.in (COMPILE_FIRST): Trim down and add autoload.el.
224 2008-06-21  John Paul Wallington  <jpw@pobox.com>
226         * emacs-lisp/derived.el (define-derived-mode): Add `doc-string' decl.
228         * textmodes/rst.el (rst-mode): Put docstring in right place.
230 2008-06-21  Chong Yidong  <cyd@stupidchicken.com>
232         * startup.el (fancy-about-text, fancy-startup-tail): Increase text
233         size for legibility.
235         * faces.el (fixed-pitch): Use "Monospace" family.
236         (variable-pitch): Use "Sans" family.
237         (face-font-family-alternatives): Define alternatives for "Sans"
238         and "Monospace".
240 2008-06-21  Glenn Morris  <rgm@gnu.org>
242         * mail/hashcash.el, net/tramp-smb.el, nxml/nxml-mode.el:
243         Require 'cl when compiling.
245         * emacs-lisp/debug.el (help-xref-interned): Declare.
247         * emacs-lisp/easy-mmode.el (easy-mmode-set-keymap-parents):
248         Evaluate definition when compiling.
250         * progmodes/bug-reference.el (bug-reference-map): Bind down-mouse-1
251         rather than mouse-1.
252         (bug-reference-url-format): Autoload safe if string.
253         (bug-reference-bug-regexp): Make space after "bug" optional.
255         * Makefile.in (all): Explicitly pass EMACS to sub-make,
256         for some non-GNU makes.
258         * cus-dep.el (custom-dependencies-no-scan-regexp):
259         * finder.el (finder-no-scan-regexp): Add ldefs-boot.el
261         * calendar/cal-move.el (calendar-forward-day): Scroll in one month
262         increments.
264         * calendar/calendar.el: Factor out the magic numbers controlling the
265         calendar layout.
266         (calendar-month-digit-width, calendar-month-width)
267         (calendar-right-margin): New variables.
268         (calendar-recompute-layout-variables, calendar-set-layout-variable):
269         New functions.
270         (calendar-left-margin, calendar-intermonth-spacing)
271         (calendar-column-width, calendar-day-header-width)
272         (calendar-day-digit-width): New options.
273         (calendar-first-date-row): New constant.
274         (calendar-move-to-column, calendar-ensure-newline): New functions,
275         replacing calendar-insert-indented.
276         (calendar-insert-indented): Remove function.
277         (calendar-generate-month): Use calendar-move-to-column and
278         calendar-ensure-newline.  Use layout variables.
279         (calendar-generate, calendar-update-mode-line)
280         (calendar-font-lock-keywords): Use layout variables.
281         (calendar-column-to-month): New function.
282         (calendar-cursor-to-date): Use calendar-column-to-month.
283         Use layout variables.
284         * calendar/cal-move.el (calendar-cursor-to-nearest-date):
285         Use layout variables.  Use calendar-column-to-month.
286         (calendar-cursor-to-visible-date): Use layout variables.
288 2008-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
290         * Makefile.in (update-elclist): Don't exclude COMPILE_FIRST.
291         (all): Run compile-last.
292         (compile-onefile): New target.
293         (compile-first): Simplify.
294         (compile-last): Don't treat COMPILE_FIRST specially.
295         (COMPILE_FIRST): List the elc files rather than the el files.
296         (ELCFILES): Update.
298 2008-06-21  Ulf Jasper  <ulf@web.de>
300         * net/newst-treeview.el: Remove dead code.
301         (newsticker--window-config): Remove.
302         (newsticker-treeview-quit): Do not save window config.
303         (newsticker-treeview): Do not try to restore window config.
304         (newsticker-groups, newsticker--treeview-list-sort-by-column)
305         (newsticker--treeview-list-new-items)
306         (newsticker--treeview-list-immortal-items)
307         (newsticker--treeview-list-obsolete-items)
308         (newsticker--treeview-list-all-items)
309         (newsticker--treeview-list-feed-items): Fix documentation.
311 2008-06-21  Miles Bader  <miles@gnu.org>
313         * face-remap.el (text-scale-adjust): Bind `echo-keystrokes' to nil.
315 2008-06-21  Alan Mackenzie  <acm@muc.de>
317         * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5D.5): Fix an
318         infinite loop on invalid syntax.
320 2008-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
322         * textmodes/rst.el: Run rst-define-level-faces when loading.
323         (rst-mode): Don't set the font-lock-multiline var.
324         (rst-font-lock-find-unindented-line, rst-font-lock-handle-adornment):
325         Set the font-lock-multiline property by hand.
327         * loadup.el: Don't add emacs-<VERS> name when bootstrapping.
329         * Makefile.in (emacs-deps): Remove.
330         ($(lisp)/cus-load.el, $(lisp)/finder-inf.el): Re-add.
331         (all): Use them.
332         (autogen-clean): Remove.
334 2008-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
336         * Makefile.in (all): New target.
337         (bootstrap-prepare): Remove.
339         * Makefile.in ($(lisp)/progmodes/cc-mode.elc): Pass the .el file not
340         the .elc file to batch-byte-compile.
342         * progmodes/cc-mode.el (c-make-inherited-keymap): Only use
343         set-keymap-parents if set-keymap-parent doesn't exist.
345         * vc-bzr.el (vc-bzr-annotate-extract-revision-at-line):
346         Allow more than one space before the |.
348         * textmodes/rst.el: Fix up docstring conventions.
349         Move vars to before their first use.
350         (rst-mode): Don't mess with font-lock-support-mode.
351         (rst-suggest-new-decoration, rst-adjust-decoration):
352         Avoid CL's copy-list.
353         (rst-delete-entire-line): Use line-beginning-position.
354         (rst-position): New fun.
355         (rst-straighten-decorations): Use it instead of CL's position.
356         (rst-straighten-bullets-region): Avoid CL's mapcar*.
357         (rst-toc-mode): Use define-derived-mode.
358         (rst-iterate-leftmost-paragraphs, rst-iterate-leftmost-paragraphs-2):
359         Remove unused var `in-par'.  Use `point' rather than `point-marker'.
360         (rst-line-block-region): Reduce redundancy.  Use the `pfxarg' arg.
361         (rst-replace-lines): Simplify.
362         (auto-mode-alist): Use rst-mode for *.rst and *.rest files.
364         * simple.el (special-mode-map): New var.
365         (special-mode): New major mode.
367 2008-06-20  Dan Nicolaescu  <dann@ics.uci.edu>
369         * vc-mtn.el (vc-mtn-log-view-mode): Set log-view-per-file-logs and
370         log-view-file-re.
372         * vc.el (vc-dir-hide-up-to-date): Undo previous change.
373         (vc-switch-backend): Simplify.
374         (Todo): Remove solved items.
376         * vc-cvs.el (vc-cvs-parse-status, vc-cvs-parse-entry): Do not set
377         the vc-backend property.
379 2008-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
381         * emacs-lisp/checkdoc.el (checkdoc-start-section, checkdoc-error):
382         Bind inhibit-read-only since the buffer is always read-only.
384 2008-06-20  Ulf Jasper  <ulf@web.de>
386         * net/newst-treeview.el (newsticker-treeview-own-frame):
387         Change default value to nil.
388         (newsticker--treeview-list-add-item)
389         (newsticker--treeview-propertize-tag): Show item title in tooltip.
391 2008-06-20  Martin Blais  <blais@furius.ca>
392             Stefan Merten  <smerten@oekonux.de>
393             David Goodger  <goodger@python.org>
395         * textmodes/rst.el: New file.
397 2008-06-20  Sam Steingold  <sds@gnu.org>
399         * vc.el (vc-dir-hide-up-to-date): Accept a prefix argument to also
400         remove DIRECTORY entries.
402 2008-06-20  Eli Zaretskii  <eliz@gnu.org>
404         * makefile.w32-in (distclean): Depend on `clean'.
405         (clean): Delete calc/calc-loaddefs.el~ and eshell/esh-groups.el~.
406         (AUTOGENEL): Add $(lisp)/nxml/subdirs.el.
407         ($(lisp)/cus-load.el): Don't use `touch'.  Instead, generate an
408         empty cus-load.el with `echo', and include "Local Variables"
409         section to prevent the empty file from being compiled.
410         (cus-load.el-SH, cus-load.el-CMD): New SHELLTYPE-specific targets
411         that generate an empty cus-load.el.
413 2008-06-20  Juanma Barranquero  <lekktu@gmail.com>
415         * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
416         Don't copy ldefs-boot.el over loaddefs.el.
417         (bootstrap-clean): Remove loaddefs.el and don't depend on it.
418         (loaddefs.el-SH, loaddefs.el-CMD): Don't add autoloads and defvars
419         to loaddefs.el; they are not needed now.  Add coding cookie.
421 2008-06-20  Miles Bader  <miles@gnu.org>
423         * face-remap.el (face-remap-add-relative, face-remap-set-base):
424         Strip unnecessary list levels from SPECS.
425         (buffer-face-set, buffer-face-toggle):
426         Change argument from FACE to &rest SPECS, and strip unnecessary
427         list levels from SPECS.
428         (buffer-face-mode-invoke): Change argument from FACE to SPECS.
430 2008-06-20  Jason Rumney  <jasonr@gnu.org>
432         * international/fontset.el (setup-default-fontset): Specify script
433         for latin use of iso10646-1.  Fix use of lang tags.
435 2008-06-19  Miles Bader  <miles@gnu.org>
437         * face-remap.el (text-scale-increase): Start from zero if
438         text-scale-mode isn't enabled.
440 2008-06-19  Stefan Monnier  <monnier@iro.umontreal.ca>
442         * faces.el (face-set-after-frame-default): Re-apply explicit `font'
443         frame parameters after setting up the `default' face.
445 2008-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
447         * faces.el (face-set-after-frame-default): Don't exclude `default'.
449 2008-06-18  Glenn Morris  <rgm@gnu.org>
451         * mouse.el (buffer-face-mode-invoke): Declare.
453         * Makefile.in (ELCFILES): Add org/org-id.elc.
455         * calendar/holidays.el (calendar-cursor-holidays): Accept optional date.
456         * calendar/cal-menu.el (cal-menu-holidays-menu):
457         Use calendar-cursor-holidays rather than cal-menu-today-holidays.
458         (cal-menu-today-holidays): Remove function.
460         * calendar/cal-menu.el (cal-menu-holiday-window-suffix): Simplify.
461         (cal-menu-list-holidays-year, cal-menu-list-holidays-following-year)
462         (cal-menu-list-holidays-previous-year, calendar-mouse-goto-date):
463         Remove unused functions.
464         (calendar-mouse-view-diary-entries): Use format rather than concat.
466         * calendar/cal-menu.el (cal-menu-x-popup-menu): Turn it into a macro.
467         (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
468         (calendar-mouse-print-dates): Adapt for cal-menu-x-popup-menu change.
470         * calendar/cal-menu.el (cal-menu-event-to-date): Remove function.
471         (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
472         (calendar-mouse-view-other-diary-entries, calendar-mouse-print-dates)
473         (cal-menu-set-date-title): Use calendar-cursor-to-date rather than
474         cal-menu-event-to-date.
476         * calendar/cal-html.el (cal-html-cursor-month, cal-html-cursor-year):
477         Handle mouse events.
478         * calendar/cal-tex.el (cal-tex-cursor-year)
479         (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
480         (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
481         (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
482         (cal-tex-cursor-week-monday, cal-tex-cursor-filofax-2week)
483         (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
484         (cal-tex-cursor-day): Handle mouse events.  Rename ARG to N.
485         (cal-tex-cursor-month): Mark N as optional.
486         * calendar/cal-menu.el (calendar-mouse-tex-day)
487         (calendar-mouse-tex-week, calendar-mouse-tex-week2)
488         (calendar-mouse-tex-week-iso, calendar-mouse-tex-week-monday)
489         (calendar-mouse-tex-filofax-daily, calendar-mouse-tex-filofax-2week)
490         (calendar-mouse-tex-filofax-week, calendar-mouse-tex-month)
491         (calendar-mouse-tex-month-landscape, calendar-mouse-tex-year)
492         (calendar-mouse-tex-filofax-year, calendar-mouse-tex-year-landscape):
493         Remove functions.
494         (cal-menu-context-mouse-menu): Replace the above functions with the
495         cal-tex versions.  Add HTML submenu.
497 2008-06-17  Nick Roberts  <nickrob@snap.net.nz>
499         * progmodes/gdb-ui.el (gud-gdba-marker-filter): Don't switch to
500         text command mode.
501         (gdb): Explain that gud-gdb is needed for text command mode.
503 2008-06-17  Martin Rudalics  <rudalics@gmx.at>
505         * window.el (split-height-threshold): Remove spurious extra line.
507 2008-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
509         * calendar/calendar.el (calendar-cursor-to-date): Add argument `event'.
510         (calendar-set-mark):
511         * calendar/diary-lib.el (diary-insert-entry):
512         * calendar/solar.el (calendar-sunrise-sunset): Use it.
513         * calendar/cal-menu.el (calendar-mouse-sunrise/sunset)
514         (calendar-mouse-insert-diary-entry, calendar-mouse-set-mark): Delete.
515         (cal-menu-context-mouse-menu): Use calendar-set-mark,
516         diary-insert-entry, and calendar-sunrise-sunset instead.
518         * vc.el (vc-deduce-fileset): Add arg `only-files'.
519         (vc-next-action): Pass the new arg.
520         (vc-register): Don't use `only-files'.
521         Don't set `backup-inhibited' in the current buffer.
523 2008-06-17  Miles Bader  <miles@gnu.org>
525         * mouse.el (mouse-appearance-menu): Use buffer-face-mode.
527         * face-remap.el (buffer-face-mode-face)
528         (buffer-face-mode-remapping): New variables.
529         (buffer-face-mode, buffer-face-set, buffer-face-toggle)
530         (buffer-face-mode-invoke): New functions.
531         (variable-pitch-mode-remapping): Variable removed.
532         (variable-pitch-mode): Rewrite as an interface to `buffer-face-mode'.
534         * face-remap.el (internal-lisp-face-attributes): New variable.
535         (face-attrs-more-relative-p, face-remap-order): New functions.
536         (face-remap-add-relative): Use `face-remap-order'.
538 2008-06-17  Glenn Morris  <rgm@gnu.org>
540         * mouse.el (x-select-font): Declare.
542         * calendar/calendar.el (calendar-move-hook):
543         Add calendar-update-mode-line as an option.
544         (calendar-date-echo-text): New user option.
545         (calendar-generate-month): Set `day'.  Use calendar-date-echo-text.
546         (calendar-insert-indented): Simplify newline insertion.
547         (calendar-describe-mode): Remove unused function.
548         (calendar-mode-line-entry): New function.
549         (calendar-mode-line-format): Doc fix.  Use calendar-mode-line-entry.
550         Mark as risky.
551         (calendar-mouse-other-month): Remove function.
552         (calendar-other-month): Handle mouse events.
553         (calendar-goto-info-node): Call fit-window-to-buffer.
554         (calendar-mode): Use define-derived-mode.  Doc fix.
555         (calendar-update-mode-line): Tweak whitespace.
557 2008-06-16  Stefan Monnier  <monnier@iro.umontreal.ca>
559         * vc-dispatcher.el (vc-dir-child-files): Use vc-string-prefix-p.
560         (vc-dir-marked-only-files): vc-string-prefix-p.
562 2008-06-16  Nick Roberts  <nickrob@snap.net.nz>
564         * progmodes/gdb-ui.el (gdb-memory-set-address)
565         (gdb-memory-set-repeat-count): Allow keyboard bindings.
566         (gdb-memory-mode-map): Bind above functions respectively
567         to 'S' and 'N'.
569 2008-06-16  Derek Upham  <sand@blarg.net>  (tiny change)
571         * nxml/nxml-mode.el (nxml-mode): Use run-mode-hooks.
573 2008-06-16  Juanma Barranquero  <lekktu@gmail.com>
575         * log-view.el (vc-diff-internal): Declare for compiler.
577         * vc-bzr.el (log-view-per-file-logs):
578         * vc-svn.el (log-view-per-file-logs): Pacify byte compiler.
580 2008-06-15  Chong Yidong  <cyd@stupidchicken.com>
582         * mouse.el (mouse-appearance-menu-map): New var.
583         (mouse-appearance-menu): New function.
584         Bind it to S-down-mouse-1.
586 2008-06-15  Juri Linkov  <juri@jurta.org>
588         * info.el (Info-toc): Call Info-toc-nodes instead of Info-build-toc.
589         (Info-toc, Info-insert-toc): Increment nth's index to add PARENT
590         as the second element.
591         (Info-build-toc): Add PARENT element extracted from the Up pointer.
592         Don't print progress messages.
593         (Info-toc-nodes): New variable and function.
594         (Info-index-nodes): Optimize non-string file name case.
595         (Info-breadcrumbs-depth): Increment the default value from 3 to 4.
596         (Info-insert-breadcrumbs): Use the cached document structure instead
597         of visiting all ancestor nodes.  Remove the initial `>'.
599 2008-06-15  Dan Nicolaescu  <dann@ics.uci.edu>
601         * log-view.el (log-view-diff-changeset): New function.
602         (log-view-mode-map, log-view-mode-menu): Bind it.
603         (log-view-per-file-logs, log-view-vc-fileset)
604         (log-view-vc-backend): New variables.
605         (log-view-find-revision, log-view-modify-change-comment)
606         (log-view-annotate-version): Throw an error if the log is for more
607         than one file and we can't find the current file.  Get the current
608         file from log-view-vc-fileset if necessary.
609         (log-view-diff): Get the current file from log-view-vc-fileset if
610         necessary.
612         * vc.el (vc-print-log): Set log-view-vc-fileset and log-view-vc-backend.
614         * vc-hg.el (vc-hg-log-view-mode): Call the log method only once.
615         (vc-hg-log-view-mode): Declare for compiler.
616         (vc-hg-log-view-mode): Set log-view-per-file-logs and
617         log-view-file-re.
618         (vc-hg-diff): If no file is passed, use default-directory for cwd.
620         * vc-bzr.el (vc-bzr-log-view-mode): Set log-view-per-file-logs.
622         * vc-svn.el (vc-svn-log-view-mode): New derived mode.
624 2008-06-15  Michael Albinus  <michael.albinus@gmx.de>
626         * net/tramp.el (tramp-handle-start-file-process):
627         Clear modification time of the connection buffer.
628         (tramp-sh-file-name-handler): Reset `tramp-locked' in case of error.
629         (tramp-open-connection-setup-interactive-shell): Flush cache, and
630         restart `tramp-maybe-open-connection' when the remote system has
631         been changed.  Throw 'uname-changed event.
632         (tramp-maybe-open-connection): Catch it.
634         * net/tramp-cmds.el (tramp-cleanup-all-connections):
635         Reset `tramp-locked'.
637 2008-06-15  Ulf Jasper  <ulf@web.de>
639         * net/newst-treeview.el (newsticker--treeview-list-update)
640         (newsticker--treeview-item-update)
641         (newsticker--treeview-tree-update)
642         (newsticker-treeview-jump, newsticker-group-add-group)
643         (newsticker-group-move-feed, newsticker-group-delete-group):
644         Remove window dedication.
645         (newsticker--group-manage-orphan-feeds): Handle ill-valued
646         newsticker-groups.
647         (newsticker--treeview-tree-expand): Don't manage orphan feeds here.
649 2008-06-15  Andreas Schwab  <schwab@suse.de>
651         * vc-cvs.el (vc-cvs-status-extra-headers): Don't match newline
652         when parsing CVS/Repository.
654         * wdired.el (wdired-search-and-rename): Fix undocumented change.
656 2008-06-15  Ulf Jasper  <ulf@web.de>
658         * net/newst-plainview.el (newsticker-faces, newsticker-feed-face)
659         (newsticker-extra-face, newsticker-enclosure-face): Moved to
660         net/newst-reader.el.
662         * net/newst-reader.el (newsticker-faces, newsticker-feed-face)
663         (newsticker-extra-face, newsticker-enclosure-face): Moved from
664         net/newst-reader.el.
666 2008-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
668         * international/encoded-kb.el (encoded-kbd-self-insert-utf-8):
669         Catch and recover from case when the bytes we thought we were reading
670         turn out to be something else entirely, such as latin-1 chars from
671         quail.  See bug#396.
673 2008-06-15  Dan Nicolaescu  <dann@ics.uci.edu>
675         * vc.el (vc-deduce-fileset): Check if the buffer has a file.
676         (vc-register): Call the backend function only once, instead of
677         once for each file.
678         (vc-next-action): Update call to vc-register.
679         (vc-dir-register): Remove function.
680         (vc-dir): Bind vc-register instead of vc-dir-register.
682 2008-06-14  Glenn Morris  <rgm@gnu.org>
684         * Makefile.in (ELCFILES): Add net/newst-*.el.
686 2008-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
688         * wdired.el (wdired-do-renames): New function.
689         (wdired-finish-edit): Use it to.
690         (wdired-preprocess-files): Don't hardcode (point-min) == 1.
692 2008-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
694         * info.el (Info-insert-breadcrumbs): Don't break in apropos and toc.
696 2008-06-14  Martin Rudalics  <rudalics@gmx.at>
698         * window.el (window--even-window-heights): Even window heights
699         only if the selected window is higher than WINDOW.
700         Reported by Stephen Berman <Stephen.Berman at gmx.net>.
702 2008-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
704         * info.el (Info-insert-breadcrumbs): Be careful to preserve history.
706 2008-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
708         * term/linux.el (terminal-init-linux): Load t-mouse.
710 2008-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
711             Drew Adams  <drew.adams@oracle.com>
713         * info.el (Info-breadcrumbs-depth): New var.
714         (Info-insert-breadcrumbs): New function.
715         (Info-fontify-node): Use it.
716         (Info-mode-map): Move initialization into declaration.
718 2008-06-13  Ulf Jasper  <ulf.jasper@web.de>
720         Rename net/newsticker-*.el to net/newst-*.el.
721         * net/newst-backend.el: Rename from net/newsticker-backend.el.
722         * net/newst-plainview.el: Rename from net/newsticker-plainview.el.
723         * net/newst-reader.el: Rename from net/newsticker-reader.el.
724         * net/newst-ticker.el: Rename from net/newsticker-ticker.el.
725         * net/newst-treeview.el: Rename from net/newsticker-treeview.el.
726         * net/newsticker-backend.el: Rename to net/newst-backend.el.
727         * net/newsticker-plainview.el: Rename to net/newst-plainview.el.
728         * net/newsticker-reader.el: Rename to net/newst-reader.el.
729         * net/newsticker-ticker.el: Rename to net/newst-ticker.el.
730         * net/newsticker-treeview.el: Rename to net/newst-treeview.el.
732 2008-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
734         * progmodes/compile.el (compilation-start): Don't disable undo in
735         comint buffer.  Don't override the comint-filter with our own.
736         (compilation-filter): Change point's insertion-type.
738         * comint.el (comint-output-filter): Use copy-marker.
740 2008-06-13  David Reitter  <david.reitter@gmail.com>
742         * textmodes/flyspell.el (mail-mode-flyspell-verify):
743         Check message-signature-separator exists before using it.
745 2008-06-13  Dan Nicolaescu  <dann@ics.uci.edu>
747         * vc.el (vc-delete-file): Bind default-directory before calling
748         the backend.
749         (vc-annotate-show-diff-revision-at-line): Move most of the code to ...
750         (vc-annotate-show-diff-revision-at-line-internal): ... here.
751         New function.
752         (vc-annotate-show-changeset-diff-revision-at-line): New function.
753         (vc-annotate-mode-menu): Bind it.
755 2008-06-13  Jason Rumney  <jasonr@gnu.org>
757         * term/w32-win.el (mouse-set-font): Remove overridden function.
758         (w32-select-font): Declare as obsolete alias for x-select-font.
760 2008-06-13  Daniel Engeler  <engeler@gmail.com>
762         These changes add serial port access.
763         * term.el (term-update-mode-line): Modify.
764         (serial-port-is-file-p, serial-nice-speed-history)
765         (serial-no-speed, serial-mode-line-speed-menu)
766         (serial-mode-line-config-menu): New variables and constants.
767         (serial-name-history, serial-speed-history)
768         (serial-supported-or-barf, serial-read-name, serial-read-speed)
769         (serial-term, serial-speed, serial-mode-line-speed-menu-1)
770         (serial-mode-line-speed-menu, serial-update-speed-menu)
771         (serial-mode-line-config-menu-1, serial-mode-line-config-menu)
772         (serial-update-config-menu): New functions.
774 2008-06-13  Glenn Morris  <rgm@gnu.org>
776         * menu-bar.el (menu-set-font): Use fboundp rather than functionp.
778         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Doc fix.
780 2008-06-13  Kenichi Handa  <handa@m17n.org>
782         * cus-face.el (custom-face-attributes): Add :foundry.
784         * faces.el (set-face-attribute): Parse "FOUNDRY-FAMILY" here.
785         (face-x-resources): Add :foundry.
786         (face-valid-attribute-values): Likewise.
787         (face-attribute-name-alist): Likewise.
788         (describe-face): Likewise.
790 2008-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
792         * emacs-lisp/map-ynp.el (map-y-or-n-p): Accept non-char events.
794 2008-06-12  Chong Yidong  <cyd@stupidchicken.com>
796         * longlines.el (longlines-search-forward, longlines-search-backward)
797         (longlines-re-search-forward): Use a smarter search-spaces-regexp.
799 2008-06-12  Sam Steingold  <sds@gnu.org>
801         * vc.el (vc-rename-file): DTRT when the destination is a directory
802         name and the source is a file.
804 2008-06-12  Chong Yidong  <cyd@stupidchicken.com>
806         * menu-bar.el (menu-set-font): Rename x-font-dialog to x-select-font.
808 2008-06-12  Glenn Morris  <rgm@gnu.org>
810         * progmodes/f90.el (f90-beginning-of-subprogram)
811         (f90-end-of-subprogram): Only give a message when interactive.
813         * term/mac-win.el (x-toolkit-scroll-bars): Check bound.
815         * progmodes/cperl-mode.el (cperl-info-on-command):
816         Use display-pixel-height rather than x-display-pixel-height.
818         * mail/rmailedit.el (rmail-cease-edit):
819         * vc-dispatcher.el (vc-dir-mode): Check tool-bar-mode is bound.
821         * emulation/edt.el (edt-xserver):
822         * emulation/edt-mapper.el (edt-xserver): Use replace-regexp-in-string.
824         * emulation/edt-mapper.el: Drop test for Emacs < 19.
826         * mwheel.el (mouse-wheel-follow-mouse, mwheel-event-window):
827         Evaluate definitions when compiling.  Reverse tests.
829         * dframe.el (dframe-reposition-frame-emacs): Reorder test, and
830         use unless.
832         * menu-bar.el (w32-menu-bar-open): Declare for compiler.
834         * textmodes/artist.el (x-pointer-shape):
835         * term/x-win.el (x-parse-geometry, x-resource-name, accelerate-menu)
836         (x-open-connection, x-server-max-request-size, x-get-resource):
837         * term/w32console.el (x-setup-function-keys):
838         * term/w32-win.el (x-parse-geometry, x-resource-name)
839         (generate-fontset-menu, image-library-alist, x-open-connection)
840         (setup-default-fontset, set-fontset-font, setup-default-fontset)
841         (create-fontset-from-fontset-spec, create-fontset-from-x-resource)
842         (x-get-resource):
843         * term/mac-win.el (x-parse-geometry, x-resource-name)
844         (x-get-selection-internal, tool-bar-mode, set-fontset-font)
845         (new-fontset, x-display-list, x-open-connection, x-get-resource):
846         * progmodes/gud.el (tooltip-last-mouse-motion-event, tooltip-hide)
847         (tooltip-start-delayed-tip, tooltip-use-echo-area, tooltip-show)
848         (tooltip-strip-prompt, tooltip-expr-to-print, tooltip-event-buffer):
849         * progmodes/gdb-ui.el (tooltip-show, tooltip-use-echo-area)
850         (tooltip-identifier-from-point, define-fringe-bitmap):
851         * play/gamegrid.el (image-size):
852         * play/bubbles.el (image-size):
853         * mail/emacsbug.el (x-server-vendor, x-server-version):
854         * international/mule-util.el (internal-char-font):
855         * international/mule-diag.el (font-info, query-fontset, fontset-info)
856         (fontset-alias-alist, fontset-list, fontset-plain-name):
857         * international/mule-cmds.el (x-server-vendor, x-server-version):
858         * international/fontset.el (font-encoding-charset-alist)
859         (otf-script-alist, new-fontset, set-fontset-font)
860         (x-pixel-size-width-font-regexp, vertical-centering-font-regexp)
861         (fontset-list, query-fontset, x-get-resource):
862         * emulation/edt.el (x-server-vendor):
863         * emulation/edt-mapper.el (x-server-vendor):
864         * emacs-lisp/map-ynp.el (x-popup-dialog):
865         * emacs-lisp/lmenu.el (x-popup-dialog):
866         * x-dnd.el (x-window-property, x-change-window-property)
867         (x-get-selection-internal):
868         * woman.el (x-list-fonts):
869         * w32-fns.el (x-server-version):
870         * tooltip.el (x-show-tip, x-hide-tip):
871         * tool-bar.el (image-mask-p):
872         * thumbs.el (image-size):
873         * term.el (overflow-newline-into-fringe):
874         * subr.el (scroll-bar-scale):
875         * startup.el (x-get-resource, tool-bar-mode, image-size):
876         * select.el (x-get-selection-internal, x-own-selection-internal)
877         (x-disown-selection-internal):
878         * mouse.el (generate-fontset-menu):
879         * mouse-sel.el (x-select-text, x-cut-buffer-or-selection-value):
880         * image.el (image-library-alist):
881         * image-mode.el (image-size, image-refresh):
882         * image-dired.el (clear-image-cache):
883         * gs.el (x-display-mm-width, x-display-pixel-width)
884         (x-display-mm-height, x-display-pixel-height)
885         (x-change-window-property, x-display-grayscale-p, x-window-property):
886         * frame.el (tool-bar-mode, x-display-name, x-close-connection)
887         (x-focus-frame, x-list-fonts, x-display-screens)
888         (x-display-pixel-height, x-display-pixel-width, x-display-mm-height)
889         (x-display-mm-width, x-display-backing-store, x-display-save-under)
890         (x-display-planes, x-display-color-cells, x-display-visual-class):
891         * faces.el (internal-face-x-get-resource)
892         (internal-set-lisp-face-attribute-from-resource, x-bitmap-file-path)
893         (fontset-list, x-list-fonts, xw-color-defined-p, xw-color-values)
894         (xw-display-color-p, x-display-grayscale-p, x-get-resource)
895         (x-parse-geometry, x-create-frame, x-setup-function-keys)
896         (tool-bar-setup):
897         * doc-view.el (clear-image-cache, image-size, tooltip-show):
898         * dired.el (dnd-get-local-file-name, dnd-get-local-file-uri):
899         * dframe.el (x-display-pixel-width, x-display-pixel-height):
900         * descr-text.el (internal-char-font):
901         Define for compiler, for builds without X.
903 2008-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
905         * vc-rcs.el (vc-rcs-state-heuristic): Don't assume the file exists.
907 2008-06-11  Glenn Morris  <rgm@gnu.org>
909         * progmodes/fortran.el (fortran-end-of-subprogram): Check for a match
910         before trying to move there.
911         (fortran-calculate-indent): When fortran-check-all-num-for-matching-do
912         is non-nil, indent most terminating statements like loop body.
914         * calendar/diary-lib.el (diary-list-entries-2): Accept optional
915         Gregorian date, and add it, not the local date, to diary-entries-list.
916         (diary-list-entries-1): Pass Gregorian date to diary-list-entries-2.
918 2008-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
920         * progmodes/compile.el (compilation-filter): Fix up last change.
922         * term/linux.el (terminal-init-linux): Use gpm-mouse-enable.
924         * t-mouse.el (gpm-mouse-enable, gpm-mouse-disable): New functions.
925         (gpm-mouse-mode): Make it into a proper global minor mode.
927         * files.el (save-some-buffers-action-alist): Only use recursive-edit
928         if the user enabled recursive-minibuffers.
930         * emacs-lisp/map-ynp.el (map-y-or-n-p):
931         Add support for scroll-other-window.
933 2008-06-11  Jason Rumney  <jasonr@gnu.org>
935         * term/w32-win.el (w32-menu-bar-open): Rename from menu-bar-open.
936         Use tmm-menubar if menu is disabled in this frame.
938         * menu-bar.el (menu-bar-open): Determine how to open menu bar
939         from frame type, per documentation.  Add w32 case.
941 2008-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
943         * minibuffer.el (completion--merge-suffix): New function.
944         (completion-basic-try-completion): Use it.
945         (completion-pcm--find-all-completions): Add argument `filter'.
946         (completion-pcm--filename-try-filter, completion-pcm--merge-try):
947         New functions.
948         (completion-pcm-try-completion): Use them.
950         * xt-mouse.el (turn-on-xterm-mouse-tracking)
951         (turn-off-xterm-mouse-tracking): Use terminal-list.
953         * cus-start.el (underline-minimum-offset): Rename from
954         x-underline-minimum-display-offset.
956 2008-06-10  David De La Harpe Golden  <david@harpegolden.net>  (tiny change)
958         * cus-start.el (x-underline-minimum-display-offset): Give it a type.
960 2008-06-10  Chong Yidong  <cyd@stupidchicken.com>
962         * mouse.el (mouse-select-font): New function.
964         * faces.el (face-spec-recalc): When the face is set using
965         Customize, avoid recalculating it twice.
967         * menu-bar.el (menu-set-font): New function.  Bind "Set Default
968         Font" menu item to it.  Apply selected font to all frames, and
969         make it savable.
970         (menu-bar-options-save): Save `default' font if changed.
972 2008-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
974         * ffap.el (ffap-string-at-point-mode-alist):
975         Use alpha rather than lower.
977         * dired.el (dired-insert-directory): Don't assume Unix-style dir names.
979         * subr.el (momentary-string-display): Use an overlay.
981         * progmodes/compile.el (compilation-mode):
982         Set window-point-insertion-type.
983         (compilation-filter): Don't use insert-before-markers any more.
984         * emacs-lisp/trace.el (trace-make-advice):
985         Set window-point-insertion-type in the trace buffer.
986         * startup.el (normal-top-level): Set window-point-insertion-type in
987         *Messages*.
988         * net/telnet.el (telnet-mode): Set window-point-insertion-type.
989         (telnet-filter): Don't use insert-before-markers any more.
990         * comint.el (comint-mode): Set window-point-insertion-type.
991         (comint-output-filter): Don't use insert-before-markers any more.
992         * button.el (make-text-button): Allow `start' to be a string.
994 2008-06-10  Juanma Barranquero  <lekktu@gmail.com>
996         * emacs-lisp/autoload.el (autoload-rubric):
997         Fix coding cookie not to force Unix EOL.
999 2008-06-10  Martin Rudalics  <rudalics@gmx.at>
1001         * window.el (window--splittable-p, window--try-to-split-window):
1002         Don't use with-selected-window to avoid messing up get-lru-window.
1003         Reported by David Hansen <david.hansen@gmx.net>.
1005 2008-06-10  Glenn Morris  <rgm@gnu.org>
1007         * subr.el (locate-library): Doc fix.
1009         * net/newsticker-treeview.el (w3m-toggle-inline-images): Declare.
1010         (newsticker-treeview-tool-bar-map, newsticker-treeview-mode):
1011         Check tool-bar-map is bound, for non-X builds.
1013         * net/newsticker-reader.el (newsticker--next-item-image)
1014         (newsticker--previous-item-image, newsticker--previous-feed-image)
1015         (newsticker--next-feed-image, newsticker--mark-read-image)
1016         (ewsticker--mark-immortal-image, newsticker--narrow-image)
1017         (newsticker--get-all-image, newsticker--update-image)
1018         (newsticker--browse-image): Check xpm images are available.
1019         (newsticker--mark-read-image, newsticker--mark-immortal-image)
1020         (newsticker--narrow-image, newsticker--get-all-image): Doc fix.
1022         * net/newsticker-plainview.el (tool-bar-map): Don't declare.
1023         (newsticker--plainview-tool-bar-map, newsticker-mode):
1024         Check tool-bar-map is bound, for non-X builds.
1025         (w3m-toggle-inline-image): Declare.
1027         * net/newsticker-backend.el (tool-bar-map): Don't declare.
1029         * emacs-lisp/autoload.el (autoload-rubric): Add coding cookie.
1031         * finder.el (finder-font-lock-keywords): Handle ``quotes''.
1032         (finder-compile-keywords): Move let to where needed.
1033         (finder-mouse-face-on-line): Go back one more line if needed.
1034         (finder-list-matches): Use cadr.
1035         (finder-goto-xref): New function.
1036         (finder-commentary): Add buttons to jump to foo.el libraries.
1038 2008-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1040         * apropos.el (apropos-function, apropos-macro, apropos-command)
1041         (apropos-variable, apropos-face, apropos-group, apropos-widget)
1042         (apropos-plist): Add apropos-short-label property.
1043         (apropos-multi-type): New variables.
1044         (apropos-command, apropos-value): Set it.
1045         (apropos-compact-layout): New custom.
1046         (apropos-print, apropos-print-doc): Use it.
1047         (apropos-print): Truncate lines.
1049 2008-06-09  Kenichi Handa  <handa@m17n.org>
1051         * international/fontset.el (font-encoding-alist):
1052         Add an entry for "ascii-0".
1054 2008-06-09  Jihyun Cho  <jihyun.jo@gmail.com>
1056         * language/hanja-util.el (hanja-init-load): Show the message only
1057         when loading a table.
1059 2008-06-08  Ulf Jasper  <ulf.jasper@web.de>
1061         * net/newsticker-treeview.el (newsticker-treeview):
1062         * net/newsticker-plainview.el (newsticker-plainview):
1063         Add autoload cookie.
1065 2008-06-08  Ulf Jasper  <ulf.jasper@web.de>
1067         * net/newsticker.el: Split up into newsticker-backend, -ticker,
1068         -reader, -plainview, and -treeview.
1069         (newsticker-version): Change to 1.99.
1071         * net/newsticker-backend.el: New.  Move backend functionality from
1072         newsticker.el to newsticker-backend.el.
1073         (newsticker--download-logos): New.
1074         (newsticker--sentinel-callback): New.
1075         (newsticker--set-customvar): Remove.  Split up into specific
1076         functions related to retrieval, ticker, buffer, and display.
1077         (newsticker--set-customvar-retrieval): New.  Extracted from
1078         `newsticker--set-customvar'.
1079         (newsticker-retrieval): New.  Renamed from `newsticker-feed'.
1080         (newsticker-url-list-defaults):
1081         Use `newsticker--set-customvar-retrieval' for :set.  Change :group.
1082         (newsticker-url-list): Doc changed.  URL can be a function.
1083         Use `newsticker--set-customvar-retrieval' for :set.  Change :group.
1084         (newsticker-retrieval-method): New.
1085         (newsticker-wget-name, newsticker-wget-arguments): Change :group.
1086         (newsticker-retrieval-interval):
1087         Use `newsticker--set-customvar-retrieval' for :set.  Change :group.
1088         (newsticker-desc-comp-max): Change :group.
1089         (newsticker--cache): Doc changed.
1090         (newsticker--guid-to-string): New.
1091         (newsticker--guid): Use `newsticker--guid-to-string'.
1092         (newsticker--real-feed-name): New.
1093         (newsticker--start-feed): New.  Extracted from `newsticker-start'.
1094         (newsticker-start): Use `insert-file-contents' for reading cache.
1095         Use `newsticker--start-feed'.
1096         (newsticker--stop-feed): New.  Extracted from `newsticker-stop'.
1097         (newsticker-stop): Check whether `newsticker-stop-ticker' is fbound.
1098         Use `newsticker--stop-feed'.
1099         (newsticker-save-item): New.
1100         (newsticker--get-news-by-funcall): New.
1101         (newsticker-get-news): Handle new retrieval methods.
1102         (newsticker--sentinel): Use `newsticker--sentinel-work'.
1103         (newsticker--sentinel-work): New.  Extracted from
1104         `newsticker--sentinel'.  Use `newsticker--download-logos',
1105         `newsticker--sentinel-callback'.
1106         (newsticker--parse-atom-0.3): Use `newsticker--guid-to-string'.
1107         (newsticker--parse-atom-1.0): Fix link determination.
1108         (newsticker--parse-rss-0.91): Fix time determination.
1109         (newsticker--parse-rss-0.92): Fix time determination.
1110         (newsticker--parse-rss-2.0): Use `newsticker--guid-to-string'.
1111         (newsticker--parse-generic-feed): New arg order in
1112         `newsticker--cache-add'.
1113         (newsticker--parse-generic-items): Fix for multiple items.
1114         New arg order in `newsticker--cache-add'.
1115         (newsticker--forget-preformatted): Check whether
1116         `newsticker--buffer-set-uptodate' is fbound.
1117         (newsticker--decode-iso8601-date): Handle fractions of seconds.
1118         (newsticker--decode-rfc822-date): Partial timezone handling.
1119         (newsticker--cache-contains): Fix guid problem.
1120         (newsticker--cache-add): Swap args AGE and TIME.  Fix guid problem.
1121         (newsticker--cache-save): New.
1122         (newsticker--cache-update): Use temp buffer.
1123         (newsticker--stat-num-items): Allow multiple AGE args.
1124         (newsticker--stat-num-items-total): New.
1125         (newsticker--opml-import-outlines): New.
1126         (newsticker-opml-import): Use `newsticker--opml-import-outlines'.
1127         (newsticker--do-run-auto-mark-filter): Doc changed.
1128         (newsticker-retrieve-random-message): New.
1130         * net/newsticker-ticker.el: New.  Move ticker functionality from
1131         net/newsticker.el to net/newsticker-ticker.el.
1132         (newsticker--ticker-timer): Rename `newsticker--display-timer' to
1133         `newsticker--ticker-timer'.
1134         (newsticker-ticker-running-p): Rename `newsticker--display-timer'
1135         to `newsticker--ticker-timer'.
1136         (newsticker--set-customvar-ticker): New.  Extracted from
1137         `newsticker--set-customvar'.
1138         (newsticker-ticker-interval): Rename `newsticker-display-interval'
1139         to `newsticker-ticker-interval'.  Use `newsticker--set-customvar-ticker
1140         for :set.  Change :group.
1141         (newsticker-scroll-smoothly): Doc changed.  Change :group.
1142         (newsticker-hide-immortal-items-in-echo-area)
1143         (newsticker-hide-old-items-in-echo-area)
1144         (newsticker-hide-obsolete-items-in-echo-area):
1145         Use `newsticker--set-customvar-ticker for :set.  Change :group.
1146         (newsticker-start-ticker): Rename `newsticker--display-timer' to
1147         `newsticker--ticker-timer'.  Rename `newsticker-display-interval'
1148         to `newsticker-ticker-interval'.
1149         (newsticker-stop-ticker): Rename `newsticker--display-timer' to
1150         `newsticker--ticker-timer'.
1152         * net/newsticker-reader.el: New.  Move reader functionality from
1153         net/newsticker.el to net/newsticker-reader.el.
1154         (newsticker--set-customvar-formatting): New.  Extracted from
1155         `newsticker--set-customvar'.
1156         (newsticker-reader, newsticker-frontend): New.
1157         (newsticker-enable-logo-manipulations): Change :group.
1158         (newsticker-justification): Use `newsticker--set-customvar-formatting'
1159         for :set.  Change :group.
1160         (newsticker-use-full-width): Use `newsticker--set-customvar-formatting'
1161         for :set.  Change :group.
1162         (newsticker-html-renderer): Doc changed.
1163         Use `newsticker--set-customvar-formatting' for :set.  Change :group.
1164         (newsticker-date-format):
1165         Use `newsticker--set-customvar-formatting' for :set.  Change :group.
1166         (newsticker--insert-enclosure):
1167         Rename `newsticker--buffer-insert-enclosure' to
1168         `newsticker--insert-enclosure'.  Add keymap arg.
1169         (newsticker--print-extra-elements):
1170         Rename `newsticker--buffer-print-extra-elements' to
1171         `newsticker--print-extra-elements'.  Add keymap arg.
1172         (newsticker--do-print-extra-element):
1173         Rename `newsticker--buffer-do-print-extra-element' to
1174         `newsticker--do-print-extra-element'.  Add keymap arg.
1175         (newsticker-show-news): Use `newsticker-frontend'.
1177         * net/newsticker-plainview.el: New.  Move plainview functionality
1178         from net/newsticker.el to net/newsticker-reader.el.
1179         (newsticker-plainview): New.
1180         (newsticker--set-customvar-sorting): New.  Extracted from
1181         `newsticker--set-customvar'.
1182         (newsticker-sort-method): Use `newsticker--set-customvar-sorting
1183         for :set.  Changed :group.
1184         (newsticker-heading-format, newsticker-item-format)
1185         (newsticker-desc-format, newsticker-statistics-format):
1186         Use `newsticker--set-customvar-formatting for :set.  Change :group.
1187         (newsticker-faces): Change :group.
1188         (newsticker-default-face): Enable again.
1189         (newsticker-hide-old-items-in-newsticker-buffer)
1190         (newsticker-show-descriptions-of-new-items):
1191         Use `newsticker--set-customvar-buffer' for :set.  Change :group.
1192         (newsticker-show-all-news-elements): Change :group.
1193         (newsticker-plainview-hooks): New.
1194         (newsticker-select-item-hook, newsticker-select-feed-hook)
1195         (newsticker-buffer-change-hook, newsticker-narrow-hook): Change :group.
1196         (newsticker--plainview-tool-bar-map): Rename `newsticker--tool-bar-map'
1197         to `newsticker--plainview-tool-bar-map'.
1198         (newsticker--url-keymap): Add mouse-1 binding.
1199         (newsticker-plainview): New.
1200         (newsticker-mark-all-items-of-feed-as-read): Change doc.
1201         (newsticker--buffer-do-insert-text): Use renamed
1202         newsticker--[buffer-]insert-enclosure and
1203         newsticker--[buffer-]print-extra-elements.
1204         (newsticker--buffer-set-faces): Use newsticker-default-face.
1206         * net/newsticker-treeview.el: New.
1208 2008-06-08  Andreas Schwab  <schwab@suse.de>
1210         * vc-dispatcher.el (vc-dir-children-marked-p): Fix child check.
1212         * vc-cvs.el (vc-cvs-dir-status): Pass -f to cvs.
1214         * vc-dispatcher.el (vc-dir-move-to-goal-column): Don't move in an
1215         empty line.
1217         * minibuffer.el (minibuffer-message): Bind inhibit-quit around sit-for.
1219 2008-06-08  Martin Rudalics  <rudalics@gmx.at>
1221         * window.el (split-height-threshold, split-width-threshold):
1222         Add choice nil.
1223         (split-window-preferred-function): Allow either nil or a function.
1224         (window--splittable-p, window--try-to-split-window):
1225         Handle changed option values.
1227         (window--frame-usable-p): Handle nil argument.
1229         (display-buffer): Call get-lru-window when pop-up-windows is nil
1230         and window can't be split.
1232 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
1234         * uniquify.el (uniquify-get-proposed-name): Handle remote files.
1236         * net/tramp.el (top): Quote feature names.  Remove
1237         `tramp-rfn-eshadow-setup-minibuffer' from
1238         `rfn-eshadow-setup-minibuffer-hook' when unloading.
1239         (tramp-read-passwd): There is only one call to
1240         `auth-source-user-or-password' needed.  Pacify byte compiler.
1242 2008-06-08  Andreas Schwab  <schwab@suse.de>
1244         * window.el (display-buffer): Use lru window if current window
1245         cannot be split.
1247 2008-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1249         * apropos.el (apropos-library): New command and new button.
1250         (apropos-library-button): New function.
1252         * apropos.el: Remove spurious * in docstrings.
1253         (apropos-label-face): Use variable pitch.
1254         (apropos-print): Use dolist and with-current-buffer.
1255         (apropos-print-doc): Use when.
1257         * window.el (special-display-p, display-buffer):
1258         Fix up C->Elisp transcription error.
1260 2008-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1262         * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
1263         (byte-compile-file): Initialize it.
1264         (byte-compile-nogroup-warn): Keep track of the current group.
1266 2008-06-08  Glenn Morris  <rgm@gnu.org>
1268         * Makefile.in (compile, compile-always, bootstrap-prepare):
1269         Explictly pass EMACS to sub-makes that use it, for non-GNU makes.
1271 2008-06-07  Jihyun Cho  <jihyun.jo@gmail.com>
1273         * language/hanja-util.el (hanja-init-load): Use a char-table for
1274         hanja-table.
1275         (hangul-to-hanja-char): Adjust for the above change.
1277 2008-06-07  Glenn Morris  <rgm@gnu.org>
1279         * finder.el (finder-compile-keywords): Use lm-keywords-list rather than
1280         lm-keywords.
1282         * mail/sendmail.el (mail-interactive): Add :version.
1284         * term/linux.el (terminal-init-linux): Use gpm-mouse-mode rather than
1285         obsolete alias.
1287         * ediff-merg.el, strokes.el, wid-edit.el, emacs-lisp/lisp-mnt.el:
1288         * emulation/edt-mapper.el, eshell/em-dirs.el, eshell/em-glob.el:
1289         * eshell/em-ls.el, eshell/em-unix.el, eshell/esh-cmd.el:
1290         * eshell/esh-io.el, eshell/esh-opt.el, eshell/esh-test.el:
1291         * eshell/esh-util.el, international/mule-cmds.el:
1292         * international/mule-diag.el, mail/smtpmail.el, net/netrc.el:
1293         * net/tls.el, progmodes/etags.el, textmodes/page-ext.el:
1294         Remove unnecessary eval-when-compiles and eval-and-compiles.
1296         * Makefile.in (bootstrap-clean): Run autogen-clean.
1297         (maintainer-clean): No need to run autogen-clean now it is included in
1298         bootstrap-clean.
1300 2008-06-06  Miles Bader  <miles@gnu.org>
1302         * Makefile.in (ELCFILES): Add gnus/nndir.elc.
1304 2008-06-06  Chong Yidong  <cyd@stupidchicken.com>
1306         * menu-bar.el (menu-bar-options-menu): Add Menu entry for
1307         longlines mode.
1309         * replace.el (replace-search-function)
1310         (replace-re-search-function): New vars.
1311         (perform-replace): Use them.
1313         * longlines.el (longlines-re-search-forward): New function.
1314         (longlines-mode): Bind replace-search-function and
1315         replace-re-search-function, to ensure that replacement commands
1316         treat newlines as spaces.
1317         (longlines-show-effect): Default to a pilcrow sign.
1319 2008-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1321         * help.el (function-called-at-point):
1322         * help-fns.el (variable-at-point): Use emacs-lisp-mode-syntax-table
1323         even when calling find-tag-default.
1325 2008-06-06  Daniel Colascione  <danc@merrillpress.com>
1327         * nxml/nxml-mode.el (nxml-syntax-highlight-flag)
1328         (nxml-fontify-chunk-size, nxml-clear-face, nxml-set-fontified)
1329         (nxml-clear-fontified, nxml-fontify, nxml-fontify1)
1330         (nxml-fontify-buffer, nxml-do-fontify):
1331         Remove obsolete variables and functions.
1332         (nxml-font-lock-keywords, nxml-set-face, nxml-mode)
1333         (nxml-degrade, nxml-after-change, nxml-after-change1)
1334         (nxml-extend-region, nxml-extend-after-change-region)
1335         (nxml-extend-after-change-region1, nxml-fontify-matcher)
1336         (nxml-toggle-char-ref-extra-display): Use font-lock, and
1337         font-lock-extend-region-functions in particular, to fontify
1338         nxml-mode buffers.
1339         (nxml-debug-region): New debugging helper function.
1341         * nxml/nxml-rap.el (nxml-clear-inside, nxml-set-inside)
1342         (nxml-scan-after-change, nxml-move-tag-backwards):
1343         Adapt for font-lock changes.
1345         * nxml/nxml-util.el (nxml-debug, nxml-debug-change)
1346         (nxml-debug-set-inside, nxml-debug-clear-inside):
1347         New debugging functions.
1348         (nxml-with-degradation-on-error): New helper macro.
1350 2008-06-06  Martin Rudalics  <rudalics@gmx.at>
1352         * window.el (display-buffer): Remove dead call to get-lru-window.
1354 2008-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1356         * mail/sendmail.el (mail-interactive): Change default.
1358 2008-06-05  John Paul Wallington  <jpw@pobox.com>
1360         * bindings.el (completion-ignored-extensions):
1361         Add .p64fsl, .d64fsl, and .dx64fsl.
1363 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1365         * ffap.el (ffap-prompter): Don't use the region.
1367 2008-06-05  Sam Steingold  <sds@gnu.org>
1369         * vc-cvs.el (vc-cvs-registered): Consider a directory with a CVS
1370         subdirectory to be registered.
1372 2008-06-05  Martin Rudalics  <rudalics@gmx.at>
1374         * window.el (display-buffer-function, special-display-p)
1375         (special-display-buffer-names, special-display-regexps)
1376         (special-display-function, same-window-p, same-window-buffer-names)
1377         (same-window-regexps, pop-up-frames, display-buffer-reuse-frames)
1378         (pop-up-frame-function, pop-up-windows, even-window-heights)
1379         (split-window-preferred-function, split-height-threshold)
1380         (window--display-buffer-1, display-buffer, pop-to-buffer):
1381         Move from window.c and buffer.c.
1382         (window--splittable-p, window--try-to-split-window)
1383         (window--frame-usable-p, window--display-buffer-2)
1384         (window--even-window-heights): New functions.
1385         (split-width-threshold): New option.
1386         (split-window-preferred-horizontally): Remove.
1388         * cus-start.el: Remove corresponding declarations.
1390 2008-06-05  Sam Steingold  <sds@gnu.org>
1392         * vc.el (vc-update): Use `save-some-buffers' instead of signaling
1393         an error on modified buffers.
1395 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1397         * progmodes/etags.el (tags-verify-table): Be careful to use and update
1398         tags-file-name and tags-table-list from the right buffer.
1399         (tags-table-check-computed-list, tags-table-extend-computed-list)
1400         (find-tag-noselect): Use with-current-buffer.
1402         * emacs-lisp/trace.el (trace-entry-message, trace-exit-message):
1403         Use print-circle.
1405         * minibuffer.el (minibuffer-local-must-match-filename-map):
1406         Declare obsolete alias for the old name.
1408         * abbrev.el (unexpand-abbrev): Better preserve markers.
1410 2008-06-05  Glenn Morris  <rgm@gnu.org>
1412         * emacs-lisp/autoload.el (autoload-rubric): New function,
1413         extracted from autoload-ensure-default-file.
1414         (autoload-ensure-default-file): Use autoload-rubric.
1416         * cus-dep.el (generated-custom-dependencies-file): Doc fix.
1417         (custom-dependencies-no-scan-regexp): New variable.
1418         (custom-make-dependencies): Use with-temp-buffer and autoload-rubric.
1419         Don't scan files matching custom-dependencies-no-scan-regexp.
1420         Disable undo in the output buffer.  Remove kept-new-versions wackiness.
1422         * finder.el (finder-headmark): Initialize and add doc string.
1423         (generated-finder-keywords-file): Doc fix.
1424         (finder-no-scan-regexp): New variable.
1425         (finder-compile-keywords): Use a single let binding.
1426         Disable undo in the output buffer.  Use autoload-rubric.
1427         Use mapc rather than mapcar.  Don't scan files matching
1428         finder-no-scan-regexp.  Use with-temp-buffer.  Use expand-file-name
1429         rather than concat.  Use directory-files to do regexp matching.
1430         No need to require jka-compr.
1431         (finder-list-keywords): Remove un-needed set-buffer.  Disable undo.
1432         (finder-list-matches): Disable undo.
1433         (finder-commentary): Use let rather than let*.  Disable undo.
1434         (finder-current-item): Use zerop.
1435         (finder-mode): Use define-derived-mode.
1436         (finder-exit): Doc fix.  Use dolist.
1438         * Makefile.in ($(lisp)/cus-load.el): Remove unnecessary rule.
1439         (custom-deps): Don't require $(lisp)/cus-load.el.
1440         (custom-deps, finder-data): Don't depend on autoloads.
1441         Should not be needed now, and doing so was causing make install to
1442         re-dump emacs post-bootstrap.
1443         (bootstrap-after): Don't run update-elclist, since modifying Makefile.in
1444         mid-build forces some things to be rebuilt.
1446 2008-06-05  Miles Bader  <miles@gnu.org>
1448         * face-remap.el
1449         (face-remap-add-relative): Renamed from `add-relative-face-remapping'.
1450         (face-remap-remove-relative): Renamed from
1451         `remove-relative-face-remapping'.
1452         (face-remap-reset-base): Renamed from
1453         `set-default-base-face-remapping'.
1454         (face-remap-set-base): Renamed from `set-base-face-remapping'.
1455         (text-scale-increase): Renamed from `increase-buffer-face-height'.
1456         (text-scale-decrease): Renamed from `decrease-buffer-face-height'.
1457         (text-scale-adjust): Renamed from `adjust-buffer-face-height'.
1459         * face-remap.el (variable-pitch-mode): Autoload.
1461 2008-06-04  Sam Steingold  <sds@gnu.org>
1463         * vc-hg.el (vc-hg-status-extra-header, vc-hg-status-extra-headers):
1464         Generate extra status headers for a Mercurial tree.
1466 2008-06-04  John Paul Wallington  <jpw@pobox.com>
1468         * echistory.el (electric-history-map): Define within defvar.
1469         Add docstring.
1471         * font-lock.el (font-lock-turn-off-thing-lock)
1472         (font-lock-after-fontify-buffer, font-lock-after-unfontify-buffer):
1473         Use `bound-and-true-p'.
1474         (cpp-font-lock-keywords-source-directives, cpp-font-lock-keywords):
1475         Doc fixes.
1477         * international/ccl.el (define-ccl-program): Add `doc-string'
1478         declaration.
1480 2008-06-04  Juanma Barranquero  <lekktu@gmail.com>
1482         * face-remap.el (variable-pitch-mode): Reflow docstrings.
1483         (text-scale-mode, adjust-buffer-face-height): Fix typos in docstrings.
1485 2008-06-04  Trent W. Buck  <trentbuck@gmail.com>  (tiny change)
1487         * emacs-lisp/rx.el (rx): Doc fix.
1489 2008-06-04  Markus Triska  <markus.triska@gmx.at>
1491         * image-mode.el (image-mode-map): Add doc-view-inspired bindings.
1493 2008-06-04  Miles Bader  <miles@gnu.org>
1495         * face-remap.el (adjust-buffer-face-height): New function.
1496         Add autoloaded keybindings in ctl-x-map.
1497         (increase-buffer-face-height, decrease-buffer-face-height):
1498         Simplify interactive spec to just "p".  Remove autoloaded keybindings.
1500 2008-06-03  Chong Yidong  <cyd@stupidchicken.com>
1502         * simple.el (line-move-1): If we did not move as far as desired,
1503         ensure that point-left and point-entered hooks are called.
1505 2008-06-03  Sam Steingold  <sds@gnu.org>
1507         * vc-cvs.el (vc-cvs-status-extra-headers): Remove extraneous newlines.
1509 2008-06-03  John Paul Wallington  <jpw@pobox.com>
1511         * progmodes/make-mode.el (makefile-cleanup-continuations)
1512         (makefile-warn-suspicious-lines, makefile-warn-continuations):
1513         Use `derived-mode-p'.
1515 2008-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1517         * Makefile.in (update-elclist): Impose a fixed collation for sorting.
1518         (ELCFILES): Update.
1520 2008-06-03  Miles Bader  <miles@gnu.org>
1522         * face-remap.el: New file.
1523         * Makefile.in (ELCFILES): Add face-remap.elc.
1525 2008-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1527         * progmodes/flymake.el (flymake-process-filter): Make sure the source
1528         buffer isn't dead.
1530         * obsolete/bg-mouse.el, obsolete/float.el, obsolete/hilit19.el,
1531         * obsolete/lselect.el, obsolete/mlsupport.el, obsolete/ooutline.el,
1532         * obsolete/profile.el, obsolete/rsz-mini.el, obsolete/uncompress.el,
1533         * obsolete/auto-show.el, obsolete/hscroll.el:
1534         Remove packages that were obsolete in Emacs-20, or that were obsolete
1535         in Emacs-21 and do not contain any more code.
1537         * vc-dispatcher.el (vc-dir-menu-map-filter): Don't fail if
1538         vc-client-mode is not set.
1540         * image-mode.el (image-mode-map): Suppress key map and bind `q'.
1541         * doc-view.el (doc-view-mode-map): Inherit from image-mode-map.
1543         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords): Try to be
1544         yet a bit more clever at distinguishing / from /.
1546 2008-06-03  Kenichi Handa  <handa@m17n.org>
1548         * Makefile.in (ELCFILES): Add $(lisp)/language/hanja-util.elc.
1550 2008-06-03  Jihyun Cho  <jihyun.jo@gmail.com>
1552         * language/hanja-util.el: New file.
1554 2008-06-03  Glenn Morris  <rgm@gnu.org>
1556         * progmodes/f90.el (f90-typedef-matcher, f90-looking-at-type-like):
1557         Check that end-of-word follows "type".
1559 2008-06-02  Daiki Ueno  <ueno@unixuser.org>
1561         * epa-file.el (epa-file-write-region): Write the entire buffer
1562         content if START is nil.
1564 2008-06-01  Thomas Morgan  <tlm@thomasmorgan.net>  (tiny change)
1566         * select.el (x-get-selection): Fix typo.
1568 2008-06-01  Juanma Barranquero  <lekktu@gmail.com>
1570         * descr-text.el (describe-text-sexp): Use `string-match-p'.  Simplify.
1571         (describe-char): Use `looking-at-p', `string-match-p' when possible.
1573 2008-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1575         * tar-mode.el (tar-header-block-summarize): Ensure one space around
1576         user&group.
1578 2008-05-31  John Paul Wallington  <jpw@pobox.com>
1580         * help-fns.el (describe-variable-custom-version-info):
1581         Handle dotted `package-version' info.
1583 2008-05-31  Juanma Barranquero  <lekktu@gmail.com>
1585         * icomplete.el (icomplete-get-keys): Doc fix.  Use `when'.
1587 2008-05-31  Dan Nicolaescu  <dann@ics.uci.edu>
1589         * vc-cvs.el (vc-cvs-after-dir-status): Support spaces in file
1590         names and improve support for unregistered files.
1592 2008-05-31  Glenn Morris  <rgm@gnu.org>
1594         * Makefile.in (compile-last): Replace tr in `els' assignment with sed.
1595         Remove shell variable `elc'.  Split tests to hopefully be more portable.
1596         Fix `sel' assignment.
1598 2008-05-30  Juanma Barranquero  <lekktu@gmail.com>
1600         * minibuffer.el (completion-table-dynamic): Doc fix.
1602 2008-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1604         * vc-cvs.el (vc-cvs-state-heuristic, vc-cvs-parse-status):
1605         Try and return `unregistered' when applicable.
1607         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
1608         Don't encourage naming variables with "-flag".
1610 2008-05-30  Glenn Morris  <rgm@gnu.org>
1612         * Makefile.in (update-elclist): Hide the warning when it does not apply,
1613         make it milder when it does.
1614         (autogen-clean): New target.
1615         (maintainer-clean): Use autogen-clean.
1617         * calendar/diary-lib.el (diary-display-function): New name for
1618         diary-display-hook.  Keep old name as obsolete alias.  Doc fix.
1619         Change custom type and version.
1620         (diary-list-entries-hook, diary-list-entries, diary-simple-display)
1621         (diary-fancy-display): Doc fixes.
1622         (diary-list-entries, diary-include-other-diary-files)
1623         (diary-mail-entries):
1624         Use diary-display-function rather than diary-display-hook.
1626         * calendar/appt.el (appt-check): Use diary-display-function rather than
1627         diary-display-hook.
1628         * calendar/cal-x.el (calendar-dedicate-diary): Update for
1629         diary-display-function replacing diary-display-hook.
1630         * org/org-agenda.el (org-get-entries-from-diary): Also set
1631         diary-display-function.
1633         * calendar/cal-html.el (cal-html-list-diary-entries):
1634         * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
1635         * calendar/cal-tex.el (cal-tex-list-diary-entries): Use LIST-ONLY
1636         argument of diary-list-entries rather than setting diary-display-hook.
1638 2008-05-30  Kenichi Handa  <handa@m17n.org>
1640         * international/mule-conf.el (utf-8-with-signature): Renamed from
1641         utf-8-sig.
1642         (utf-8-auto): Adjusted for the above change.
1644         * international/mule-diag.el (describe-font): Don't check fontset
1645         here, and just call font-info.  Get the default font by from the
1646         default face.
1648 2008-05-29  Kenichi Handa  <handa@m17n.org>
1650         * international/mule-conf.el (utf-8-sig, utf-8-auto):
1651         New coding systems.
1653         * international/mule.el (define-coding-system): Accept :bom for utf-8.
1655 2008-05-29  Espen Wiborg  <espen.wiborg@telio.no>  (tiny change)
1657         * international/utf-7.el (utf-7-encode): Use the right escape char
1658         depending on imap/nonimap encoding.
1660 2008-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1662         * minibuffer.el (completion-pcm-all-completions): Add the base-size.
1664 2008-05-29  Juanma Barranquero  <lekktu@gmail.com>
1666         * icomplete.el (icomplete-prospects-height): Add :group.
1668 2008-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1670         * icomplete.el (icomplete-prospects-length): Make obsolete.
1671         (icomplete-prospects-height): New var.
1672         (icomplete-completions): Use it.
1674 2008-05-29  David Kastrup  <dak@gnu.org>
1676         * autoinsert.el (auto-insert): Add :link.
1678 2008-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1680         * tar-mode.el (tar-header): New field `header-start'.
1681         (tar-header-block-tokenize): Set it when useful.
1682         Drop "GNUtar " magic value, which even GNU Tar doesn't know about.
1683         (tar-header-data-end): New function.
1684         (tar-summarize-buffer): Use it.
1685         (tar-next-line): Fix goal column for long usernames.
1686         (tar-expunge-internal): Use header-start.
1687         (tar-rename-entry): Handle ustar-style long names.
1688         (tar-alter-one-field): Add optional `descriptor' argument.
1689         (tar-subfile-save-buffer): Use it.
1691 2008-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1693         * tar-mode.el (tar-header): New field `header-start'.
1694         (tar-header-block-tokenize): Set header-start for longlink entries.
1695         (tar-expunge-internal): Use header-start to expunge longlink entries.
1697         * files.el (hack-local-variables): Don't signal an error if the local
1698         variable section is not properly terminated.
1700         * emacs-lisp/easymenu.el (easy-menu-convert-item)
1701         (easy-menu-convert-item-1): Move the duplicate-generation outside of
1702         the caching so it also works for identical entries.
1704         * tar-mode.el (tar-summarize-buffer): Fix reporter initialization.
1705         (tar-mode): Use write-region-annotate-functions rather than
1706         write-contents-functions.
1707         (tar-extract): Remove unused var `pos'.
1708         (tar-subfile-save-buffer): Remove unused var `following-descs'.
1709         (tar-mode-write-file): Remove.
1710         (tar-write-region-annotate): New function.
1712         * progmodes/flymake.el (flymake-save-buffer-in-file):
1713         * shadowfile.el (shadow-copy-file):
1714         * arc-mode.el (archive-*-write-file-member):
1715         * files.el (diff-buffer-with-file):
1716         * subr.el (with-temp-file): Pass nil to write-region.
1717         * jka-compr.el (jka-compr-write-region): Preserve `start's nullness.
1719         * doc-view.el (doc-view-mode-map): Bind `q' to quit-window, as is
1720         the custom.
1722         * files.el (basic-save-buffer-2): Pass nil rather than (point-min)
1723         to write-region.
1725 2008-05-28  Glenn Morris  <rgm@gnu.org>
1727         * Makefile.in (update-elclist): Work around non-portability of "\"
1728         in various implementations of echo.
1730 2008-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1732         * international/mule-diag.el (describe-current-coding-system):
1733         Don't assume selection-coding-system is always defined.
1735         * tar-mode.el: Use defstruct and markers.
1736         (tar-setf): Remove.
1737         (tar-header): Use defstruct.  Add `data-start' field.
1738         (make-tar-desc, tar-desc-tokens): Remove, folded into tar-header.
1739         (tar-desc-data-start): Remove (now called tar-header-data-start).
1740         (tar-roundup-512): New fun.
1741         (tar-header-block-tokenize): Receive a buffer position rather than
1742         a string.  Handle @longLink here, be more careful about it.
1743         Create a marker for data-start.
1744         (tar-summarize-buffer): Don't handle @LongLink here any more.
1745         (tar-expunge-internal, tar-subfile-save-buffer): Don't update
1746         data-start on the following entries any more.
1747         (tar-chown-entry, tar-chgrp-entry): Use read-number.
1749         * tar-mode.el: Use buffer-swap-text to separate summary and raw data.
1750         (tar-header-offset): Remove.
1751         (tar-parse-info, tar-header-offset, tar-file-name-coding-system):
1752         Not permanent any more.
1753         (tar-data-buffer): New var.
1754         (tar-data-swapped-p, tar-change-major-mode-hook)
1755         (tar-mode-kill-buffer-hook): New funs.
1756         (tar-untar-buffer, tar-summarize-buffer, tar-mode, tar-mode-revert)
1757         (tar-extract, tar-copy, tar-expunge-internal, tar-expunge)
1758         (tar-clear-modification-flags, tar-alter-one-field)
1759         (tar-subfile-save-buffer, tar-pad-to-blocksize, tar-mode-write-file):
1760         Change accordingly.
1762 2008-05-27  Dan Nicolaescu  <dann@ics.uci.edu>
1764         * vc-dispatcher.el (vc-directory-resynch-file): Rename to ...
1765         (vc-dir-resynch-file): ... this.  Update callers.
1766         Use vc-string-prefix-p.  Ignore directory args.
1767         (vc-string-prefix-p): CSE.
1768         (vc-resynch-buffer): Restore conditional.
1770         * vc-hooks.el (vc-after-save): Improve test.
1771         (vc-mode-line): Fix indentation.
1773 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
1775         * calendar/parse-time.el (parse-time-months)
1776         (parse-time-weekdays): Add long-form month and day names.
1778 2008-05-27  Glenn Morris  <rgm@gnu.org>
1780         * Makefile.in (update-elclist): Make errors in final sed non-fatal.
1782 2008-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1784         * vc-dispatcher.el (vc-string-prefix-p): New function.
1785         (vc-dir-parent-marked-p): Use it.
1787 2008-05-27  Dan Nicolaescu  <dann@ics.uci.edu>
1789         * vc.el (Problems): Remove fixed issues.
1790         (vc-expand-dirs): Avoid returning directories.
1791         (vc-dir): Fix C-x v v binding.
1792         (vc-make-backend-object): Fix name.
1793         (vc-dir-show-fileentry): Fix docstring.
1794         (vc-dir-refresh): Use vc-dir-backend.  Fix docstring.
1795         (vc-dir-refresh-files): Use vc-dir-backend.  Fix docstring.
1796         Reset the state for directories.
1797         (vc-dir-headers): Align labels.
1798         (vc-default-status-printer): Do no call prettify-state-info.
1799         (vc-deduce-fileset): Replace implementation with one based on a
1800         working older version.
1801         (vc-next-action): Use the new form of vc-deduce-fileset.
1802         Fix dealing with unregistered files.
1804         * vc-dispatcher.el (vc-resynch-window): Fix mode-line updating.
1805         (vc-dir-menu-map): Fix menu title for the menu bar and the popup menu.
1806         (vc-dir-child-files): New function.
1807         (vc-dir-node-directory): New function.
1808         (vc-dir-update, vc-dir-parent-marked-p)
1809         (vc-dir-children-marked-p, vc-dir-mark-all-files)
1810         (vc-dir-marked-only-files, vc-dispatcher-selection-set): Use it.
1812         * vc-cvs.el (vc-cvs-status-extra-headers): Align labels.
1814 2008-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1816         * diff-mode.el (diff-context-mid-hunk-header-re): New const.
1817         (diff-font-lock-keywords, diff-context->unified)
1818         (diff-reverse-direction, diff-fixup-modifs, diff-sanity-check-hunk)
1819         (diff-hunk-text, diff-find-source-location): Use it.
1820         (diff-post-command-hook): Let the user edit the hunk headers.
1822 2008-05-26  Andreas Schwab  <schwab@suse.de>
1824         * vc.el (vc-default-prettify-state-info): Fix formatting of an
1825         unknown state.
1827         * tar-mode.el (tar-summarize-buffer): Comment fix.
1829 2008-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1831         * tar-mode.el (tar-summarize-buffer): Handle GNU Tar @LongLink format.
1833 2008-05-26  Glenn Morris  <rgm@gnu.org>
1835         * calendar/cal-hebrew.el (diary-ordinal-suffix): Declare for compiler.
1837 2008-05-25  John Paul Wallington  <jpw@pobox.com>
1839         * proced.el (proced-next-line, proced-previous-line):
1840         Avoid calling `next-line' and `previous-line' from Lisp code.
1842 2008-05-25  Ed Reingold  <reingold@emr.cs.iit.edu>
1844         * calendar/cal-hebrew.el (diary-hebrew-yahrzeit):
1845         Use diary-ordinal-suffix.
1847 2008-05-24  Juanma Barranquero  <lekktu@gmail.com>
1849         * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-defs)
1850         (edebug-all-forms, edebug-eval-macro-args, edebug-save-windows)
1851         (edebug-save-displayed-buffer-points, edebug-initial-mode)
1852         (edebug-trace, edebug-test-coverage, edebug-continue-kbd-macro)
1853         (edebug-print-length, edebug-print-level, edebug-print-circle)
1854         (edebug-unwrap-results, edebug-on-error, edebug-on-quit)
1855         (edebug-global-break-condition, edebug-sit-for-seconds):
1856         Remove spurious * from defcustom docstrings.
1857         (edebug-unwrap*, edebug-signal, edebug-eval-display):
1858         Improve argument/docstring consistency.
1859         (edebug-test-coverage, edebug-gensym, edebug-read)
1860         (edebug-top-level-nonstop, edebug-eval-result-list)
1861         (edebug-eval-redisplay, edebug-trace): Fix typos in docstring.
1862         (edebug-eval-defun, edebug-eval-top-level-form, edebug)
1863         (edebug-display-freq-count): Reflow docstrings.
1864         (edebug-restore-status): Doc fix.
1866 2008-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1868         * proced.el (proced-header-line): Use the :align-to 0 feature
1869         rather than computing the corresponding position manually.
1870         (proced-update): Don't hardcode point-min==1.
1872 2008-05-24  Alan Mackenzie  <acm@muc.de>
1874         * progmodes/cc-mode.el (c-postprocess-file-styles): Throw an error
1875         if c-file-style is set to a non-string.
1877         (c-neutralize-CPP-line): Surround by `save-excursion'.
1878         (c-neutralize-syntax-in-CPP): Optimize for speed.
1880 2008-05-24  Glenn Morris  <rgm@gnu.org>
1882         * Makefile.in (update-elclist): New target, to update ELCFILES.
1883         (bootstrap-after): Run update-elclist.
1885 2008-05-24  Ulf Jasper  <ulf.jasper@web.de>
1887         * icalendar.el (icalendar-version): Increase to "0.19".
1888         (icalendar--date-style): New function.
1889         (icalendar--datetime-to-diary-date): Doc fix.
1890         Use icalendar--date-style.
1891         (icalendar--datestring-to-isodate): Doc fix.  Handle iso date style.
1892         (icalendar--convert-yearly-to-ical)
1893         (icalendar--convert-recurring-to-diary): Handle iso date style,
1894         use icalendar-date-style.
1896 2008-05-23  Dan Nicolaescu  <dann@ics.uci.edu>
1898         * vc.el (vc-delete-file): Make sure the buffer is deleted and
1899         vc-dir buffers are updated.
1901 2008-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1903         * vc.el (vc-delete-file): Don't try to resynch the buffer.
1905 2008-05-23  Paul Rivier  <paul.r.ml@gmail.com>
1907         * textmodes/reftex-vars.el (reftex-extra-bindings-prefix): New var.
1908         * textmodes/reftex.el (reftex-extra-bindings-map): New var.
1909         (reftex-extra-bindings): Use it.
1911         * progmodes/mixal-mode.el (mixal-mode-map): Move key-bindings
1912         away from the user-reserved keys.
1914         * progmodes/ada-mode.el (ada-mode-extra-map, ada-mode-extra-prefix):
1915         New vars.
1916         (ada-create-keymap): Use them.
1918 2008-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1920         * emacs-lisp/regexp-opt.el (regexp-opt): Always return
1921         a properly-grouped regexp.
1923 2008-05-23  Juanma Barranquero  <lekktu@gmail.com>
1925         * progmodes/cap-words.el (capitalized-words-mode):
1926         Fix typos in docstring.
1928 2008-05-23  Kenichi Handa  <handa@m17n.org>
1930         * international/mule-conf.el: Don't define the charset `emacs'
1931         here, just put :docstring, :short-name, and :long-name.
1933 2008-05-22  Kenichi Handa  <handa@m17n.org>
1935         * international/mule-diag.el (font-show-log): Limit each listing
1936         to 20 items.
1938 2008-05-23  Nick Roberts  <nickrob@snap.net.nz>
1940         * progmodes/gdb-ui.el (gdb-enable-debug): New function.
1941         (gdb-annotation-rules): New entry for "thread-changed".
1942         (gdb-thread-changed): New function.
1944 2008-05-23  Glenn Morris  <rgm@gnu.org>
1946         * Makefile.in (SOURCES): Remove, unused.
1947         (lisptagsfiles1, lisptagsfiles2): Use '*' rather than '[a-zA-Z]*'.
1948         (TAGS, TAGS-LISP): Use a single rule with multiple targets.
1949         Exclude more '*loaddefs' files.
1950         (compile-always): Simplify '.elc' deletion.
1952 2008-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1954         * vc-bzr.el (vc-bzr-annotate-time): Reduce memory allocation.
1955         (vc-bzr-revision-completion-table): Handle `boundaries' argument.
1957         * minibuffer.el (completion-boundaries): Change calling
1958         convention, so `string' has the same semantics as in
1959         try-completion and all-completions.
1960         (completion-table-with-context, completion--embedded-envvar-table)
1961         (completion--file-name-table)
1962         (completion-pcm--find-all-completions): Adjust code accordingly.
1964 2008-05-22  Chong Yidong  <cyd@stupidchicken.com>
1966         * image-mode.el (image-mode-winprops): Add argument CLEANUP to
1967         prune image-mode-winprops-alist, preventing it from growing
1968         indefinitely.
1969         (image-mode-reapply-winprops): Use it.
1971 2008-05-22  Teodor Zlatanov  <tzz@lifelogs.com>
1973         * net/netrc.el (netrc-machine): Always match if the port is not given.
1975 2008-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1977         * minibuffer.el (completion-pcm--find-all-completions):
1978         Don't add pseudo-completions.
1980         * icomplete.el (icomplete-eoinput): Remove.
1981         (icomplete-overlay): New var to replace it.
1982         (icomplete-tidy): Rewrite.
1983         (icomplete-exhibit): Use an overlay.
1984         (icomplete-completions): Use completion-all-sorted-completions.
1985         Obey completion-ignore-case.
1987         * files.el (locate-dominating-file): Accept non-existing argument.
1988         (project-find-settings-file): Rewrite, using locate-dominating-file.
1990 2008-05-22  Kenichi Handa  <handa@m17n.org>
1992         * faces.el (font-weight-table, font-slant-table, font-width-table):
1993         Delete them.  Don't call internal-set-font-style-table.
1995         * international/mule-diag.el (font-show-log): New function.
1997         * international/fontset.el (script-representative-chars): Add more
1998         chars for latin.  Add data for symbol.
1999         (setup-default-fontset): Add entries for phonetic, armenian, and symbol.
2001 2008-05-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2003         * minibuffer.el (completion-all-sorted-completions): New var.
2004         (completion--flush-all-sorted-completions)
2005         (completion-all-sorted-completions): New functions.
2006         (minibuffer-force-complete): New command.
2008 2008-05-21  Glenn Morris  <rgm@gnu.org>
2010         * files.el (c-postprocess-file-styles): Declare for compiler.
2012         * Makefile.in: Allow for parallel byte-compiling.
2013         (ELCFILES): New variable.
2014         (.el.elc): Remove prerequisites from suffix rule.  Print a message.
2015         (compile-first, compile-main, compile-last): New targets.
2016         (compile-always): Simplify - delete .elc files, then `make compile'.
2018         * Makefile.in (compile-calc): Use glob rather than find.
2019         ($(lisp)/progmodes/cc-mode.elc): Use $@.
2021         * eshell/esh-module.el: No need for cl when compiling.
2023         * eshell/eshell.el (eshell-defgroup): New alias.
2024         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
2025         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
2026         * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
2027         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
2028         * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
2029         * eshell/em-xtra.el: Use eshell-defgroup rather than defgroup.
2030         Autoload the custom group.  Set generated-autoload-file.
2031         * eshell/em-basic.el, eshell/esh-module.el: Require eshell,
2032         for eshell-defgroup.
2033         * eshell/esh-module.el (eshell-load-defgroups): Remove.
2034         Require esh-groups rather than loading it.
2036 2008-05-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2038         * proced.el (proced-header-line): New variable and new function.
2039         (proced-mode): Set header-line-format.
2040         (proced-update): Set proced-header-line.
2041         (proced-send-signal): Use proced-header-line.
2043 2008-05-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2045         * macros.el (insert-kbd-macro): Use prin1-char.
2047 2008-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2049         * minibuffer.el (completion-boundaries): New function.
2050         (completion--some): Delay errors.
2051         (complete-with-action, completion-table-with-context):
2052         Handle `boundaries' case.
2053         (completion--try-word-completion): Avoid partial-completion
2054         when the user hasn't entered anything yet.
2055         (minibuffer-local-map, minibuffer-local-filename-completion-map)
2056         (minibuffer-local-must-match-map, minibuffer-local-completion-map)
2057         (minibuffer-local-must-match-filename-map, minibuffer-local-ns-map):
2058         Setup default keybindings.
2059         (completion--embedded-envvar-re): New var.
2060         (completion--embedded-envvar-table): Use it.  Handle `boundaries' case.
2061         (completion--file-name-table): Handle `boundaries' case.
2062         (completion-pcm--pattern->regex): Avoid pathological backtracking.
2063         (completion-pcm--all-completions): Add a `prefix' arg.
2064         (completion-pcm--find-all-completions): New function.
2065         (completion-pcm-all-completions, completion-pcm-try-completion):
2066         Use it.
2068         * icomplete.el (icomplete-completions): Don't use `predicate' with
2069         a table of a different type than `candidates'.
2071 2008-05-20  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2073         * proced.el (proced-goal-column): Rename from proced-procname-column.
2074         (proced-goal-header-re): Rename from proced-procname-column-regexp.
2075         (proced-move-to-goal-column): Rename from proced-move-to-procname.
2076         (proced-header-face, proced-header-regexp): Remove.
2077         (proced-font-lock-keywords): Remove proced-header-face.
2078         (proced-header-alist, proced-sorting-schemes-re): New variables.
2079         (proced): Rename Proced buffer to *Proced*.
2080         (proced-next-line, proced-previous-line): New commands.
2081         (proced-do-mark, proced-do-mark-all, proced-toggle-marks)
2082         (proced-hide-processes): Do not treat first line as special.
2083         (proced-header-space): New function.
2084         (proced-update): Use header-line-format.
2085         Initialize proced-header-alist and proced-sorting-schemes-re.
2086         Set proced-goal-column.  Include proced-command in mode-name.
2087         (proced-send-signal): Use header-line-format for *Marked
2088         Processes* buffer.
2089         (proced-sort): Restrict minibuffer completion to applicable
2090         sorting schemes.
2091         (proced-sorting-scheme-p): Use proced-sorting-schemes-re.
2093 2008-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2095         * icomplete.el (icomplete-simple-completing-p):
2096         Allow icomplete-with-completion-tables to say "use it everywhere".
2097         (icomplete-completions): Obey completion-styles.  Try to accommodate
2098         partial-completion style.
2100 2008-05-20  Michael Olson  <mwolson@gnu.org>
2102         * files.el (project-find-settings-file): Change concat to
2103         expand-file-name.
2105 2008-05-19  Tom Tromey  <tromey@redhat.com>
2107         * files.el (normal-mode): Call hack-project-variables.
2108         (hack-local-variables-confirm): Add 'project' argument.
2109         (hack-local-variables-apply): New function.
2110         (hack-local-variables): Use it.
2111         (project-class-alist, project-directory-alist): New variables.
2112         (project-get-alist): New function.
2113         (project-collect-bindings-from-alist)
2114         (project-collect-binding-list, set-directory-project)
2115         (project-find-settings-file, project-define-from-project-file)
2116         (hack-project-variables): New functions.
2118 2008-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2120         * emacs-lisp/cl-specs.el (destructuring-bind): Fix spec.
2122 2008-05-19  Juanma Barranquero  <lekktu@gmail.com>
2124         * faces.el (font-weight-table): Fix typo in docstring.
2126 2008-05-18  David Hull  <david@snap.com>  (tiny change)
2128         * vc-hg.el (vc-hg-annotate-re): Recognize the output of --follow.
2129         (vc-hg-annotate-command): Allow white space before version number.
2131 2008-05-18  Jay Belanger  <jay.p.belanger@gmail.com>
2133         * calc/calc-yank.el (calc-register-alist): New variable.
2134         (calc-set-register, calc-get-register, calc-copy-to-register)
2135         (calc-insert-register, calc-add-to-register, calc-append-to-register)
2136         (calc-prepend-to-register): New functions.
2138         * calc/calc-ext.el (calc-init-extensions): Add keybindings for
2139         `calc-copy-to-register' and `calc-insert-register'.
2140         Autoload new register functions.
2142         * calc/calc-help.el (calc-r-prefix-help): Add help for register
2143         functions.
2145 2008-05-18  Dan Nicolaescu  <dann@ics.uci.edu>
2147         * vc.el (Todo): Add known problems.
2148         (vc-dir-backend): New variable.
2149         (vc-dir): Set it.
2150         (vc-make-backend-object, vc-generic-status-printer)
2151         (vc-generic-state, vc-generic-status-fileinfo-extra)
2152         (vc-dir-extra-menu): Use it.
2153         (vc-generic-dir-headers): Remove, unused.
2155         * vc-dispatcher.el (vc-dir-previous-directory): Rename from
2156         vc-dir-prev-directory for consistency with vc-dir-previous-line.
2157         (vc-dir-mode-map): Fix bindings.
2159         * vc-bzr.el (vc-bzr-after-dir-status): Remove unused binding.
2161 2008-05-18  Jay Belanger  <jay.p.belanger@gmail.com>
2163         * calc/calc-yank.el (calc-kill): Make sure that only the stack is
2164         operated on.
2165         (calc-kill-region): Kill entire lines.
2167 2008-05-17  Glenn Morris  <rgm@gnu.org>
2169         * ezimage.el (ezimage-use-images): Drop support for Emacs < 21 and
2170         simplify initial value.
2171         (defezimage): Drop support for Emacs without defimage, use a featurep
2172         test rather than fboundp when defining, drop with-no-warnings.
2173         (ezimage-insert-over-text): Move featurep test inside
2174         add-text-properties.
2176         * elide-head.el (elide-head-headers-to-hide): Handle GPLv3 format.
2178         * net/tramp.el (top-level): Load auth-source when compiling.
2180         * progmodes/fortran.el (fortran-font-lock-keywords-2): Add .eqv., .neqv.
2182 2008-05-17  Andreas Schwab  <schwab@suse.de>
2184         * vc-dispatcher.el (vc-dir-mode-map): Fix M-down and M-up binding.
2186 2008-05-17  Dan Nicolaescu  <dann@ics.uci.edu>
2188         * vc.el (vc-annotate-show-diff-revision-at-line): Change
2189         vc-diff-internal arg to match what vc-deduce-fileseset returns now.
2191 2008-05-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2193         * menu-bar.el (menu-bar-select-buffer): Reinsert it as msb.el uses it.
2195 2008-05-17  Jim Meyering  <meyering@redhat.com>
2197         * ido.el (ido-save-history): Do not emit a trailing newline at the
2198         end of the ido history file.
2200 2008-05-16  John Paul Wallington  <jpw@pobox.com>
2202         * vc-dispatcher.el (top-level): Revert previous change: require cl
2203         when compiling.
2205 2008-05-16  Eric S. Raymond  <esr@snark.thyrsus.com>
2207         * vc.el (vc-default-status-printer)
2208         (vc-default-prettify-state-info): Enhance the state prettyprinter
2209         to deal better with unknown states and indirect through it when
2210         painting vc-dir buffers.
2212 2008-05-16  John Paul Wallington  <jpw@pobox.com>
2214         * vc-dispatcher.el (top-level): Don't require cl when compiling.
2215         (vc-dir-mode-map): Fix backquote.
2216         (vc-at-event): Doc fix.  Use `make-symbol' instead of `gensym'.
2218 2008-05-16  Michael Albinus  <michael.albinus@gmx.de>
2220         * net/tramp.el (tramp-handle-write-region): Fix check for short track.
2221         Reported by Glenn Morris <rgm@gnu.org>.
2223 2008-05-16  Eric S. Raymond  <esr@snark.thyrsus.com>
2225         * vc.el: Remove my analysis of SCCS/RCS concurrency issues from
2226         the end of the file, it was good work at one time but has been
2227         stale since 1995 and may now be actively misleading.
2228         * vc-cvs.el (vc-cvs-status-extra-headers): Extract and display the
2229         CVS repository and module (assumptions for the latter a bit iffy).
2230         * vc-svn.el (vc-svn-status-extra-headers): Extract and display the
2231         SVN repository.
2233 2008-05-16  Juanma Barranquero  <lekktu@gmail.com>
2235         * vc-rcs.el (vc-rcs-create-tag):
2236         * vc-sccs.el (vc-sccs-create-tag):
2237         Fix typo in error message and pass backend arg.
2239 2008-05-15  Michael Albinus  <michael.albinus@gmx.de>
2241         * net/tramp.el (tramp-file-name-for-operation): Add `make-temp-name'.
2243 2008-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
2245         * net/tramp.el: Load auth-source library.
2246         (tramp-read-passwd): Use it for password, not login.
2248 2008-05-15  Shigeru Fukaya  <shugeru.fukaya@gmail.com>
2250         * ses.el (ses-goto-print): Use move-to-column rather than forward-char.
2251         (ses-print-cell): Use string-width, truncate-string-to-width,
2252         delete-region rather than length, substring, delete-char.
2253         (ses-setup): Set inhibit-point-motion-hooks to t.
2254         Calculate position by actually moving point rather than just using
2255         unibyte character length.
2256         (ses-mode): Set indent-tabs-mode to nil.
2257         (ses-center): Use string-width rather than length.
2259 2008-05-15  Eric S. Raymond  <esr@snark.thyrsus.com>
2261         * vc-cvs.el, vc-git.el, vc-hg.el, vc-hooks.el, vc-mcvs.el,
2262         * vc-rcs.el, vc-sccs.el, vc-svn.el, vc.el:
2263         Rename vc-*-create-snapshot and vc-*-retrieve-snapshot to
2264         vc-*-create-tag and vc-*-retrieve-tag respectively.
2266         * vc-dispatcher.el: Fix an incorrect buffer name and remove an
2267         unneeded defalias.
2269         * vc.el, vc-dispatcher.el (vc-dir-menu-map-filter): Move.
2271         * vc.el, vc-dispatcher.el (vc-dir-menu-map): Remove assumption
2272         about buffer names.
2274 2008-05-15  Glenn Morris  <rgm@gnu.org>
2276         * vc-hooks.el (vc-directory-resynch-file): Fix declaration.
2278         * org/org-exp.el (org-infojs-options-inbuffer-template):
2279         Fix declaration.
2281         * progmodes/cc-mode.el (declare-function): Add compat definition.
2282         (awk-mode-syntax-table, c-awk-unstick-NL-prop): Declare for compiler.
2284 2008-05-14  Eric S. Raymond  <esr@snark.thyrsus.com>
2286         * vc-dispatcher.el (vc-dispatcher-selection): Change the returned
2287         list to a cons so the caller can get back both expanded and
2288         unexpanded filesets.
2289         * vc.el (vc-deduce-fileseset, vc-next-action, vc-diff-internal)
2290         (vc-merge, vc-version-diff, vc-print-log, vc-revert, vc-rollback):
2291         Change handling of selection-set returns as required.
2293 2008-05-15  John Paul Wallington  <jpw@pobox.com>
2295         * add-log.el (top-level): Don't require cl when compiling.
2297         * arc-mode.el (archive-add-new-member): Use `derived-mode-p'.
2298         (archive-*-extract): Use `zerop'.
2299         (archive-*-write-file-member): Use `or', use `zerop'.
2301         * diff-mode.el (diff-current-defun): Use `buffer-local-value'.
2303         * ibuffer.el (ibuffer-assert-ibuffer-mode): New defsubst.
2304         (ibuffer-mark-interactive, ibuffer-set-mark)
2305         (ibuffer-insert-buffer-line, ibuffer-redisplay-current)
2306         (ibuffer-map-lines, ibuffer-switch-format)
2307         (ibuffer-update-title-and-summary)
2308         (ibuffer-redisplay-engine): Use it.
2310         * ibuf-ext.el (ibuffer-interactive-filter-by-mode)
2311         (ibuffer-set-filter-groups-by-mode, ibuffer-list-buffer-modes)
2312         (define-ibuffer-filter mode, define-ibuffer-filter used-mode)
2313         (define-ibuffer-sorter major-mode, ibuffer-mark-unsaved-buffers)
2314         (ibuffer-mark-read-only-buffers)
2315         (ibuffer-mark-dired-buffers): Use `buffer-local-value'.
2317         * ibuf-macs.el (ibuffer-aif, ibuffer-awhen, ibuffer-save-marks)
2318         (define-ibuffer-column, define-ibuffer-sorter)
2319         (define-ibuffer-op, define-ibuffer-filter): Add declarations
2320         containing indentation specs, replacing equivalent top-level
2321         forms that set `lisp-indent-function' properties.
2322         (define-ibuffer-op): Use `derived-mode-p'.
2323         (define-ibuffer-filter): Remove redundant `concat' call.
2325 2008-05-14  Michael Albinus  <michael.albinus@gmx.de>
2327         * net/tramp.el (tramp-echo-mark): Update docstring.
2328         (tramp-echo-mark-marker): New defconst.
2329         (tramp-check-for-regexp): Use it.
2331 2008-05-14  Eric S. Raymond  <esr@snark.thyrsus.com>
2333         * vc.el (vc-deduce-fileset): Do the right thing when visting a
2334         buffer (say, a log buffer or diff buffer) with a vc-dir buffer
2335         as parent.
2337 2008-05-14  John Paul Wallington  <jpw@pobox.com>
2339         * international/mule.el (convert-define-charset-argument):
2340         Remove period from end of error message.
2341         (coding-system-mnemonic): Doc fix.
2342         (ctext-pre-write-conversion): Doc fix.
2344 2008-05-14  Simon Marshall  <simon@gnu.org>
2346         * obsolete/fast-lock.el (fast-lock-cache-directories): Remove "."
2347         from its default value and give it the risky-local-variable
2348         property (CVE-2008-2142).
2350 2008-05-14  Kenichi Handa  <handa@m17n.org>
2352         * language/korean.el ("Korean"): Set `iso639-language'
2353         property to `ko'.
2355         * language/japanese.el ("Japanese"): Set `iso639-language'
2356         property to `ja'.
2358         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
2359         ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK")
2360         ("Chinese-GB18030"): Set `iso639-language' property to `zh'.
2362         * international/mule-cmds.el (set-language-environment):
2363         Set current-iso639-language.
2365         * international/fontset.el (setup-default-fontset): For kana, han,
2366         hangul, and cjk-misc, move an entry with font-spec at the end.
2367         (generate-fontset-menu): Exclue fontset-auto* from the list.
2369         * composite.el (compose-chars-after): Assume that WINDOW is always
2370         non-nil.
2372         * faces.el (font-weight-table, font-slant-table)
2373         (font-swidth-table): Declare them by defconst.  Change the format
2374         of elements.  Call internal-set-font-style-table after their
2375         declaration.
2376         (face-valid-attribute-values): Call font-family-list.  Get values
2377         for width, weight, and slant from font-xxx-table.
2379         * cus-face.el (custom-face-attributes): Add "thin" for :weight.
2381 2008-05-13  John Paul Wallington  <jpw@pobox.com>
2383         * ibuffer.el (ibuffer-buffer-file-name): New function.
2384         (define-ibuffer-column filename): Use it.
2386         * ibuf-ext.el (define-ibuffer-filter filename): Use it.
2388 2008-05-13  Chong Yidong  <cyd@stupidchicken.com>
2390         * talk.el (talk): Simplify.  Pass display arg to talk-add-display
2391         as a string.
2392         (talk-add-display): Simplify.  Accept only string args.
2394 2008-05-13  Jay Belanger  <jay.p.belanger@gmail.com>
2396         * calc/calc.el (calc-mode-map): Remove old keybinding for `calc-yank'.
2398 2008-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2400         * Makefile.in (bootstrap-prepare): Don't chmod files.
2401         (autoloads): Do it here instead, where it's actually needed.
2403 2008-05-13  Chong Yidong  <cyd@stupidchicken.com>
2405         * tool-bar.el (tool-bar-make-keymap): Account for the optional
2406         KEY-BINDING-DATA field in menu-item list.
2408 2008-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2410         * dired.el (dired-read-dir-and-switches): Move things about to use less
2411         recursion during macroexpansion.
2413         * dired.el (dired-read-dir-and-switches): Use read-file-name.
2415         * dired.el (dired-read-dir-and-switches): Ignore ., .., and
2416         completion-ignored-extension directories if there's something else.
2417         (dired-mark-if, dired-map-over-marks, dired-readin, dired-revert)
2418         (dired-remember-marks, dired-undo, dired-build-subdir-alist)
2419         (dired-internal-do-deletions, dired-mark-files-in-region, dired-mark)
2420         (dired-toggle-marks, dired-change-marks, dired-unmark-all-files):
2421         buffer-read-only -> inhibit-read-only.
2423 2008-05-12  Eric S. Raymond  <esr@snark.thyrsus.com>
2425         * vc.el (vc-expand-dirs): Stop this function from tossing out
2426         explicitly specified files.
2428 2008-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2430         * smerge-mode.el (smerge-apply-resolution-patch): Don't pass nil
2431         to `insert'.
2433 2008-05-12  Dan Nicolaescu  <dann@ics.uci.edu>
2435         * vc.el (vc-annotate-show-diff-revision-at-line): Remove incorrect
2436         cons.  Use vc-annotate-backend.
2437         (with-vc-file, edit-vc-file): Remove unused macros.
2439 2008-05-12  Teodor Zlatanov  <tzz@lifelogs.com>
2441         * mail/smtpmail.el: Add autoload for `auth-source-user-or-password'.
2442         (smtpmail-try-auth-methods): Use it.
2444 2008-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2446         * emacs-lisp/cl.el (cl-set-nthcdr): Make it a defsubst so that
2447         (setf (nthcdr ..) ..) doesn't require CL at runtime.
2449 2008-05-11  Carsten Dominik  <dominik@science.uva.nl>
2451         * org/org.el (org-modules): Repair problems with loading org-jsinfo.org.
2453 2008-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2455         * vc-bzr.el (vc-bzr-sha1, vc-bzr-command-discarding-stderr)
2456         (vc-bzr-revision-completion-table): Use process-file.
2457         (vc-bzr-working-revision): Pass relative file names.
2459         * diff-mode.el (diff-hunk-header-re): Refine the regexp.
2461 2008-05-11  Juri Linkov  <juri@jurta.org>
2463         * wid-edit.el (widget-image-directory): Change default image data
2464         subdirectory from "custom" to "images/custom".
2466         * info.el (Info-next-preorder): Let-bind `Info-history' to nil
2467         before recursive call to `Info-next-preorder' to not add
2468         intermediate nodes to the history.
2470         * isearch.el: Put isearch-scroll property on recenter-top-bottom.
2472         * emulation/cua-base.el: Put isearch-scroll property
2473         on cua-scroll-up and cua-scroll-down.
2475 2008-05-11  Eric S. Raymond  <esr@snark.thyrsus.com>
2477         * vc-hooks.el (vc-recompute-state): Remove (dead code).
2479 2008-05-10  Dan Nicolaescu  <dann@ics.uci.edu>
2481         * vc-dispatcher.el (ewoc): Require.
2482         (vc-log-edit, vc-buffer-sync): Declare for byte compiler.
2484         * vc-hg.el (vc-hg-diff, vc-hg-annotate-command): Use when not if.
2486 2008-05-10  Chong Yidong  <cyd@stupidchicken.com>
2488         * term/w32-win.el (x-colors):
2489         * term/mac-win.el (x-colors):
2490         * term/x-win.el (x-colors): Re-order colors.
2492 2008-05-10  Reiner Steib  <reiner.steib@gmx.de>
2494         * smerge-mode.el (smerge-command-prefix): Fix custom type.
2496 2008-05-10  Eric S. Raymond  <esr@snark.thyrsus.com>
2498         * vc-dispatcher.el (vc-dir-next-directory, vc-dir-prev-directory):
2499         New functions implementing motion to next and previous directory.
2501         * vc-arch.el (vc-arch-command):
2502         * vc-bzr.el (vc-bzr-command):
2503         * vc-cvs.el (vc-cvs-command):
2504         * vc-dispatcher.el (vc-do-command):
2505         * vc-git.el (vc-git-command):
2506         * vc-hg.el (vc-hg-command):
2507         * vc-mcvs.el (vc-mvcs-command):
2508         * vc-mtn.el (vc-mtn-command):
2509         * vc-sccs.el (vc-sccs-command, vc-sccs-workfile)
2510         (vc-sccs-workfile-unchanged-p):
2511         * vc-svn.el (vc-svn-command, vc-svn-create-repo):
2512         * vc-rcs.el (all methods): Remove assumption about what a nil
2513         argument to vc-do-command means.  This means no buffer name needs
2514         to be hardcoded into the dispatcher layer, and it's better to be
2515         explicit anyway.
2517         * vc-svn.el (vc-svn-dir-state-heuristic): Remove.
2519 2008-05-10  Dan Nicolaescu  <dann@ics.uci.edu>
2521         * vc.el: Update todo.
2523         * vc-sccs.el (vc-sccs-dir-status):
2524         * vc-rcs.el (vc-rcs-dir-status): Avoid using results from multiple
2525         backends and returning up to date files.
2527         * vc-hooks.el (vc-prefix-map): Remove duplicate binding.
2529 2008-05-09  Eric S. Raymond  <esr@snark.thyrsus.com>
2531         * vc.el (vc-dir):
2532         * vc-hooks.el: Tweak the VC directory bindings.  These are now
2533         documented in the manual.
2535         * vc-dispatcher.el (vc-dir-update, vc-dir-parent-marked-p)
2536         (vc-dir-children-marked-p): Remove the vc-dir-insert-directories global.
2537         (vc-dispatcher-selection-set): Allow callers to pass in an
2538         observer flag that says no buffer sync is required.
2539         * vc.el (vc-deduce-fileset, vc-print-log, vc-version-diff):
2540         Use the observer flag.
2542 2008-05-09  Michael Albinus  <michael.albinus@gmx.de>
2544         * simple.el (start-file-process): Clarify docstring.
2546 2008-05-09  Eric S. Raymond  <esr@snark.thyrsus.com>
2548         * vc-sccs.el, vc.svn.el, vc-git.el, vc-hg.el, vc-mtn.el:
2549         Remove stub implementations of, and references to, wash-log.
2550         * vc-rcs.el (vc-rcs-comment-history):
2551         * vc-cvs.el (vc-cvs-comment-history):
2552         Inline the code that used to be wash-log.
2554         * vc-sccs.el (vc-sccs-checkin, vc-sccs-checkout, vc-sccs-rollback)
2555         (vc-sccs-revert, vc-sccs-steal-lock, vc-sccs-modify-change-comment)
2556         (vc-sccs-print-log, vc-sccs-diff): Grok directories.
2557         * vc-rcs.el (vc-sccs-checkin, vc-sccs-checkout)
2558         (vc-rcs-revert, vc-rcs-steal-lock, vc-rcs-modify-change-comment)
2559         (vc-rcs-print-log): Grok directories.
2561 2008-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2563         * vc.el (vc-mark-resolved): Add `backend' argument.
2564         (vc-next-action): Pass it the backend.
2565         (vc-next-action, vc-checkout, vc-mark-resolved, vc-version-diff)
2566         (vc-merge, vc-rollback, vc-update, vc-transfer-file, vc-delete-file)
2567         (vc-default-comment-history, vc-default-create-snapshot)
2568         (vc-default-retrieve-snapshot, vc-default-revert, vc-annotate)
2569         (vc-annotate-revision-previous-to-line)
2570         (vc-annotate-show-diff-revision-at-line, vc-annotate-warp-revision):
2571         * vc-svn.el (vc-svn-checkout):
2572         * vc-mcvs.el (vc-mcvs-checkout):
2573         * vc-hooks.el (vc-state, vc-default-workfile-unchanged-p)
2574         (vc-working-revision, vc-before-save, vc-mode-line):
2575         Prefer vc-call-backend to vc-call so as not to recompute the backend.
2577         * vc.el (vc-deduce-fileset): Don't require the checkout-model and the
2578         state to be consistent since it's often an unwarranted restriction.
2579         Don't return the state either.
2580         (vc-next-action): Check that the state is consistent.
2581         (vc-diff-internal, vc-version-diff, vc-print-log, vc-revert)
2582         (vc-rollback, vc-update): Adapt to new return value of
2583         vc-deduce-fileset.
2585         * vc-dispatcher.el (vc-dispatcher-browsing): Use derived-mode-p.
2586         (vc-dir-prepare-status-buffer): Use vc-dispatcher-browsing.
2587         (vc-dispatcher-in-fileset-p): New fun.
2588         (vc-dispatcher-selection-set): Use it to properly handle directories.
2590 2008-05-09  Dan Nicolaescu  <dann@ics.uci.edu>
2592         * vc.el (vc-version-diff, vc-print-log, vc-revert, vc-rollback)
2593         (vc-update): Remove unused let bindings.
2595 2008-05-09  Eric S. Raymond  <esr@snark.thyrsus.com>
2597         * vc.el (vc-deduce-fileset, vc-next-action, vc-version-diff)
2598         (vc-diff, vc-revert, vc-rollback, vc-update):
2599         * vc-dispatcher.el (vc-dispatcher-selection-set):
2600         Get rid of 4 special cases in fileset selection.  This involved
2601         changing the return value of (vc-deduce-fileset) so that it passes
2602         back a deduced state as well as a deduced back end.
2604 2008-05-08  Sam Steingold  <sds@gnu.org>
2606         * progmodes/compile.el (compilation-minor-mode-map)
2607         (compilation-mode-map): Bind "g" to recompile and "q" to quit-window.
2608         * grep.el (grep-mode-map): Use `set-keymap-parent' to connect it
2609         to `compilation-minor-mode-map' (instead of an explicit `cons').
2611 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
2613         * org/org.el (org-modules, org-format-latex-options):
2614         * org/org-archive.el (org-archive-stamp-time)
2615         (org-archive-save-context-info):
2616         * org/org-faces.el (org-hide):
2617         * org/org-irc.el (org-irc-parse-link):
2618         * org/org-macs.el (org-call-with-arg, org-autoload):
2619         * org/org-mew.el (org-mew-store-link):
2620         * org/org-remember.el (org-remember-store-without-prompt)
2621         (org-remember-templates): Fix typos in docstrings.
2623         * org/org-info.el (org-info-store-link): Remove leftover docstring.
2625         * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
2626         (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
2627         (org-bbdb-anniv-split): Fix typos in docstrings.
2629         * org/org-publish.el (org-publish-project-alist): Doc fixes.
2630         (org-publish-use-timestamps-flag): Reflow docstring.
2631         (org-publish-files-alist): Fix typos in docstring.
2633 2008-05-07  Sam Steingold  <sds@gnu.org>
2635         * pcvs-util.el (cvs-bury-buffer): Revert my patch: quit-window
2636         appears to be too aggressive with window removal.
2638 2008-05-08  Michael McNamara  <mac@mail.brushroad.com>
2640         * verilog-mode.el (verilog-type-font-keywords): Add leda and 0in
2641         as pragma keywords.
2642         (verilog-pretty-expr): Support lining up assignments which include
2643         part selects.
2644         (verilog-mode): More portable check for the availability of
2645         hideshow support.
2646         (verilog-do-indent): Remove special indent for declarations inside
2647         a parenthetical list.  The code is ill-advised, and doesn't work
2648         given the new user defined types.
2649         (verilog-set-auto-endcomments): Enhance function automatic
2650         endcomment to support functions that return user defined types.
2651         (verilog-mode): Add code to tell which-function-mode minor mode
2652         that Verilog supports this feature.
2654 2008-05-08  Eli Zaretskii  <eliz@gnu.org>
2656         * epa-file.el: Require epa-hook.
2658         * loadup.el ("epa-hook"): Load epa-hook instead of epa-file-hook.
2660         * epa-hook.el: Renamed from epa-file-hook.el, to avoid
2661         file-names clashes on 8+3 filesystems.  Provide epa-hook.
2663         * org/org-jsinfo.el: Renamed from org-infojs.el, to avoid
2664         file-names clashes on 8+3 filesystems.
2666 2008-05-08  Carsten Dominik  <dominik@science.uva.nl>
2668         * org/org.el (org-read-date-get-relative): Interpret lone
2669         weekday abbreviation as relative to today.
2671 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
2673         * abbrev.el (define-abbrev-table):
2674         * composite.el (toggle-auto-composition):
2675         * json.el (json-alist-p, json-plist-p):
2676         * minibuffer.el (completion-table-with-predicate):
2677         * ps-mule.el (ps-mule-external-libraries):
2678         * emacs-lisp/advice.el (ad-special-form-p):
2679         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
2680         * eshell/em-smart.el (eshell-review-quick-commands):
2681         * progmodes/python.el (python-comment-line-p, python-blank-line-p)
2682         (python-skip-out, python-check-comint-prompt):
2683         Don't use `iff' in docstrings.
2685         * international/robin.el (robin-package-alist): Fix typo in docstring.
2686         (robin-current-package-name): Doc fix.
2687         (robin-activate): Don't use `iff' in docstring.
2689 2008-05-07  Eric S. Raymond  <esr@snark.thyrsus.com>
2691         * vc.el, vc-dispatcher.el: VC-Dired support removed.
2692         The code uses a ewoc-based implementation now.
2693         * vc-hooks.el: Support for Meta-CVS has been removed.
2695 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2697         * tool-bar.el: Choose images dynamically.
2698         (tool-bar-make-keymap, tool-bar-find-image): New function.
2699         (tool-bar-find-image-cache): New var.
2700         (tool-bar-local-item, tool-bar-local-item-from-menu):
2701         Don't select the image yet, do it later in tool-bar-make-keymap.
2703 2008-05-07  Andreas Schwab  <schwab@suse.de>
2705         * window.el: Require 'cl when compiling.
2707 2008-05-07  Dan Nicolaescu  <dann@ics.uci.edu>
2709         * vc-dispatcher.el (vc-dir-insert-directories): Default to t.
2711 2008-05-07  Glenn Morris  <rgm@gnu.org>
2713         * subr.el (ignore-errors): Move here from cl-macs.el.
2714         * emacs-lisp/cl-macs.el (ignore-errors): Move to subr.el.
2716         * progmodes/fortran.el (fortran-mode): Fix font-lock-syntactic-keywords
2717         oddness.
2719 2008-05-06  Eric S. Raymond  <esr@snark.thyrsus.com>
2721         * vc-hooks.el (vc-find-file-hook):
2722         * vc-dispatcher.el (vc-resynch-window): Decouple vc-dispatcher
2723         further from vc.el.
2724         * vc.el (vc-dir-mode): Move VC-specific context menu entries here.
2726 2008-05-06  Wilson Snyder  <wsnyder@wsnyder.org>
2728         * verilog-mode.el (verilog-getopt-file): Cleanup warning message format.
2729         (verilog-auto, verilog-auto-arg, verilog-auto-ascii-enum)
2730         (verilog-auto-inout, verilog-auto-inout-module)
2731         (verilog-auto-input, verilog-auto-inst, verilog-auto-inst-param)
2732         (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
2733         (verilog-auto-reg-input, verilog-auto-reset, verilog-auto-sense)
2734         (verilog-auto-sense-sigs, verilog-auto-tieoff)
2735         (verilog-auto-unused, verilog-auto-wire)
2736         (verilog-decls-get-assigns, verilog-decls-get-consts)
2737         (verilog-decls-get-gparams, verilog-decls-get-inouts)
2738         (verilog-decls-get-inputs, verilog-decls-get-outputs)
2739         (verilog-decls-get-ports, verilog-decls-get-regs)
2740         (verilog-decls-get-signals, verilog-decls-get-wires)
2741         (verilog-dir-cache-lib-filenames, verilog-dir-cache-list)
2742         (verilog-dir-cache-preserving, verilog-dir-file-exists-p)
2743         (verilog-dir-files, verilog-expand-dirnames, verilog-getopt-file)
2744         (verilog-inject-sense, verilog-library-filenames)
2745         (verilog-mode-release-date, verilog-mode-version)
2746         (verilog-modi-cache-add, verilog-modi-cache-preserve-buffer)
2747         (verilog-modi-cache-preserve-tick, verilog-modi-cache-results)
2748         (verilog-modi-get-assigns, verilog-modi-get-consts)
2749         (verilog-modi-get-gparams, verilog-modi-get-inouts)
2750         (verilog-modi-get-inputs, verilog-modi-get-outputs)
2751         (verilog-modi-get-ports, verilog-modi-get-regs)
2752         (verilog-modi-get-signals, verilog-modi-get-sub-inouts)
2753         (verilog-modi-get-sub-inputs, verilog-modi-get-sub-outputs)
2754         (verilog-modi-get-wires, verilog-preserve-cache)
2755         (verilog-preserve-dir-cache, verilog-preserve-modi-cache)
2756         (verilog-read-sub-decls, verilog-read-sub-decls-line)
2757         (verilog-read-sub-decls-sig, verilog-subdecls-get-inouts)
2758         (verilog-subdecls-get-inputs, verilog-subdecls-get-outputs):
2759         Add caching of additional state, and rework signal extraction
2760         routines to improve AUTO expansion performance by 300%++.
2762 2008-05-06  Chong Yidong  <cyd@stupidchicken.com>
2764         * progmodes/compile.el (compilation-error-regexp-alist-alist):
2765         Tweak Open Watcom regexp to distinguish between errors and warnings.
2767 2008-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2769         * dired.el (dired-read-dir-and-switches): Fix up last change.
2771 2008-05-05  Eric S. Raymond  <esr@snark.thyrsus.com>
2773         * vc.el (vc-deduce-fileset): Lift all the policy and UI stuff
2774         out of this function, move it to vc-dispatcher-selection-set.
2776 2008-05-05  Sam Steingold  <sds@gnu.org>
2778         * window.el (delete-other-windows-vertically): New function.
2780 2008-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2782         * dired.el (dired-read-dir-and-switches):
2783         Obey read-file-name-completion-ignore-case.
2785 2008-05-05  Nick Roberts  <nickrob@snap.net.nz>
2787         * progmodes/compile.el (compilation-error-regexp-alist-alist):
2788         Add regexp for Open Watcom compiler output.
2790 2008-05-05  Phil Sung  <psung@mit.edu>  (tiny change)
2792         * progmodes/python.el (python-block-pairs): Align finally with except.
2794 2008-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2796         * vc-rcs.el (vc-rcs-fetch-master-state): Fix inf-loop.
2798 2008-05-05  Tom Tromey  <tromey@redhat.com>
2800         * smerge-mode.el (smerge-start-session): Don't call smerge-next if
2801         looking at conflict marker.
2803 2008-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2805         * vc-dispatcher.el (vc-dir-mark-buffer-changed): Fix typo
2806         client-mode -> vc-client-object, and guess `funcall' was meant.
2807         (vc-dir-mode): Rename client-mode -> vc-client-mode.
2809 2008-05-05  Dan Nicolaescu  <dann@ics.uci.edu>
2811         * net/zeroconf.el (dbus-call-method, dbus-register-signal)
2812         (dbus-debug): Move declarations outside eval-when-compile.
2814 2008-05-04  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2816         * proced.el (proced-command-alist): Fix system-type values.
2817         Fix defcustom.
2818         (proced-sorting-schemes-alist, proced-sorting-scheme): New variables.
2819         (proced-sort-pcpu, proced-sort-pmem, proced-sort-pid)
2820         (proced-sort-start, proced-sort, proced-sort-time): New commands.
2821         (proced-update): Use proced-sorting-scheme.  Update modeline.
2822         (proced-send-signal): Use nreverse.
2823         (proced-sorting-scheme-p): New function.
2825 2008-05-04  Andreas Schwab  <schwab@suse.de>
2827         * vc.el: Require dired when compiling.
2829         * minibuffer.el (completion--insert-strings): Don't delete past bol.
2831 2008-05-03  Glenn Morris  <rgm@gnu.org>
2833         * ediff-diff.el, ediff-help.el, ediff-merg.el, ediff-mult.el:
2834         * ediff-ptch.el, ediff-util.el, ediff-wind.el, ediff.el:
2835         Simplify compilation requirements.
2836         * ediff-init.el, ediff-vers.el: Remove unnecessary variable
2837         declarations.
2839 2008-05-03  Dave Love  <fx@gnu.org>
2841         * progmodes/python.el (python-beginning-of-statement):
2842         Loop at least once (fixes 2008-02-21 change).
2844 2008-05-03  Eli Zaretskii  <eliz@gnu.org>
2846         * ls-lisp.el (ls-lisp-insert-directory): Use `string-width'
2847         instead of `length' for comparing length of user and group names.
2849 2008-05-03  Eric S. Raymond  <esr@snark.thyrsus.com>
2851         * vc-dispatcher.el: New file, separates out the UI and command
2852         execution machinery from VCS-specific logic left in vc.el.
2853         The separation is not yet completely clean, but it's a good start.
2854         * vc.el: This file is about 1700 lines shorter now.
2855         Remove obsolete logentry-check from the backend API.
2856         * vc-sccs.el (vc-sccs-logentry-check): Remove.  This was the only
2857         implementation of the logentry-check method, and it guarded against
2858         a log length limit that has probably been obsolete for 15 years (!).
2860 2008-05-02  Sam Steingold  <sds@gnu.org>
2862         * progmodes/compile.el (compilation-start): Move setting of
2863         compilation-directory after (funcall mode) as that resets local
2864         variables, this fixes recompile in grep buffers.
2865         * grep.el (grep-mode-map): Bind "g" to recompile (like in dired &c).
2867 2008-05-02  Eric S. Raymond  <esr@snark.thyrsus.com>
2869         * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el,
2870         * vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el,
2871         * vc-svn.el, vc.el (vc-*-checkout-model): Make sure every backend
2872         has one of these and that all are called in compatible ways.
2873         * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el,
2874         * vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el,
2875         * vc-svn.el, vc.el (vc-*-revision-granularity): Make sure every
2876         backend has one of these.
2878 2008-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2880         * progmodes/octave-mod.el (octave-abbrev-table): Move defvar and
2881         initialization into define-abbrev-table.  Use :regexp.
2882         (octave-mode-syntax-table): Don't set word syntax for `.
2884         * files.el (minibuffer-with-setup-hook): Allow `fun' expressions rather
2885         than only value.
2887         * dired.el (dired-read-dir-and-switches):
2888         Set minibuffer-completing-file-name and call substitute-in-file-name.
2889         (dired-format-columns-of-files): Use completion--insert-strings.
2891         * minibuffer.el (completion-hilit-commonality): Revert last change:
2892         the leftover code was actually useful.
2893         (completion--insert-strings): Use string-width rather than length.
2895 2008-05-02  Sam Steingold  <sds@gnu.org>
2897         * vc.el (vc-dir-mode-map): Enable mouse bindings.
2898         (vc-at-event): New macro: run the body at the even location.
2899         (vc-dir-menu, vc-dir-toggle-mark): Use it.
2900         (vc-dir-mark-file, vc-dir-unmark-file): Move only on non-mouse events.
2901         * subr.el (mouse-event-p): Check if the even is mouse-related.
2903 2008-05-02  Nick Roberts  <nickrob@snap.net.nz>
2905         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
2906         Don't throw error if no file is found.
2908 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
2910         * vc-hooks.el (vc-call, vc-state): Fix typos in docstrings.
2911         (vc-default-state-heuristic): Doc fix.
2913 2008-05-02  Richard Sharman  <rsharman@pobox.com>
2915         * hilit-chg.el (highlight-changes-mode): Remove references to
2916         hooks that no longer exist.  Because define-minor-mode is used the
2917         hook highlight-changes-mode-hook exists and can do what both the
2918         old hooks used to do.  The documentation at the top of the file
2919         was updated to demonstrate this.
2920         (highlight-changes-mode): Remove commented out call to a hook
2921         function that is no longer there.
2922         (hilit-chg-set): Remove running of highlight-changes-enable-hook.
2924 2008-05-02  Eric S. Raymond  <esr@snark.thyrsus.com>
2926         * vc.el (vc-default-dired-state-info): Change name of primitive
2927         to prettify-state-info, in preparation for ripping out dired mode.
2928         * vc-bzr.el (vc-bzr-dired-state-info): Change name of primitive
2929         to prettify-state-info, in preparation for ripping out dired mode.
2930         * vc-hooks.el (vc-toggle-read-only): Throw an error when a user
2931         tries this on a version-controlled buffer.  It will do useless or
2932         actively bad things on any version control system newer than RCS.
2933         * vc-hooks.el (vc-dired-resynch-file):
2934         * vc.el (vc-dired-resynch-file): Change name of primitive to
2935         vc-directory-resynch-file, preparing to remove dired.
2937 2008-05-02  Dan Nicolaescu  <dann@ics.uci.edu>
2939         * vc-rcs.el (vc-rcs-state): Fix typos.
2941         * vc.el (vc-register): Change argument order so that the prefix
2942         argument is assigned correctly.
2943         (vc-next-action, vc-dir-register): Update for the above change.
2945 2008-05-01  Juri Linkov  <juri@jurta.org>
2947         * replace.el (occur-read-primary-args): Set default to the car of
2948         regexp-history and display it in the prompt, but don't add to the
2949         list of minibuffer defaults.  Bind history-add-new-input to nil to
2950         not add automatically `default'.  For empty input return `default'.
2951         Otherwise, add `input' to regexp-history and return it.
2952         (occur-1): Signal an error for the empty regexp.
2954         * progmodes/compile.el (compilation-auto-jump):
2955         Set window point to `pos' explicitly.
2957 2008-05-01  Eric S. Raymond  <esr@snark.thyrsus.com>
2959         * vc-bzr.el (vc-bzr-state): Allow this to return 'ignored
2960         when appropriate.
2961         * vc-sccs.el (vc-sccs-state): Call vc-sccs-unregistered so
2962         we report the 'unregistered state reliably.
2963         * vc-rcs.el (vc-rcs-state): Call vc-rcs-unregistered so
2964         we report the 'unregistered state reliably.
2965         * vc-git.el (vc-git-state): Call vc-git-unregistered so
2966         we report the 'unregistered state reliably.
2967         * vc-hooks (vc-state): Document that vc-unregistered is
2968         now expected to be returned reliably.
2969         * vc.el (vc-default-dired-state): Change needs-patch state to
2970         needs-update, since the name now shows up in dir-status listings
2971         and was somewhat misleading.
2972         * vc-cvs.el (vc-cvs-delete-file): Don't do a "cvs commit"
2973         immediately after removing the file.
2974         * vc.el (vc-next-action): More informative messages when a fileset
2975         is in a mixed state or files are missing.
2977 2008-05-01  Sam Steingold  <sds@gnu.org>
2979         * vc.el (vc-delete-file): Check if the file has uncommitted changes.
2981 2008-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2983         * Makefile.in: Revert incorrect fix for claimed bootstrap breakage.
2985 2008-05-01  Daiki Ueno  <ueno@unixuser.org>
2987         * epa-file-hook.el: New file split from epa-file.el.
2988         * epa-file.el: Require 'epa-file-hook.
2989         (epa-file-handler): Add autoload cookie.
2990         * loadup.el: Load epa-file-hook.
2991         * startup.el (command-line): Eval the body of auto-encryption-mode.
2993 2008-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
2995         * vc.el (vc-dir-mode-map): Don't bind "r".
2997         * vc-hg.el (vc-hg-extra-fileinfo): New defstruct.
2998         (vc-hg-status-printer): New function.
2999         (vc-hg-after-dir-status): Deal with copied and renamed files.
3000         (vc-hg-dir-status): Add flag to show copied files.
3002 2008-05-01  John Paul Wallington  <jpw@pobox.com>
3004         * ibuffer.el (ibuffer-last-sorting-mode): New variable.
3005         (ibuffer-do-sort-by-recency): Reverse sorting order if last
3006         sorting mode was recency.
3008         * ibuf-macs.el (define-ibuffer-sorter): Define the sorter to
3009         reverse sorting order if last sorting mode was the sorter's.
3011 2008-05-01  Jason Rumney  <jasonr@gnu.org>
3013         * w32-fns.el (w32-charset-info-alist): Map vietnamese to windows-1258.
3015 2008-04-30  John Paul Wallington  <jpw@pobox.com>
3017         * ibuffer.el (define-ibuffer-column filename): When the major mode
3018         is `vc-dir-mode' show the buffer's default directory.
3020         * ibuf-ext.el (define-ibuffer-filter filename): Likewise when the
3021         major mode is `vc-dir-mode' use the buffer's default directory.
3023 2008-04-30  Sam Steingold  <sds@gnu.org>
3025         * vc.el (vc-dir-delete-file): Add.
3026         (vc-dir-mode-map): Bind "r" to vc-dir-delete-file, like in PCL-CVS.
3027         (vc-delete-file): Do not barf when the file has been already deleted.
3029 2008-04-30  Dan Nicolaescu  <dann@ics.uci.edu>
3031         * emacs-lisp/lisp-mode.el (lisp-mode-map): Add menu.
3033 2008-04-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3035         * progmodes/octave-mod.el (octave-help): New function.
3036         * progmodes/octave-hlp.el: Delete.
3037         * info-look.el (octave-mode): Add operator index.
3039         * vc.el (vc-checkout): Typo.
3041 2008-04-30  Dan Nicolaescu  <dann@ics.uci.edu>
3043         * menu-bar.el (menu-bar-tools-menu): Reorder, place Games last.
3044         Add "..." in the appropriate places.
3046         * epa.el (epa-key-list-mode-map): Add more menu entries.
3047         Add "..." in the appropriate places.
3049         * dired.el (dired-mode-map): Add :help.
3051         * vc.el (vc-deduce-fileset): Add new parameter.
3052         (vc-dir-marked-only-files): New function.
3053         (vc-next-action): Don't ignore directories, look at the files
3054         inside them.
3055         (vc-dir-mode): Document how the mark/unmark commands work.
3057 2008-04-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3059         * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
3060         Rule out trailing spaces in file and directory names as well.
3062         * minibuffer.el (completion--do-completion): Move point even if the
3063         completion makes no change.
3064         (completion-pcm-try-completion): Fix computation of new point.
3066 2008-04-30  David Hansen  <david.hansen@gmx.net>
3068         * dired.el: Require 'cl.
3070 2008-04-30  Nick Roberts  <nickrob@snap.net.nz>
3072         * progmodes/gdb-ui.el (gdb-frame-handler-1): Make overlay arrow
3073         hollow if not in innermost frame.
3075 2008-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3077         Make `checkout-model' apply to filesets.
3078         * vc-hooks.el (vc-checkout-model): Rewrite.
3079         (vc-before-save, vc-after-save): Adjust callers accordingly.
3080         * vc.el (vc-editable-p, vc-next-action, vc-checkout, vc-update)
3081         (vc-transfer-file): Adjust callers accordingly.
3082         * vc-rcs.el (vc-rcs-checkout-model): Adjust arg.
3083         (vc-rcs-state, vc-rcs-state-heuristic, vc-rcs-receive-file)
3084         (vc-rcs-checkout, vc-rcs-fetch-master-state): Use vc-rcs-checkout-model
3085         instead of vc-checkout-model.
3086         * vc-mcvs.el (vc-mcvs-revert):
3087         Use vc-mcvs-checkout-model i.s.o vc-checkout-model.
3088         * vc-cvs.el (vc-cvs-checkout-model): Adjust arg.
3089         (vc-cvs-revert): Use vc-cvs-checkout-model i.s.o vc-checkout-model.
3090         * vc-svn.el (vc-svn-checkout-model):
3091         * vc-hg.el (vc-hg-checkout-model):
3092         * vc-git.el (vc-git-checkout-model):
3093         * vc-bzr.el (vc-bzr-checkout-model): Adjust arg.
3095         * dired.el (dired-read-dir-and-switches): Replace last change with
3096         a new approach that mixes read-file-name and read-directory-name.
3098         * files.el (read-buffer-to-switch):
3099         Avoid making assumptions about `other-buffer'.
3101 2008-04-29  Sam Steingold  <sds@gnu.org>
3103         * vc.el (vc-dir-mode-hook): Add normal hook.
3104         (vc-dir-mode): Run it.
3106 2008-04-29  Nick Roberts  <nickrob@snap.net.nz>
3108         * progmodes/gdb-ui.el (gdb-display-buffer): Don't pop up GUD buffer.
3109         Always split windows.
3110         (gdb-speedbar-timer-fn): Only raise frame after user input.
3111         (gdb-same-frame): Reverse initial value.
3112         (gdb-display-gdb-buffer): Check for GUD buffer in other frames.
3114         * progmodes/gud.el (gud-speedbar-buttons): Raise frame in
3115         gdb-speedbar-timer-fn.
3117 2008-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3119         * uniquify.el (uniquify-rationalize-a-list): Beware of side-effects.
3121 2008-04-29  Daiki Ueno  <ueno@unixuser.org>
3123         * epa.el (epa-key-list-mode-map): Add menu.
3124         (epa-delete-keys, epa-import-keys): Fix typo.
3126 2008-04-29  Glenn Morris  <rgm@gnu.org>
3128         * find-cmd.el (top-level): Does not need cl when compiling.
3130 2008-04-29  Phil Jackson  <phil@shellarchive.co.uk>
3132         * find-cmd.el: New file.
3134 2008-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3136         * minibuffer.el (completion-hilit-commonality): Remove leftover code.
3137         (completion-pcm--pattern->regex): Let `group' be a list of symbols.
3138         (completion-pcm--hilit-commonality): New function.
3139         (completion-pcm-all-completions): Use it.
3141         * minibuffer.el (completion-common-substring): Mark obsolete.
3142         (completions-first-difference, completions-common-part):
3143         Move from simple.el.
3144         (completion-hilit-commonality): New fun.
3145         (display-completion-list, completion-emacs21-all-completions)
3146         (completion-emacs22-all-completions): Use it.
3147         * simple.el (completions-first-difference, completions-common-part):
3148         Move to minibuffer.el.
3149         (choose-completion-string): Use field functions and minibufferp.
3150         (completion-setup-function): Don't set completions faces.
3152 2008-04-29  Glenn Morris  <rgm@gnu.org>
3154         * calendar/calendar.el (calendar-nth-named-absday)
3155         (calendar-nth-named-day):
3156         * calendar/diary-lib.el (diary-list-sexp-entries, diary-float):
3157         * calendar/holidays.el (holiday-float): Doc fixes.
3159         * emacs-lisp/check-declare.el (check-declare-errmsg): Fix counting in
3160         the `full' case.
3162         * org/org-agenda.el (calendar-iso-from-absolute):
3163         * org/org.el (calendar-absolute-from-iso, calendar-iso-from-absolute):
3164         Fix declarations.
3166 2008-04-28  Nick Roberts  <nickrob@snap.net.nz>
3168         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Make breakpoint
3169         icons work for assembler, i.e. FILE.s, FILE.S (not disassembly).
3170         (gdb-goto-breakpoint): Likewise for visiting breakpoints.
3171         (gdb-assembler-custom): Be careful not to match other addresses.
3173 2008-04-29  Jason Rumney  <jasonr@gnu.org>
3175         * battery.el (battery-status-function): Use w32-battery-status
3176         on Windows.
3177         (battery-echo-area-format): Make apm format the general case.
3178         (battery-mode-line-format): Merge apm and pmset formats as the
3179         general case.
3181 2008-04-29  Nick Roberts  <nickrob@snap.net.nz>
3183         * progmodes/gdb-ui.el (gdb-info-stack-custom):
3184         Use gud-tool-bar-item-visible-no-fringe.
3185         (gdb-display-buffer): Don't pop new buffer if gud-comint-buffer
3186         is already visible in frame.  Remove optional size parameter
3187         and add optional frame parameter.
3189         * progmodes/gud.el (gud-display-line): Only consider visible
3190         frames when looking for source buffer.
3192 2008-04-28  Chong Yidong  <cyd@stupidchicken.com>
3194         * doc-view.el (doc-view-new-window-function): Avoid using WINDOW
3195         argument to get-char-property, in case the current buffer hasn't
3196         been assigned to that window yet.
3197         (doc-view-display): Default to selected window if the current
3198         buffer hasn't been assigned to a window yet.
3200 2008-04-28  Vinicius Jose Latorre  <bzg@altern.org>
3202         * whitespace.el (whitespace-trailing-regexp): Fix docstring.
3204 2008-04-28  Michael Albinus  <michael.albinus@gmx.de>
3206         * net/tramp.el (tramp-mode): New defcustom.
3207         (tramp-file-name-handler, tramp-completion-file-name-handler):
3208         Use it.
3209         (tramp-replace-environment-variables): Handle "$$".
3211 2008-04-28  Sam Steingold  <sds@gnu.org>
3213         * vc-hg.el (vc-hg-rename-file): Fix argument order.
3215 2008-04-28  Bastien Guerry  <bzg@altern.org>
3217         * whitespace.el (whitespace-trailing): Fix typo.
3219 2008-04-28  Sam Steingold  <sds@gnu.org>
3221         * textmodes/remember.el (diary-make-entry): Update the autoload.
3223 2008-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3225         * minibuffer.el (completion-pcm--all-completions): Don't pass nil to
3226         all-completions.
3228 2008-04-28  Juanma Barranquero  <lekktu@gmail.com>
3230         * desktop.el (desktop-minor-mode-table): Add `savehist-mode'.
3232 2008-04-27  Dan Nicolaescu  <dann@ics.uci.edu>
3234         * vc.el (vc-dir-mode-map): Change bindings for unmark all and revert.
3235         (vc-dir-parent-marked-p, vc-dir-children-marked-p): Implement.
3236         (vc-dir-mark-file): Add an optional argument.
3237         (vc-dir-mark-all-files, vc-dir-unmark-all-files): Deal with directories.
3239 2008-04-27  Daiki Ueno  <ueno@unixuser.org>
3241         * epa-file.el (epa-file-enable, epa-file-disable): Use find-file-hook
3242         rather than obsolete alias find-file-hooks.
3243         (auto-encryption-mode): Rename from epa-file-mode.  Default to on.
3244         Use find-file-hook rather than obsolete alias find-file-hooks.
3245         Add to find-file-not-found-functions.
3246         (epa-file-handler): Put 'safe-magic and 'operations properties.
3248         * epa.el (epa-global-minor-modes, epa-mode, epa-menu)
3249         (epa-menu-items): Remove.
3251         * epa-dired.el (epa-dired-do-decrypt, epa-dired-do-verify)
3252         (epa-dired-do-sign, epa-dired-do-encrypt): Add autoload cookie.
3253         (epa-dired-mode, epa-global-dired-mode): Remove.
3255         * dired.el (dired-mode-map): Bind encryption/decryption commands.
3257         * menu-bar.el (menu-bar-encryption-decryption-menu): New menu item.
3259         * files.el (insert-file-contents-literally): Inhibit epa-file-handler.
3261 2008-04-27  Glenn Morris  <rgm@gnu.org>
3263         * textmodes/reftex-global.el (reftex-isearch-switch-to-next-file):
3264         Remove un-needed local `orig-list'.  Replace cl `copy-list'.
3266 2008-04-27  Carsten Dominik  <dominik@science.uva.nl>
3268         * org/org.el (org-html-level-start): Always have id's in HTML.
3269         (org-export-as-html): Use `org-link-protocols' to
3270         retrieve the export form of the link.
3271         (org-add-link-type): Final parameter renamed from PUBLISH.
3272         Better documentation of how it is to be used.  Avoid double entries for
3273         the same link type.
3274         (org-add-link-props): New function.
3275         (org-modules-loaded): New variable.
3276         (org-load-modules-maybe, org-set-modules): New function.
3277         (org-modules): New option.
3278         (org-mode, org-cycle, orgstruct-mode, org-run-like-in-org-mode)
3279         (orgtbl-mode, org-store-link, org-insert-link-global)
3280         (org-open-at-point): Call `org-load-modules-maybe'.
3281         (org-search-view): Add more text properties.
3282         (org-agenda-schedule, org-agenda-deadline): Allow also in
3283         search-type agendas.
3284         (org-search-view): Order of arguments has been changed.
3285         Interpret prefix-arg as TODO-ONLY.
3286         (org-agenda, org-run-agenda-series, org-agenda-manipulate-query):
3287         Take new argument order of `org-search-view' into account.
3288         (org-todo-only): New variable.
3289         (org-search-syntax-table): New variable and function.
3290         (org-search-view): Do the search with the special syntax table.
3291         (define-obsolete-function-alias): Make work with XEmacs.
3292         (org-add-planning-info): Use old date as default when modifying an
3293         existing deadline or scheduled item.
3294         (org-agenda-compute-time-span): Make argument N optional.
3295         (org-agenda-format-date-aligned): Require `cal-iso'.
3296         (org-agenda-list): Include week into agenda heading, don't
3297         list it at each date (only on Mondays).
3298         (org-read-date-analyze): Define local variable `iso-date'.
3299         (org-agenda-format-date-aligned): Remove dependency on
3300         `calendar-time-from-absolute'.
3301         (org-remember-apply-template, org-go-to-remember-target):
3302         Interpret filenames relative to `org-directory'.
3303         (org-complete): Silently fail when trying to complete
3304         keywords that don't have a default value.
3305         (org-get-current-options): Add a #+DATE: option.
3306         (org-additional-option-like-keywords): Remove "DATE:" from the
3307         list of additional keywords.
3308         (org-export-as-html): Remove (current-time) as unnecessary second
3309         argument of `format-time-string'.
3310         (org-clock-find-position): Handle special case at end of buffer.
3311         (org-agenda-day-view): New argument DAY-OF-YEAR, pass it on to
3312         `org-agenda-change-time-span'.
3313         (org-agenda-week-view): New argument ISO-WEEK, pass it on to
3314         `org-agenda-change-time-span'.
3315         (org-agenda-month-view): New argument MONTH, pass it on to
3316         `org-agenda-change-time-span'.
3317         (org-agenda-year-view): New argument YEAR, pass it on to
3318         `org-agenda-change-time-span'.
3319         (org-agenda-change-time-span): New optional argument N, pass it on
3320         to `org-agenda-compute-time-span'.
3321         (org-agenda-compute-time-span): New argument N, interpret it by
3322         changing the starting day.
3323         (org-small-year-to-year): New function.
3324         (org-scheduled-past-days): Respect `org-scheduled-past-days'.
3325         (org-auto-repeat-maybe): Make sure that repeating dates are pushed
3326         into the future, and that the shift is at least one interval, never 0.
3327         (org-update-checkbox-count): Fix bug with checkbox counting.
3328         (org-add-note): New command.
3329         (org-add-log-setup): Rename from `org-add-log-maybe'.
3330         (org-log-note-headings): New entry for plain notes (i.e. notes not
3331         related to state changes or clocking).
3332         (org-get-org-file): Check for availability of `remember-data-file'.
3333         (org-cached-entry-get): Allow a regexp value for
3334         `org-use-property-inheritance'.
3335         (org-use-property-inheritance): Allow regexp value.  Fix bug in
3336         customization type.
3337         (org-use-tag-inheritance): Allow a list and a regexp value for
3338         this variable.
3339         (org-scan-tags, org-get-tags-at): Implement selective tag inheritance.
3340         (org-entry-get): Respect value `selective' for the INHERIT argument.
3341         (org-tag-inherit-p, org-property-inherit-p): New functions.
3342         (org-agenda-format-date-aligned): Allow 10 characters for
3343         weekday, to acomodate German locale.
3344         (org-add-archive-files): New function.
3345         (org-agenda-files): New argument `ext', to get archive files as well.
3346         (org-tbl-menu): Protect the use of variables that
3347         are only available when org-table.el gets loaded.
3348         (org-read-agenda-file-list): Error if `org-agenda-files' is a
3349         single directory.
3350         (org-open-file): Allow a batch process to trigger
3351         waiting after executing a system command.
3352         (org-store-link): Link to headline when there is not
3353         target and no region in an org-mode buffer when creating a link.
3354         (org-link-types-re): New variable.
3355         (org-make-link-regexps): Compute `org-link-types-re'.
3356         (org-make-link-description-function): New option.
3357         (org-agenda-date, org-agenda-date-weekend): New faces.
3358         (org-archive-sibling-heading): New option.
3359         (org-archive-to-archive-sibling): New function.
3360         (org-iswitchb): New command.
3361         (org-buffer-list): New function.
3362         (org-agenda-columns): Also try the #+COLUMNS line in
3363         the buffer associated with the entry at point (or with the first
3364         entry in the agenda view).
3365         (org-modules): Add entry for org-bibtex.el.
3366         (org-completion-fallback-command): Move into `org-completion' group.
3367         (org-clock-heading-function): Move to `org-progress' group.
3368         (org-auto-repeat-maybe): Make sure that a note can
3369         be enforces if `org-log-repeat' is `note'.
3370         (org-modules): Allow additional symbols for external packages.
3371         (org-ctrl-c-ctrl-c): Allow for `org-clock-overlays' to be undefined.
3372         (org-clock-goto): Hide drawers after showing an
3373         entry with `org-clock-goto'.
3374         (org-shiftup, org-shiftdown, org-shiftright, org-shiftleft):
3375         Try also a clocktable block shift.
3376         (org-clocktable-try-shift): New function.
3377         (org-columns-hscoll-title): New function.
3378         (org-columns-previous-hscroll): New variable.
3379         (org-columns-full-header-line-format): New variable.
3380         (org-columns-display-here-title, org-columns-remove-overlays):
3381         Install `org-columns-hscoll-title' in post-command-hook.
3383         * org/org.el: Split into many small files.
3385         * org/org-agenda.el: New file, split off from org.el.
3387         * org/org-archive.el: New file, split off from org.el.
3389         * org/org-bbdb.el: New file.
3391         * org/org-bibtex.el: New file, split off from org.el.
3393         * org/org-clock.el: New file, split off from org.el.
3395         * org/org-colview.el: New file, split off from org.el.
3397         * org/org-compat.el: New file, split off from org.el.
3399         * org/org-exp.el: New file, split off from org.el.
3401         * org/org-faces.el: New file, split off from org.el.
3403         * org/org-gnus.el: New file, split off from org.el.
3405         * org/org-info.el: New file, split off from org.el.
3407         * org/org-infojs.el: New file.
3409         * org/org-irc.el: New file.
3411         * org/org-macs.el: New file, split off from org.el.
3413         * org/org-mew.el: New file.
3415         * org/org-mhe.el: New file, split off from org.el.
3417         * org/org-publish.el: New file, split off from org.el.
3419         * org/org-remember.el: New file, split off from org.el.
3421         * org/org-rmail.el: New file, split off from org.el.
3423         * org/org-table.el: New file, split off from org.el.
3425         * org/org-vm.el: New file, split off from org.el.
3427         * org/org-wl.el: New file, split off from org.el.
3429 2008-04-27  Jason Riedy  <jason@acm.org>
3431         * lisp/org-table.el (orgtbl-to-generic): Add a :remove-nil-lines
3432         parameter that supresses lines that evaluate to NIL.
3433         (orgtbl-get-fmt): New inline function for
3434         picking apart formats that may be lists.
3435         (orgtbl-apply-fmt): New inline function for applying formats that
3436         may be functions.
3437         (orgtbl-eval-str): New inline function for strings that may be
3438         functions.
3439         (orgtbl-format-line, orgtbl-to-generic): Use and document.
3440         (orgtbl-to-latex, orgtbl-to-texinfo): Document.
3441         (*orgtbl-llfmt*, *orgtbl-llstart*)
3442         (*orgtbl-llend*): Dynamic variables for last-line formatting.
3443         (orgtbl-format-section): Shift formatting to support detecting the
3444         last line and formatting it specially.
3445         (orgtbl-to-generic): Document :ll* formats.  Set to the non-ll
3446         formats unless overridden.
3447         (orgtbl-to-latex): Suggest using :llend to suppress the final \\.
3448         (*orgtbl-table*, *orgtbl-rtn*): Dynamically
3449         bound variables to hold the input collection of lines and output
3450         formatted text.
3451         (*orgtbl-hline*, *orgtbl-sep*, *orgtbl-fmt*, *orgtbl-efmt*)
3452         (*orgtbl-lfmt*, *orgtbl-lstart*, *orgtbl-lend*): Dynamically bound
3453         format parameters.
3454         (orgtbl-format-line): New function encapsulating formatting for a
3455         single line.
3456         (orgtbl-format-section): Similar for each section.  Rebinding the
3457         dynamic vars customizes the formatting for each section.
3458         (orgtbl-to-generic): Use orgtbl-format-line and
3459         orgtbl-format-section.
3460         (org-get-param): Now unused, so delete.
3461         (orgtbl-gather-send-defs): New function to
3462         gather all the SEND definitions before a table.
3463         (orgtbl-send-replace-tbl): New function to find the RECEIVE
3464         corresponding to the current name.
3465         (orgtbl-send-table): Use the previous two functions and implement
3466         multiple destinations for each table.
3468         * doc/org.texi (A LaTeX example): Note that fmt may be a
3469         one-argument function, and efmt may be a two-argument function.
3470         (Radio tables): Document multiple destinations.
3472 2008-04-27  Carsten Dominik  <dominik@science.uva.nl>
3474         * org/org-agenda.el (org-add-to-diary-list): New function.
3475         (org-prefix-has-effort): New variable.
3476         (org-sort-agenda-noeffort-is-high): New option.
3477         (org-agenda-columns-show-summaries)
3478         (org-agenda-columns-compute-summary-properties): New options.
3479         (org-format-agenda-item): Compute the duration of the item.
3480         (org-agenda-weekend-days): New variable.
3481         (org-agenda-list, org-timeline): Use the proper faces for dates in
3482         the agenda and timeline buffers.
3483         (org-agenda-archive-to-archive-sibling): New command.
3484         (org-agenda-start-with-clockreport-mode): New option.
3485         (org-agenda-clockreport-parameter-plist): New option.
3486         (org-agenda-clocktable-mode): New variable.
3487         (org-agenda-deadline-leaders): Allow a function value for the
3488         deadline leader.
3489         (org-agenda-get-deadlines): Deal with new function value.
3491         * lisp/org-clock.el (org-clock): New customization group.
3492         (org-clock-into-drawer, org-clock-out-when-done)
3493         (org-clock-in-switch-to-state, org-clock-heading-function):
3494         Move into the new group.
3495         (org-clock-out-remove-zero-time-clocks): New option.
3496         (org-clock-out): Use `org-clock-out-remove-zero-time-clocks'.
3497         (org-dblock-write:clocktable): Allow a Lisp form for the scope
3498         parameter.
3499         (org-dblock-write:clocktable): Fix bug with total time calculation.
3500         (org-dblock-write:clocktable): Request the unrestricted list of files.
3501         (org-get-clocktable): New function.
3502         (org-dblock-write:clocktable): Make sure :tstart and :tend can not only
3503         be strings but also integers (an absolute day number) and lists (m d y).
3505         * org/org-colview.el (org-columns-next-allowed-value)
3506         (org-columns-edit-value): Limit the effort for updating in the
3507         agenda to recomputing a single file.
3508         (org-columns-compute): Only write property value if it has changed.
3509         This avoids raising the buffer-change-flag unnecessarily.
3510         (org-agenda-colview-summarize)
3511         (org-agenda-colview-compute): New functions.
3512         (org-agenda-columns): Call `org-agenda-colview-summarize'.
3514         * org/org-exp.el (org-export-run-in-background): New option.
3515         (org-export-icalendar): Allow a batch process to trigger waiting
3516         after executing a system command.
3517         (org-export-preprocess-string): Rename from
3518         `org-cleaned-string-for-export'.
3519         (org-export-html-style): Made target class look like normal text.
3520         (org-export-as-html): Make use of the better proprocessing in
3521         `org-cleaned-string-for-export'.
3522         (org-cleaned-string-for-export): Better treatment of heuristic
3523         targets, many more internal links will now work in HTML export.
3524         (org-get-current-options): Incorporate LINK_UP, LINK_HOME, and INFOJS.
3525         (org-export-inbuffer-options-extra): New variable.
3526         (org-export-options-filters): New hook.
3527         (org-infile-export-plist): Find also the settings keywords in
3528         `org-export-inbuffer-options-extra'.
3529         (org-infile-export-plist): Allow multiple #+OPTIONS lines and
3530         multiple #+INFOJS_OPT lines.
3531         (org-export-html-handle-js-options): New function.
3532         (org-export-html-infojs-setup): New option.
3533         (org-export-as-html): Call `org-export-html-handle-js-options'.
3534         Add autoload to all entry points.
3535         (org-skip-comments): Function removed.
3537         * org/org-table.el (org-table-make-reference): Extra parenthesis
3538         around single fields, to make sure that algebraic formulas get
3539         correctly interpreted by calc.
3540         (org-table-current-column): No longer interactive.
3542         * org/org-export-latex.el (org-export-latex-preprocess):
3543         Rename from `org-export-latex-cleaned-string'.
3545 2008-04-27  Bastien Guerry  <bzg@altern.org>
3547         * org/org-publish.el (org-publish-get-base-files-1): New function.
3548         (org-publish-get-base-files): Use it.
3549         (org-publish-temp-files): New variable.
3550         Don't require 'dired-aux anymore.
3551         (org-publish-initial-buffer): New variable.
3552         (org-publish-org-to, org-publish): Use it.
3553         (org-publish-get-base-files-1): Bug fix: get
3554         the proper list of files when recursing thru a directory.
3555         (org-publish-get-base-files): Use the :exclude property to skip
3556         both files and directories.
3558 2008-04-27  Michael Albinus  <michael.albinus@gmx.de>
3560         * net/tramp.el (tramp-handle-make-symbolic-link)
3561         (tramp-handle-file-name-directory)
3562         (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
3563         (tramp-do-copy-or-rename-file-directly)
3564         (tramp-handle-insert-directory, tramp-handle-expand-file-name)
3565         (tramp-handle-substitute-in-file-name)
3566         (tramp-handle-insert-file-contents, tramp-handle-write-region)
3567         * net/tramp-cache.el (tramp-get-file-property)
3568         (tramp-set-file-property, tramp-flush-file-property)
3569         (tramp-flush-directory-property)
3570         * net/tramp-compat.el (tramp-compat-make-temp-file)
3571         * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
3572         Disable `file-name-handler-alist' when handling localname.
3573         It could have a remote file syntax, like a VMS file name.
3575 2008-04-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3577         * whitespace.el: New version 11.1.
3578         (whitespace-trailing-regexp): Option fix, now trailing regexp must be
3579         enclosed by \\( and \\)$.  Docstring fix.
3580         (whitespace-trailing-regexp): Fun removed.
3581         (whitespace-report-list): Const initialization fix.
3582         (whitespace-color-on): Code fix.
3584 2008-04-27  Andreas Schwab  <schwab@suse.de>
3586         * Makefile.el: Unbreak bootstrap.
3588 2008-04-27  Michael Albinus  <michael.albinus@gmx.de>
3590         * net/tramp.el (tramp-replace-environment-variables): New defun.
3591         (tramp-handle-substitute-in-file-name, tramp-file-name-handler):
3592         Use it.
3594 2008-04-27  Glenn Morris  <rgm@gnu.org>
3596         * emacs-lisp/bytecomp.el (byte-compile-file): Doc fix.
3598         * calculator.el (calculator-expt): Replace cl function `oddp'.
3600 2008-04-27  Johan BockgÃ¥rd  <bojohan@gnu.org>
3602         * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
3603         Simplify.  Collect `defun' and `autoload' entries.
3604         Avoid modifying load-history.
3606 2008-04-26  Glenn Morris  <rgm@gnu.org>
3608         * textmodes/ispell.el (ispell-insert-word): Revert previous change.
3610         * simple.el (quoted-insert, zap-to-char): Revert previous change.
3612 2008-04-26  John Paul Wallington  <jpw@pobox.com>
3614         * hexl.el (hexl-mode): Stash `eldoc-documentation-function' in
3615         `hexl-mode-old-eldoc-documentation-function'.
3616         (hexl-mode-exit): Restore it.
3617         (hexl-mode-old-eldoc-documentation-function): Declare for compiler.
3619         * w32-fns.el (top-level): Don't set `completion-ignore-case' to t.
3621 2008-04-26  Juanma Barranquero  <lekktu@gmail.com>
3623         * minibuffer.el (completion-pcm-word-delimiters): Add :group.
3624         (completion-pcm--all-completions): Doc fix.
3625         (completion-styles-alist, completion-all-completions):
3626         Fix typos in docstrings.
3628 2008-04-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3630         * whitespace.el: There is now only one variable (whitespace-style) to
3631         specify which kind of blank is visualized.  Doc and docstring fix.
3632         New version 11.0.
3633         (whitespace-style): New option, replace whitespace-style-mark and
3634         whitespace-style-color.
3635         (whitespace-style-mark, whitespace-style-color): Options removed.
3636         (whitespace-hspace, whitespace-tab, whitespace-newline)
3637         (whitespace-trailing, whitespace-line, whitespace-space-before-tab)
3638         (whitespace-indentation, whitespace-empty, whitespace-space-after-tab)
3639         (whitespace-hspace-regexp, whitespace-space-regexp)
3640         (whitespace-tab-regexp, whitespace-trailing-regexp)
3641         (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
3642         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
3643         (whitespace-space-after-tab-regexp, whitespace-line-column)
3644         (whitespace-display-mappings, whitespace-report): Docstring fix.
3645         (whitespace-color-value-list, whitespace-mark-value-list)
3646         (whitespace-active-color, whitespace-active-mark)
3647         (whitespace-toggle-color, whitespace-toggle-mark): Vars removed.
3648         (whitespace-style-value-list, whitespace-active-style)
3649         (whitespace-toggle-style): New vars.
3650         (whitespace-toggle-option-alist, whitespace-help-text):
3651         Var initialization and docstring fix.
3652         (whitespace-toggle-options, global-whitespace-toggle-options)
3653         (whitespace-cleanup, whitespace-cleanup-region)
3654         (whitespace-report-region, whitespace-interactive-char)
3655         (whitespace-toggle-list): Docstring and code fix.
3656         (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
3657         (whitespace-turn-off, whitespace-color-on, whitespace-color-off)
3658         (whitespace-display-char-on, whitespace-display-char-off): Code fix.
3659         (whitespace-style-face-p, whitespace-style-mark-p): New fun.
3661 2008-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3663         * diff-mode.el (diff-hunk-header-re-unified): Allow elided line counts.
3664         (diff-end-of-hunk, diff-unified->context, diff-fixup-modifs)
3665         (diff-sanity-check-hunk): Adjust code accordingly.
3667 2008-04-26  Glenn Morris  <rgm@gnu.org>
3669         * abbrev.el (define-abbrev): Don't use `iff' in doc-strings.
3671         * forms-d2.dat: Move to ../etc.
3672         * forms-d2.el (forms-file): Adapt for above change.
3674         * simple.el (quoted-insert, zap-to-char): Remove uses of obsolete
3675         `translation-table-for-input'.
3677         * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): New function.
3678         (byte-compile-obsolete, byte-compile-variable-ref): Use it.
3680         * progmodes/fortran.el (fortran-mode-syntax-table): Change `;'
3681         to punctuation now it's not needed for abbrevs.
3682         (fortran-mode-abbrev-table): Remove defvar, make use of new
3683         define-abbrev-table :regexp feature.
3685         * textmodes/ispell.el (ispell-insert-word): Remove, and replace with
3686         insert, now that translation-table-for-input is not needed.
3688 2008-04-26  Johannes Weiner  <hannes@saeurebad.de>
3690         * emacs-lisp/pp.el (pp-display-expression): New function,
3691         extracted from pp-eval-expression.
3692         (pp-eval-expression): Use pp-display-expression.
3693         (pp-macroexpand-expression, pp-macroexpand-last-sexp): New functions.
3694         (pp-last-sexp): New function, extracted from pp-eval-last-sexp.
3695         (pp-eval-last-sexp): Use pp-last-sexp.
3697 2008-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3699         * abbrev.el (define-abbrev-table): Apply props even if the table
3700         exists already.
3702         * minibuffer.el (completion-table-with-context): Fix `pred' for the
3703         various kinds of completion tables.
3704         (completion-emacs22-try-completion): Place cursor after the /, as was
3705         done in Emacs-22's minibuffer-complete-word.
3706         Fix bug reported by David Hansen <david.hansen@gmx.net>.
3707         (completion-emacs22-try-completion): Merge all mergable text rather
3708         than just /.
3709         (completion-pcm--delim-wild-regex): New var.
3710         (completion-pcm-word-delimiters): New custom.
3711         (completion-pcm--prepare-delim-re, completion-pcm--pattern-trivial-p)
3712         (completion-pcm--string->pattern, completion-pcm--pattern->regex)
3713         (completion-pcm--all-completions, completion-pcm-all-completions)
3714         (completion-pcm--merge-completions, completion-pcm--pattern->string)
3715         (completion-pcm-try-completion): New functions.
3716         (completion-styles-alist): Add them.
3717         (completion-styles): Add it to the default.
3719 2008-04-25  Nick Roberts  <nickrob@snap.net.nz>
3721         * progmodes/gdb-ui.el (gud-watch): Don't create speedbar...
3722         (gdb-var-create-handler): ...until here when there are values.
3723         (gdb-post-prompt): Don't do -var-update with no watch expressions.
3724         (gdb-info-locals-handler): Don't match "struct {...}" as an array.
3726 2008-04-25  Eli Zaretskii  <eliz@gnu.org>
3728         * ls-lisp.el (ls-lisp-format): Fix last change.
3729         (ls-lisp-uid-d-fmt, ls-lisp-uid-s-fmt, ls-lisp-gid-d-fmt)
3730         (ls-lisp-gid-s-fmt, ls-lisp-filesize-d-fmt)
3731         (ls-lisp-filesize-f-fmt): New defvars.
3732         (ls-lisp-insert-directory): Dynamically compute format specifiers
3733         for displaying UID, GID, and file size, and store them in the
3734         above variables.
3735         (ls-lisp-format): Use ls-lisp-filesize-f-fmt, ls-lisp-uid-s-fmt,
3736         ls-lisp-uid-d-fmt, ls-lisp-gid-s-fmt, and ls-lisp-gid-d-fmt
3737         instead of constant format strings.
3738         (ls-lisp-format-file-size): Use ls-lisp-filesize-f-fmt and
3739         ls-lisp-filesize-d-fmt instead of constant format strings.
3741 2008-04-24  Nick Roberts  <nickrob@snap.net.nz>
3743         * progmodes/gdb-ui.el (gdb-invalidate-assembler): Compare numeric
3744         value of addresses rather than (partial) string value.
3745         (gdb-frame-handler): Change regexp according to above change.
3746         (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
3747         (gdb-registers-mode, gdb-memory-mode, gdb-locals-mode)
3748         (gdb-assembler-mode): Disable undo in these buffers.
3750 2008-04-24  Michael Albinus  <michael.albinus@gmx.de>
3752         * net/tramp.el (tramp-get-remote-stat): Test whether stat supports %s.
3753         Reported by Loris Bennett <loris.bennett@fu-berlin.de>.
3755 2008-04-24  Sam Steingold  <sds@gnu.org>
3757         * textmodes/remember.el (remember-diary-extract-entries): Use
3758         diary-make-entry instead of the obsolete make-diary-entry.
3760 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3762         * subr.el (translation-table-for-input): Mark as obsolete.
3764         * isearch.el (isearch-search-string): Avoid string-bytes and aset.
3766         * international/quail.el (quail-build-decode-map): Avoid string-bytes.
3768         * textmodes/ispell.el (ispell-dictionary-alist-1)
3769         (ispell-dictionary-alist-2, ispell-dictionary-alist-3)
3770         (ispell-dictionary-alist-4, ispell-dictionary-alist-5)
3771         (ispell-dictionary-alist-6): Remove.
3772         (ispell-dictionary-base-alist): New var, merges the above.
3773         (ispell-find-aspell-dictionaries, ispell-set-spellchecker-params):
3774         Use it.
3775         (ispell-dictionary-alist): Default to nil.  Remove autoload.
3776         (ispell-local-dictionary-alist): Remove autoload.
3778         * progmodes/f90.el (f90-mode-syntax-table): Don't set ` as word syntax.
3779         (f90-mode-abbrev-table): Use the new :regexp feature.
3780         Merge defvar and mapc into define-abbrev-table.
3781         (f90-imenu-type-matcher): Remove unused `l'.
3782         (f90-imenu-generic-expression): Remove unused `not-ib'.
3783         (f90-prepare-abbrev-list-buffer): Use with-current-buffer.
3784         (f90-change-keywords): Use restore-buffer-modified-p.
3786 2008-04-24  Glenn Morris  <rgm@gnu.org>
3788         * net/goto-addr.el (goto-address-prog-mode):
3789         * progmodes/bug-reference.el (bug-reference-prog-mode):
3790         Define for compiler.
3792         * minibuffer.el (x-file-dialog): Declare as function.
3794         * progmodes/vhdl-mode.el (vhdl-speedbar-find-file): Use
3795         dframe-update-speed rather than obsolete alias speedbar-update-speed.
3797         * calendar/cal-menu.el (cal-menu-diary-menu): Fix typo.
3798         (cal-menu-scroll-menu): Use commands rather than key macros, which don't
3799         work with easymenu.  Add :keys where needed.
3801         * calendar/cal-move.el (calendar-scroll-left): Handle case when
3802         event-start is nil.
3804         * calendar/calendar.el (calendar-mode-map): Fix typo.
3806 2008-04-24  Tom Tromey  <tromey@redhat.com>
3808         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
3809         Document keywords.  Add :suppress.
3810         * pcvs-defs.el (cvs-mode-map): Use :suppress.
3812         * net/goto-addr.el (goto-address-unfontify): New function.
3813         (goto-address-fontify): Use it.  Respect goto-address-prog-mode.
3814         (goto-address-fontify-region, goto-address-mode)
3815         (goto-address-prog-mode): New functions.
3817         * progmodes/bug-reference.el: New file.
3819 2008-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3821         * term/mac-win.el (mac-ts-active-input-buf): Move defvar to macterm.c.
3823 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3825         * emacs-lisp/easymenu.el (easy-menu-make-symbol): Don't wrap keyboard
3826         macros within lambdas.
3828 2008-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3830         * minibuffer.el (completion-try-completion): Add `point' argument.
3831         Change return value.
3832         (completion-all-completions): Add `point' argument.
3833         (minibuffer-completion-help): Pass the new `point' argument.
3834         (completion--do-completion): Pass the whole field to try-completion.
3835         (completion--try-word-completion): Rewrite, making fewer assumptions.
3836         (completion-emacs21-try-completion, completion-emacs21-all-completions)
3837         (completion-emacs22-try-completion, completion-emacs22-all-completions)
3838         (completion-basic-try-completion, completion-basic-all-completions):
3839         New functions.
3840         (completion-styles-alist): Use them.
3842 2008-04-23  Agustín Martín  <agustin.martin@hispalinux.es>
3844         * ispell.el (ispell-set-spellchecker-params): New function to make sure
3845         right params and dictionary alists are used after spellchecker changes.
3846         (ispell-aspell-dictionary-alist, ispell-last-program-name)
3847         (ispell-initialize-spellchecker-hook): New variables and hook.
3848         (ispell-find-aspell-dictionaries): Use ispell-aspell-dictionary-alist.
3849         (ispell-maybe-find-aspell-dictionaries): Remove.
3850         Calls replaced by (ispell-set-spellchecker-params) calls.
3851         (ispell-have-aspell-dictionaries): Remove.
3852         * flyspell.el: Replace ispell-maybe-find-aspell-dictionaries by
3853         ispell-set-spellchecker-params.
3855 2008-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3857         * complete.el (PC-do-completion): Be more robust in the presence of
3858         unexpected values in minibuffer-completion-predicate.
3860         * minibuffer.el (read-file-name): Don't let-bind default-directory.
3861         Only abbreviate default-filename if it's a file.
3863         * minibuffer.el (read-file-name-function, read-file-name-predicate)
3864         (read-file-name-completion-ignore-case, insert-default-directory):
3865         New vars, moved from fileio.c.
3866         (read-file-name): New fun, moved from fileio.c.
3867         * cus-start.el: Remove insert-default-directory and
3868         read-file-name-completion-ignore-case.
3870 2008-04-23  Magnus Henoch  <mange@freemail.hu>
3872         * tar-mode.el (tar-untar-buffer): If the entry has directory
3873         link type, extract it as a directory even if its file name doesn't
3874         end with a slash.  Fixes extraction of NetBSD tar archives.
3876 2008-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3878         * server.el (server-start): Also don't get confused by CRs since we
3879         don't quote them.
3881 2008-04-23  Nick Roberts  <nickrob@snap.net.nz>
3883         * progmodes/gdb-ui.el (gdb-init-buffer): New function.
3884         (gdb-set-gud-minor-mode-existing-buffers)
3885         (gdb-info-breakpoints-custom, gdb-get-location)
3886         (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
3887         Previously gdb-create-define-alist wasn't always run and added to
3888         after-save-hook.
3890         * progmodes/gud.el (gud-tooltip-tips): Use tooltip-event-buffer.
3892 2008-04-23  Kevin Ryde  <user42@zip.com.au>
3894         * progmodes/make-mode.el (makefile-fill-paragraph): Treat indented
3895         comments like unindented ones.
3897 2008-04-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3899         * term/mac-win.el (mac-ae-open-documents): Adjust selection range
3900         parameter origins.
3902 2008-04-23  Kevin Ryde  <user42@zip.com.au>
3904         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
3905         Bind print-level to ensure output forms aren't truncated if
3906         print-level is set to eval-expression-print-level when going via
3907         eval-defun and friends, or has been otherwise fiddled with.
3909 2008-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3911         * progmodes/cc-mode.el (c-basic-common-init): Don't set
3912         font-lock-extend-after-change-region-function globally.
3914 2008-04-23  Juanma Barranquero  <lekktu@gmail.com>
3916         * speedbar.el (speedbar-use-tool-tips-flag)
3917         (speedbar-ignored-directory-regexp, speedbar-file-unshown-regexp)
3918         (speedbar-file-regexp, speedbar-message, speedbar-item-info)
3919         (speedbar-files-item-info, speedbar-maybe-add-localized-support)
3920         (speedbar-insert-files-at-point, speedbar-dynamic-tags-function-list)
3921         (speedbar-generic-list-positioned-group-p, speedbar-insert-generic-list)
3922         (speedbar-fetch-replacement-function, speedbar-extract-one-symbol)
3923         (speedbar-separator-face): Fix typos in docstrings.
3924         (speedbar-stealthy-function-list, speedbar-verbosity-level)
3925         (speedbar-supported-extension-expressions, speedbar-update-current-file)
3926         (speedbar-add-indicator, speedbar-tag-expand): Reflow docstring.
3927         (speedbar-use-imenu-flag, speedbar-ignored-directory-expressions)
3928         (speedbar-directory-unshown-regexp, speedbar-handle-delete-frame)
3929         (speedbar-show-info-under-mouse, speedbar-directory-buttons)
3930         (speedbar-check-vc-this-line, speedbar-files-line-directory)
3931         (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
3932         (speedbar-buffers-line-directory, speedbar-recenter-to-top)
3933         (speedbar-recenter): Doc fixes.
3934         (speedbar-update-speed, speedbar-navigating-speed): Add obsolescence
3935         declaration and remove redundant info in docstring.
3937 2008-04-23  Dan Nicolaescu  <dann@ics.uci.edu>
3939         * vc-git.el (vc-git-status-printer): Deal with directories.
3941         * vc.el (vc-next-action): Look at more than the first file to
3942         determine the state.
3944 2008-04-23  Glenn Morris  <rgm@gnu.org>
3946         * dframe.el (dframe-have-timer-flag): Drop support for Emacs without
3947         timers.  Doc fix.
3948         (dframe-update-speed): Drop support for XEmacs < 20.
3949         (dframe-frame-mode): Drop support for Emacs < 20.
3950         (dframe-set-timer-internal): Drop support for Emacs without timers.
3951         (dframe-popup-kludge): Use mouse-menu-major-mode-map if defined.
3953         * ediff-init.el (ediff-check-version): Drop support for very old Emacs
3954         versions.  Add doc-string.  Mark as obsolete.
3956         * ps-def.el (ps-color-device): Drop support for XEmacs < 19.12.
3958         * speedbar.el (speedbar-use-tool-tips-flag): Check for tooltip-mode,
3959         rather than using an Emacs version test.
3961         * tree-widget.el (tree-widget-image-enable): Use display-images-p
3962         rather than an Emacs version test.
3964         * calendar/cal-china.el (holiday-chinese-qingming)
3965         (holiday-chinese-winter-solstice, holiday-chinese): New functions.
3966         * calendar/calendar.el (calendar-chinese-all-holidays-flag): New.
3967         * calendar/holidays.el (holiday-oriental-holidays): Add more holidays.
3969         * calendar/cal-islam.el (holiday-islamic): Doc fix.
3971         * calendar/diary-lib.el (diary-list-sexp-entries): Doc fix.
3972         (diary-remind): Allow negative DAYS to represent a range 1:DAYS.
3973         Suggested by Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
3975 2008-04-23  Nick Roberts  <nickrob@snap.net.nz>
3977         * progmodes/gdb-ui.el (gdb-previous-frame-address): Rename...
3978         (gdb-previous-frame-pc-address): ...to this.
3979         (gdb-get-selected-frame): Use MI command -stack-info-frame instead
3980         of "info frame" with Gdb 6.4+.
3981         (gdb-stack-list-frames-regexp): New regexp.
3982         (gdb-frame-handler-1): Parse output of -stack-info-frame.
3984 2008-04-22  David Glasser  <glasser@davidglasser.net>  (tiny change)
3986         * tar-mode.el (tar-prefix-offset): New constant.
3987         (tar-header-block-tokenize): Support paths with long names
3988         which use the "ustar" standard.
3990 2008-04-22  Mathias Dahl  <mathias.dahl@gmail.com>
3992         * image-dired.el (image-dired-track-original-file)
3993         (image-dired-modify-mark-on-thumb-original-file):
3994         Use `dired-goto-file' instead of `search-forward'.  This solves
3995         a bug with finding files where the file name is a subset of other
3996         file names.  Doc fix.
3998 2008-04-22  Juri Linkov  <juri@jurta.org>
4000         * menu-bar.el (buffers-menu-max-size): Move its definition down to
4001         the "Buffers Menu" section.  Change group name `mouse' to `menu'.
4002         (yank-menu-length): Change group name `mouse' to `menu'.
4003         (buffers-menu-buffer-name-length): New user option.
4004         (menu-bar-update-buffers): Use buffers-menu-buffer-name-length
4005         instead of the hard-coded number 27.
4007 2008-04-22  Juri Linkov  <juri@jurta.org>
4009         * isearch.el (eval-when-compile): Require `help-macro'.
4010         (isearch-help-for-help-internal): Isearch specific Help screen
4011         created by `make-help-screen'.
4012         (isearch-help-map): New variable that binds "b", "k", "m" to
4013         isearch-specific commands, and binds other keys to
4014         isearch-other-control-char, thus allowing other Help keys to
4015         exit isearch mode and execute their global definitions.
4016         (isearch-help-for-help, isearch-describe-bindings)
4017         (isearch-describe-key, isearch-describe-mode): New commands.
4018         (isearch-mode-help): Define alias to isearch-describe-mode
4019         and remove its old function definition.
4020         (isearch-mode-map): Bind "\C-h" to isearch-help-map.
4021         Remove old comments because this issue is settled now.
4022         (isearch-forward): Describe three new Help commands in the docstring.
4023         (isearch-mode): Remove \\{isearch-mode-map} from the docstring,
4024         leave the single sentence at the first line of the docstring,
4025         and prepend the word "function" before `isearch-forward'
4026         to make the Help link to the function instead of variable.
4028 2008-04-22  Juri Linkov  <juri@jurta.org>
4030         * isearch.el (isearch-success-function): New variable with default
4031         to `isearch-success-function-default'.
4032         (isearch-search): Call a function from `isearch-success-function'
4033         instead of calling the hard-coded `isearch-range-invisible'.
4034         (isearch-success-function-default): New function that calls
4035         `isearch-range-invisible' and inverts its return value.
4037         * info.el (Info-search): In two similar places that skip
4038         undesired search matches move code to Info-search-success-function,
4039         and call `isearch-success-function' instead.
4040         (Info-search-success-function): New function copied from code
4041         in Info-search.  Replace isearch-range-invisible with
4042         text-property-not-all that checks for 'invisible and 'display
4043         properties to skip partially invisible matches (whose display
4044         properties were set by Info-fontify-node).
4045         (Info-mode): Set buffer-local isearch-success-function
4046         to Info-search-success-function.
4048 2008-04-22  Juri Linkov  <juri@jurta.org>
4050         * minibuffer.el (internal-complete-buffer-except): New function.
4052         * files.el (read-buffer-to-switch): New function.
4053         (switch-to-buffer-other-window, switch-to-buffer-other-frame):
4054         Change interactive spec to call read-buffer-to-switch instead of
4055         using the letter "B".
4057         * simple.el (minibuffer-default-add-shell-commands): New function.
4058         Use declare-function for mailcap-file-default-commands from "mailcap".
4059         (shell-command): Set local minibuffer-default-add-function to
4060         minibuffer-default-add-shell-commands in minibuffer-with-setup-hook
4061         before calling read-shell-command.  Set 4th arg default-value of
4062         read-shell-command to relative buffer-file-name in file buffers.
4064         * dired-aux.el (dired-read-shell-command-default): Move it to
4065         gnus/mailcap.el and change its name to more general name
4066         mailcap-file-default-commands.
4067         (minibuffer-default-add-dired-shell-commands): New function.
4068         Use declare-function for mailcap-file-default-commands from "mailcap".
4069         (dired-read-shell-command): Set local minibuffer-default-add-function
4070         to minibuffer-default-add-dired-shell-commands in minibuffer-with-setup-hook
4071         before calling read-shell-command.  Remove dired-read-shell-command-default
4072         from the default value arg because default values are not set in
4073         minibuffer-default-add-dired-shell-commands.  Doc fix.
4075         * dired-x.el (dired-smart-shell-command): Sync arguments and
4076         interactive spec with changes in `shell-command'.
4077         Use dired-get-filename to get the dired file name at point
4078         as the default value in dired mode.
4080 2008-04-22  Juanma Barranquero  <lekktu@gmail.com>
4082         * info.el (Info-complete-menu-item): Add missing parenthesis.
4084 2008-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4086         * info.el (Info-complete-menu-item): Save point.
4088 2008-04-22  Juanma Barranquero  <lekktu@gmail.com>
4090         * minibuffer.el (minibuffer-complete-and-exit): Fix last change.
4092 2008-04-22  Andreas Schwab  <schwab@suse.de>
4094         * Makefile.in (emacs-deps): Define.
4095         Use it instead of $(lisp)/subdirs.el.
4097 2008-04-22  Dan Nicolaescu  <dann@ics.uci.edu>
4099         * vc.el (vc-next-action): Do not consider directories when
4100         checking for state compatibility.
4101         (vc-transfer-file): Use when not if.
4102         (vc-dir-parent-marked-p, vc-dir-children-marked-p): New functions.
4103         (vc-dir-mark-file): Use them.
4104         (vc-deduce-fileset): Also return the backend.
4105         (vc-diff-internal): Take as argument the value returned by
4106         vc-deduce-fileset instead of just the fileset.
4107         (vc-next-action, vc-finish-logentry, vc-version-diff, vc-diff)
4108         (vc-dir-mark-file, vc-print-log, vc-revert, vc-rollback)
4109         (vc-update): Update the vc-deduce-fileset and vc-diff-internal calls.
4111 2008-04-22  Tassilo Horn  <tassilo@member.fsf.org>
4113         * doc-view.el (doc-view-scroll-up-or-next-page): Don't use
4114         set-window-vscroll but image-scroll-down.  Fixes a bug where a
4115         command following SPC scrolled up again.
4117 2008-04-22  Nick Roberts  <nickrob@snap.net.nz>
4119         * progmodes/gdb-ui.el (gdb-locals-header): New variable.
4120         (gdb-locals-mode, gdb-registers-mode): Use it for header line.
4121         (gud-watch): Add "$" prefix when in registers buffer.
4123 2008-04-22  Glenn Morris  <rgm@gnu.org>
4125         * progmodes/gdb-ui.el (gdbmi-invalidate-frames): Declare as function.
4127         * whitespace.el (whitespace-display-table)
4128         (whitespace-display-table-was-local): Move definitions before use.
4130         * emacs-lisp/copyright.el (copyright-at-end-flag): New option.
4131         (copyright-limit): Respect copyright-at-end-flag.
4132         (copyright-re-search, copyright-start-point)
4133         (copyright-offset-too-large-p): New functions.
4134         (copyright-update-year): Use copyright-re-search.
4135         (copyright-update, copyright-fix-years): Use copyright-start-point,
4136         and copyright-re-search.
4137         (copyright): Use copyright-offset-too-large-p.
4138         * add-log.el (change-log-mode): Set copyright-at-end-flag.
4140         * add-log.el (top-level): Require 'cl when compiling.
4142 2008-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4144         * complete.el (PC-complete-as-file-name, PC-read-file-name-internal):
4145         Treat minibuffer-completion-predicate as a predicate.
4147         * minibuffer.el (completion--file-name-table): Accept both the old
4148         `dir' arg or the new `pred' arg.
4150         * ffap.el (ffap-read-file-or-url): Do not abuse completing-read's
4151         `predicate' argument to pass non-predicate data.
4152         (ffap-read-url-internal, ffap-read-file-or-url-internal):
4153         Use second arg as proper predicate.
4155         * vc-bzr.el (vc-bzr-complete-with-prefix): Remove.
4156         (vc-bzr-revision-completion-table): Use completion-table-with-context
4157         instead.
4159         * simple.el (choose-completion-string): Use minibuffer-completion-table.
4161 2008-04-21  Chong Yidong  <cyd@stupidchicken.com>
4163         * term.el (term-emulate-terminal): Perform redisplay after the
4164         process filter has finished running.
4166 2008-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4168         * vc.el (vc-dir): Use pop-to-buffer, so it can be customized.
4170         * minibuffer.el (completion-try-completion): Change magic symbol
4171         property name.  Rename from minibuffer-try-completion.
4172         (completion-all-completions): Rename from minibuffer-all-completions.
4173         Remove hide-spaces argument.
4174         (completion--do-completion): Rename from minibuffer--do-completion.
4175         (minibuffer-complete-and-exit): Call just try-completion rather than
4176         completion-try-completion to fix up the case.
4177         (completion--try-word-completion): Try to add space or hyphen before
4178         making `string' a prefix of `completion'.
4179         (completion--insert-strings): Rename from minibuffer--insert-strings.
4181 2008-04-22  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
4183         * net/tls.el (tls-program): Add -ign_eof argument to call the
4184         openssl commands.
4185         (tls-checktrust): Ditto.
4187 2008-04-21  Dan Nicolaescu  <dann@ics.uci.edu>
4189         * vc-cvs.el (vc-cvs-status-extra-headers): New function.
4191         * vc-hooks.el (vc-insert-file, vc-state, vc-working-revision)
4192         (vc-check-master-templates, vc-file-not-found-hook)
4193         (vc-kill-buffer-hook):
4194         * vc.el (vc-process-sentinel, vc-exec-after, vc-do-command)
4195         (vc-find-position-by-context, vc-buffer-context)
4196         (vc-restore-buffer-context, vc-responsible-backend)
4197         (vc-expand-dirs, vc-ensure-vc-buffer, vc-buffer-sync)
4198         (vc-next-action, vc-register, vc-register-with, vc-steal-lock)
4199         (vc-finish-logentry, vc-coding-system-for-diff, vc-switches)
4200         (vc-version-diff, vc-diff, vc-insert-headers)
4201         (vc-dired-buffers-for-dir, vc-dired-resynch-file)
4202         (vc-snapshot-precondition, vc-create-snapshot, vc-print-log)
4203         (vc-revert, vc-rollback, vc-version-backup-file)
4204         (vc-rename-master, vc-delete-file, vc-rename-file)
4205         (vc-branch-part, vc-default-retrieve-snapshot)
4206         (vc-annotate-display-autoscale, vc-annotate-display-select)
4207         (vc-annotate, vc-annotate-warp-revision, vc-annotate-difference)
4208         (vc-annotate-lines, vc-file-tree-walk-internal): Use when instead of if.
4209         (vc-dir-update): Handle directories.
4210         (vc-default-status-printer): Simplify.
4212         * progmodes/asm-mode.el (asm-mode-map):
4213         * progmodes/hideif.el (hide-ifdef-mode-menu): Add :help.
4215         * progmodes/m4-mode.el (m4-mode-map): Add menu.
4217 2008-04-21  Kenichi Handa  <handa@m17n.org>
4219         * select.el (xselect-convert-to-string): Send a C_STRING only if
4220         the polymorphic target TEXT is requested.
4222 2008-04-21  Juanma Barranquero  <lekktu@gmail.com>
4224         * minibuffer.el (completion-setup-hook, display-completion-list)
4225         (completion--file-name-table): Fix typos in docstrings.
4226         (completion-table-dynamic): Fix typo, and reflow docstring.
4228 2008-04-20  Andreas Schwab  <schwab@suse.de>
4230         * server.el (server-switch-buffer): Also consider clients in the
4231         selected frame.
4233 2008-04-19  Nick Roberts  <nickrob@snap.net.nz>
4235         * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
4236         Select window clicked on first.
4237         (gdb): Display thread number in mode-line.
4238         (gdb-make-header-line-mouse-map): Move to avoid byte compiler warnings.
4239         (gdb-breakpoints-header): New variable.
4240         (gdb-breakpoints-mode, gdb-threads-mode): Use it for header line.
4242 2008-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4244         * vc-sccs.el (vc-sccs-do-command): New fun.  Use the "sccs" command.
4245         (vc-sccs-register, vc-sccs-checkin, vc-sccs-find-revision)
4246         (vc-sccs-checkout, vc-sccs-rollback, vc-sccs-revert)
4247         (vc-sccs-steal-lock, vc-sccs-modify-change-comment)
4248         (vc-sccs-print-log): Use it.
4250         * vc-hooks.el (vc-path): Remove SCCS-specific hack.
4252         * emacs-lisp/lisp-mode.el (lisp-mode-auto-fill): Make it an alias.
4253         * progmodes/scheme.el (scheme-mode-variables): Don't use it.
4255         * tooltip.el (tooltip-previous-message): New var.
4256         (tooltip-show-help-non-mode): Rewrite to better follow the behavior of
4257         the C code (avoid overwriting a minibuffer, restore previous echo
4258         message, ...).
4259         (tooltip-delay, tooltip-process-prompt-regexp, tooltip-strip-prompt):
4260         Simplify.
4262 2008-04-19  Nick Roberts  <nickrob@snap.net.nz>
4264         * progmodes/gdb-ui.el (gdb-thread-indicator): New variable.
4265         (gdb-init-1): Initialise it.
4266         (gdb-annotation-rules): New entry for "new-thread".
4267         (gdb-thread-identification): New function to customize
4268         mode-line-buffer-identification.
4269         (gdb-frames-mode, gdb-registers-mode, gdb-locals-mode)
4270         (gdb-assembler-mode): Use it.
4271         (gdb-threads-mode): Force "info threads" onto queue.
4273 2008-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4275         * files.el (locate-file-completion-table): Rename from
4276         locate-file-completion and make it use `pred' in the normal way.
4277         (locate-file-completion): New compatibility wrapper.
4278         (load-library): Use locate-file-completion-table.
4279         * finder.el (finder-commentary):
4280         * subr.el (locate-library):
4281         * emacs-lisp/find-func.el (find-library): Likewise.
4282         * info.el: Use with-current-buffer and inhibit-read-only.
4283         (Info-read-node-name-2): Change to use `predicate' in the normal way.
4284         (Info-read-node-name-1): Adjust uses accordingly.
4286         * minibuffer.el (completion-table-with-context): Add support for `pred'.
4287         (completion-table-with-terminator): Don't use complete-with-action
4288         since we have to distinguish all three cases anyway.
4289         (completion-table-with-predicate): New function.
4290         (dynamic-completion-table): Add obsolete alias.
4292         * emacs-lisp/trace.el (trace-make-advice): Don't change selected-window.
4294 2008-04-18  Sam Steingold  <sds@gnu.org>
4296         * vc.el (vc-dir-menu-map, vc-dir-mode-map, vc-dir-tool-bar-map):
4297         Use quit-window instead of bury-buffer.
4299 2008-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
4301         * minibuffer.el (completion-table-with-terminator): Fix last fix.
4303 2008-04-18  Andreas Schwab  <schwab@suse.de>
4305         * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
4306         ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
4307         Depend on $(lisp)/subdirs.el.
4309 2008-04-18  Juanma Barranquero  <lekktu@gmail.com>
4311         * descr-text.el (describe-char-after):
4312         Use `define-obsolete-function-alias'.
4314         * dired-x.el (dired-omit-files-p): Use `define-obsolete-variable-alias'.
4316         * facemenu.el (facemenu-unlisted-faces): Fix obsolescence description.
4318         * savehist.el (savehist-load): Add WHEN to obsolescence declaration.
4319         Remove redundant obsolescence info in docstring.
4321         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
4322         (vc-header-alist): Add WHEN to obsolescence declaration.
4323         (vc-state): Fix typo in docstring.
4325         * emacs-lisp/checkdoc.el (checkdoc-minor-keymap):
4326         Use `define-obsolete-variable-alias'.
4328         * emulation/tpu-edt.el (tpu-have-ispell):
4329         * international/codepage.el (codepage-setup):
4330         Fix typo in obsolescence declaration.
4332         * international/mule.el (char-coding-system-table):
4333         Remove redundant obsolescence info in docstring.
4334         (charset-list, generic-char-p, set-char-table-default):
4335         Fix typos in obsolescence decarations.
4337         * international/mule-diag.el (non-iso-charset-alist):
4338         Fix typo in obsolescence declaration.
4339         (decode-codepage-char): Remove redundant obsolescence info in docstring.
4341         * font-core.el (font-lock-defaults-alist):
4342         * font-lock.el (font-lock-reference-face):
4343         * frame.el (screen-height, screen-width, set-screen-width)
4344         (set-screen-height):
4345         * hilit-chg.el (highlight-changes-initial-state):
4346         * isearch.el (isearch-return-char):
4347         * log-edit.el (cvs-commit-buffer-require-final-newline)
4348         (cvs-changelog-full-paragraphs):
4349         * mouse.el (mouse-major-mode-menu, mouse-popup-menubar)
4350         (mouse-popup-menubar-stuff):
4351         * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button)
4352         (mouse-wheel-click-button):
4353         * outline.el (outline-visible):
4354         * pcvs-defs.el (cvs-diff-ignore-marks, cvs-diff-buffer-name):
4355         * pcvs-info.el (cvs-display-full-path, cvs-fileinfo->full-path):
4356         * emacs-lisp/lisp-mode.el (lisp-comment-indent):
4357         * progmodes/compile.el (compile-internal):
4358         Add WHEN to obsolescence declarations.
4360 2008-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
4362         * emacs-lisp/debug.el (debug): Revert to bury-buffer since quit-window
4363         is not better anyway.
4365 2008-04-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4367         * whitespace.el (whitespace-report-region): Handle whitespace-tab-width
4368         properly.
4370 2008-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4372         * progmodes/python.el (python-mode-map): Use abbrev-table-menu.
4373         (python-use-skeletons): Remove, unused.
4374         (python-skeletons): Remove.  Use the abbrev table instead.
4375         (python-mode-abbrev-table): Fix regexp;
4376         add enable-function and case-fixed.
4377         (def-python-skeleton): Simplify.
4378         (python-expand-template): Use the abbrev-table and abbrev-insert.
4379         (python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook):
4380         Remove.
4381         (python-mode): Don't set pre-abbrev-expand-hook.
4383         * skeleton.el: Set coding-tag.
4385         * abbrev.el (abbrev-insert): New function extracted from expand-abbrev.
4386         (expand-abbrev): Use it.
4387         (abbrev-table-menu): New function.
4389         * abbrev.el (define-abbrev-table): Fontify dosctrings as such.
4391         * minibuffer.el (completion-table-with-terminator): Fix paren typo.
4393 2008-04-17  Sam Steingold  <sds@gnu.org>
4395         * pcvs-util.el (cvs-bury-buffer): Use quit-window instead of the
4396         idiosyncratic bury-buffer/delete-window logic.
4398 2008-04-17  Juanma Barranquero  <lekktu@gmail.com>
4400         * emacs-lisp/crm.el (crm-completion-help, crm-complete)
4401         (crm-complete-word, crm-complete-and-exit): Fix typo in previous change.
4403 2008-04-17  Kenichi Handa  <handa@m17n.org>
4405         * international/characters.el: Don't make the width of U+00AD to 0.
4407 2008-04-17  Nick Roberts  <nickrob@snap.net.nz>
4409         * progmodes/gdb-ui.el (gdb-stack-update): New variable.
4410         (gdb, gdb-starting, gdb-frames-mode): Use it.
4411         (gdb-invalidate-frames): Advise to call "info stack" only if
4412         execution has occurred.
4413         (gdb-info-breakpoints-custom): Only update overlay-arrow pointing to
4414         selected frame if no execution has occurred.
4415         (gdb-frames-force-update): New interactive function.
4416         (gdb-frames-mode-map): Bind it to "F".
4418 2008-04-17  Michael Olson  <mwolson@gnu.org>
4420         * textmodes/remember.el (remember-version): Release Remember 2.0.
4422 2008-04-16  Yoni Rabkin  <yoni@rabkins.net>
4424         * textmodes/artist.el:
4425         * progmodes/vhdl-mode.el:
4426         * progmodes/verilog-mode.el:
4427         * progmodes/vera-mode.el:
4428         * progmodes/simula.el:
4429         * progmodes/ps-mode.el:
4430         * progmodes/cmacexp.el:
4431         * obsolete/hilit19.el:
4432         * emulation/viper.el:
4433         * ediff.el: Cleanup the bug-report email addresses and make sure the
4434         maintainer is still willing to handle bug reports.
4436 2008-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
4438         * vc.el (vc-dir-kill-query): Fix thinko.
4440 2008-04-16  Glenn Morris  <rgm@gnu.org>
4442         * calendar/diary-lib.el (diary-remind): Don't clobber `date' passed
4443         by diary-sexp-entry.
4445 2008-04-16  Markus Triska  <markus.triska@gmx.at>
4447         * proced.el (proced-command-alist): Add support for darwin.
4449 2008-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4451         * proced.el (proced-mode): Redefine as just the major-mode.
4452         (proced): Separate it from proced-mode.
4454         * vc.el: Rename vc-status to vc-dir and the vc-status var to vc-ewoc.
4456 2008-04-15  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4458         * whitespace.el: Honor the `indent-tabs-mode' setting from user.
4459         Suggested by Stephen Deasey <sdeasey@gmail.com>.  Honor also the
4460         `tab-width' setting from user.  New version 10.0.  Doc and docstring
4461         fix.
4462         (whitespace-style, whitespace-chars): Remove options.
4463         (whitespace-style-mark): New option, replace whitespace-style deleted
4464         option.  Fix docstring.
4465         (whitespace-style-color): New option, replace whitespace-chars deleted
4466         option.  Fix docstring.
4467         (whitespace-space, whitespace-hspace, whitespace-tab)
4468         (whitespace-newline, whitespace-trailing, whitespace-line)
4469         (whitespace-space-before-tab, whitespace-indentation, whitespace-empty)
4470         (whitespace-space-after-tab, whitespace-hspace-regexp)
4471         (whitespace-space-regexp, whitespace-tab-regexp)
4472         (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
4473         (whitespace-empty-at-eob-regexp, whitespace-line-column)
4474         (whitespace-toggle-option-alist): Fix docstring.
4475         (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
4476         (whitespace-space-after-tab-regexp, whitespace-display-mappings): Fix
4477         docstring and initialization.
4478         (global-whitespace-mode): Autoloaded global minor mode.
4479         (whitespace-chars-value-list, whitespace-style-value-list)
4480         (whitespace-active-chars, whitespace-active-style)
4481         (whitespace-toggle-chars, whitespace-toggle-style): Remove vars.
4482         (whitespace-color-value-list): New var, replace
4483         whitespace-chars-value-list removed var.
4484         (whitespace-mark-value-list): New var, replace
4485         whitespace-style-value-list removed var.
4486         (whitespace-active-color): New var, replace whitespace-active-chars
4487         removed var.
4488         (whitespace-active-mark): New var, replace whitespace-active-style
4489         removed var.
4490         (whitespace-toggle-color): New var, replace whitespace-toggle-chars
4491         removed var.
4492         (whitespace-toggle-mark): New var, replace whitespace-toggle-style
4493         removed var.
4494         (whitespace-toggle-option-alist, whitespace-report-list)
4495         (whitespace-report-text, whitespace-help-text): Fix initialization.
4496         (whitespace-indent-tabs-mode, whitespace-tab-width): New vars.
4497         (whitespace-toggle-options, global-whitespace-toggle-options)
4498         (whitespace-cleanup-region, whitespace-report-region)
4499         (whitespace-interactive-char): Fix docstring and code.
4500         (whitespace-cleanup, whitespace-report): Fix docstring.
4501         (whitespace-replace-spaces-by-tabs): Remove fun.
4502         (whitespace-replace-action): New fun, replace
4503         whitespace-replace-spaces-by-tabs removed fun.
4504         (whitespace-regexp, whitespace-indentation-regexp)
4505         (whitespace-space-after-tab-regexp, whitespace-insert-value)
4506         (whitespace-kill-buffer): New funs.
4507         (whitespace-insert-option-mark, whitespace-help-on)
4508         (whitespace-help-off, whitespace-turn-on, whitespace-turn-off)
4509         (whitespace-color-on, whitespace-color-off)
4510         (whitespace-display-char-on): Fix code.
4512 2008-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4514         * mouse-drag.el (mouse-throw-magnifier-with-scroll-bar)
4515         (mouse-throw-magnifier-with-mouse-movement): Remove.
4516         (mouse-throw-magnifier-base): New const.
4517         (mouse-drag-scroll-delta): New fun.
4518         (mouse-drag-throw): Use it.
4520 2008-04-15  Juanma Barranquero  <lekktu@gmail.com>
4522         * international/uni-bidi.el, international/uni-category.el:
4523         * international/uni-combining.el, international/uni-comment.el:
4524         * international/uni-decimal.el, international/uni-decomposition.el:
4525         * international/uni-digit.el, international/uni-lowercase.el:
4526         * international/uni-mirrored.el, international/uni-name.el:
4527         * international/uni-numeric.el, international/uni-old-name.el:
4528         * international/uni-titlecase.el, international/uni-uppercase.el:
4529         * international/charprop.el: Regenerate.
4531 2008-04-15  Dan Nicolaescu  <dann@ics.uci.edu>
4533         * vc.el (vc-status-fileinfo): Add new member directoryp.
4534         (vc-default-status-printer): Print directories.
4535         (vc-status-update): Sort files before subdirectories.
4537         * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
4538         Add alternative implementation based on "cvs update".
4540 2008-04-15  Tassilo Horn  <tassilo@member.fsf.org>
4542         * doc-view.el: Changed requirements section to tell that only one
4543         of dvipdf or dvipdfm is needed.
4544         (doc-view-already-converted-p): Fix bug that forced reconversion
4545         if doc was already converted.
4547 2008-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4549         * minibuffer.el (minibuffer-message):
4550         Make sure we can put-text-property.
4552         * emacs-lisp/crm.el: Complete rewrite.
4554         * tmm.el (tmm-completion-delete-prompt): Don't hardcode point-min==1.
4555         (tmm-add-prompt): Make sure completion-setup-hook is preserved even in
4556         case of an error in display-completion-list.
4558         * filecache.el (file-cache-completions-keymap): Move init from
4559         file-cache-completion-setup-function into declaration.
4560         (file-cache-minibuffer-complete): Simplify.
4561         (file-cache-completion-setup-function): Use standard-output,
4562         preserve current-buffer.
4564         * vc.el (vc-status-update): Fix typo.
4565         (vc-status-update): Set needs-update.
4566         (vc-status-refresh): Î·-reduce.
4568 2008-04-14  Tassilo Horn  <tassilo@member.fsf.org>
4570         * doc-view.el (doc-view-mode-map): Bind C-a to image-bol and C-e
4571         to image-eol.
4573 2008-04-14  Alexandre Julliard  <julliard@winehq.org>
4575         * vc.el (vc-status-update): Undo the previous revert.
4577 2008-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4579         * minibuffer.el (completion-table-with-terminator): Those completions
4580         are never valid w.r.t test-completion.
4581         (completion--file-name-table):
4582         Check completion-all-completions-with-base-size.
4584 2008-04-14  Tassilo Horn  <tassilo@member.fsf.org>
4586         * doc-view.el (doc-view-dvipdf-program): New variable.
4587         (doc-view-dvipdfm-program): Mention doc-view-dvipdf-program.
4588         (doc-view-mode-p): Check for doc-view-dvipdf-program as
4589         alternative for doc-view-dvipdfm-program.
4590         (doc-view-dvi->pdf): Prefer dvipdf over dvipdfm.
4592         * doc-view.el (doc-view-start-process): Don't set
4593         default-directory to "~/" if the current value is valid.
4594         This broke PS files that run other files in the same directory.
4596 2008-04-14  Dan Nicolaescu  <dann@ics.uci.edu>
4598         * vc.el (vc-status-kill-query): New function.
4599         (vc-status-mode): Add it to kill-buffer-query-functions.
4600         (vc-status-show-fileentry): New function.
4601         (vc-status-menu-map): Bind it.  Bind vc-next-action.
4603 2008-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4605         * minibuffer.el (minibuffer-message): Put cursor at the right place.
4607 2008-04-13  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4609         * proced.el (proced-send-signal): Fix error recognition.
4611 2008-04-13  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4613         * proced.el (proced-command-alist): Remove sort column.
4614         (proced-command, proced-procname-column):
4615         Use make-variable-buffer-local.
4616         (proced-signal-function): Rename from proced-kill-program.
4617         Allow for elisp symbols and string values representing system calls.
4618         (proced-marker-regexp, proced-success-message): New functions.
4619         (proced): Use defalias.  Add autoload cookie.
4620         (proced-unmark-backward, proced-toggle-marks)
4621         (proced-hide-processes): New commands.
4622         (proced-do-mark): Simplify code.
4623         (proced-insert-mark): Use optional arg BACKWARD instead of line number.
4624         (proced-update): Remove sorting.
4625         (proced-send-signal): Display number of processes to operate on.
4626         Allow for system calls or elisp functions to send signals.
4627         Check if signal was sent successfully.
4629 2008-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4631         * minibuffer.el (completion-all-completion-with-base-size): New var.
4632         (completion--some): New function.
4633         (completion-table-with-context, completion--file-name-table):
4634         Return the base-size if requested.
4635         (completion-table-in-turn): Generalize to multiple arguments.
4636         (complete-in-turn): Compatibility alias.
4637         (completion-styles-alist): New var.
4638         (completion-styles): New customization.
4639         (minibuffer-try-completion, minibuffer-all-completions):
4640         New functions.
4641         (minibuffer--do-completion, minibuffer-complete-and-exit)
4642         (minibuffer-try-word-completion): Use them.
4643         (display-completion-list, minibuffer-completion-help): Use them.
4644         Handle all-completions's new base-size info to set completion-base-size.
4645         * info.el (Info-read-node-name-1): Use completion-table-with-context,
4646         completion-table-with-terminator and complete-with-action.
4647         Remove the now obsolete completion-base-size-function property.
4648         * simple.el (completion-list-mode-map): Move init into declaration.
4649         (completion-list-mode): Use define-derived-mode.
4650         (completion-setup-function): Use any completion-base-size that may
4651         have been set before.  Remove handling of completion-base-size-function.
4652         * loadup.el: Move abbrev.el up earlier.
4654 2008-04-13  Alexandre Julliard  <julliard@winehq.org>
4656         * vc-git.el (vc-git-after-dir-status-stage)
4657         (vc-git-dir-status-goto-stage): New functions.
4658         (vc-git-after-dir-status-stage1)
4659         (vc-git-after-dir-status-stage1-empty-db)
4660         (vc-git-after-dir-status-stage2): Remove, functionality moved
4661         into the new generic stage functions.
4662         (vc-git-dir-status-files): New function.
4664         * vc.el (vc-status-update): Revert an incorrect rewrite.
4665         Add some comments.
4666         (vc-status-refresh-files): New function.
4667         (vc-status-refresh): Use `vc-status-refresh-files' to refresh the
4668         state of up-to-date files.
4669         (vc-default-dir-status-files): New function.
4671 2008-04-13  Juanma Barranquero  <lekktu@gmail.com>
4673         * minibuffer.el (completion--embedded-envvar-table)
4674         (read-file-name-internal): Fix typos in 2008-04-11 change.
4676         * faces.el (read-face-name): Use `completion-table-in-turn',
4677         not `complete-in-turn'.
4679 2008-04-13  Andreas Schwab  <schwab@suse.de>
4681         * progmodes/etags.el: Require 'cl when compiling.
4683 2008-04-12  Nick Roberts  <nickrob@snap.net.nz>
4685         * progmodes/gud.el (gud-menu-map): Expand tooltip.
4687         * progmodes/gdb-ui.el (gdb-find-source-frame): Improve doc string.
4688         (menu): Add/expand menu tooltips.
4690 2008-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
4692         * progmodes/sh-script.el (sh-show-indent): Fix typo.
4693         (sh-mode-map): Add a toggle for inserting braces and quotes in pairs.
4695         * vc-cvs.el (vc-cvs-registered): Allow removed files to be
4696         considered registered.
4698 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
4700         * emacs-lisp/copyright.el (copyright-update-directory): New command.
4702         * ediff-wind.el (ediff-split-window-function)
4703         (ediff-merge-split-window-function): Improve custom type.
4705 2008-04-12  Eli Zaretskii  <eliz@gnu.org>
4707         * loadup.el ("minibuffer"): Move after "faces".
4709 2008-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4711         * progmodes/hideif.el (hif-factor): Handle unary minus.
4713 2008-04-12  Glenn Morris  <rgm@gnu.org>
4715         * calendar/cal-china.el (chinese-calendar-time-zone):
4716         Mark obsolete name as risky too.
4718         * calendar/calendar.el (calendar-faces): New custom group.
4719         (calendar-today, diary, holiday): Doc fix.
4720         Move to calendar-faces group.
4721         * calendar/diary-lib.el (diary-face, diary-anniversary, diary-time)
4722         (diary-button): Doc fix.  Move to calendar-faces group.
4724         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
4725         * desktop.el, files.el, hilit-chg.el, ibuffer.el, iswitchb.el:
4726         * pcvs-info.el, recentf.el, speedbar.el, calendar/cal-china.el:
4727         * calendar/cal-hebrew.el, calendar/cal-x.el, calendar/calendar.el
4728         * calendar/diary-lib.el, net/net-utils.el, progmodes/gud.el:
4729         Move non-autoloaded define-obsolete-variable-alias calls for defcustoms
4730         not in dumped files before the associated defcustom.
4732 2008-04-11  Johan BockgÃ¥rd  <bojohan@gnu.org>
4734         * minibuffer.el (lazy-completion-table): Fix debug spec.
4736 2008-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4738         * minibuffer.el (complete-with-action, lazy-completion-table):
4739         Move from subr.el.
4740         (apply-partially, completion-table-dynamic)
4741         (completion-table-with-context, completion-table-with-terminator)
4742         (completion-table-in-turn): New funs.
4743         (completion--make-envvar-table, completion--embedded-envvar-table):
4744         New funs.
4745         (read-file-name-internal): Use them.
4746         (completion-setup-hook): Move from simple.el.
4747         * subr.el (complete-with-action, lazy-completion-table):
4748         * simple.el (completion-setup-hook): Move to minibuffer.el.
4750 2008-04-11  Glenn Morris  <rgm@gnu.org>
4752         * Makefile.in (AUTOGENEL): Add calc/calc-loaddefs.el.
4754 2008-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4756         * progmodes/python.el (python-mode): Don't mess with hippie-expand.
4758         * Makefile.in (bootstrap-prepare): Make tpu-edt.el writable as well.
4760         * textmodes/fill.el (fill-forward-paragraph-function): New var.
4761         (fill-forward-paragraph): New fun.
4762         (fill-paragraph, fill-region): Use it.
4764         * vc.el: Change `dir-status' to not take (and pass) status-buffer.
4765         (vc-status-create-fileinfo): Make `extra' optional.
4766         (vc-status-busy): New fun.
4767         (vc-status-menu-map): Use it.
4768         (vc-status-crt-marked): Remove.
4769         (vc-status-update): Rename from vc-status-add-entries.
4770         Add argument so as to prevent addition of entries.  Rewrite.
4771         (vc-update-vc-status-buffer): Remove.
4772         (vc-status-refresh): Don't remove old entries, set them to
4773         up-to-date instead.  Also do it after the update is complete.
4774         (vc-status-marked-files): Î·-reduce.
4776         * dired.el (dired-read-dir-and-switches): Use read-directory-name even
4777         for non-dialogs.
4779         * Makefile.in (bootstrap-prepare): Don't copy ldefs-boot over loaddefs.
4781         * loadup.el: Load ldefs-boot.el if loaddefs.el doesn't exist.
4783 2008-04-11  Jan Djärv  <jan.h.d@swipnet.se>
4785         * tooltip.el (tooltip-show-help-non-mode): Set message-truncate-lines
4786         to t and don't truncate msg.
4788 2008-04-11  Glenn Morris  <rgm@gnu.org>
4790         * calendar/calendar.el (diary, holidays):
4791         Move custom groups to other files.
4792         (holiday-general-holidays, holiday-oriental-holidays)
4793         (holiday-local-holidays, holiday-other-holidays, hebrew-holidays-1)
4794         (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
4795         (holiday-hebrew-holidays, holiday-christian-holidays)
4796         (holiday-islamic-holidays, holiday-bahai-holidays)
4797         (holiday-solar-holidays, calendar-holidays): Move to holidays.el.
4798         * calendar/diary-lib.el: Move custom group here from calendar.el.
4799         * calendar/holidays-lib.el: Move custom group and variables here
4800         from calendar.el.
4802         * calendar/cal-china.el (calendar-chinese-time-zone): Mark as risky.
4804         * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
4805         Fix custom group.
4806         (calendar-current-time-zone-cache): Autoload riskiness.
4808         * calendar/cal-tex.el (cal-tex-preamble-extra): Fix custom type.
4810 2008-04-11  Chong Yidong  <cyd@stupidchicken.com>
4812         * woman.el (woman2-TH): Use string-equal instead of string-match.
4814 2008-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4816         * smerge-mode.el (smerge-apply-resolution-patch): Fix typo.
4817         (smerge-resolve): Merge the "2-way refinement" case with one half of
4818         the "mere whitespace" resolution.
4820 2008-04-10  Dan Nicolaescu  <dann@ics.uci.edu>
4822         * vc-bzr.el (vc-bzr-after-dir-status): Detect the conflict state.
4824 2008-04-10  Juanma Barranquero  <lekktu@gmail.com>
4826         * subr.el (assoc-ignore-case, assoc-ignore-representation):
4827         Add WHEN to obsolescence declaration.
4829         * makefile.w32-in (AUTOGENEL): Add calc-loaddefs.el.
4831 2008-04-10  Dan Nicolaescu  <dann@ics.uci.edu>
4833         * vc-hooks.el (vc-state): Add new state `conflict'.
4834         (vc-after-save): Use when not if.
4835         (vc-default-mode-line-string): Deal with the conflict state.
4836         (vc-prefix-map, vc-menu-map): Bind vc-status instead of vc-directory.
4838         * vc.el (vc-editable-p, vc-default-status-printer)
4839         (vc-next-action): Deal with the conflict state.
4840         (vc-mark-resolved): New function.
4841         (vc-status-mode): Fix mode name.
4842         (vc-default-comment-history): Use when not if.
4843         (Todo): Add new entries, remove old ones.
4845         * vc-cvs.el (vc-cvs-merge, vc-cvs-merge-news): Set conflict state.
4846         (vc-cvs-parse-status, vc-cvs-after-dir-status):
4847         * vc-svn.el (vc-svn-after-dir-status, vc-svn-parse-status):
4848         Detect the conflict state.
4850         * vc-hg.el (vc-hg-dir-status): Remove unneeded call.
4852 2008-04-10  Glenn Morris  <rgm@gnu.org>
4854         * menu-bar.el (menu-bar-options-menu) <truncate-lines>:
4855         Respect truncate-partial-width-windows in non-full windows,
4856         with regards to :toggle and :enable state.
4858         * simple.el (toggle-truncate-lines): Doc fix.
4860         * Makefile.in (MH_E_DIR): New variable.
4861         (MH_E_SRC): Restore variable removed 2008-03-13.
4862         (mh-loaddefs.el): Depend on $MH_E_SRC.
4863         (CAL_DIR, CAL_SRC): New variables.
4864         (cal-loaddefs.el, diary-loaddefs.el, hol-loaddefs.el):
4865         Depend on CAL_SRC.
4867         * calendar/calendar.el (calendar, diary): Add :prefix.
4868         (holidays): Change :prefix.
4869         (calendar-today, holiday, calendar-holiday-marker)
4870         (european-calendar-style): Change custom groups.
4872         * calendar/calendar.el (diary-hook, diary-display-hook):
4873         Move to diary-lib.el.
4874         * calendar/diary-lib.el (diary-hook, diary-display-hook):
4875         Move here from calendar.el.
4876         * calendar/appt.el: Require diary-lib rather than calendar.
4877         * calendar/cal-x.el (diary-display-hook): Declare for compiler.
4879         * calendar/appt.el (appt): Add :prefix.
4881         * calendar/diary-lib.el (diary-hook): Doc fix.
4882         (diary-mark-sexp-entries): Fix replacement of calendar-for-loop.
4884 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4886         * minibuffer.el (minibuffer--double-dollars, read-file-name-internal):
4887         New functions.
4889         * minibuffer.el (minibuffer--do-completion): Don't forget to propagate
4890         the arg to recursive calls.
4892 2008-04-09  Juanma Barranquero  <lekktu@gmail.com>
4894         * minibuffer.el (completion-auto-help): Fix typo.
4896 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4898         * vc-cvs.el (vc-cvs-diff-tree): Remove unused function.
4900 2008-04-09  Michael Albinus  <michael.albinus@gmx.de>
4902         * net/tramp.el (tramp-find-file-name-coding-system-alist): New defun.
4903         (tramp-handle-insert-file-contents, tramp-handle-write-region): Use it.
4905 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4907         * vc-hooks.el (vc-default-mode-line-string): Use ? for missing.
4909         * minibuffer.el (minibuffer): Move group from cus-edit.el.
4910         (completion-auto-help): Move from C code.
4911         (minibuffer--maybe-completion-help): Remove.
4912         (minibuffer--bitset): New function.
4913         (minibuffer--do-completion): Rename from minibuffer-do-completion.
4914         Renumber a bit.  Really complete on string *before* point.
4915         Add argument used for word-completion.
4916         Join trailing / in completion with following text, as done in
4917         minibuffer-complete-word.
4918         Handle new value `lazy' for completion-auto-help.
4919         (minibuffer-try-word-completion): New function extracted from
4920         minibuffer-complete-word.
4921         (minibuffer-complete-word): Use minibuffer--do-completion.
4922         (minibuffer--insert-strings): Rename from
4923         minibuffer-complete-insert-strings.
4924         (exit-minibuffer): Fix typo.
4925         * cus-edit.el (minibuffer): Move group to minibuffer.el.
4926         * cus-start.el: Remove completion-auto-help.
4928 2008-04-09  Alexandre Julliard  <julliard@winehq.org>
4930         * vc.el (vc-status-add-entries): New function.
4931         (vc-status-add-entry): Remove.
4932         (vc-update-vc-status-buffer, vc-status-mark-buffer-changed):
4933         Use vc-status-add-entries.
4935         * emacs-lisp/ewoc.el (ewoc-collect): Return results in the correct
4936         order.
4938 2008-04-09  Jason Rumney  <jasonr@gnu.org>
4940         * makefile.w32-in (LOADDEFS): Add mh-loaddefs.el.
4941         ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule.
4942         (pre-mh-loaddefs.el-CMD, pre-mh-loaddefs.el-SH): Remove.
4943         (AUTOGENEL): New variable.
4944         (distclean, maintainer-clean): New targets.
4946 2008-04-09  Chong Yidong  <cyd@stupidchicken.com>
4948         * emacs-lisp/regexp-opt.el (regexp-opt):
4949         Reduce max-lisp-eval-depth and max-specpdl-size to 10000.
4951 2008-04-09  Lennart Borgman  <lennart.borgman@gmail.com>
4953         * nxml/nxml-mode.el (nxml-cleanup): New function.
4954         (nxml-mode): Add it to change-major-mode-hook.
4956 2008-04-09  Jan Djärv  <jan.h.d@swipnet.se>
4958         * term/x-win.el (x-gtk-stock-map): Map info to gtk-info.
4960 2008-04-09  Juanma Barranquero  <lekktu@gmail.com>
4962         * calc/.cvsignore: New file.
4964 2008-04-09  Jan Djärv  <jan.h.d@swipnet.se>
4966         * vc.el (vc-status-tool-bar-map): Add vc-print-log to tool bar.
4968         * tooltip.el (tooltip-mode): Set tooltip-show-help-non-mode as
4969         show-help-function when turning tooltip off.
4970         (tooltip-show): Call tooltip-show-help-non-mode if use-echo-area.
4971         (tooltip-trunc-str, tooltip-show-help-non-mode): New.
4973 2008-04-09  Alan Mackenzie  <acm@muc.de>
4975         * font-lock.el (font-lock-extend-after-change-region-function):
4976         Make it buffer local.
4978 2008-04-09  Glenn Morris  <rgm@gnu.org>
4980         * calendar/calendar.el (diary-file, european-calendar-style):
4981         Remove autoload cookies.
4983 2008-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
4985         * outline.el (outline-mode-menu-bar-map):
4986         * log-view.el (log-view-mode-menu):
4987         * log-edit.el (log-edit-menu): Add :help.
4989 2008-04-09  Chong Yidong  <cyd@stupidchicken.com>
4991         * emacs-lisp/regexp-opt.el (regexp-opt-group):
4992         Use substring-no-properties for correct handling of unibyte strings.
4994 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4996         * add-log.el (change-log-next-buffer): Handle the case where version<
4997         signals an error.
4999         * mouse.el (mouse-menu-major-mode-map): New fun extracted from
5000         mouse-major-mode-menu.
5001         (mouse-menu-bar-map): New fun extracted from mouse-popup-menubar.
5002         (mouse-major-mode-menu, mouse-popup-menubar)
5003         (mouse-popup-menubar-stuff): Use them.
5004         (C-down-mouse-3): Bind to a dynamic map rather than to
5005         mouse-popup-menubar-stuff.
5007         * bindings.el (mode-line-major-mode-keymap): Bind down-mouse-1
5008         to mouse-menu-major-mode-map rather than to mouse-major-mode-menu.
5010 2008-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
5012         * vc-svn.el (vc-svn-modify-change-comment): Add support for the
5013         file:// access method.
5015 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5017         * minibuffer.el: New file.
5018         * loadup.el: Load it.
5020 2008-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5022         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Make it depend on mh-e/*.el
5023         rather than subdirs.el.  It introduces an ugly circular dependency, tho.
5025         * calc/calc.el: Load "calc-loaddefs" rather than set up manual autoloads.
5026         (calc-mode-map, calc-digit-map, calc-dispatch-map):
5027         Move initialization into declaration.
5028         * calc/calc-yank.el:
5029         * calc/calc-misc.el:
5030         * calc/calc-embed.el:
5031         * calc/calc-aent.el: Add autoload cookies.  Set generated-autoload-file.
5033 2008-04-08  Michael Albinus  <michael.albinus@gmx.de>
5035         * ps-samp.el (ps-add-printer, ps-remove-printer)
5036         (ps-make-dynamic-printer-menu): New functions.
5038         * net/zeroconf.el: New file.
5040 2008-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5042         * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits): Typo.
5044 2008-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
5046         * vc-rcs.el (vc-rcs-modify-change-comment):
5047         * vc-cvs.el (vc-cvs-modify-change-comment): Fix argument order.
5049         * log-view.el (log-view-mode-menu): Bind log-view-modify-change-comment.
5051 2008-04-08  Juanma Barranquero  <lekktu@gmail.com>
5053         * international/mule-cmds.el (set-locale-environment): Don't warn if
5054         coding system doesn't agree with system locale (this reverts changes
5055         by Dave Love, dated 2002-10-27 and 2002-10-09).
5057         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
5058         * emacs-lisp/cl-macs.el (get-setf-method): Use `string-match-p'.
5060         * emacs-lisp/copyright.el (copyright-update-year): Use `looking-at-p'.
5062 2008-04-08  Glenn Morris  <rgm@gnu.org>
5064         * calendar/calendar.el (calendar-date-style): Remove autoload cookie.
5065         * textmodes/remember.el (remember-diary-convert-entry):
5066         Require calendar.
5068         * textmodes/remember.el (remember-diary-extract-entries): Don't pass
5069         diary-file, since it is the default for make-diary-entry anyway.
5071         * calendar/cal-menu.el (cal-menu-event-to-date):
5072         Rename calendar-event-to-date.  Update callers.
5073         (calendar-mouse-tex-day): Rename cal-tex-mouse-day.
5074         (calendar-mouse-tex-week): Rename cal-tex-mouse-week.
5075         (calendar-mouse-tex-week2): Rename cal-tex-mouse-week2.
5076         (calendar-mouse-tex-week-iso): Rename cal-tex-mouse-week-iso.
5077         (calendar-mouse-tex-week-monday): Rename cal-tex-mouse-week-monday.
5078         (calendar-mouse-tex-filofax-daily): Rename cal-tex-mouse-filofax-daily.
5079         (calendar-mouse-tex-filofax-2week): Rename cal-tex-mouse-filofax-2week.
5080         (calendar-mouse-tex-filofax-week): Rename cal-tex-mouse-filofax-week.
5081         (calendar-mouse-tex-month): Rename cal-tex-mouse-month.
5082         (calendar-mouse-tex-month-landscape):
5083         Rename cal-tex-mouse-month-landscape.
5084         (calendar-mouse-tex-year): Rename cal-tex-mouse-year.
5085         (calendar-mouse-tex-filofax-year): Rename cal-tex-mouse-filofax-year.
5086         (calendar-mouse-tex-year-landscape):
5087         Rename cal-tex-mouse-year-landscape.
5088         (cal-menu-context-mouse-menu): Update for above name changes.
5090         * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
5091         * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
5092         * calendar/cal-iso.el, calendar/cal-julian.el, calendar/cal-move.el:
5093         * calendar/cal-persia.el, calendar/cal-tex.el, calendar/calendar.el:
5094         * calendar/holidays.el: Replace int-to-string with number-to-string.
5096 2008-04-08  Chong Yidong  <cyd@stupidchicken.com>
5098         * mwheel.el (mwheel-scroll): Deactivate any temporarily active
5099         region if point moves.
5101 2008-04-08  Kenichi Handa  <handa@m17n.org>
5103         * faces.el (font-slant-table): Change numeric values for `r',
5104         `roman', and `normal'.
5106 2008-04-07  Vincent Belaïche  <vincent.b.1@hotmail.fr>
5108         * calc/calc-vec.el (calcFunc-kron, calc-kron): New functions.
5110 2008-04-07  Jay Belanger  <jay.p.belanger@gmail.com>
5112         * calc/calc-ext.el (calc-init-extensions): Add `calc-kron' and
5113         `calcFunc-kron' to autoloads.  Add keybinding for `calc-kron'.
5115 2008-04-07  Michael Albinus  <michael.albinus@gmx.de>
5117         * net/tramp.el (tramp-methods): Fix again tramp-copy-args of
5118         "pscp" and "psftp".  Reported by Gilles Pion <gpion@lfdj.com>.
5120 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5122         * dired-aux.el (dired-read-shell-command): Use read-shell-command.
5124 2008-04-07  Sam Steingold  <sds@gnu.org>
5126         * progmodes/inf-lisp.el (lisp-compile-string, lisp-eval-string):
5127         Add helper functions.
5128         (lisp-do-defun): Extract the common part of lisp-eval-defun and
5129         lisp-compile-defun; DEFVAR forms reset the variables to the init
5130         values, just like in emacs-lisp mode eval-defun.
5131         (lisp-eval-defun, lisp-compile-defun): Use lisp-do-defun.
5132         (lisp-compile-region): Use lisp-compile-string.
5134 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5136         * subr.el (combine-and-quote-strings): Also quote strings that contain
5137         the separator.
5139         * pcvs-util.el (cvs-map): Avoid recursion :-(
5141 2008-04-07  Glenn Morris  <rgm@gnu.org>
5143         * calendar/calendar.el (calendar-mode-map): Replace use of kbd.
5145         * calendar.el (diary-view-entries-initially-flag): Rename
5146         view-diary-entries-initially.  Keep old name as alias, update users.
5147         (calendar-mark-diary-entries-flag): Rename
5148         mark-diary-entries-in-calendar.  Keep old name as alias, update users.
5149         (calendar-view-holidays-initially-flag): Rename
5150         view-calendar-holidays-initially.  Keep old name as alias, update users.
5151         (calendar-mark-holidays-flag): Rename mark-holidays-in-calendar.
5152         Keep old name as alias, update users.
5153         (calendar-initial-window-hook): Rename initial-calendar-window-hook.
5154         Keep old name as alias, update users.
5155         (calendar-today-visible-hook): Rename today-visible-calendar-hook.
5156         Keep old name as alias, update users.
5157         (calendar-today-invisible-hook): Rename today-invisible-calendar-hook.
5158         Keep old name as alias, update users.
5159         (diary-iso-date-forms): Rename iso-date-diary-pattern.  Update users.
5160         (diary-american-date-forms): Rename american-date-diary-pattern.
5161         Keep old name as alias, update users.
5162         (diary-european-date-forms): Rename european-date-diary-pattern.
5163         Keep old name as alias, update users.
5164         (calendar-iso-date-display-form): Rename iso-calendar-display-form.
5165         Keep old name as alias, update users.
5166         (calendar-european-date-display-form): Rename
5167         european-calendar-display-form.  Keep old name as alias, update users.
5168         (calendar-american-date-display-form): Rename
5169         european-calendar-display-form.  Keep old name as alias, update users.
5170         (diary-show-holidays-flag): Rename holidays-in-diary-buffer.
5171         Keep old name as alias, update users.
5172         (holiday-general-holidays): Rename general-holidays.
5173         Keep old name as alias, update users.
5174         (holiday-oriental-holidays): Rename oriental-holidays.
5175         Keep old name as alias, update users.
5176         (holiday-local-holidays): Rename local-holidays.
5177         Keep old name as alias, update users.
5178         (holiday-other-holidays): Rename other-holidays.
5179         Keep old name as alias, update users.
5180         (holiday-hebrew-holidays): Rename hebrew-holidays.
5181         Keep old name as alias, update users.
5182         (holiday-christian-holidays): Rename christian-holidays.
5183         Keep old name as alias, update users.
5184         (holiday-islamic-holidays): Rename islamic-holidays.
5185         Keep old name as alias, update users.
5186         (holiday-bahai-holidays): Rename bahai-holidays.
5187         Keep old name as alias, update users.
5188         (holiday-solar-holidays): Rename solar-holidays.
5189         Keep old name as alias, update users.
5190         (diary-fancy-buffer): Rename fancy-diary-buffer.
5191         Keep old name as alias, update users.
5192         (calendar-other-calendars-buffer): Rename other-calendars-buffer.
5193         Update users.
5194         (calendar-hebrew-yahrzeit-buffer): Rename cal-hebrew-yahrzeit-buffer.
5195         Update users.
5196         (calendar-increment-month): Rename increment-calendar-month.
5197         Keep old name as alias, update callers.
5198         (calendar-increment-month-cons): Rename old calendar-increment-month.
5199         Update callers.
5200         (calendar-extract-month): Rename extract-calendar-month.
5201         Keep old name as alias, update callers.
5202         (calendar-extract-day): Rename extract-calendar-day.
5203         Keep old name as alias, update callers.
5204         (calendar-extract-year): Rename extract-calendar-year.
5205         Keep old name as alias, update callers.
5206         (calendar-generate-window): Rename generate-calendar-window.
5207         Update callers.
5208         (calendar-generate): Rename generate-calendar.  Update callers.
5209         (calendar-generate-month): Rename generate-calendar-month.
5210         Update callers.
5211         (calendar-redraw): Rename redraw-calendar.  Update callers.
5212         (calendar-describe-mode): Rename describe-calendar-mode.  Update uses.
5213         (calendar-mouse-other-month): Rename mouse-calendar-other-month.
5214         Update callers.
5215         (calendar-update-mode-line): Rename update-calendar-mode-line.
5216         Update callers.
5217         (calendar-exit): Rename exit-calendar.  Keep old name as alias,
5218         update callers.
5219         (calendar-mark-visible-date): Rename mark-visible-calendar-date.
5220         Keep old name as alias, update callers.
5221         * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
5222         * calendar/cal-dst.el, calendar/cal-french.el, calendar/cal-hebrew.el:
5223         * calendar/cal-html.el, calendar/cal-islam.el, calendar/cal-iso.el:
5224         * calendar/cal-julian.el, calendar/cal-menu.el, calendar/cal-move.el:
5225         * calendar/cal-persia.el, calendar/cal-tex.el, calendar/cal-x.el:
5226         * calendar/diary-lib.el, calendar/holidays.el, calendar/lunar.el:
5227         * calendar/solar.el: Update for calendar.el name changes.
5228         * org/org.el (org-agenda-format-date-aligned)
5229         (org-agenda-execute-calendar-command): Access date elements directly
5230         rather than using calendar functions.
5231         (org-read-date, org-goto-calendar, org-agenda-goto-calendar):
5232         Also set calendar-view-diary-initially-flag,
5233         calendar-view-holidays-initially-flag.
5234         (org-get-entries-from-diary): Also set diary-fancy-buffer.
5235         (org-agenda-execute-calendar-command): No need to set displayed-day.
5237 2008-04-06  Alan Mackenzie  <acm@muc.de>
5239         * progmodes/cc-langs.el (c-before-font-lock-function): Correct a
5240         typo in the doc string.
5242         * progmodes/cc-mode.el (c-basic-common-init):
5243         Set font-lock-extend-after-change-region-function.
5244         (c-extend-after-change-region): New function, used in
5245         font-lock-extend-after-change-region-function, thus superseding
5246         advice on the Font Lock after change functions.
5247         (c-advise-fl-for-region): Remove this macro.
5249 2008-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
5251         * textmodes/flyspell.el (flyspell-duplicate-distance):
5252         Improve custom type.
5254 2008-04-06  Glenn Morris  <rgm@gnu.org>
5256         * calendar/diary-lib.el (diary-sexp-entry-symbol):
5257         Rename sexp-diary-entry-symbol.  Keep old name as alias, update users.
5258         (diary-list-entries-hook): Rename list-diary-entries-hook.
5259         Keep old name as alias, update users.
5260         (diary-mark-entries-hook): Rename mark-diary-entries-hook.
5261         Keep old name as alias, update users.
5262         (diary-nongregorian-listing-hook): Rename
5263         nongregorian-diary-listing-hook.  Keep old name as alias, update users.
5264         (diary-nongregorian-marking-hook): Rename
5265         nongregorian-diary-marking-hook.  Keep old name as alias, update users.
5266         (diary-print-entries-hook): Rename print-diary-entries-hook.
5267         Keep old name as alias, update users.
5268         (diary-abbreviated-year-flag): Rename abbreviated-calendar-year.
5269         Keep old name as alias, update users.
5270         (diary-number-of-entries): Rename number-of-diary-entries.
5271         Keep old name as alias, update users.
5272         (view-diary-entries, list-diary-entries, show-all-diary-entries):
5273         Give version of obsolescence.
5274         (diary-view-other-diary-entries): Rename view-other-diary-entries.
5275         Keep old name as alias, update callers.
5276         (diary-add-to-list): Rename add-to-diary-list.  Keep old name as alias,
5277         update callers.
5278         (diary-include-other-diary-files): Rename include-other-diary-files.
5279         Keep old name as alias, update callers.
5280         (diary-simple-display): Rename simple-diary-display.
5281         Keep old name as alias, update callers.
5282         (diary-fancy-display): Rename fancy-diary-display.
5283         Keep old name as alias, update callers.
5284         (diary-print-entries): Rename print-diary-entries.
5285         Keep old name as alias, update callers.
5286         (diary-marking-entries-flag): Rename marking-diary-entries.
5287         Update users.
5288         (diary-marking-entry-flag): Rename marking-diary-entry.  Update users.
5289         (diary-mark-entries): Rename mark-diary-entries.
5290         Keep old name as alias, update callers.
5291         (diary-mark-sexp-entries): Rename mark-sexp-diary-entries.
5292         Keep old name as alias, update callers.
5293         (diary-mark-included-diary-files): Rename mark-included-diary-files.
5294         Keep old name as alias, update callers.
5295         (calendar-mark-days-named): Rename mark-calendar-days-named.
5296         Keep old name as alias, update callers.
5297         (calendar-mark-month): Rename mark-calendar-month.
5298         Keep old name as alias, update callers.
5299         (calendar-mark-date-pattern): Rename mark-calendar-date-pattern.
5300         Keep old name as alias, update callers.
5301         (diary-sort-entries): Rename sort-diary-entries.
5302         Keep old name as alias, update callers.
5303         (diary-list-sexp-entries): Rename list-sexp-diary-entries.
5304         Keep old name as alias, update callers.
5305         (diary-make-entry): Rename make-diary-entry.  Keep old name as alias,
5306         update callers.
5307         (diary-insert-entry): Rename insert-diary-entry.
5308         Keep old name as alias.
5309         (diary-insert-weekly-entry): Rename insert-weekly-diary-entry.
5310         Keep old name as alias.
5311         (diary-insert-monthly-entry): Rename insert-monthly-diary-entry.
5312         Keep old name as alias.
5313         (diary-insert-yearly-entry): Rename insert-yearly-diary-entry.
5314         Keep old name as alias.
5315         (diary-insert-anniversary-entry): Rename insert-anniversary-diary-entry.
5316         Keep old name as alias.
5317         (diary-insert-block-entry): Rename insert-block-diary-entry.
5318         Keep old name as alias.
5319         (diary-insert-cyclic-entry): Rename insert-cyclic-diary-entry.
5320         Keep old name as alias.
5321         (diary-fancy-font-lock-keywords): Rename fancy-diary-font-lock-keywords.
5322         Keep old name as alias, update users.
5323         (diary-fancy-display-mode): Rename fancy-diary-display-mode.
5324         Keep old name as alias, update callers.
5325         * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
5326         * calendar/cal-menu.el, calendar/cal-x.el, calendar/calendar.el:
5327         * calendar/icalendar.el: Update for diary-lib name changes.
5329 2008-04-06  Chong Yidong  <cyd@stupidchicken.com>
5331         * dired-aux.el (dired-overwrite-confirmed): Revert last change.
5333         * dired.el (dired-dnd-handle-local-file): Obey dired-backup-overwrite
5334         for copy, move, and link operations.
5336 2008-04-06  Michael Kifer  <kifer@cs.stonybrook.edu>
5338         * emulation/viper-init.el, emulation/viper-ex.el, emulation/viper-cmd.el
5339         (viper-search-wrap-around-t): Replace with viper-search-wrap-around.
5341         * ediff-util.el, ediff-vers.el, ediff-wind.el: Replace 3-argument
5342         'require' statements with 1-argument ones (wrapped in if's).
5343         For compatibility with the current stable version of XEmacs.
5345 2008-04-06  Dan Nicolaescu  <dann@ics.uci.edu>
5347         * vc.el (vc-status-prepare-status-buffer): Reset vc-parent-buffer-name.
5349 2008-04-06  Jason Rumney  <jasonr@gnu.org>
5351         * language/burmese.el ("Burmese"): Make sample text consistent with
5352         language name.
5354 2008-04-06  Nick Roberts  <nickrob@snap.net.nz>
5356         * progmodes/gdb-ui.el (gdb): New group.
5357         (gdb-debug-log-max, gdb-enable-debug)
5358         (gdb-cpp-define-alist-program, gdb-cpp-define-alist-flags)
5359         (gdb-show-main, gdb-many-windows, gdb-use-separate-io-buffer)
5360         (gdb-speedbar-auto-raise, gdb-use-colon-colon-notation)
5361         (gdb-show-changed-values, gdb-max-children)
5362         (gdb-delete-out-of-scope, gdb-same-frame, gdb-find-source-frame)
5363         (breakpoint-enabled, breakpoint-disabled, gdb-max-frames)
5364         (gdb-all-registers, gdb-memory-repeat-count, gdb-memory-format)
5365         (gdb-memory-unit): Move to new group from GUD group.
5366         (menu): Allow customization from GDB-UI menu-item.
5368 2008-04-05  Chong Yidong  <cyd@stupidchicken.com>
5370         * dired-aux.el (dired-overwrite-confirmed): Supply initial value.
5372 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5374         * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-annotate-command)
5375         (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
5376         Revision numbers can include ".".
5378         * diff-mode.el (diff-end-of-hunk): Be careful not to overlook trailing
5379         "+" lines not accounted for by counting "-" and context lines.
5381 2008-04-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5383         * term/mac-win.el (mac-service-open-file): Use file URL instead of
5384         file name string.
5386 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5388         * vc-bzr.el (vc-bzr-annotate-command): Preserve line alignment.
5389         (vc-bzr-annotate-time): Accept space used to preserve alignment.
5391 2008-04-05  Richard Stallman  <rms@gnu.org>
5393         * emacs-lisp/advice.el (defadvice): Add usage pattern.
5395 2008-04-05  Nick Roberts  <nickrob@snap.net.nz>
5397         * progmodes/gdb-ui.el: Add advice about using Cygwin GDB (from a
5398         thread in [h-e-w]).
5400 2008-04-05  Juanma Barranquero  <lekktu@gmail.com>
5402         * files.el (abort-if-file-too-large): Fix typo in docstring.
5404 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5406         * subr.el (functionp): Return nil for special forms.
5408 2008-04-05  Glenn Morris  <rgm@gnu.org>
5410         * emacs-lisp/autoload.el (autoload-ensure-default-file):
5411         Provide a feature.
5412         * calendar/calendar.el, calendar/diary-lib.el, calendar/holidays.el:
5413         Require loaddef file rather than loading it.
5414         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule now that
5415         autoload-ensure-default-file provides a feature.
5417         * Makefile.in (LOADDEFS): Add mh-loaddefs.el.
5418         (AUTOGENEL): mh-loaddefs is in $LOADDEFS now.
5419         (compile, compile-always, recompile): Use $LOADDEFS.
5420         (cal-autoloads): Remove.
5422         * calendar/cal-x.el (calendar-dedicate-diary): Use get-buffer rather
5423         than buffer-live-p.  Reported by David Koppelman <koppel@ece.lsu.edu>.
5425         * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
5426         (hebrew-holidays-3, hebrew-holidays-4): Don't autoload obsolescence.
5428         * calendar/calendar.el (diary-hebrew-entry-symbol):
5429         Rename hebrew-diary-entry-symbol.  Keep old name as alias.
5430         (diary-islamic-entry-symbol): Rename islamic-diary-entry-symbol.
5431         Keep old name as alias.
5432         (diary-bahai-entry-symbol): Rename bahai-diary-entry-symbol.
5433         Keep old name as alias.
5434         * calendar/cal-bahai.el: Update for rename bahai-diary-entry-symbol
5435         to diary-bahai-entry-symbol.
5436         * calendar/cal-hebrew.el: Update for rename hebrew-diary-entry-symbol
5437         to diary-hebrew-entry-symbol.
5438         * calendar/cal-islam.el: Update for rename islamic-diary-entry-symbol
5439         to diary-islamic-entry-symbol.
5440         * calendar/diary-lib.el: Update for diary-entry-symbol renames.
5442         * calendar/solar.el (diary-sabbath-candles-minutes)
5443         (diary-sabbath-candles): Move to cal-hebrew.
5444         * calendar/cal-hebrew.el (diary-hebrew-sabbath-candles-minutes)
5445         (diary-hebrew-sabbath-candles): Move here from solar.el and rename.
5446         Doc fix.  Keep old name as alias.
5447         (diary-hebrew-sabbath-candles): Simplify.
5448         (solar-setup, solar-sunrise-sunset, calendar-latitude)
5449         (calendar-longitude, calendar-time-zone): Declare for compiler.
5450         * calendar/diary-lib.el (list-sexp-diary-entries): Update doc for
5451         rename.
5453         * calendar/cal-coptic.el (calendar-coptic-month-name-array):
5454         Rename coptic-calendar-month-name-array.  Update callers.
5455         (calendar-coptic-epoch): Rename coptic-calendar-epoch.  Update callers.
5456         (calendar-coptic-name): Rename coptic-name.  Update callers.
5457         (calendar-coptic-leap-year-p): Rename coptic-calendar-leap-year-p.
5458         Update callers.
5459         (calendar-coptic-last-day-of-month):
5460         Rename coptic-calendar-last-day-of-month.  Update callers.
5461         (calendar-coptic-to-absolute): Rename calendar-absolute-from-coptic.
5462         Keep old name as alias, update callers.
5463         (calendar-coptic-print-date): Rename calendar-print-coptic-date.
5464         Keep old name as alias, update callers.
5465         (calendar-coptic-goto-date): Rename calendar-goto-coptic-date.
5466         Keep old name as alias.
5467         (calendar-ethiopic-month-name-array):
5468         Rename ethiopic-calendar-month-name-array.  Update callers.
5469         (calendar-ethiopic-epoch): Rename ethiopic-calendar-epoch.
5470         Update callers.
5471         (calendar-ethiopic-name): Rename ethiopic-name.  Update callers.
5472         (calendar-ethiopic-to-absolute): Rename calendar-absolute-from-ethiopic.
5473         Keep old name as alias, update callers.
5474         (calendar-ethiopic-print-date): Rename calendar-print-ethiopic-date.
5475         Keep old name as alias, update callers.
5476         (calendar-ethiopic-goto-date): Rename calendar-goto-ethiopic-date.
5477         Keep old name as alias.
5479         * calendar/cal-french.el (calendar-french-epoch):
5480         Rename french-calendar-epoch.  Update callers.
5481         (calendar-french-month-name-array): Rename variable and function
5482         french-calendar-month-name-array.  Update callers.
5483         (calendar-french-multibyte-month-name-array):
5484         Rename french-calendar-multibyte-month-name-array.  Update callers.
5485         (calendar-french-day-name-array): Rename variable and function
5486         french-calendar-day-name-array.  Update callers.
5487         (calendar-french-special-days-array): Rename variable and function
5488         french-calendar-special-days-array.  Update callers.
5489         (calendar-french-multibyte-special-days-array):
5490         Rename french-calendar-multibyte-special-days-array.  Update callers.
5491         (calendar-french-accents-p): Rename french-calendar-accents.
5492         Update callers.
5493         (calendar-french-leap-year-p): Rename french-calendar-leap-year-p.
5494         Update callers.
5495         (calendar-french-last-day-of-month):
5496         Rename french-calendar-last-day-of-month.  Update callers.
5497         (calendar-french-to-absolute): Rename calendar-absolute-from-french.
5498         Keep old name as alias, update callers.
5499         (calendar-french-print-date): Rename calendar-print-french-date.
5500         Keep old name as alias, update callers.
5501         (calendar-french-goto-date): Rename calendar-goto-french-date.
5502         Keep old name as alias.
5504         * calendar/cal-menu.el, calendar/calendar.el:
5505         Update for Coptic and French name changes.
5507         * calendar/cal-china.el (calendar-chinese): Rename custom group
5508         from chinese-calendar.  Update users.
5509         (calendar-chinese-time-zone): Rename chinese-calendar-time-zone.
5510         Keep old name as alias, update users.
5511         (calendar-chinese-location-name): Rename chinese-calendar-location-name.
5512         Keep old name as alias.
5513         (calendar-chinese-daylight-time-offset):
5514         Rename chinese-calendar-daylight-time-offset.  Keep old name as alias,
5515         update users.
5516         (calendar-chinese-standard-time-zone-name):
5517         Rename chinese-calendar-standard-time-zone-name.
5518         Keep old name as alias, update users.
5519         (calendar-chinese-daylight-saving-start):
5520         Rename chinese-calendar-daylight-savings-starts.
5521         Keep old name as alias, update users.
5522         (calendar-chinese-daylight-saving-end):
5523         Rename chinese-calendar-daylight-savings-ends.  Keep old name as alias,
5524         update users.
5525         (calendar-chinese-daylight-saving-start-time):
5526         Rename chinese-calendar-daylight-savings-starts-time.
5527         Keep old name as alias, update users.
5528         (calendar-chinese-daylight-saving-end-time):
5529         Rename chinese-calendar-daylight-savings-ends-time.
5530         Keep old name as alias, update users.
5531         (calendar-chinese-celestial-stem): Rename
5532         calendar-chinese-celestial-stem.  Keep old name as alias, update users.
5533         (calendar-chinese-terrestrial-branch):
5534         Rename calendar-chinese-terrestrial-branch.  Keep old name as alias,
5535         update users.
5536         (calendar-chinese-zodiac-sign-on-or-after):
5537         Rename chinese-zodiac-sign-on-or-after.  Update callers.
5538         (calendar-chinese-new-moon-on-or-after):
5539         Rename chinese-new-moon-on-or-after.  Update callers.
5540         (calendar-chinese-month-list): Rename chinese-month-list.
5541         Update callers.
5542         (calendar-chinese-number-months): Rename number-chinese-months.
5543         Update callers.
5544         (calendar-chinese-compute-year): Rename compute-chinese-year.
5545         Update callers.
5546         (calendar-chinese-year-cache): Rename chinese-year-cache.  Update users.
5547         (calendar-chinese-year): Rename chinese-year.  Update callers.
5548         (calendar-chinese-year-cache-init): Rename chinese-year-cache-init.
5549         (calendar-chinese-to-absolute): Rename calendar-absolute-from-chinese.
5550         Keep old name as alias, update callers.
5551         (calendar-chinese-print-date): Rename calendar-print-chinese-date.
5552         Keep old name as alias, update callers.
5553         (calendar-chinese-months-to-alist):
5554         Rename make-chinese-month-assoc-list.  Update callers.
5555         (calendar-chinese-months): Rename chinese-months.  Update callers.
5556         (calendar-chinese-goto-date): Rename calendar-goto-chinese-date.
5557         Keep old name as alias, update callers.
5559         * calendar/cal-hebrew.el (calendar-hebrew-leap-year-p):
5560         Rename hebrew-calendar-leap-year-p.  Update callers.
5561         (calendar-hebrew-last-month-of-year):
5562         Rename hebrew-calendar-last-month-of-year.  Update callers.
5563         (calendar-hebrew-elapsed-days): Rename hebrew-calendar-elapsed-days.
5564         Update callers.
5565         (calendar-hebrew-days-in-year): Rename hebrew-calendar-days-in-year.
5566         Update callers.
5567         (calendar-hebrew-long-heshvan-p): Rename hebrew-calendar-long-heshvan-p.
5568         Update callers.
5569         (calendar-hebrew-short-kislev-p): Rename hebrew-calendar-short-kislev-p.
5570         Update callers.
5571         (calendar-hebrew-last-day-of-month):
5572         Rename hebrew-calendar-last-day-of-month.  Update callers.
5573         (calendar-hebrew-to-absolute): Rename calendar-absolute-from-hebrew.
5574         Keep old name as alias, update callers.
5575         (calendar-hebrew-print-date): Rename calendar-print-hebrew-date.
5576         Keep old name as alias, update callers.
5577         (calendar-hebrew-yahrzeit): Rename hebrew-calendar-yahrzeit.
5578         Keep old name as alias, update callers.
5579         (calendar-hebrew-goto-date): Rename calendar-goto-hebrew-date.
5580         Keep old name as alias.
5581         (holiday-hebrew-rosh-hashanah): Rename holiday-rosh-hashanah-etc.
5582         Keep old name as alias.
5583         (holiday-hebrew-hanukkah): Rename holiday-hanukkah.
5584         Keep old name as alias.
5585         (holiday-hebrew-passover): Rename holiday-passover-etc.
5586         Keep old name as alias.
5587         (holiday-hebrew-tisha-b-av): Rename holiday-tisha-b-av-etc.
5588         Keep old name as alias, update callers.
5589         (diary-hebrew-list-entries): Rename list-hebrew-diary-entries.
5590         Keep old name as alias.
5591         (calendar-hebrew-mark-date-pattern):
5592         Rename mark-hebrew-calendar-date-pattern.  Keep old name as alias,
5593         update callers.
5594         (diary-hebrew-mark-entries): Rename mark-hebrew-diary-entries.
5595         Keep old name as alias.
5596         (diary-hebrew-insert-entry): Rename insert-hebrew-diary-entry.
5597         Keep old name as alias.
5598         (diary-hebrew-insert-monthly-entry):
5599         Rename insert-monthly-hebrew-diary-entry.  Keep old name as alias.
5600         (diary-hebrew-insert-yearly-entry):
5601         Rename insert-yearly-hebrew-diary-entry.  Keep old name as alias.
5602         (calender-hebrew-list-yahrzeits): Rename list-yahrzeit-dates.
5603         Keep old name as alias.
5604         (diary-hebrew-omer): Rename diary-omer.  Keep old name as alias.
5605         (diary-hebrew-yahrzeit): Rename diary-yahrzeit.  Keep old name as alias.
5606         (diary-hebrew-rosh-hodesh): Rename diary-rosh-hodesh.
5607         Keep old name as alias.
5608         (calendar-hebrew-parashiot-names):
5609         Rename hebrew-calendar-parashiot-names.  Update callers.
5610         (calendar-hebrew-parasha-name): Rename hebrew-calendar-parasha-name.
5611         (calendar-hebrew-year-Saturday-incomplete-Sunday):
5612         Rename hebrew-calendar-year-Saturday-incomplete-Sunday.
5613         (calendar-hebrew-year-Saturday-complete-Tuesday):
5614         Rename hebrew-calendar-year-Saturday-complete-Tuesday.
5615         (calendar-hebrew-year-Monday-incomplete-Tuesday):
5616         Rename hebrew-calendar-year-Monday-incomplete-Tuesday.
5617         (calendar-hebrew-year-Monday-complete-Thursday):
5618         Rename hebrew-calendar-year-Monday-complete-Thursday.
5619         (calendar-hebrew-year-Tuesday-regular-Thursday):
5620         Rename hebrew-calendar-year-Tuesday-regular-Thursday.
5621         (calendar-hebrew-year-Thursday-regular-Saturday):
5622         Rename hebrew-calendar-year-Thursday-regular-Saturday.
5623         (calendar-hebrew-year-Thursday-complete-Sunday):
5624         Rename hebrew-calendar-year-Thursday-complete-Sunday.
5625         (calendar-hebrew-year-Saturday-incomplete-Tuesday):
5626         Rename hebrew-calendar-year-Saturday-incomplete-Tuesday.
5627         (calendar-hebrew-year-Saturday-complete-Thursday):
5628         Rename hebrew-calendar-year-Saturday-complete-Thursday.
5629         (calendar-hebrew-year-Monday-incomplete-Thursday):
5630         Rename hebrew-calendar-year-Monday-incomplete-Thursday.
5631         (calendar-hebrew-year-Monday-complete-Saturday):
5632         Rename hebrew-calendar-year-Monday-complete-Saturday.
5633         (calendar-hebrew-year-Tuesday-regular-Saturday):
5634         Rename hebrew-calendar-year-Tuesday-regular-Saturday.
5635         (calendar-hebrew-year-Thursday-incomplete-Sunday):
5636         Rename hebrew-calendar-year-Thursday-incomplete-Sunday.
5637         (calendar-hebrew-year-Thursday-complete-Tuesday):
5638         Rename hebrew-calendar-year-Thursday-complete-Tuesday.
5639         (diary-hebrew-parasha): Rename diary-parasha.  Keep old name as alias.
5640         Update for above name changes of constants.
5642         * calendar/cal-menu.el, calendar/calendar.el:
5643         Update for chinese and hebrew name changes.
5644         * calendar/diary-lib.el: Update for hebrew name changes.
5646 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5648         * subr.el (keymap-canonicalize): Correct thinko.
5650         * server.el: Undo part of the multi-tty change, which is only
5651         needed if server.el is preloaded, and broke server-running-p.
5652         (server-socket-dir): Initialize in the defvar, as before.
5653         (server-start): Remove initialization of server-socket-dir.
5655 2008-04-05  Eli Zaretskii  <eliz@gnu.org>
5657         * ls-lisp.el (ls-lisp-format): Support inodes that are 2- or
5658         3-member cons cells.
5660 2008-04-05  Chong Yidong  <cyd@stupidchicken.com>
5662         * cus-face.el (custom-face-attributes): Handle roman slant.
5664         * faces.el (default): Ensure the face-defface-spec property is set.
5666 2008-04-05  Adrian Robert  <Adrian.B.Robert@gmail.com>
5668         * files.el (abort-if-file-too-large): New function.
5669         (find-file-noselect, insert-file-1): Use it.
5671 2008-04-05  Reto Zimmermann  <reto@gnu.org>
5673         * progmodes/vhdl-mode.el (vhdl-mode-map-init):
5674         Replace C-c[a-zA-Z] key bindings.
5676 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5678         * progmodes/hideif.el (hif-token-alist): New var.
5679         (hif-token-regexp, hif-tokenize): Use it.
5680         (hif-mathify-binop): New macro.
5681         (hif-plus, hif-minus, hif-notequal, hif-greater, hif-less)
5682         (hif-greater-equal, hif-less-equal): Use it.
5683         (hif-logior, hif-logand): New functions.
5684         (hif-math): Accept | and & as well.
5686         * progmodes/etags.el: Fix problem with completion for buffer-local
5687         tables.  Reported by Radey Shouman <shouman@comcast.net>.
5688         (tags-complete-tag): Remove.
5689         (tags-lazy-completion-table): New function to replace it.
5690         (find-tag-tag, complete-tag): Update users.
5692 2008-04-04  Dan Nicolaescu  <dann@ics.uci.edu>
5694         * vc-rcs.el (vc-rcs-dir-status):
5695         * vc-sccs.el (vc-sccs-dir-status): New function.
5697         * outline.el (outline-mode-menu-bar-map):
5698         * term.el (terminal-signal-menu): Add :help.
5700         * net/eudc.el (eudc-mode-map): Declare and define in one step.
5701         (eudc-tail-menu, eudc-server-menu, eudc-tools-menu): Add :help.
5703         * emacs-lisp/re-builder.el (reb-mode-map):
5704         * textmodes/nroff-mode.el (nroff-mode-map): Add menus.
5706         * diff-mode.el (diff-file-junk-re): Recognize the git format for
5707         new files, deleted files and for changing permissions.
5708         (diff-mode): Set beginning-of-defun-function and
5709         end-of-defun-function.
5711         * vc-bzr.el (vc-bzr-state): Use when instead of if.
5713         * vc.el (vc-default-status-fileinfo-extra): New function.
5714         (vc-status-mark-buffer-changed): Use it.
5715         (vc-update-vc-status-buffer): Allow for partial updates.
5717 2008-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5719         * net/tramp.el (after-init-hook): Don't wrap a lambda around
5720         tramp-register-completion-file-name-handler.
5722         * subr.el (keymap-canonicalize): New function.
5723         * mouse.el (mouse-menu-non-singleton): Use it.
5724         (mouse-major-mode-menu): Remove hack made unnecessary.
5726         * simple.el (set-fill-column): Prompt rather than error by default.
5728 2008-04-04  Andreas Schwab  <schwab@suse.de>
5730         * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
5731         Reset new-rules after each round.
5733         * Makefile.in (cal-autoloads): New target.
5734         (compile, compile-always, recompile): Depend on it.
5735         ($(lisp)/calendar/cal-loaddefs.el)
5736         ($(lisp)/calendar/diary-loaddefs.el)
5737         ($(lisp)/calendar/hol-loaddefs.el): Depend on calendar/*.el.
5739 2008-04-04  Michael Kifer  <kifer@cs.stonybrook.edu>
5741         * ediff*.el: Replace load with require in eval-when-compile.
5743         * ediff-hook: Delete all invocations of (autoload ...).
5745         * ediff-util.el (ediff-setup): Make window-min-height a local variable
5746         in ediff control window, and set its min height to 2.
5747         (ediff-setup-control-buffer): Dedicate the control window.
5748         (ediff-toggle-multiframe): Undedicate control window.
5749         Work directly with ediff-setup-windows-multiframe and
5750         ediff-setup-windows-plain.
5752         * ediff-wind (ediff-choose-window-setup-function-automatically):
5753         New function.
5754         (ediff-window-setup-function): Change initialization.
5755         (ediff-setup-windows-automatic): Delete.
5756         (ediff-setup-windows-plain-merge): Make control window dedicated.
5757         (ediff-destroy-control-frame): Do not skip frames if working in a
5758         single frame.
5760         * emulation/viper-ex.el: Move provide's forward, prevent recursion in
5761         eval-when-compile.
5763         * emulation/viper-util.el: Move provide's forward, prevent recursion in
5764         eval-when-compile.
5766 2008-04-04  Glenn Morris  <rgm@gnu.org>
5768         * calendar/cal-bahai.el (calendar-bahai-to-absolute): Rename
5769         calendar-absolute-from-bahai.  Update callers, keep old name as alias.
5771         * calendar/cal-islam.el (calendar-islamic-leap-year-p):
5772         Rename islamic-calendar-leap-year-p.  Update callers.
5773         (calendar-islamic-last-day-of-month):
5774         Rename islamic-calendar-last-day-of-month.  Update callers.
5775         (calendar-islamic-day-number):
5776         Rename islamic-calendar-day-number.  Update callers.
5777         (calendar-islamic-to-absolute): Rename calendar-absolute-from-islamic.
5778         Update callers, keep old name as alias.
5779         (calendar-islamic-print-date): Rename calendar-print-islamic-date.
5780         Update callers, keep old name as alias.
5781         (calendar-islamic-goto-date): Rename calendar-goto-islamic-date.
5782         Keep old name as alias.
5783         (diary-islamic-list-entries): Rename list-islamic-diary-entries.
5784         Update callers, keep old name as alias.
5785         (calendar-islamic-mark-date-pattern):
5786         Rename mark-islamic-calendar-date-pattern.  Update callers, keep old
5787         name as alias.
5788         (diary-islamic-insert-entry): Rename insert-islamic-diary-entry.
5789         Keep old name as alias.
5790         (diary-islamic-insert-monthly-entry):
5791         Rename insert-monthly-islamic-diary-entry.  Keep old name as alias.
5792         (diary-islamic-insert-yearly-entry):
5793         Rename insert-yearly-islamic-diary-entry.  Keep old name as alias.
5795         * calendar/cal-iso.el (calendar-iso-to-absolute): Rename
5796         calendar-absolute-from-iso.  Update callers, keep old name as alias.
5797         (calendar-iso-print-date): Rename calendar-print-iso-date.
5798         Update callers, keep old name as alias.
5799         (calendar-iso-goto-date): Rename calendar-goto-iso-date.
5800         Keep old name as alias.
5801         (calendar-iso-goto-week): Rename calendar-goto-iso-week.
5802         Keep old name as alias.
5804         * calendar/cal-julian.el (calendar-julian-to-absolute): Rename
5805         calendar-absolute-from-julian.  Update callers, keep old name as alias.
5806         (calendar-julian-print-date): Rename calendar-print-julian-date.
5807         Update callers, keep old name as alias.
5808         (calendar-julian-goto-date): Rename calendar-goto-julian-date.
5809         Update callers, keep old name as alias.
5810         (calendar-astro-to-absolute): Rename calendar-absolute-from-astro.
5811         Update callers, keep old name as alias.
5812         (calendar-astro-print-day-number):
5813         Rename calendar-print-astro-day-number.  Update callers, keep old
5814         name as alias.
5815         (calendar-astro-goto-day-number): Rename calendar-goto-astro-day-number.
5816         Update callers, keep old name as alias.
5818         * calendar/cal-mayan.el (calendar-mayan-string-from-long-count):
5819         Rename calendar-string-to-mayan-long-count.  Update callers.
5820         (calendar-mayan-print-date): Rename calendar-print-mayan-date.
5821         Update callers, keep old name as alias.
5822         (calendar-mayan-read-haab-date): Rename calendar-read-mayan-haab-date.
5823         Update callers.
5824         (calendar-mayan-read-tzolkin-date):
5825         Rename calendar-read-mayan-tzolkin-date.  Update callers.
5826         (calendar-mayan-next-haab-date): Rename calendar-next-haab-date.
5827         Keep old name as alias.
5828         (calendar-mayan-previous-haab-date): Rename calendar-previous-haab-date.
5829         Keep old name as alias.
5830         (calendar-mayan-next-tzolkin-date): Rename calendar-next-tzolkin-date.
5831         Keep old name as alias.
5832         (calendar-mayan-previous-tzolkin-date):
5833         Rename calendar-previous-tzolkin-date.  Keep old name as alias.
5834         (calendar-mayan-next-round-date):
5835         Rename calendar-next-calendar-round-date.  Keep old name as alias.
5836         (calendar-mayan-previous-round-date):
5837         Rename calendar-previous-calendar-round-date.  Keep old name as alias.
5838         (calendar-mayan-long-count-to-absolute): Rename
5839         calendar-absolute-from-mayan-long-count.  Keep old name as alias.
5840         (calendar-mayan-goto-long-count-date):
5841         Rename calendar-goto-mayan-long-count-date.  Keep old name as alias.
5843         * calendar/cal-persia.el (calendar-persian-month-name-array):
5844         Rename persian-calendar-month-name-array.  Update callers.
5845         (calendar-persian-epoch): Rename persian-calendar-epoch.
5846         Update callers.
5847         (calendar-persian-leap-year-p): Rename persian-calendar-leap-year-p.
5848         Update callers.
5849         (calendar-persian-last-day-of-month):
5850         Rename persian-calendar-last-day-of-month.  Update callers.
5851         (calendar-persian-to-absolute): Rename calendar-absolute-from-persian.
5852         Update callers, keep old name as alias.
5853         (calendar-persian-print-date): Rename calendar-print-persian-date.
5854         Update callers, keep old name as alias.
5855         (calendar-persian-goto-date): Rename calendar-goto-persian-date.
5856         Keep old name as alias.
5858         * calendar/cal-china.el, calendar/cal-coptic.el, calendar/cal-islam.el:
5859         * calendar/cal-persia.el, calendar/holidays.el, calendar/lunar.el:
5860         * calendar/solar.el: Update for cal-julian name changes.
5862         * calendar/cal-dst.el: Update for persian name changes.
5864         * calendar/cal-menu.el, calendar/calendar.el:
5865         Update for islamic, iso, julian, mayan, persian name changes.
5867         * calendar/diary-lib.el: Update for islamic name changes.
5869         * calendar/calendar.el (calendar-hebrew-all-holidays-flag):
5870         Rename all-hebrew-calendar-holidays.  Update callers, keep old name
5871         as alias.
5872         (calendar-christian-all-holidays-flag):
5873         Rename all-christian-calendar-holidays.  Update callers, keep old
5874         name as alias.
5875         (calendar-islamic-all-holidays-flag):
5876         Rename all-islamic-calendar-holidays.  Update callers, keep old
5877         name as alias.
5878         (calendar-bahai-all-holidays-flag): Rename all-bahai-calendar-holidays.
5879         Update callers, keep old name as alias.
5880         * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/holidays.el:
5881         Update for the above name changes.
5883 2008-04-04  Juanma Barranquero  <lekktu@gmail.com>
5885         * hilit-chg.el (global-highlight-changes-mode)
5886         (highlight-changes-passive-string, highlight-changes-active-string):
5887         Mark as obsolete since 23.1, not 22.1.
5889 2008-04-03  Juanma Barranquero  <lekktu@gmail.com>
5891         * hilit-chg.el (highlight-changes-visibility-initial-state)
5892         (hilit-chg-update, highlight-changes-mode-turn-on):
5893         Fix typos in docstrings.
5895 2008-04-03  Stephen Berman  <Stephen.Berman@gmx.net>
5897         * newcomment.el (comment-enter-backward): Be careful to restore
5898         position changed during narrowing.
5900 2008-04-03  Giuliano Procida  <giuliano.procida@googlemail.com>  (tiny change)
5902         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
5903         Recognize `sub ($$)'.
5905 2008-04-03  Richard Sharman  <rsharman@pobox.com>
5907         * hilit-chg.el (highlight-changes-mode): Rename from
5908         highlight-changes; no longer uses sub-modes active and passive;
5909         implemented by define-minor-mode.
5910         (highlight-changes-toggle-visibility): New function, to replace
5911         the old passive/active submodes of global-highlight-changes-mode;
5912         implemented by define-minor-mode.
5913         (global-highlight-changes-mode): Rename from global-highlight-changes;
5914         rewrite using define-globalized-minor-mode.
5915         (hilit-chg-major-mode-hook, hilit-chg-check-global)
5916         (hilit-chg-post-command-hook, hilit-chg-check-global)
5917         (hilit-chg-update-all-buffers, hilit-chg-turn-off-maybe): Remove due
5918         to use of define-globalized-minor-mode.
5919         (highlight-changes-global-initial-state): Change to be boolean.
5920         (highlight-changes-visible-string, highlight-changes-invisible-string):
5921         Rename from highlight-changes-active-string and
5922         highlight-changes-passive-string.
5923         (hilit-chg-update, hilit-chg-set): Use them.
5924         (global-highlight-changes-mode): Rename from global-highlight-changes.
5925         (hilit-chg-map-changes, hilit-chg-display-changes): Add arguments to
5926         docstring.
5927         (hilit-chg-hide-changes): Rewrite to use dolist.
5928         (hilit-chg-set-face-on-change, hilit-chg-update)
5929         (highlight-changes-rotate-faces): Use highlight-changes-visible-mode
5930         variable instead of testing highlight-changes-mode.
5931         (highlight-markup-buffers): Add require ediff-util; argument on calls
5932         to highlight-changes-mode changed.
5933         (highlight-compare-with-file): Fix problems with interactive
5934         call giving invalid default file.
5936 2008-04-03  Nick Roberts  <nickrob@snap.net.nz>
5938         * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
5939         Fix in disassembly buffer (regression in 22.2).
5941 2008-04-03  Michael Kifer  <kifer@cs.stonybrook.edu>
5943         * emulation/viper-macs.el (viper-read-fast-keysequence):
5944         Use viper-read-event instead of viper-read-key.
5946         * emulation/viper.el (viper-mode): Move the check for fundamental mode.
5948         * emulation/viper-utils.el (viper-get-saved-cursor-color-in-insert-mode)
5949         (viper-get-saved-cursor-color-in-replace-mode): Get rid of redundant
5950         let-statements.
5952         * emulation/viper-ex.el, emulation/viper-macs.el:
5953         * emulation/viper-mous.el:
5954         Replace load with require in eval-when-compile.
5956 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5958         * files.el (auto-mode-alist): Use archive-mode for Debian packages.
5960         * arc-mode.el (archive-mode-map): Obey mouse-1-click-follows-link.
5961         (archive-try-jka-compr): New function.
5962         (archive-set-buffer-as-visiting-file): Use it.
5964         * tar-mode.el (tar-mode-map): Obey mouse-1-click-follows-link.
5966 2008-04-03  Chong Yidong  <cyd@stupidchicken.com>
5968         * simple.el (handle-shift-selection): New arg.
5970 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5972         * emacs-lisp/cl-macs.el (defsetf): Accept a lambda for the 2-arg form.
5974         * vc-bzr.el (vc-bzr-previous-revision, vc-bzr-next-revision): New funs.
5976 2008-04-03  Chong Yidong  <cyd@stupidchicken.com>
5978         * shell.el (shell-dynamic-complete-filename): New fun.
5979         (shell-dynamic-complete-functions): Use it.
5981         * help-fns.el (describe-variable): Undo 2008-02-25 change.
5983 2008-04-03  Kenichi Handa  <handa@m17n.org>
5985         * international/fontset.el (create-fontset-from-x-resource):
5986         Handle the error of X resource more gracefully.
5988         * international/latin1-disp.el (latin1-display): Don't use make-char.
5989         Fix the argument to set-char-table-range.
5990         (latin1-display-identities): Don't use make-char.
5991         (latin1-display-reset): Use map-charset-chars instead of directly
5992         calling standard-display-default.
5993         (latin1-display-check-font): Don't use make-char.
5994         (latin1-display-setup): Likewise.
5995         (latin1-display-ucs-per-lynx): Likewise.
5997 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5999         * emacs-lisp/timer.el (timer): Define as a defstruct, so we can
6000         name the fields, to make the code clearer.
6001         Rewrite all `aset' and `aref' using the defined accessors.
6002         (timer--time): New pseudo-field.
6003         (timer-set-time, timer-set-idle-time, timer-inc-time)
6004         (timer-set-time-with-usecs, with-timeout-suspend): Use it.
6005         (timer--time-less-p): New function.
6006         (timer--activate): New function, extracted from timer-activate.
6007         (timer-activate-when-idle, timer-activate): Use it.
6008         (cancel-function-timers): Use dolist.
6010 2008-04-03  Glenn Morris  <rgm@gnu.org>
6012         * add-log.el (c-beginning-of-defun, c-end-of-defun):
6013         Remove declarations; no longer used.
6014         (c-cpp-define-name, c-defun-name): Declare as functions.
6016         * calendar/cal-bahai.el (holiday-fixed): Autoload it.
6017         (holiday-bahai-new-year, holiday-bahai-ridvan): New functions.
6019         * calendar/cal-hebrew.el (holiday-rosh-hashanah-etc)
6020         (holiday-passover-etc, holiday-hanukkah): Doc fix.
6021         Add optional argument.  Simplify.
6022         (holiday-tisha-b-av-etc): Use memq rather than unless.
6023         (holiday-julian): Autoload it.
6024         (holiday-hebrew-misc): New function.
6026         * calendar/cal-islam.el (holiday-islamic-new-year): New function.
6028         * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
6029         (hebrew-holidays-3, hebrew-holidays-4): Make obsolete.
6030         (hebrew-holidays-2): Just use holiday-hanukkah now it respects
6031         all-hebrew-calendar-holidays.
6032         (hebrew-holidays, christian-holidays, islamic-holidays, bahai-holidays):
6033         Simplify using new functions.
6034         (calendar-holidays): Doc fix.
6035         (generate-calendar-window): Use bound-and-true-p.
6037         * calendar/diary-lib.el (diary-mail-addr): Use bound-and-true-p.
6039         * calendar/holidays.el (calendar-holiday-list): Fix previous change.
6040         (holiday-filter-visible-calendar): Doc fix.  Use mapcar.
6041         (holiday-easter-etc): Fix nesting of result.  Tweak holiday order.
6042         Use calendar-date-is-visible-p, not holiday-filter-visible-calendar.
6044         * net/tramp.el (tramp-drop-volume-letter): Move definition before use.
6046 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6048         * vc-mtn.el (vc-mtn-command): Avoid localization of messages.
6050         * vc-bzr.el (vc-bzr-checkout): Simplify.
6052         * image-mode.el (image-mode-fit-frame): New command.
6054         * simple.el (beginning-of-buffer, end-of-buffer, goto-line, undo)
6055         (copy-region-as-kill, kill-ring-save, use-region-p, mark-word)
6056         (keyboard-escape-quit): Check region-active-p i.s.o
6057         transient-mark-mode.
6059 2008-04-02  Simon Josefsson  <simon@josefsson.org>
6061         * net/imap.el (imap-enable-exchange-bug-workaround): New variable.
6062         (imap-message-copyuid-1): Use it.
6063         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
6064         J. Williams in
6065         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
6067 2008-04-02  Alan Mackenzie  <acm@muc.de>
6069         * progmodes/cc-cmds.el (c-defun-name, c-cpp-define-name):
6070         New optimised functions to get the name of the current defun/macro.
6072         * add-log.el (add-log-current-defun): Move the functionality which
6073         gets the current function name for C like modes to cc-cmds.el,
6074         thus optimising for speed.
6076 2008-04-02  Chong Yidong  <cyd@stupidchicken.com>
6078         * simple.el (deactivate-mark): When the mark is temporarily
6079         active, restore the original value of transient-mark-mode.
6080         (set-mark-command): First deactivate the mark if was temporarily active.
6081         (exchange-point-and-mark): Reactivate the mark if it was
6082         temporarily active.
6083         (handle-shift-selection): New fun.
6084         (transient-mark-mode): Move var documentation here from buffer.c.
6085         (next-line, previous-line, backward-word, move-end-of-line)
6086         (move-beginning-of-line, forward-to-indentation)
6087         (backward-to-indentation, back-to-indentation)
6088         (beginning-of-buffer, end-of-buffer): Add ^ interactive spec.
6090         * mouse.el (mouse-set-region-1): Save the old value of
6091         transient-mark-mode.
6092         (mouse-drag-track): Ignore the now-obsolete value `identity' for
6093         transient-mark-mode.
6095         * textmodes/paragraphs.el (forward-paragraph)
6096         (backward-paragraph, forward-sentence, backward-sentence): Add ^
6097         interactive spec.
6099         * emulation/cua-base.el (cua-mode): Turn off shift-select-mode.
6101 2008-04-02  Michael Albinus  <michael.albinus@gmx.de>
6103         * net/tramp.el (tramp-make-tramp-temp-file):
6104         Use `tramp-drop-volume-letter' for the local file name part.
6106 2008-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
6108         * progmodes/sh-script.el (sh-mode-map): Rename the menu.  Add :help.
6109         Add menu entries corresponding to all the key bindings.
6111         * emacs-lisp/debug.el (debugger-mode-map):
6112         * textmodes/conf-mode.el (conf-mode-map): Add a menu.
6113         (conf-align-assignments): Only work on the region if it is active.
6114         (conf-quote-normal): Use when instead of if.  Remove redundant test.
6116         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
6117         for tracing and re-builder.
6119 2008-04-02  Glenn Morris  <rgm@gnu.org>
6121         * calendar/appt.el (appt-disp-window-function): Doc fix.
6122         (appt-display-message): Move beep before display.
6123         (appt-check): Make interactive.  Reduce the number of lets.
6124         Use string-equal to compare mode-line strings.
6125         (appt-disp-window): Pluralize "minute" as needed.  Make appt buffer
6126         read-only.
6127         (appt-select-lowest-window, appt-make-list): Reduce the number of lets.
6128         (appt-delete): Simplify.
6130         * calendar/cal-china.el (holiday-chinese-new-year): Use a single let.
6132         * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
6134         * calendar/cal-hebrew.el (list-yahrzeit-dates):
6135         * calendar/cal-tex.el (cal-tex-insert-blank-days-at-end)
6136         (cal-tex-last-blank-p, cal-tex-daily-page): Expand calendar-for-loops.
6138         * calendar/calendar.el (diary-entry-marker, calendar-today-marker)
6139         (calendar-holiday-marker, mark-visible-calendar-date):
6140         * calendar/diary-lib.el (fancy-diary-display):
6141         Check for font-lock-mode before using faces.
6143         * calendar/calendar.el (hebrew-holidays-3, generate-calendar-month)
6144         (calendar-gregorian-from-absolute): Reduce the number of lets.
6145         (hebrew-holidays-4, generate-calendar-window): Simplify.
6146         (calendar-for-loop): Make obsolete.
6147         (calendar-nth-named-day): Doc fix.
6149         * calendar/diary-lib.el (diary-list-entries, fancy-diary-display)
6150         (print-diary-entries, mark-sexp-diary-entries, calendar-mark-complex)
6151         (calendar-mark-1, list-sexp-diary-entries, diary-remind):
6152         Reduce the number of lets.
6153         (mark-sexp-diary-entries, calendar-mark-complex):
6154         Expand calendar-for-loops.
6156 2008-04-01  Chong Yidong  <cyd@stupidchicken.com>
6158         * find-dired.el (find-dired-filter): Fix last patch to handle
6159         multi-line process input.  Pad link numbers too.
6161 2008-04-01  Jari Aalto  <jari.aalto@cante.net>
6163         * find-dired.el (find-dired-filter): Align columns by padding file sizes.
6165 2008-04-01  Jason Rumney  <jasonr@gnu.org>
6167         * international/characters.el (script-list): Add phonetic script,
6168         covering IPA (previously Latin), Phonetic Extensions and
6169         Phonetic Extensions Supplement (both previously unassigned).
6171         * international/fontset.el (setup-default-fontset): Use unicode fonts
6172         that cover bopomofo script for bopomofo.
6173         Likewise for braille and mathematical.
6174         Use unicode scripts that cover the phonetic script for IPA.
6176 2008-04-01  Johan BockgÃ¥rd  <bojohan@gnu.org>
6178         * emacs-lisp/cl-macs.el (frame-parameter) <defsetf>: Make it
6179         return the assigned value.
6181 2008-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6183         * abbrev.el (abbrev-mode): Use define-minor-mode.
6185         * mouse.el (mouse-major-mode-menu-prefix): Remove.  Remove uses.
6186         (mouse-menu-non-singleton): Rename from mouse-major-mode-menu-1.
6187         Use map-keymap.
6188         (minor-mode-menu-from-indicator): Use it.  Simplify.
6190         * bindings.el (mode-line-mode-menu): Move before (new) first use.
6191         (mode-line-major-mode-keymap, mode-line-minor-mode-keymap):
6192         Bind the key directly to the menu.
6193         (mode-line-mode-menu-1, mode-line-mode-menu): Remove functions.
6195 2008-04-01  Daiki Ueno  <ueno@unixuser.org>
6197         * epa.el (epa-decrypt-region): Explain the reason why this
6198         function should not be used in Lisp programs.
6199         (epa-decrypt-armor-in-region): Ditto.
6200         (epa-verify-region): Ditto.
6201         (epa-verify-cleartext-in-region): Ditto.
6202         (epa-sign-region): Ditto.
6203         (epa-encrypt-region): Ditto.
6205         * epg.el (epg-start-receive-keys): Fix typo in docstring.
6207         * epa.el (epa-select-keys): Show menu even if there is no key in
6208         GnuPG's keyring.
6210 2008-04-01  Glenn Morris  <rgm@gnu.org>
6212         * calendar/calendar.el (calendar-make-temp-face): New function.
6213         (mark-visible-calendar-date):
6214         * calendar/diary-lib.el (fancy-diary-display): Use it.
6216         * vc-hooks.el (vc-responsible-backend): Declare as function.
6218         * calendar/calendar.el (calendar-nongregorian-visible-p): New function.
6219         * calendar/cal-hebrew.el (calendar-hebrew-date-is-visible-p):
6220         * calendar/cal-julian.el (holiday-julian): Use it.
6222         * calendar/cal-hebrew.el (hebrew-calendar-elapsed-days): Doc fix.
6223         (calendar-hebrew-date-is-visible-p): Extract some common code into
6224         separate function.
6225         (holiday-hebrew, mark-hebrew-calendar-date-pattern): Use it.
6227         * calendar/cal-menu.el (cal-menu-holidays-menu):
6228         * calendar/calendar.el (calendar-mode-map): Use calendar-mark-holidays
6229         rather than obsolete alias.
6231         * calendar/calendar.el (mark-visible-calendar-date): Also use overlay
6232         for mark characters.
6233         (calendar-unmark): Unmark by removing all overlays, rather than
6234         redrawing.
6235         (calendar-starred-day): Remove.
6236         (calendar-mode): Disable undo.  Don't make calendar-starred-day local.
6237         (calendar-cursor-to-date): No need for special star handling now
6238         using overlays.
6239         (calendar-star-date): Use overlays.
6241         * calendar/cal-french.el (calendar-goto-french-date):
6242         * calendar/cal-hebrew.el (calendar-hebrew-from-absolute)
6243         (holiday-hanukkah, mark-hebrew-calendar-date-pattern):
6244         * calendar/cal-move.el (calendar-forward-month, calendar-end-of-month):
6245         * calendar/cal-persia.el (calendar-persian-date-string):
6246         * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
6247         (cal-tex-cursor-month, cal-tex-LaTeXify-string):
6248         * calendar/lunar.el (lunar-phase-list, lunar-new-moon-on-or-after):
6249         * calendar/solar.el (solar-equinoxes-solstices):
6250         Reduce nesting of some lets.
6252         * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
6253         (calendar-goto-mayan-long-count-date): Simplify.
6255         * calendar/holidays.el (calendar-holiday-list, holiday-easter-etc):
6256         Simplify by using mapcar.
6257         (calendar-list-holidays): Return holiday-list.
6258         (list-holidays): Use let rather than let*.  Remove un-needed locals
6259         `d', `never'.
6260         (calendar-check-holidays): Return result from dolist.
6261         (holiday-float): Use a single let*.  Simplify if-and to and.
6262         (holiday-sexp, holiday-advent, holiday-greek-orthodox-easter): Use a
6263         single let*.
6265 2008-04-01  Jay Belanger  <jay.p.belanger@gmail.com>
6267         * calc/calc.el: Autoload `calc-yank'.
6268         (calc-mode-map): Add keybindings for `calc-yank'.
6269         * calc/calc-ext.el (calc-init-extensions): Remove keybinding
6270         assignments for `calc-yank'.
6272 2008-03-31  Dan Nicolaescu  <dann@ics.uci.edu>
6274         * vc.el (vc-status-add-entry): Assume ENTRY is a list, not a cons.
6275         (vc-status-mark-buffer-changed): Handle the extra field.
6277         * vc-bzr.el (vc-bzr-after-dir-status):
6278         * vc-cvs.el (vc-cvs-after-dir-status):
6279         * vc-hg.el (vc-hg-after-dir-status):
6280         * vc-svn.el (vc-svn-after-dir-status): Return a list, not a cons.
6282 2008-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
6284         * doc-view.el: Compute displayed pages first (in PDF).
6285         (doc-view-current-converter-processes): Rename from
6286         doc-view-current-converter-process.  Update users.
6287         (doc-view-sentinel): Test buffer's liveness.
6288         (doc-view-pdf/ps->png-sentinel): Remove.
6289         (doc-view-start-process): New function.
6290         (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
6291         (doc-view-ps->pdf): Use it.
6292         (doc-view-pdf->png-1, doc-view-pdf->png, doc-view-active-pages):
6293         New functions.
6294         (doc-view-convert-current-doc, doc-view-goto-page): Use them.
6295         (doc-view-mode): Kill the processes when leaving the mode.
6297 2008-03-31  Juanma Barranquero  <lekktu@gmail.com>
6299         * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p):
6300         Use `byte-compile-warning-types'.  Add docstring.
6302 2008-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
6304         * smerge-mode.el (smerge-apply-resolution-patch): New fun.
6305         (smerge-resolve): Add various resolution heuristics.
6307         * smerge-mode.el (smerge-refine): Allow highlighting other subparts
6308         in 3-way conflicts.
6310 2008-03-31  Glenn Morris  <rgm@gnu.org>
6312         * calendar/cal-bahai.el (diary-bahai-mark-entries):
6313         * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
6314         * calendar/cal-islam.el (mark-islamic-diary-entries):
6315         Fix argument order in call to diary-mark-entries-1.
6317         * calendar/cal-bahai.el (calendar-bahai-date-string): Avoid an error for
6318         pre-Bahai dates.
6319         (holiday-bahai): Use an algorithm actually relevant to this calendar
6320         system.
6322         * calendar/cal-china.el (holiday-chinese-new-year): Doc fix.
6324         * calendar/cal-islam.el (holiday-islamic): Remove un-needed let.
6325         Use and.
6327         * calendar/cal-julian.el (holiday-julian): Fix a problem with holidays
6328         in the last fortnight in Julian October.
6330         * calendar/calendar.el (increment-calendar-month): Optionally handle
6331         systems without 12 months per year.
6333         (calendar-date-is-visible-p): Doc fix.  Simplify.
6335         * calendar/holidays.el (holiday-filter-visible-calendar): Return result
6336         from dolist.
6338 2008-03-30  Juanma Barranquero  <lekktu@gmail.com>
6340         * hi-lock.el (hi-lock-mode): Fix typos in docstring.
6341         (hi-lock-unload-function): New function.
6343 2008-03-30  Michael Albinus  <michael.albinus@gmx.de>
6345         * net/tramp.el (tramp-do-copy-or-rename-file): Fix check for
6346         overwriting when NEWNAME is a local file.
6348         * net/trampver.el: Update release number.
6350 2008-03-30  Alexandre Julliard  <julliard@winehq.org>
6352         * vc-git.el: Make vc-status display information about copies,
6353         renames and permission changes.
6354         (vc-git-extra-fileinfo): New defstruct.
6355         (vc-git-escape-file-name, vc-git-file-type-as-string)
6356         (vc-git-rename-as-string, vc-git-permissions-as-string)
6357         (vc-git-status-printer): New functions.
6358         (vc-git-after-dir-status-stage2): Also return vc-git-extra-fileinfo.
6359         (vc-git-after-dir-status-stage1): Look for copies, renames and
6360         permission changes.
6361         (vc-git-after-dir-status-stage1-empty-db): Set permissions.
6362         (vc-git-dir-status): Ask for staged files and renames.
6364 2008-03-30  Dan Nicolaescu  <dann@ics.uci.edu>
6366         * vc.el: Allow backends to display backend specific information in
6367         the vc-status listing.
6368         (vc-status-fileinfo): Add a field for backend specific information.
6369         (vc-status-printer): Rename to ...
6370         (vc-default-status-printer): ... this.
6371         (vc-status-printer): New function.
6372         (vc-update-vc-status-buffer): Set the backend specific file info
6373         if provided.
6375 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6377         * textmodes/remember.el (remember-diary-convert-entry): Revert last
6378         change (ill-conceived).
6380 2008-03-29  Glenn Morris  <rgm@gnu.org>
6382         * calendar/cal-hebrew.el (holiday-hebrew): Simplify.
6383         * calendar/cal-julian.el (holiday-julian): Simplify.
6385         * calendar/holidays.el (list-holidays): Use or.
6387 2008-03-29  Juri Linkov  <juri@jurta.org>
6389         * window.el (split-window-preferred-horizontally): New function.
6391         * cus-start.el (split-window-preferred-function):
6392         Set choice for "vertically" to nil instead of split-window.
6393         Set choice for "horizontally" to split-window-preferred-horizontally
6394         instead of lambda.
6396 2008-03-29  Juri Linkov  <juri@jurta.org>
6398         * simple.el (minibuffer-default-add-function): New variable with
6399         the default to minibuffer-default-add-completions.
6400         (minibuffer-default-add-done): New variable.  Make it buffer-local.
6401         (minibuffer-default-add-completions): New function.
6402         (goto-history-element): Set minibuffer-default-add-done to t and
6403         call a function in minibuffer-default-add-function when the
6404         specified absolute history position is greater than the length of
6405         the minibuffer-default list and minibuffer-default-add-done is nil.
6406         Change "^End of history; no next item$" to "^End of defaults;
6407         no next item$".
6409         * bindings.el (debug-ignored-errors): Change "^End of history;
6410         no next item$" to "^End of defaults; no next item$".
6412 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6414         * subr.el (with-temp-buffer): Assume kill-buffer can change cur-buf.
6416         * textmodes/remember.el (remember-diary-convert-entry): Prefer boundp
6417         to with-no-warnings.
6419 2008-03-29  Michael Albinus  <michael.albinus@gmx.de>
6421         Sync with Tramp 2.1.13.
6423         * net/tramp-ftp.el: Require 'cl when byte-compiling.
6425         * net/trampver.el: Update release number.
6427 2008-03-29  Dan Nicolaescu  <dann@ics.uci.edu>
6429         * vc-hooks.el (vc-menu-map-filter): Be more careful when finding
6430         the current backend.
6432         * vc.el (vc-status-menu-map, vc-status-mode-map): Bind vc-revert.
6433         (vc-status-refresh): Create a temporary buffer and call the
6434         `dir-status' backend function from that buffer.
6436         * vc-bzr.el (vc-bzr-dir-status): Don't create a buffer.
6437         (vc-bzr-after-dir-status): Don't kill the buffer.
6439         * vc-cvs.el (vc-cvs-dir-status): Don't create a buffer.
6440         (vc-cvs-after-dir-status): Don't kill the buffer.
6442         * vc-git.el (vc-git-dir-status): Don't create a buffer.
6443         (vc-git-after-dir-status-stage2): Don't kill the buffer.
6445         * vc-hg.el (vc-hg-dir-status): Don't create a buffer.
6446         (vc-hg-after-dir-status): Don't kill the buffer.
6448         * vc-svn.el (vc-svn-dir-status): Don't create a buffer.
6449         (vc-svn-after-dir-status): Don't kill the buffer.
6451 2008-03-29  Glenn Morris  <rgm@gnu.org>
6453         * calendar/calendar.el (diary-file, american-date-diary-pattern)
6454         (european-date-diary-pattern, european-calendar-display-form)
6455         (american-calendar-display-form, diary-display-hook): Doc fixes.
6456         (european-calendar-style): Doc fix.  Use calendar-set-date-style for
6457         custom :set.  Mark as obsolete.
6458         (calendar-date-style, iso-date-diary-pattern)
6459         (iso-calendar-display-form): New user variables.
6460         (diary-date-forms, calendar-date-display-form): Set using
6461         calendar-date-style.  Doc fix.
6462         (calendar-set-date-style): New command.
6463         (european-calendar, american-calendar): Use calendar-set-date-style.
6464         Mark as obsolete.
6466         * calendar/diary-lib.el (number): Move declaration where needed.
6467         (diary-mail-entries, list-sexp-diary-entries): Doc fixes.
6468         (diary-make-date): New function.
6469         (diary-date, diary-block, diary-anniversary, diary-cyclic): Doc fix.
6470         Use diary-make-date.
6471         (diary-date-display-form, diary-insert-entry-1): New functions.
6472         (insert-monthly-diary-entry, insert-yearly-diary-entry):
6473         Use diary-insert-entry-1.
6474         (insert-anniversary-diary-entry, insert-block-diary-entry)
6475         (insert-cyclic-diary-entry): Use diary-date-display-form.
6477         * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
6478         Autoload diary-insert-entry-1.
6479         * calendar/cal-bahai.el (diary-bahai-insert-entry)
6480         (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
6481         * calendar/cal-hebrew.el (insert-hebrew-diary-entry)
6482         (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry)
6483         * calendar/cal-islam.el (insert-islamic-diary-entry)
6484         (insert-monthly-islamic-diary-entry, insert-yearly-islamic-diary-entry):
6485         Use diary-insert-entry-1.
6487         * calendar/cal-hebrew.el (diary-make-date): Autoload it.
6488         (diary-yahrzeit): Doc fix.  Use diary-make-date.
6490         * calendar/icalendar.el (icalendar--datetime-to-american-date):
6491         New name for icalendar--datetime-to-noneuropean-date.  Make old name
6492         obsolete alias.
6493         (icalendar--datetime-to-iso-date): New function.
6494         (icalendar--datetime-to-diary-date): Doc fix.  Respect
6495         calendar-date-style if bound.
6497         * textmodes/remember.el (remember-diary-convert-entry):
6498         Respect calendar-date-style if bound.
6500 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6502         * xt-mouse.el (xterm-mouse-mode): Use delete-terminal-functions.
6503         (xterm-mouse-handle-delete-frame): Delete.
6505         * term/xterm.el (terminal-init-xterm): Use delete-terminal-functions.
6506         (xterm-turn-on-modify-other-keys, xterm-turn-off-modify-other-keys)
6507         (xterm-remove-modify-other-keys): Lookup terminal rather than frame
6508         in xterm-modify-other-keys-terminal-list.
6510         * vc-bzr.el (vc-bzr-state-heuristic): Fix last change for when there
6511         are conflicts.
6513 2008-03-29  Dan Nicolaescu  <dann@ics.uci.edu>
6515         * vc.el (vc-update): Check if the buffer is unsaved only if it
6516         actually exists.
6517         (vc-status-mode-map, vc-status-menu-map): Bind vc-update and
6518         vc-print-log.
6520 2008-03-28  Magnus Henoch  <mange@freemail.hu>
6522         * net/dns.el (dns-write): Use set-buffer-multibyte.
6524 2008-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6526         * vc-bzr.el (vc-bzr-sha1): New fun.
6527         (vc-bzr-state-heuristic): New fun, extracted from vc-bzr-registered.
6528         (vc-bzr-registered): Use it.
6530 2008-03-28  Dan Nicolaescu  <dann@ics.uci.edu>
6532         * vc.el (vc-status-kill-dir-status-process): Simplify.
6533         (vc-status-refresh): Make sure the buffer is live.
6534         (ring): Don't require it, not used.
6536 2008-03-28  Wilson Snyder  <wsnyder@wsnyder.org>
6538         * progmodes/verilog-mode.el (verilog-auto-inout-module):
6539         Add optional regular expression to AUTOINOUTMODULE.
6540         (verilog-inject-auto, verilog-auto-arg, verilog-auto-inst)
6541         (verilog-auto-inst-param, verilog-auto-reg)
6542         (verilog-auto-reg-input, verilog-auto-wire, verilog-auto-output)
6543         (verilog-auto-output-every, verilog-auto-input)
6544         (verilog-auto-inout, verilog-auto-sense, verilog-auto-tieoff)
6545         (verilog-auto-unused, verilog-auto): Update documentation to use
6546         more obvious instance module names versus cell names.
6548 2008-03-28  Jan Djärv  <jan.h.d@swipnet.se>
6550         * progmodes/compile.el (compilation-mode-tool-bar-map): Only enable
6551         kill if a process is running.
6553         * progmodes/grep.el (grep-mode-tool-bar-map): The same.
6555 2008-03-28  Dan Nicolaescu  <dann@ics.uci.edu>
6557         * vc.el: Add new backend function 'status-extra-headers.
6558         (vc-default-status-extra-headers): New function.
6559         (vc-status-headers): Call 'status-extra-headers.  Add colors.
6561         * vc-git.el (vc-git-status-extra-headers): New function.
6563 2008-03-28  Glenn Morris  <rgm@gnu.org>
6565         * calendar/cal-menu.el (cal-menu-holidays-menu)
6566         (cal-menu-list-holidays-year, cal-menu-list-holidays-following-year)
6567         (cal-menu-list-holidays-previous-year): Simplify now that 2nd arg of
6568         holiday-list is optional.
6569         (calendar-mouse-holidays): Remove un-needed local `l'.
6571         * calendar/cal-move.el (calendar-cursor-to-nearest-date):
6572         Remove un-needed local `date'.
6573         (calendar-cursor-to-visible-date): Use let rather than let*.
6574         Remove un-needed local `first-of-month-weekday'.
6576         * calendar/calendar.el (abbreviated-calendar-year): Move to diary-lib.
6578         * calendar/diary-lib.el (print-diary-entries-hook, diary-list-entries):
6579         Doc fixes.
6580         (abbreviated-calendar-year): Move here from calendar.el.  Doc fix.
6581         (diary-header-line-flag, diary-header-line-format): Declare.
6582         (diary-pull-attrs): Check for multiple matches.
6583         (diary-list-entries-2): Simplify finding start of date.
6584         (diary-show-all-entries, make-diary-entry): Respect non-nil values of
6585         pop-up-frames.
6586         (diary-mark-entries-1): Re-use offset in abbreviated-year case.
6587         (mark-sexp-diary-entries): Remove superfluous call to diary-pull-attrs.
6589 2008-03-27  Dan Nicolaescu  <dann@ics.uci.edu>
6591         * vc-hg.el (vc-hg-state, vc-hg-dir-state): Deal with 'missing files.
6593         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Fix predicate.
6595 2008-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6597         * vc-hooks.el (vc-before-save): Don't prevent saving the file.
6599         * image-mode.el (image-mode-reapply-winprops): Fix last change.
6601 2008-03-27  Kenichi Handa  <handa@ni.aist.go.jp>
6603         * international/mule-conf.el (define-iso-single-byte-charset):
6604         Don't make latin-iso8859-* supplementary.
6605         (#'set-charset-priority): Don't change the priority of charsets
6606         `unicode' and `emacs'.
6608 2008-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6610         * vc.el (vc-do-command): Don't pop to the buffer if it's an internal
6611         temp buffer.
6613 2008-03-27  Glenn Morris  <rgm@gnu.org>
6615         * calendar/cal-bahai.el (diary-bahai-list-entries):
6616         * calendar/cal-hebrew.el (list-hebrew-diary-entries):
6617         * calendar/cal-islam.el (list-islamic-diary-entries): Doc fix.
6619         * calendar/calendar.el (diary-file): Doc fix.
6621         * calendar/diary-lib.el (diary-face-attrs): Fix `height' regexp.
6622         (list-diary-entries-hook, mark-diary-entries-hook)
6623         (include-other-diary-files, diary-mail-entries)
6624         (mark-included-diary-files, list-sexp-diary-entries): Doc fixes.
6625         (diary-set-header): New function.
6626         (diary-header-line-flag, diary-header-line-format):
6627         Use diary-set-header for custom :set function.
6628         (diary-set-maybe-redraw): Use symbol-value rather than eval.
6629         (diary-attrtype-convert): Use intern-soft rather than read.
6630         (diary-display-no-entries): New function.
6631         (simple-diary-display, fancy-diary-display): Use it.
6632         (fancy-diary-display): Doc fix.  Remove unneeded local entry-list.
6633         (diary-mark-entries-1): Fix position offsets in non-gregorian case.
6635         * calendar/holidays.el (list-holidays): Doc fix.
6637 2008-03-26  Jay Belanger  <jay.p.belanger@gmail.com>
6639         * calc/calc-store.el (calc-read-var-name-history): New variable.
6640         (calc-read-var-name): Use `calc-read-var-name-history'.
6642 2008-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6644         * image-mode.el (image-mode-reapply-winprops): Simplify now that
6645         window-configuration-change-hook works buffer-locally.
6647 2008-03-26  Johan BockgÃ¥rd  <bojohan@gnu.org>
6649         * emacs-lisp/lisp-mnt.el (lm-with-file): Use mode and syntax table
6650         for Emacs Lisp, not Lisp.
6652 2008-03-26  Juanma Barranquero  <lekktu@gmail.com>
6654         * help-fns.el (describe-function-1, describe-variable):
6655         If CURRENT-NAME is nil, don't end obsolescence info with semicolon.
6657         * emacs-lisp/bytecomp.el (byte-compile-obsolete): If no
6658         replacement is provided, don't print "use nil instead".
6660 2008-03-26  Johan BockgÃ¥rd  <bojohan@gnu.org>
6662         * complete.el (PC-do-completion): Use regexp-quote.
6664 2008-03-26  Dan Nicolaescu  <dann@ics.uci.edu>
6666         * vc-cvs.el (vc-cvs-parse-status, vc-cvs-after-dir-status):
6667         Detect missing files.
6669         * vc-git.el (vc-git-extra-menu-map): New key map.
6670         (vc-git-extra-menu, vc-git-extra-status-menu, vc-git-grep):
6671         New functions.
6673         * vc-hooks.el (vc-default-mode-line-string): Deal with 'removed
6674         and 'missing files.
6676 2008-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6678         * calendar/holidays.el (list-holidays): Make Y2 optional.
6680         * calendar/appt.el (appt-buffer-name): Don't use a leading space for
6681         buffers shown to the user.
6682         (appt-disp-window): Disable undo explicitly now that the leading space
6683         is gone.
6685         * simple.el (activate-mark): New function.
6686         (set-mark-command): Use it with region-active-p to clean up the code.
6687         (exchange-point-and-mark): Invert the meaning of C-u when
6688         transient-mark-mode is active.
6690         * dired-aux.el (dired-create-files): Use dolist.
6692         * bindings.el (mode-line-change-eol): Use with-selected-window.
6694         * apropos.el (apropos-command): Include macros.
6696 2008-03-26  Glenn Morris  <rgm@gnu.org>
6698         * calendar/cal-bahai.el: Require calendar, not cal-julian.
6699         (calendar-bahai-epoch): Doc fix.
6701         * calendar/cal-china.el: Explicitly require calendar.
6703         * calendar/cal-coptic.el, calendar/cal-islam.el, calendar/cal-persia.el:
6704         Require calendar rather than cal-julian.
6705         Autoload calendar-absolute-from-julian.
6706         * calendar/cal-coptic.el (coptic-calendar-epoch):
6707         * calendar/cal-islam.el (calendar-islamic-epoch):
6708         * calendar/cal-persia.el (persian-calendar-epoch): Set when compiling.
6710         * calendar/cal-islam.el (calendar-islamic-epoch): Doc fix.
6712         * calendar/cal-dst.el: Don't require cal-persia.
6713         (calendar-absolute-from-persian): Autoload it.
6714         (dst-adjust-time): Doc fix.
6716         * calendar/cal-menu.el (cal-menu-diary-menu): Remove menu headings that
6717         cause cal-bahai, cal-islam, cal-hebrew to be loaded on starting the
6718         calendar.
6720         * calendar/cal-menu.el: Require calendar rather than declaring
6721         functions.
6722         * calendar/calendar.el: Provide calendar before requiring cal-menu.
6724         * calendar/cal-x.el (calendar-after-frame-setup-hook): New name for
6725         calendar-after-frame-setup-hooks.  Update callers, make old name an
6726         obsolete alias.  Doc fix.
6727         (calendar-frame-1): Doc fix.
6729         * calendar/calendar.el (solar-holidays): Simplify holiday-sexp calls.
6731         * calendar/calendar.el (oriental-holidays, solar-holidays):
6732         * calendar/holidays.el (list-holidays): Assume atan always bound.
6734         * calendar/lunar.el, calendar/solar.el: Remove floating-point check.
6735         Explicitly require calendar, not cal-julian.
6736         * calendar/lunar.el: Explicitly require cal-dst.
6738 2008-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6740         * autorevert.el (auto-revert-buffers): Use buffer-live-p.
6742         * help-fns.el (describe-function-1, describe-variable): If no
6743         replacement is provided, don't print "use nil instead".
6745 2008-03-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6747         * proced.el: New file.
6749 2008-03-25  Tetsurou Okazaki  <okazaki@be.to>  (tiny change)
6751         * emacs-lisp/byte-opt.el (side-effect-free-fns): Fix typo.
6753 2008-03-25  Juri Linkov  <juri@jurta.org>
6755         * battery.el: Add file cookie coding:iso-8859-1 for the degree sign
6756         in battery-mode-line-format.
6758         * bindings.el (minibuffer-local-map): For the command
6759         file-cache-minibuffer-complete replace keymap minibuffer-local-map
6760         with map which is already locally bound to minibuffer-local-map.
6762 2008-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6764         * subr.el (map-keymap-sorted): Rename from map-keymap-internal.
6765         Remove `sort-first' argument.
6767         * subr.el (redisplay-end-trigger-functions)
6768         (window-redisplay-end-trigger, set-window-redisplay-end-trigger)
6769         (process-filter-multibyte-p, set-process-filter-multibyte):
6770         Mark as obsolete.
6772 2008-03-25  Juanma Barranquero  <lekktu@gmail.com>
6774         * emacs-lisp/re-builder.el (reb-mode-common): Remove reference to
6775         bogus variable `reb-kill-buffer'; don't make hooks buffer-local,
6776         use the LOCAL arg of `add-hook'.
6777         (reb-blink-delay, reb-mode-hook, reb-re-syntax, reb-auto-match-limit):
6778         Remove spurious * from defcustom docstrings.
6779         (reb-next-match, reb-prev-match, reb-enter-subexp-mode):
6780         Fix typos in messages.
6781         (reb-mode-buffer-p): New function.
6782         (re-builder, reb-kill-buffer): Use `reb-mode-buffer-p'.  Use `when'.
6783         (top, reb-show-subexp, reb-auto-update, reb-delete-overlays)
6784         (reb-cook-regexp, reb-update-regexp, reb-update-overlays):
6785         Use `unless', `when'.
6786         (re-builder-unload-function): New function.
6788 2008-03-25  Dan Nicolaescu  <dann@ics.uci.edu>
6790         * vc-hooks.el (vc-state): Add documentation for 'missing.
6792 2008-03-25  Wilson Snyder  <wsnyder@wsnyder.org>
6794         * progmodes/verilog-mode.el (verilog-auto-output)
6795         (verilog-auto-input, verilog-auto-inout, verilog-auto)
6796         (verilog-delete-auto): Add optional regular expression to
6797         AUTOINPUT/AUTOOUTPUT/AUTOINOUT.
6798         (verilog-signals-matching-regexp): New internal function for
6799         signal matching.
6801 2008-03-25  Johan BockgÃ¥rd  <bojohan@gnu.org>
6803         * info.el (Info-isearch-search): Always return point.
6805 2008-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6807         * diff-mode.el (diff-remembered-defdir): New var.
6808         (diff-find-file-name): Use it to flush diff-remembered-files-alist.
6810 2008-03-25  Glenn Morris  <rgm@gnu.org>
6812         * calendar/cal-bahai.el (calendar-bahai-read-date): New name for
6813         calendar-bahai-prompt-for-date.  Update callers, make old name an
6814         obsolete alias.  Doc fix.
6815         * calendar/cal-coptic.el (calendar-coptic-read-date): New name for
6816         coptic-prompt-for-date.  Update callers, make old name an
6817         obsolete alias.  Doc fix.
6818         * calendar/cal-hebrew.el (calendar-hebrew-read-date): New name for
6819         calendar-hebrew-prompt-for-date.  Update callers.  Doc fix.
6820         * calendar/cal-islam.el (calendar-islamic-read-date): New name for
6821         calendar-islamic-prompt-for-date.  Update callers.  Doc fix.
6822         * calendar/cal-iso.el (calendar-iso-read-date): New name for
6823         calendar-iso-read-args.  Update callers, make old name an obsolete
6824         alias.
6825         * calendar/cal-persia.el (calendar-persian-read-date): New name for
6826         persian-prompt-for-date.  Update callers, make old name an
6827         obsolete alias.  Doc fix.  Move definition before use.
6829         * calendar/cal-x.el (diary-frame-parameters)
6830         (calendar-frame-parameters, calendar-and-diary-frame-parameters)
6831         (calendar-frame-1): Doc fixes.
6832         (make-fancy-diary-buffer): Remove declaration.
6833         (calendar-dedicate-diary): Replace call to deleted function
6834         make-fancy-diary-buffer.
6835         (calendar-frame-setup): New function.
6836         (calendar-one-frame-setup, calendar-only-one-frame-setup)
6837         (calendar-two-frame-setup): Call calendar-frame-setup to do the actual
6838         work, and mark as obsolete.
6839         (special-display-buffer-names): Don't mess with this; it's not our
6840         business.
6841         (cal-x-load-hook): Defvar it, and mark as obsolete.
6843         * calendar/calendar.el (calendar-remove-frame-by-deleting):
6844         Default to t.  Add to 'calendar group.
6845         (calendar): Doc fix.  Use calendar-frame-setup.
6846         (calendar-basic-setup): Doc fix.  Add optional NODISPLAY argument.
6847         (generate-calendar-window): Doc fix.
6849 2008-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6851         * vc-bzr.el (vc-bzr-print-log, vc-bzr-diff): Do it asynchronously.
6853 2008-03-24  Drew Adams  <drew.adams@oracle.com>
6855         * finder.el (finder-mode-syntax-table, finder-font-lock-keywords):
6856         New variables.
6857         (finder-mode): Use finder-mode-syntax-table.  Set font-lock-defaults.
6858         (finder-exit): Ignore errors rather than avoiding them.
6859         Kill *Finder-package* buffer also.
6861 2008-03-24  Andreas Schwab  <schwab@suse.de>
6863         * xt-mouse.el (xterm-mouse-event): Avoid error with buttons > 5.
6865 2008-03-24  Dan Nicolaescu  <dann@ics.uci.edu>
6867         * vc-hg.el (vc-hg-after-dir-status):
6868         * vc-bzr.el (vc-bzr-after-dir-status): Detect missing files.
6870         * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-parse-status):
6871         Detect removed files.
6873         * vc.el (vc-status-printer): Use a different face for missing files.
6874         (vc-status-hide-up-to-date): Rename from
6875         vc-status-remove-up-to-date.  Update all callers.
6876         (vc-status-mode-map): Bind C-m.
6878 2008-03-24  Alexandre Julliard  <julliard@winehq.org>
6880         * vc-git.el (vc-git-after-dir-status-stage1): Move state matching
6881         code ...
6882         (vc-git--state-code): ... to this new function.
6883         (vc-git-state): Use it.
6885 2008-03-24  Trent Buck  <trentbuck@gmail.com>  (tiny change)
6887         * textmodes/remember.el (remember-mail-date)
6888         (remember-store-in-mailbox): Write date and From line in such a
6889         way that Mutt can read it.
6891 2008-03-23  Chong Yidong  <cyd@stupidchicken.com>
6893         * simple.el (transient-mark-mode): Turn on by default.
6895 2008-03-23  Dan Nicolaescu  <dann@ics.uci.edu>
6897         * vc-bzr.el (vc-bzr-state): Return 'removed for removed files and
6898         'unregistered for unregistered files.
6900         * vc-hg.el (vc-hg-state): Return 'removed for removed files.
6902         * bindings.el (standard-mode-line-modes): Avoid duplicating a string.
6904         * vc-cvs.el (vc-cvs-parse-status): Note there are problems with
6905         subdirectories.
6907         * vc.el (vc-status-prepare-status-buffer): Fix thinko.
6908         (vc-status-menu-map): Add binding for vc-status-kill-dir-status-process.
6909         Add :enable for vc-status-refresh.
6910         (vc-status-menu-map-filter): Remove vc-ignore-menu-filter test.
6911         (vc-status-tool-bar-map): Add binding for
6912         vc-status-kill-dir-status-process.
6913         Don't test display-graphic-p and don't bind vc-ignore-menu-filter.
6914         (vc-update-vc-status-buffer, vc-status-kill-dir-status-process):
6915         Reset vc-status-process-buffer.
6916         (vc-status-refresh): Don't run two refreshes at a time.
6917         (vc-status): If the buffer is already in vc-status-mode only refresh.
6918         (vc-status-mark-buffer-changed): Add an optional file parameter.
6919         (vc-resynch-buffer): Use it.
6920         (vc-delete-file): Expand the file name before using it.
6921         Be careful to not create a new buffer with the old file contents.
6922         Update the VC state after performing the operation.
6924 2008-03-23  Andreas Schwab  <schwab@suse.de>
6926         * menu-bar.el (menu-bar-showhide-fringe-ind-menu) [mixed]:
6927         Fix radio button condition.
6928         [box]: Likewise.
6929         [customize]: Add radio button.
6931 2008-03-23  Jay Belanger  <jay.p.belanger@gmail.com>
6933         * calc/calc.el (calc-was-keypad-mode, calc-full-mode)
6934         (calc-user-parse-tables, calc-gnuplot-default-device)
6935         (calc-gnuplot-default-output, calc-gnuplot-print-device)
6936         (calc-gnuplot-print-output, calc-gnuplot-geometry)
6937         (calc-graph-default-resolution, calc-graph-default-resolution-3d)
6938         (calc-invocation-macro, calc-trail-pointer, calc-trail-overlay)
6939         (calc-undo-list, calc-redo-list, calc-main-buffer)
6940         (calc-trail-buffer, calc-why, calc-last-kill, calc-dollar-values)
6941         (calc-dollar-used, calc-hashes-used, calc-quick-prev-results)
6942         (calc-said-hello, calc-executing-macro, calc-any-selections)
6943         (calc-help-phase, calc-full-help-flag, calc-refresh-count)
6944         (calc-display-dirty, calc-embedded-info, calc-embedded-active)
6945         (calc-standalone-flag, var-EvalRules, math-expr-function-mapping)
6946         (math-expr-variable-mapping, calc-mode-map, calc-digit-map)
6947         (calc-dispatch-map, calc-do-dispatch, calc-read-key-sequence)
6948         (calc-create-buffer, calc-quit): Add docstrings.
6950 2008-03-23  Juanma Barranquero  <lekktu@gmail.com>
6952         * makefile.w32-in (WINS_ALMOST): Add org.
6954 2008-03-23  Dan Nicolaescu  <dann@ics.uci.edu>
6956         * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
6957         New functions to implement vc-status support.
6959 2008-03-22  Dan Nicolaescu  <dann@ics.uci.edu>
6961         * vc.el (vc-status-prepare-status-buffer): New function.
6962         (vc-status): Use it.
6964         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add ... where
6965         appropriate.
6967 2008-03-22  Alexandre Julliard  <julliard@winehq.org>
6969         * vc-git.el (vc-git--empty-db-p)
6970         (vc-git-after-dir-status-stage1-empty-db): New functions.
6971         (vc-git-dir-status, vc-git-after-dir-status-stage1, vc-git-state):
6972         Add support for empty repositories.
6974 2008-03-22  Dan Nicolaescu  <dann@ics.uci.edu>
6976         * vc-git.el (vc-git-annotate-extract-revision-at-line):
6977         Allow "^" in a version name.
6979         * vc-mtn.el (vc-mtn-state): Support the added state.
6981 2008-03-22  Carsten Dominik  <dominik@science.uva.nl>
6983         * org: New directory for Org-mode.
6985         * org/org-export-latex.el: Moved from lisp/texmodes.
6987         * org/org-irc.el: Moved from lisp/texmodes.
6989         * org/org-mac-message.el: Moved from lisp/texmodes.
6991         * org/org-mouse.el: Moved from lisp/texmodes.
6993         * org/org-publish.el: Moved from lisp/texmodes.
6995 2008-03-21  Juri Linkov  <juri@jurta.org>
6997         * comint.el (comint-dynamic-simple-complete):
6998         Use variable `stub' for the second arg `common-substring'
6999         of `comint-dynamic-list-completions'.
7000         (comint-dynamic-list-filename-completions):
7001         Use variable `filenondir' for the second arg `common-substring'
7002         of `comint-dynamic-list-completions'.
7003         (comint-dynamic-list-completions): Add new optional arg
7004         `common-substring'.  Add `common-substring' as the second arg of
7005         the call to `display-completion-list'.  Doc fix.
7007         * comint.el (comint-dynamic-complete-as-filename)
7008         (comint-dynamic-list-filename-completions)
7009         (comint-dynamic-simple-complete): Use `minibuffer-message'
7010         to display message "No completions of %s" when a command
7011         is called in the minibuffer.
7012         (comint-dynamic-simple-complete): Don't display other
7013         completion messages when a command is called in the minibuffer.
7014         (comint-dynamic-list-completions): Use `minibuffer-message'
7015         to display message " [Type space to flush ...]" when a command
7016         is called in the minibuffer.
7018         * shell.el (shell-dynamic-complete-command)
7019         (shell-dynamic-complete-environment-variable): Don't display
7020         completion messages when command is called in the minibuffer.
7022         * emacs-lisp/lisp.el (lisp-complete-symbol):
7023         Use `minibuffer-message' to display message "No completions of %s"
7024         when this command is called in the minibuffer.
7026         * bindings.el (standard-mode-line-modes): Put special help-echo
7027         tooltip on recursive edit %[ %] mode-line constructs.
7029         * dabbrev.el (debug-ignored-errors): Remove $ from the end of
7030         "^No dynamic expansion for .* found$" to allow error messages like
7031         "No dynamic expansion for \"%s\" found in this-buffer".
7033 2008-03-21  Michael Albinus  <michael.albinus@gmx.de>
7035         * net/tramp.el (tramp-methods): Fix tramp-copy-args of "pscp" and
7036         "psftp".
7038 2008-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7040         * vc-hooks.el (vc-default-mode-line-string): Add case for added files.
7041         * vc.el (vc-default-dired-state-info): Use just "modified".
7042         * vc-cvs.el (vc-cvs-state-heuristic): Turn rev 0 into `added'.
7043         (vc-cvs-mode-line-string): Make use of the better default.
7044         (vc-cvs-parse-entry): Use the new `added'.
7045         (vc-cvs-dired-state-info): Remove.
7046         * vc-svn.el (vc-svn-dired-state-info): Remove.
7047         * vc-hg.el (vc-hg-dired-state-info): Remove.
7048         * vc-git.el (vc-git-dired-state-info): Remove.
7050 2008-03-21  Dan Nicolaescu  <dann@ics.uci.edu>
7052         * vc-git.el (vc-git-status-result): New variable.
7053         (vc-git-dir-status): Split out ...
7054         (vc-git-after-dir-status-stage1, vc-git-after-dir-status-stage2):
7055         ... these new functions and work asynchronously.
7057 2008-03-21  Alexandre Julliard  <julliard@winehq.org>
7059         * vc-git.el (vc-git-after-dir-status): Remove.
7060         (vc-git-dired-state-info): Reimplement.
7062 2008-03-21  Dan Nicolaescu  <dann@ics.uci.edu>
7064         * replace.el (occur-mode-map): Add :help.
7066         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entry
7067         for disassemble.
7069         * vc.el (vc-status-mark-buffer-changed): Better deal with files in
7070         the 'added state.
7071         (vc-status-remove-up-to-date): New function.
7072         (vc-status-mode-map, vc-status-menu-map): Bind it.
7073         (vc-status-printer): Use a different face up-to-date files.
7074         (vc-resynch-buffer): Update the vc-status buffer if it exists.
7075         (Todo): Remove solved entries.
7077         * vc-hg.el (vc-hg-state):
7078         * vc-git.el (vc-git-state):
7079         * vc-cvs.el (vc-cvs-parse-status):
7080         * vc-bzr.el (vc-bzr-state): Return 'added when the file is in that
7081         state.
7083 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7085         * progmodes/compile.el (compile):
7086         * progmodes/grep.el (grep, grep-find): Use read-shell-command.
7088         * simple.el (minibuffer-local-shell-command-map): New var.
7089         (minibuffer-complete-shell-command, read-shell-command): New funs.
7090         (shell-command, shell-command-on-region): Use them.
7092 2008-03-20  Dan Nicolaescu  <dann@ics.uci.edu>
7094         * vc.el (vc-status-mark-buffer-changed): New function to implement
7095         updating of the *vc-status* buffer when a buffer is saved.
7096         (vc-status-mode): Use it for after-change-hook.
7097         (vc-add-to-vc-status-buffer): Rename to ...
7098         (vc-status-add-entry): ... this.
7099         (Todo): Add new entry.
7101 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7103         * sort.el (sort-reorder-buffer): Preserve the buffer's multibyteness.
7105 2008-03-20  Juanma Barranquero  <lekktu@gmail.com>
7107         * icomplete.el (icomplete-prospects-length, icomplete-max-delay-chars)
7108         (icomplete-show-key-bindings, icomplete-minibuffer-setup-hook):
7109         Remove spurious * from defcustom docstrings.
7110         (icomplete-compute-delay): Fix docstring and remove spurious *.
7111         (icomplete-delay-completions-threshold): Fix typo in docstring and
7112         remove spurious *.
7113         (icomplete-completions): While collecting the list of prospective
7114         candidates, don't overshoot `icomplete-prospects-length'.
7116 2008-03-20  Dan Nicolaescu  <dann@ics.uci.edu>
7118         * textmodes/refbib.el:
7119         * textmodes/reftex.el:
7120         * textmodes/reftex-global.el:
7121         * textmodes/reftex-vars.el:
7122         * textmodes/reftex-toc.el: Don't use eval-and-compile for byte
7123         compiler pacifying defvars.
7124         (reftex-toc-mode): Only make zmacs-regions local on XEmacs.
7125         * textmodes/reftex-index.el (zmacs-regions): Remove pacifier,
7126         not needed.
7128 2008-03-20  Wilson Snyder  <wsnyder@wsnyder.org>
7130         * progmodes/verilog-mode.el (verilog-easy-menu-filter): New function.
7131         (verilog-stmt-menu, verilog-menu): Add :help and filter it.
7132         (verilog-customize, verilog-font-customize)
7133         (electric-verilog-backward-sexp, electric-verilog-forward-sexp)
7134         (verilog-mode): Update documentation strings to match tool tips.
7135         (verilog-auto-search-do, verilog-auto-re-search-do)
7136         (verilog-skip-forward-comment-or-string): Fix verilog-auto
7137         expansion when a .* appears inside a string.
7138         (verilog-re-search-forward, verilog-re-search-backward):
7139         Add comment to recall how this works.
7140         (verilog-read-decls): Fix AUTOINPUT/AUTOOUTPUT mis-including genvars.
7142 2008-03-20  Glenn Morris  <rgm@gnu.org>
7144         * calendar/calendar.el (calendar-other-dates): New function.
7145         (calendar-print-other-dates): Use calendar-other-dates.
7146         * calendar/cal-menu.el (calendar-other-dates): Declare it, and removes
7147         the declarations it replaces.
7148         (calendar-mouse-print-dates): Use calendar-other-dates.
7150         * calendar/cal-bahai.el (calendar-bahai-leap-year-p)
7151         (calendar-bahai-leap-base, calendar-bahai-from-absolute): Doc fixes.
7152         (calendar-absolute-from-bahai): Fix the leap-year case.
7153         (calendar-bahai-from-absolute): Re-use the Gregorian month.
7154         (calendar-bahai-date-string, calendar-bahai-print-date):
7155         Handle pre-Bahai dates.
7157         * calendar/cal-china.el (chinese-calendar-celestial-stem)
7158         (chinese-calendar-terrestrial-branch): Make defcustoms.
7160         * calendar/cal-menu.el (calendar-mouse-holidays): Re-use the title.
7161         (calendar-mouse-view-diary-entries): Use or.
7162         (calendar-mouse-chinese-date): Remove unused command.
7163         (cal-menu-load-hook): Mark as obsolete.
7165         * calendar/solar.el (calendar-location-name, calendar-latitude)
7166         (calendar-longitude, solar-arctan, sunrise-sunset)
7167         (solar-mean-equinoxes/solstices): Use the appropriate equality test.
7169 2008-03-20  Jay Belanger  <jay.p.belanger@gmail.com>
7171         * calc/calc.el: Remove outdated comments.
7172         (defcalcmodevar, calc-mode-var-list-restore-default-values)
7173         (calc-mode-var-list-restore-saved-values, calc-autorange-units):
7174         Add docstrings.
7176 2008-03-19  Jason Rumney  <jasonr@gnu.org>
7178         * w32-fns.el (x-alternatives-map): Add S-tab mapping.
7180 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
7182         * net/tls.el (open-tls-stream): Reindent.
7184 2008-03-19  Michael Albinus  <michael.albinus@gmx.de>
7186         * net/tramp.el (tramp-let-maybe): Removed.
7187         (tramp-drop-volume-letter): Don't use `replace-regexp-in-string'.
7188         It does not exist under XEmacs.
7189         (tramp-handle-file-truename, tramp-handle-expand-file-name)
7190         (tramp-completion-file-name-handler): Let-bind
7191         `directory-sep-char'.
7193         * net/tramp-fish.el (tramp-fish-handle-expand-file-name): Let-bind
7194         `directory-sep-char'.
7196 2008-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7198         * help-fns.el (describe-function-1): Don't signal "missing arglist"
7199         for autoloaded keymaps.
7201         * progmodes/verilog-mode.el (verilog-syntax-ppss): New function.
7202         (electric-verilog-terminate-line, verilog-in-struct-region-p)
7203         (verilog-backward-ws&directives, verilog-forward-ws&directives)
7204         (verilog-in-comment-p, verilog-in-star-comment-p)
7205         (verilog-in-slash-comment-p, verilog-skip-backward-comments)
7206         (verilog-parenthesis-depth, verilog-skip-backward-comment-or-string)
7207         (verilog-skip-forward-comment-or-string, verilog-in-paren)
7208         (verilog-skip-forward-comment-p): Use it.
7210 2008-03-19  Juanma Barranquero  <lekktu@gmail.com>
7212         * textmodes/org.el (org-link-store, org-link-follow, org-latex)
7213         (org-remember-templates, org-time-stamp-rounding-minutes)
7214         (org-back-over-empty-lines, org-find-base-buffer-visiting)
7215         (org-columns-new): Fix typos in docstrings.
7217 2008-03-19  Glenn Morris  <rgm@gnu.org>
7219         * net/tramp.el (tramp-drop-volume-letter): Evaluate when compiling.
7220         (tramp-handle-shell-command): Use condition-case rather than
7221         ignore-errors.
7223 2008-03-19  Dan Nicolaescu  <dann@ics.uci.edu>
7225         * diff-mode.el (diff-header): Make the color louder.
7226         (diff-refine-change): Tone the color down.
7228 2008-03-19  Juanma Barranquero  <lekktu@gmail.com>
7230         * descr-text.el (describe-char): When `describe-char-unidata-list'
7231         is set to show all properties, list them in the right order.
7233 2008-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7235         * international/mule.el (load-with-code-conversion): Avoid setting
7236         default-enable-multibyte-characters.
7238 2008-03-19  Gustav HÃ¥llberg  <gustav@virtutech.com>  (tiny change)
7240         * vc.el (vc-annotate-background): Fix custom type.
7242 2008-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7244         * descr-text.el (describe-char-unidata-list): Allow specifying
7245         just all properties.
7246         (describe-char): Handle that new value.
7248         * emulation/cua-base.el (cua-paste): Signal an error in read-only buf.
7250 2008-03-18  Tassilo Horn  <tassilo@member.fsf.org>
7252         * doc-view.el (doc-view-initiate-display): Use doc-view-doc-type
7253         instead of file name extension to make docs with uncommon
7254         extensions work.
7256 2008-03-18  Tassilo Horn  <tassilo@member.fsf.org>
7258         * doc-view.el (require): Require cl at compile time because
7259         `assert' needs it.
7261 2008-03-18  Glenn Morris  <rgm@gnu.org>
7263         * calendar/calendar.el (initial-calendar-window-hook)
7264         (today-visible-calendar-hook): Doc fixes.
7266 2008-03-17  Michael Albinus  <michael.albinus@gmx.de>
7268         * net/tramp.el (tramp-root-regexp): Simplify.
7269         (tramp-completion-file-name-regexp-separate): Don't insist on
7270         leading "[".  This prevents method or user or host completion.
7271         (tramp-let-maybe): Autoload it.
7272         (tramp-drop-volume-letter): Don't autoload.  When not on W32, it
7273         is an alias for `identity'.
7274         (tramp-handle-write-region): Protect `last-coding-system-used'
7275         over the trailing statements.
7276         (tramp-completion-file-name-handler-post-function): Remove.
7277         (tramp-completion-file-name-handler): Let-bind `directory-sep-char'
7278         instead of calling `tramp-drop-volume-letter'.
7280         * net/tramp.el:
7281         * net/tramp-uu.el:
7282         * net/trampver.el: Move coding cookie at the end.
7284 2008-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7286         * net/tramp.el (tramp-completion-mode-p): Don't use char-equal for
7287         elements which may be something else than characters.
7289 2008-03-17  Dan Nicolaescu  <dann@ics.uci.edu>
7291         * vc-bzr.el (vc-bzr-dir-status, vc-bzr-after-dir-status):
7292         New functions to implement vc-status support.
7294         * vc.el (vc-default-extra-status-menu)
7295         (vc-add-to-vc-status-buffer): New functions.
7297         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
7298         for eldoc and ielm.
7300 2008-03-17  Glenn Morris  <rgm@gnu.org>
7302         * calendar/cal-x.el (diary-frame-parameters)
7303         (calendar-frame-parameters, calendar-and-diary-frame-parameters):
7304         Fix custom type; add options.
7305         (calendar-frame, diary-frame): Doc fixes.
7306         (calendar-dedicate-diary, calendar-frame-1): Extract common code into
7307         new functions.
7308         (calendar-one-frame-setup, calendar-two-frame-setup): Doc fixes.
7309         Use calendar-frame-1 and calendar-dedicate-diary.
7310         (calendar-one-frame-setup): Also handle only-one-frame case.
7311         (calendar-only-one-frame-setup): Doc fix.  Just call
7312         calendar-one-frame-setup.
7314         * calendar/diary-lib.el: Re-order some definitions before their use.
7315         (nongregorian-diary-listing-hook, nongregorian-diary-marking-hook)
7316         (diary-list-entries): Doc fixes.
7317         (make-fancy-diary-display): Remove function.
7319         * calendar/calendar.el (calendar-today-marker)
7320         (initial-calendar-window-hook, today-visible-calendar-hook)
7321         (today-invisible-calendar-hook, diary-file, calendar-basic-setup)
7322         (calendar-star-date, calendar-mark-today): Doc fixes.
7323         (today-visible-calendar-hook): Add options.
7324         (calendar-in-read-only-buffer): New macro.
7325         (calendar-basic-setup): Adapt for change in calendar-read-date.
7326         Place holiday let inside if.
7327         (calendar-day-name-array, calendar-month-name-array): Make defcustoms.
7328         (calendar-read-date): Set day to 1 rather than nil in the NODAY case.
7329         (calendar-print-other-dates): Use one let rather than many.
7331         * calendar/calendar.el (calendar-in-read-only-buffer): New macro.
7332         (calendar-print-other-dates):
7333         * calendar/cal-hebrew.el (list-yahrzeit-dates):
7334         * calendar/diary-lib.el (simple-diary-display, fancy-diary-display):
7335         * calendar/holidays.el (calendar-list-holidays, list-holidays)
7336         (calendar-cursor-holidays):
7337         * calendar/lunar.el (calendar-phases-of-moon): Use
7338         calendar-in-read-only-buffer to replace previous code and disable undo.
7340 2008-03-16  Juri Linkov  <juri@jurta.org>
7342         * isearch.el (isearch-edit-string): Use search-ring-yank-pointer
7343         and regexp-search-ring-yank-pointer for the HISTPOS argument of
7344         read-from-minibuffer to provide the correct initial minibuffer
7345         history position in isearch-edit-string when it is called from
7346         isearch-ring-adjust.
7348         * menu-bar.el (kill-this-buffer): Use menu-bar-non-minibuffer-window-p
7349         to check if the current buffer is the minibuffer, and in this case
7350         call abort-recursive-edit to kill the minibuffer.  Doc fix.
7351         (kill-this-buffer-enabled-p): Allow this function to return non-nil
7352         when the current buffer is the minibuffer.
7354         * simple.el (goto-line): Leave mark at previous position.  Doc fix.
7356 2008-03-16  Tassilo Horn  <tassilo@member.fsf.org>
7358         * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
7359         Use non-nil PARENTS attribute of make-directory instead of
7360         explicitly checking existence the current cache directory.
7362 2008-03-16  Daiki Ueno  <ueno@unixuser.org>
7364         * epa-file.el (epa-file-select-keys): Fix bug with C-x C-s after
7365         M-x epa-file-select-keys.
7367 2008-03-16  Kenichi Handa  <handa@m17n.org>
7369         * international/mule.el (auto-coding-alist):
7370         Use no-conversion-multibyte for archive files.
7372 2008-03-16  Glenn Morris  <rgm@gnu.org>
7374         * calendar/diary-lib.el (calendar-mark-complex, calendar-mark-1):
7375         New functions.
7376         * calendar/cal-bahai.el (calendar-mark-1): Autoload it.
7377         (calendar-bahai-mark-date-pattern): Add optional argument `color'.
7378         Use calendar-mark-1.
7379         * calendar/cal-hebrew.el (calendar-mark-complex): Autoload it.
7380         (mark-hebrew-calendar-date-pattern): Add optional argument `color'.
7381         Use calendar-mark-complex.
7382         * calendar/cal-islam.el (calendar-mark-1): Autoload it.
7383         (mark-islamic-calendar-date-pattern): Add optional argument `color'.
7384         Use calendar-mark-1.
7386         * calendar/calendar.el (calendar-mod): Remove.
7387         * calendar/cal-china.el (calendar-chinese-from-absolute)
7388         (calendar-chinese-date-string): Expand calendar-mod calls.
7389         * calendar/cal-mayan.el (calendar-mayan-tzolkin-from-absolute):
7390         Expand calendar-mod calls.
7392         * calendar/cal-bahai.el (calendar-bahai-date-string): Use a single let.
7393         (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
7394         (diary-bahai-insert-yearly-entry): Use let rather than let*.
7395         Move obsolete aliases after the functions that replaced them.
7397         * calendar/cal-hebrew.el (calendar-absolute-from-hebrew)
7398         (hebrew-calendar-yahrzeit, insert-hebrew-diary-entry)
7399         (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry):
7400         Use let rather than let*.
7401         (calendar-hebrew-prompt-for-date): New function.
7402         (calendar-goto-hebrew-date): Use calendar-hebrew-prompt-for-date.
7403         (holiday-tisha-b-av-etc): Use unless, let.
7405         * calendar/cal-islam.el (calendar-islamic-prompt-for-date): New func.
7406         (calendar-goto-islamic-date): Use calendar-islamic-prompt-for-date.
7408         * calendar/cal-mayan.el (calendar-mayan-haab-to-string): Simplify.
7410         * calendar/calendar.el (calendar-for-loop): Add indent spec.
7412         * calendar/diary-lib.el (diary-remind-message, mark-sexp-diary-entries)
7413         (list-sexp-diary-entries, diary-font-lock-sexps): Use format rather
7414         than concat.
7415         (diary): Remove un-needed let.
7416         (view-other-diary-entries): Rename argument.
7417         (diary-list-entries-2): New function.
7418         (diary-list-entries-1, diary-list-entries): Use diary-list-entries-2.
7419         (print-diary-entries): Use unless.
7420         (diary-mark-entries-1): Change argument order, make all but
7421         markfunc optional.  Handle the standard (Gregorian) case.
7422         Use match-string-no-properties.  Handle marks.
7423         (mark-diary-entries): Use diary-mark-entries-1.
7424         (diary-font-lock-keywords-1): New macro.
7425         (diary-font-lock-keywords): Use diary-font-lock-keywords-1.
7427 2008-03-16  Ulf Jasper  <ulf.jasper@web.de>
7429         * icalendar.el (icalendar-version): Increase to 0.18.
7430         (icalendar-export-hidden-diary-entries): New variable.
7431         (icalendar-export-region): Use icalendar-export-hidden-diary-entries.
7432         In case of error, insert full error-val.
7433         (icalendar-first-weekday-of-year): Remove `offset' argument.  Doc fix.
7434         Use calendar-day-of-week.  Return the day number.
7435         (icalendar--convert-weekly-to-ical): Use funcall rather than apply.
7437 2008-03-16  Craig Markwardt  <Craig.Markwardt@nasa.gov>
7439         * icalendar.el (icalendar-recurring-start-year): New variable.
7440         (icalendar--diarytime-to-isotime): Fix treatment of 12:00pm - 12:59pm.
7441         (icalendar-export-region): Ignore hidden diary entries.
7442         (icalendar--convert-ordinary-to-ical): Fix case where event
7443         spans across midnight boundary.
7444         (icalendar-first-weekday-of-year): New function.
7445         (icalendar--convert-weekly-to-ical): Allow user-selectable start
7446         year for recurring events (Mozilla calendars do not propagate
7447         recurring events forever, so year 2000 start date was not working).
7448         (icalendar--convert-yearly-to-ical): Remove extra spaces in
7449         formatting of BYMONTH and BYMONTHDAY (not allowed by ical spec).
7451 2008-03-15  Michael Albinus  <michael.albinus@gmx.de>
7453         * net/tramp.el (tramp-root-regexp): New defconst.
7454         (tramp-completion-file-name-regexp-unified)
7455         (tramp-completion-file-name-regexp-separate)
7456         (tramp-completion-file-name-regexp-url): Use it.
7457         (tramp-do-copy-or-rename-file-via-buffer):
7458         Set `enable-multibyte-characters' to nil.  Set `jka-compr-inhibit' to
7459         t for `insert-file-contents-literally'.
7460         (tramp-drop-volume-letter): Rewrite, using `tramp-root-regexp'.
7461         Autoload it.
7462         (tramp-completion-file-name-handler-post-function): New defconst.
7463         (tramp-completion-file-name-handler): Use it.
7464         (tramp-maybe-open-connection): Update calls to
7465         `tramp-flush-connection-property' for removed 2nd argument.
7467 2008-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7469         * vc-bzr.el (vc-bzr-diff): Use a faster invocation when possible.
7470         (vc-bzr-complete-with-prefix, vc-bzr-revision-completion-table):
7471         New functions.
7473 2008-03-15  Glenn Morris  <rgm@gnu.org>
7475         * calendar/diary-lib.el (diary-list-entries-1, diary-mark-entries-1):
7476         New functions.
7477         * calendar/cal-bahai.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         (diary-bahai-list-entries): Use diary-list-entries-1.
7481         (diary-bahai-mark-entries): Doc fix.  Use diary-mark-entries-1.
7482         * calendar/cal-hebrew.el (number, original-date, add-to-diary-list)
7483         (diary-name-pattern, mark-calendar-days-named): Remove declarations.
7484         (diary-list-entries-1, diary-mark-entries-1): Autoload.
7485         (list-hebrew-diary-entries): Use diary-list-entries-1.
7486         (mark-hebrew-diary-entries): Doc fix.  Use diary-mark-entries-1.
7487         * calendar/cal-islam.el (number, original-date, add-to-diary-list)
7488         (diary-name-pattern, mark-calendar-days-named): Remove declarations.
7489         (diary-list-entries-1, diary-mark-entries-1): Autoload.
7490         (list-islamic-diary-entries): Use diary-list-entries-1.
7491         (mark-islamic-diary-entries): Doc fix.  Use diary-mark-entries-1.
7493         * calendar/appt.el (appt-check, appt-delete, appt-make-list): Use caar.
7495         * calendar/cal-bahai.el (calendar-bahai-epoch): Doc fix.
7497         * calendar/cal-china.el (number-chinese-months)
7498         (calendar-chinese-from-absolute): Use nth, caar.
7500         * calendar/cal-coptic.el (coptic-calendar-epoch): Doc fix.
7502         * calendar/cal-french.el (french-calendar-accents): Doc fix.
7504         * calendar/cal-hebrew.el (calendar-hebrew-month-name-array-common-year)
7505         (calendar-hebrew-month-name-array-leap-year)
7506         (hebrew-calendar-parashiot-names): Make constants.
7507         (diary-parasha): Move definition after constants it uses.
7509         * calendar/cal-html.el (cal-html-insert-link-yearpage)
7510         (cal-html-htmlify-list): Doc fix.
7511         (cal-html-htmlify-entry): Use nth.
7513         * calendar/cal-islam.el (calendar-islamic-month-name-array)
7514         (calendar-islamic-epoch): Make constants.
7515         (calendar-islamic-epoch): Doc fix.
7517         * calendar/cal-menu.el (cal-menu-goto-menu): Use "Go To".
7519         * calendar/cal-tex.el (cal-tex-hook, cal-tex-insert-preamble)
7520         (cal-tex-month-name): Doc fix.
7521         (cal-tex-last-blank-p): Use zerop.
7523         * calendar/calendar.el (european-calendar-style, calendar-for-loop)
7524         (calendar-sum, calendar-insert-indented, mouse-calendar-other-month)
7525         (calendar-cursor-to-date): Doc fix.
7526         (hebrew-holidays-1, hebrew-holidays-4): Simplify.
7527         (extract-calendar-day, extract-calendar-year): Use cadr, nth.
7528         (calendar-day-number): Use when.
7529         (generate-calendar-month): Use dotimes.
7530         (exit-calendar, calendar-print-other-dates): Use let rather than let*.
7531         (calendar-set-mark): Reverse conditional.
7532         (calendar-make-alist): Move definition before use.
7534         * calendar/diary-lib.el (diary-face-attrs)
7535         (diary-glob-file-regexp-prefix, diary-selective-display)
7536         (number-of-diary-entries, diary-list-entries, diary-goto-entry)
7537         (list-sexp-diary-entries, diary-date, diary-block, diary-float)
7538         (diary-anniversary, diary-cyclic)
7539         (diary-fancy-font-lock-fontify-region-function): Doc fixes.
7540         (diary-header-line-format): Change wording.
7541         (diary-list-entries): Set `date-start' in let.
7542         (include-other-diary-files, mark-included-diary-files): Use format.
7543         (simple-diary-display, fancy-diary-display): Use cadr, unless.
7544         (mark-diary-entries): Use 1+.
7545         (mark-sexp-diary-entries, list-sexp-diary-entries): Use when.
7546         (mark-calendar-month): Use dotimes.
7548         * calendar/holidays.el (displayed-month, displayed-year):
7549         Move declarations where needed.
7550         (calendar-list-holidays): Doc fix.
7552         * calendar/parse-time.el (parse-time-string): Simplify.
7554         * calendar/solar.el (solar-n-hemi-seasons, solar-s-hemi-seasons):
7555         Make constants.
7556         (solar-sunrise-sunset): Rename some local variables for clarity.
7557         (sunrise-sunset): Use zerop.
7558         (solar-mean-equinoxes/solstices): Doc fix.
7560         * calendar/timeclock.el (timeclock-time-to-seconds, timeclock-log-data):
7561         Use nth.
7562         (timeclock-completing-read, timeclock-generate-report): Use zerop.
7563         (timeclock-mean, timeclock-generate-report): Use dolist.
7565         * calendar/todo-mode.el (todo-add-category): Simplify.
7566         (todo-more-important-p, todo-delete-item, todo-file-item):
7567         Use unless, when.
7568         (todo-top-priorities): Use zerop.
7570 2008-03-14  Nick Roberts  <nickrob@snap.net.nz>
7572         * buff-menu.el (list-buffers-noselect): Display buffer name in
7573         tooltip instead of mouse binding when it doesn't fit in the list.
7575 2008-03-14  Dan Nicolaescu  <dann@ics.uci.edu>
7577         * faces.el (xw-defined-colors):
7578         * simple.el (widget-convert, shell-mode): Declare as functions
7579         instead of autoloading.
7581         * abbrev.el:
7582         * button.el:
7583         * cus-face.el:
7584         * ediff-hook.el:
7585         * emacs-lisp/backquote.el:
7586         * emacs-lisp/timer.el:
7587         * facemenu.el:
7588         * faces.el:
7589         * menu-bar.el:
7590         * simple.el:
7591         * subr.el:
7592         * textmodes/fill.el:
7593         * textmodes/paragraphs.el: Remove autoloads, redundant when the
7594         files are preloaded.
7596 2008-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7598         * desktop.el (desktop-create-buffer): Don't catch errors if
7599         debug-on-error is set.
7601 2008-03-14  Eli Zaretskii  <eliz@gnu.org>
7603         * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
7604         ($(lisp)/calendar/diary-loaddefs.el)
7605         ($(lisp)/calendar/hol-loaddefs.el): New targets.
7606         (LOADDEFS): New macro.
7607         (autoloads): Depend on $(LOADDEFS).
7609 2008-03-14  Dan Nicolaescu  <dann@ics.uci.edu>
7611         * font-lock.el (featurep): Remove test, not useful anymore.
7612         (facemenu-keymap): Move key binding ...
7613         * facemenu.el (facemenu-keymap): ... here.
7615         * vc-bzr.el (vc-bzr-print-log): Insert a file marker.  Run the log
7616         for each file in the list.
7617         (vc-bzr-log-view-mode): Recognize the file marker.
7619         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
7620         for checkdoc and profiling.
7622 2008-03-14  Bastien Guerry  <bzg@altern.org>
7624         * textmodes/flyspell.el (nxml-mode): Add the right
7625         `flyspell-mode-predicate'.
7627         * wid-edit.el (link): Use 'mouse-face for :follow-link.
7629 2008-03-14  Glenn Morris  <rgm@gnu.org>
7631         * calendar/solar.el: Reorder so that functions are defined before use.
7632         (displayed-month, displayed-year): Move declarations where needed.
7633         (solar-get-number): Move definition before use.  Use unless.
7634         (solar-equatorial-coordinates): Simplify.
7635         (solar-sunrise-and-sunset): Use let rather than let*.
7636         (solar-longitude, solar-equinoxes-solstices): Use cadr, nth.
7638         * startup.el (command-line-1): Rename -internal-script back to
7639         -scriptload (reverts previous change).
7641         * calendar/cal-bahai.el (calendar-bahai-month-name-array)
7642         (calendar-bahai-leap-base): Add doc strings.
7643         (calendar-bahai-prompt-for-date, calendar-bahai-mark-date-pattern):
7644         Move definition before use.
7645         (calendar-bahai-goto-date, diary-bahai-list-entries): Doc fix.
7646         (diary-bahai-list-entries, diary-bahai-mark-entries): Move some constant
7647         variables outside the loop.  Use dolist.
7648         (holiday-bahai, calendar-bahai-mark-date-pattern): Use unless.
7650         * calendar/cal-china.el: Re-order so that functions are defined before
7651         use.
7652         (displayed-month, displayed-year): Move declarations where needed.
7653         (chinese-calendar-time-zone, calendar-goto-chinese-date): Doc fix.
7654         (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
7655         Add doc strings.
7656         (chinese-year-cache): Recenter on 2010.  Doc fix.
7657         (chinese-year, number-chinese-months, calendar-absolute-from-chinese):
7658         Doc fix.  Simplify.
7659         (chinese-year-cache-init): New function.
7660         (compute-chinese-year, holiday-chinese-new-year)
7661         (calendar-chinese-date-string, calendar-goto-chinese-date)
7662         (make-chinese-month-assoc-list): Use cadr, nth.
7663         (chinese-months): Remove un-needed let.
7665         * calendar/cal-coptic.el (coptic-calendar-month-name-array)
7666         (ethiopic-calendar-month-name-array, ethiopic-name): Add doc strings.
7667         (coptic-prompt-for-date): Move definition before use.
7669         * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
7670         (calendar-dst-find-data, calendar-daylight-time-offset)
7671         (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
7672         (calendar-daylight-savings-starts-time)
7673         (calendar-daylight-savings-ends-time): Use cadr, nth.
7675         * calendar/cal-french.el (french-calendar-epoch)
7676         (calendar-goto-french-date): Doc fix.
7677         (french-calendar-month-name-array)
7678         (french-calendar-multibyte-month-name-array)
7679         (french-calendar-day-name-array, french-calendar-special-days-array):
7680         Add doc strings.
7682         * calendar/cal-hebrew.el (displayed-month, displayed-year)
7683         (original-date): Move declarations where needed.
7684         (calendar-goto-hebrew-date, list-hebrew-diary-entries, diary-yahrzeit):
7685         Doc fix.
7686         (list-hebrew-diary-entries, mark-hebrew-diary-entries): Move some
7687         constant variables outside the loop.  Use dolist.
7689         * calendar/cal-islam.el (displayed-month, displayed-year)
7690         (original-date): Move declarations where needed.
7691         (islamic-calendar-day-number): Remove unused local variable `day'.
7692         (calendar-goto-islamic-date): Doc fix.
7693         (holiday-islamic): Use unless.
7694         (list-islamic-diary-entries, mark-islamic-diary-entries): Move some
7695         constant variables outside the loop.  Use dolist.
7696         (mark-islamic-calendar-date-pattern): Move definition before use.
7697         Use unless.
7698         (mark-islamic-diary-entries): Doc fix.
7699         (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
7700         (insert-yearly-islamic-diary-entry): Use let rather than let*.
7702         * calendar/cal-julian.el (calendar-absolute-from-julian):
7703         Move definition before use.  Remove un-needed local `day'.
7704         (calendar-goto-julian-date, calendar-goto-astro-day-number): Doc fix.
7706         * calendar/cal-mayan.el (calendar-mayan-haab-month-name-array)
7707         (calendar-mayan-tzolkin-names-array): Add doc strings.
7708         (calendar-mayan-long-count-from-absolute): Use a single let.
7709         (calendar-string-to-mayan-long-count): Simplify.
7710         (calendar-next-haab-date, calendar-previous-haab-date)
7711         (calendar-next-tzolkin-date, calendar-previous-tzolkin-date)
7712         (calendar-previous-calendar-round-date)
7713         (calendar-goto-mayan-long-count-date, calendar-mayan-date-string):
7714         Doc fix.
7715         (calendar-mayan-tzolkin-haab-on-or-before): Use zerop.
7716         (calendar-mayan-date-string, calendar-print-mayan-date)
7717         (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
7718         (calendar-mayan-long-count-common-era): Move definitions before use.
7720         * calendar/cal-menu.el (displayed-year): Move declaration where needed.
7721         (calendar-event-to-date, cal-tex-mouse-week, cal-tex-mouse-week-iso):
7722         Doc fix.
7723         (calendar-mouse-goto-date): Move definition before use.
7725         * calendar/cal-move.el (calendar-cursor-to-nearest-date): Use or, when.
7726         Move definition before use.
7727         (calendar-cursor-to-visible-date): Move definition before use.
7728         (calendar-scroll-left): Use unless and zerop.  Combine lets into one,
7729         and place inside the conditional.
7730         (calendar-forward-day): Simplify.
7731         (calendar-end-of-month): Use unless.
7732         (calendar-goto-day-of-year): Doc fix.
7733         Relocate obsolete aliases after their replacements.
7735         * calendar/cal-persia.el (calendar-goto-persian-date): Doc fix.
7737         * calendar/diary-lib.el (mark-diary-entries): Move some constant
7738         variables outside the diary-date-forms loop.
7740         * calendar/calendar.el (diary-file): Doc fix.
7741         (calendar-buffer-list): Return buffers rather than strings (fixes
7742         previous change).
7743         (hebrew-holidays-4): Fix typo.
7745         * calendar/holidays.el (displayed-month, displayed-year):
7746         Move declarations where needed.
7747         (calendar-holiday-list, calendar-list-holidays)
7748         (holiday-filter-visible-calendar): Move definitions before use.
7749         (list-holidays): Use cadr.
7750         Relocate obsolete aliases after their replacements.
7752         * calendar/lunar.el (date, displayed-month, displayed-year):
7753         Move declarations where needed.
7754         (lunar-phase-list): Move definition after functions it uses.
7755         (calendar-phases-of-moon, diary-phases-of-moon)
7756         (lunar-new-moon-on-or-after): Use cadr, nth.
7757         (lunar-new-moon-on-or-after): Doc fix.
7759         * textmodes/org-irc.el (top-level): CL not required when compiling.
7760         (org-irc-visit-erc): Replace runtime CL functions.
7762         * textmodes/org-publish.el (declare-function): Add compatibility stub.
7763         (org-publish-delete-dups): Declare as function.
7765 2008-03-14  Dan Nicolaescu  <dann@ics.uci.edu>
7767         * vc-bzr.el (vc-bzr-log-view-mode): "." can be part of a revno.
7768         (vc-bzr-show-log-entry): Make regexp match more cases.
7769         (vc-diff-switches-list): Remove autoload, not needed.
7771 2008-03-14  Juri Linkov  <juri@jurta.org>
7773         * isearch.el (isearch-edit-string): Remove one call to
7774         `isearch-push-state' not to push an inconsistent state,
7775         but keep another correct call to `isearch-push-state'.
7776         (isearch-ring-adjust): Call `isearch-push-state' only when
7777         `search-ring-update' is non-nil since `isearch-edit-string'
7778         already pushes its state.
7779         (isearch-message): Improve matching the failed part by checking
7780         if the original message starts with the last successful message.
7782         * dired.el (dired-warn-writable): Rename to `dired-perm-write'.
7783         (dired-perm-write): Rename from `dired-warn-writable'.
7784         Change parent face from `font-lock-warning-face' to
7785         `font-lock-comment-delimiter-face'.
7786         (dired-warn-writable-face): Rename to `dired-perm-write-face'.
7787         (dired-perm-write-face): Rename from `dired-warn-writable-face'.
7788         (dired-font-lock-keywords): Replace `dired-warn-writable-face'
7789         with `dired-perm-write-face'.
7791 2008-03-13  Tassilo Horn  <tassilo@member.fsf.org>
7793         * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
7794         Create cache dir only if it doesn't already exist.
7796 2008-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7798         * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Fix handling
7799         of \ and '.
7801 2008-03-13  Johan BockgÃ¥rd  <bojohan@gnu.org>
7803         * net/browse-url.el (browse-url-text-xterm):
7804         Unquote browse-url-text-browser.
7806 2008-03-13  Carsten Dominik  <dominik@science.uva.nl>
7808         * textmodes/org-mouse.el: Version number change.
7810         * textmodes/org-publish.el (org-publish-expand-components):
7811         Remove null projects from the list of components.
7812         (org-publish-attachment): Bugfix: handle mandatory argument pub-dir.
7813         Remove unused retrieval of the :publishing-directory property.
7814         (org-publish-file): Bugfix: when using a relative directory as the
7815         publishing directory, convert it to a directory filename.
7816         (org-publish-project): New alias.
7817         (org-publish-get-files): Protect against empty p.
7818         (org-publish-file): Send an error when file is not part of any project.
7819         (org-publish-file): Offer to refresh the list of files in known
7820         project when the current file is not part of any project.
7821         (org-publish-before-export-hook)
7822         (org-publish-after-export-hook): New hooks.
7823         (org-publish-org-to): Use new hooks and kill buffers.
7824         (org-publish-file): Remove the code for killing buffers.
7825         (org-publish-initialize-files-alist): Use interactive.
7826         (org-publish-file): If the publishing function creates a new
7827         buffer, kill it after publishing.
7828         (org-publish-timestamp-filename): Protect ":" in file name path
7829         under windows.
7831         * textmodes/org-export-latex.el (org-export-as-latex): Revert the
7832         change that killed the LaTeX buffer.
7834         * textmodes/org.el (org-ctrl-c-star): Implement a missing branch
7835         in the decision tree.
7836         (org-select-remember-template): Clean the code.
7837         (org-prepare-dblock): Add the extra :content parameter.
7838         (org-write-agenda): New output type ".ics" files.
7839         (org-write-agenda): Call `org-icalendar-verify-function', both for
7840         time stamps and for TODO entries.
7841         (org-agenda-collect-markers, org-create-marker-find-array)
7842         (org-check-agenda-marker-table): New functions.
7843         (org-agenda-marker-table): New variable.
7844         (org-export-as-html): Revert the change that killed the html
7845         buffer.  Side effects first need to be studied carefully.
7846         (org-get-tags-at): Fix the structure of the condition-case statement.
7847         (org-ts-regexp0, org-repeat-re, org-display-custom-time)
7848         (org-timestamp-change): Fix regulear expressions to swallow the
7849         extra character for repeat-shift control.
7850         (org-auto-repeat-maybe): Implement the new repeater mechanisms.
7851         (org-get-legal-level): Alias to `org-get-valid-level'.
7852         (org-dblock-write:clocktable): Add a :link parameter, linking
7853         headlines to their location in the Org agenda files.
7854         (org-get-tags-at): Bugfix: prevent `org-back-to-heading' from
7855         throwing an error when getting tags before headlines.
7856         (org-timestamp-change, org-modify-ts-extra)
7857         (org-ts-regexp1): Fix timestamp editing.
7858         (org-agenda-custom-commands-local-options): New constant.
7859         (org-agenda-custom-commands):
7860         Use `org-agenda-custom-commands-local-options' to improve customize
7861         type.  "htmlize": Removed hack to fix face problem with htmlize,
7862         it no longer seem necessary.
7863         (org-follow-link-hook): New hook.
7864         (org-agenda-custom-commands): Add "Component" as a tag for each
7865         item in a command serie.
7866         (org-open-at-point): Run `org-follow-link-hook'.
7867         (org-agenda-schedule): Bugfix: don't display marker type when it
7868         is nil.
7869         (org-store-link): org-irc required.
7870         (org-set-regexps-and-options): Parse the new logging options.
7871         (org-extract-log-state-settings): New function.
7872         (org-todo): Handle the new ways of recording state change stuff.
7873         (org-local-logging): New function.
7874         (org-columns-open-link): Fix bug with opening link in column view.
7875         (org-local-logging): New function.
7876         (org-todo): Make sure that LOGGING properties are honoured.
7877         (org-todo-keywords): Improve docstring.
7878         (org-startup-options): Cleanup startup options.
7879         (org-set-regexps-and-options): Process the "!" markers.
7880         (org-todo): Respect the new logging stuff.
7881         (org-log-note-how): New variable.
7882         (org-add-log-maybe): New parameter HOW that defines how logging
7883         should be done and also overrides PURPOSE.  Add a docstring.
7884         (org-add-log-note): Check if we really need to ask for a note.
7885         (org-get-current-options): Digest the new keyword.
7886         (org-agenda-reset-markers): Rename from
7887         `org-agenda-maybe-reset-markers'.  Remove FORCE argument.
7888         (org-diary, org-agenda-quit, org-prepare-agenda): Call the renamed
7889         function, without force argument.
7890         (org-buffer-property-keys): Bind local variables s and p.
7891         (org-make-tags-matcher): Allow "" to match an empty or
7892         non-existent property value.
7893         (org-export-as-html): Join unsorted lists when they directly
7894         follow each other.  Such lists may be created by headlines that
7895         are converted to lists.
7896         (org-nofm-to-completion): New function.
7897         (org-export-as-html): Use :html-extension instead of
7898         org-export-html-extension.
7899         (org-store-link): Support for links from `rmail-summary-mode'.
7900         (org-columns-new, org-complete, org-set-property): Set the
7901         `include-columns' argument in the call to
7902         `org-buffer-property-keys'.
7903         (org-buffer-property-keys): New argument `include-columns', to
7904         include properties expected by any of the COLUMS formats in the
7905         current buffer.
7906         (org-cleaned-string-for-export): Get rid of drawers first, so that
7907         they will be removed also in the text before the first headline.
7908         (org-clock-report): Show the clocktable when found.
7909         (org-refile): Fix positioning bug when `org-reverse-note-order' is nil.
7910         (org-version): With prefix argument, insert `org-version' at point.
7911         (org-agenda-goto): Recenter the window after finding the target
7912         location, to make sure the correct position will be displayed.
7913         (org-agenda-get-deadlines): Don't scale priority with the warning
7914         period.
7915         (org-insert-heading): Don't break line in the middle of the line.
7916         (org-agenda-get-deadlines): Allow `org-deadline-warning-days' to
7917         be 0.
7918         (org-update-checkbox-count): Revamp to deal with hierarchical
7919         beckboxes.  This was a patch from Miguel A. Figueroa-Villanueva.
7920         (org-remove-timestamp-with-keyword): New function.
7921         (org-schedule, org-deadline):
7922         Use `org-remove-timestamp-with-keyword' to make sure all such time
7923         stamps are removed.
7924         (org-mode): Support for `align'.
7925         (org-agenda-get-deadlines): Make sure priorities increase as the
7926         due date approaches and is passed.
7927         (org-remember-apply-template): Fix problem with tags that
7928         contain "_" or "@".
7929         (org-make-link-regexps): Improve the regular expression for plain links.
7930         (org-agenda-get-closed): List each clocking entry.
7931         (org-set-tags): Only tabify before tags if indent-tabs-mode is t.
7932         (org-special-ctrl-k): New option.
7933         (org-kill-line): New function.
7934         (org-archive-all-done): Fix incorrect number of stars in regexp.
7935         (org-refile-get-location): New function.
7936         (org-refile-goto-last-stored): New function.
7937         (org-global-tags-completion-table): Add the value of org-tag-alist
7938         in each buffer, to make sure that also unused tags will be
7939         available for completion.
7940         (org-columns-edit-value)
7941         (org-columns-next-allowed-value): Only update if not in agenda.
7942         (org-clocktable-steps): New function.
7943         (org-dblock-write:clocktable): Call `org-clocktable-steps'.
7944         (org-archive-subtree): Add the outline tree context as a property.
7945         (org-closest-date): New optional argument `prefer'.
7946         (org-goto-auto-isearch): New option.
7947         (org-goto-map, org-get-location): Implement auto-isearch.
7948         (org-goto-local-auto-isearch-map): New variable.
7949         (org-goto-local-search-forward-headings)
7950         (org-goto-local-auto-isearch): New functions.
7952 2008-03-13  Philip Jackson  <emacs@shellarchive.co.uk>
7954         * textmodes/org-irc.el: New file.
7956 2008-03-13  John Wiegley  <johnw@gnu.org>
7958         * textmodes/org-mac-message.el: New file.
7960 2008-03-13  Dan Nicolaescu  <dann@ics.uci.edu>
7962         * font-lock.el (font-lock-comment-face): Set the foreground for
7963         the light background 8 colors case.
7965 2008-03-13  Glenn Morris  <rgm@gnu.org>
7967         * font-lock.el (lisp-font-lock-keywords-1): Support wider range of
7968         generate-autoload-cookie patterns.
7970         * startup.el (command-line-1): Rename -scriptload to -internal-script.
7972         * Makefile.in ($(lisp)/loaddefs.el): Remove this target.
7973         (MH_E_SRC): Remove variable.
7974         ($(lisp)/mh-e/mh-loaddefs.el): Remove $MH_E_SRC dependency.
7975         Simplify file header.  Use $@ for generated-autoload-file.
7977         * Makefile.in (LOADDEFS): New variable.
7978         (AUTOGENEL): Use $LOADDEFS.
7979         (autoloads): Remove $(lisp)/loaddefs.el dependency; add $LOADDEFS.
7980         ($(lisp)/calendar/cal-loaddefs.el, $(lisp)/calendar/diary-loaddefs.el)
7981         ($(lisp)/calendar/hol-loaddefs.el): New targets.
7982         * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
7983         * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-html.el:
7984         * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
7985         * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
7986         * calendar/cal-tex.el, calendar/cal-x.el, calendar/diary-lib.el:
7987         * calendar/holidays.el, calendar/lunar.el, calendar/solar.el:
7988         Add calendar-specific autoload cookies, and remove any setting of
7989         generated-autoload-file.
7990         * calendar/calendar.el: Remove explicit autoloads now in cal-loaddefs.
7991         * calendar/diary-lib.el: Replace explicit autoloads with reading of
7992         diary-loaddefs.
7993         * calendar/holidays.el: Replace explicit autoloads with reading of
7994         hol-loaddefs.
7996         * calendar/calendar.el (cal-hebrew-yahrzeit-buffer): New constant.
7997         (calendar-buffer-list): Simplify.
7998         (generate-calendar-window): Use calendar-mark-holidays rather than
7999         obsolete alias.
8001         * calendar/cal-hebrew.el (list-yahrzeit-dates):
8002         Use cal-hebrew-yahrzeit-buffer.
8004         * calendar/cal-x.el (calendar-only-one-frame-setup)
8005         (calendar-two-frame-setup): Doc fixes.
8006         (special-display-buffer-names): Use cal-hebrew-yahrzeit-buffer.
8008         * calendar/appt.el (appt-mode-string): Mark as risky.
8009         (appt-check): Apply mode-line-emphasis face to appt-mode-string.
8011         * calendar/cal-html.el (diary-list-entries):
8012         * calendar/cal-tex.el (calendar-holiday-list, diary-list-entries)
8013         (calendar-iso-from-absolute): Fix autoloads.
8015         * calendar/cal-iso.el (calendar-absolute-from-iso)
8016         (calendar-iso-read-args): Simplify.
8017         (calendar-iso-date-string, calendar-iso-read-args)
8018         (calendar-goto-iso-date, calendar-goto-iso-week): Doc fixes.
8020         * calendar/cal-julian.el (calendar-julian-from-absolute): Use zerop.
8021         (displayed-month, displayed-year): Move declarations where needed.
8022         (calendar-print-astro-day-number): Doc fix.
8024         * calendar/cal-persia.el (persian-calendar-month-name-array)
8025         (persian-calendar-epoch, calendar-persian-date-string): Doc fixes.
8026         (persian-prompt-for-date): Remove local variable `today'.
8028         * calendar/diary-lib.el (mark-calendar-month): Use zerop.
8030         * calendar/solar.el (solar-moment, solar-exact-local-noon)
8031         (solar-sunrise-sunset, solar-sunrise-sunset-string)
8032         (solar-ephemeris-time, solar-date-next-longitude, solar-sidereal-time)
8033         (diary-sabbath-candles, solar-equinoxes/solstices)
8034         (solar-equinoxes-solstices): Use cadr, cdar, nth, zerop.
8035         (solar-time-equation, solar-date-to-et): Simplify.
8037         * mail/supercite.el: Remove the `function' in `(function (lambda'.
8038         Replace `(car (cdr' with cadr'.
8040         * progmodes/f90.el (f90-font-lock-n): New function.
8041         (f90-font-lock-1, f90-font-lock-2, f90-font-lock-3, f90-font-lock-4):
8042         Use f90-font-lock-n.
8043         (f90-indent-region, f90-indent-subprogram, f90-match-end): Use cadr.
8045         * progmodes/f90.el (f90-mode-abbrev-table):
8046         * progmodes/fortran.el (fortran-mode-abbrev-table):
8047         Use newer form of define-abbrev, where supported.  No need to bind
8048         abbrevs-changed for system abbrevs.
8050 2008-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8052         * term/xterm.el (terminal-init-xterm): delete-frame-hook ->
8053         delete-frame-functions.
8055         * bookmark.el (Info-current-node): Remove.
8057 2008-03-12  Juri Linkov  <juri@jurta.org>
8059         * help.el (describe-project): Remove defaliases for view-todo and
8060         describe-project that are now unnecessary after the merge from
8061         emacs--rel--22 that added define-obsolete-function-alias.
8063         * startup.el (inhibit-startup-screen): Revert incomplete
8064         2008-03-10 merge from emacs--rel--22 that partly reverted
8065         2008-02-28 change that added initial message to *scratch* buffer
8066         regardless of the value of `inhibit-startup-screen'.
8067         Now keep this change in the trunk, but not in the 22 branch.
8069 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8071         * international/quail.el (quail-setup-completion-buf, quail-help):
8072         * mail/binhex.el (binhex-decode-region-internal):
8073         * mail/uudecode.el (uudecode-decode-region-internal):
8074         * net/dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
8075         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
8076         setting default-enable-multibyte-characters.
8078         * emulation/viper-util.el (viper-file-remote-p): Remove, unused.
8080         * comint.el: Fix up indentation and comment style.  Remove `function'.
8082         * international/mule-cmds.el (reset-language-environment)
8083         (set-language-environment-nonascii-translation):
8084         Don't set-unibyte-charset.
8086         * doc-view.el: Remove all cb-args, use closures instead.
8087         (doc-view-sentinel): Merge doc-view-dvi->pdf-sentinel,
8088         doc-view-ps->pdf-sentinel, and doc-view-pdf->txt-sentinel (which was
8089         doing an incorrect check).  Update all callers to use the new name.
8090         (doc-view-doc->txt): Add missing `txt' argument.
8092 2008-03-12  Tassilo Horn  <tassilo@member.fsf.org>
8094         * doc-view.el (doc-view-current-cache-dir): Set buffer used for
8095         md5 sum calculation to single-byte.
8097 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8099         * doc-view.el (doc-view-new-window-function): Add assertion.
8100         (doc-view-doc-type): New var.
8101         (doc-view-convert-current-doc, doc-view-doc->txt): Use it.
8102         (doc-view-intersection): New fun.
8103         (doc-view-mode): Use it to set the new var.
8105 2008-03-12  Tassilo Horn  <tassilo@member.fsf.org>
8107         * doc-view.el (doc-view-doc->txt, doc-view-open-text)
8108         (doc-view-already-converted-p): New functions.
8109         (doc-view-clear-cache): Don't recreate doc-view-cache-directory.
8110         (doc-view-mode-map): Bind C-c C-t to doc-view-open-text.
8111         (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
8112         (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
8113         (doc-view-ps->pdf-sentinel, doc-view-ps->pdf)
8114         (doc-view-convert-current-doc): Don't hardwire the functions the
8115         sentinels call.  Now they're provided by two args CALLBACK and
8116         CB-ARGS to the functions.
8117         (doc-view-search): Use doc-view-doc->txt.
8118         (doc-view-initiate-display): Use doc-view-already-converted-p.
8119         Mention new binding C-c C-t if doc-view-mode doesn't work.
8121 2008-03-12  Dan Nicolaescu  <dann@ics.uci.edu>
8123         * diff-mode.el (diff-refine-change): Adjust colors to be more visible.
8125 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8127         * textmodes/sgml-mode.el (sgml-font-lock-syntactic-keywords):
8128         Mark " outside of tags as punctuation.
8130 2008-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8132         * menu-bar.el (minibuffer-local-map): Use the same command for the
8133         "Quit" menu as used for the C-g key, so the shortcut displayed is C-g.
8134         Prefer RET over C-j for exit-minibuffer.
8136         * files.el (display-buffer-other-frame): Eliminate problematic code.
8138         * menu-bar.el (menu-bar-update-buffers-maxbuf): Remove.
8139         (menu-bar-select-buffer): Remove.
8140         (menu-bar-select-frame): Make non-interactive and take a frame arg.
8141         (menu-bar-update-buffers): Don't use buffer-names or frame names as events.
8143 2008-03-11  Juanma Barranquero  <lekktu@gmail.com>
8145         * icomplete.el (icomplete-completions): Remove obsolete code.
8147         * net/net-utils.el (iwconfig-program-options): Doc fix.
8148         (net-utils-run-program, run-network-program): Define as functions.
8150 2008-03-11  Dan Nicolaescu  <dann@ics.uci.edu>
8152         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Fix typo.
8154 2008-03-11  Glenn Morris  <rgm@gnu.org>
8156         * faces.el (mode-line-emphasis): New face.
8157         * vc.el (vc-set-mode-line-busy-indicator): Use mode-line-emphasis face.
8159         * calendar/calendar.el (top-level): Load cal-loaddefs when compiling.
8161 2008-03-11  Chong Yidong  <cyd@stupidchicken.com>
8163         * simple.el (set-mark-command): Doc fix.
8165 2008-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8167         * Makefile.in (bootstrap-prepare): Don't chmod cal-loaddefs.el.
8169         * emacs-lisp/autoload.el (autoload-find-destination):
8170         Don't force raw-text.
8172         * calendar/calendar.el ("cal-loaddefs"): Load, rather than require.
8173         * calendar/cal-loaddefs.el: Don't version control.
8175 2008-03-10  Dan Nicolaescu  <dann@ics.uci.edu>
8177         * progmodes/make-mode.el (makefile-mode-abbrev-table): Add menu
8178         entries and add :help to the existing ones.
8180 2008-03-10  Glenn Morris  <rgm@gnu.org>
8182         * calendar/cal-hebrew.el (date, entry, number): Move declarations
8183         to where they are needed.
8185         * calendar/calendar.el (diary-file, hebrew-holidays-1)
8186         (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
8187         (calendar, calendar-basic-setup, calendar-mode-map, calendar-set-mark)
8188         (calendar-version): Doc fixes.
8189         (calendar-absolute-from-gregorian): Use zerop.
8190         (calendar-mode-line-format): Make it a defcustom.
8192         * calendar/diary-lib.el (diary-face-attrs): Fix custom :type.
8193         (diary-face-attrs, diary-glob-file-regexp-prefix, diary-unknown-time)
8194         (diary-pull-attrs, diary-header-line-flag, diary-list-entries)
8195         (diary-unhide-everything, include-other-diary-files, diary-goto-entry)
8196         (mark-included-diary-files, mark-calendar-days-named)
8197         (mark-calendar-date-pattern, mark-calendar-month, diary-entry-compare)
8198         (diary-remind, insert-diary-entry, insert-weekly-diary-entry)
8199         (insert-monthly-diary-entry, insert-yearly-diary-entry)
8200         (insert-anniversary-diary-entry, insert-block-diary-entry)
8201         (insert-cyclic-diary-entry, fancy-diary-font-lock-keywords)
8202         (diary-font-lock-sexps): Doc fixes.
8203         (diary-remind-message, mark-calendar-month): Use zerop.
8204         (diary-attrtype-convert, diary-pull-attrs): Simplify.
8205         (diary-list-entries): Revert let to let* (previous change).
8207         * Makefile.in (bootstrap-prepare): Also chmod cal-loaddefs.el.
8209 2008-03-10  Kim F. Storm  <storm@cua.dk>
8211         * help.el (view-emacs-todo, describe-gnu-project): Define obsolete
8212         function aliases for the old names.
8214 2008-03-10  Juanma Barranquero  <lekktu@gmail.com>
8216         * iswitchb.el (iswitchb-use-faces): Doc fix.
8217         (iswitchb-buffer-ignore, iswitchb-read-buffer):
8218         Fix typos in docstrings.
8220 2008-03-10  Dan Nicolaescu  <dann@ics.uci.edu>
8222         * progmodes/verilog-mode.el (verilog-highlight-grouping-keywords):
8223         Fix typo.
8224         (verilog-type-font-keywords): Reindent.
8226 2008-03-10  Michael McNamara  <mac@mail.brushroad.com>
8228         * verilog-mode.el (verilog-font-grouping-keywords): Fix bug in the
8229         grouping-keyword regular expression.
8230         (verilog-font-lock-keywords): Allow users to toggle special
8231         highlight of grouping-keywords.
8232         (verilog-highlight-grouping-keywords): The toggle for special
8233         highlighting of grouping keywords.
8235 2008-03-10  Juri Linkov  <juri@jurta.org>
8237         * startup.el: Revert 2008-02-28 change that adds initial message
8238         to *scratch* buffer regardless of the value of
8239         `inhibit-startup-screen'.
8241 2008-03-10  Dan Nicolaescu  <dann@ics.uci.edu>
8243         * textmodes/css-mode.el (css-indent-offset, css-electric-keys):
8244         * textmodes/bibtex-style.el (bibtex-style-indent-basic):
8245         * progmodes/verilog-mode.el (verilog-mode):
8246         * net/socks.el (socks):
8247         * vc-mtn.el (vc-mtn-mode-line-rewrite): Add :version.
8249 2008-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
8251         * doc-view.el (bookmark-buffer-file-name, bookmark-prop-get): Declare.
8252         (doc-view-bookmark-make-record): Use them.
8253         (doc-view-bookmark-jump): Use them.  Fix find-file ->find-file-noselect.
8254         (bookmark-get-filename, bookmark-get-bookmark-record): Remove.
8256         * bookmark.el (bookmark-make-record-function): Change expected return
8257         value to include a suggested bookmark name.
8258         (bookmark-make): Split into bookmark-make-record and bookmark-store.
8259         Fix reversed `overwrite' semantics.
8260         (bookmark-set): Call bookmark-make-record before prompting the user.
8261         Then pass the result to bookmark-store later on.
8262         (bookmark-make-name-function): Remove.
8263         (bookmark-buffer-file-name, bookmark-buffer-name): Don't use it.
8264         * info.el (bookmark-make-name-function): Remove.
8265         (Info-mode): Don't set it.
8266         (Info-bookmark-make-name): Remove.
8267         (Info-bookmark-make-record): Use Info-current-node as suggested default
8268         bookmark name.
8270         * bookmark.el (bookmark-set): Make bookmark before reading annotations.
8271         I.e. use bookmark-edit-annotation rather than bookmark-read-annotation.
8272         (bookmark-read-annotation-mode-map, bookmark-annotation-paragraph)
8273         (bookmark-annotation-buffer, bookmark-annotation-file)
8274         (bookmark-annotation-point, bookmark-send-annotation)
8275         (bookmark-read-annotation-mode, bookmark-read-annotation): Remove.
8276         (bookmark-edit-annotation-text-func): Rename from
8277         bookmark-read-annotation-text-func.  Keep old name as an obsolete alias.
8278         (bookmark-edit-annotation-mode-map): Move initialization into
8279         declaration.
8281         * bookmark.el: Remove spurious * in docstrings.
8282         (bookmark-minibuffer-read-name-map): New var.
8283         (bookmark-set): Use it.  Also pass the default value as it should.
8284         (bookmark-send-edited-annotation): Take no chances with text properties.
8285         (bookmark-insert-current-bookmark): Inline bookmark-insert-buffer-name.
8286         (bookmark-insert-buffer-name): Remove.
8287         (bookmark-buffer-file-name): Signal an error rather than returning nil.
8289 2008-03-09  Thomas Hühn  <xf27@arcor.de>  (tiny change)
8291         * tutorial.el (tutorial--default-keys): Update `C-l' binding.
8293 2008-03-09  Dan Nicolaescu  <dann@ics.uci.edu>
8295         * diff-mode.el (diff-mode-menu): Add :help.
8297 2008-03-09  Glenn Morris  <rgm@gnu.org>
8299         * calendar/calendar.el (general-holidays, oriental-holidays)
8300         (local-holidays, other-holidays, hebrew-holidays-1, hebrew-holidays-2)
8301         (hebrew-holidays-3, hebrew-holidays-4, hebrew-holidays)
8302         (christian-holidays, islamic-holidays, bahai-holidays, solar-holidays)
8303         (calendar-holidays): Restore autoload cookies, because people are
8304         used to using these variables without loading calendar.el.
8306         * calendar/cal-islam.el (diary-islamic-date): Move to end.
8307         (date, number): Declare where needed.
8309         * calendar/diary-lib.el (nongregorian-diary-marking-hook)
8310         (list-sexp-diary-entries): Doc fixes.
8311         (diary-list-entries): Doc fix.  Remove free variable `entry'.
8312         (fancy-diary-display): Use dolist, bobp.  Remove free variable `entry'.
8313         Simplify setting of `date-holiday-list'.
8314         (mark-diary-entries): Remove free variable `entry'.
8315         (diary-list-entries, include-other-diary-files, fancy-diary-display):
8316         Use let where let* is not needed.
8318 2008-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
8320         * bookmark.el (bookmark-make): Don't pass the `annotation' to the
8321         make-record function, instead paste it in afterwards.
8322         (bookmark-make-record-for-text-file):
8323         * doc-view.el (doc-view-bookmark-make-record):
8324         * info.el (Info-bookmark-make-record): Don't mess with annotations.
8326 2008-03-08  Glenn Morris  <rgm@gnu.org>
8328         * calendar/diary-lib.el (entry): Declare for compiler part-way through.
8330 2008-03-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8332         * calendar/diary-lib.el (diary-list-entries)
8333         (include-other-diary-files, mark-diary-entries)
8334         (mark-sexp-diary-entries, mark-included-diary-files)
8335         (diary-entry-time, list-sexp-diary-entries): Remove the special
8336         handling of ^M that dates back to the use of selective-display.
8337         (simple-diary-display): Obey setting of pop-up-frames.
8338         (body, entry): Remove unnecessary declarations.
8340         * bookmark.el (bookmark-prop-get, bookmark-prop-set): New funs.
8341         (bookmark-get-annotation, bookmark-set-annotation)
8342         (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
8343         (bookmark-set-position, bookmark-get-front-context-string)
8344         (bookmark-set-front-context-string, bookmark-get-rear-context-string)
8345         (bookmark-set-rear-context-string, bookmark-get-handler): Use them.
8346         * info.el (Info-bookmark-make-record): Don't bother recording point.
8347         (bookmark-get-filename, bookmark-get-front-context-string)
8348         (bookmark-get-rear-context-string, bookmark-get-position):
8349         Don't declare any more.
8350         (bookmark-get-info-node): Remove.
8351         (bookmark-prop-get): Declare.
8352         (Info-bookmark-jump): Use it.
8354 2008-03-08  Johan BockgÃ¥rd  <bojohan@gnu.org>
8356         * subr.el (while-no-input): Don't splice BODY directly into the
8357         `or' form.
8359 2008-03-08  Dan Nicolaescu  <dann@ics.uci.edu>
8361         * diff-mode.el (diff-ignore-whitespace-hunk):
8362         Bind inhibit-read-only before trying to change the buffer.
8364 2008-03-08  Glenn Morris  <rgm@gnu.org>
8366         * calendar/appt.el (appt): Move custom group here from calendar.el.
8367         (appt-disp-window, appt-convert-time): Doc fixes.
8369         * calendar/cal-bahai.el (calendar-bahai-prompt-for-date)
8370         (calendar-bahai-mark-date-pattern):
8371         * calendar/cal-hebrew.el (mark-hebrew-calendar-date-pattern):
8372         * calendar/cal-islam.el (mark-islamic-calendar-date-pattern):
8373         * calendar/cal-julian.el (calendar-absolute-from-julian):
8374         * calendar/cal-persia.el (persian-prompt-for-date): Use zerop.
8376         * calendar/cal-china.el (chinese-calendar): Move custom group here from
8377         calendar.el.
8378         (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
8379         Make constants.
8380         (chinese-calendar-time-zone, chinese-calendar-daylight-time-offset)
8381         (chinese-calendar-daylight-savings-starts)
8382         (chinese-calendar-daylight-savings-ends)
8383         (chinese-calendar-daylight-savings-starts-time)
8384         (chinese-calendar-daylight-savings-ends-time)
8385         (chinese-zodiac-sign-on-or-after, chinese-new-moon-on-or-after):
8386         Doc fixes.
8388         * calendar/cal-coptic.el (coptic-name): Add doc string.
8390         * calendar/cal-french.el (french-calendar-month-name-array)
8391         (french-calendar-day-name-array, french-calendar-special-days-array):
8392         Add doc strings.
8394         * calendar/cal-bahai.el (diary-bahai-mark-entries)
8395         (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
8396         (diary-bahai-insert-yearly-entry):
8397         * calendar/cal-dst.el (calendar-next-time-zone-transition)
8398         (calendar-time-zone):
8399         * calendar/cal-hebrew.el (hebrew-calendar-leap-year-p)
8400         (hebrew-calendar-elapsed-days, hebrew-calendar-long-heshvan-p)
8401         (hebrew-calendar-short-kislev-p, mark-hebrew-diary-entries)
8402         (insert-hebrew-diary-entry, insert-monthly-hebrew-diary-entry)
8403         (insert-yearly-hebrew-diary-entry, diary-yahrzeit):
8404         * calendar/cal-islam.el (islamic-calendar-leap-year-p)
8405         (list-islamic-diary-entries, mark-islamic-diary-entries)
8406         (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
8407         (insert-yearly-islamic-diary-entry):
8408         * calendar/cal-iso.el (calendar-iso-read-args):
8409         * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
8410         (calendar-mayan-haab-to-string, calendar-mayan-tzolkin-to-string)
8411         (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
8412         (calendar-next-calendar-round-date)
8413         (calendar-mayan-long-count-common-era):
8414         * calendar/cal-menu.el (cal-menu-holiday-window-suffix)
8415         (cal-menu-x-popup-menu, calendar-mouse-holidays)
8416         (calendar-mouse-view-diary-entries, calendar-mouse-print-dates)
8417         (calendar-mouse-goto-date):
8418         * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
8419         * calendar/holidays.el (holidays):
8420         * calendar/lunar.el (phases-of-moon, lunar-new-moon-on-or-after):
8421         * calendar/time-date.el (date-to-time, time-subtract, time-add)
8422         (safe-date-to-time): Doc fixes.
8424         * calendar/cal-persia.el (persian-calendar-month-name-array)
8425         (persian-calendar-epoch): Make constants.
8427         * calendar/cal-tex.el (calendar-tex): Move custom group here from
8428         calendar.el.
8430         * calendar/cal-x.el (diary-frame-parameters)
8431         (calendar-frame-parameters, calendar-and-diary-frame-parameters)
8432         (calendar-after-frame-setup-hooks): Make defcustoms.
8433         (calendar-one-frame-setup, calendar-only-one-frame-setup)
8434         (calendar-two-frame-setup): Doc fix.
8436         * calendar/cal-loaddefs.el: New file.
8438         * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
8439         * calendar/cal-french.el, calendar/cal-html.el:
8440         * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
8441         * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
8442         * calendar/cal-tex.el, calendar/cal-x.el:
8443         Unquote lambda functions.  Add autoload cookies to functions formerly
8444         autoloaded in calendar.el.  Set `generated-autoload-file' to
8445         "cal-loaddefs.el".
8447         * calendar/calendar.el: Move many autoloads to separate file,
8448         cal-loaddefs.el.  Move defcustoms to start and re-order.
8449         (calendar-month-name-array, calendar-starred-day): No need to
8450         declare for compiler.
8451         (cal-loaddefs): Require it.
8452         (appt, chinese-calendar, calendar-tex): Move custom groups to the
8453         appropriate file.
8454         (diary-entry-marker, calendar-today-marker, calendar-holiday-marker):
8455         Reverse logic.
8456         (diary-face, diary-file-name-prefix-function, diary-include-string)
8457         (diary-glob-file-regexp-prefix, diary-face-attrs)
8458         (diary-file-name-prefix, sexp-diary-entry-symbol)
8459         (print-diary-entries-hook, list-diary-entries-hook)
8460         (nongregorian-diary-listing-hook, mark-diary-entries-hook)
8461         (nongregorian-diary-marking-hook, diary-list-include-blanks):
8462         Move to diary-lib.
8463         (all-christian-calendar-holidays, all-islamic-calendar-holidays)
8464         (all-bahai-calendar-holidays): Doc fix.
8465         (calendar-insert-indented): Doc fix.  Use when rather than if.
8466         (exit-calendar): Use mapc rather than mapcar.
8467         (calendar-cursor-to-date): Use zerop.
8468         (calendar-mark-ring): Add doc-string.
8469         (calendar-starred-day): Defvar it.
8470         (calendar-mode): Make calendar-starred-day local.
8471         (calendar-star-date): No need to make calendar-starred-day local.
8473         * calendar/diary-lib.el: Move defcustoms to start.
8474         (diary-include-string, diary-list-include-blanks)
8475         (diary-glob-file-regexp-prefix, diary-face, diary-face-attrs)
8476         (diary-file-name-prefix, diary-file-name-prefix-function)
8477         (sexp-diary-entry-symbol, list-diary-entries-hook)
8478         (mark-diary-entries-hook, nongregorian-diary-listing-hook)
8479         (nongregorian-diary-marking-hook, print-diary-entries-hook):
8480         Move here from calendar.el.
8481         (diary-file-name-prefix-function): Use 'identity.
8482         (diary-face): Make it a defcustom, and mark as obsolete.
8483         (top-level): No need to require cal-hebrew, cal-islam when compiling.
8484         (calendar-hebrew-month-name-array-leap-year)
8485         (calendar-islamic-month-name-array, calendar-bahai-month-name-array):
8486         Define for compiler.
8487         (diary-font-lock-keywords): Use format rather than concat.
8488         Add bahai-diary-entry-symbol.
8490         * calendar/cal-hebrew.el, calendar/holidays.el, calendar/lunar.el:
8491         * calendar/solar.el: Unquote lambda functions.
8493         * calendar/solar.el (calendar-location-name, calendar-latitude)
8494         (calendar-longitude, solar-setup, solar-sin-degrees)
8495         (solar-cosine-degrees, solar-tangent-degrees, solar-xy-to-quadrant)
8496         (solar-degrees-to-quadrant, solar-atn2, solar-arccos)
8497         (solar-sunrise-and-sunset, solar-moment, solar-daylight)
8498         (solar-exact-local-noon, solar-julian-ut-centuries)
8499         (solar-ephemeris-time, solar-date-next-longitude)
8500         (solar-horizontal-coordinates, solar-equatorial-coordinates)
8501         (solar-ecliptic-coordinates, solar-data-list, solar-longitude)
8502         (solar-ephemeris-correction, solar-sidereal-time, solar-date-to-et)
8503         (sunrise-sunset, solar-seasons-data, solar-equinoxes/solstices):
8504         Doc fixes.
8505         (solar-horizontal-coordinates, solar-equatorial-coordinates)
8506         (solar-ecliptic-coordinates): Rename argument `for-sunrise-sunset'.
8507         (solar-ecliptic-coordinates): Use unless.
8508         (calendar-sunrise-sunset, diary-sunrise-sunset, diary-sabbath-candles):
8509         Use or.
8511         * calendar/timeclock.el: Add doc-strings to all functions.
8512         (timeclock-workday, timeclock-in, timeclock-completing-read): Doc fixes.
8513         (timeclock-entry-list-length, timeclock-entry-list-projects)
8514         (timeclock-day-list-projects, timeclock-day-list): Use dolist.
8516         * calendar/todo-mode.el: Remove un-needed eval-when-compile.
8518         * textmodes/org.el (list-diary-entries-hook): Declare for compiler.
8519         (org-get-entries-from-diary): Require diary-lib.
8521 2008-03-08  Juanma Barranquero  <lekktu@gmail.com>
8523         * info.el (bookmark-make-name-function, bookmark-get-bookmark-record):
8524         Pacify byte-compiler.
8526 2008-03-07  Alan Mackenzie  <acm@muc.de>
8528         * progmodes/cc-engine.el (c-in-knr-argdecl): Limit number of
8529         paren/bracket pairs parsed, to solve performance problem.
8531 2008-03-07  Bastien Guerry  <bzg@altern.org>
8533         * bookmark.el (bookmark-set): Don't check for
8534         `bookmark-make-name-function' since `bookmark-buffer-file-name'
8535         already takes care of this.
8536         (bookmark-buffer-name, bookmark-buffer-file-name):
8537         Remove Info-mode specific code.
8539         * info.el (bookmark-get-info-node): Define this function in
8540         info.el, not in bookmark.el.
8541         (Info-mode): Set `bookmark-make-name-function' to
8542         `Info-bookmark-make-name' locally.
8543         (Info-bookmark-make-name): New function.
8545         * bookmark.el (bookmark-make-name-function): New variable.
8547 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
8549         * bookmark.el (bookmark-set): Make `bookmark-make-record-function'
8550         buffer-local, not `bookmark-make-cell-function' (the old name).
8552 2008-03-07  Tassilo Horn  <tassilo@member.fsf.org>
8554         * doc-view.el (doc-view-bookmark-make-record):
8555         * image-mode.el (image-bookmark-make-record):
8556         * info.el (Info-bookmark-make-record): Delete obsolete second arg.
8558 2008-03-07  Jan Djärv  <jan.h.d@swipnet.se>
8560         * vc.el (vc-status-menu-map-filter): Return orig-binding if
8561         boundp 'vc-ignore-menu-filter.
8562         (vc-status-tool-bar-map): Make it defvar.
8563         (vc-status-mode): vc-status-tool-bar-map now variable.
8564         (vc-status-toggle-mark): toggle-mark-file => vc-status-toggle-mark-file.
8566 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
8568         Give a better name to part of the bookmark interface.
8570         This was originally a much larger change, but halfway through I
8571         updated and discovered that Stefan Monnier had done the rest.
8572         It looks like he anticipated the new name too, because he used
8573         `the-record' instead of `the-cell' for some internal variable names.
8575         * bookmark.el (bookmark-make-record-function): Was
8576         `bookmark-make-cell-function'.
8577         (bookmark-make, bookmark-send-annotation): Update for above.
8578         (bookmark-make-record-for-text-file):
8579         Was `bookmark-make-cell-for-text-file'.  Fix doc string re 2008-03-07T05:00:18Z!monnier@iro.umontreal.ca.
8581         * info.el: Adjust accordingly.
8582         (Info-bookmark-make-record): Was `Info-bookmark-make-cell'.
8584         * image-mode.el: Adjust accordingly.
8585         (image-bookmark-make-record): Was `image-bookmark-make-cell'.
8587         * doc-view.el: Adjust accordingly.
8588         (doc-view-bookmark-make-record): Was `doc-view-bookmark-make-cell'.
8590 2008-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8592         * bookmark.el (bookmark-map, bookmark-read-annotation-mode-map):
8593         Move initialization into declaration.
8594         (bookmark-get-info-node, bookmark-set-info-node): Remove.
8595         (bookmark-make, bookmark-make-cell-for-text-file): Remove info-node arg.
8596         (bookmark-info-current-node): Remove.
8597         (bookmark-jump-noselect): Rename from bookmark-jump-internal.
8598         Add relocation fallback.  Set bookmark-current-bookmark.
8599         (bookmark-default-handler): Rename from bookmark-jump-noselect.
8600         Remove relocation fallback.  Don't set bookmark-current-bookmark.
8601         (bookmark-set): Let it be used even if there's no buffer-file-name
8602         as long as there is a bookmark-make-cell-function.
8603         * info.el (Info-bookmark-jump): Remove relocation fallback.
8604         Don't set bookmark-current-bookmark.
8606 2008-03-07  Glenn Morris  <rgm@gnu.org>
8608         * calendar/appt.el (appt-issue-message)
8609         (appt-message-warning-time, appt-audible, appt-visible)
8610         (appt-msg-window, appt-display-mode-line, appt-display-duration)
8611         (appt-display-diary): Remove autoload cookies.
8613         * calendar/cal-china.el, calendar/timeclock.el, calendar/todo-mode.el:
8614         Remove leading `*' from defcustom doc-strings.
8616         * calendar/cal-dst.el (calendar-dst): New custom group.
8617         (calendar-daylight-savings-starts, calendar-daylight-savings-ends)
8618         (calendar-time-zone, calendar-daylight-time-offset)
8619         (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
8620         (calendar-daylight-savings-starts-time)
8621         (calendar-daylight-savings-ends-time): Convert from defvar to defcustom.
8622         (calendar-daylight-savings-starts, calendar-daylight-savings-ends):
8623         Move to start.
8625         * calendar/cal-menu.el (holidays-in-diary-buffer): Declare for compiler.
8627         * calendar/calendar.el (calendar-version): Use emacs-version and
8628         make it obsolete.  Move to end.
8629         (calendar-offset, view-diary-entries-initially)
8630         (mark-diary-entries-in-calendar, calendar-remove-frame-by-deleting)
8631         (view-calendar-holidays-initially, all-hebrew-calendar-holidays)
8632         (all-christian-calendar-holidays, all-islamic-calendar-holidays)
8633         (all-bahai-calendar-holidays, calendar-load-hook)
8634         (initial-calendar-window-hook, today-visible-calendar-hook)
8635         (today-invisible-calendar-hook, calendar-move-hook)
8636         (diary-nonmarking-symbol, hebrew-diary-entry-symbol)
8637         (islamic-diary-entry-symbol, bahai-diary-entry-symbol)
8638         (diary-include-string, sexp-diary-entry-symbol)
8639         (abbreviated-calendar-year, american-date-diary-pattern)
8640         (european-date-diary-pattern, european-calendar-display-form)
8641         (american-calendar-display-form, print-diary-entries-hook)
8642         (list-diary-entries-hook, diary-hook, diary-display-hook)
8643         (nongregorian-diary-listing-hook, mark-diary-entries-hook)
8644         (nongregorian-diary-marking-hook, diary-list-include-blanks)
8645         (holidays-in-diary-buffer, general-holidays, oriental-holidays)
8646         (local-holidays, other-holidays, hebrew-holidays-1)
8647         (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
8648         (hebrew-holidays, christian-holidays, islamic-holidays)
8649         (bahai-holidays, solar-holidays, calendar-setup)
8650         (calendar-week-start-day): Remove autoload cookies.
8651         (diary-glob-file-regexp-prefix): Doc fix.
8652         (calendar-goto-info-node): Use `info' rather than `Info-find-node'.
8653         (Info-find-emacs-command-nodes, Info-find-node): Remove declarations.
8654         (calendar-week-start-day, calendar-debug-sexp): Move to start.
8656         * calendar/solar.el: Remove leading `*' from defcustom doc-strings.
8657         (calendar-time-display-form, calendar-latitude)
8658         (calendar-longitude, solar-equinoxes-solstices): Remove autoload
8659         cookies.
8660         (calendar-latitude, calendar-longitude): Move functions after
8661         variables.
8662         (diary-sabbath-candles-minutes): Move to start.
8663         (solar-setup): Use or rather than if.
8664         (solar-sin-degrees, solar-cosine-degrees, solar-tangent-degrees):
8665         Remove condition-case.
8666         (solar-atn2): Use zerop.
8667         (solar-equinoxes-solstices): Doc fix.
8669         * mail/supercite.el: Remove leading `*' from defcustom doc-strings.
8670         (sc-mode-map-prefix): Doc fix.  Make it a defcustom.
8672         * textmodes/org.el (org-agenda-sunrise-sunset): Require solar.
8673         (calendar-longitude, calendar-latitude, calendar-location-name):
8674         Declare for compiler.
8676 2008-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
8678         * arc-mode.el (archive-ar-file-header-re): New const.
8679         (archive-ar-summarize, archive-ar-extract): New funs.
8680         (archive-find-type): Recognize ar archives.
8682         * vc-bzr.el (vc-bzr-resolve-when-done, vc-bzr-find-file-hook):
8683         New functions.
8685         * info.el (Info-bookmark-make-cell): Don't use the info-node argument.
8687 2008-03-06  Lennart Borgman  <lennart.borgman@gmail.com>
8689         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
8690         Replace :enable (mark-active) with :enable mark-active.
8692 2008-03-06  Juanma Barranquero  <lekktu@gmail.com>
8694         * vms-patch.el (make-legal-file-name): New obsolete alias.
8695         (make-valid-file-name): Rename from `make-legal-file-name'.
8696         (make-auto-save-file-name): Use it.
8698         * calendar/calendar.el (calendar-date-is-legal-p): New obsolete alias.
8699         (calendar-date-is-valid-p): Rename from `calendar-date-is-legal-p'.
8700         (calendar-date-is-visible-p, mark-visible-calendar-date): Use it.
8702         * textmodes/org.el (org-export-html-style): Doc fix.
8703         (org-get-legal-level): New obsolete alias.
8704         (org-get-valid-level): Rename from `org-get-legal-level'.
8705         (org-promote, org-demote, org-archive-subtree)
8706         (org-remember-handler, org-refile, org-put-clock-overlay): Use it.
8708 2008-03-06  Jan Djärv  <jan.h.d@swipnet.se>
8710         * term/x-win.el (x-gtk-stock-map): Add bookmark_add.
8712         * vc.el (vc-status-tool-bar-map, vc-status-toggle-mark-file)
8713         (vc-status-toggle-mark): New functions.
8714         (vc-status-mode): Set tool bar map.
8716 2008-03-05  Chong Yidong  <cyd@stupidchicken.com>
8718         * emacs-lisp/lisp.el (parens-require-spaces): Doc fix.
8719         Reported by Drew Adams <drew.adams@oracle.com>.
8721 2008-03-05  Kenichi Handa  <handa@ni.aist.go.jp>
8723         * subr.el (read-quoted-char): Resolve modifers of the character
8724         event.
8726         * comint.el (comint-exec-1): Don't change the coding-system for
8727         decoding to dos-like EOL.
8728         (comint-carriage-motion): Fully rewrite.
8730 2008-03-05  Juanma Barranquero  <lekktu@gmail.com>
8732         * epg.el (epg-context-include-certs): Reflow docstring.
8733         (epg-start-sign-keys, epg-sign-keys, epg-context-armor)
8734         (epg-context-signers, epg-context-sig-notations, epg-context-set-armor)
8735         (epg-context-set-signers, epg-context-set-sig-notations)
8736         (epg-make-import-status, epg-make-import-result)
8737         (epg-start-delete-keys): Fix typos in docstrings.
8738         (epg-start-sign-keys, epg-sign-keys):
8739         Fix typos in obsolescence declarations.
8741         * iswitchb.el: Don't check for `cadr' and `last'.
8742         (iswitchb-define-mode-map, iswitchb-default-keybindings):
8743         Add obsolescence declaration and remove redundant info from docstring.
8744         (iswitchb-set-common-completion, iswitchb-set-matches)
8745         (iswitchb-get-matched-buffers, iswitchb-visit-buffer): Use `let'.
8746         (recentf-list, most-len, most-is-exact):
8747         Don't wrap defvars within `eval-when-compile'.
8749 2008-03-05  Glenn Morris  <rgm@gnu.org>
8751         * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
8752         * ediff-init.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
8753         * ediff-diff.el, ediff-help.el, ediff-hook.el, ediff-init.el:
8754         * ediff-mult.el, ediff-util.el, ediff-wind.el: Expand all
8755         ediff-cond-compile-for-xemacs-or-emacs calls to a featurep test.
8757         * ediff-hook.el (ediff-window-setup-function): Don't autoload
8758         declaration for compiler.
8759         (ediff-xemacs-init-menus): Use when rather than if.
8761         * ediff-init.el (top-level, ediff-frame-iconified-p): Simplify
8762         if+and to just and.
8763         (ediff-read-event, ediff-overlayp, ediff-make-overlay)
8764         (ediff-delete-overlay): Move the XEmacs test inside the definition.
8766         * ediff-mult.el (ediff-get-meta-info): Use or and unless rather than if.
8768         * ediff-util.el (ediff-kill-bottom-toolbar): Place (ediff-use-toolbar-p)
8769         test inside XEmacs test.
8770         (ediff-make-bottom-toolbar): Place whole cond inside XEmacs test,
8771         since it was doing nothing on Emacs.
8772         (ediff-make-bullet-proof-overlay): Use when rather than if.
8774         * ediff-wind.el (ediff-select-lowest-window): Use when rather than if.
8775         (ediff-setup-control-frame): Remove
8776         ediff-cond-compile-for-xemacs-or-emacs, since it is already inside
8777         a (featurep 'xemacs) test.
8779 2008-03-05  Jay Belanger  <jay.p.belanger@gmail.com>
8781         * calc/calc-ext.el (calc-extended-command-history): New variable.
8782         (calc-exectute-extended-command): Use `calc-extended-command-history'.
8784 2008-03-05  Dan Nicolaescu  <dann@ics.uci.edu>
8786         * bindings.el (mode-line-remote): Add mouse-face.  Improve tooltip.
8787         (standard-mode-line-position): Add mouse-face.
8789         * progmodes/compile.el (compilation-menu-map, compilation-mode-map):
8790         * progmodes/grep.el (grep-mode-map): Add :help.
8792         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Define and
8793         initialize in one step.  Add :help.  Use :enable to activate menu
8794         items.  Show the key binding for edebug-defun.
8795         (lisp-interaction-mode-map): Add a menu.
8797         * term.el (term-mode-map): Define and initialize in one step.
8799         * ediff-init.el (ediff-color-display-p): Simplify.
8800         (Xor): Remove unused function.
8801         (ediff-with-syntax-table): Simplify for Emacs.
8803         * ediff-hook.el (menu-bar-ediff-menu): Don't depend on the
8804         menu-bar being loaded, it always is.
8806 2008-03-05  Glenn Morris  <rgm@gnu.org>
8808         * textmodes/tex-mode.el (tex-mode): Suppress warning about
8809         multiple definitions when compiling.
8811 2008-03-04  Alan Mackenzie  <acm@muc.de>
8813         * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix coding bug.
8815         * progmodes/cc-langs.el (c-before-font-lock-function): Fix bug in
8816         doc-string, "c-old-LEN" -> "c-old-END".
8818 2008-03-04  Jason Rumney  <jasonr@gnu.org>
8820         * nxml/rng-nxml.el (rng-preferred-prefix-alist): Add dublin core
8821         namespaces.
8823 2008-03-04  Glenn Morris  <rgm@gnu.org>
8825         * textmodes/tex-mode.el (tex-cmd-bibtex-args): Add :version and :group.
8827         * ediff-init.el (ediff-clear-fine-diff-vector): Use mapc rather
8828         than mapcar.
8830 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8832         * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
8833         (byte-compile-nilconstp): Can't use recursion in a defsubst.
8835         * textmodes/tex-mode.el (latex-mode): Remove % from paragraph-separate
8836         so that M-q can fill comments.
8837         (tex-executable-exists-p, tex-compile): Extend with special syntax for
8838         commands implemented in elisp.
8839         (tex-compile-commands): Add an entry to use doc-view for pdf files.
8840         (tex-format-cmd): New function.
8841         (tex-compile): Use it to let the user specify default arguments.
8842         (tex-cmd-bibtex-args): New var.
8843         (tex-cmd-doc-view): New function.
8845 2008-03-03  Juanma Barranquero  <lekktu@gmail.com>
8847         * faces.el (face-spec-set): Fix typos in docstring.
8849 2008-03-03  Dan Nicolaescu  <dann@ics.uci.edu>
8851         * bindings.el (mode-line-column-line-number-mode-map): New variable.
8852         (standard-mode-line-position): Use it to add a menu for toggling
8853         column number and line number display.
8855 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8857         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
8858         Remove optimization that was working around the form-code-walker bug.
8860         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
8861         Walk into the body of lambdas after byte-compile-unfold-lambda.
8863 2008-03-03  Glenn Morris  <rgm@gnu.org>
8865         * emulation/viper-util.el (viper-frame-value): Prefer buffer-local
8866         value, if set, over frame value.
8868         * simple.el (transient-mark-mode): Don't turn on by default.
8870         * net/tls.el (open-tls-stream): Restore the 2007-11-04 change
8871         accidentally removed by the 2007-12-05 merge from Gnus.
8873 2008-03-02  Dan Nicolaescu  <dann@ics.uci.edu>
8875         * progmodes/compile.el (compilation-menu-map): Add menu entries
8876         for useful options.
8878 2008-03-01  Dan Nicolaescu  <dann@ics.uci.edu>
8879             Glenn Morris  <rgm@gnu.org>
8881         * emacs-lisp/bytecomp.el (byte-recompile-directory)
8882         (byte-compile-file, batch-byte-compile, batch-byte-compile-file):
8883         Give a `bytecomp-' prefix to local variables with common names.
8885 2008-03-01  Glenn Morris  <rgm@gnu.org>
8887         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Restore
8888         code commented out 2007-11-10.
8890         * emulation/edt.el (zmacs-region-stays): Define for compiler once only.
8892         * emulation/viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
8893         Delete macro.
8894         * emulation/viper-cmd.el, emulation/viper-ex.el:
8895         * emulation/viper-init.el, emulation/viper-keym.el:
8896         * emulation/viper-mous.el, emulation/viper-util.el:
8897         * emulation/viper.el:
8898         Expand all viper-cond-compile-for-xemacs-or-emacs calls to a
8899         featurep test.
8901         Replace obselete frame-local variables with frame-parameters.
8902         * emulation/viper-init.el (viper-replace-overlay-cursor-color)
8903         (viper-insert-state-cursor-color, viper-emacs-state-cursor-color)
8904         (viper-vi-state-cursor-color): Only call make-variable-frame-local
8905         on XEmacs.
8906         * emulation/viper-util.el (viper-frame-value): New macro.
8907         * emulation/viper-cmd.el (viper-insert-state-post-command-sentinel)
8908         (viper-R-state-post-command-sentinel)
8909         (viper-replace-state-post-command-sentinel)
8910         (viper-change-state-to-insert, viper-change-state-to-emacs):
8911         * emulation/viper-util.el (viper-set-cursor-color-according-to-state)
8912         (viper-save-cursor-color, viper-get-saved-cursor-color-in-replace-mode)
8913         (viper-get-saved-cursor-color-in-insert-mode)
8914         (viper-get-saved-cursor-color-in-emacs-mode, viper-set-replace-overlay):
8915         Use viper-frame-value for viper-replace-overlay-cursor-color,
8916         viper-emacs-state-cursor-color, viper-insert-state-cursor-color, and
8917         viper-vi-state-cursor-color values.
8919         * emulation/viper-cmd.el (zmacs-region-stays):
8920         * emulation/viper-util.el (zmacs-region-stays): No need to define
8921         for compiler.
8923         * emulation/viper-keym.el (viper-add-keymap): Use mapc rather than
8924         mapcar on Emacs.
8926         * emulation/viper-mous.el (viper-counting-clicks-p): Only define
8927         on XEmacs.
8929         * emulation/viper-util.el (viper-set-minibuffer-overlay): Use when
8930         rather than if.
8932 2008-03-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8934         * whitespace.el: New version 9.3.  As the glyph code generation was
8935         fixed, it is possible now to use character code above ?\x1FFFF in the
8936         display table.  Fix `whitespace-indentation-regexp' to not include an
8937         extra ending character.  Reported by Michael Welsh Duggan
8938         <mwd@cert.org>.  Added hook actions when buffer is written or killed as
8939         the original whitespace package had.  Suggested by Eric Cooper
8940         <ecc@cmu.edu>.  Doc fix.
8941         (whitespace-action): New option.
8942         (whitespace-display-mappings): Changed default newline visualization to
8943         display downwards arrow, as the glyph code generation was fixed.
8944         (whitespace-unload-function): Assure that all local whitespace mode is
8945         turned off.
8946         (whitespace-global-modes): Fix type customization.
8947         (whitespace-mode, global-whitespace-mode, whitespace-cleanup-region)
8948         (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
8949         (whitespace-turn-off, whitespace-color-on, whitespace-display-char-on):
8950         Fix code.
8951         (whitespace-buffer): Command removed.
8952         (whitespace-trailing-regexp, whitespace-mark-x)
8953         (whitespace-display-window, whitespace-action-when-on)
8954         (whitespace-add-local-hook, whitespace-remove-local-hook)
8955         (whitespace-write-file-hook, whitespace-kill-buffer-hook)
8956         (whitespace-action): New funs.
8957         (whitespace-report-list, whitespace-report-text)
8958         (whitespace-report-buffer-name): New consts.
8959         (whitespace-report, whitespace-report-region): New commands.
8961 2008-03-01  Juanma Barranquero  <lekktu@gmail.com>
8963         * disp-table.el (make-glyph-code): Don't test the result of
8964         `face-id', which already signals an error for invalid faces.
8965         (glyph-face): Simplify.
8967         * desktop.el (desktop-read): Set `desktop-dirname' to nil before
8968         running `desktop-not-loaded-hook' to allow modifying it.
8969         Don't show warning message if `desktop-dirname' was modified.
8971 2008-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8973         * diff-mode.el (diff-sanity-check-hunk): Only accept an empty line if
8974         we still expect more lines.
8976         * textmodes/fill.el (fill-comment-paragraph): Don't try to do
8977         comment-paragraph filling if the commark doesn't match
8978         comment-start-skip.
8980 2008-03-01  Daiki Ueno  <ueno@unixuser.org>
8982         * international/utf-7.el (utf-7-encode): Never skip the trailing - for
8983         the `imap' variant.
8985 2008-03-01  Jason Rumney  <jasonr@gnu.org>
8987         * files.el (make-auto-save-file-name): Encode more characters in
8988         non-file buffer names.  Use url-encoding.
8990 2008-03-01  Juanma Barranquero  <lekktu@gmail.com>
8992         * net/net-utils.el (ftp-program): Fix typo in docstring.
8993         (ifconfig-program-options, netstat-program-options)
8994         (arp-program-options, route-program-options, nslookup-program-options)
8995         (ftp-program-options, smbclient-program-options)
8996         (dns-lookup-program-options, arp, route): Doc fixes.
8998         * progmodes/gdb-ui.el (gdb-pc-address, gdb-source-file-list)
8999         (gdb-cpp-define-alist-program, gdb-mouse-jump, gdb-get-buffer-create)
9000         (gdb-set-gud-minor-mode-existing-buffers-1, gdb-debug-log):
9001         Fix typos in docstrings.
9002         (gdb-pending-triggers): Reflow docstring.
9003         (gdb, gdb-init-1): Fix typos in docstrings of gud-def definitions.
9005 2008-03-01  Alan Mackenzie  <acm@muc.de>
9007         * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix a bug on
9008         typing "#" at EOB.
9010 2008-03-01  Juanma Barranquero  <lekktu@gmail.com>
9012         * emulation/cua-base.el (cua-remap-control-z): Fix typo in docstring.
9014 2008-02-29  Kim F. Storm  <storm@cua.dk>
9016         * emulation/cua-base.el (cua-remap-control-v)
9017         (cua-remap-control-z): New defcustoms.
9018         (cua-mode): Add them to set-after property.
9019         (cua--init-keymaps): Use them.
9020         Add C-x/C-c home, end, next, and prior to cua--prefix-repeat-keymap.
9022         * help.el (view-emacs-todo): Rename from view-todo.
9023         (describe-gnu-project): Rename from describe-project.  Users changed.
9024         (view-help-file): New helper function.
9025         (describe-distribution, describe-copying, describe-gnu-project)
9026         (view-todo, view-order-manuals, view-emacs-problems): Use it.
9027         (view-emacs-debugging, view-external-packages): New commands.
9028         (help-map): Move describe-distribution to C-h C-o (ordering).
9029         Move view-emacs-problems to C-h C-p (problems).
9030         Bind view-emacs-debugging to C-h C-d (debugging).
9031         Bind view-external-packages to C-h C-e (extras).
9032         (help-for-help-internal): Cleanup and align descriptions.
9033         Remove command names to reduce clutter.
9035 2008-02-29  Nick Roberts  <nickrob@snap.net.nz>
9037         * vc.el (vc-set-mode-line-busy-indicator): Use shorter message
9038         and quieter face (not a warning).
9040 2008-02-29  Dan Nicolaescu  <dann@ics.uci.edu>
9042         * vc.el (vc-status-crt-marked): New variable.
9043         (vc-status-mode): Make it local.
9044         (vc-status-refresh): Use it to save the marked files.
9045         (vc-update-vc-status-buffer): Use it to restore the marked files.
9047         * vc-svn.el (vc-svn-after-dir-status):
9048         * vc-hg.el (vc-hg-after-dir-status): Clean up the temporary buffer.
9050 2008-02-29  Glenn Morris  <rgm@gnu.org>
9052         * allout.el (allout-topic-encryption-bullet)
9053         (allout-passphrase-verifier-handling, allout-passphrase-hint-handling)
9054         (allout-encrypt-unencrypted-on-saves): Change defcustom :version
9055         from 22.0 to 22.1.
9057         * net/imap.el (imap-ping-server):
9058         * net/tls.el (tls-checktrust, tls-untrusted, tls-hostmismatch):
9059         Change defcustom :version from 23.0 to 23.1.
9061 2008-02-29  Juanma Barranquero  <lekktu@gmail.com>
9063         * desktop.el (desktop-save): Save the buffer name if the
9064         uniquified base name is empty.
9066 2008-02-29  Nick Roberts  <nickrob@snap.net.nz>
9068         * progmodes/gdb-ui.el (gdb-info-stack-custom): Apply function-name-face
9069         correctly when user has "set print address off".
9071 2008-02-28  Juanma Barranquero  <lekktu@gmail.com>
9073         * cus-edit.el (custom-mode, custom-mode-hook): Use 23.1 as
9074         version number of the next major Emacs release, not 23.0.
9076         * longlines.el (longlines-unload-function): New function.
9078 2008-02-28  Juri Linkov  <juri@jurta.org>
9080         * startup.el (normal-splash-screen): Add argument `concise'.
9081         Remove unused binding `prev-buffer'.  Let-bind `splash-buffer'
9082         to the created buffer.  If `concise' is non-nil, call
9083         `display-buffer', otherwise `switch-to-buffer'.  Doc fix.
9084         (display-startup-screen): Add argument `concise' to the call to
9085         `normal-splash-screen'.
9087 2008-02-28  Kim F. Storm  <storm@cua.dk>
9089         * startup.el (startup-echo-area-message): Check for about-emacs.
9091 2008-02-28  Juri Linkov  <juri@jurta.org>
9093         * startup.el: Always add initial message to *scratch* buffer if
9094         `initial-scratch-message' is non-nil regardless of the value of
9095         `inhibit-startup-screen'.
9096         (inhibit-startup-screen, initial-scratch-message): Doc fix.
9097         (command-line-1): Move code that inserts `initial-scratch-message'
9098         up before the if-form that checks for `inhibit-startup-screen'.
9099         Suggested by Jonathan Rockway <jon@jrock.us>.
9101 2008-02-28  Juri Linkov  <juri@jurta.org>
9103         * cus-edit.el (custom-mode-map, custom-mode-link-map):
9104         Rename `custom-mode' to `Custom-mode' in docstrings.
9105         (custom-buffer-create-internal, customize-browse):
9106         Rename `custom-mode' to `Custom-mode'.
9107         (custom-mode-hook): Rename to `Custom-mode-hook'.
9108         (Custom-mode-hook): Renamed from `custom-mode-hook'.
9109         (custom-mode): Rename to `Custom-mode'.
9110         (Custom-mode): Renamed from `custom-mode'.  Doc fix.
9111         (custom-mode): Add backward-compatible non-interactive variant of
9112         `Custom-mode' that simply calls `Custom-mode'.  Mark it obsoleted.
9113         (custom-mode-hook): Mark it as obsolete alias of `Custom-mode-hook'.
9115         * info-look.el: Rename `custom-mode' to `Custom-mode'.
9117         * emulation/viper.el (viper-emacs-state-mode-list):
9118         Rename `custom-mode' to `Custom-mode'.
9120         * menu-bar.el (menu-bar-search-menu, menu-bar-replace-menu):
9121         Capitalize "Tagged Files".
9122         (minibuffer-local-map): Add menu items for next/previous
9123         history elements and isearch history forward/backward.
9125         * progmodes/hideshow.el (hs-minor-mode-menu): Compare
9126         `hs-isearch-open' with t instead of `comment' in :selected
9127         for "Code and Comment blocks" menu item.
9129 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9131         * uniquify.el (uniquify-buffer-base-name): Undo last change.
9132         Should be done in desktop.el instead.
9134 2008-02-28  Glenn Morris  <rgm@gnu.org>
9136         * autoinsert.el (auto-insert-alist): Update to FDL 1.2.
9138         * emacs-lisp/byte-run.el (make-obsolete): Doc fix.
9140         * mail/emacsbug.el: Remove leading `*' from defcustom doc-strings.
9141         (Info-menu, Info-goto-node): Remove declarations.
9142         (report-emacs-bug-info): Use info rather than Info-goto-node.
9144         * progmodes/idlwave.el (Info-goto-node): Remove declaration.
9145         (idlwave-convert-xml-system-routine-info): Don't require xml.
9146         (idlwave-show-commentary, idlwave-shell-show-commentary):
9147         Don't require finder.
9148         (idlwave-info): Don't require info.  Use info rather than
9149         Info-goto-node.
9151         * textmodes/org.el (Info-goto-node): Remove declaration.
9152         (org-info): Use info rather than Info-goto-node.
9154         * textmodes/reftex.el (reftex-show-commentary): Don't require finder.
9155         (reftex-info): Don't require info.  Use info rather than Info-goto-node.
9157 2008-02-28  Dan Nicolaescu  <dann@ics.uci.edu>
9159         * progmodes/hideshow.el (hs-minor-mode-menu): Add some options to
9160         the menu.
9162         * vc.el (vc-deduce-fileset, vc-next-action, vc-start-entry)
9163         (vc-finish-logentry): Check for vc-status-mode, not only for
9164         vc-dired-mode.
9166 2008-02-28  Kenichi Handa  <handa@ni.aist.go.jp>
9168         * isearch.el (isearch-printing-char): Don't check
9169         keyboard-coding-system.
9170         Call isearch-process-search-multibyte-characters only when
9171         current-input-method is non-nil.
9173 2008-02-27  Kim F. Storm  <storm@cua.dk>
9175         * disp-table.el (make-glyph-code): Encode as cons if face id > 63.
9176         (glyph-char, glyph-face): Handle cons encoding.
9178 2008-02-27  Juanma Barranquero  <lekktu@gmail.com>
9180         * uniquify.el (uniquify-buffer-base-name): If the base name is an
9181         empty string, return nil to allow the caller to default to the
9182         buffer name.  Reported by Martin Fischer <parozusa@web.de>.
9184         * tool-bar.el (tool-bar-setup): Doc fix.
9186         * mail/supercite.el (sc-describe):
9187         Fix typos in obsolescence declaration.
9189 2008-02-27  Glenn Morris  <rgm@gnu.org>
9191         * autoinsert.el (auto-insert-alist): Change permission text to
9192         match FSF's GPLv3 form.
9194         * mail/supercite.el (sc-cite-original): Doc fix.
9195         (sc-version): Make obsolete.
9196         (sc-describe): Show the SC info page.  Make obsolete.
9198 2008-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9200         * simple.el (set-mark-command): Deactivate mark on second C-SPC C-SPC
9201         when using transient-mark-mode.
9202         (default-indicate-unused-lines): Remove unused var.
9204 2008-02-26  Jan Djärv  <jan.h.d@swipnet.se>
9206         * progmodes/grep.el (grep-mode-tool-bar-map): Change place on next
9207         and previous.
9209         * progmodes/compile.el (compilation-mode-tool-bar-map): The same.
9211 2008-02-26  Glenn Morris  <rgm@gnu.org>
9213         * net/net-utils.el (top-level): Don't require comint when compiling.
9214         (nslookup-font-lock-keywords): Don't require font-lock.
9215         Use font-lock faces rather than variables.
9216         (nslookup, ftp, smbclient, network-service-connection):
9217         Don't require comint.
9218         (comint-prompt-regexp, comint-input-autoexpand)
9219         (comint-input-ring): Declare for compiler.
9220         (comint-mode, ffap-string-at-point, comint-exec): Autoload.
9221         (dns-lookup-host): Don't require ffap.  Remove `with-no-warnings'.
9223         * ibuffer.el (ibuffer-do-toggle-read-only): Don't use `iff' in
9224         doc-string.
9226 2008-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9228         * doc-view.el (doc-view-current-page): Add a `win' argument.
9230 2008-02-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9232         * doc-view.el (doc-view-conversion-buffer): Give it an internal name.
9233         Demote it to plain defvar.
9234         (doc-view-conversion-refresh-interval): Reduce interval.
9235         (doc-view-goto-page): Allow moving to pages not yet rendered.
9236         (doc-view-goto-page): Construct a file name rather than extracting it
9237         from doc-view-current-files.
9238         (doc-view-kill-proc): Ignore errors from kill-process.
9239         (doc-view-pdf/ps->png-sentinel): Die gracefully if the buffer is dead.
9240         (doc-view-insert-image): Use appropriate text if the page hasn't been
9241         rendered yet.  Adjust scrolling so the text is displayed.
9242         (doc-view-display): Detect not just that a page is available, but also
9243         that it wasn't available before, so as to avoid refreshing all pages
9244         repeatedly.
9245         (doc-view-mode): Make doc-view-cache-directory if needed.
9247 2008-02-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
9249         * ibuffer.el (ibuffer-do-toggle-read-only): New optional arg as in
9250         toggle-read-only.
9252         * textmodes/bibtex.el (bibtex-format-entry): Handle error message
9253         refering to a missing required field with the OPT prefix.
9254         Make unwindform more robust.
9256         * textmodes/bibtex.el: Remove support for hideshow minor mode as
9257         it duplicates the bibtex support in progmodes/hideshow.el.
9258         * progmodes/hideshow.el (hs-special-modes-alist): Allow bibtex
9259         entries that do not start at the beginning of a line.
9261 2008-02-25  Chong Yidong  <cyd@stupidchicken.com>
9263         * files.el (shell-quote-wildcard-pattern): Quote ' and " as well.
9265 2008-02-25  Robert J. Chassell  <bob@rattlesnake.com>
9267         * help-fns.el (describe-variable): Add phrases about
9268         initialization file with and without customization;
9269         use new button type help-info-variable.
9271         * help-mode.el (help-info-variable):
9272         New button able to read Info files for help-fns.el.
9274 2008-02-25  Jan Djärv  <jan.h.d@swipnet.se>
9276         * progmodes/grep.el (grep-mode-tool-bar-map): New variable.
9277         (grep-mode): Use grep-mode-tool-bar-map.
9279         * progmodes/compile.el (tool-bar): Require tool-bar.
9280         (compilation-mode-tool-bar-map): New variable.
9281         (compilation-mode): Use compilation-mode-tool-bar-map.
9283         * term/x-win.el (x-gtk-stock-map): Add cancel.  Remove extensions.
9285 2008-02-25  Glenn Morris  <rgm@gnu.org>
9287         * vc-sccs.el (vc-sccs-diff): Fix setting of oldvers and newvers.
9289 2008-02-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9291         * diff-mode.el (diff-file-junk-re): New const.
9292         (diff-beginning-of-file-and-junk): Use it.
9293         (diff-file-kill): Make sure we were really inside a file diff.
9295         * diff-mode.el: Make it more robust in the presence of empty context
9296         lines in unified hunks.
9297         (diff-valid-unified-empty-line): New var.
9298         (diff-unified->context, diff-sanity-check-hunk): Obey it.
9299         (diff-end-of-hunk): Obey it.  New arg `donttrustheader'.
9300         (diff-fixup-modifs, diff-post-command-hook): Use this new arg.
9301         (diff-hunk-header-re-unified): New const.
9302         (diff-font-lock-keywords, diff-hunk-header-re, diff-split-hunk)
9303         (diff-fixup-modifs, diff-unified->context, diff-next-complex-hunk)
9304         (diff-sanity-check-hunk): Use it.
9306         * diff-mode.el (diff-beginning-of-file-and-junk): If we're on the
9307         Index: line, don't search backward for the previous one.
9309 2008-02-25  Kenichi Handa  <handa@ni.aist.go.jp>
9311         * international/fontset.el (setup-default-fontset): Add non-OTF
9312         lao font for lao script.
9314         * language/tibetan.el: Register tibetan-composition-function in
9315         composition-function-table.
9317         * language/tibet-util.el (tibetan-composition-function):
9318         Adjust for the new calling way (argument changed).  Try font-shape-text
9319         if possible.
9321         * language/lao.el: Register lao-composition-function in
9322         composition-function-table.
9324         * language/lao-util.el (lao-composition-function): Adjust for the new
9325         calling way (argument changed).  Try font-shape-text if possible.
9327 2008-02-25  Jason Rumney  <jasonr@gnu.org>
9329         * files.el (file-name-invalid-regexp): Fix octal/decimal confusion.
9331 2008-02-25  Juri Linkov  <juri@jurta.org>
9333         * isearch.el (isearch-fail): Use "RosyBrown1" for a light
9334         background, "red4" for a dark background, "red" for 16 and
9335         8 colors, "grey" for grayscale, and inverse video otherwise.
9336         Add :version tag.
9337         (isearch-message): Keep the original isearch-message intact, and
9338         add text properties to it where necessary.  Add `isearch-error' to
9339         the condition that checks if isearch is unsuccessful.
9341 2008-02-24  Juri Linkov  <juri@jurta.org>
9343         * progmodes/compile.el (compilation-handle-exit):
9344         Use compilation-error face instead of font-lock-warning-face.
9345         Display the same message in the minibuffer as is inserted
9346         at the end of the compilation buffer.
9348 2008-02-24  Glenn Morris  <rgm@gnu.org>
9350         * vc-cvs.el (vc-cvs-register): Fix registering of directories in
9351         multiple file case.
9353         * vc-mcvs.el (vc-mcvs-register): Fix let-binding (for use of `file').
9355         * vc-rcs.el (vc-rcs-register): Fix treatment of directories in
9356         multiple file case.  Use a single `let' rather than two.
9358 2008-02-24  Dan Nicolaescu  <dann@ics.uci.edu>
9360         * progmodes/compile.el (compilation-start): Specify a face for
9361         mode-line-process.
9362         (compilation-handle-exit): Specify a face and a tooltip for
9363         mode-line-process.
9365 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9367         * hilit-chg.el: Remove spurious * in defcustom docstrings.
9368         (hilit-chg-make-ov): Simplify.
9369         (hilit-chg-fixup): Use remove-overlays.
9370         (hilit-chg-set-face-on-change): Remove redundant call to
9371         `remove-text-properties'.
9373         * dired.el (dired-mark-prompt): Don't count/display the t element.
9374         Reported by Carsten Blaauw <it-media.blaauw@daimler.com>.
9376 2008-02-24  Dan Nicolaescu  <dann@ics.uci.edu>
9378         * progmodes/verilog-mode.el (eval-when-compile): Don't define
9379         add-submenu.
9380         (verilog-xemacs-menu): Add :keys for C-M-a, C-M-e and C-M-h.
9381         Remove.  Move contents to the only use ...
9382         (verilog-menu): ... here.
9383         (verilog-statement-menu): Remove.  Move contents to the only use ...
9384         (verilog-stmt-menu): ... here.
9385         (verilog-mark-defun): Simply call mark-defun for emacs.
9386         (occur-pos-list): Declare for byte compiler.
9387         (mode-popup-menu): Don't defvar.
9388         (verilog-add-statement-menu): Remove.
9389         (verilog-mode-hook): Don't add verilog-add-statement-menu.
9390         (verilog-mode): Call easy-menu-add and set mode-popup-menu for XEmacs.
9392 2008-02-24  Michael McNamara  <mac@mail.brushroad.com>
9394         * progmodes/verilog-mode.el (verilog-xemacs-menu): Remove XEmacs
9395         conditional.
9396         (verilog-font-grouping-keywords-face): Make the begin..end
9397         keywords standout more than other verilog keywords.
9398         (verilog-type-font-keywords): Move the begin..end out of this list
9399         to facilitate making them to (potentially) stand out more.
9400         (verilog-backward-token): Fix indent of bare always{_*}?, initial,
9401         function & task blocks.
9402         (verilog-behavioral-block-beg-re): Fix indent of bare always{_*}?,
9403         initial, function & task blocks.
9404         (verilog-forward-sexp): Handle the new "disable fork" statement of
9405         IEEE-1800 Verilog.
9406         (verilog-beg-block-re-ordered): Handle the new "disable fork"
9407         statement of IEEE-1800 Verilog.
9408         (verilog-calc-1): Handle the new "disable fork" statement of
9409         IEEE-1800 Verilog.
9410         (verilog-disable-fork-re): Add const to help handle the new
9411         "disable fork" statement of IEEE-1800 Verilog.
9412         (verilog-declaration-core-re): Add port directions by themselves,
9413         with no qualification, as base item of a declaration.
9414         (verilog-pretty-declarations): Add new flag to ask it to refrain
9415         from printing to the message buffer.
9416         (verilog-pretty-expr): Add a QUIET flag to ask it to refrain from
9417         printing to the message buffer.  Improve handling of the many
9418         types of expression line up.
9419         (verilog-just-one-space): Remove printing of an empty message.
9420         (verilog-get-lineup-indent): Rework to support the better handling
9421         of expression lineup for verilog-pretty-expr.
9422         (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
9424 2008-02-24  Alan Mackenzie  <acm@muc.de>
9426         * progmodes/cc-mode.el (c-extend-region-for-CPP): Bug fix from
9427         yesterday's commit.
9429 2008-02-24  Nick Roberts  <nickrob@snap.net.nz>
9431         * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint): Fall back
9432         to mouse-set-point in buffers that aren't associated with files.
9434         * progmodes/gud.el: Rename menu item to "Show GUD tooltips".
9436 2008-02-24  Alan Mackenzie  <acm@muc.de>
9438         Set of changes so that "obtrusive" syntactic elements in a
9439         C/C++/ObjC preprocessor line (e.g. an unbalanced string quote or
9440         unmatched paren) don't interact syntactically with stuff outside
9441         the CPP line.
9443         * progmodes/cc-awk.el (c-awk-beyond-logical-line, c-awk-old-ByLL):
9444         Replace c-awk-end-of-logical-line and c-awk-old-EoLL to solve an
9445         off-by-one bug.
9446         (c-awk-record-region-clear-NL): Replaces c-awk-before-change, with
9447         a bit of refactoring.
9448         (c-awk-extend-and-syntax-tablify-region): Takes some of the
9449         functionality of c-awk-advise-fl-for-awk-region, which has been
9450         refactored away.
9452         * progmodes/cc-defs.el (c-clear-char-property-with-value-function)
9453         (c-clear-char-property-with-value): New function and macro which
9454         remove text-properties `equal' to a supplied value.
9456         * progmodes/cc-engine.el: Comment about text properties amended.
9458         * progmodes/cc-fonts.el (c-cpp-matchers): Make it put regexp
9459         parens around "error\\|warning".
9461         * progmodes/cc-langs.el (c-get-state-before-change-function)
9462         (c-before-font-lock-function, c-anchored-cpp-prefix):
9463         New language variables.
9464         (c-cpp-message-directives): Handle "#warning" in C, C++ and ObjC.
9466         * progmodes/cc-mode.el (c-basic-common-init): C and ObjC now use
9467         syntax-table text properties.
9468         (c-common-init): Call language specific before/after-change
9469         functions at mode initialisation.
9470         (c-new-BEG, c-new-END, c-old-BOM, c-old-EOM): New variables.
9471         (c-extend-region-for-CPP, c-neutralize-CPP-line)
9472         (c-neutralize-syntax-in-CPP): New functions.
9473         (c-before-change, c-after-change): Call the new language specific
9474         change functions defined in cc-langs.el.
9475         (c-advise-fl-for-region): New macro.
9476         (awk-mode): Remove AWK specific stuff which has been refactored
9477         into language independent stuff.
9479 2008-02-24  Nick Roberts  <nickrob@snap.net.nz>
9481         * progmodes/gdb-ui.el (gdba): Recreate as an alias for gdb.
9482         (gdb): (Re)set gdb-flush-pending-output to nil here...
9483         (gdb-init-1): ...instead of here (before gdb-prompt).
9485 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9487         * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
9488         Recognize ''' just like any other char-constant.
9490 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9492         * vc-hooks.el (vc-find-root): Remove initial loop because it's not
9493         careful enough.  Detect the uid-change all within the main loop.
9495 2008-02-24  Stefan Monnier  <monnier@pastel.home>
9497         * textmodes/sgml-mode.el (sgml-mode): Fix comment syntax.
9499 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9501         * hilit-chg.el (highlight-save-buffer-state): New macro.
9502         (highlight-save-buffer-state, hilit-chg-set-face-on-change)
9503         (hilit-chg-clear): Use it to preserve the modified-p flag.
9504         (highlight-changes-rotate-faces): Don't mess with the undo-list.
9506 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9508         * font-lock.el (font-lock-set-defaults): Unset previously set variables
9509         when needed.
9511 2008-02-24  Ã†var Arnfjörð Bjarmason  <avar@cpan.org>  (tiny change)
9513         * net/rcirc.el (rcirc-url-regexp): Replace definition by copying
9514         from gnus-button-url-regexp.
9516 2008-02-24  Eli Zaretskii  <eliz@gnu.org>
9518         * progmodes/compile.el (compilation-next-error): Doc fix.
9519         (compilation-find-file): Doc fix.
9521 2008-02-24  Glenn Morris  <rgm@gnu.org>
9523         * net/net-utils.el (ipconfig-program, ipconfig-program-options):
9524         Add obsolete aliases to the old names.
9526 2008-02-24  Richard Stallman  <rms@gnu.org>
9528         * net/net-utils.el (ifconfig): Rename from ipconfig.
9529         (ipconfig): Alias to ifconfig.
9530         (ifconfig-program): Rename from ipconfig-program.
9531         (ifconfig-program-options): Rename from ipconfig-program-options.
9533 2008-02-24  Michael McNamara  <mac@mail.brushroad.com>
9535         * progmodes/verilog-mode.el (verilog-declaration-core-re):
9536         Add port directions by themselves, with no qualification, as base
9537         item of a declaration.
9538         (verilog-pretty-declarations): Add new flag that inhibits printing
9539         to the message buffer.
9540         (verilog-pretty-expr): Add new flag that inhibits printing to the
9541         message buffer.  Improve handling of the many types of expression
9542         line up.
9543         (verilog-just-one-space): Don't print an empty message.
9544         (verilog-get-lineup-indent): Rework to support the better handling
9545         of expression lineup for verilog-pretty-expr.
9546         (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
9547         (verilog-mode-version, verilog-mode-release-date): Update.
9549 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9551         * subr.el (cancel-change-group): Don't move point.
9553 2008-02-23  Markus Triska  <markus.triska@gmx.at>
9555         * linum.el (linum-after-config): Update all visible windows.
9557 2008-02-23  Glenn Morris  <rgm@gnu.org>
9559         * menu-bar.el (menu-bar-games-menu): Add Bubbles and Pong.
9560         Add :help for Solitaire and Tetris.
9562         * tree-widget.el (tree-widget-lookup-image): Let-bind `file'.
9564         * mail/smtpmail.el: Remove leading `*' from defcustom doc-strings.
9565         (smtpmail-code-conv-from): Doc fix.  Fix custom type.
9566         (smtpmail-queue-index-file): Make it a defcustom.
9567         (smtpmail-queue-index): Delete.
9568         (smtpmail-send-it, smtpmail-send-queued-mail):
9569         Use smtpmail-queue-index-file and smtpmail-queue-dir rather than
9570         smtpmail-queue-index.
9572         * net/net-utils.el (iwconfig-program, iwconfig-program-options):
9573         Add :version.
9575 2008-02-23  Yoni Rabkin  <yoni@rabkins.net>  (tiny change)
9577         * net/net-utils.el (iwconfig-program, iwconfig-program-options):
9578         New variables.
9579         (iwconfig): New function.
9581 2008-02-23  Dan Nicolaescu  <dann@ics.uci.edu>
9583         * vc.el (vc-find-revision): Make vc-parent-buffer local before
9584         setting it.
9585         (vc-status-menu-map): Do not define using easy-menu.
9586         (vc-status-menu-map): New defalias.
9587         (vc-status-mode-map): Hook up the menu.
9588         (top-level): Update TODO.
9590         * vc-hg.el (vc-hg-extra-status-menu): Return a keymap.
9592         * vc-bzr.el (vc-bzr-init-version): Rename to ...
9593         (vc-bzr-init-revision): ... this.
9595 2008-02-23  Jason Rumney  <jasonr@gnu.org>
9597         * makefile.w32-in (WINS_ALMOST): Remove term.
9598         (WINS): Add term here.
9599         (custom-deps, finder-data): Use WINS_ALMOST.
9601 2008-02-22  Juanma Barranquero  <lekktu@gmail.com>
9603         * faces.el (font-weight-table): Fix value of `semi-light'.
9605 2008-02-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9607         * faces.el (font-weight-table, font-slant-table, font-swidth-table):
9608         Make those tables bijective.
9610 2008-02-22  Ken Manheimer  <ken.manheimer@gmail.com>
9612         Finish pdbtrack integration cleanup, settling missing-functions
9613         byte compiler warnings appropriately.
9615         * progmodes/python.el (python-point): Remove this - beginning-of-line
9616         was all that was necessary for `python-pdbtrack-overlay-arrow'.
9617         (python-end-of-def-or-class, python-beginning-of-def-or-class)
9618         (python-goto-initial-line): Drop these - they were only needed for
9619         python-point.
9620         (python-comint-output-filter-function): Use condition-case and
9621         beginning-of-line directly, instead of python-mode.el functions
9622         which require all sorts of baggage.
9623         (point-safe): Unnecessary - we're using condition-case directly,
9624         instead.
9625         (python-execute-file): Include for python-shell, which I'm leaving
9626         in keeping despite it being unnecessary for pdb tracking.
9628 2008-02-22  Peter Danenberg  <pcd@wikitex.org>  (tiny change)
9630         * progmodes/scheme.el (scheme-font-lock-keywords-2):
9631         Add SRFI 11 support.
9632         (let-values, let*-values): Specify scheme-indent-function.
9634 2008-02-22  Dan Nicolaescu  <dann@ics.uci.edu>
9636         * vc.el (vc-exec-after): Move setting mode-line-process in the
9637         busy case ...
9638         (vc-set-mode-line-busy-indicator): ... in this new function.
9639         (vc-status-refresh): Call vc-set-mode-line-busy-indicator.
9640         (vc-update-vc-status-buffer): Reset mode-line-process.
9641         (vc-status-mark-all-files, vc-status-unmark-all-files): Change to
9642         mark/unmark all the files with the same state as the current one.
9643         With a prefix argument mark/unmark all files.
9644         (vc-status-mode-menu): Adjust strings.
9645         (vc-update-vc-status-buffer): Only do something when the argument
9646         is not nil.
9647         (vc-status-kill-dir-status-process): New function.
9648         (vc-status-mode-map): Bind it.
9649         (vc-status-process-buffer): New variable.
9650         (vc-status-mode): Make it local.
9651         (vc-status-refresh): Set it.
9653         * vc-hg.el (vc-hg-dir-status):
9654         * vc-git.el (vc-git-dir-status):
9655         * vc-svn.el (vc-svn-dir-status): Return the buffer in which the
9656         command is run.
9658 2008-02-22  Glenn Morris  <rgm@gnu.org>
9660         * json.el (top-level): No need to require thingatpt.
9661         (json-read-keyword): Use thing-at-point rather than word-at-point.
9663         * time.el (top-level): No need to require time-date when compiling.
9665         * emacs-lisp/copyright.el (copyright-update-year):
9666         Fix subexpression numbering for the case when years are split over
9667         lines, and for the replace case.
9669         * emulation/tpu-edt.el (tpu-have-ispell): Doc fix.  Make obsolete.
9670         (tpu-caar, tpu-cadr): Delete functions.
9671         (zmacs-regions): No need to declare for compiler.
9672         (tpu-goto-breadcrumb): Use cadr rather than tpu-cadr.
9673         (tpu-spell-check): Rewrite, and handle mark after point.
9674         (tpu-special-insert): Use or rather than if.
9676         * emulation/vip.el (vip-special-prefix-com): Use ispell-region
9677         rather than spell-region.
9679         * textmodes/spell.el (spell-buffer, spell-word): Suppress compiler
9680         warnings about spell-region.
9682 2008-02-22  Kenichi Handa  <handa@ni.aist.go.jp>
9684         * ldefs-boot.el: Regenerated.
9686         * loadup.el: Don't load language/devanagari, language/kannada,
9687         language/malayalam, and language/tamil.  Load language/sinhala.
9689         * language/indian.el (indian-font-foundry)
9690         (indian-script-language-alist, indian-font-char-index-table)
9691         (indian-font-char, indian-font-char-range, indian-script-table)
9692         (indian-default-script, indian-composable-pattern): Delete them.
9693         ("Devanagari", "Kannada", "Malayalam", "Tamil"): Definitions of
9694         language environments moved to here.
9695         ("Bengali", "Punjabi", "Gujarati", "Oriya", "Telugu"):
9696         New language environments.
9698         * language/devanagari.el, language/devan-util.el,
9699         * language/kannada.el, language/knd-util.el, language/malayalam.el,
9700         * language/mlm-util.el, language/tamil.el, language/tml-util.el:
9701         Delete them.
9703         * language/sinhala.el: New file.
9705 2008-02-21  Ken Manheimer  <ken.manheimer@gmail.com>
9707         Update Nick Robert's port of pdb tracking from python-mode.el.
9709         * progmodes/python.el (python-pdbtrack-toggle-stack-tracking):
9710         Clarify docstring.
9711         (python-pdbtrack-minor-mode-string): A sign indicating that pdb
9712         tracking is happening.
9713         (python-pdbtrack-stack-entry-regexp): Better recognize stack traces.
9714         (python-pdbtrack-input-prompt): Better recognize PDB prompts.
9715         (comint-output-filter-functions): Add python-pdbtrack-track-stack-file.
9716         Tracking is plugged in to all comint buffers once python.el is loaded.
9717         (python-pdbtrack-overlay-arrow): Toggle activation of
9718         `python-pdbtrack-minor-mode-string' in addition to the overlay arrow.
9719         (python-pdbtrack-track-stack-file): Use new
9720         `python-pdbtrack-get-source-buffer' for more flexible access to
9721         debugging source files.
9722         (python-pdbtrack-get-source-buffer): Identify debugging target buffer
9723         according to pdb stack trace, optionally using new
9724         `python-pdbtrack-grub-for-buffer' if file is not locally available.
9725         (python-pdbtrack-grub-for-buffer): Find most recent python-mode
9726         named buffer, or having function with indicated name.
9727         (python-shell): Remove comint-output-filter-functions hook
9728         addition, it's being done elsewhere.  Wrap long line.
9730 2008-02-21  Michael Olson  <mwolson@gnu.org>
9732         * json.el: Replace XEmacs compatibility code to get rid of
9733         compiler warnings.
9735         * time.el: Fix compiler warning.
9737 2008-02-21  Edward O'Connor  <ted@oconnor.cx>
9739         * json.el: New file (JavaScript Object Notation parser / generator).
9741 2008-02-21  Dave Love  <fx@gnu.org>
9743         * progmodes/sym-comp.el: New file.
9745         * progmodes/python.el: Merge from Dave Love's 2008-01-20 version.
9746         Require sym-comp.  Add Python buffer to same-window-buffer-names.
9747         Fixup whitespaces.
9748         (python-font-lock-keywords): Add highlighting for Python builtins.
9749         (python-font-lock-syntactic-keywords): Rewrite.
9750         (python-quote-syntax): Use syntax-ppss-context instead of parsing
9751         ppss directly.
9752         (python-mode-map): Add binding for python-find-function.
9753         (python-calculate-indentation): Clean up the logic.
9754         (python-beginning-of-defun): Explicitly set return value.
9755         (python-beginning-of-statement): Stop looping if we get stuck
9756         going backwards.
9757         (python-next-statement): Stop looping if we somehow end up inside
9758         a string while advancing.
9759         (python-preoutput-continuation, python-version-checked): New vars.
9760         (python-check-version): New function.
9761         (run-python): Set default command to python-command instead of
9762         python-python-command.
9763         (run-python): Use python-check-version.  Give PYTHONPATH
9764         precedence over data-directory in the process environment.
9765         Load function definitions in python process after.
9766         (python-check-comint-prompt): New function.
9767         (python-send-command, python-send-receive): Use it.
9768         (python-complete-symbol, python-try-complete): Functions deleted.
9769         Use symbol-complete instead of python-complete-symbol throughout.
9770         (python-fill-paragraph): Further refine the fenced-string regexp.
9771         (def-python-skeleton): Expand to the original abbrev instead if in
9772         a comment or string.  Tweak skeletons for `if', `while', `for',
9773         `try/except', `try/finally', `name'.
9774         (python-pea-hook, python-abbrev-pc-hook): New functions.
9775         (python-abbrev-syntax-table): New var.
9776         (python-mode): Add python-pea-hook to pre-abbrev-expand-hook.
9777         Use symbol-completion-try-complete for hippie expansion.
9778         Turn on font lock unconditionally.
9779         (python-mode-hook): Defcustom it.  No need to use make-local
9780         variable on indent-tabs-mode in "Turn off Indent Tabs mode"
9781         option, since it's buffer-local.
9783 2008-02-21  Juanma Barranquero  <lekktu@gmail.com>
9785         * play/hanoi.el (hanoi-internal): Set `show-trailing-whitespace' to nil.
9787 2008-02-21  Drew Adams  <drew.adams@oracle.com>
9789         * mouse.el (minor-mode-menu-from-indicator): Create a menu with a
9790         "Turn off" and a "Help" entry when the minor mode has no menu.
9792 2008-02-21  Dan Nicolaescu  <dann@ics.uci.edu>
9794         * vc.el (vc-status-mark, vc-status-unmark): New functions.
9795         (vc-status-mode-map, vc-status-mode-menu): Bind them instead of
9796         vc-status-mark-file and vc-status-unmark-file.
9797         (vc-status-mark-unmark): New function.
9798         (vc-status-previous-line, vc-status-next-line): No longer interactive.
9800 2008-02-21  Glenn Morris  <rgm@gnu.org>
9802         * composite.el (encode-composition-rule): Fix typo in error message.
9803         (composition-function-table, auto-composition-mode): Doc fixes.
9805         * subr.el (sit-for): Fix obsolete form for nil second argument.
9807         * textmodes/spell.el (spell-buffer, spell-word, spell-region)
9808         (spell-string): Make obsolete, in favor of ispell.
9810 2008-02-21  Kenichi Handa  <handa@ni.aist.go.jp>
9812         * language/devanagari.el: Don't setup composition-function-table
9813         here.
9814         ("Devanagari"): Change charset, coding-system, coding-priority to
9815         Unicode-based ones.  Don't require the feature devan-util.
9817         * composite.el (compose-chars-after): Fix arguments for a function
9818         in composition-function-table.
9819         (auto-compose-region): Likewise.
9821         * ps-mule.el (ps-mule-font-info-database-bdf): Use ethio16f-uni.bdf
9822         for Ethiopic.
9823         (ps-mule-plot-string): Ignore glyph-string based compositions.
9825 2008-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9827         * doc-view.el: Allow different windows to show different pages.
9828         (doc-view-current-page, doc-view-current-slice, doc-view-current-info)
9829         (doc-view-current-image, doc-view-current-overlay): Remove variables,
9830         add them back as macros instead, using image-mode-winprops instead.
9831         Update all users of those variables.
9832         (doc-view-new-window-function): New function to create a new overlay
9833         for each new window.
9834         (doc-view-mode): Use it and image-mode-setup-winprops.
9835         (doc-view-clone-buffer-hook): Rewrite accordingly.
9837         * image-mode.el: Extend [hv]scroll support to per-window properties.
9838         (image-mode-current-vscroll, image-mode-current-hscroll): Remove.
9839         (image-mode-winprops-alist): New var to replace them.
9840         (image-mode-new-window-functions): New hook.
9841         (image-mode-winprops, image-mode-window-get, image-mode-window-put):
9842         New funs.
9843         (image-set-window-vscroll, image-set-window-hscroll): Use them.
9844         Remove the `window' argument, update callers.
9845         (image-mode-reapply-winprops): Rename image-reset-current-vhscroll.
9846         Use the new functions.
9847         (image-mode-reapply-winprops): New fun.
9848         (image-mode): Use it.
9850 2008-02-20  Jay Belanger  <jay.p.belanger@gmail.com>
9852         * calc/calc-math.el (math-sin-raw): Add optional argument
9853         to keep track of original argument.
9854         (math-cos-raw): Use optional argument when calling math-sin-raw.
9855         (math-sin-raw-2, math-cos-raw-2): Check for a zero argument
9856         with close to original precision.
9858 2008-02-20  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
9860         * textmodes/bibtex.el (bibtex-convert-alien): Do not use optional
9861         args in calls of sit-for.
9863 2008-02-20  Juanma Barranquero  <lekktu@gmail.com>
9865         * vc-svn.el (vc-svn-program): Fix typo in docstring.
9866         (vc-svn-checkin): Fix typo in error message.
9868         * help-mode.el: Require easymenu when compiling.
9870 2008-02-20  Dan Nicolaescu  <dann@ics.uci.edu>
9872         * help-mode.el (help-mode-menu): New menu.
9874 2008-02-20  Glenn Morris  <rgm@gnu.org>
9876         * mail/rmail.el (rmail-autodetect): Add .exe extension to movemail
9877         on Windows.
9879 2008-02-20  Kenichi Handa  <handa@ni.aist.go.jp>
9881         * ps-mule.el (ps-mule-encode-region): Return a single string.
9882         (ps-mule-plot-string): Adjust for the above change.
9883         (ps-mule-encode-header-string): Likewise.
9885         * international/latin1-disp.el (latin1-display): Don't use
9886         ucs-mule-8859-to-mule-unicode.  Fix the way of resetting
9887         standard-display-table.
9888         (latin1-display-identities): Adjust for the change of what is
9889         returned by (get-language-info charset 'charset).
9891         * international/mule-util.el (char-displayable-p): Fix for Latin-1
9892         characters and terminal case.
9894 2008-02-19  Ken Manheimer  <ken.manheimer@gmail.com>
9896         Minor Adaptions by Nick Roberts <nickrob@snap.net.nz> for Emacs.
9898         * progmodes/python.el: Also require comint when loading.
9899         (python-mode-map): Bind python-pdbtrack-toggle-stack-tracking.
9900         Replace python-shell with run-python on menu bar.
9901         (python-shell-map): New map.
9902         (python-default-interpreter, python-python-command-args)
9903         (python-jython-command-args, python-pdbtrack-do-tracking-p):
9904         New options.
9905         (python-which-shell, python-which-args, python-which-bufname):
9906         New buffer local variables.
9907         (python-file-queue, python-pdbtrack-is-tracking-p): New variables.
9909         * progmodes/python.el (python-pdbtrack-stack-entry-regexp)
9910         (python-pdbtrack-input-prompt, python-pdbtrack-track-range):
9911         New constants.
9913         Pdbtrack features:
9915         (python-point, python-end-of-def-or-class)
9916         (python-beginning-of-def-or-class, python-goto-initial-line)
9917         (python-comint-output-filter-function)
9918         (python-pdbtrack-overlay-arrow)
9919         (python-pdbtrack-track-stack-file, python-toggle-shells)
9920         (python-shell, python-pdbtrack-toggle-stack-tracking)
9921         (turn-on-pdbtrack, turn-off-pdbtrack, python-sentinel):
9922         New functions.
9924 2008-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9926         * net/ange-ftp.el (ange-ftp-quote-string): Return the null string
9927         when the argument is nil.
9929 2008-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
9931         * vc.el (dir-status): Add a brief description.
9933 2008-02-19  Thien-Thi Nguyen  <ttn@gnuvola.org>
9935         * vc-hooks.el (vc-find-root): Take optional arg INVERT.
9936         If non-nil, reverse the sense of the check.
9938         * vc-rcs.el (vc-rcs-root): New func.
9939         * vc-cvs.el (vc-cvs-root): New func.
9940         * vc-svn.el (vc-svn-root): New func.
9941         * vc-sccs.el (vc-sccs-root): New func.
9943 2008-02-18  Kenichi Handa  <handa@ni.aist.go.jp>
9945         * language/japan-util.el (setup-japanese-environment-internal):
9946         Call use-cjk-char-width-table.
9948         * language/japanese.el ("Japanese"): Set exit-function to
9949         use-default-char-width-table.
9951         * international/characters.el: Delete occurrences of non-Unicode
9952         tibetan and ethiopic characters.
9953         (cjk-char-width-table): New variable.
9954         (use-cjk-char-width-table, use-default-char-width-table):
9955         New functions.
9957 2008-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
9959         * vc.el (vc-status-menu, vc-status-menu-map-filter): New functions.
9960         (vc-status-mode-menu): Add a :filter.
9961         (vc-status-printer): Add faces.
9963         * vc-hg.el (vc-hg-extra-status-menu): New function.
9964         (vc-hg-dir-status): Clean up the buffer before using it.
9966 2008-02-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9968         * progmodes/gdb-ui.el (gdb-output-sink): Define with an invalid value.
9969         (gdb): Initialize it here instead.
9971         * files.el (locate-dominating-file): Fix thinko in last change.
9972         Reported by Bruce Stephens <bruce.stephens@isode.com>.
9974 2008-02-18  Dan Nicolaescu  <dann@ics.uci.edu>
9976         * vc.el (vc-status-mode-menu): New menu for vc-status.
9978 2008-02-18  Juanma Barranquero  <lekktu@gmail.com>
9980         * progmodes/verilog-mode.el (customize): Fix typo in error message.
9981         (verilog-mode, verilog-mode-indent, verilog-mode-actions)
9982         (verilog-mode-auto, verilog-indent-level-module)
9983         (verilog-minimum-comment-distance, verilog-library-flags)
9984         (verilog-library-directories, verilog-library-files)
9985         (verilog-auto-reset-widths, verilog-imenu-generic-expression)
9986         (verilog-xemacs-menu, verilog-set-compile-command)
9987         (verilog-set-compile-command, verilog-mode-syntax-table, verilog-mode)
9988         (verilog-get-expr, verilog-strip-comments, verilog-one-line)
9989         (verilog-lint-off, verilog-batch-auto, verilog-batch-delete-auto)
9990         (verilog-batch-inject-auto, verilog-batch-indent)
9991         (verilog-continued-line, verilog-type-keywords)
9992         (verilog-read-sub-decls-sig, verilog-read-sub-decls-line)
9993         (verilog-read-inst-pins, verilog-read-arg-pins)
9994         (verilog-read-auto-template, verilog-read-signals, verilog-getopt-file)
9995         (verilog-add-list-unique, verilog-symbol-detick, verilog-modi-filename)
9996         (verilog-auto-star, verilog-auto-inst, verilog-auto-wire)
9997         (verilog-enum-ascii, verilog-sk-begin, verilog-sk-fork)
9998         (verilog-sk-datadef, verilog-colorize-include-files-buffer)
9999         (verilog-mode-version, verilog-mode-release-date)
10000         (verilog-mode-release-emacs, verilog-linter, verilog-coverage)
10001         (verilog-simulator, verilog-compiler)
10002         (verilog-auto-sense-defines-constant, verilog-company)
10003         (verilog-project, verilog-mark-defun, verilog-submit-bug-report):
10004         Fix typos in docstrings.
10005         (verilog-set-auto-endcomments, verilog-calculate-indent)
10006         (verilog-inject-auto, verilog-auto-arg, verilog-auto-inout-module):
10007         Reflow docstrings.
10008         (verilog-tab-always-indent, verilog-highlight-p1800-keywords)
10009         (verilog-auto-star-save, verilog-auto-inst-vector, verilog-mode-hook)
10010         (electric-verilog-forward-sexp, verilog-in-case-region-p)
10011         (verilog-in-struct-region-p, verilog-in-generate-region-p)
10012         (verilog-leap-to-head, verilog-current-indent-level)
10013         (verilog-case-indent-level, verilog-cpp-keywords)
10014         (verilog-defun-keywords, verilog-block-keywords, verilog-tf-keywords)
10015         (verilog-case-keywords, verilog-separator-keywords, verilog-completion)
10016         (verilog-signals-not-in, verilog-symbol-detick-text)
10017         (verilog-modi-cache-preserve-tick, verilog-modi-cache-preserve-buffer)
10018         (verilog-forward-close-paren, verilog-backward-open-paren)
10019         (verilog-backward-open-bracket): Doc fixes.
10021         * progmodes/gud.el (gud-def, gud-last-speedbar-stackframe): Doc fixes.
10022         (gud-symbol, gud-expansion-speedbar-buttons, gud-speedbar-buttons)
10023         (gud-gdb-run-command-fetch-lines, gud-dbx-use-stopformat-p)
10024         (gud-jdb-classpath, gud-jdb-find-source-using-classpath, jdb)
10025         (gud-find-class, gdb-script-mode, gud-tooltip-event, gud-tooltip-tips):
10026         Fix typos in docstrings.
10028         * w32-vars.el (w32-system-shells): Add TCC (new name for 4NT).
10030 2008-02-18  Bastien Guerry  <Bastien.Guerry@ens.fr>
10032         * info.el (Info-read-node-name): Removed unused `default' arg.
10034 2008-02-18  Thien-Thi Nguyen  <ttn@gnuvola.org>
10036         * vc-git.el (vc-git-after-dir-status, vc-git-dir-status): New funcs.
10038 2008-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
10040         * image-mode.el (image-get-display-property): New fun.
10041         (image-forward-hscroll, image-next-line, image-eol, image-eob)
10042         (image-mode, image-minor-mode, image-toggle-display-text)
10043         (image-toggle-display): Use it.
10045 2008-02-18  Jason Rumney  <jasonr@gnu.org>
10047         * international/mule.el (xml-find-file-coding-system): Don't warn
10048         about utf-16 with BOM.
10050         * nxml/nxml-mode.el (nxml-mode): Don't add a write-contents-hook.
10052         * international/mule.el (sgml-xml-auto-coding-function): Detect and
10053         warn if file encoding is not utf-8 and encoding not specified.
10054         (xml-find-file-coding-system): New function.
10055         * international/mule-conf.el (file-coding-system-alist): Use it.
10057 2008-02-17  Glenn Morris  <rgm@gnu.org>
10059         * international/mule-cmds.el (set-locale-environment):
10060         Pass `frame' to getenv for LC_MESSAGES.
10062 2008-02-17  Juri Linkov  <juri@jurta.org>
10064         * time.el (emacs-init-time): Use format instead of format-seconds.
10066 2008-02-17  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
10068         * textmodes/bibtex.el (bibtex-search-entry): Rename from
10069         bibtex-find-entry.  Add autoload cookie.
10070         (bibtex-find-entry): Alias for bibtex-search-entry.
10071         (bibtex-search-crossref): Rename from bibtex-find-crossref.
10072         (bibtex-find-crossref): Alias for bibtex-search-crossref.
10073         (bibtex-clean-entry): atomic-change-group removed.
10074         (bibtex-format-entry): Use atomic-change-group.  Use unwind-protect
10075         to locate buffer location where error occurred.
10076         Make error messages more specific.
10077         (bibtex-parse-keys): Only parse if buffer uses bibtex-mode.
10079 2008-02-17  Dan Nicolaescu  <dann@ics.uci.edu>
10081         * progmodes/hideshow.el (hs-minor-mode-map): Move menu creation to
10082         top level.
10084         * simple.el (transient-mark-mode): Add an :init-value.
10086         * startup.el (command-line): Use custom-reevaluate-setting for
10087         transient-mark-mode.
10089 2008-02-17  Michaël Cadilhac  <michael@cadilhac.name>
10091         * wdired.el (wdired-allow-to-change-permissions): Fix typo.
10093 2008-02-16  Juri Linkov  <juri@jurta.org>
10095         * startup.el (after-init-time): New variable.
10096         (command-line): Set `after-init-time' to the current time.
10098         * time.el (emacs-init-time): New function.
10100 2008-02-16  Stefan Monnier  <monnier@iro.umontreal.ca>
10102         * files.el (locate-dominating-file): Remove initial loop because it's
10103         not careful enough.  Detect the uid-change all within the main loop.
10105 2008-02-16  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
10107         * ielm.el (ielm-is-whitespace-or-comment): Docstring fix.
10109 2008-02-16  Dan Nicolaescu  <dann@ics.uci.edu>
10111         * vc.el (vc-annotate): Add new argument.
10112         (vc-annotate-warp-revision): Pass the current line to vc-annotate.
10114         * progmodes/hideshow.el: Remove the minor-mode bookkeeping.
10115         Move make-variable-buffer-local code after the corresponding defvar.
10116         (hs-minor-mode-map): Define and initialize in one step.
10117         (hs-minor-mode): Change from defun to define-minor-mode.
10119 2008-02-16  Nick Roberts  <nickrob@snap.net.nz>
10121         * progmodes/gud.el (gud-gdb): Don't reset gdb-ready.
10122         (gdb-ready): Move declaration...
10124         * progmodes/gdb-ui.el (gdb-ready): ...to here.
10125         (gdb-early-user-input): New variable.
10126         (gdb): Reset gdb-flush-pending-output to nil and set
10127         comint-input-sender here (before gdb-prompt), instead of...
10128         (gdb-init-1): ...here.
10129         (gdb-send): If Emacs is not ready, defer user input to...
10130         (gdb-prompt): ...here.
10132 2008-02-16  Glenn Morris  <rgm@gnu.org>
10134         * nxml/test.invalid.xml, nxml/test.valid.xml: Move to etc/nxml.
10136         * startup.el (emacs-startup-time): Rename to `before-init-time'.
10137         (before-init-time): New name for `emacs-startup-time'.
10138         (command-line): Use before-init-time rather than emacs-startup-time.
10139         * time.el (emacs-uptime): Use before-init-time rather than
10140         emacs-startup-time.
10142         * composite.el (composition-function-table): Doc fix.
10144         * calendar/time-date.el (format-seconds): Remove `nonzero' argument
10145         in favor of `%z' specifier.
10146         (emacs-uptime): Move to time.el.
10147         * time.el (emacs-uptime): Move here from time-date.el.  Add optional
10148         `format' argument.  Doc fix.  Use `%z' rather than removed `nonzero'
10149         argument of format-seconds.
10151 2008-02-16  Dan Nicolaescu  <dann@ics.uci.edu>
10153         * bindings.el (mode-line-mule-info): Make the tooltips more explicit.
10155 2008-02-15  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
10157         * ielm.el (ielm-is-whitespace): Remove.
10158         (ielm-is-whitespace-or-comment): New function.
10159         (ielm-eval-input): Use it.
10161 2008-02-15  Jason Rumney  <jasonr@gnu.org>
10163         * term/mac-win.el: Fix coding tag.
10165 2008-02-15  Dan Nicolaescu  <dann@ics.uci.edu>
10167         * vc-hooks.el (vc-menu-map):
10168         * bindings.el (mode-line-mode-menu): Add tooltips.
10170         * bindings.el (help-echo): Add more tooltips.  Use a less
10171         telegraphic style for existing tooltips.
10173 2008-02-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10175         * frame.el (frame-notice-user-settings): Distinguish explicit parent-id
10176         from the auto-generated one.
10178 2008-02-14  Glenn Morris  <rgm@gnu.org>
10180         * mail/rmail-spam-filter.el (rmail-spam-filter):
10181         Let-bind message-spam-status.
10183         * mail/smtpmail.el (password-cache-add): Declare as function.
10185 2008-02-14  Justus Piater  <Justus-bulk@Piater.name>  (tiny change)
10187         * mail/smtpmail.el: Use password-cache.
10189 2008-02-14  Juanma Barranquero  <lekktu@gmail.com>
10191         * uniquify.el (uniquify-buffer-base-name): New function.
10192         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
10194         * desktop.el (uniquify-managed): Don't defvar.
10195         (desktop-buffer-info): Use `uniquify-buffer-base-name', not
10196         `uniquify-managed'.  Return also the buffer's base name.
10197         (desktop-save): When saving the buffer info, filter out the base name,
10198         and save it as buffer name if the buffer is managed by uniquify.
10199         (uniquify-item-base): Don't declare; not called anymore.
10201 2008-02-14  Dan Nicolaescu  <dann@ics.uci.edu>
10203         * vc.el (vc-annotate-find-revision-at-line): New function.
10204         (vc-annotate-mode-map): Bind it.
10205         (vc-annotate-mode-menu): Add a menu entry for it.  Add :help for
10206         some entries.
10208 2008-02-14  Glenn Morris  <rgm@gnu.org>
10210         * calendar/time-date.el (format-seconds): New function.
10211         (emacs-uptime): Use format-seconds.
10213         * Makefile.in (custom-deps, finder-data, autoloads, recompile):
10214         Remove `LC_ALL=C', since it's included in $(emacs) now.
10216 2008-02-14  Zhang Wei  <id.brep@gmail.com>
10218         * textmodes/org-publish.el (org-publish-timestamp-filename):
10219         Replace colon characters in filename too.
10221 2008-02-13  Bastien Guerry  <bzg@altern.org>
10223         * mail/rmail.el (rmail-header-name): New face.
10224         (rmail-font-lock-keywords): Use rmail-header-name.
10226         * mail/rmail-spam-filter.el (rsf-definitions-alist): Allow check
10227         against X-Spam-Status header field.
10228         (rmail-spam-filter): Also check X-Spam-Status header field.
10230 2008-02-14  Mark A. Hershberger  <mah@everybody.org>
10232         * progmodes/flymake.el (flymake-allowed-file-name-masks):
10233         Add support for .pm files and .php files.
10234         (flymake-err-line-patterns): Add pattern for PHP errors.
10235         (flymake-php-init): New function.  PHP support for flymake.
10237         * progmodes/compile.el (compilation-error-regexp-alist-alist):
10238         Add regular expression for PHP errors.
10240 2008-02-13  Michael Albinus  <michael.albinus@gmx.de>
10242         * net/ange-ftp.el (ange-ftp-quote-string): Use `shell-quote-argument'.
10243         This DTRT even on w32 machines.
10244         (ange-ftp-cf1): Quote FILENAME.
10246 2008-02-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10248         * smerge-mode.el (smerge-auto-combine-max-separation): New var.
10249         (smerge-auto-combine): New fun.
10251 2008-02-12  Juri Linkov  <juri@jurta.org>
10253         * startup.el (fancy-startup-screen, normal-splash-screen):
10254         Set default-directory to command-line-default-directory.
10256         * desktop.el (after-init-hook): Set inhibit-startup-screen to t
10257         after reading the desktop.
10259         * progmodes/compile.el (compilation-auto-jump):
10260         Call compile-goto-error only when compilation-auto-jump-to-first-error
10261         is non-nil.
10262         (compilation-scroll-output): Replace :type 'boolean with a choice
10263         that has three options including a third option `first-error'.
10264         Doc fix.
10265         (compilation-start, compilation-forget-errors): Add an alternate
10266         condition comparing compilation-scroll-output with `first-error'
10267         in addition to compilation-auto-jump-to-first-error (to call
10268         compilation-auto-jump in the proper place).
10270 2008-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10272         * international/mule.el (sgml-html-meta-auto-coding-function):
10273         Make sure the search limit is ahead.
10275         * tar-mode.el: Fix broken indentation.
10276         (tar-mouse-extract, tar-extract, tar-subfile-save-buffer):
10277         Use with-current-buffer.
10279 2008-02-12  Juanma Barranquero  <lekktu@gmail.com>
10281         * hexl.el (hexl-mode): Don't make `font-lock-defaults' buffer-local;
10282         it is already automatically buffer-local.
10284 2008-02-11  Drew Adams  <drew.adams@oracle.com>
10286         * help.el (describe-key): Join some split lines to facilitate filling.
10287         * help-fns.el (describe-function-1): Fill text of overlong lines.
10289 2008-02-12  Kenichi Handa  <handa@ni.aist.go.jp>
10291         * emacs-lisp/bytecomp.el (byte-compile-lapcode):
10292         Use unibyte-string instead of string-make-unibyte.
10294         * Makefile.in (AUTOGENEL): Remove charprop.el and uni-*.el.
10296 2008-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10298         * doc-view.el (doc-view-display): Change file arg to buffer arg, so it
10299         works also for buffers w/o buffer-file-name.  Update callers.
10300         (doc-view-clone-buffer-hook): New fun.
10301         (doc-view-mode): Use it for indirect clones.  Mark the overlays with
10302         the `doc-view' property so they can be recognized.
10304         * simple.el (clone-indirect-buffer-hook): New hook.
10305         (clone-indirect-buffer): Run it.
10307 2008-02-11  Daiki Ueno  <ueno@unixuser.org>
10309         * epa.el (epa-menu-mode): Merge into epa-mode.
10310         (epa-menu-items): Rename the label "EasyPG Assistant" to
10311         "Encryption/Decryption".
10313         * epa-dired.el: Define a new minor-mode epa-dired-mode for dired.
10314         (epa-dired-mode-map): Rename from epa-dired-map.
10315         (epa-global-dired-mode): Rename the global minor mode.
10317 2008-02-11  Drew Adams  <drew.adams@oracle.com>
10319         * isearch.el (isearch-fail): New face.
10320         (isearch-message): Highlight failure part of input.
10322 2008-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10324         * ibuffer.el (ibuffer-header-line-format): New var.
10325         (ibuffer-mode): Set it instead of header-line-format.
10326         (ibuffer-update): Use it to set header-line-format.
10328         * international/mule-cmds.el (ucs-insert): Inherit surrounding
10329         properties like self-insert-command.
10331 2008-02-11  Drew Adams  <drew.adams@oracle.com>
10333         * progmodes/etags.el: Add many doc strings.
10335 2008-02-11  Jason Rumney  <jasonr@gnu.org>
10337         * ldefs-boot.el: Regenerated.
10339 2008-02-11  Glenn Morris  <rgm@gnu.org>
10341         * progmodes/compile.el (compilation-error-regexp-alist-alist):
10342         Shorten some names.
10344         * ffap.el (ffap-rfc-directories): Add :version.
10346 2008-02-11  Chris Moore  <christopher.ian.moore@gmail.com>
10348         * jka-cmpr-hook.el (jka-compr-compression-info-list): Handle .sifz
10349         files, and backup files of same.
10351 2008-02-11  Kevin Ryde  <user42@zip.com.au>
10353         * ffap.el (ffap-rfc-directories): New variable.
10354         (ffap-rfc): Look in those dirs before offering ffap-rfc-path.
10356         * info.el (Info-next-reference, Info-prev-reference)
10357         (Info-try-follow-nearest-node): Move to and follow https:// links too.
10359         * simple.el (completion-list-mode): Show full completion-list-mode-map
10360         in the docstring.
10362 2008-02-11  Sam Steingold  <sds@gnu.org>
10364         * vc-hooks.el (vc-prefix-key): Remove (undo 2008-02-06 patch).
10366 2008-02-11  Glenn Morris  <rgm@gnu.org>
10368         * startup.el (emacs-startup-time): New variable.
10369         (command-line): Set emacs-startup-time.
10371         * calendar/time-date.el (emacs-uptime): New function.
10373 2008-02-10  Bastien Guerry  <bzg@altern.org>
10375         * mail/rmail.el (rmail-nonignored-headers): Allow to be nil.
10376         (rmail-clear-headers): Don't check `rmail-nonignored-headers' when
10377         it is nil.
10379 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
10381         * epg-config.el: Expand the contents of epg-package-info.el.
10382         (epg-package-name): New constant.
10383         (epg-version-number): New constant.
10384         (epg-bug-report-address): New constant.
10386         * epa-mail.el (epa-mail-mode): Add autoload cookie.
10387         (epa-global-mail-mode): New global minor mode.
10389         * epa-file.el (epa-file-mode): New global minor mode.
10391         * epa-dired.el (epa-dired-mode): New global minor mode.
10393         * epa.el (epa-menu): New variable.
10394         (epa-menu-items): New variable.
10395         (epa-menu-mode): New global minor mode.
10396         (epa-global-minor-modes): New user option.
10397         (epa-mode): New global minor mode.
10399 2008-02-10  Michael Albinus  <michael.albinus@gmx.de>
10401         * net/dbus.el: Remove `no-byte-compile' cookie.
10402         (dbus-call-method, dbus-register-signal, dbus-debug)
10403         (dbus-registered-functions-table): Declare them with
10404         `declare-function' or `defvar', respectively.
10405         (top): Don't assert any longer.  Require 'cl when compiling.
10406         Apply `ignore-errors' but `dbus-ignore-errors'.
10408 2008-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
10410         * diff-mode.el (diff-add-change-log-entries-other-window):
10411         Use add-change-log-entry.
10413 2008-02-09  Jason Rumney  <jasonr@gnu.org>
10415         * button.el (button-map):
10416         * wid-edit.el (widget-keymap): Avoid line-end confusion in autoloads.
10417         * ldefs-boot.el: Regenerate.
10419 2008-02-09  Dan Nicolaescu  <dann@ics.uci.edu>
10421         * epa.el (epa-faces, epa):
10422         * epa-file.el (epa-file):
10423         * epg-config.el (epg): Add :version.
10425 2008-02-09  Thien-Thi Nguyen  <ttn@gnuvola.org>
10427         * vc.el (vc-exec-after): Append CODE to previous fragments.
10428         (vc-diff-finish): Take BUFFER directly, not BUFFER-NAME;
10429         take MESSAGES instead of VERBOSE; use it when non-nil.
10430         (vc-diff-internal): Compute messages once; use them;
10431         update call to vc-diff-finish.
10433 2008-02-09  Michael Olson  <mwolson@gnu.org>
10435         * net/tramp.el (tramp-process-sentinel): Avoid error when process
10436         buffer has been killed, such as by
10437         `tramp-cleanup-all-connections'.
10439 2008-02-09  Miles Bader  <miles@gnu.org>
10441         * net/rcirc.el (rcirc-omit-mode): Suppress invisibility ellipsis.
10443 2008-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
10445         * diff-mode.el (diff-add-change-log-entries-other-window): Avoid the
10446         splitter in context hunks.
10448 2008-02-08  Kenichi Handa  <handa@ni.aist.go.jp>
10450         * international/fontset.el (setup-default-fontset): Fix arabic otf
10451         font specification.
10453 2008-02-08  Daiki Ueno  <ueno@unixuser.org>
10455         * epa-dired.el:
10456         * epa-file.el:
10457         * epa-mail.el:
10458         * epa-setup.el:
10459         * epa.el:
10460         * epg-config.el:
10461         * epg-package-info.el:
10462         * epg.el: Initial check-in of EasyPG.
10464 2008-02-08  Glenn Morris  <rgm@gnu.org>
10466         * woman.el (woman-locale): New defcustom.
10467         (woman-expand-locale, woman-manpath-add-locales): New functions.
10468         (woman-manpath): Call woman-manpath-add-locales.  Bump :version.
10470         * international/mule-cmds.el (locale-translate): New function,
10471         with old code extracted from set-locale-environment.
10472         (set-locale-environment): Use locale-translate.  Set woman-locale.
10474         * cus-start.el (selection-coding-system): Remove, since it's now
10475         defined in select.el rather than in xselect.c.
10476         * select.el (selection-coding-system): Make it a defcustom, and
10477         add the properties from cus-start.el.  Bump :version.
10479         * custom.el (custom-theme-set-variables): Sort symbols that are
10480         dependencies before symbols that depend on them.
10481         (custom-enabled-themes): Set after custom-theme-directory.
10483         * pcmpl-unix.el (top-level): Move provide statement to end.
10484         (pcmpl-unix-group-file, pcmpl-unix-passwd-file): Remove leading
10485         `*' from doc-string.  Allow to be nil.
10486         (pcmpl-ssh-known-hosts-file): Convert comment into expanded doc-string.
10487         Allow to be nil.  Add :version.
10488         (pcmpl-ssh-hosts): Move definition before use.  Handle lines
10489         without hostnames, and multiple hostnames per line.
10491         * term/x-win.el (x-handle-parent-id): Remove free variable `parent-id'.
10493 2008-02-08  Phil Hagelberg  <phil@evri.com>
10495         * pcmpl-unix.el (pcmpl-ssh-known-hosts-file): New defcustom.
10496         (pcomplete/ssh, pcomplete/scp, pcmpl-ssh-hosts): New functions.
10498 2008-02-07  Timo Savola  <timo.savola@iki.fi>
10500         * startup.el (command-line-x-option-alist): Add --parent-id.
10502         * term/x-win.el (x-handle-parent-id): New function.
10504 2008-02-07  Chris Moore  <christopher.ian.moore@gmail.com>
10506         * mouse.el (x-fixed-font-alist): Use consistent capitalization for
10507         "Font Menu".
10509 2008-02-06  Michael Albinus  <michael.albinus@gmx.de>
10511         * net/dbus.el (dbus-interface-peer): New defconst.
10512         (dbus-ping): New defun.
10514 2008-02-06  Sam Steingold  <sds@gnu.org>
10516         * vc-hooks.el (vc-prefix-key): New user-customizable variable.
10518 2008-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
10520         * net/ange-ftp.el (ange-ftp-unhandled-file-name-directory):
10521         Just return nil and let the C code provide a fallback.
10523 2008-02-05  Glenn Morris  <rgm@gnu.org>
10525         * net/tramp-cmds.el (tramp-cleanup-connection): Update calls to
10526         tramp-flush-connection-property for removed 2nd argument.
10528 2008-02-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10530         * diff-mode.el (diff-add-change-log-entries-other-window):
10531         Rename from diff-create-changelog.  Change users.
10532         Minor change to hopefully work with plain diffs.
10533         (diff-mode-map): Add binding for it.
10535 2008-02-04  Dan Nicolaescu  <dann@ics.uci.edu>
10537         * diff-mode.el: Add new TODO entry.
10538         (diff-create-changelog): New function.
10539         (diff-mode-menu): Bind it.
10541 2008-02-04  Kenichi Handa  <handa@ni.aist.go.jp>
10543         * international/mule-diag.el (print-fontset-element): Handle the
10544         case of inhibiting the fallback fonts.
10546 2008-02-04  Kim F. Storm  <storm@cua.dk>
10548         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
10549         (ido-magic-delete-char): Use prefix arg.
10551 2008-02-03  Juanma Barranquero  <lekktu@gmail.com>
10553         * term/w32-win.el (image-library-alist): Prefer libpng12 to libpng13,
10554         because the latter is in fact a 1.2.8 build distributed with GTK+ (as
10555         of today, the most recent libpng is 1.2.24).
10557 2008-02-03  Michael Albinus  <michael.albinus@gmx.de>
10559         * ediff-util.el (ediff-compute-custom-diffs-maybe): Handle remote files.
10561         * net/dbus.el (top): Check (featurep 'dbusbind).
10563         * net/tramp.el (tramp-process-sentinel): New defun.
10564         (tramp-do-copy-or-rename-file-out-of-band)
10565         (tramp-maybe-open-connection): Use it as process sentinel.
10566         (tramp-handle-delete-directory): Don't use the "-f" option; it
10567         isn't portable.
10568         (tramp-handle-start-file-process): Echo `tramp-end-of-output'
10569         after the command.
10570         (tramp-handle-shell-command): Set `mode-line-process' in the
10571         asynchronous case.
10573         * net/tramp-cache.el (tramp-flush-connection-property): Remove EVENT.
10575         * net/tramp-fish.el (tramp-fish-maybe-open-connection):
10576         * net/tramp-smb.el (tramp-smb-maybe-open-connection):
10577         Use `tramp-process-sentinel' as process sentinel.
10579 2008-02-02  Juanma Barranquero  <lekktu@gmail.com>
10581         * whitespace.el (global-whitespace-mode): Revert last change.
10582         (whitespace-unload-function): Force `global-whitespace-mode'
10583         to deactivate local modes in a slightly less intrusive way.
10585 2008-02-02  Eli Zaretskii  <eliz@gnu.org>
10587         * view.el (kill-buffer-if-not-modified): Add an autoload cookie.
10589 2008-02-02  Glenn Morris  <rgm@gnu.org>
10591         * international/latin1-disp.el (latin1-display):
10592         * progmodes/fortran.el (fortran-comment-indent-char):
10593         * progmodes/idlw-shell.el (top-level):
10594         * term/mac-win.el (mac-keyboard-translate-char):
10595         * whitespace.el (whitespace-char-valid-p):
10596         * wid-edit.el (widget-key-sequence-read-event):
10597         Use characterp rather than char-valid-p.
10599         * progmodes/cap-words.el (capitalized-next-word-boundary): Rename
10600         to capitalized-find-word-boundary.  Doc fix.  Update callers.
10601         (capitalized-next-word-boundary-function-table): Rename to
10602         capitalized-find-word-boundary-function-table.  Doc fix.  Update users.
10604         * ps-bdf.el (bdf-read-font-info): Use string-to-number rather than
10605         string-to-int.
10607         * ps-def.el (declare-function): Add compatibility definition.
10608         (ps-plot-with-face, ps-plot-string): Declare as functions.
10609         (ps-bold-faces, ps-italic-faces): Declare variables.
10611         * ps-print.el (ps-mule-initialize, ps-mule-begin-job)
10612         (ps-mule-end-job): Declare as functions.
10614         * wid-edit.el (widget-string-complete): Use assoc-string rather
10615         than assoc-ignore-case.
10617 See ChangeLog.13 for earlier changes.
10619 ;; Local Variables:
10620 ;; coding: utf-8
10621 ;; add-log-time-zone-rule: t
10622 ;; bug-reference-url-format: "http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=%s"
10623 ;; End:
10625     Copyright (C) 2008  Free Software Foundation, Inc.
10627   This file is part of GNU Emacs.
10629   GNU Emacs is free software: you can redistribute it and/or modify
10630   it under the terms of the GNU General Public License as published by
10631   the Free Software Foundation, either version 3 of the License, or
10632   (at your option) any later version.
10634   GNU Emacs is distributed in the hope that it will be useful,
10635   but WITHOUT ANY WARRANTY; without even the implied warranty of
10636   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
10637   GNU General Public License for more details.
10639   You should have received a copy of the GNU General Public License
10640   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
10642 ;; arch-tag: c241c1f9-d668-48bf-920a-2897ed0340bc