("cyrillic-translit"): Fix rules with
[emacs.git] / lisp / ChangeLog
blobe361a3873d6a0560d53cfc67452f69d99c886250
1 2008-07-12  Chong Yidong  <cyd@stupidchicken.com>
3         * simple.el (line-move-visual): Handle null pixel position
4         gracefully.
6 2008-07-11  Jason Rumney  <jasonr@gnu.org>
8         * files.el (file-truename): Get truename of ancestors if file does
9         not exist on Windows.
11 2008-07-11  Chong Yidong  <cyd@stupidchicken.com>
13         * simple.el (line-move-visual): Obey goal-column and no-error arg.
14         (track-eol, temporary-goal-column, previous-line, next-line):
15         Update docstring.
16         (move-end-of-line, move-beginning-of-line): Bind line-move-visual
17         to nil.
19 2008-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
21         * simple.el (line-move-visual): New var.
22         (line-move-visual): New function.
23         (line-move): Call line-move-visual.
25 2008-07-11  Dan Nicolaescu  <dann@ics.uci.edu>
27         * progmodes/grep.el (grep-files-aliases): Improve the C++ source
28         pattern and add patterns for C++ header files.
30 2008-07-10  Chong Yidong  <cyd@stupidchicken.com>
32         * window.el (truncated-partial-width-window-p): New function.
34         * menu-bar.el: Remove Longlines mode from menu.  Add word-wrap
35         option.
37         * faces.el (x-create-frame-with-faces): Don't pass parameters that
38         are set later to x-create-frame.
39         (face-set-after-frame-default): Apply X resources for non-default
40         faces.
42 2008-07-08  Chong Yidong  <cyd@stupidchicken.com>
44         * faces.el (face-set-after-frame-default): Simplify.  Don't apply
45         frame-specific X resource settings.  Set faces using a list of
46         frame parameters explicitly passed to the calling
47         function (e.g. make-frame).
48         (x-create-frame-with-faces, tty-create-frame-with-faces): Supply
49         explicit frame parameter list to face-set-after-frame-default.
51 2008-07-08  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
53         * net/browse-url.el (browse-url-default-browser):
54         Fix argument list in lambda.
56 2008-07-07  Ulf Jasper  <ulf@web.de>
58         * net/newst-backend.el (newsticker--get-news-by-url): Catch errors
59         from url-retrieve.
60         (newsticker--sentinel-work): Fixed xerror typo.
62 2008-07-07  Dan Nicolaescu  <dann@ics.uci.edu>
64         * vc-dir.el (vc-dir-refresh): Only update files.
66         * vc-git.el (vc-git--ls-files-state): Remove unused function.
68         * vc-bzr.el (vc-bzr-after-dir-status): Deal with execute bit changes.
70 2008-07-06  John Paul Wallington  <jpw@pobox.com>
72         * kermit.el (kermit-esc-char, kermit-clean-off): Doc fixes.
74 2008-07-05  Alexandre Julliard  <julliard@winehq.org>
76         * vc-git.el (vc-git-registered): Return true for removed files.
77         (vc-git-print-log, vc-git-log-view-mode): Print a single log for
78         all the files instead of one per file.
79         (vc-git-previous-revision): Add support for project-wide previous
80         revision when specified file is nil.
82 2008-07-05  Dan Nicolaescu  <dann@ics.uci.edu>
84         * vms-patch.el, vmsproc.el, mail/vms-pmail.el: Move to obsolete dir.
86         * vc-dir.el (vc-dir-find-child-files): New function.
87         (vc-dir-resync-directory-files): New function.
88         (vc-dir-recompute-file-state): New function, broken out of ...
89         (vc-dir-resynch-file): ... here.  Also deal with directories.
90         * vc-dispatcher.el (vc-resynch-buffers-in-directory): New function.
91         (vc-resynch-buffer): Use it.
93         * vc-hg.el (vc-hg-registered): Do not set vc-state.
95         * vc-annotate.el (vc-annotate-mode-menu): Add separator.
97 2008-07-05  Nick Roberts  <nickrob@snap.net.nz>
99         * progmodes/gdb-ui.el (gdb-display-buffer): Don't split a buffer
100         if it's not part of gdb-ui, e.g, at start.
102         * progmodes/gud.el (gud-gdb-get-stackframe): Allow absolute
103         filenames in stack trace (text command mode).
105 2008-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
107         * mouse-drag.el (mouse-drag-throw, mouse-drag-drag): Autoload.
109         * textmodes/sgml-mode.el (sgml-font-lock-syntactic-keywords):
110         Use syntax-ppss on a position *before* the char we want to change.
112 2008-07-04  Dan Nicolaescu  <dann@ics.uci.edu>
114         * vc-dir.el (vc-dir-query-replace-regexp): New function.
115         (vc-dir-tool-bar-map, vc-dir-menu-map): Bind it.
116         (vc-dir-mode-map): Likewise.
118 2008-07-03  Juanma Barranquero  <lekktu@gmail.com>
120         * eshell/esh-arg.el (eshell-quote-backslash): Fix typo in docstring.
121         (eshell-parse-argument-hook, eshell-special-chars-inside-quoting)
122         (eshell-arg-load-hook, eshell-special-chars-outside-quoting):
123         Remove spurious * in defcustom docstrings.
125         * textmodes/fill.el (fill-paragraph): Fix typo in docstring.
126         (fill-individual-varying-indent, colon-double-space, enable-kinsoku)
127         (adaptive-fill-mode, adaptive-fill-first-line-regexp)
128         (default-justification): Remove spurious * in defcustom docstrings.
130         * textmodes/rst.el (rst, rst-line-homogeneous-p, rst-mode-abbrev-table)
131         (rst-font-lock-keywords-function, rst-mode, rst-minor-mode)
132         (rst-compare-decorations, rst-default-indent, rst-update-section)
133         (rst-decoration-complete-p, rst-section-tree, rst-toc-insert-node)
134         (rst-toc-insert-find-delete-contents, rst-toc-count-lines)
135         (rst-toc-mode-goto-section, rst-faces, rst-level-face-base-color):
136         Fix typos in docstrings.
137         (rst-mode-lazy): Fix typo in docstring.  Remove spurious *.
138         (rst-adjust, rst-line-homogeneous-p, rst-suggest-new-decoration)
139         (rst-get-decorations-around, rst-section-tree-point)
140         (rst-font-lock-adornment-point): Reflow docstrings.
141         (rst-get-decoration, rst-get-decoration-match, rst-adjust-decoration):
142         Doc fixes.
143         (rst-re-enumerations): Comment out.
145         * nxml/nxml-glyph.el (nxml-glyph-set-hook):
146         * nxml/nxml-uchnm.el (nxml-unicode-blocks)
147         (nxml-unicode-block-char-name-set):
148         * nxml/nxml-util.el (nxml-debug, nxml-make-namespace):
149         * nxml/rng-nxml.el (rng-set-state-after):
150         * nxml/rng-uri.el (rng-file-name-uri): Fix typo in docstring.
152         * nxml/rng-cmpct.el (rng-c-lookup-create, rng-c-parse-primary)
153         (rng-c-parse-annotation-body):
154         * nxml/rng-dt.el (rng-dt-namespace-context-getter): Reflow docstrings.
156         * nxml/nxml-mode.el (nxml, nxml-mode, nxml-after-change1)
157         (nxml-extend-region, nxml-merge-indent-context-type, nxml-complete)
158         (nxml-forward-balanced-item, nxml-dynamic-markup-word)
159         (nxml-define-char-name-set, nxml-toggle-char-ref-extra-display):
160         Fix typos in docstrings.
161         (nxml-attribute-indent): Reflow docstring.
162         (nxml-bind-meta-tab-to-complete-flag, nxml-last-fontify-end)
163         (nxml-default-buffer-file-coding-system): Doc fixes.
165         * nxml/nxml-ns.el (nxml-ns-state, nxml-ns-initial-state)
166         (nxml-ns-set-prefix): Fix typos in docstrings.
167         (nxml-ns-push-state, nxml-ns-pop-state, nxml-ns-set-default):
168         Reflow docstring.
169         (nxml-ns-get-prefix, nxml-ns-get-default): Doc fixes.
171         * nxml/nxml-outln.el (nxml-hide-all-text-content)
172         (nxml-show-direct-text-content, nxml-show-direct-subheadings)
173         (nxml-hide-direct-text-content, nxml-hide-subheadings)
174         (nxml-hide-text-content, nxml-show-subheadings, nxml-hide-other)
175         (nxml-outline-display-rest, nxml-outline-set-overlay)
176         (nxml-section-tag-forward, nxml-section-tag-backward)
177         (nxml-back-to-section-start): Fix typos in docstrings.
179         * nxml/nxml-parse.el (nxml-validate-function, nxml-parse-file):
180         Doc fixes.
182         * nxml/nxml-rap.el (nxml-scan-end, nxml-move-tag-backwards)
183         (nxml-scan-element-forward, nxml-scan-element-backward): Doc fixes.
184         (nxml-scan-after-change): Fix typo in docstring.
186         * nxml/rng-match.el (rng-being-compiled, rng-normalize-choice-list)
187         (rng-name-class-possible-names): Doc fixes.
188         (rng-memo-map-add, rng-intern-group, rng-match-possible-namespace-uris)
189         (rng-match-possible-start-tag-names, rng-match-possible-value-strings):
190         Fix typos in docstrings.
191         (rng-intern-group-shortcut, rng-intern-choice-shortcut):
192         Reflow docstrings.
194         * nxml/rng-util.el (rng-uniquify-eq, rng-uniquify-equal): Doc fixes.
195         (rng-substq, rng-complete-before-point): Fix typos in docstrings.
197         * nxml/rng-xsd.el (rng-xsd-make-date-time-regexp)
198         (rng-xsd-convert-date-time): Reflow docstrings.
199         (rng-xsd-compile): Fix typo in docstring.
201         * nxml/rng-loc.el (rng-current-schema-file-name)
202         (rng-locate-schema-file-using, rng-locate-schema-file-from-type-id):
203         Doc fixes.
204         (rng-set-schema-file): Fix typo in docstring.
206         * nxml/rng-valid.el (rng-error-count, rng-validate-mode)
207         (rng-do-some-validation, rng-process-start-tag, rng-process-text):
208         Fix typos in docstrings.
209         (rng-message-overlay, rng-conditional-up-to-date-start)
210         (rng-conditional-up-to-date-end): Doc fixes.
211         (rng-next-error, rng-previous-error): Reflow docstrings.
213         * nxml/xmltok.el (xmltok-attribute-raw-normalized-value): Doc fix.
214         (xmltok-dtd, xmltok-dependent-regions, xmltok-attribute-refs)
215         (xmltok-valid-char-p, xmltok-standalone, xmltok-forward-prolog)
216         (xmltok-merge-attributes): Fix typos in docstrings.
217         (xmltok-make-attribute, xmltok-forward-special)
218         (xmltok-get-declared-encoding-position): Reflow docstrings.
220         * nxml/xsd-regexp.el (xsdre-char-class-to-range-list): Doc fix.
221         (xsdre-range-list-union, xsdre-check-range-list, xsdre-current-regexp):
222         Fix typos in docstrings.
224 2008-07-02  John Paul Wallington  <jpw@pobox.com>
226         * ibuffer.el (ibuffer-buffer-file-name):
227         Use `list-buffers-directory'.  Remove special-casing for `cvs-mode'
228         and `vc-dir-mode'.  Suggested by Dan Nicolaescu.
230 2008-07-02  Toru Tsuneyoshi  <t_tuneyosi@hotmail.com>
232         * files.el (backup-extract-version): Handle versioned directories.
233         (trash-directory): New variable.
234         (move-file-to-trash): New function.
236         * cus-start.el (delete-by-moving-to-trash): Declare for custom.
238 2008-07-02  Magnus Henoch  <mange@freemail.hu>
240         * vc-git.el (vc-git-annotate-command): Use proper option for
241         specifying revision.
243 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
245         * startup.el (fancy-splash-head): Prefer SVG or PNG splash image,
246         if available.
248 2008-07-01  Dan Nicolaescu  <dann@ics.uci.edu>
250         * uniquify.el (uniquify-list-buffers-directory-modes): Add vc-dir-mode.
252         * vc-annotate.el (vc-annotate-mode-map): Use lower case keys.
253         Add binding for vc-annotate-show-changeset-diff-revision-at-line.
255         * vc-dir.el (vc-dir-mode): Set list-buffers-directory.
257 2008-07-01  Nick Roberts  <nickrob@snap.net.nz>
259         * progmodes/gdb-ui.el (gdb-create-source-file-list): New option.
260         (gdb-init-2): Use it.  Don't run gdb-mode-hook again.
261         (gdb-var-list-children-regexp, gdb-var-update-regexp)
262         (gdb-info-breakpoints-custom, gdb-stack-list-frames-regexp)
263         (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
264         (gdb-stack-list-locals-regexp): Future proof regexps better.
266 2008-06-30  Juri Linkov  <juri@jurta.org>
268         * faces.el (face-name-history): New variable.
269         (make-face, make-empty-face): Replace interactive spec "S"
270         with `read-from-minibuffer' where `read' arg is t and
271         `hist' arg is `face-name-history'.
272         (read-face-name): Set `hist' arg of `completing-read-multiple'
273         to `face-name-history'.
274         (list-faces-display): Use `read-regexp' instead of `read-string'
275         to read regexp.
277         * hi-lock.el (hi-lock-regexp-history): Make it an obsolete alias
278         to `regexp-history'.
279         (hi-lock-face-history): Rename to `hi-lock-face-defaults' and
280         make it an obsolete alias to it.
281         (hi-lock-face-defaults): New variable renamed from
282         `hi-lock-face-history'.
283         (hi-lock-line-face-buffer, hi-lock-face-buffer)
284         (hi-lock-face-phrase-buffer): Use `read-regexp' instead of
285         `read-from-minibuffer'.  Doc fix.
286         (hi-lock-read-face-name): Replace `hi-lock-face-history' with
287         `hi-lock-face-defaults'.  Remove `mapcar (lambda (f) (cons f f))'.
288         Set `hist' arg of `completing-read' to `face-name-history'.
289         Put a list of default faces to `default' arg instead of `hist' arg.
291         * bindings.el (abbrev-map, narrow-map): New variables.
292         Bind `C-x a' to `abbrev-map' and `C-x n' to `narrow-map'.
293         Rebind related commands to these new maps.
294         (ctl-x-r-map): New variable for rectangle, register and bookmark
295         keys.  Move rectangle keybindings to rect.el and register
296         keybindings to register.el.
297         (next-buffer, previous-buffer): Remove C-x prefix and move
298         keybindings to ctl-x-map.
300         * bookmark.el: Rebind three global `C-x r' keys "b", "m", "l"
301         to the new map `ctl-x-r-map'  in autoload cookies.
303         * expand.el: Rebind two global `C-x a' keys "n", "p"
304         to the new map `abbrev-map' in autoload cookies.
306         * rect.el: Bind global keys to ctl-x-r-map in autoload cookies.
308         * register.el: Bind global keys to ctl-x-r-map in autoload cookies.
310 2008-06-30  Miles Bader  <miles@gnu.org>
312         * net/rcirc.el (rcirc-markup-attributes): Don't skip a character
313         after processing an escape sequence.
315 2008-06-29  Michael Albinus  <michael.albinus@gmx.de>
317         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Revert patch
318         from 2008-06-28.  It does not work on W32.
320 2008-06-29  Juri Linkov  <juri@jurta.org>
322         * replace.el (read-regexp): New function.
323         (keep-lines-read-args, occur-read-primary-args):
324         Call `read-regexp' instead of code moved to new function.
325         (keep-lines, flush-lines, how-many): Remove parenthesis and colon
326         from the end of prompt.
327         (replace-re-search-function): Doc fix.
329 2008-06-29  Kenichi Handa  <handa@m17n.org>
331         * descr-text.el (describe-char-display): Always return a string.
332         (describe-char-padded-string): New function.
333         (describe-char): Adjusted for the change of
334         describe-char-display.  Use describe-char-padded-string.
336 2008-06-29  Andreas Schwab  <schwab@suse.de>
338         * vc-dir.el (vc-dir): Make backend argument optional and use
339         vc-responsible-backend when nil.  Interactively pass nil for
340         backend instead of using the backend of what happens to be
341         default-directory at the time of the call.
343         * find-dired.el (find-dired-filter): Preserve point.
345 2008-06-28  Juanma Barranquero  <lekktu@gmail.com>
347         * net/sasl.el (sasl-client-set-property, sasl-make-mechanism)
348         (sasl-find-mechanism, sasl-next-step):
349         * net/sasl-ntlm.el (sasl-ntlm-steps, sasl-ntlm-request)
350         (sasl-ntlm-response): Fix typos in docstrings.
352 2008-06-28  robert marshall  <robert@capuchin.co.uk>  (tiny change)
354         * international/mule-cmds.el (view-hello-file): Doc fix.
356 2008-06-28  Chong Yidong  <cyd@stupidchicken.com>
358         * faces.el (inhibit-face-set-after-frame-default): Var deleted.
359         (set-face-attribute, face-set-after-frame-default)): Don't use it.
361 2008-06-28  John Paul Wallington  <jpw@pobox.com>
363         * calc/calc.el (defmath): Add `doc-string' decl.  Add docstring.
365 2008-06-28  Michael Albinus  <michael.albinus@gmx.de>
367         * net/tramp.el (tramp-handle-file-modes): Handle symlinks.
368         (tramp-convert-file-attributes): Convert symlinks only when
369         returned from `tramp-handle-file-attributes-with-stat'.
371         * net/tramp-ftp.el (top): Delete 'ange-ftp property from
372         `substitute-in-file-name' when unloading.
373         (tramp-ftp-file-name-handler): Set `tramp-mode' to nil.
375 2008-06-28  Dan Nicolaescu  <dann@ics.uci.edu>
377         * vc-dir.el (vc-dir-hide-up-to-date): Also hide empty directories.
378         (vc-string-prefix-p): Move function ...
379         * vc.el (vc-string-prefix-p): ... here.
381 2008-06-27  Juanma Barranquero  <lekktu@gmail.com>
383         * vc-dir.el (vc-dir): Complete only directory names.
385 2008-06-27  Jason Rumney  <jasonr@gnu.org>
387         * w32-fns.el (top-level): Unconditionally define all charsets.
389 2008-06-27  Alan Mackenzie  <acm@muc.de>
391         * progmodes/cc-mode.el (c-mode-base-map): Don't bind C-M-[ae] to
392         the CC Mode specific functions; this is no longer needed, since
393         {beginning,end}-of-defun now pass ARG to ...-of-defun-function.
395         * progmodes/cc-defs.el (c-emacs-features): New feature
396         'argumentative-bod-function.
398 2008-06-27  John Paul Wallington  <jpw@pobox.com>
400         * chistory.el (list-command-history): Use `bound-and-true-p'.
401         (command-history-map): Define within defvar.  Add docstring.
403 2008-06-27  Juanma Barranquero  <lekktu@gmail.com>
405         * image.el (image-jpeg-p): Don't fail if the arg cannot be converted
406         to unibyte; just assume it is not a JPEG.  Use `string-match-p'.
407         (image-type-from-data, image-type-from-file-name): Use `string-match-p'.
408         (image-type-from-buffer): Use `looking-at-p'.
410 2008-06-27  Juanma Barranquero  <lekktu@gmail.com>
412         * ibuf-ext.el (diff-sentinel): Declare.
414 2008-06-27  Glenn Morris  <rgm@gnu.org>
416         * calendar/lunar.el (calendar-lunar-phases): Rename from
417         calendar-phases-of-moon.  Keep old name as alias, update callers.
418         (lunar-phases): Rename from phases-of-moon.  Keep old name as alias.
419         (diary-lunar-phases): Rename from diary-phases-of-moon.
420         Keep old name as alias.
421         * calendar/cal-menu.el (cal-menu-sunmoon-menu)
422         (cal-menu-global-mouse-menu): Update for lunar name changes.
423         * calendar/calendar.el (calendar-mode-map): Update for name change.
424         * calendar/diary-lib.el (diary-list-sexp-entries): Doc update.
426 2008-06-26  Glenn Morris  <rgm@gnu.org>
428         * calendar/solar.el (solar-sunrise-sunset-string): Add optional
429         argument `nolocation'.
430         (calendar-sunrise-sunset-month): New function.
431         * calendar/cal-menu.el (cal-menu-sunmoon-menu): Rename from
432         cal-menu-moon-menu.  Add calendar-sunrise-sunset-month.
433         (cal-menu-global-mouse-menu): Add calendar-sunrise-sunset-month.
434         * calendar/calendar.el (solar-sunrises-buffer): New constant.
435         (calendar-mode-map): Use cal-menu-sunmoon-menu.
436         (calendar-buffer-list): Add solar-sunrises-buffer.
438         * calendar/cal-menu.el (cal-menu-goto-menu): Tweak menu name.
440 2008-06-26  Chong Yidong  <cyd@stupidchicken.com>
442         * cus-start.el: Add customization types for word-wrap and
443         shift-select-mode.
445 2008-06-26  John Paul Wallington  <jpw@pobox.com>
447         * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): New function.
448         (ibuffer-diff-with-file): Use it.  Do diff on marked buffers.
449         (ibuffer-mark-on-buffer): Don't display message when removing marks.
450         (ibuffer-mark-by-mode): Use `buffer-local-value'.
452 2008-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
454         * vc-dir.el (tool-bar): Require.
456         * vc.el (ewoc, tool-bar): Do not require.
458 2008-06-26  Kenichi Handa  <handa@m17n.org>
460         * international/mule-cmds.el (encode-coding-char): Fix for ASCII
461         characters.
463         * composite.el (terminal-composition-base-character-p): New function.
464         (terminal-composition-function):
465         Use terminal-composition-base-character-p.  Include the base character
466         in the composition.
467         (auto-compose-chars): Don't check font-object for terminal display.
469 2008-06-26  Glenn Morris  <rgm@gnu.org>
471         * doc-view.el (bookmark-make-record-default):
472         * image-mode.el (bookmark-make-record-default): Fix declaration.
474         * calendar/calendar.el (calendar-date-echo-text): Doc fix.
475         Add default :value for sexp type.
476         (calendar-month-edges): New variable.
477         (calendar-month-edges): New function.
478         (calendar-recompute-layout-variables): Set calendar-month-edges.
479         (calendar-intermonth-header, calendar-intermonth-text): New options.
480         (calendar-insert-at-column): New function.
481         (calendar-generate-month): Use calendar-insert-at-column.
482         Handle intermonth text.  Add 'date property.
483         (calendar-column-to-month): Remove function.
484         (calendar-column-to-segment): New function.
485         (calendar-cursor-to-date): Use calendar-column-to-segment.
486         Check 'date property.
488         * calendar/calendar.el (calendar-print-other-dates):
489         Handle mouse events.
490         * calendar/cal-menu.el (calendar-mouse-print-dates): Remove function.
491         (cal-menu-context-mouse-menu): Use calendar-print-other-dates.
493         * calendar/holidays.el (calendar-cursor-holidays): Handle mouse events.
494         * calendar/cal-menu.el (calendar-mouse-holidays): Remove function.
495         (cal-menu-context-mouse-menu): Use calendar-cursor-holidays.
497         * calendar/cal-move.el (calendar-cursor-to-nearest-date):
498         Use calendar-column-to-segment, calendar-month-edges, and
499         the 'date property to handle intermonth text.
501         * calendar/cal-iso.el (calendar-iso-from-absolute): Add autoload cookie.
503         * calendar/cal-menu.el (cal-menu-moon-menu, cal-menu-diary-menu)
504         (cal-menu-holidays-menu, cal-menu-goto-menu, cal-menu-scroll-menu):
505         Add doc strings.
506         (cal-menu-context-mouse-menu): Add some :keys.
507         (calendar-check-holidays): Declare rather than autoloading.
508         (diary-show-holidays-flag): Remove unneeded declaration.
510         * calendar/cal-menu.el (cal-menu-moon-menu): Add sunrise/sunset.
511         * calendar/calendar.el (calendar-cursor-to-date): Handle case where
512         event-start is nil.
514 2008-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
516         * minibuffer.el (completion-basic-try-completion): Use the text after
517         point to constrain the completion candidates.
518         (completion-basic-all-completions): Adjust accordingly.
520 2008-06-25  Chong Yidong  <cyd@stupidchicken.com>
522         * textmodes/tex-mode.el (tex-verbatim): Use monospace instead of
523         courier.
525         * faces.el (set-face-attribute): Doc fix.
527 2008-06-25  Juri Linkov  <juri@jurta.org>
529         * bindings.el (goto-map): New variable.  Rebind goto-related
530         commands to this `M-g' prefix keymap.
531         (search-map): New variable for `M-s' prefix keymap.
532         Bind `M-s o' to `occur', `M-shr' to `highlight-regexp', `M-shp' to
533         `highlight-phrase', `M-shl' to `highlight-lines-matching-regexp',
534         `M-shu' to `unhighlight-regexp', `M-shf' to `hi-lock-find-patterns',
535         `M-shw' to `hi-lock-write-interactive-patterns'.
537         * isearch.el (isearch-mode-map): Bind `M-s h r' to
538         `isearch-highlight-regexp'.
539         (isearch-highlight-regexp): New function.
541 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
543         * info.el (Info-bookmark-make-record):
544         Use bookmark-make-record-default.
545         (Info-bookmark-jump): Use bookmark-default-handler.
547         * image-mode.el (image-bookmark-make-record):
548         Use bookmark-make-record-default.
549         (image-bookmark-jump): Use bookmark-default-handler.
551         * doc-view.el (doc-view-bookmark-make-record):
552         Use bookmark-make-record-default.
553         (doc-view-bookmark-jump): Use bookmark-default-handler.
555         * bookmark.el (bookmark-alist): Allow the 2 slightly different formats
556         used until now in bookmark.el's code.
557         (bookmark-get-bookmark): Accept bookmark names or bookmark records.
558         (bookmark-get-bookmark-record): Allow the 2 slightly different formats
559         used until now in bookmark.el's code.
560         (bookmark-set-filename): Remove special code, moved to its only caller.
561         (bookmark-store): Use the newer format.
562         (bookmark-make-record-default): Add arg `point-only'.
563         Rename from bookmark-make-record-for-text-file.
564         (bookmark--jump-via): New function.
565         (bookmark-jump, bookmark-jump-other-window, bookmark-bmenu-2-window)
566         (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window):
567         Use it.
568         (bookmark-jump-noselect, bookmark-default-handler):
569         Don't return an alist, instead return the data implicitly by changing
570         current buffer and point.  Signal an error if the file doesn't exist.
572         * buff-menu.el: Use with-current-buffer and inhibit-read-only.
573         (Buffer-menu-toggle-read-only): Avoid vc-toggle-read-only.
575         * bs.el: Use with-current-buffer.  Simplify.
576         (bs-toggle-readonly): Avoid vc-toggle-read-only.
578         * eshell/esh-cmd.el (eshell-manipulate): Check eshell-debug-command
579         is bound before using it.
581 2008-06-25  Kenichi Handa  <handa@m17n.org>
583         * image.el (image-jpeg-p): Convert DATA to unibyte at first.
585 2008-06-25  Dan Nicolaescu  <dann@ics.uci.edu>
587         * vc-hg.el:
588         * vc-git.el: Require vc-dir when compiling.
590         * vc-dir.el (vc-dir-marked-only-files-and-states): Rename from
591         vc-dir-marked-only-files.  Change the return value.
592         (vc-dir-child-files-and-states): Rename from vc-dir-child-files.
593         Change the return value.
594         (vc-dir-deduce-fileset): New function broken out from ...
595         * vc.el (vc-deduce-fileset): ... here and ...
596         (vc-deduce-fileset): ... here.
598         * vc-svn.el (vc-annotate-parent-rev): Pacify byte compiler.
599         (vc-svn-parse-status): Do not set the vc-backend property.
601 2008-06-25  Andreas Schwab  <schwab@suse.de>
603         * faces.el (face-font-family-alternatives, variable-pitch):
604         Use "Sans Serif", not "Sans-Serif".
606 2008-06-24  Chong Yidong  <cyd@stupidchicken.com>
608         * faces.el (face-font-family-alternatives, variable-pitch):
609         Change "Sans" to the canonical name "Sans-Serif".
611 2008-06-24  Jay Belanger  <jay.p.belanger@gmail.com>
613         * calc/calc.el (calc-mode-map): Add extra keybindings to
614         `calc-missing-key'.
615         * calc/calc-ext.el (calc-init-extensions): Add keybinding for
616         `kill-ring-save'.
618 2008-06-24  Miles Bader  <miles@gnu.org>
620         * mouse.el (mouse-appearance-menu): Don't do anything if the user
621         pops up the menu but doesn't select anything.
623 2008-06-24  Dan Nicolaescu  <dann@ics.uci.edu>
625         * add-log.el (add-change-log-entry): Add new arg to force each new
626         entry to be on a new line.
627         * diff-mode.el (diff-add-change-log-entries-other-window): Use it.
629         * vc-dir.el (vc-client-object): Remove.
630         (vc-dir-prepare-status-buffer): Take a backend as an argument and
631         use it when looking for a buffer.
632         (vc-dir): Add a backend argument.  Set revert-buffer-function.
633         Don't create a client object.  Move bindings ...
634         (vc-dir-menu-map, vc-dir-mode-map): ... here.
635         (vc-dir-revert-buffer-function): New function.
636         (vc-generic-status-printer): Rename to ...
637         (vc-dir-status-printer): ... this.
638         (vc-generic-state, vc-generic-status-fileinfo-extra)
639         (vc-dir-extra-menu, vc-make-backend-object): Remove.
640         (vc-default-status-printer): Use a different face for
641         directories.  Don't display any text for directories in the state
642         column.  Add tooltips.
644         * vc.el (Todo): Update.
646         * vc-hg.el (vc-annotate-convert-time, vc-default-status-printer):
647         * vc-rcs.el (vc-annotate-convert-time):
648         * vc-mtn.el (vc-annotate-convert-time):
649         * vc-git.el (vc-annotate-convert-time):
650         * vc-cvs.el (vc-annotate-convert-time):
651         * vc-bzr.el (vc-annotate-convert-time): Declare as functions.
653 2008-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
655         * vc-annotate.el (vc-annotate-mode): Derive from special-mode
656         instead of using view-mode.
658 2008-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
660         * Makefile.in (distclean): Don't delete *.elc and autogen files.
662 2008-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
664         * vc.el:
665         * vc-hooks.el:
666         * vc-dispatcher.el: Move vc-dir variables and functions ...
667         * vc-dir.el: ... here.  New file.
668         * Makefile.in (ELCFILES): Add vc-dir.elc.
670         * vc.el: Move vc-annotate variables and functions ...
671         * vc-annotate.el: ... here.  New file.
672         * Makefile.in (ELCFILES): Add vc-annotate.elc.
674         * vc-dav.el: Move here from url/vc-dav.el.
675         (Todo): Note work needed to make this backend functional.
677         * Makefile.in (ELCFILES): Update vc-dav.el location.
679 2008-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
681         * Makefile.in (COMPILE_FIRST): Trim down and add autoload.el.
683 2008-06-21  John Paul Wallington  <jpw@pobox.com>
685         * emacs-lisp/derived.el (define-derived-mode): Add `doc-string' decl.
687         * textmodes/rst.el (rst-mode): Put docstring in right place.
689 2008-06-21  Chong Yidong  <cyd@stupidchicken.com>
691         * startup.el (fancy-about-text, fancy-startup-tail): Increase text
692         size for legibility.
694         * faces.el (fixed-pitch): Use "Monospace" family.
695         (variable-pitch): Use "Sans" family.
696         (face-font-family-alternatives): Define alternatives for "Sans"
697         and "Monospace".
699 2008-06-21  Glenn Morris  <rgm@gnu.org>
701         * mail/hashcash.el, net/tramp-smb.el, nxml/nxml-mode.el:
702         Require 'cl when compiling.
704         * emacs-lisp/debug.el (help-xref-interned): Declare.
706         * emacs-lisp/easy-mmode.el (easy-mmode-set-keymap-parents):
707         Evaluate definition when compiling.
709         * progmodes/bug-reference.el (bug-reference-map): Bind down-mouse-1
710         rather than mouse-1.
711         (bug-reference-url-format): Autoload safe if string.
712         (bug-reference-bug-regexp): Make space after "bug" optional.
714         * Makefile.in (all): Explicitly pass EMACS to sub-make,
715         for some non-GNU makes.
717         * cus-dep.el (custom-dependencies-no-scan-regexp):
718         * finder.el (finder-no-scan-regexp): Add ldefs-boot.el
720         * calendar/cal-move.el (calendar-forward-day): Scroll in one month
721         increments.
723         * calendar/calendar.el: Factor out the magic numbers controlling the
724         calendar layout.
725         (calendar-month-digit-width, calendar-month-width)
726         (calendar-right-margin): New variables.
727         (calendar-recompute-layout-variables, calendar-set-layout-variable):
728         New functions.
729         (calendar-left-margin, calendar-intermonth-spacing)
730         (calendar-column-width, calendar-day-header-width)
731         (calendar-day-digit-width): New options.
732         (calendar-first-date-row): New constant.
733         (calendar-move-to-column, calendar-ensure-newline): New functions,
734         replacing calendar-insert-indented.
735         (calendar-insert-indented): Remove function.
736         (calendar-generate-month): Use calendar-move-to-column and
737         calendar-ensure-newline.  Use layout variables.
738         (calendar-generate, calendar-update-mode-line)
739         (calendar-font-lock-keywords): Use layout variables.
740         (calendar-column-to-month): New function.
741         (calendar-cursor-to-date): Use calendar-column-to-month.
742         Use layout variables.
743         * calendar/cal-move.el (calendar-cursor-to-nearest-date):
744         Use layout variables.  Use calendar-column-to-month.
745         (calendar-cursor-to-visible-date): Use layout variables.
747 2008-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
749         * Makefile.in (update-elclist): Don't exclude COMPILE_FIRST.
750         (all): Run compile-last.
751         (compile-onefile): New target.
752         (compile-first): Simplify.
753         (compile-last): Don't treat COMPILE_FIRST specially.
754         (COMPILE_FIRST): List the elc files rather than the el files.
755         (ELCFILES): Update.
757 2008-06-21  Ulf Jasper  <ulf@web.de>
759         * net/newst-treeview.el: Remove dead code.
760         (newsticker--window-config): Remove.
761         (newsticker-treeview-quit): Do not save window config.
762         (newsticker-treeview): Do not try to restore window config.
763         (newsticker-groups, newsticker--treeview-list-sort-by-column)
764         (newsticker--treeview-list-new-items)
765         (newsticker--treeview-list-immortal-items)
766         (newsticker--treeview-list-obsolete-items)
767         (newsticker--treeview-list-all-items)
768         (newsticker--treeview-list-feed-items): Fix documentation.
770 2008-06-21  Miles Bader  <miles@gnu.org>
772         * face-remap.el (text-scale-adjust): Bind `echo-keystrokes' to nil.
774 2008-06-21  Alan Mackenzie  <acm@muc.de>
776         * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5D.5): Fix an
777         infinite loop on invalid syntax.
779 2008-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
781         * textmodes/rst.el: Run rst-define-level-faces when loading.
782         (rst-mode): Don't set the font-lock-multiline var.
783         (rst-font-lock-find-unindented-line, rst-font-lock-handle-adornment):
784         Set the font-lock-multiline property by hand.
786         * loadup.el: Don't add emacs-<VERS> name when bootstrapping.
788         * Makefile.in (emacs-deps): Remove.
789         ($(lisp)/cus-load.el, $(lisp)/finder-inf.el): Re-add.
790         (all): Use them.
791         (autogen-clean): Remove.
793 2008-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
795         * Makefile.in (all): New target.
796         (bootstrap-prepare): Remove.
798         * Makefile.in ($(lisp)/progmodes/cc-mode.elc): Pass the .el file not
799         the .elc file to batch-byte-compile.
801         * progmodes/cc-mode.el (c-make-inherited-keymap): Only use
802         set-keymap-parents if set-keymap-parent doesn't exist.
804         * vc-bzr.el (vc-bzr-annotate-extract-revision-at-line):
805         Allow more than one space before the |.
807         * textmodes/rst.el: Fix up docstring conventions.
808         Move vars to before their first use.
809         (rst-mode): Don't mess with font-lock-support-mode.
810         (rst-suggest-new-decoration, rst-adjust-decoration):
811         Avoid CL's copy-list.
812         (rst-delete-entire-line): Use line-beginning-position.
813         (rst-position): New fun.
814         (rst-straighten-decorations): Use it instead of CL's position.
815         (rst-straighten-bullets-region): Avoid CL's mapcar*.
816         (rst-toc-mode): Use define-derived-mode.
817         (rst-iterate-leftmost-paragraphs, rst-iterate-leftmost-paragraphs-2):
818         Remove unused var `in-par'.  Use `point' rather than `point-marker'.
819         (rst-line-block-region): Reduce redundancy.  Use the `pfxarg' arg.
820         (rst-replace-lines): Simplify.
821         (auto-mode-alist): Use rst-mode for *.rst and *.rest files.
823         * simple.el (special-mode-map): New var.
824         (special-mode): New major mode.
826 2008-06-20  Dan Nicolaescu  <dann@ics.uci.edu>
828         * vc-mtn.el (vc-mtn-log-view-mode): Set log-view-per-file-logs and
829         log-view-file-re.
831         * vc.el (vc-dir-hide-up-to-date): Undo previous change.
832         (vc-switch-backend): Simplify.
833         (Todo): Remove solved items.
835         * vc-cvs.el (vc-cvs-parse-status, vc-cvs-parse-entry): Do not set
836         the vc-backend property.
838 2008-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
840         * emacs-lisp/checkdoc.el (checkdoc-start-section, checkdoc-error):
841         Bind inhibit-read-only since the buffer is always read-only.
843 2008-06-20  Ulf Jasper  <ulf@web.de>
845         * net/newst-treeview.el (newsticker-treeview-own-frame):
846         Change default value to nil.
847         (newsticker--treeview-list-add-item)
848         (newsticker--treeview-propertize-tag): Show item title in tooltip.
850 2008-06-20  Martin Blais  <blais@furius.ca>
851             Stefan Merten  <smerten@oekonux.de>
852             David Goodger  <goodger@python.org>
854         * textmodes/rst.el: New file.
856 2008-06-20  Sam Steingold  <sds@gnu.org>
858         * vc.el (vc-dir-hide-up-to-date): Accept a prefix argument to also
859         remove DIRECTORY entries.
861 2008-06-20  Eli Zaretskii  <eliz@gnu.org>
863         * makefile.w32-in (distclean): Depend on `clean'.
864         (clean): Delete calc/calc-loaddefs.el~ and eshell/esh-groups.el~.
865         (AUTOGENEL): Add $(lisp)/nxml/subdirs.el.
866         ($(lisp)/cus-load.el): Don't use `touch'.  Instead, generate an
867         empty cus-load.el with `echo', and include "Local Variables"
868         section to prevent the empty file from being compiled.
869         (cus-load.el-SH, cus-load.el-CMD): New SHELLTYPE-specific targets
870         that generate an empty cus-load.el.
872 2008-06-20  Juanma Barranquero  <lekktu@gmail.com>
874         * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
875         Don't copy ldefs-boot.el over loaddefs.el.
876         (bootstrap-clean): Remove loaddefs.el and don't depend on it.
877         (loaddefs.el-SH, loaddefs.el-CMD): Don't add autoloads and defvars
878         to loaddefs.el; they are not needed now.  Add coding cookie.
880 2008-06-20  Miles Bader  <miles@gnu.org>
882         * face-remap.el (face-remap-add-relative, face-remap-set-base):
883         Strip unnecessary list levels from SPECS.
884         (buffer-face-set, buffer-face-toggle):
885         Change argument from FACE to &rest SPECS, and strip unnecessary
886         list levels from SPECS.
887         (buffer-face-mode-invoke): Change argument from FACE to SPECS.
889 2008-06-20  Jason Rumney  <jasonr@gnu.org>
891         * international/fontset.el (setup-default-fontset): Specify script
892         for latin use of iso10646-1.  Fix use of lang tags.
894 2008-06-19  Miles Bader  <miles@gnu.org>
896         * face-remap.el (text-scale-increase): Start from zero if
897         text-scale-mode isn't enabled.
899 2008-06-19  Stefan Monnier  <monnier@iro.umontreal.ca>
901         * faces.el (face-set-after-frame-default): Re-apply explicit `font'
902         frame parameters after setting up the `default' face.
904 2008-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
906         * faces.el (face-set-after-frame-default): Don't exclude `default'.
908 2008-06-18  Glenn Morris  <rgm@gnu.org>
910         * mouse.el (buffer-face-mode-invoke): Declare.
912         * Makefile.in (ELCFILES): Add org/org-id.elc.
914         * calendar/holidays.el (calendar-cursor-holidays): Accept optional date.
915         * calendar/cal-menu.el (cal-menu-holidays-menu):
916         Use calendar-cursor-holidays rather than cal-menu-today-holidays.
917         (cal-menu-today-holidays): Remove function.
919         * calendar/cal-menu.el (cal-menu-holiday-window-suffix): Simplify.
920         (cal-menu-list-holidays-year, cal-menu-list-holidays-following-year)
921         (cal-menu-list-holidays-previous-year, calendar-mouse-goto-date):
922         Remove unused functions.
923         (calendar-mouse-view-diary-entries): Use format rather than concat.
925         * calendar/cal-menu.el (cal-menu-x-popup-menu): Turn it into a macro.
926         (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
927         (calendar-mouse-print-dates): Adapt for cal-menu-x-popup-menu change.
929         * calendar/cal-menu.el (cal-menu-event-to-date): Remove function.
930         (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
931         (calendar-mouse-view-other-diary-entries, calendar-mouse-print-dates)
932         (cal-menu-set-date-title): Use calendar-cursor-to-date rather than
933         cal-menu-event-to-date.
935         * calendar/cal-html.el (cal-html-cursor-month, cal-html-cursor-year):
936         Handle mouse events.
937         * calendar/cal-tex.el (cal-tex-cursor-year)
938         (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
939         (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
940         (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
941         (cal-tex-cursor-week-monday, cal-tex-cursor-filofax-2week)
942         (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
943         (cal-tex-cursor-day): Handle mouse events.  Rename ARG to N.
944         (cal-tex-cursor-month): Mark N as optional.
945         * calendar/cal-menu.el (calendar-mouse-tex-day)
946         (calendar-mouse-tex-week, calendar-mouse-tex-week2)
947         (calendar-mouse-tex-week-iso, calendar-mouse-tex-week-monday)
948         (calendar-mouse-tex-filofax-daily, calendar-mouse-tex-filofax-2week)
949         (calendar-mouse-tex-filofax-week, calendar-mouse-tex-month)
950         (calendar-mouse-tex-month-landscape, calendar-mouse-tex-year)
951         (calendar-mouse-tex-filofax-year, calendar-mouse-tex-year-landscape):
952         Remove functions.
953         (cal-menu-context-mouse-menu): Replace the above functions with the
954         cal-tex versions.  Add HTML submenu.
956 2008-06-17  Nick Roberts  <nickrob@snap.net.nz>
958         * progmodes/gdb-ui.el (gud-gdba-marker-filter): Don't switch to
959         text command mode.
960         (gdb): Explain that gud-gdb is needed for text command mode.
962 2008-06-17  Martin Rudalics  <rudalics@gmx.at>
964         * window.el (split-height-threshold): Remove spurious extra line.
966 2008-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
968         * calendar/calendar.el (calendar-cursor-to-date): Add argument `event'.
969         (calendar-set-mark):
970         * calendar/diary-lib.el (diary-insert-entry):
971         * calendar/solar.el (calendar-sunrise-sunset): Use it.
972         * calendar/cal-menu.el (calendar-mouse-sunrise/sunset)
973         (calendar-mouse-insert-diary-entry, calendar-mouse-set-mark): Delete.
974         (cal-menu-context-mouse-menu): Use calendar-set-mark,
975         diary-insert-entry, and calendar-sunrise-sunset instead.
977         * vc.el (vc-deduce-fileset): Add arg `only-files'.
978         (vc-next-action): Pass the new arg.
979         (vc-register): Don't use `only-files'.
980         Don't set `backup-inhibited' in the current buffer.
982 2008-06-17  Miles Bader  <miles@gnu.org>
984         * mouse.el (mouse-appearance-menu): Use buffer-face-mode.
986         * face-remap.el (buffer-face-mode-face)
987         (buffer-face-mode-remapping): New variables.
988         (buffer-face-mode, buffer-face-set, buffer-face-toggle)
989         (buffer-face-mode-invoke): New functions.
990         (variable-pitch-mode-remapping): Variable removed.
991         (variable-pitch-mode): Rewrite as an interface to `buffer-face-mode'.
993         * face-remap.el (internal-lisp-face-attributes): New variable.
994         (face-attrs-more-relative-p, face-remap-order): New functions.
995         (face-remap-add-relative): Use `face-remap-order'.
997 2008-06-17  Glenn Morris  <rgm@gnu.org>
999         * mouse.el (x-select-font): Declare.
1001         * calendar/calendar.el (calendar-move-hook):
1002         Add calendar-update-mode-line as an option.
1003         (calendar-date-echo-text): New user option.
1004         (calendar-generate-month): Set `day'.  Use calendar-date-echo-text.
1005         (calendar-insert-indented): Simplify newline insertion.
1006         (calendar-describe-mode): Remove unused function.
1007         (calendar-mode-line-entry): New function.
1008         (calendar-mode-line-format): Doc fix.  Use calendar-mode-line-entry.
1009         Mark as risky.
1010         (calendar-mouse-other-month): Remove function.
1011         (calendar-other-month): Handle mouse events.
1012         (calendar-goto-info-node): Call fit-window-to-buffer.
1013         (calendar-mode): Use define-derived-mode.  Doc fix.
1014         (calendar-update-mode-line): Tweak whitespace.
1016 2008-06-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1018         * vc-dispatcher.el (vc-dir-child-files): Use vc-string-prefix-p.
1019         (vc-dir-marked-only-files): vc-string-prefix-p.
1021 2008-06-16  Nick Roberts  <nickrob@snap.net.nz>
1023         * progmodes/gdb-ui.el (gdb-memory-set-address)
1024         (gdb-memory-set-repeat-count): Allow keyboard bindings.
1025         (gdb-memory-mode-map): Bind above functions respectively
1026         to 'S' and 'N'.
1028 2008-06-16  Derek Upham  <sand@blarg.net>  (tiny change)
1030         * nxml/nxml-mode.el (nxml-mode): Use run-mode-hooks.
1032 2008-06-16  Juanma Barranquero  <lekktu@gmail.com>
1034         * log-view.el (vc-diff-internal): Declare for compiler.
1036         * vc-bzr.el (log-view-per-file-logs):
1037         * vc-svn.el (log-view-per-file-logs): Pacify byte compiler.
1039 2008-06-15  Chong Yidong  <cyd@stupidchicken.com>
1041         * mouse.el (mouse-appearance-menu-map): New var.
1042         (mouse-appearance-menu): New function.
1043         Bind it to S-down-mouse-1.
1045 2008-06-15  Juri Linkov  <juri@jurta.org>
1047         * info.el (Info-toc): Call Info-toc-nodes instead of Info-build-toc.
1048         (Info-toc, Info-insert-toc): Increment nth's index to add PARENT
1049         as the second element.
1050         (Info-build-toc): Add PARENT element extracted from the Up pointer.
1051         Don't print progress messages.
1052         (Info-toc-nodes): New variable and function.
1053         (Info-index-nodes): Optimize non-string file name case.
1054         (Info-breadcrumbs-depth): Increment the default value from 3 to 4.
1055         (Info-insert-breadcrumbs): Use the cached document structure instead
1056         of visiting all ancestor nodes.  Remove the initial `>'.
1058 2008-06-15  Dan Nicolaescu  <dann@ics.uci.edu>
1060         * log-view.el (log-view-diff-changeset): New function.
1061         (log-view-mode-map, log-view-mode-menu): Bind it.
1062         (log-view-per-file-logs, log-view-vc-fileset)
1063         (log-view-vc-backend): New variables.
1064         (log-view-find-revision, log-view-modify-change-comment)
1065         (log-view-annotate-version): Throw an error if the log is for more
1066         than one file and we can't find the current file.  Get the current
1067         file from log-view-vc-fileset if necessary.
1068         (log-view-diff): Get the current file from log-view-vc-fileset if
1069         necessary.
1071         * vc.el (vc-print-log): Set log-view-vc-fileset and log-view-vc-backend.
1073         * vc-hg.el (vc-hg-log-view-mode): Call the log method only once.
1074         (vc-hg-log-view-mode): Declare for compiler.
1075         (vc-hg-log-view-mode): Set log-view-per-file-logs and
1076         log-view-file-re.
1077         (vc-hg-diff): If no file is passed, use default-directory for cwd.
1079         * vc-bzr.el (vc-bzr-log-view-mode): Set log-view-per-file-logs.
1081         * vc-svn.el (vc-svn-log-view-mode): New derived mode.
1083 2008-06-15  Michael Albinus  <michael.albinus@gmx.de>
1085         * net/tramp.el (tramp-handle-start-file-process):
1086         Clear modification time of the connection buffer.
1087         (tramp-sh-file-name-handler): Reset `tramp-locked' in case of error.
1088         (tramp-open-connection-setup-interactive-shell): Flush cache, and
1089         restart `tramp-maybe-open-connection' when the remote system has
1090         been changed.  Throw 'uname-changed event.
1091         (tramp-maybe-open-connection): Catch it.
1093         * net/tramp-cmds.el (tramp-cleanup-all-connections):
1094         Reset `tramp-locked'.
1096 2008-06-15  Ulf Jasper  <ulf@web.de>
1098         * net/newst-treeview.el (newsticker--treeview-list-update)
1099         (newsticker--treeview-item-update)
1100         (newsticker--treeview-tree-update)
1101         (newsticker-treeview-jump, newsticker-group-add-group)
1102         (newsticker-group-move-feed, newsticker-group-delete-group):
1103         Remove window dedication.
1104         (newsticker--group-manage-orphan-feeds): Handle ill-valued
1105         newsticker-groups.
1106         (newsticker--treeview-tree-expand): Don't manage orphan feeds here.
1108 2008-06-15  Andreas Schwab  <schwab@suse.de>
1110         * vc-cvs.el (vc-cvs-status-extra-headers): Don't match newline
1111         when parsing CVS/Repository.
1113         * wdired.el (wdired-search-and-rename): Fix undocumented change.
1115 2008-06-15  Ulf Jasper  <ulf@web.de>
1117         * net/newst-plainview.el (newsticker-faces, newsticker-feed-face)
1118         (newsticker-extra-face, newsticker-enclosure-face): Moved to
1119         net/newst-reader.el.
1121         * net/newst-reader.el (newsticker-faces, newsticker-feed-face)
1122         (newsticker-extra-face, newsticker-enclosure-face): Moved from
1123         net/newst-reader.el.
1125 2008-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1127         * international/encoded-kb.el (encoded-kbd-self-insert-utf-8):
1128         Catch and recover from case when the bytes we thought we were reading
1129         turn out to be something else entirely, such as latin-1 chars from
1130         quail.  See bug#396.
1132 2008-06-15  Dan Nicolaescu  <dann@ics.uci.edu>
1134         * vc.el (vc-deduce-fileset): Check if the buffer has a file.
1135         (vc-register): Call the backend function only once, instead of
1136         once for each file.
1137         (vc-next-action): Update call to vc-register.
1138         (vc-dir-register): Remove function.
1139         (vc-dir): Bind vc-register instead of vc-dir-register.
1141 2008-06-14  Glenn Morris  <rgm@gnu.org>
1143         * Makefile.in (ELCFILES): Add net/newst-*.el.
1145 2008-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1147         * wdired.el (wdired-do-renames): New function.
1148         (wdired-finish-edit): Use it to.
1149         (wdired-preprocess-files): Don't hardcode (point-min) == 1.
1151 2008-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1153         * info.el (Info-insert-breadcrumbs): Don't break in apropos and toc.
1155 2008-06-14  Martin Rudalics  <rudalics@gmx.at>
1157         * window.el (window--even-window-heights): Even window heights
1158         only if the selected window is higher than WINDOW.
1159         Reported by Stephen Berman <Stephen.Berman at gmx.net>.
1161 2008-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1163         * info.el (Info-insert-breadcrumbs): Be careful to preserve history.
1165 2008-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1167         * term/linux.el (terminal-init-linux): Load t-mouse.
1169 2008-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1170             Drew Adams  <drew.adams@oracle.com>
1172         * info.el (Info-breadcrumbs-depth): New var.
1173         (Info-insert-breadcrumbs): New function.
1174         (Info-fontify-node): Use it.
1175         (Info-mode-map): Move initialization into declaration.
1177 2008-06-13  Ulf Jasper  <ulf.jasper@web.de>
1179         Rename net/newsticker-*.el to net/newst-*.el.
1180         * net/newst-backend.el: Rename from net/newsticker-backend.el.
1181         * net/newst-plainview.el: Rename from net/newsticker-plainview.el.
1182         * net/newst-reader.el: Rename from net/newsticker-reader.el.
1183         * net/newst-ticker.el: Rename from net/newsticker-ticker.el.
1184         * net/newst-treeview.el: Rename from net/newsticker-treeview.el.
1185         * net/newsticker-backend.el: Rename to net/newst-backend.el.
1186         * net/newsticker-plainview.el: Rename to net/newst-plainview.el.
1187         * net/newsticker-reader.el: Rename to net/newst-reader.el.
1188         * net/newsticker-ticker.el: Rename to net/newst-ticker.el.
1189         * net/newsticker-treeview.el: Rename to net/newst-treeview.el.
1191 2008-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1193         * progmodes/compile.el (compilation-start): Don't disable undo in
1194         comint buffer.  Don't override the comint-filter with our own.
1195         (compilation-filter): Change point's insertion-type.
1197         * comint.el (comint-output-filter): Use copy-marker.
1199 2008-06-13  David Reitter  <david.reitter@gmail.com>
1201         * textmodes/flyspell.el (mail-mode-flyspell-verify):
1202         Check message-signature-separator exists before using it.
1204 2008-06-13  Dan Nicolaescu  <dann@ics.uci.edu>
1206         * vc.el (vc-delete-file): Bind default-directory before calling
1207         the backend.
1208         (vc-annotate-show-diff-revision-at-line): Move most of the code to ...
1209         (vc-annotate-show-diff-revision-at-line-internal): ... here.
1210         New function.
1211         (vc-annotate-show-changeset-diff-revision-at-line): New function.
1212         (vc-annotate-mode-menu): Bind it.
1214 2008-06-13  Jason Rumney  <jasonr@gnu.org>
1216         * term/w32-win.el (mouse-set-font): Remove overridden function.
1217         (w32-select-font): Declare as obsolete alias for x-select-font.
1219 2008-06-13  Daniel Engeler  <engeler@gmail.com>
1221         These changes add serial port access.
1222         * term.el (term-update-mode-line): Modify.
1223         (serial-port-is-file-p, serial-nice-speed-history)
1224         (serial-no-speed, serial-mode-line-speed-menu)
1225         (serial-mode-line-config-menu): New variables and constants.
1226         (serial-name-history, serial-speed-history)
1227         (serial-supported-or-barf, serial-read-name, serial-read-speed)
1228         (serial-term, serial-speed, serial-mode-line-speed-menu-1)
1229         (serial-mode-line-speed-menu, serial-update-speed-menu)
1230         (serial-mode-line-config-menu-1, serial-mode-line-config-menu)
1231         (serial-update-config-menu): New functions.
1233 2008-06-13  Glenn Morris  <rgm@gnu.org>
1235         * menu-bar.el (menu-set-font): Use fboundp rather than functionp.
1237         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Doc fix.
1239 2008-06-13  Kenichi Handa  <handa@m17n.org>
1241         * cus-face.el (custom-face-attributes): Add :foundry.
1243         * faces.el (set-face-attribute): Parse "FOUNDRY-FAMILY" here.
1244         (face-x-resources): Add :foundry.
1245         (face-valid-attribute-values): Likewise.
1246         (face-attribute-name-alist): Likewise.
1247         (describe-face): Likewise.
1249 2008-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1251         * emacs-lisp/map-ynp.el (map-y-or-n-p): Accept non-char events.
1253 2008-06-12  Chong Yidong  <cyd@stupidchicken.com>
1255         * longlines.el (longlines-search-forward, longlines-search-backward)
1256         (longlines-re-search-forward): Use a smarter search-spaces-regexp.
1258 2008-06-12  Sam Steingold  <sds@gnu.org>
1260         * vc.el (vc-rename-file): DTRT when the destination is a directory
1261         name and the source is a file.
1263 2008-06-12  Chong Yidong  <cyd@stupidchicken.com>
1265         * menu-bar.el (menu-set-font): Rename x-font-dialog to x-select-font.
1267 2008-06-12  Glenn Morris  <rgm@gnu.org>
1269         * progmodes/f90.el (f90-beginning-of-subprogram)
1270         (f90-end-of-subprogram): Only give a message when interactive.
1272         * term/mac-win.el (x-toolkit-scroll-bars): Check bound.
1274         * progmodes/cperl-mode.el (cperl-info-on-command):
1275         Use display-pixel-height rather than x-display-pixel-height.
1277         * mail/rmailedit.el (rmail-cease-edit):
1278         * vc-dispatcher.el (vc-dir-mode): Check tool-bar-mode is bound.
1280         * emulation/edt.el (edt-xserver):
1281         * emulation/edt-mapper.el (edt-xserver): Use replace-regexp-in-string.
1283         * emulation/edt-mapper.el: Drop test for Emacs < 19.
1285         * mwheel.el (mouse-wheel-follow-mouse, mwheel-event-window):
1286         Evaluate definitions when compiling.  Reverse tests.
1288         * dframe.el (dframe-reposition-frame-emacs): Reorder test, and
1289         use unless.
1291         * menu-bar.el (w32-menu-bar-open): Declare for compiler.
1293         * textmodes/artist.el (x-pointer-shape):
1294         * term/x-win.el (x-parse-geometry, x-resource-name, accelerate-menu)
1295         (x-open-connection, x-server-max-request-size, x-get-resource):
1296         * term/w32console.el (x-setup-function-keys):
1297         * term/w32-win.el (x-parse-geometry, x-resource-name)
1298         (generate-fontset-menu, image-library-alist, x-open-connection)
1299         (setup-default-fontset, set-fontset-font, setup-default-fontset)
1300         (create-fontset-from-fontset-spec, create-fontset-from-x-resource)
1301         (x-get-resource):
1302         * term/mac-win.el (x-parse-geometry, x-resource-name)
1303         (x-get-selection-internal, tool-bar-mode, set-fontset-font)
1304         (new-fontset, x-display-list, x-open-connection, x-get-resource):
1305         * progmodes/gud.el (tooltip-last-mouse-motion-event, tooltip-hide)
1306         (tooltip-start-delayed-tip, tooltip-use-echo-area, tooltip-show)
1307         (tooltip-strip-prompt, tooltip-expr-to-print, tooltip-event-buffer):
1308         * progmodes/gdb-ui.el (tooltip-show, tooltip-use-echo-area)
1309         (tooltip-identifier-from-point, define-fringe-bitmap):
1310         * play/gamegrid.el (image-size):
1311         * play/bubbles.el (image-size):
1312         * mail/emacsbug.el (x-server-vendor, x-server-version):
1313         * international/mule-util.el (internal-char-font):
1314         * international/mule-diag.el (font-info, query-fontset, fontset-info)
1315         (fontset-alias-alist, fontset-list, fontset-plain-name):
1316         * international/mule-cmds.el (x-server-vendor, x-server-version):
1317         * international/fontset.el (font-encoding-charset-alist)
1318         (otf-script-alist, new-fontset, set-fontset-font)
1319         (x-pixel-size-width-font-regexp, vertical-centering-font-regexp)
1320         (fontset-list, query-fontset, x-get-resource):
1321         * emulation/edt.el (x-server-vendor):
1322         * emulation/edt-mapper.el (x-server-vendor):
1323         * emacs-lisp/map-ynp.el (x-popup-dialog):
1324         * emacs-lisp/lmenu.el (x-popup-dialog):
1325         * x-dnd.el (x-window-property, x-change-window-property)
1326         (x-get-selection-internal):
1327         * woman.el (x-list-fonts):
1328         * w32-fns.el (x-server-version):
1329         * tooltip.el (x-show-tip, x-hide-tip):
1330         * tool-bar.el (image-mask-p):
1331         * thumbs.el (image-size):
1332         * term.el (overflow-newline-into-fringe):
1333         * subr.el (scroll-bar-scale):
1334         * startup.el (x-get-resource, tool-bar-mode, image-size):
1335         * select.el (x-get-selection-internal, x-own-selection-internal)
1336         (x-disown-selection-internal):
1337         * mouse.el (generate-fontset-menu):
1338         * mouse-sel.el (x-select-text, x-cut-buffer-or-selection-value):
1339         * image.el (image-library-alist):
1340         * image-mode.el (image-size, image-refresh):
1341         * image-dired.el (clear-image-cache):
1342         * gs.el (x-display-mm-width, x-display-pixel-width)
1343         (x-display-mm-height, x-display-pixel-height)
1344         (x-change-window-property, x-display-grayscale-p, x-window-property):
1345         * frame.el (tool-bar-mode, x-display-name, x-close-connection)
1346         (x-focus-frame, x-list-fonts, x-display-screens)
1347         (x-display-pixel-height, x-display-pixel-width, x-display-mm-height)
1348         (x-display-mm-width, x-display-backing-store, x-display-save-under)
1349         (x-display-planes, x-display-color-cells, x-display-visual-class):
1350         * faces.el (internal-face-x-get-resource)
1351         (internal-set-lisp-face-attribute-from-resource, x-bitmap-file-path)
1352         (fontset-list, x-list-fonts, xw-color-defined-p, xw-color-values)
1353         (xw-display-color-p, x-display-grayscale-p, x-get-resource)
1354         (x-parse-geometry, x-create-frame, x-setup-function-keys)
1355         (tool-bar-setup):
1356         * doc-view.el (clear-image-cache, image-size, tooltip-show):
1357         * dired.el (dnd-get-local-file-name, dnd-get-local-file-uri):
1358         * dframe.el (x-display-pixel-width, x-display-pixel-height):
1359         * descr-text.el (internal-char-font):
1360         Define for compiler, for builds without X.
1362 2008-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1364         * vc-rcs.el (vc-rcs-state-heuristic): Don't assume the file exists.
1366 2008-06-11  Glenn Morris  <rgm@gnu.org>
1368         * progmodes/fortran.el (fortran-end-of-subprogram): Check for a match
1369         before trying to move there.
1370         (fortran-calculate-indent): When fortran-check-all-num-for-matching-do
1371         is non-nil, indent most terminating statements like loop body.
1373         * calendar/diary-lib.el (diary-list-entries-2): Accept optional
1374         Gregorian date, and add it, not the local date, to diary-entries-list.
1375         (diary-list-entries-1): Pass Gregorian date to diary-list-entries-2.
1377 2008-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1379         * progmodes/compile.el (compilation-filter): Fix up last change.
1381         * term/linux.el (terminal-init-linux): Use gpm-mouse-enable.
1383         * t-mouse.el (gpm-mouse-enable, gpm-mouse-disable): New functions.
1384         (gpm-mouse-mode): Make it into a proper global minor mode.
1386         * files.el (save-some-buffers-action-alist): Only use recursive-edit
1387         if the user enabled recursive-minibuffers.
1389         * emacs-lisp/map-ynp.el (map-y-or-n-p):
1390         Add support for scroll-other-window.
1392 2008-06-11  Jason Rumney  <jasonr@gnu.org>
1394         * term/w32-win.el (w32-menu-bar-open): Rename from menu-bar-open.
1395         Use tmm-menubar if menu is disabled in this frame.
1397         * menu-bar.el (menu-bar-open): Determine how to open menu bar
1398         from frame type, per documentation.  Add w32 case.
1400 2008-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1402         * minibuffer.el (completion--merge-suffix): New function.
1403         (completion-basic-try-completion): Use it.
1404         (completion-pcm--find-all-completions): Add argument `filter'.
1405         (completion-pcm--filename-try-filter, completion-pcm--merge-try):
1406         New functions.
1407         (completion-pcm-try-completion): Use them.
1409         * xt-mouse.el (turn-on-xterm-mouse-tracking)
1410         (turn-off-xterm-mouse-tracking): Use terminal-list.
1412         * cus-start.el (underline-minimum-offset): Rename from
1413         x-underline-minimum-display-offset.
1415 2008-06-10  David De La Harpe Golden  <david@harpegolden.net>  (tiny change)
1417         * cus-start.el (x-underline-minimum-display-offset): Give it a type.
1419 2008-06-10  Chong Yidong  <cyd@stupidchicken.com>
1421         * mouse.el (mouse-select-font): New function.
1423         * faces.el (face-spec-recalc): When the face is set using
1424         Customize, avoid recalculating it twice.
1426         * menu-bar.el (menu-set-font): New function.  Bind "Set Default
1427         Font" menu item to it.  Apply selected font to all frames, and
1428         make it savable.
1429         (menu-bar-options-save): Save `default' font if changed.
1431 2008-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1433         * ffap.el (ffap-string-at-point-mode-alist):
1434         Use alpha rather than lower.
1436         * dired.el (dired-insert-directory): Don't assume Unix-style dir names.
1438         * subr.el (momentary-string-display): Use an overlay.
1440         * progmodes/compile.el (compilation-mode):
1441         Set window-point-insertion-type.
1442         (compilation-filter): Don't use insert-before-markers any more.
1443         * emacs-lisp/trace.el (trace-make-advice):
1444         Set window-point-insertion-type in the trace buffer.
1445         * startup.el (normal-top-level): Set window-point-insertion-type in
1446         *Messages*.
1447         * net/telnet.el (telnet-mode): Set window-point-insertion-type.
1448         (telnet-filter): Don't use insert-before-markers any more.
1449         * comint.el (comint-mode): Set window-point-insertion-type.
1450         (comint-output-filter): Don't use insert-before-markers any more.
1451         * button.el (make-text-button): Allow `start' to be a string.
1453 2008-06-10  Juanma Barranquero  <lekktu@gmail.com>
1455         * emacs-lisp/autoload.el (autoload-rubric):
1456         Fix coding cookie not to force Unix EOL.
1458 2008-06-10  Martin Rudalics  <rudalics@gmx.at>
1460         * window.el (window--splittable-p, window--try-to-split-window):
1461         Don't use with-selected-window to avoid messing up get-lru-window.
1462         Reported by David Hansen <david.hansen@gmx.net>.
1464 2008-06-10  Glenn Morris  <rgm@gnu.org>
1466         * subr.el (locate-library): Doc fix.
1468         * net/newsticker-treeview.el (w3m-toggle-inline-images): Declare.
1469         (newsticker-treeview-tool-bar-map, newsticker-treeview-mode):
1470         Check tool-bar-map is bound, for non-X builds.
1472         * net/newsticker-reader.el (newsticker--next-item-image)
1473         (newsticker--previous-item-image, newsticker--previous-feed-image)
1474         (newsticker--next-feed-image, newsticker--mark-read-image)
1475         (ewsticker--mark-immortal-image, newsticker--narrow-image)
1476         (newsticker--get-all-image, newsticker--update-image)
1477         (newsticker--browse-image): Check xpm images are available.
1478         (newsticker--mark-read-image, newsticker--mark-immortal-image)
1479         (newsticker--narrow-image, newsticker--get-all-image): Doc fix.
1481         * net/newsticker-plainview.el (tool-bar-map): Don't declare.
1482         (newsticker--plainview-tool-bar-map, newsticker-mode):
1483         Check tool-bar-map is bound, for non-X builds.
1484         (w3m-toggle-inline-image): Declare.
1486         * net/newsticker-backend.el (tool-bar-map): Don't declare.
1488         * emacs-lisp/autoload.el (autoload-rubric): Add coding cookie.
1490         * finder.el (finder-font-lock-keywords): Handle ``quotes''.
1491         (finder-compile-keywords): Move let to where needed.
1492         (finder-mouse-face-on-line): Go back one more line if needed.
1493         (finder-list-matches): Use cadr.
1494         (finder-goto-xref): New function.
1495         (finder-commentary): Add buttons to jump to foo.el libraries.
1497 2008-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1499         * apropos.el (apropos-function, apropos-macro, apropos-command)
1500         (apropos-variable, apropos-face, apropos-group, apropos-widget)
1501         (apropos-plist): Add apropos-short-label property.
1502         (apropos-multi-type): New variables.
1503         (apropos-command, apropos-value): Set it.
1504         (apropos-compact-layout): New custom.
1505         (apropos-print, apropos-print-doc): Use it.
1506         (apropos-print): Truncate lines.
1508 2008-06-09  Kenichi Handa  <handa@m17n.org>
1510         * international/fontset.el (font-encoding-alist):
1511         Add an entry for "ascii-0".
1513 2008-06-09  Jihyun Cho  <jihyun.jo@gmail.com>
1515         * language/hanja-util.el (hanja-init-load): Show the message only
1516         when loading a table.
1518 2008-06-08  Ulf Jasper  <ulf.jasper@web.de>
1520         * net/newsticker-treeview.el (newsticker-treeview):
1521         * net/newsticker-plainview.el (newsticker-plainview):
1522         Add autoload cookie.
1524 2008-06-08  Ulf Jasper  <ulf.jasper@web.de>
1526         * net/newsticker.el: Split up into newsticker-backend, -ticker,
1527         -reader, -plainview, and -treeview.
1528         (newsticker-version): Change to 1.99.
1530         * net/newsticker-backend.el: New.  Move backend functionality from
1531         newsticker.el to newsticker-backend.el.
1532         (newsticker--download-logos): New.
1533         (newsticker--sentinel-callback): New.
1534         (newsticker--set-customvar): Remove.  Split up into specific
1535         functions related to retrieval, ticker, buffer, and display.
1536         (newsticker--set-customvar-retrieval): New.  Extracted from
1537         `newsticker--set-customvar'.
1538         (newsticker-retrieval): New.  Renamed from `newsticker-feed'.
1539         (newsticker-url-list-defaults):
1540         Use `newsticker--set-customvar-retrieval' for :set.  Change :group.
1541         (newsticker-url-list): Doc changed.  URL can be a function.
1542         Use `newsticker--set-customvar-retrieval' for :set.  Change :group.
1543         (newsticker-retrieval-method): New.
1544         (newsticker-wget-name, newsticker-wget-arguments): Change :group.
1545         (newsticker-retrieval-interval):
1546         Use `newsticker--set-customvar-retrieval' for :set.  Change :group.
1547         (newsticker-desc-comp-max): Change :group.
1548         (newsticker--cache): Doc changed.
1549         (newsticker--guid-to-string): New.
1550         (newsticker--guid): Use `newsticker--guid-to-string'.
1551         (newsticker--real-feed-name): New.
1552         (newsticker--start-feed): New.  Extracted from `newsticker-start'.
1553         (newsticker-start): Use `insert-file-contents' for reading cache.
1554         Use `newsticker--start-feed'.
1555         (newsticker--stop-feed): New.  Extracted from `newsticker-stop'.
1556         (newsticker-stop): Check whether `newsticker-stop-ticker' is fbound.
1557         Use `newsticker--stop-feed'.
1558         (newsticker-save-item): New.
1559         (newsticker--get-news-by-funcall): New.
1560         (newsticker-get-news): Handle new retrieval methods.
1561         (newsticker--sentinel): Use `newsticker--sentinel-work'.
1562         (newsticker--sentinel-work): New.  Extracted from
1563         `newsticker--sentinel'.  Use `newsticker--download-logos',
1564         `newsticker--sentinel-callback'.
1565         (newsticker--parse-atom-0.3): Use `newsticker--guid-to-string'.
1566         (newsticker--parse-atom-1.0): Fix link determination.
1567         (newsticker--parse-rss-0.91): Fix time determination.
1568         (newsticker--parse-rss-0.92): Fix time determination.
1569         (newsticker--parse-rss-2.0): Use `newsticker--guid-to-string'.
1570         (newsticker--parse-generic-feed): New arg order in
1571         `newsticker--cache-add'.
1572         (newsticker--parse-generic-items): Fix for multiple items.
1573         New arg order in `newsticker--cache-add'.
1574         (newsticker--forget-preformatted): Check whether
1575         `newsticker--buffer-set-uptodate' is fbound.
1576         (newsticker--decode-iso8601-date): Handle fractions of seconds.
1577         (newsticker--decode-rfc822-date): Partial timezone handling.
1578         (newsticker--cache-contains): Fix guid problem.
1579         (newsticker--cache-add): Swap args AGE and TIME.  Fix guid problem.
1580         (newsticker--cache-save): New.
1581         (newsticker--cache-update): Use temp buffer.
1582         (newsticker--stat-num-items): Allow multiple AGE args.
1583         (newsticker--stat-num-items-total): New.
1584         (newsticker--opml-import-outlines): New.
1585         (newsticker-opml-import): Use `newsticker--opml-import-outlines'.
1586         (newsticker--do-run-auto-mark-filter): Doc changed.
1587         (newsticker-retrieve-random-message): New.
1589         * net/newsticker-ticker.el: New.  Move ticker functionality from
1590         net/newsticker.el to net/newsticker-ticker.el.
1591         (newsticker--ticker-timer): Rename `newsticker--display-timer' to
1592         `newsticker--ticker-timer'.
1593         (newsticker-ticker-running-p): Rename `newsticker--display-timer'
1594         to `newsticker--ticker-timer'.
1595         (newsticker--set-customvar-ticker): New.  Extracted from
1596         `newsticker--set-customvar'.
1597         (newsticker-ticker-interval): Rename `newsticker-display-interval'
1598         to `newsticker-ticker-interval'.  Use `newsticker--set-customvar-ticker
1599         for :set.  Change :group.
1600         (newsticker-scroll-smoothly): Doc changed.  Change :group.
1601         (newsticker-hide-immortal-items-in-echo-area)
1602         (newsticker-hide-old-items-in-echo-area)
1603         (newsticker-hide-obsolete-items-in-echo-area):
1604         Use `newsticker--set-customvar-ticker for :set.  Change :group.
1605         (newsticker-start-ticker): Rename `newsticker--display-timer' to
1606         `newsticker--ticker-timer'.  Rename `newsticker-display-interval'
1607         to `newsticker-ticker-interval'.
1608         (newsticker-stop-ticker): Rename `newsticker--display-timer' to
1609         `newsticker--ticker-timer'.
1611         * net/newsticker-reader.el: New.  Move reader functionality from
1612         net/newsticker.el to net/newsticker-reader.el.
1613         (newsticker--set-customvar-formatting): New.  Extracted from
1614         `newsticker--set-customvar'.
1615         (newsticker-reader, newsticker-frontend): New.
1616         (newsticker-enable-logo-manipulations): Change :group.
1617         (newsticker-justification): Use `newsticker--set-customvar-formatting'
1618         for :set.  Change :group.
1619         (newsticker-use-full-width): Use `newsticker--set-customvar-formatting'
1620         for :set.  Change :group.
1621         (newsticker-html-renderer): Doc changed.
1622         Use `newsticker--set-customvar-formatting' for :set.  Change :group.
1623         (newsticker-date-format):
1624         Use `newsticker--set-customvar-formatting' for :set.  Change :group.
1625         (newsticker--insert-enclosure):
1626         Rename `newsticker--buffer-insert-enclosure' to
1627         `newsticker--insert-enclosure'.  Add keymap arg.
1628         (newsticker--print-extra-elements):
1629         Rename `newsticker--buffer-print-extra-elements' to
1630         `newsticker--print-extra-elements'.  Add keymap arg.
1631         (newsticker--do-print-extra-element):
1632         Rename `newsticker--buffer-do-print-extra-element' to
1633         `newsticker--do-print-extra-element'.  Add keymap arg.
1634         (newsticker-show-news): Use `newsticker-frontend'.
1636         * net/newsticker-plainview.el: New.  Move plainview functionality
1637         from net/newsticker.el to net/newsticker-reader.el.
1638         (newsticker-plainview): New.
1639         (newsticker--set-customvar-sorting): New.  Extracted from
1640         `newsticker--set-customvar'.
1641         (newsticker-sort-method): Use `newsticker--set-customvar-sorting
1642         for :set.  Changed :group.
1643         (newsticker-heading-format, newsticker-item-format)
1644         (newsticker-desc-format, newsticker-statistics-format):
1645         Use `newsticker--set-customvar-formatting for :set.  Change :group.
1646         (newsticker-faces): Change :group.
1647         (newsticker-default-face): Enable again.
1648         (newsticker-hide-old-items-in-newsticker-buffer)
1649         (newsticker-show-descriptions-of-new-items):
1650         Use `newsticker--set-customvar-buffer' for :set.  Change :group.
1651         (newsticker-show-all-news-elements): Change :group.
1652         (newsticker-plainview-hooks): New.
1653         (newsticker-select-item-hook, newsticker-select-feed-hook)
1654         (newsticker-buffer-change-hook, newsticker-narrow-hook): Change :group.
1655         (newsticker--plainview-tool-bar-map): Rename `newsticker--tool-bar-map'
1656         to `newsticker--plainview-tool-bar-map'.
1657         (newsticker--url-keymap): Add mouse-1 binding.
1658         (newsticker-plainview): New.
1659         (newsticker-mark-all-items-of-feed-as-read): Change doc.
1660         (newsticker--buffer-do-insert-text): Use renamed
1661         newsticker--[buffer-]insert-enclosure and
1662         newsticker--[buffer-]print-extra-elements.
1663         (newsticker--buffer-set-faces): Use newsticker-default-face.
1665         * net/newsticker-treeview.el: New.
1667 2008-06-08  Andreas Schwab  <schwab@suse.de>
1669         * vc-dispatcher.el (vc-dir-children-marked-p): Fix child check.
1671         * vc-cvs.el (vc-cvs-dir-status): Pass -f to cvs.
1673         * vc-dispatcher.el (vc-dir-move-to-goal-column): Don't move in an
1674         empty line.
1676         * minibuffer.el (minibuffer-message): Bind inhibit-quit around sit-for.
1678 2008-06-08  Martin Rudalics  <rudalics@gmx.at>
1680         * window.el (split-height-threshold, split-width-threshold):
1681         Add choice nil.
1682         (split-window-preferred-function): Allow either nil or a function.
1683         (window--splittable-p, window--try-to-split-window):
1684         Handle changed option values.
1686         (window--frame-usable-p): Handle nil argument.
1688         (display-buffer): Call get-lru-window when pop-up-windows is nil
1689         and window can't be split.
1691 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
1693         * uniquify.el (uniquify-get-proposed-name): Handle remote files.
1695         * net/tramp.el (top): Quote feature names.  Remove
1696         `tramp-rfn-eshadow-setup-minibuffer' from
1697         `rfn-eshadow-setup-minibuffer-hook' when unloading.
1698         (tramp-read-passwd): There is only one call to
1699         `auth-source-user-or-password' needed.  Pacify byte compiler.
1701 2008-06-08  Andreas Schwab  <schwab@suse.de>
1703         * window.el (display-buffer): Use lru window if current window
1704         cannot be split.
1706 2008-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1708         * apropos.el (apropos-library): New command and new button.
1709         (apropos-library-button): New function.
1711         * apropos.el: Remove spurious * in docstrings.
1712         (apropos-label-face): Use variable pitch.
1713         (apropos-print): Use dolist and with-current-buffer.
1714         (apropos-print-doc): Use when.
1716         * window.el (special-display-p, display-buffer):
1717         Fix up C->Elisp transcription error.
1719 2008-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1721         * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
1722         (byte-compile-file): Initialize it.
1723         (byte-compile-nogroup-warn): Keep track of the current group.
1725 2008-06-08  Glenn Morris  <rgm@gnu.org>
1727         * Makefile.in (compile, compile-always, bootstrap-prepare):
1728         Explictly pass EMACS to sub-makes that use it, for non-GNU makes.
1730 2008-06-07  Jihyun Cho  <jihyun.jo@gmail.com>
1732         * language/hanja-util.el (hanja-init-load): Use a char-table for
1733         hanja-table.
1734         (hangul-to-hanja-char): Adjust for the above change.
1736 2008-06-07  Glenn Morris  <rgm@gnu.org>
1738         * finder.el (finder-compile-keywords): Use lm-keywords-list rather than
1739         lm-keywords.
1741         * mail/sendmail.el (mail-interactive): Add :version.
1743         * term/linux.el (terminal-init-linux): Use gpm-mouse-mode rather than
1744         obsolete alias.
1746         * ediff-merg.el, strokes.el, wid-edit.el, emacs-lisp/lisp-mnt.el:
1747         * emulation/edt-mapper.el, eshell/em-dirs.el, eshell/em-glob.el:
1748         * eshell/em-ls.el, eshell/em-unix.el, eshell/esh-cmd.el:
1749         * eshell/esh-io.el, eshell/esh-opt.el, eshell/esh-test.el:
1750         * eshell/esh-util.el, international/mule-cmds.el:
1751         * international/mule-diag.el, mail/smtpmail.el, net/netrc.el:
1752         * net/tls.el, progmodes/etags.el, textmodes/page-ext.el:
1753         Remove unnecessary eval-when-compiles and eval-and-compiles.
1755         * Makefile.in (bootstrap-clean): Run autogen-clean.
1756         (maintainer-clean): No need to run autogen-clean now it is included in
1757         bootstrap-clean.
1759 2008-06-06  Miles Bader  <miles@gnu.org>
1761         * Makefile.in (ELCFILES): Add gnus/nndir.elc.
1763 2008-06-06  Chong Yidong  <cyd@stupidchicken.com>
1765         * menu-bar.el (menu-bar-options-menu): Add Menu entry for
1766         longlines mode.
1768         * replace.el (replace-search-function)
1769         (replace-re-search-function): New vars.
1770         (perform-replace): Use them.
1772         * longlines.el (longlines-re-search-forward): New function.
1773         (longlines-mode): Bind replace-search-function and
1774         replace-re-search-function, to ensure that replacement commands
1775         treat newlines as spaces.
1776         (longlines-show-effect): Default to a pilcrow sign.
1778 2008-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1780         * help.el (function-called-at-point):
1781         * help-fns.el (variable-at-point): Use emacs-lisp-mode-syntax-table
1782         even when calling find-tag-default.
1784 2008-06-06  Daniel Colascione  <danc@merrillpress.com>
1786         * nxml/nxml-mode.el (nxml-syntax-highlight-flag)
1787         (nxml-fontify-chunk-size, nxml-clear-face, nxml-set-fontified)
1788         (nxml-clear-fontified, nxml-fontify, nxml-fontify1)
1789         (nxml-fontify-buffer, nxml-do-fontify):
1790         Remove obsolete variables and functions.
1791         (nxml-font-lock-keywords, nxml-set-face, nxml-mode)
1792         (nxml-degrade, nxml-after-change, nxml-after-change1)
1793         (nxml-extend-region, nxml-extend-after-change-region)
1794         (nxml-extend-after-change-region1, nxml-fontify-matcher)
1795         (nxml-toggle-char-ref-extra-display): Use font-lock, and
1796         font-lock-extend-region-functions in particular, to fontify
1797         nxml-mode buffers.
1798         (nxml-debug-region): New debugging helper function.
1800         * nxml/nxml-rap.el (nxml-clear-inside, nxml-set-inside)
1801         (nxml-scan-after-change, nxml-move-tag-backwards):
1802         Adapt for font-lock changes.
1804         * nxml/nxml-util.el (nxml-debug, nxml-debug-change)
1805         (nxml-debug-set-inside, nxml-debug-clear-inside):
1806         New debugging functions.
1807         (nxml-with-degradation-on-error): New helper macro.
1809 2008-06-06  Martin Rudalics  <rudalics@gmx.at>
1811         * window.el (display-buffer): Remove dead call to get-lru-window.
1813 2008-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1815         * mail/sendmail.el (mail-interactive): Change default.
1817 2008-06-05  John Paul Wallington  <jpw@pobox.com>
1819         * bindings.el (completion-ignored-extensions):
1820         Add .p64fsl, .d64fsl, and .dx64fsl.
1822 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1824         * ffap.el (ffap-prompter): Don't use the region.
1826 2008-06-05  Sam Steingold  <sds@gnu.org>
1828         * vc-cvs.el (vc-cvs-registered): Consider a directory with a CVS
1829         subdirectory to be registered.
1831 2008-06-05  Martin Rudalics  <rudalics@gmx.at>
1833         * window.el (display-buffer-function, special-display-p)
1834         (special-display-buffer-names, special-display-regexps)
1835         (special-display-function, same-window-p, same-window-buffer-names)
1836         (same-window-regexps, pop-up-frames, display-buffer-reuse-frames)
1837         (pop-up-frame-function, pop-up-windows, even-window-heights)
1838         (split-window-preferred-function, split-height-threshold)
1839         (window--display-buffer-1, display-buffer, pop-to-buffer):
1840         Move from window.c and buffer.c.
1841         (window--splittable-p, window--try-to-split-window)
1842         (window--frame-usable-p, window--display-buffer-2)
1843         (window--even-window-heights): New functions.
1844         (split-width-threshold): New option.
1845         (split-window-preferred-horizontally): Remove.
1847         * cus-start.el: Remove corresponding declarations.
1849 2008-06-05  Sam Steingold  <sds@gnu.org>
1851         * vc.el (vc-update): Use `save-some-buffers' instead of signaling
1852         an error on modified buffers.
1854 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1856         * progmodes/etags.el (tags-verify-table): Be careful to use and update
1857         tags-file-name and tags-table-list from the right buffer.
1858         (tags-table-check-computed-list, tags-table-extend-computed-list)
1859         (find-tag-noselect): Use with-current-buffer.
1861         * emacs-lisp/trace.el (trace-entry-message, trace-exit-message):
1862         Use print-circle.
1864         * minibuffer.el (minibuffer-local-must-match-filename-map):
1865         Declare obsolete alias for the old name.
1867         * abbrev.el (unexpand-abbrev): Better preserve markers.
1869 2008-06-05  Glenn Morris  <rgm@gnu.org>
1871         * emacs-lisp/autoload.el (autoload-rubric): New function,
1872         extracted from autoload-ensure-default-file.
1873         (autoload-ensure-default-file): Use autoload-rubric.
1875         * cus-dep.el (generated-custom-dependencies-file): Doc fix.
1876         (custom-dependencies-no-scan-regexp): New variable.
1877         (custom-make-dependencies): Use with-temp-buffer and autoload-rubric.
1878         Don't scan files matching custom-dependencies-no-scan-regexp.
1879         Disable undo in the output buffer.  Remove kept-new-versions wackiness.
1881         * finder.el (finder-headmark): Initialize and add doc string.
1882         (generated-finder-keywords-file): Doc fix.
1883         (finder-no-scan-regexp): New variable.
1884         (finder-compile-keywords): Use a single let binding.
1885         Disable undo in the output buffer.  Use autoload-rubric.
1886         Use mapc rather than mapcar.  Don't scan files matching
1887         finder-no-scan-regexp.  Use with-temp-buffer.  Use expand-file-name
1888         rather than concat.  Use directory-files to do regexp matching.
1889         No need to require jka-compr.
1890         (finder-list-keywords): Remove un-needed set-buffer.  Disable undo.
1891         (finder-list-matches): Disable undo.
1892         (finder-commentary): Use let rather than let*.  Disable undo.
1893         (finder-current-item): Use zerop.
1894         (finder-mode): Use define-derived-mode.
1895         (finder-exit): Doc fix.  Use dolist.
1897         * Makefile.in ($(lisp)/cus-load.el): Remove unnecessary rule.
1898         (custom-deps): Don't require $(lisp)/cus-load.el.
1899         (custom-deps, finder-data): Don't depend on autoloads.
1900         Should not be needed now, and doing so was causing make install to
1901         re-dump emacs post-bootstrap.
1902         (bootstrap-after): Don't run update-elclist, since modifying Makefile.in
1903         mid-build forces some things to be rebuilt.
1905 2008-06-05  Miles Bader  <miles@gnu.org>
1907         * face-remap.el
1908         (face-remap-add-relative): Renamed from `add-relative-face-remapping'.
1909         (face-remap-remove-relative): Renamed from
1910         `remove-relative-face-remapping'.
1911         (face-remap-reset-base): Renamed from
1912         `set-default-base-face-remapping'.
1913         (face-remap-set-base): Renamed from `set-base-face-remapping'.
1914         (text-scale-increase): Renamed from `increase-buffer-face-height'.
1915         (text-scale-decrease): Renamed from `decrease-buffer-face-height'.
1916         (text-scale-adjust): Renamed from `adjust-buffer-face-height'.
1918         * face-remap.el (variable-pitch-mode): Autoload.
1920 2008-06-04  Sam Steingold  <sds@gnu.org>
1922         * vc-hg.el (vc-hg-status-extra-header, vc-hg-status-extra-headers):
1923         Generate extra status headers for a Mercurial tree.
1925 2008-06-04  John Paul Wallington  <jpw@pobox.com>
1927         * echistory.el (electric-history-map): Define within defvar.
1928         Add docstring.
1930         * font-lock.el (font-lock-turn-off-thing-lock)
1931         (font-lock-after-fontify-buffer, font-lock-after-unfontify-buffer):
1932         Use `bound-and-true-p'.
1933         (cpp-font-lock-keywords-source-directives, cpp-font-lock-keywords):
1934         Doc fixes.
1936         * international/ccl.el (define-ccl-program): Add `doc-string'
1937         declaration.
1939 2008-06-04  Juanma Barranquero  <lekktu@gmail.com>
1941         * face-remap.el (variable-pitch-mode): Reflow docstrings.
1942         (text-scale-mode, adjust-buffer-face-height): Fix typos in docstrings.
1944 2008-06-04  Trent W. Buck  <trentbuck@gmail.com>  (tiny change)
1946         * emacs-lisp/rx.el (rx): Doc fix.
1948 2008-06-04  Markus Triska  <markus.triska@gmx.at>
1950         * image-mode.el (image-mode-map): Add doc-view-inspired bindings.
1952 2008-06-04  Miles Bader  <miles@gnu.org>
1954         * face-remap.el (adjust-buffer-face-height): New function.
1955         Add autoloaded keybindings in ctl-x-map.
1956         (increase-buffer-face-height, decrease-buffer-face-height):
1957         Simplify interactive spec to just "p".  Remove autoloaded keybindings.
1959 2008-06-03  Chong Yidong  <cyd@stupidchicken.com>
1961         * simple.el (line-move-1): If we did not move as far as desired,
1962         ensure that point-left and point-entered hooks are called.
1964 2008-06-03  Sam Steingold  <sds@gnu.org>
1966         * vc-cvs.el (vc-cvs-status-extra-headers): Remove extraneous newlines.
1968 2008-06-03  John Paul Wallington  <jpw@pobox.com>
1970         * progmodes/make-mode.el (makefile-cleanup-continuations)
1971         (makefile-warn-suspicious-lines, makefile-warn-continuations):
1972         Use `derived-mode-p'.
1974 2008-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1976         * Makefile.in (update-elclist): Impose a fixed collation for sorting.
1977         (ELCFILES): Update.
1979 2008-06-03  Miles Bader  <miles@gnu.org>
1981         * face-remap.el: New file.
1982         * Makefile.in (ELCFILES): Add face-remap.elc.
1984 2008-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1986         * progmodes/flymake.el (flymake-process-filter): Make sure the source
1987         buffer isn't dead.
1989         * obsolete/bg-mouse.el, obsolete/float.el, obsolete/hilit19.el,
1990         * obsolete/lselect.el, obsolete/mlsupport.el, obsolete/ooutline.el,
1991         * obsolete/profile.el, obsolete/rsz-mini.el, obsolete/uncompress.el,
1992         * obsolete/auto-show.el, obsolete/hscroll.el:
1993         Remove packages that were obsolete in Emacs-20, or that were obsolete
1994         in Emacs-21 and do not contain any more code.
1996         * vc-dispatcher.el (vc-dir-menu-map-filter): Don't fail if
1997         vc-client-mode is not set.
1999         * image-mode.el (image-mode-map): Suppress key map and bind `q'.
2000         * doc-view.el (doc-view-mode-map): Inherit from image-mode-map.
2002         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords): Try to be
2003         yet a bit more clever at distinguishing / from /.
2005 2008-06-03  Kenichi Handa  <handa@m17n.org>
2007         * Makefile.in (ELCFILES): Add $(lisp)/language/hanja-util.elc.
2009 2008-06-03  Jihyun Cho  <jihyun.jo@gmail.com>
2011         * language/hanja-util.el: New file.
2013 2008-06-03  Glenn Morris  <rgm@gnu.org>
2015         * progmodes/f90.el (f90-typedef-matcher, f90-looking-at-type-like):
2016         Check that end-of-word follows "type".
2018 2008-06-02  Daiki Ueno  <ueno@unixuser.org>
2020         * epa-file.el (epa-file-write-region): Write the entire buffer
2021         content if START is nil.
2023 2008-06-01  Thomas Morgan  <tlm@thomasmorgan.net>  (tiny change)
2025         * select.el (x-get-selection): Fix typo.
2027 2008-06-01  Juanma Barranquero  <lekktu@gmail.com>
2029         * descr-text.el (describe-text-sexp): Use `string-match-p'.  Simplify.
2030         (describe-char): Use `looking-at-p', `string-match-p' when possible.
2032 2008-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2034         * tar-mode.el (tar-header-block-summarize): Ensure one space around
2035         user&group.
2037 2008-05-31  John Paul Wallington  <jpw@pobox.com>
2039         * help-fns.el (describe-variable-custom-version-info):
2040         Handle dotted `package-version' info.
2042 2008-05-31  Juanma Barranquero  <lekktu@gmail.com>
2044         * icomplete.el (icomplete-get-keys): Doc fix.  Use `when'.
2046 2008-05-31  Dan Nicolaescu  <dann@ics.uci.edu>
2048         * vc-cvs.el (vc-cvs-after-dir-status): Support spaces in file
2049         names and improve support for unregistered files.
2051 2008-05-31  Glenn Morris  <rgm@gnu.org>
2053         * Makefile.in (compile-last): Replace tr in `els' assignment with sed.
2054         Remove shell variable `elc'.  Split tests to hopefully be more portable.
2055         Fix `sel' assignment.
2057 2008-05-30  Juanma Barranquero  <lekktu@gmail.com>
2059         * minibuffer.el (completion-table-dynamic): Doc fix.
2061 2008-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2063         * vc-cvs.el (vc-cvs-state-heuristic, vc-cvs-parse-status):
2064         Try and return `unregistered' when applicable.
2066         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
2067         Don't encourage naming variables with "-flag".
2069 2008-05-30  Glenn Morris  <rgm@gnu.org>
2071         * Makefile.in (update-elclist): Hide the warning when it does not apply,
2072         make it milder when it does.
2073         (autogen-clean): New target.
2074         (maintainer-clean): Use autogen-clean.
2076         * calendar/diary-lib.el (diary-display-function): New name for
2077         diary-display-hook.  Keep old name as obsolete alias.  Doc fix.
2078         Change custom type and version.
2079         (diary-list-entries-hook, diary-list-entries, diary-simple-display)
2080         (diary-fancy-display): Doc fixes.
2081         (diary-list-entries, diary-include-other-diary-files)
2082         (diary-mail-entries):
2083         Use diary-display-function rather than diary-display-hook.
2085         * calendar/appt.el (appt-check): Use diary-display-function rather than
2086         diary-display-hook.
2087         * calendar/cal-x.el (calendar-dedicate-diary): Update for
2088         diary-display-function replacing diary-display-hook.
2089         * org/org-agenda.el (org-get-entries-from-diary): Also set
2090         diary-display-function.
2092         * calendar/cal-html.el (cal-html-list-diary-entries):
2093         * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
2094         * calendar/cal-tex.el (cal-tex-list-diary-entries): Use LIST-ONLY
2095         argument of diary-list-entries rather than setting diary-display-hook.
2097 2008-05-30  Kenichi Handa  <handa@m17n.org>
2099         * international/mule-conf.el (utf-8-with-signature): Renamed from
2100         utf-8-sig.
2101         (utf-8-auto): Adjusted for the above change.
2103         * international/mule-diag.el (describe-font): Don't check fontset
2104         here, and just call font-info.  Get the default font by from the
2105         default face.
2107 2008-05-29  Kenichi Handa  <handa@m17n.org>
2109         * international/mule-conf.el (utf-8-sig, utf-8-auto):
2110         New coding systems.
2112         * international/mule.el (define-coding-system): Accept :bom for utf-8.
2114 2008-05-29  Espen Wiborg  <espen.wiborg@telio.no>  (tiny change)
2116         * international/utf-7.el (utf-7-encode): Use the right escape char
2117         depending on imap/nonimap encoding.
2119 2008-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2121         * minibuffer.el (completion-pcm-all-completions): Add the base-size.
2123 2008-05-29  Juanma Barranquero  <lekktu@gmail.com>
2125         * icomplete.el (icomplete-prospects-height): Add :group.
2127 2008-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2129         * icomplete.el (icomplete-prospects-length): Make obsolete.
2130         (icomplete-prospects-height): New var.
2131         (icomplete-completions): Use it.
2133 2008-05-29  David Kastrup  <dak@gnu.org>
2135         * autoinsert.el (auto-insert): Add :link.
2137 2008-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2139         * tar-mode.el (tar-header): New field `header-start'.
2140         (tar-header-block-tokenize): Set it when useful.
2141         Drop "GNUtar " magic value, which even GNU Tar doesn't know about.
2142         (tar-header-data-end): New function.
2143         (tar-summarize-buffer): Use it.
2144         (tar-next-line): Fix goal column for long usernames.
2145         (tar-expunge-internal): Use header-start.
2146         (tar-rename-entry): Handle ustar-style long names.
2147         (tar-alter-one-field): Add optional `descriptor' argument.
2148         (tar-subfile-save-buffer): Use it.
2150 2008-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2152         * tar-mode.el (tar-header): New field `header-start'.
2153         (tar-header-block-tokenize): Set header-start for longlink entries.
2154         (tar-expunge-internal): Use header-start to expunge longlink entries.
2156         * files.el (hack-local-variables): Don't signal an error if the local
2157         variable section is not properly terminated.
2159         * emacs-lisp/easymenu.el (easy-menu-convert-item)
2160         (easy-menu-convert-item-1): Move the duplicate-generation outside of
2161         the caching so it also works for identical entries.
2163         * tar-mode.el (tar-summarize-buffer): Fix reporter initialization.
2164         (tar-mode): Use write-region-annotate-functions rather than
2165         write-contents-functions.
2166         (tar-extract): Remove unused var `pos'.
2167         (tar-subfile-save-buffer): Remove unused var `following-descs'.
2168         (tar-mode-write-file): Remove.
2169         (tar-write-region-annotate): New function.
2171         * progmodes/flymake.el (flymake-save-buffer-in-file):
2172         * shadowfile.el (shadow-copy-file):
2173         * arc-mode.el (archive-*-write-file-member):
2174         * files.el (diff-buffer-with-file):
2175         * subr.el (with-temp-file): Pass nil to write-region.
2176         * jka-compr.el (jka-compr-write-region): Preserve `start's nullness.
2178         * doc-view.el (doc-view-mode-map): Bind `q' to quit-window, as is
2179         the custom.
2181         * files.el (basic-save-buffer-2): Pass nil rather than (point-min)
2182         to write-region.
2184 2008-05-28  Glenn Morris  <rgm@gnu.org>
2186         * Makefile.in (update-elclist): Work around non-portability of "\"
2187         in various implementations of echo.
2189 2008-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2191         * international/mule-diag.el (describe-current-coding-system):
2192         Don't assume selection-coding-system is always defined.
2194         * tar-mode.el: Use defstruct and markers.
2195         (tar-setf): Remove.
2196         (tar-header): Use defstruct.  Add `data-start' field.
2197         (make-tar-desc, tar-desc-tokens): Remove, folded into tar-header.
2198         (tar-desc-data-start): Remove (now called tar-header-data-start).
2199         (tar-roundup-512): New fun.
2200         (tar-header-block-tokenize): Receive a buffer position rather than
2201         a string.  Handle @longLink here, be more careful about it.
2202         Create a marker for data-start.
2203         (tar-summarize-buffer): Don't handle @LongLink here any more.
2204         (tar-expunge-internal, tar-subfile-save-buffer): Don't update
2205         data-start on the following entries any more.
2206         (tar-chown-entry, tar-chgrp-entry): Use read-number.
2208         * tar-mode.el: Use buffer-swap-text to separate summary and raw data.
2209         (tar-header-offset): Remove.
2210         (tar-parse-info, tar-header-offset, tar-file-name-coding-system):
2211         Not permanent any more.
2212         (tar-data-buffer): New var.
2213         (tar-data-swapped-p, tar-change-major-mode-hook)
2214         (tar-mode-kill-buffer-hook): New funs.
2215         (tar-untar-buffer, tar-summarize-buffer, tar-mode, tar-mode-revert)
2216         (tar-extract, tar-copy, tar-expunge-internal, tar-expunge)
2217         (tar-clear-modification-flags, tar-alter-one-field)
2218         (tar-subfile-save-buffer, tar-pad-to-blocksize, tar-mode-write-file):
2219         Change accordingly.
2221 2008-05-27  Dan Nicolaescu  <dann@ics.uci.edu>
2223         * vc-dispatcher.el (vc-directory-resynch-file): Rename to ...
2224         (vc-dir-resynch-file): ... this.  Update callers.
2225         Use vc-string-prefix-p.  Ignore directory args.
2226         (vc-string-prefix-p): CSE.
2227         (vc-resynch-buffer): Restore conditional.
2229         * vc-hooks.el (vc-after-save): Improve test.
2230         (vc-mode-line): Fix indentation.
2232 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
2234         * calendar/parse-time.el (parse-time-months)
2235         (parse-time-weekdays): Add long-form month and day names.
2237 2008-05-27  Glenn Morris  <rgm@gnu.org>
2239         * Makefile.in (update-elclist): Make errors in final sed non-fatal.
2241 2008-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2243         * vc-dispatcher.el (vc-string-prefix-p): New function.
2244         (vc-dir-parent-marked-p): Use it.
2246 2008-05-27  Dan Nicolaescu  <dann@ics.uci.edu>
2248         * vc.el (Problems): Remove fixed issues.
2249         (vc-expand-dirs): Avoid returning directories.
2250         (vc-dir): Fix C-x v v binding.
2251         (vc-make-backend-object): Fix name.
2252         (vc-dir-show-fileentry): Fix docstring.
2253         (vc-dir-refresh): Use vc-dir-backend.  Fix docstring.
2254         (vc-dir-refresh-files): Use vc-dir-backend.  Fix docstring.
2255         Reset the state for directories.
2256         (vc-dir-headers): Align labels.
2257         (vc-default-status-printer): Do no call prettify-state-info.
2258         (vc-deduce-fileset): Replace implementation with one based on a
2259         working older version.
2260         (vc-next-action): Use the new form of vc-deduce-fileset.
2261         Fix dealing with unregistered files.
2263         * vc-dispatcher.el (vc-resynch-window): Fix mode-line updating.
2264         (vc-dir-menu-map): Fix menu title for the menu bar and the popup menu.
2265         (vc-dir-child-files): New function.
2266         (vc-dir-node-directory): New function.
2267         (vc-dir-update, vc-dir-parent-marked-p)
2268         (vc-dir-children-marked-p, vc-dir-mark-all-files)
2269         (vc-dir-marked-only-files, vc-dispatcher-selection-set): Use it.
2271         * vc-cvs.el (vc-cvs-status-extra-headers): Align labels.
2273 2008-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2275         * diff-mode.el (diff-context-mid-hunk-header-re): New const.
2276         (diff-font-lock-keywords, diff-context->unified)
2277         (diff-reverse-direction, diff-fixup-modifs, diff-sanity-check-hunk)
2278         (diff-hunk-text, diff-find-source-location): Use it.
2279         (diff-post-command-hook): Let the user edit the hunk headers.
2281 2008-05-26  Andreas Schwab  <schwab@suse.de>
2283         * vc.el (vc-default-prettify-state-info): Fix formatting of an
2284         unknown state.
2286         * tar-mode.el (tar-summarize-buffer): Comment fix.
2288 2008-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2290         * tar-mode.el (tar-summarize-buffer): Handle GNU Tar @LongLink format.
2292 2008-05-26  Glenn Morris  <rgm@gnu.org>
2294         * calendar/cal-hebrew.el (diary-ordinal-suffix): Declare for compiler.
2296 2008-05-25  John Paul Wallington  <jpw@pobox.com>
2298         * proced.el (proced-next-line, proced-previous-line):
2299         Avoid calling `next-line' and `previous-line' from Lisp code.
2301 2008-05-25  Ed Reingold  <reingold@emr.cs.iit.edu>
2303         * calendar/cal-hebrew.el (diary-hebrew-yahrzeit):
2304         Use diary-ordinal-suffix.
2306 2008-05-24  Juanma Barranquero  <lekktu@gmail.com>
2308         * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-defs)
2309         (edebug-all-forms, edebug-eval-macro-args, edebug-save-windows)
2310         (edebug-save-displayed-buffer-points, edebug-initial-mode)
2311         (edebug-trace, edebug-test-coverage, edebug-continue-kbd-macro)
2312         (edebug-print-length, edebug-print-level, edebug-print-circle)
2313         (edebug-unwrap-results, edebug-on-error, edebug-on-quit)
2314         (edebug-global-break-condition, edebug-sit-for-seconds):
2315         Remove spurious * from defcustom docstrings.
2316         (edebug-unwrap*, edebug-signal, edebug-eval-display):
2317         Improve argument/docstring consistency.
2318         (edebug-test-coverage, edebug-gensym, edebug-read)
2319         (edebug-top-level-nonstop, edebug-eval-result-list)
2320         (edebug-eval-redisplay, edebug-trace): Fix typos in docstring.
2321         (edebug-eval-defun, edebug-eval-top-level-form, edebug)
2322         (edebug-display-freq-count): Reflow docstrings.
2323         (edebug-restore-status): Doc fix.
2325 2008-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2327         * proced.el (proced-header-line): Use the :align-to 0 feature
2328         rather than computing the corresponding position manually.
2329         (proced-update): Don't hardcode point-min==1.
2331 2008-05-24  Alan Mackenzie  <acm@muc.de>
2333         * progmodes/cc-mode.el (c-postprocess-file-styles): Throw an error
2334         if c-file-style is set to a non-string.
2336         (c-neutralize-CPP-line): Surround by `save-excursion'.
2337         (c-neutralize-syntax-in-CPP): Optimize for speed.
2339 2008-05-24  Glenn Morris  <rgm@gnu.org>
2341         * Makefile.in (update-elclist): New target, to update ELCFILES.
2342         (bootstrap-after): Run update-elclist.
2344 2008-05-24  Ulf Jasper  <ulf.jasper@web.de>
2346         * icalendar.el (icalendar-version): Increase to "0.19".
2347         (icalendar--date-style): New function.
2348         (icalendar--datetime-to-diary-date): Doc fix.
2349         Use icalendar--date-style.
2350         (icalendar--datestring-to-isodate): Doc fix.  Handle iso date style.
2351         (icalendar--convert-yearly-to-ical)
2352         (icalendar--convert-recurring-to-diary): Handle iso date style,
2353         use icalendar-date-style.
2355 2008-05-23  Dan Nicolaescu  <dann@ics.uci.edu>
2357         * vc.el (vc-delete-file): Make sure the buffer is deleted and
2358         vc-dir buffers are updated.
2360 2008-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2362         * vc.el (vc-delete-file): Don't try to resynch the buffer.
2364 2008-05-23  Paul Rivier  <paul.r.ml@gmail.com>
2366         * textmodes/reftex-vars.el (reftex-extra-bindings-prefix): New var.
2367         * textmodes/reftex.el (reftex-extra-bindings-map): New var.
2368         (reftex-extra-bindings): Use it.
2370         * progmodes/mixal-mode.el (mixal-mode-map): Move key-bindings
2371         away from the user-reserved keys.
2373         * progmodes/ada-mode.el (ada-mode-extra-map, ada-mode-extra-prefix):
2374         New vars.
2375         (ada-create-keymap): Use them.
2377 2008-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2379         * emacs-lisp/regexp-opt.el (regexp-opt): Always return
2380         a properly-grouped regexp.
2382 2008-05-23  Juanma Barranquero  <lekktu@gmail.com>
2384         * progmodes/cap-words.el (capitalized-words-mode):
2385         Fix typos in docstring.
2387 2008-05-23  Kenichi Handa  <handa@m17n.org>
2389         * international/mule-conf.el: Don't define the charset `emacs'
2390         here, just put :docstring, :short-name, and :long-name.
2392 2008-05-22  Kenichi Handa  <handa@m17n.org>
2394         * international/mule-diag.el (font-show-log): Limit each listing
2395         to 20 items.
2397 2008-05-23  Nick Roberts  <nickrob@snap.net.nz>
2399         * progmodes/gdb-ui.el (gdb-enable-debug): New function.
2400         (gdb-annotation-rules): New entry for "thread-changed".
2401         (gdb-thread-changed): New function.
2403 2008-05-23  Glenn Morris  <rgm@gnu.org>
2405         * Makefile.in (SOURCES): Remove, unused.
2406         (lisptagsfiles1, lisptagsfiles2): Use '*' rather than '[a-zA-Z]*'.
2407         (TAGS, TAGS-LISP): Use a single rule with multiple targets.
2408         Exclude more '*loaddefs' files.
2409         (compile-always): Simplify '.elc' deletion.
2411 2008-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2413         * vc-bzr.el (vc-bzr-annotate-time): Reduce memory allocation.
2414         (vc-bzr-revision-completion-table): Handle `boundaries' argument.
2416         * minibuffer.el (completion-boundaries): Change calling
2417         convention, so `string' has the same semantics as in
2418         try-completion and all-completions.
2419         (completion-table-with-context, completion--embedded-envvar-table)
2420         (completion--file-name-table)
2421         (completion-pcm--find-all-completions): Adjust code accordingly.
2423 2008-05-22  Chong Yidong  <cyd@stupidchicken.com>
2425         * image-mode.el (image-mode-winprops): Add argument CLEANUP to
2426         prune image-mode-winprops-alist, preventing it from growing
2427         indefinitely.
2428         (image-mode-reapply-winprops): Use it.
2430 2008-05-22  Teodor Zlatanov  <tzz@lifelogs.com>
2432         * net/netrc.el (netrc-machine): Always match if the port is not given.
2434 2008-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2436         * minibuffer.el (completion-pcm--find-all-completions):
2437         Don't add pseudo-completions.
2439         * icomplete.el (icomplete-eoinput): Remove.
2440         (icomplete-overlay): New var to replace it.
2441         (icomplete-tidy): Rewrite.
2442         (icomplete-exhibit): Use an overlay.
2443         (icomplete-completions): Use completion-all-sorted-completions.
2444         Obey completion-ignore-case.
2446         * files.el (locate-dominating-file): Accept non-existing argument.
2447         (project-find-settings-file): Rewrite, using locate-dominating-file.
2449 2008-05-22  Kenichi Handa  <handa@m17n.org>
2451         * faces.el (font-weight-table, font-slant-table, font-width-table):
2452         Delete them.  Don't call internal-set-font-style-table.
2454         * international/mule-diag.el (font-show-log): New function.
2456         * international/fontset.el (script-representative-chars): Add more
2457         chars for latin.  Add data for symbol.
2458         (setup-default-fontset): Add entries for phonetic, armenian, and symbol.
2460 2008-05-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2462         * minibuffer.el (completion-all-sorted-completions): New var.
2463         (completion--flush-all-sorted-completions)
2464         (completion-all-sorted-completions): New functions.
2465         (minibuffer-force-complete): New command.
2467 2008-05-21  Glenn Morris  <rgm@gnu.org>
2469         * files.el (c-postprocess-file-styles): Declare for compiler.
2471         * Makefile.in: Allow for parallel byte-compiling.
2472         (ELCFILES): New variable.
2473         (.el.elc): Remove prerequisites from suffix rule.  Print a message.
2474         (compile-first, compile-main, compile-last): New targets.
2475         (compile-always): Simplify - delete .elc files, then `make compile'.
2477         * Makefile.in (compile-calc): Use glob rather than find.
2478         ($(lisp)/progmodes/cc-mode.elc): Use $@.
2480         * eshell/esh-module.el: No need for cl when compiling.
2482         * eshell/eshell.el (eshell-defgroup): New alias.
2483         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
2484         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
2485         * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
2486         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
2487         * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
2488         * eshell/em-xtra.el: Use eshell-defgroup rather than defgroup.
2489         Autoload the custom group.  Set generated-autoload-file.
2490         * eshell/em-basic.el, eshell/esh-module.el: Require eshell,
2491         for eshell-defgroup.
2492         * eshell/esh-module.el (eshell-load-defgroups): Remove.
2493         Require esh-groups rather than loading it.
2495 2008-05-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2497         * proced.el (proced-header-line): New variable and new function.
2498         (proced-mode): Set header-line-format.
2499         (proced-update): Set proced-header-line.
2500         (proced-send-signal): Use proced-header-line.
2502 2008-05-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2504         * macros.el (insert-kbd-macro): Use prin1-char.
2506 2008-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2508         * minibuffer.el (completion-boundaries): New function.
2509         (completion--some): Delay errors.
2510         (complete-with-action, completion-table-with-context):
2511         Handle `boundaries' case.
2512         (completion--try-word-completion): Avoid partial-completion
2513         when the user hasn't entered anything yet.
2514         (minibuffer-local-map, minibuffer-local-filename-completion-map)
2515         (minibuffer-local-must-match-map, minibuffer-local-completion-map)
2516         (minibuffer-local-must-match-filename-map, minibuffer-local-ns-map):
2517         Setup default keybindings.
2518         (completion--embedded-envvar-re): New var.
2519         (completion--embedded-envvar-table): Use it.  Handle `boundaries' case.
2520         (completion--file-name-table): Handle `boundaries' case.
2521         (completion-pcm--pattern->regex): Avoid pathological backtracking.
2522         (completion-pcm--all-completions): Add a `prefix' arg.
2523         (completion-pcm--find-all-completions): New function.
2524         (completion-pcm-all-completions, completion-pcm-try-completion):
2525         Use it.
2527         * icomplete.el (icomplete-completions): Don't use `predicate' with
2528         a table of a different type than `candidates'.
2530 2008-05-20  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2532         * proced.el (proced-goal-column): Rename from proced-procname-column.
2533         (proced-goal-header-re): Rename from proced-procname-column-regexp.
2534         (proced-move-to-goal-column): Rename from proced-move-to-procname.
2535         (proced-header-face, proced-header-regexp): Remove.
2536         (proced-font-lock-keywords): Remove proced-header-face.
2537         (proced-header-alist, proced-sorting-schemes-re): New variables.
2538         (proced): Rename Proced buffer to *Proced*.
2539         (proced-next-line, proced-previous-line): New commands.
2540         (proced-do-mark, proced-do-mark-all, proced-toggle-marks)
2541         (proced-hide-processes): Do not treat first line as special.
2542         (proced-header-space): New function.
2543         (proced-update): Use header-line-format.
2544         Initialize proced-header-alist and proced-sorting-schemes-re.
2545         Set proced-goal-column.  Include proced-command in mode-name.
2546         (proced-send-signal): Use header-line-format for *Marked
2547         Processes* buffer.
2548         (proced-sort): Restrict minibuffer completion to applicable
2549         sorting schemes.
2550         (proced-sorting-scheme-p): Use proced-sorting-schemes-re.
2552 2008-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2554         * icomplete.el (icomplete-simple-completing-p):
2555         Allow icomplete-with-completion-tables to say "use it everywhere".
2556         (icomplete-completions): Obey completion-styles.  Try to accommodate
2557         partial-completion style.
2559 2008-05-20  Michael Olson  <mwolson@gnu.org>
2561         * files.el (project-find-settings-file): Change concat to
2562         expand-file-name.
2564 2008-05-19  Tom Tromey  <tromey@redhat.com>
2566         * files.el (normal-mode): Call hack-project-variables.
2567         (hack-local-variables-confirm): Add 'project' argument.
2568         (hack-local-variables-apply): New function.
2569         (hack-local-variables): Use it.
2570         (project-class-alist, project-directory-alist): New variables.
2571         (project-get-alist): New function.
2572         (project-collect-bindings-from-alist)
2573         (project-collect-binding-list, set-directory-project)
2574         (project-find-settings-file, project-define-from-project-file)
2575         (hack-project-variables): New functions.
2577 2008-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2579         * emacs-lisp/cl-specs.el (destructuring-bind): Fix spec.
2581 2008-05-19  Juanma Barranquero  <lekktu@gmail.com>
2583         * faces.el (font-weight-table): Fix typo in docstring.
2585 2008-05-18  David Hull  <david@snap.com>  (tiny change)
2587         * vc-hg.el (vc-hg-annotate-re): Recognize the output of --follow.
2588         (vc-hg-annotate-command): Allow white space before version number.
2590 2008-05-18  Jay Belanger  <jay.p.belanger@gmail.com>
2592         * calc/calc-yank.el (calc-register-alist): New variable.
2593         (calc-set-register, calc-get-register, calc-copy-to-register)
2594         (calc-insert-register, calc-add-to-register, calc-append-to-register)
2595         (calc-prepend-to-register): New functions.
2597         * calc/calc-ext.el (calc-init-extensions): Add keybindings for
2598         `calc-copy-to-register' and `calc-insert-register'.
2599         Autoload new register functions.
2601         * calc/calc-help.el (calc-r-prefix-help): Add help for register
2602         functions.
2604 2008-05-18  Dan Nicolaescu  <dann@ics.uci.edu>
2606         * vc.el (Todo): Add known problems.
2607         (vc-dir-backend): New variable.
2608         (vc-dir): Set it.
2609         (vc-make-backend-object, vc-generic-status-printer)
2610         (vc-generic-state, vc-generic-status-fileinfo-extra)
2611         (vc-dir-extra-menu): Use it.
2612         (vc-generic-dir-headers): Remove, unused.
2614         * vc-dispatcher.el (vc-dir-previous-directory): Rename from
2615         vc-dir-prev-directory for consistency with vc-dir-previous-line.
2616         (vc-dir-mode-map): Fix bindings.
2618         * vc-bzr.el (vc-bzr-after-dir-status): Remove unused binding.
2620 2008-05-18  Jay Belanger  <jay.p.belanger@gmail.com>
2622         * calc/calc-yank.el (calc-kill): Make sure that only the stack is
2623         operated on.
2624         (calc-kill-region): Kill entire lines.
2626 2008-05-17  Glenn Morris  <rgm@gnu.org>
2628         * ezimage.el (ezimage-use-images): Drop support for Emacs < 21 and
2629         simplify initial value.
2630         (defezimage): Drop support for Emacs without defimage, use a featurep
2631         test rather than fboundp when defining, drop with-no-warnings.
2632         (ezimage-insert-over-text): Move featurep test inside
2633         add-text-properties.
2635         * elide-head.el (elide-head-headers-to-hide): Handle GPLv3 format.
2637         * net/tramp.el (top-level): Load auth-source when compiling.
2639         * progmodes/fortran.el (fortran-font-lock-keywords-2): Add .eqv., .neqv.
2641 2008-05-17  Andreas Schwab  <schwab@suse.de>
2643         * vc-dispatcher.el (vc-dir-mode-map): Fix M-down and M-up binding.
2645 2008-05-17  Dan Nicolaescu  <dann@ics.uci.edu>
2647         * vc.el (vc-annotate-show-diff-revision-at-line): Change
2648         vc-diff-internal arg to match what vc-deduce-fileseset returns now.
2650 2008-05-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2652         * menu-bar.el (menu-bar-select-buffer): Reinsert it as msb.el uses it.
2654 2008-05-17  Jim Meyering  <meyering@redhat.com>
2656         * ido.el (ido-save-history): Do not emit a trailing newline at the
2657         end of the ido history file.
2659 2008-05-16  John Paul Wallington  <jpw@pobox.com>
2661         * vc-dispatcher.el (top-level): Revert previous change: require cl
2662         when compiling.
2664 2008-05-16  Eric S. Raymond  <esr@snark.thyrsus.com>
2666         * vc.el (vc-default-status-printer)
2667         (vc-default-prettify-state-info): Enhance the state prettyprinter
2668         to deal better with unknown states and indirect through it when
2669         painting vc-dir buffers.
2671 2008-05-16  John Paul Wallington  <jpw@pobox.com>
2673         * vc-dispatcher.el (top-level): Don't require cl when compiling.
2674         (vc-dir-mode-map): Fix backquote.
2675         (vc-at-event): Doc fix.  Use `make-symbol' instead of `gensym'.
2677 2008-05-16  Michael Albinus  <michael.albinus@gmx.de>
2679         * net/tramp.el (tramp-handle-write-region): Fix check for short track.
2680         Reported by Glenn Morris <rgm@gnu.org>.
2682 2008-05-16  Eric S. Raymond  <esr@snark.thyrsus.com>
2684         * vc.el: Remove my analysis of SCCS/RCS concurrency issues from
2685         the end of the file, it was good work at one time but has been
2686         stale since 1995 and may now be actively misleading.
2687         * vc-cvs.el (vc-cvs-status-extra-headers): Extract and display the
2688         CVS repository and module (assumptions for the latter a bit iffy).
2689         * vc-svn.el (vc-svn-status-extra-headers): Extract and display the
2690         SVN repository.
2692 2008-05-16  Juanma Barranquero  <lekktu@gmail.com>
2694         * vc-rcs.el (vc-rcs-create-tag):
2695         * vc-sccs.el (vc-sccs-create-tag):
2696         Fix typo in error message and pass backend arg.
2698 2008-05-15  Michael Albinus  <michael.albinus@gmx.de>
2700         * net/tramp.el (tramp-file-name-for-operation): Add `make-temp-name'.
2702 2008-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
2704         * net/tramp.el: Load auth-source library.
2705         (tramp-read-passwd): Use it for password, not login.
2707 2008-05-15  Shigeru Fukaya  <shugeru.fukaya@gmail.com>
2709         * ses.el (ses-goto-print): Use move-to-column rather than forward-char.
2710         (ses-print-cell): Use string-width, truncate-string-to-width,
2711         delete-region rather than length, substring, delete-char.
2712         (ses-setup): Set inhibit-point-motion-hooks to t.
2713         Calculate position by actually moving point rather than just using
2714         unibyte character length.
2715         (ses-mode): Set indent-tabs-mode to nil.
2716         (ses-center): Use string-width rather than length.
2718 2008-05-15  Eric S. Raymond  <esr@snark.thyrsus.com>
2720         * vc-cvs.el, vc-git.el, vc-hg.el, vc-hooks.el, vc-mcvs.el,
2721         * vc-rcs.el, vc-sccs.el, vc-svn.el, vc.el:
2722         Rename vc-*-create-snapshot and vc-*-retrieve-snapshot to
2723         vc-*-create-tag and vc-*-retrieve-tag respectively.
2725         * vc-dispatcher.el: Fix an incorrect buffer name and remove an
2726         unneeded defalias.
2728         * vc.el, vc-dispatcher.el (vc-dir-menu-map-filter): Move.
2730         * vc.el, vc-dispatcher.el (vc-dir-menu-map): Remove assumption
2731         about buffer names.
2733 2008-05-15  Glenn Morris  <rgm@gnu.org>
2735         * vc-hooks.el (vc-directory-resynch-file): Fix declaration.
2737         * org/org-exp.el (org-infojs-options-inbuffer-template):
2738         Fix declaration.
2740         * progmodes/cc-mode.el (declare-function): Add compat definition.
2741         (awk-mode-syntax-table, c-awk-unstick-NL-prop): Declare for compiler.
2743 2008-05-14  Eric S. Raymond  <esr@snark.thyrsus.com>
2745         * vc-dispatcher.el (vc-dispatcher-selection): Change the returned
2746         list to a cons so the caller can get back both expanded and
2747         unexpanded filesets.
2748         * vc.el (vc-deduce-fileseset, vc-next-action, vc-diff-internal)
2749         (vc-merge, vc-version-diff, vc-print-log, vc-revert, vc-rollback):
2750         Change handling of selection-set returns as required.
2752 2008-05-15  John Paul Wallington  <jpw@pobox.com>
2754         * add-log.el (top-level): Don't require cl when compiling.
2756         * arc-mode.el (archive-add-new-member): Use `derived-mode-p'.
2757         (archive-*-extract): Use `zerop'.
2758         (archive-*-write-file-member): Use `or', use `zerop'.
2760         * diff-mode.el (diff-current-defun): Use `buffer-local-value'.
2762         * ibuffer.el (ibuffer-assert-ibuffer-mode): New defsubst.
2763         (ibuffer-mark-interactive, ibuffer-set-mark)
2764         (ibuffer-insert-buffer-line, ibuffer-redisplay-current)
2765         (ibuffer-map-lines, ibuffer-switch-format)
2766         (ibuffer-update-title-and-summary)
2767         (ibuffer-redisplay-engine): Use it.
2769         * ibuf-ext.el (ibuffer-interactive-filter-by-mode)
2770         (ibuffer-set-filter-groups-by-mode, ibuffer-list-buffer-modes)
2771         (define-ibuffer-filter mode, define-ibuffer-filter used-mode)
2772         (define-ibuffer-sorter major-mode, ibuffer-mark-unsaved-buffers)
2773         (ibuffer-mark-read-only-buffers)
2774         (ibuffer-mark-dired-buffers): Use `buffer-local-value'.
2776         * ibuf-macs.el (ibuffer-aif, ibuffer-awhen, ibuffer-save-marks)
2777         (define-ibuffer-column, define-ibuffer-sorter)
2778         (define-ibuffer-op, define-ibuffer-filter): Add declarations
2779         containing indentation specs, replacing equivalent top-level
2780         forms that set `lisp-indent-function' properties.
2781         (define-ibuffer-op): Use `derived-mode-p'.
2782         (define-ibuffer-filter): Remove redundant `concat' call.
2784 2008-05-14  Michael Albinus  <michael.albinus@gmx.de>
2786         * net/tramp.el (tramp-echo-mark): Update docstring.
2787         (tramp-echo-mark-marker): New defconst.
2788         (tramp-check-for-regexp): Use it.
2790 2008-05-14  Eric S. Raymond  <esr@snark.thyrsus.com>
2792         * vc.el (vc-deduce-fileset): Do the right thing when visting a
2793         buffer (say, a log buffer or diff buffer) with a vc-dir buffer
2794         as parent.
2796 2008-05-14  John Paul Wallington  <jpw@pobox.com>
2798         * international/mule.el (convert-define-charset-argument):
2799         Remove period from end of error message.
2800         (coding-system-mnemonic): Doc fix.
2801         (ctext-pre-write-conversion): Doc fix.
2803 2008-05-14  Simon Marshall  <simon@gnu.org>
2805         * obsolete/fast-lock.el (fast-lock-cache-directories): Remove "."
2806         from its default value and give it the risky-local-variable
2807         property (CVE-2008-2142).
2809 2008-05-14  Kenichi Handa  <handa@m17n.org>
2811         * language/korean.el ("Korean"): Set `iso639-language'
2812         property to `ko'.
2814         * language/japanese.el ("Japanese"): Set `iso639-language'
2815         property to `ja'.
2817         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
2818         ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK")
2819         ("Chinese-GB18030"): Set `iso639-language' property to `zh'.
2821         * international/mule-cmds.el (set-language-environment):
2822         Set current-iso639-language.
2824         * international/fontset.el (setup-default-fontset): For kana, han,
2825         hangul, and cjk-misc, move an entry with font-spec at the end.
2826         (generate-fontset-menu): Exclue fontset-auto* from the list.
2828         * composite.el (compose-chars-after): Assume that WINDOW is always
2829         non-nil.
2831         * faces.el (font-weight-table, font-slant-table)
2832         (font-swidth-table): Declare them by defconst.  Change the format
2833         of elements.  Call internal-set-font-style-table after their
2834         declaration.
2835         (face-valid-attribute-values): Call font-family-list.  Get values
2836         for width, weight, and slant from font-xxx-table.
2838         * cus-face.el (custom-face-attributes): Add "thin" for :weight.
2840 2008-05-13  John Paul Wallington  <jpw@pobox.com>
2842         * ibuffer.el (ibuffer-buffer-file-name): New function.
2843         (define-ibuffer-column filename): Use it.
2845         * ibuf-ext.el (define-ibuffer-filter filename): Use it.
2847 2008-05-13  Chong Yidong  <cyd@stupidchicken.com>
2849         * talk.el (talk): Simplify.  Pass display arg to talk-add-display
2850         as a string.
2851         (talk-add-display): Simplify.  Accept only string args.
2853 2008-05-13  Jay Belanger  <jay.p.belanger@gmail.com>
2855         * calc/calc.el (calc-mode-map): Remove old keybinding for `calc-yank'.
2857 2008-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2859         * Makefile.in (bootstrap-prepare): Don't chmod files.
2860         (autoloads): Do it here instead, where it's actually needed.
2862 2008-05-13  Chong Yidong  <cyd@stupidchicken.com>
2864         * tool-bar.el (tool-bar-make-keymap): Account for the optional
2865         KEY-BINDING-DATA field in menu-item list.
2867 2008-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2869         * dired.el (dired-read-dir-and-switches): Move things about to use less
2870         recursion during macroexpansion.
2872         * dired.el (dired-read-dir-and-switches): Use read-file-name.
2874         * dired.el (dired-read-dir-and-switches): Ignore ., .., and
2875         completion-ignored-extension directories if there's something else.
2876         (dired-mark-if, dired-map-over-marks, dired-readin, dired-revert)
2877         (dired-remember-marks, dired-undo, dired-build-subdir-alist)
2878         (dired-internal-do-deletions, dired-mark-files-in-region, dired-mark)
2879         (dired-toggle-marks, dired-change-marks, dired-unmark-all-files):
2880         buffer-read-only -> inhibit-read-only.
2882 2008-05-12  Eric S. Raymond  <esr@snark.thyrsus.com>
2884         * vc.el (vc-expand-dirs): Stop this function from tossing out
2885         explicitly specified files.
2887 2008-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2889         * smerge-mode.el (smerge-apply-resolution-patch): Don't pass nil
2890         to `insert'.
2892 2008-05-12  Dan Nicolaescu  <dann@ics.uci.edu>
2894         * vc.el (vc-annotate-show-diff-revision-at-line): Remove incorrect
2895         cons.  Use vc-annotate-backend.
2896         (with-vc-file, edit-vc-file): Remove unused macros.
2898 2008-05-12  Teodor Zlatanov  <tzz@lifelogs.com>
2900         * mail/smtpmail.el: Add autoload for `auth-source-user-or-password'.
2901         (smtpmail-try-auth-methods): Use it.
2903 2008-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2905         * emacs-lisp/cl.el (cl-set-nthcdr): Make it a defsubst so that
2906         (setf (nthcdr ..) ..) doesn't require CL at runtime.
2908 2008-05-11  Carsten Dominik  <dominik@science.uva.nl>
2910         * org/org.el (org-modules): Repair problems with loading org-jsinfo.org.
2912 2008-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2914         * vc-bzr.el (vc-bzr-sha1, vc-bzr-command-discarding-stderr)
2915         (vc-bzr-revision-completion-table): Use process-file.
2916         (vc-bzr-working-revision): Pass relative file names.
2918         * diff-mode.el (diff-hunk-header-re): Refine the regexp.
2920 2008-05-11  Juri Linkov  <juri@jurta.org>
2922         * wid-edit.el (widget-image-directory): Change default image data
2923         subdirectory from "custom" to "images/custom".
2925         * info.el (Info-next-preorder): Let-bind `Info-history' to nil
2926         before recursive call to `Info-next-preorder' to not add
2927         intermediate nodes to the history.
2929         * isearch.el: Put isearch-scroll property on recenter-top-bottom.
2931         * emulation/cua-base.el: Put isearch-scroll property
2932         on cua-scroll-up and cua-scroll-down.
2934 2008-05-11  Eric S. Raymond  <esr@snark.thyrsus.com>
2936         * vc-hooks.el (vc-recompute-state): Remove (dead code).
2938 2008-05-10  Dan Nicolaescu  <dann@ics.uci.edu>
2940         * vc-dispatcher.el (ewoc): Require.
2941         (vc-log-edit, vc-buffer-sync): Declare for byte compiler.
2943         * vc-hg.el (vc-hg-diff, vc-hg-annotate-command): Use when not if.
2945 2008-05-10  Chong Yidong  <cyd@stupidchicken.com>
2947         * term/w32-win.el (x-colors):
2948         * term/mac-win.el (x-colors):
2949         * term/x-win.el (x-colors): Re-order colors.
2951 2008-05-10  Reiner Steib  <reiner.steib@gmx.de>
2953         * smerge-mode.el (smerge-command-prefix): Fix custom type.
2955 2008-05-10  Eric S. Raymond  <esr@snark.thyrsus.com>
2957         * vc-dispatcher.el (vc-dir-next-directory, vc-dir-prev-directory):
2958         New functions implementing motion to next and previous directory.
2960         * vc-arch.el (vc-arch-command):
2961         * vc-bzr.el (vc-bzr-command):
2962         * vc-cvs.el (vc-cvs-command):
2963         * vc-dispatcher.el (vc-do-command):
2964         * vc-git.el (vc-git-command):
2965         * vc-hg.el (vc-hg-command):
2966         * vc-mcvs.el (vc-mvcs-command):
2967         * vc-mtn.el (vc-mtn-command):
2968         * vc-sccs.el (vc-sccs-command, vc-sccs-workfile)
2969         (vc-sccs-workfile-unchanged-p):
2970         * vc-svn.el (vc-svn-command, vc-svn-create-repo):
2971         * vc-rcs.el (all methods): Remove assumption about what a nil
2972         argument to vc-do-command means.  This means no buffer name needs
2973         to be hardcoded into the dispatcher layer, and it's better to be
2974         explicit anyway.
2976         * vc-svn.el (vc-svn-dir-state-heuristic): Remove.
2978 2008-05-10  Dan Nicolaescu  <dann@ics.uci.edu>
2980         * vc.el: Update todo.
2982         * vc-sccs.el (vc-sccs-dir-status):
2983         * vc-rcs.el (vc-rcs-dir-status): Avoid using results from multiple
2984         backends and returning up to date files.
2986         * vc-hooks.el (vc-prefix-map): Remove duplicate binding.
2988 2008-05-09  Eric S. Raymond  <esr@snark.thyrsus.com>
2990         * vc.el (vc-dir):
2991         * vc-hooks.el: Tweak the VC directory bindings.  These are now
2992         documented in the manual.
2994         * vc-dispatcher.el (vc-dir-update, vc-dir-parent-marked-p)
2995         (vc-dir-children-marked-p): Remove the vc-dir-insert-directories global.
2996         (vc-dispatcher-selection-set): Allow callers to pass in an
2997         observer flag that says no buffer sync is required.
2998         * vc.el (vc-deduce-fileset, vc-print-log, vc-version-diff):
2999         Use the observer flag.
3001 2008-05-09  Michael Albinus  <michael.albinus@gmx.de>
3003         * simple.el (start-file-process): Clarify docstring.
3005 2008-05-09  Eric S. Raymond  <esr@snark.thyrsus.com>
3007         * vc-sccs.el, vc.svn.el, vc-git.el, vc-hg.el, vc-mtn.el:
3008         Remove stub implementations of, and references to, wash-log.
3009         * vc-rcs.el (vc-rcs-comment-history):
3010         * vc-cvs.el (vc-cvs-comment-history):
3011         Inline the code that used to be wash-log.
3013         * vc-sccs.el (vc-sccs-checkin, vc-sccs-checkout, vc-sccs-rollback)
3014         (vc-sccs-revert, vc-sccs-steal-lock, vc-sccs-modify-change-comment)
3015         (vc-sccs-print-log, vc-sccs-diff): Grok directories.
3016         * vc-rcs.el (vc-sccs-checkin, vc-sccs-checkout)
3017         (vc-rcs-revert, vc-rcs-steal-lock, vc-rcs-modify-change-comment)
3018         (vc-rcs-print-log): Grok directories.
3020 2008-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3022         * vc.el (vc-mark-resolved): Add `backend' argument.
3023         (vc-next-action): Pass it the backend.
3024         (vc-next-action, vc-checkout, vc-mark-resolved, vc-version-diff)
3025         (vc-merge, vc-rollback, vc-update, vc-transfer-file, vc-delete-file)
3026         (vc-default-comment-history, vc-default-create-snapshot)
3027         (vc-default-retrieve-snapshot, vc-default-revert, vc-annotate)
3028         (vc-annotate-revision-previous-to-line)
3029         (vc-annotate-show-diff-revision-at-line, vc-annotate-warp-revision):
3030         * vc-svn.el (vc-svn-checkout):
3031         * vc-mcvs.el (vc-mcvs-checkout):
3032         * vc-hooks.el (vc-state, vc-default-workfile-unchanged-p)
3033         (vc-working-revision, vc-before-save, vc-mode-line):
3034         Prefer vc-call-backend to vc-call so as not to recompute the backend.
3036         * vc.el (vc-deduce-fileset): Don't require the checkout-model and the
3037         state to be consistent since it's often an unwarranted restriction.
3038         Don't return the state either.
3039         (vc-next-action): Check that the state is consistent.
3040         (vc-diff-internal, vc-version-diff, vc-print-log, vc-revert)
3041         (vc-rollback, vc-update): Adapt to new return value of
3042         vc-deduce-fileset.
3044         * vc-dispatcher.el (vc-dispatcher-browsing): Use derived-mode-p.
3045         (vc-dir-prepare-status-buffer): Use vc-dispatcher-browsing.
3046         (vc-dispatcher-in-fileset-p): New fun.
3047         (vc-dispatcher-selection-set): Use it to properly handle directories.
3049 2008-05-09  Dan Nicolaescu  <dann@ics.uci.edu>
3051         * vc.el (vc-version-diff, vc-print-log, vc-revert, vc-rollback)
3052         (vc-update): Remove unused let bindings.
3054 2008-05-09  Eric S. Raymond  <esr@snark.thyrsus.com>
3056         * vc.el (vc-deduce-fileset, vc-next-action, vc-version-diff)
3057         (vc-diff, vc-revert, vc-rollback, vc-update):
3058         * vc-dispatcher.el (vc-dispatcher-selection-set):
3059         Get rid of 4 special cases in fileset selection.  This involved
3060         changing the return value of (vc-deduce-fileset) so that it passes
3061         back a deduced state as well as a deduced back end.
3063 2008-05-08  Sam Steingold  <sds@gnu.org>
3065         * progmodes/compile.el (compilation-minor-mode-map)
3066         (compilation-mode-map): Bind "g" to recompile and "q" to quit-window.
3067         * grep.el (grep-mode-map): Use `set-keymap-parent' to connect it
3068         to `compilation-minor-mode-map' (instead of an explicit `cons').
3070 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
3072         * org/org.el (org-modules, org-format-latex-options):
3073         * org/org-archive.el (org-archive-stamp-time)
3074         (org-archive-save-context-info):
3075         * org/org-faces.el (org-hide):
3076         * org/org-irc.el (org-irc-parse-link):
3077         * org/org-macs.el (org-call-with-arg, org-autoload):
3078         * org/org-mew.el (org-mew-store-link):
3079         * org/org-remember.el (org-remember-store-without-prompt)
3080         (org-remember-templates): Fix typos in docstrings.
3082         * org/org-info.el (org-info-store-link): Remove leftover docstring.
3084         * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
3085         (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
3086         (org-bbdb-anniv-split): Fix typos in docstrings.
3088         * org/org-publish.el (org-publish-project-alist): Doc fixes.
3089         (org-publish-use-timestamps-flag): Reflow docstring.
3090         (org-publish-files-alist): Fix typos in docstring.
3092 2008-05-07  Sam Steingold  <sds@gnu.org>
3094         * pcvs-util.el (cvs-bury-buffer): Revert my patch: quit-window
3095         appears to be too aggressive with window removal.
3097 2008-05-08  Michael McNamara  <mac@mail.brushroad.com>
3099         * verilog-mode.el (verilog-type-font-keywords): Add leda and 0in
3100         as pragma keywords.
3101         (verilog-pretty-expr): Support lining up assignments which include
3102         part selects.
3103         (verilog-mode): More portable check for the availability of
3104         hideshow support.
3105         (verilog-do-indent): Remove special indent for declarations inside
3106         a parenthetical list.  The code is ill-advised, and doesn't work
3107         given the new user defined types.
3108         (verilog-set-auto-endcomments): Enhance function automatic
3109         endcomment to support functions that return user defined types.
3110         (verilog-mode): Add code to tell which-function-mode minor mode
3111         that Verilog supports this feature.
3113 2008-05-08  Eli Zaretskii  <eliz@gnu.org>
3115         * epa-file.el: Require epa-hook.
3117         * loadup.el ("epa-hook"): Load epa-hook instead of epa-file-hook.
3119         * epa-hook.el: Renamed from epa-file-hook.el, to avoid
3120         file-names clashes on 8+3 filesystems.  Provide epa-hook.
3122         * org/org-jsinfo.el: Renamed from org-infojs.el, to avoid
3123         file-names clashes on 8+3 filesystems.
3125 2008-05-08  Carsten Dominik  <dominik@science.uva.nl>
3127         * org/org.el (org-read-date-get-relative): Interpret lone
3128         weekday abbreviation as relative to today.
3130 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
3132         * abbrev.el (define-abbrev-table):
3133         * composite.el (toggle-auto-composition):
3134         * json.el (json-alist-p, json-plist-p):
3135         * minibuffer.el (completion-table-with-predicate):
3136         * ps-mule.el (ps-mule-external-libraries):
3137         * emacs-lisp/advice.el (ad-special-form-p):
3138         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
3139         * eshell/em-smart.el (eshell-review-quick-commands):
3140         * progmodes/python.el (python-comment-line-p, python-blank-line-p)
3141         (python-skip-out, python-check-comint-prompt):
3142         Don't use `iff' in docstrings.
3144         * international/robin.el (robin-package-alist): Fix typo in docstring.
3145         (robin-current-package-name): Doc fix.
3146         (robin-activate): Don't use `iff' in docstring.
3148 2008-05-07  Eric S. Raymond  <esr@snark.thyrsus.com>
3150         * vc.el, vc-dispatcher.el: VC-Dired support removed.
3151         The code uses a ewoc-based implementation now.
3152         * vc-hooks.el: Support for Meta-CVS has been removed.
3154 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3156         * tool-bar.el: Choose images dynamically.
3157         (tool-bar-make-keymap, tool-bar-find-image): New function.
3158         (tool-bar-find-image-cache): New var.
3159         (tool-bar-local-item, tool-bar-local-item-from-menu):
3160         Don't select the image yet, do it later in tool-bar-make-keymap.
3162 2008-05-07  Andreas Schwab  <schwab@suse.de>
3164         * window.el: Require 'cl when compiling.
3166 2008-05-07  Dan Nicolaescu  <dann@ics.uci.edu>
3168         * vc-dispatcher.el (vc-dir-insert-directories): Default to t.
3170 2008-05-07  Glenn Morris  <rgm@gnu.org>
3172         * subr.el (ignore-errors): Move here from cl-macs.el.
3173         * emacs-lisp/cl-macs.el (ignore-errors): Move to subr.el.
3175         * progmodes/fortran.el (fortran-mode): Fix font-lock-syntactic-keywords
3176         oddness.
3178 2008-05-06  Eric S. Raymond  <esr@snark.thyrsus.com>
3180         * vc-hooks.el (vc-find-file-hook):
3181         * vc-dispatcher.el (vc-resynch-window): Decouple vc-dispatcher
3182         further from vc.el.
3183         * vc.el (vc-dir-mode): Move VC-specific context menu entries here.
3185 2008-05-06  Wilson Snyder  <wsnyder@wsnyder.org>
3187         * verilog-mode.el (verilog-getopt-file): Cleanup warning message format.
3188         (verilog-auto, verilog-auto-arg, verilog-auto-ascii-enum)
3189         (verilog-auto-inout, verilog-auto-inout-module)
3190         (verilog-auto-input, verilog-auto-inst, verilog-auto-inst-param)
3191         (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
3192         (verilog-auto-reg-input, verilog-auto-reset, verilog-auto-sense)
3193         (verilog-auto-sense-sigs, verilog-auto-tieoff)
3194         (verilog-auto-unused, verilog-auto-wire)
3195         (verilog-decls-get-assigns, verilog-decls-get-consts)
3196         (verilog-decls-get-gparams, verilog-decls-get-inouts)
3197         (verilog-decls-get-inputs, verilog-decls-get-outputs)
3198         (verilog-decls-get-ports, verilog-decls-get-regs)
3199         (verilog-decls-get-signals, verilog-decls-get-wires)
3200         (verilog-dir-cache-lib-filenames, verilog-dir-cache-list)
3201         (verilog-dir-cache-preserving, verilog-dir-file-exists-p)
3202         (verilog-dir-files, verilog-expand-dirnames, verilog-getopt-file)
3203         (verilog-inject-sense, verilog-library-filenames)
3204         (verilog-mode-release-date, verilog-mode-version)
3205         (verilog-modi-cache-add, verilog-modi-cache-preserve-buffer)
3206         (verilog-modi-cache-preserve-tick, verilog-modi-cache-results)
3207         (verilog-modi-get-assigns, verilog-modi-get-consts)
3208         (verilog-modi-get-gparams, verilog-modi-get-inouts)
3209         (verilog-modi-get-inputs, verilog-modi-get-outputs)
3210         (verilog-modi-get-ports, verilog-modi-get-regs)
3211         (verilog-modi-get-signals, verilog-modi-get-sub-inouts)
3212         (verilog-modi-get-sub-inputs, verilog-modi-get-sub-outputs)
3213         (verilog-modi-get-wires, verilog-preserve-cache)
3214         (verilog-preserve-dir-cache, verilog-preserve-modi-cache)
3215         (verilog-read-sub-decls, verilog-read-sub-decls-line)
3216         (verilog-read-sub-decls-sig, verilog-subdecls-get-inouts)
3217         (verilog-subdecls-get-inputs, verilog-subdecls-get-outputs):
3218         Add caching of additional state, and rework signal extraction
3219         routines to improve AUTO expansion performance by 300%++.
3221 2008-05-06  Chong Yidong  <cyd@stupidchicken.com>
3223         * progmodes/compile.el (compilation-error-regexp-alist-alist):
3224         Tweak Open Watcom regexp to distinguish between errors and warnings.
3226 2008-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3228         * dired.el (dired-read-dir-and-switches): Fix up last change.
3230 2008-05-05  Eric S. Raymond  <esr@snark.thyrsus.com>
3232         * vc.el (vc-deduce-fileset): Lift all the policy and UI stuff
3233         out of this function, move it to vc-dispatcher-selection-set.
3235 2008-05-05  Sam Steingold  <sds@gnu.org>
3237         * window.el (delete-other-windows-vertically): New function.
3239 2008-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3241         * dired.el (dired-read-dir-and-switches):
3242         Obey read-file-name-completion-ignore-case.
3244 2008-05-05  Nick Roberts  <nickrob@snap.net.nz>
3246         * progmodes/compile.el (compilation-error-regexp-alist-alist):
3247         Add regexp for Open Watcom compiler output.
3249 2008-05-05  Phil Sung  <psung@mit.edu>  (tiny change)
3251         * progmodes/python.el (python-block-pairs): Align finally with except.
3253 2008-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3255         * vc-rcs.el (vc-rcs-fetch-master-state): Fix inf-loop.
3257 2008-05-05  Tom Tromey  <tromey@redhat.com>
3259         * smerge-mode.el (smerge-start-session): Don't call smerge-next if
3260         looking at conflict marker.
3262 2008-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3264         * vc-dispatcher.el (vc-dir-mark-buffer-changed): Fix typo
3265         client-mode -> vc-client-object, and guess `funcall' was meant.
3266         (vc-dir-mode): Rename client-mode -> vc-client-mode.
3268 2008-05-05  Dan Nicolaescu  <dann@ics.uci.edu>
3270         * net/zeroconf.el (dbus-call-method, dbus-register-signal)
3271         (dbus-debug): Move declarations outside eval-when-compile.
3273 2008-05-04  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3275         * proced.el (proced-command-alist): Fix system-type values.
3276         Fix defcustom.
3277         (proced-sorting-schemes-alist, proced-sorting-scheme): New variables.
3278         (proced-sort-pcpu, proced-sort-pmem, proced-sort-pid)
3279         (proced-sort-start, proced-sort, proced-sort-time): New commands.
3280         (proced-update): Use proced-sorting-scheme.  Update modeline.
3281         (proced-send-signal): Use nreverse.
3282         (proced-sorting-scheme-p): New function.
3284 2008-05-04  Andreas Schwab  <schwab@suse.de>
3286         * vc.el: Require dired when compiling.
3288         * minibuffer.el (completion--insert-strings): Don't delete past bol.
3290 2008-05-03  Glenn Morris  <rgm@gnu.org>
3292         * ediff-diff.el, ediff-help.el, ediff-merg.el, ediff-mult.el:
3293         * ediff-ptch.el, ediff-util.el, ediff-wind.el, ediff.el:
3294         Simplify compilation requirements.
3295         * ediff-init.el, ediff-vers.el: Remove unnecessary variable
3296         declarations.
3298 2008-05-03  Dave Love  <fx@gnu.org>
3300         * progmodes/python.el (python-beginning-of-statement):
3301         Loop at least once (fixes 2008-02-21 change).
3303 2008-05-03  Eli Zaretskii  <eliz@gnu.org>
3305         * ls-lisp.el (ls-lisp-insert-directory): Use `string-width'
3306         instead of `length' for comparing length of user and group names.
3308 2008-05-03  Eric S. Raymond  <esr@snark.thyrsus.com>
3310         * vc-dispatcher.el: New file, separates out the UI and command
3311         execution machinery from VCS-specific logic left in vc.el.
3312         The separation is not yet completely clean, but it's a good start.
3313         * vc.el: This file is about 1700 lines shorter now.
3314         Remove obsolete logentry-check from the backend API.
3315         * vc-sccs.el (vc-sccs-logentry-check): Remove.  This was the only
3316         implementation of the logentry-check method, and it guarded against
3317         a log length limit that has probably been obsolete for 15 years (!).
3319 2008-05-02  Sam Steingold  <sds@gnu.org>
3321         * progmodes/compile.el (compilation-start): Move setting of
3322         compilation-directory after (funcall mode) as that resets local
3323         variables, this fixes recompile in grep buffers.
3324         * grep.el (grep-mode-map): Bind "g" to recompile (like in dired &c).
3326 2008-05-02  Eric S. Raymond  <esr@snark.thyrsus.com>
3328         * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el,
3329         * vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el,
3330         * vc-svn.el, vc.el (vc-*-checkout-model): Make sure every backend
3331         has one of these and that all are called in compatible ways.
3332         * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el,
3333         * vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el,
3334         * vc-svn.el, vc.el (vc-*-revision-granularity): Make sure every
3335         backend has one of these.
3337 2008-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3339         * progmodes/octave-mod.el (octave-abbrev-table): Move defvar and
3340         initialization into define-abbrev-table.  Use :regexp.
3341         (octave-mode-syntax-table): Don't set word syntax for `.
3343         * files.el (minibuffer-with-setup-hook): Allow `fun' expressions rather
3344         than only value.
3346         * dired.el (dired-read-dir-and-switches):
3347         Set minibuffer-completing-file-name and call substitute-in-file-name.
3348         (dired-format-columns-of-files): Use completion--insert-strings.
3350         * minibuffer.el (completion-hilit-commonality): Revert last change:
3351         the leftover code was actually useful.
3352         (completion--insert-strings): Use string-width rather than length.
3354 2008-05-02  Sam Steingold  <sds@gnu.org>
3356         * vc.el (vc-dir-mode-map): Enable mouse bindings.
3357         (vc-at-event): New macro: run the body at the even location.
3358         (vc-dir-menu, vc-dir-toggle-mark): Use it.
3359         (vc-dir-mark-file, vc-dir-unmark-file): Move only on non-mouse events.
3360         * subr.el (mouse-event-p): Check if the event is mouse-related.
3362 2008-05-02  Nick Roberts  <nickrob@snap.net.nz>
3364         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
3365         Don't throw error if no file is found.
3367 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
3369         * vc-hooks.el (vc-call, vc-state): Fix typos in docstrings.
3370         (vc-default-state-heuristic): Doc fix.
3372 2008-05-02  Richard Sharman  <rsharman@pobox.com>
3374         * hilit-chg.el (highlight-changes-mode): Remove references to
3375         hooks that no longer exist.  Because define-minor-mode is used the
3376         hook highlight-changes-mode-hook exists and can do what both the
3377         old hooks used to do.  The documentation at the top of the file
3378         was updated to demonstrate this.
3379         (highlight-changes-mode): Remove commented out call to a hook
3380         function that is no longer there.
3381         (hilit-chg-set): Remove running of highlight-changes-enable-hook.
3383 2008-05-02  Eric S. Raymond  <esr@snark.thyrsus.com>
3385         * vc.el (vc-default-dired-state-info): Change name of primitive
3386         to prettify-state-info, in preparation for ripping out dired mode.
3387         * vc-bzr.el (vc-bzr-dired-state-info): Change name of primitive
3388         to prettify-state-info, in preparation for ripping out dired mode.
3389         * vc-hooks.el (vc-toggle-read-only): Throw an error when a user
3390         tries this on a version-controlled buffer.  It will do useless or
3391         actively bad things on any version control system newer than RCS.
3392         * vc-hooks.el (vc-dired-resynch-file):
3393         * vc.el (vc-dired-resynch-file): Change name of primitive to
3394         vc-directory-resynch-file, preparing to remove dired.
3396 2008-05-02  Dan Nicolaescu  <dann@ics.uci.edu>
3398         * vc-rcs.el (vc-rcs-state): Fix typos.
3400         * vc.el (vc-register): Change argument order so that the prefix
3401         argument is assigned correctly.
3402         (vc-next-action, vc-dir-register): Update for the above change.
3404 2008-05-01  Juri Linkov  <juri@jurta.org>
3406         * replace.el (occur-read-primary-args): Set default to the car of
3407         regexp-history and display it in the prompt, but don't add to the
3408         list of minibuffer defaults.  Bind history-add-new-input to nil to
3409         not add automatically `default'.  For empty input return `default'.
3410         Otherwise, add `input' to regexp-history and return it.
3411         (occur-1): Signal an error for the empty regexp.
3413         * progmodes/compile.el (compilation-auto-jump):
3414         Set window point to `pos' explicitly.
3416 2008-05-01  Eric S. Raymond  <esr@snark.thyrsus.com>
3418         * vc-bzr.el (vc-bzr-state): Allow this to return 'ignored
3419         when appropriate.
3420         * vc-sccs.el (vc-sccs-state): Call vc-sccs-unregistered so
3421         we report the 'unregistered state reliably.
3422         * vc-rcs.el (vc-rcs-state): Call vc-rcs-unregistered so
3423         we report the 'unregistered state reliably.
3424         * vc-git.el (vc-git-state): Call vc-git-unregistered so
3425         we report the 'unregistered state reliably.
3426         * vc-hooks (vc-state): Document that vc-unregistered is
3427         now expected to be returned reliably.
3428         * vc.el (vc-default-dired-state): Change needs-patch state to
3429         needs-update, since the name now shows up in dir-status listings
3430         and was somewhat misleading.
3431         * vc-cvs.el (vc-cvs-delete-file): Don't do a "cvs commit"
3432         immediately after removing the file.
3433         * vc.el (vc-next-action): More informative messages when a fileset
3434         is in a mixed state or files are missing.
3436 2008-05-01  Sam Steingold  <sds@gnu.org>
3438         * vc.el (vc-delete-file): Check if the file has uncommitted changes.
3440 2008-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3442         * Makefile.in: Revert incorrect fix for claimed bootstrap breakage.
3444 2008-05-01  Daiki Ueno  <ueno@unixuser.org>
3446         * epa-file-hook.el: New file split from epa-file.el.
3447         * epa-file.el: Require 'epa-file-hook.
3448         (epa-file-handler): Add autoload cookie.
3449         * loadup.el: Load epa-file-hook.
3450         * startup.el (command-line): Eval the body of auto-encryption-mode.
3452 2008-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
3454         * vc.el (vc-dir-mode-map): Don't bind "r".
3456         * vc-hg.el (vc-hg-extra-fileinfo): New defstruct.
3457         (vc-hg-status-printer): New function.
3458         (vc-hg-after-dir-status): Deal with copied and renamed files.
3459         (vc-hg-dir-status): Add flag to show copied files.
3461 2008-05-01  John Paul Wallington  <jpw@pobox.com>
3463         * ibuffer.el (ibuffer-last-sorting-mode): New variable.
3464         (ibuffer-do-sort-by-recency): Reverse sorting order if last
3465         sorting mode was recency.
3467         * ibuf-macs.el (define-ibuffer-sorter): Define the sorter to
3468         reverse sorting order if last sorting mode was the sorter's.
3470 2008-05-01  Jason Rumney  <jasonr@gnu.org>
3472         * w32-fns.el (w32-charset-info-alist): Map vietnamese to windows-1258.
3474 2008-04-30  John Paul Wallington  <jpw@pobox.com>
3476         * ibuffer.el (define-ibuffer-column filename): When the major mode
3477         is `vc-dir-mode' show the buffer's default directory.
3479         * ibuf-ext.el (define-ibuffer-filter filename): Likewise when the
3480         major mode is `vc-dir-mode' use the buffer's default directory.
3482 2008-04-30  Sam Steingold  <sds@gnu.org>
3484         * vc.el (vc-dir-delete-file): Add.
3485         (vc-dir-mode-map): Bind "r" to vc-dir-delete-file, like in PCL-CVS.
3486         (vc-delete-file): Do not barf when the file has been already deleted.
3488 2008-04-30  Dan Nicolaescu  <dann@ics.uci.edu>
3490         * emacs-lisp/lisp-mode.el (lisp-mode-map): Add menu.
3492 2008-04-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3494         * progmodes/octave-mod.el (octave-help): New function.
3495         * progmodes/octave-hlp.el: Delete.
3496         * info-look.el (octave-mode): Add operator index.
3498         * vc.el (vc-checkout): Typo.
3500 2008-04-30  Dan Nicolaescu  <dann@ics.uci.edu>
3502         * menu-bar.el (menu-bar-tools-menu): Reorder, place Games last.
3503         Add "..." in the appropriate places.
3505         * epa.el (epa-key-list-mode-map): Add more menu entries.
3506         Add "..." in the appropriate places.
3508         * dired.el (dired-mode-map): Add :help.
3510         * vc.el (vc-deduce-fileset): Add new parameter.
3511         (vc-dir-marked-only-files): New function.
3512         (vc-next-action): Don't ignore directories, look at the files
3513         inside them.
3514         (vc-dir-mode): Document how the mark/unmark commands work.
3516 2008-04-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3518         * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
3519         Rule out trailing spaces in file and directory names as well.
3521         * minibuffer.el (completion--do-completion): Move point even if the
3522         completion makes no change.
3523         (completion-pcm-try-completion): Fix computation of new point.
3525 2008-04-30  David Hansen  <david.hansen@gmx.net>
3527         * dired.el: Require 'cl.
3529 2008-04-30  Nick Roberts  <nickrob@snap.net.nz>
3531         * progmodes/gdb-ui.el (gdb-frame-handler-1): Make overlay arrow
3532         hollow if not in innermost frame.
3534 2008-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3536         Make `checkout-model' apply to filesets.
3537         * vc-hooks.el (vc-checkout-model): Rewrite.
3538         (vc-before-save, vc-after-save): Adjust callers accordingly.
3539         * vc.el (vc-editable-p, vc-next-action, vc-checkout, vc-update)
3540         (vc-transfer-file): Adjust callers accordingly.
3541         * vc-rcs.el (vc-rcs-checkout-model): Adjust arg.
3542         (vc-rcs-state, vc-rcs-state-heuristic, vc-rcs-receive-file)
3543         (vc-rcs-checkout, vc-rcs-fetch-master-state): Use vc-rcs-checkout-model
3544         instead of vc-checkout-model.
3545         * vc-mcvs.el (vc-mcvs-revert):
3546         Use vc-mcvs-checkout-model i.s.o vc-checkout-model.
3547         * vc-cvs.el (vc-cvs-checkout-model): Adjust arg.
3548         (vc-cvs-revert): Use vc-cvs-checkout-model i.s.o vc-checkout-model.
3549         * vc-svn.el (vc-svn-checkout-model):
3550         * vc-hg.el (vc-hg-checkout-model):
3551         * vc-git.el (vc-git-checkout-model):
3552         * vc-bzr.el (vc-bzr-checkout-model): Adjust arg.
3554         * dired.el (dired-read-dir-and-switches): Replace last change with
3555         a new approach that mixes read-file-name and read-directory-name.
3557         * files.el (read-buffer-to-switch):
3558         Avoid making assumptions about `other-buffer'.
3560 2008-04-29  Sam Steingold  <sds@gnu.org>
3562         * vc.el (vc-dir-mode-hook): Add normal hook.
3563         (vc-dir-mode): Run it.
3565 2008-04-29  Nick Roberts  <nickrob@snap.net.nz>
3567         * progmodes/gdb-ui.el (gdb-display-buffer): Don't pop up GUD buffer.
3568         Always split windows.
3569         (gdb-speedbar-timer-fn): Only raise frame after user input.
3570         (gdb-same-frame): Reverse initial value.
3571         (gdb-display-gdb-buffer): Check for GUD buffer in other frames.
3573         * progmodes/gud.el (gud-speedbar-buttons): Raise frame in
3574         gdb-speedbar-timer-fn.
3576 2008-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3578         * uniquify.el (uniquify-rationalize-a-list): Beware of side-effects.
3580 2008-04-29  Daiki Ueno  <ueno@unixuser.org>
3582         * epa.el (epa-key-list-mode-map): Add menu.
3583         (epa-delete-keys, epa-import-keys): Fix typo.
3585 2008-04-29  Glenn Morris  <rgm@gnu.org>
3587         * find-cmd.el (top-level): Does not need cl when compiling.
3589 2008-04-29  Phil Jackson  <phil@shellarchive.co.uk>
3591         * find-cmd.el: New file.
3593 2008-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3595         * minibuffer.el (completion-hilit-commonality): Remove leftover code.
3596         (completion-pcm--pattern->regex): Let `group' be a list of symbols.
3597         (completion-pcm--hilit-commonality): New function.
3598         (completion-pcm-all-completions): Use it.
3600         * minibuffer.el (completion-common-substring): Mark obsolete.
3601         (completions-first-difference, completions-common-part):
3602         Move from simple.el.
3603         (completion-hilit-commonality): New fun.
3604         (display-completion-list, completion-emacs21-all-completions)
3605         (completion-emacs22-all-completions): Use it.
3606         * simple.el (completions-first-difference, completions-common-part):
3607         Move to minibuffer.el.
3608         (choose-completion-string): Use field functions and minibufferp.
3609         (completion-setup-function): Don't set completions faces.
3611 2008-04-29  Glenn Morris  <rgm@gnu.org>
3613         * calendar/calendar.el (calendar-nth-named-absday)
3614         (calendar-nth-named-day):
3615         * calendar/diary-lib.el (diary-list-sexp-entries, diary-float):
3616         * calendar/holidays.el (holiday-float): Doc fixes.
3618         * emacs-lisp/check-declare.el (check-declare-errmsg): Fix counting in
3619         the `full' case.
3621         * org/org-agenda.el (calendar-iso-from-absolute):
3622         * org/org.el (calendar-absolute-from-iso, calendar-iso-from-absolute):
3623         Fix declarations.
3625 2008-04-28  Nick Roberts  <nickrob@snap.net.nz>
3627         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Make breakpoint
3628         icons work for assembler, i.e. FILE.s, FILE.S (not disassembly).
3629         (gdb-goto-breakpoint): Likewise for visiting breakpoints.
3630         (gdb-assembler-custom): Be careful not to match other addresses.
3632 2008-04-29  Jason Rumney  <jasonr@gnu.org>
3634         * battery.el (battery-status-function): Use w32-battery-status
3635         on Windows.
3636         (battery-echo-area-format): Make apm format the general case.
3637         (battery-mode-line-format): Merge apm and pmset formats as the
3638         general case.
3640 2008-04-29  Nick Roberts  <nickrob@snap.net.nz>
3642         * progmodes/gdb-ui.el (gdb-info-stack-custom):
3643         Use gud-tool-bar-item-visible-no-fringe.
3644         (gdb-display-buffer): Don't pop new buffer if gud-comint-buffer
3645         is already visible in frame.  Remove optional size parameter
3646         and add optional frame parameter.
3648         * progmodes/gud.el (gud-display-line): Only consider visible
3649         frames when looking for source buffer.
3651 2008-04-28  Chong Yidong  <cyd@stupidchicken.com>
3653         * doc-view.el (doc-view-new-window-function): Avoid using WINDOW
3654         argument to get-char-property, in case the current buffer hasn't
3655         been assigned to that window yet.
3656         (doc-view-display): Default to selected window if the current
3657         buffer hasn't been assigned to a window yet.
3659 2008-04-28  Vinicius Jose Latorre  <bzg@altern.org>
3661         * whitespace.el (whitespace-trailing-regexp): Fix docstring.
3663 2008-04-28  Michael Albinus  <michael.albinus@gmx.de>
3665         * net/tramp.el (tramp-mode): New defcustom.
3666         (tramp-file-name-handler, tramp-completion-file-name-handler):
3667         Use it.
3668         (tramp-replace-environment-variables): Handle "$$".
3670 2008-04-28  Sam Steingold  <sds@gnu.org>
3672         * vc-hg.el (vc-hg-rename-file): Fix argument order.
3674 2008-04-28  Bastien Guerry  <bzg@altern.org>
3676         * whitespace.el (whitespace-trailing): Fix typo.
3678 2008-04-28  Sam Steingold  <sds@gnu.org>
3680         * textmodes/remember.el (diary-make-entry): Update the autoload.
3682 2008-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3684         * minibuffer.el (completion-pcm--all-completions): Don't pass nil to
3685         all-completions.
3687 2008-04-28  Juanma Barranquero  <lekktu@gmail.com>
3689         * desktop.el (desktop-minor-mode-table): Add `savehist-mode'.
3691 2008-04-27  Dan Nicolaescu  <dann@ics.uci.edu>
3693         * vc.el (vc-dir-mode-map): Change bindings for unmark all and revert.
3694         (vc-dir-parent-marked-p, vc-dir-children-marked-p): Implement.
3695         (vc-dir-mark-file): Add an optional argument.
3696         (vc-dir-mark-all-files, vc-dir-unmark-all-files): Deal with directories.
3698 2008-04-27  Daiki Ueno  <ueno@unixuser.org>
3700         * epa-file.el (epa-file-enable, epa-file-disable): Use find-file-hook
3701         rather than obsolete alias find-file-hooks.
3702         (auto-encryption-mode): Rename from epa-file-mode.  Default to on.
3703         Use find-file-hook rather than obsolete alias find-file-hooks.
3704         Add to find-file-not-found-functions.
3705         (epa-file-handler): Put 'safe-magic and 'operations properties.
3707         * epa.el (epa-global-minor-modes, epa-mode, epa-menu)
3708         (epa-menu-items): Remove.
3710         * epa-dired.el (epa-dired-do-decrypt, epa-dired-do-verify)
3711         (epa-dired-do-sign, epa-dired-do-encrypt): Add autoload cookie.
3712         (epa-dired-mode, epa-global-dired-mode): Remove.
3714         * dired.el (dired-mode-map): Bind encryption/decryption commands.
3716         * menu-bar.el (menu-bar-encryption-decryption-menu): New menu item.
3718         * files.el (insert-file-contents-literally): Inhibit epa-file-handler.
3720 2008-04-27  Glenn Morris  <rgm@gnu.org>
3722         * textmodes/reftex-global.el (reftex-isearch-switch-to-next-file):
3723         Remove un-needed local `orig-list'.  Replace cl `copy-list'.
3725 2008-04-27  Carsten Dominik  <dominik@science.uva.nl>
3727         * org/org.el (org-html-level-start): Always have id's in HTML.
3728         (org-export-as-html): Use `org-link-protocols' to
3729         retrieve the export form of the link.
3730         (org-add-link-type): Final parameter renamed from PUBLISH.
3731         Better documentation of how it is to be used.  Avoid double entries for
3732         the same link type.
3733         (org-add-link-props): New function.
3734         (org-modules-loaded): New variable.
3735         (org-load-modules-maybe, org-set-modules): New function.
3736         (org-modules): New option.
3737         (org-mode, org-cycle, orgstruct-mode, org-run-like-in-org-mode)
3738         (orgtbl-mode, org-store-link, org-insert-link-global)
3739         (org-open-at-point): Call `org-load-modules-maybe'.
3740         (org-search-view): Add more text properties.
3741         (org-agenda-schedule, org-agenda-deadline): Allow also in
3742         search-type agendas.
3743         (org-search-view): Order of arguments has been changed.
3744         Interpret prefix-arg as TODO-ONLY.
3745         (org-agenda, org-run-agenda-series, org-agenda-manipulate-query):
3746         Take new argument order of `org-search-view' into account.
3747         (org-todo-only): New variable.
3748         (org-search-syntax-table): New variable and function.
3749         (org-search-view): Do the search with the special syntax table.
3750         (define-obsolete-function-alias): Make work with XEmacs.
3751         (org-add-planning-info): Use old date as default when modifying an
3752         existing deadline or scheduled item.
3753         (org-agenda-compute-time-span): Make argument N optional.
3754         (org-agenda-format-date-aligned): Require `cal-iso'.
3755         (org-agenda-list): Include week into agenda heading, don't
3756         list it at each date (only on Mondays).
3757         (org-read-date-analyze): Define local variable `iso-date'.
3758         (org-agenda-format-date-aligned): Remove dependency on
3759         `calendar-time-from-absolute'.
3760         (org-remember-apply-template, org-go-to-remember-target):
3761         Interpret filenames relative to `org-directory'.
3762         (org-complete): Silently fail when trying to complete
3763         keywords that don't have a default value.
3764         (org-get-current-options): Add a #+DATE: option.
3765         (org-additional-option-like-keywords): Remove "DATE:" from the
3766         list of additional keywords.
3767         (org-export-as-html): Remove (current-time) as unnecessary second
3768         argument of `format-time-string'.
3769         (org-clock-find-position): Handle special case at end of buffer.
3770         (org-agenda-day-view): New argument DAY-OF-YEAR, pass it on to
3771         `org-agenda-change-time-span'.
3772         (org-agenda-week-view): New argument ISO-WEEK, pass it on to
3773         `org-agenda-change-time-span'.
3774         (org-agenda-month-view): New argument MONTH, pass it on to
3775         `org-agenda-change-time-span'.
3776         (org-agenda-year-view): New argument YEAR, pass it on to
3777         `org-agenda-change-time-span'.
3778         (org-agenda-change-time-span): New optional argument N, pass it on
3779         to `org-agenda-compute-time-span'.
3780         (org-agenda-compute-time-span): New argument N, interpret it by
3781         changing the starting day.
3782         (org-small-year-to-year): New function.
3783         (org-scheduled-past-days): Respect `org-scheduled-past-days'.
3784         (org-auto-repeat-maybe): Make sure that repeating dates are pushed
3785         into the future, and that the shift is at least one interval, never 0.
3786         (org-update-checkbox-count): Fix bug with checkbox counting.
3787         (org-add-note): New command.
3788         (org-add-log-setup): Rename from `org-add-log-maybe'.
3789         (org-log-note-headings): New entry for plain notes (i.e. notes not
3790         related to state changes or clocking).
3791         (org-get-org-file): Check for availability of `remember-data-file'.
3792         (org-cached-entry-get): Allow a regexp value for
3793         `org-use-property-inheritance'.
3794         (org-use-property-inheritance): Allow regexp value.  Fix bug in
3795         customization type.
3796         (org-use-tag-inheritance): Allow a list and a regexp value for
3797         this variable.
3798         (org-scan-tags, org-get-tags-at): Implement selective tag inheritance.
3799         (org-entry-get): Respect value `selective' for the INHERIT argument.
3800         (org-tag-inherit-p, org-property-inherit-p): New functions.
3801         (org-agenda-format-date-aligned): Allow 10 characters for
3802         weekday, to acomodate German locale.
3803         (org-add-archive-files): New function.
3804         (org-agenda-files): New argument `ext', to get archive files as well.
3805         (org-tbl-menu): Protect the use of variables that
3806         are only available when org-table.el gets loaded.
3807         (org-read-agenda-file-list): Error if `org-agenda-files' is a
3808         single directory.
3809         (org-open-file): Allow a batch process to trigger
3810         waiting after executing a system command.
3811         (org-store-link): Link to headline when there is not
3812         target and no region in an org-mode buffer when creating a link.
3813         (org-link-types-re): New variable.
3814         (org-make-link-regexps): Compute `org-link-types-re'.
3815         (org-make-link-description-function): New option.
3816         (org-agenda-date, org-agenda-date-weekend): New faces.
3817         (org-archive-sibling-heading): New option.
3818         (org-archive-to-archive-sibling): New function.
3819         (org-iswitchb): New command.
3820         (org-buffer-list): New function.
3821         (org-agenda-columns): Also try the #+COLUMNS line in
3822         the buffer associated with the entry at point (or with the first
3823         entry in the agenda view).
3824         (org-modules): Add entry for org-bibtex.el.
3825         (org-completion-fallback-command): Move into `org-completion' group.
3826         (org-clock-heading-function): Move to `org-progress' group.
3827         (org-auto-repeat-maybe): Make sure that a note can
3828         be enforces if `org-log-repeat' is `note'.
3829         (org-modules): Allow additional symbols for external packages.
3830         (org-ctrl-c-ctrl-c): Allow for `org-clock-overlays' to be undefined.
3831         (org-clock-goto): Hide drawers after showing an
3832         entry with `org-clock-goto'.
3833         (org-shiftup, org-shiftdown, org-shiftright, org-shiftleft):
3834         Try also a clocktable block shift.
3835         (org-clocktable-try-shift): New function.
3836         (org-columns-hscoll-title): New function.
3837         (org-columns-previous-hscroll): New variable.
3838         (org-columns-full-header-line-format): New variable.
3839         (org-columns-display-here-title, org-columns-remove-overlays):
3840         Install `org-columns-hscoll-title' in post-command-hook.
3842         * org/org.el: Split into many small files.
3844         * org/org-agenda.el: New file, split off from org.el.
3846         * org/org-archive.el: New file, split off from org.el.
3848         * org/org-bbdb.el: New file.
3850         * org/org-bibtex.el: New file, split off from org.el.
3852         * org/org-clock.el: New file, split off from org.el.
3854         * org/org-colview.el: New file, split off from org.el.
3856         * org/org-compat.el: New file, split off from org.el.
3858         * org/org-exp.el: New file, split off from org.el.
3860         * org/org-faces.el: New file, split off from org.el.
3862         * org/org-gnus.el: New file, split off from org.el.
3864         * org/org-info.el: New file, split off from org.el.
3866         * org/org-infojs.el: New file.
3868         * org/org-irc.el: New file.
3870         * org/org-macs.el: New file, split off from org.el.
3872         * org/org-mew.el: New file.
3874         * org/org-mhe.el: New file, split off from org.el.
3876         * org/org-publish.el: New file, split off from org.el.
3878         * org/org-remember.el: New file, split off from org.el.
3880         * org/org-rmail.el: New file, split off from org.el.
3882         * org/org-table.el: New file, split off from org.el.
3884         * org/org-vm.el: New file, split off from org.el.
3886         * org/org-wl.el: New file, split off from org.el.
3888 2008-04-27  Jason Riedy  <jason@acm.org>
3890         * lisp/org-table.el (orgtbl-to-generic): Add a :remove-nil-lines
3891         parameter that supresses lines that evaluate to NIL.
3892         (orgtbl-get-fmt): New inline function for
3893         picking apart formats that may be lists.
3894         (orgtbl-apply-fmt): New inline function for applying formats that
3895         may be functions.
3896         (orgtbl-eval-str): New inline function for strings that may be
3897         functions.
3898         (orgtbl-format-line, orgtbl-to-generic): Use and document.
3899         (orgtbl-to-latex, orgtbl-to-texinfo): Document.
3900         (*orgtbl-llfmt*, *orgtbl-llstart*)
3901         (*orgtbl-llend*): Dynamic variables for last-line formatting.
3902         (orgtbl-format-section): Shift formatting to support detecting the
3903         last line and formatting it specially.
3904         (orgtbl-to-generic): Document :ll* formats.  Set to the non-ll
3905         formats unless overridden.
3906         (orgtbl-to-latex): Suggest using :llend to suppress the final \\.
3907         (*orgtbl-table*, *orgtbl-rtn*): Dynamically
3908         bound variables to hold the input collection of lines and output
3909         formatted text.
3910         (*orgtbl-hline*, *orgtbl-sep*, *orgtbl-fmt*, *orgtbl-efmt*)
3911         (*orgtbl-lfmt*, *orgtbl-lstart*, *orgtbl-lend*): Dynamically bound
3912         format parameters.
3913         (orgtbl-format-line): New function encapsulating formatting for a
3914         single line.
3915         (orgtbl-format-section): Similar for each section.  Rebinding the
3916         dynamic vars customizes the formatting for each section.
3917         (orgtbl-to-generic): Use orgtbl-format-line and
3918         orgtbl-format-section.
3919         (org-get-param): Now unused, so delete.
3920         (orgtbl-gather-send-defs): New function to
3921         gather all the SEND definitions before a table.
3922         (orgtbl-send-replace-tbl): New function to find the RECEIVE
3923         corresponding to the current name.
3924         (orgtbl-send-table): Use the previous two functions and implement
3925         multiple destinations for each table.
3927         * doc/org.texi (A LaTeX example): Note that fmt may be a
3928         one-argument function, and efmt may be a two-argument function.
3929         (Radio tables): Document multiple destinations.
3931 2008-04-27  Carsten Dominik  <dominik@science.uva.nl>
3933         * org/org-agenda.el (org-add-to-diary-list): New function.
3934         (org-prefix-has-effort): New variable.
3935         (org-sort-agenda-noeffort-is-high): New option.
3936         (org-agenda-columns-show-summaries)
3937         (org-agenda-columns-compute-summary-properties): New options.
3938         (org-format-agenda-item): Compute the duration of the item.
3939         (org-agenda-weekend-days): New variable.
3940         (org-agenda-list, org-timeline): Use the proper faces for dates in
3941         the agenda and timeline buffers.
3942         (org-agenda-archive-to-archive-sibling): New command.
3943         (org-agenda-start-with-clockreport-mode): New option.
3944         (org-agenda-clockreport-parameter-plist): New option.
3945         (org-agenda-clocktable-mode): New variable.
3946         (org-agenda-deadline-leaders): Allow a function value for the
3947         deadline leader.
3948         (org-agenda-get-deadlines): Deal with new function value.
3950         * lisp/org-clock.el (org-clock): New customization group.
3951         (org-clock-into-drawer, org-clock-out-when-done)
3952         (org-clock-in-switch-to-state, org-clock-heading-function):
3953         Move into the new group.
3954         (org-clock-out-remove-zero-time-clocks): New option.
3955         (org-clock-out): Use `org-clock-out-remove-zero-time-clocks'.
3956         (org-dblock-write:clocktable): Allow a Lisp form for the scope
3957         parameter.
3958         (org-dblock-write:clocktable): Fix bug with total time calculation.
3959         (org-dblock-write:clocktable): Request the unrestricted list of files.
3960         (org-get-clocktable): New function.
3961         (org-dblock-write:clocktable): Make sure :tstart and :tend can not only
3962         be strings but also integers (an absolute day number) and lists (m d y).
3964         * org/org-colview.el (org-columns-next-allowed-value)
3965         (org-columns-edit-value): Limit the effort for updating in the
3966         agenda to recomputing a single file.
3967         (org-columns-compute): Only write property value if it has changed.
3968         This avoids raising the buffer-change-flag unnecessarily.
3969         (org-agenda-colview-summarize)
3970         (org-agenda-colview-compute): New functions.
3971         (org-agenda-columns): Call `org-agenda-colview-summarize'.
3973         * org/org-exp.el (org-export-run-in-background): New option.
3974         (org-export-icalendar): Allow a batch process to trigger waiting
3975         after executing a system command.
3976         (org-export-preprocess-string): Rename from
3977         `org-cleaned-string-for-export'.
3978         (org-export-html-style): Made target class look like normal text.
3979         (org-export-as-html): Make use of the better proprocessing in
3980         `org-cleaned-string-for-export'.
3981         (org-cleaned-string-for-export): Better treatment of heuristic
3982         targets, many more internal links will now work in HTML export.
3983         (org-get-current-options): Incorporate LINK_UP, LINK_HOME, and INFOJS.
3984         (org-export-inbuffer-options-extra): New variable.
3985         (org-export-options-filters): New hook.
3986         (org-infile-export-plist): Find also the settings keywords in
3987         `org-export-inbuffer-options-extra'.
3988         (org-infile-export-plist): Allow multiple #+OPTIONS lines and
3989         multiple #+INFOJS_OPT lines.
3990         (org-export-html-handle-js-options): New function.
3991         (org-export-html-infojs-setup): New option.
3992         (org-export-as-html): Call `org-export-html-handle-js-options'.
3993         Add autoload to all entry points.
3994         (org-skip-comments): Function removed.
3996         * org/org-table.el (org-table-make-reference): Extra parenthesis
3997         around single fields, to make sure that algebraic formulas get
3998         correctly interpreted by calc.
3999         (org-table-current-column): No longer interactive.
4001         * org/org-export-latex.el (org-export-latex-preprocess):
4002         Rename from `org-export-latex-cleaned-string'.
4004 2008-04-27  Bastien Guerry  <bzg@altern.org>
4006         * org/org-publish.el (org-publish-get-base-files-1): New function.
4007         (org-publish-get-base-files): Use it.
4008         (org-publish-temp-files): New variable.
4009         Don't require 'dired-aux anymore.
4010         (org-publish-initial-buffer): New variable.
4011         (org-publish-org-to, org-publish): Use it.
4012         (org-publish-get-base-files-1): Bug fix: get
4013         the proper list of files when recursing thru a directory.
4014         (org-publish-get-base-files): Use the :exclude property to skip
4015         both files and directories.
4017 2008-04-27  Michael Albinus  <michael.albinus@gmx.de>
4019         * net/tramp.el (tramp-handle-make-symbolic-link)
4020         (tramp-handle-file-name-directory)
4021         (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
4022         (tramp-do-copy-or-rename-file-directly)
4023         (tramp-handle-insert-directory, tramp-handle-expand-file-name)
4024         (tramp-handle-substitute-in-file-name)
4025         (tramp-handle-insert-file-contents, tramp-handle-write-region)
4026         * net/tramp-cache.el (tramp-get-file-property)
4027         (tramp-set-file-property, tramp-flush-file-property)
4028         (tramp-flush-directory-property)
4029         * net/tramp-compat.el (tramp-compat-make-temp-file)
4030         * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
4031         Disable `file-name-handler-alist' when handling localname.
4032         It could have a remote file syntax, like a VMS file name.
4034 2008-04-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4036         * whitespace.el: New version 11.1.
4037         (whitespace-trailing-regexp): Option fix, now trailing regexp must be
4038         enclosed by \\( and \\)$.  Docstring fix.
4039         (whitespace-trailing-regexp): Fun removed.
4040         (whitespace-report-list): Const initialization fix.
4041         (whitespace-color-on): Code fix.
4043 2008-04-27  Andreas Schwab  <schwab@suse.de>
4045         * Makefile.el: Unbreak bootstrap.
4047 2008-04-27  Michael Albinus  <michael.albinus@gmx.de>
4049         * net/tramp.el (tramp-replace-environment-variables): New defun.
4050         (tramp-handle-substitute-in-file-name, tramp-file-name-handler):
4051         Use it.
4053 2008-04-27  Glenn Morris  <rgm@gnu.org>
4055         * emacs-lisp/bytecomp.el (byte-compile-file): Doc fix.
4057         * calculator.el (calculator-expt): Replace cl function `oddp'.
4059 2008-04-27  Johan BockgÃ¥rd  <bojohan@gnu.org>
4061         * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
4062         Simplify.  Collect `defun' and `autoload' entries.
4063         Avoid modifying load-history.
4065 2008-04-26  Glenn Morris  <rgm@gnu.org>
4067         * textmodes/ispell.el (ispell-insert-word): Revert previous change.
4069         * simple.el (quoted-insert, zap-to-char): Revert previous change.
4071 2008-04-26  John Paul Wallington  <jpw@pobox.com>
4073         * hexl.el (hexl-mode): Stash `eldoc-documentation-function' in
4074         `hexl-mode-old-eldoc-documentation-function'.
4075         (hexl-mode-exit): Restore it.
4076         (hexl-mode-old-eldoc-documentation-function): Declare for compiler.
4078         * w32-fns.el (top-level): Don't set `completion-ignore-case' to t.
4080 2008-04-26  Juanma Barranquero  <lekktu@gmail.com>
4082         * minibuffer.el (completion-pcm-word-delimiters): Add :group.
4083         (completion-pcm--all-completions): Doc fix.
4084         (completion-styles-alist, completion-all-completions):
4085         Fix typos in docstrings.
4087 2008-04-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4089         * whitespace.el: There is now only one variable (whitespace-style) to
4090         specify which kind of blank is visualized.  Doc and docstring fix.
4091         New version 11.0.
4092         (whitespace-style): New option, replace whitespace-style-mark and
4093         whitespace-style-color.
4094         (whitespace-style-mark, whitespace-style-color): Options removed.
4095         (whitespace-hspace, whitespace-tab, whitespace-newline)
4096         (whitespace-trailing, whitespace-line, whitespace-space-before-tab)
4097         (whitespace-indentation, whitespace-empty, whitespace-space-after-tab)
4098         (whitespace-hspace-regexp, whitespace-space-regexp)
4099         (whitespace-tab-regexp, whitespace-trailing-regexp)
4100         (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
4101         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
4102         (whitespace-space-after-tab-regexp, whitespace-line-column)
4103         (whitespace-display-mappings, whitespace-report): Docstring fix.
4104         (whitespace-color-value-list, whitespace-mark-value-list)
4105         (whitespace-active-color, whitespace-active-mark)
4106         (whitespace-toggle-color, whitespace-toggle-mark): Vars removed.
4107         (whitespace-style-value-list, whitespace-active-style)
4108         (whitespace-toggle-style): New vars.
4109         (whitespace-toggle-option-alist, whitespace-help-text):
4110         Var initialization and docstring fix.
4111         (whitespace-toggle-options, global-whitespace-toggle-options)
4112         (whitespace-cleanup, whitespace-cleanup-region)
4113         (whitespace-report-region, whitespace-interactive-char)
4114         (whitespace-toggle-list): Docstring and code fix.
4115         (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
4116         (whitespace-turn-off, whitespace-color-on, whitespace-color-off)
4117         (whitespace-display-char-on, whitespace-display-char-off): Code fix.
4118         (whitespace-style-face-p, whitespace-style-mark-p): New fun.
4120 2008-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4122         * diff-mode.el (diff-hunk-header-re-unified): Allow elided line counts.
4123         (diff-end-of-hunk, diff-unified->context, diff-fixup-modifs)
4124         (diff-sanity-check-hunk): Adjust code accordingly.
4126 2008-04-26  Glenn Morris  <rgm@gnu.org>
4128         * abbrev.el (define-abbrev): Don't use `iff' in doc-strings.
4130         * forms-d2.dat: Move to ../etc.
4131         * forms-d2.el (forms-file): Adapt for above change.
4133         * simple.el (quoted-insert, zap-to-char): Remove uses of obsolete
4134         `translation-table-for-input'.
4136         * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): New function.
4137         (byte-compile-obsolete, byte-compile-variable-ref): Use it.
4139         * progmodes/fortran.el (fortran-mode-syntax-table): Change `;'
4140         to punctuation now it's not needed for abbrevs.
4141         (fortran-mode-abbrev-table): Remove defvar, make use of new
4142         define-abbrev-table :regexp feature.
4144         * textmodes/ispell.el (ispell-insert-word): Remove, and replace with
4145         insert, now that translation-table-for-input is not needed.
4147 2008-04-26  Johannes Weiner  <hannes@saeurebad.de>
4149         * emacs-lisp/pp.el (pp-display-expression): New function,
4150         extracted from pp-eval-expression.
4151         (pp-eval-expression): Use pp-display-expression.
4152         (pp-macroexpand-expression, pp-macroexpand-last-sexp): New functions.
4153         (pp-last-sexp): New function, extracted from pp-eval-last-sexp.
4154         (pp-eval-last-sexp): Use pp-last-sexp.
4156 2008-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4158         * abbrev.el (define-abbrev-table): Apply props even if the table
4159         exists already.
4161         * minibuffer.el (completion-table-with-context): Fix `pred' for the
4162         various kinds of completion tables.
4163         (completion-emacs22-try-completion): Place cursor after the /, as was
4164         done in Emacs-22's minibuffer-complete-word.
4165         Fix bug reported by David Hansen <david.hansen@gmx.net>.
4166         (completion-emacs22-try-completion): Merge all mergable text rather
4167         than just /.
4168         (completion-pcm--delim-wild-regex): New var.
4169         (completion-pcm-word-delimiters): New custom.
4170         (completion-pcm--prepare-delim-re, completion-pcm--pattern-trivial-p)
4171         (completion-pcm--string->pattern, completion-pcm--pattern->regex)
4172         (completion-pcm--all-completions, completion-pcm-all-completions)
4173         (completion-pcm--merge-completions, completion-pcm--pattern->string)
4174         (completion-pcm-try-completion): New functions.
4175         (completion-styles-alist): Add them.
4176         (completion-styles): Add it to the default.
4178 2008-04-25  Nick Roberts  <nickrob@snap.net.nz>
4180         * progmodes/gdb-ui.el (gud-watch): Don't create speedbar...
4181         (gdb-var-create-handler): ...until here when there are values.
4182         (gdb-post-prompt): Don't do -var-update with no watch expressions.
4183         (gdb-info-locals-handler): Don't match "struct {...}" as an array.
4185 2008-04-25  Eli Zaretskii  <eliz@gnu.org>
4187         * ls-lisp.el (ls-lisp-format): Fix last change.
4188         (ls-lisp-uid-d-fmt, ls-lisp-uid-s-fmt, ls-lisp-gid-d-fmt)
4189         (ls-lisp-gid-s-fmt, ls-lisp-filesize-d-fmt)
4190         (ls-lisp-filesize-f-fmt): New defvars.
4191         (ls-lisp-insert-directory): Dynamically compute format specifiers
4192         for displaying UID, GID, and file size, and store them in the
4193         above variables.
4194         (ls-lisp-format): Use ls-lisp-filesize-f-fmt, ls-lisp-uid-s-fmt,
4195         ls-lisp-uid-d-fmt, ls-lisp-gid-s-fmt, and ls-lisp-gid-d-fmt
4196         instead of constant format strings.
4197         (ls-lisp-format-file-size): Use ls-lisp-filesize-f-fmt and
4198         ls-lisp-filesize-d-fmt instead of constant format strings.
4200 2008-04-24  Nick Roberts  <nickrob@snap.net.nz>
4202         * progmodes/gdb-ui.el (gdb-invalidate-assembler): Compare numeric
4203         value of addresses rather than (partial) string value.
4204         (gdb-frame-handler): Change regexp according to above change.
4205         (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
4206         (gdb-registers-mode, gdb-memory-mode, gdb-locals-mode)
4207         (gdb-assembler-mode): Disable undo in these buffers.
4209 2008-04-24  Michael Albinus  <michael.albinus@gmx.de>
4211         * net/tramp.el (tramp-get-remote-stat): Test whether stat supports %s.
4212         Reported by Loris Bennett <loris.bennett@fu-berlin.de>.
4214 2008-04-24  Sam Steingold  <sds@gnu.org>
4216         * textmodes/remember.el (remember-diary-extract-entries): Use
4217         diary-make-entry instead of the obsolete make-diary-entry.
4219 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4221         * subr.el (translation-table-for-input): Mark as obsolete.
4223         * isearch.el (isearch-search-string): Avoid string-bytes and aset.
4225         * international/quail.el (quail-build-decode-map): Avoid string-bytes.
4227         * textmodes/ispell.el (ispell-dictionary-alist-1)
4228         (ispell-dictionary-alist-2, ispell-dictionary-alist-3)
4229         (ispell-dictionary-alist-4, ispell-dictionary-alist-5)
4230         (ispell-dictionary-alist-6): Remove.
4231         (ispell-dictionary-base-alist): New var, merges the above.
4232         (ispell-find-aspell-dictionaries, ispell-set-spellchecker-params):
4233         Use it.
4234         (ispell-dictionary-alist): Default to nil.  Remove autoload.
4235         (ispell-local-dictionary-alist): Remove autoload.
4237         * progmodes/f90.el (f90-mode-syntax-table): Don't set ` as word syntax.
4238         (f90-mode-abbrev-table): Use the new :regexp feature.
4239         Merge defvar and mapc into define-abbrev-table.
4240         (f90-imenu-type-matcher): Remove unused `l'.
4241         (f90-imenu-generic-expression): Remove unused `not-ib'.
4242         (f90-prepare-abbrev-list-buffer): Use with-current-buffer.
4243         (f90-change-keywords): Use restore-buffer-modified-p.
4245 2008-04-24  Glenn Morris  <rgm@gnu.org>
4247         * net/goto-addr.el (goto-address-prog-mode):
4248         * progmodes/bug-reference.el (bug-reference-prog-mode):
4249         Define for compiler.
4251         * minibuffer.el (x-file-dialog): Declare as function.
4253         * progmodes/vhdl-mode.el (vhdl-speedbar-find-file): Use
4254         dframe-update-speed rather than obsolete alias speedbar-update-speed.
4256         * calendar/cal-menu.el (cal-menu-diary-menu): Fix typo.
4257         (cal-menu-scroll-menu): Use commands rather than key macros, which don't
4258         work with easymenu.  Add :keys where needed.
4260         * calendar/cal-move.el (calendar-scroll-left): Handle case when
4261         event-start is nil.
4263         * calendar/calendar.el (calendar-mode-map): Fix typo.
4265 2008-04-24  Tom Tromey  <tromey@redhat.com>
4267         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
4268         Document keywords.  Add :suppress.
4269         * pcvs-defs.el (cvs-mode-map): Use :suppress.
4271         * net/goto-addr.el (goto-address-unfontify): New function.
4272         (goto-address-fontify): Use it.  Respect goto-address-prog-mode.
4273         (goto-address-fontify-region, goto-address-mode)
4274         (goto-address-prog-mode): New functions.
4276         * progmodes/bug-reference.el: New file.
4278 2008-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4280         * term/mac-win.el (mac-ts-active-input-buf): Move defvar to macterm.c.
4282 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4284         * emacs-lisp/easymenu.el (easy-menu-make-symbol): Don't wrap keyboard
4285         macros within lambdas.
4287 2008-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4289         * minibuffer.el (completion-try-completion): Add `point' argument.
4290         Change return value.
4291         (completion-all-completions): Add `point' argument.
4292         (minibuffer-completion-help): Pass the new `point' argument.
4293         (completion--do-completion): Pass the whole field to try-completion.
4294         (completion--try-word-completion): Rewrite, making fewer assumptions.
4295         (completion-emacs21-try-completion, completion-emacs21-all-completions)
4296         (completion-emacs22-try-completion, completion-emacs22-all-completions)
4297         (completion-basic-try-completion, completion-basic-all-completions):
4298         New functions.
4299         (completion-styles-alist): Use them.
4301 2008-04-23  Agustín Martín  <agustin.martin@hispalinux.es>
4303         * ispell.el (ispell-set-spellchecker-params): New function to make sure
4304         right params and dictionary alists are used after spellchecker changes.
4305         (ispell-aspell-dictionary-alist, ispell-last-program-name)
4306         (ispell-initialize-spellchecker-hook): New variables and hook.
4307         (ispell-find-aspell-dictionaries): Use ispell-aspell-dictionary-alist.
4308         (ispell-maybe-find-aspell-dictionaries): Remove.
4309         Calls replaced by (ispell-set-spellchecker-params) calls.
4310         (ispell-have-aspell-dictionaries): Remove.
4311         * flyspell.el: Replace ispell-maybe-find-aspell-dictionaries by
4312         ispell-set-spellchecker-params.
4314 2008-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4316         * complete.el (PC-do-completion): Be more robust in the presence of
4317         unexpected values in minibuffer-completion-predicate.
4319         * minibuffer.el (read-file-name): Don't let-bind default-directory.
4320         Only abbreviate default-filename if it's a file.
4322         * minibuffer.el (read-file-name-function, read-file-name-predicate)
4323         (read-file-name-completion-ignore-case, insert-default-directory):
4324         New vars, moved from fileio.c.
4325         (read-file-name): New fun, moved from fileio.c.
4326         * cus-start.el: Remove insert-default-directory and
4327         read-file-name-completion-ignore-case.
4329 2008-04-23  Magnus Henoch  <mange@freemail.hu>
4331         * tar-mode.el (tar-untar-buffer): If the entry has directory
4332         link type, extract it as a directory even if its file name doesn't
4333         end with a slash.  Fixes extraction of NetBSD tar archives.
4335 2008-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4337         * server.el (server-start): Also don't get confused by CRs since we
4338         don't quote them.
4340 2008-04-23  Nick Roberts  <nickrob@snap.net.nz>
4342         * progmodes/gdb-ui.el (gdb-init-buffer): New function.
4343         (gdb-set-gud-minor-mode-existing-buffers)
4344         (gdb-info-breakpoints-custom, gdb-get-location)
4345         (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
4346         Previously gdb-create-define-alist wasn't always run and added to
4347         after-save-hook.
4349         * progmodes/gud.el (gud-tooltip-tips): Use tooltip-event-buffer.
4351 2008-04-23  Kevin Ryde  <user42@zip.com.au>
4353         * progmodes/make-mode.el (makefile-fill-paragraph): Treat indented
4354         comments like unindented ones.
4356 2008-04-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4358         * term/mac-win.el (mac-ae-open-documents): Adjust selection range
4359         parameter origins.
4361 2008-04-23  Kevin Ryde  <user42@zip.com.au>
4363         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
4364         Bind print-level to ensure output forms aren't truncated if
4365         print-level is set to eval-expression-print-level when going via
4366         eval-defun and friends, or has been otherwise fiddled with.
4368 2008-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4370         * progmodes/cc-mode.el (c-basic-common-init): Don't set
4371         font-lock-extend-after-change-region-function globally.
4373 2008-04-23  Juanma Barranquero  <lekktu@gmail.com>
4375         * speedbar.el (speedbar-use-tool-tips-flag)
4376         (speedbar-ignored-directory-regexp, speedbar-file-unshown-regexp)
4377         (speedbar-file-regexp, speedbar-message, speedbar-item-info)
4378         (speedbar-files-item-info, speedbar-maybe-add-localized-support)
4379         (speedbar-insert-files-at-point, speedbar-dynamic-tags-function-list)
4380         (speedbar-generic-list-positioned-group-p, speedbar-insert-generic-list)
4381         (speedbar-fetch-replacement-function, speedbar-extract-one-symbol)
4382         (speedbar-separator-face): Fix typos in docstrings.
4383         (speedbar-stealthy-function-list, speedbar-verbosity-level)
4384         (speedbar-supported-extension-expressions, speedbar-update-current-file)
4385         (speedbar-add-indicator, speedbar-tag-expand): Reflow docstring.
4386         (speedbar-use-imenu-flag, speedbar-ignored-directory-expressions)
4387         (speedbar-directory-unshown-regexp, speedbar-handle-delete-frame)
4388         (speedbar-show-info-under-mouse, speedbar-directory-buttons)
4389         (speedbar-check-vc-this-line, speedbar-files-line-directory)
4390         (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
4391         (speedbar-buffers-line-directory, speedbar-recenter-to-top)
4392         (speedbar-recenter): Doc fixes.
4393         (speedbar-update-speed, speedbar-navigating-speed): Add obsolescence
4394         declaration and remove redundant info in docstring.
4396 2008-04-23  Dan Nicolaescu  <dann@ics.uci.edu>
4398         * vc-git.el (vc-git-status-printer): Deal with directories.
4400         * vc.el (vc-next-action): Look at more than the first file to
4401         determine the state.
4403 2008-04-23  Glenn Morris  <rgm@gnu.org>
4405         * dframe.el (dframe-have-timer-flag): Drop support for Emacs without
4406         timers.  Doc fix.
4407         (dframe-update-speed): Drop support for XEmacs < 20.
4408         (dframe-frame-mode): Drop support for Emacs < 20.
4409         (dframe-set-timer-internal): Drop support for Emacs without timers.
4410         (dframe-popup-kludge): Use mouse-menu-major-mode-map if defined.
4412         * ediff-init.el (ediff-check-version): Drop support for very old Emacs
4413         versions.  Add doc-string.  Mark as obsolete.
4415         * ps-def.el (ps-color-device): Drop support for XEmacs < 19.12.
4417         * speedbar.el (speedbar-use-tool-tips-flag): Check for tooltip-mode,
4418         rather than using an Emacs version test.
4420         * tree-widget.el (tree-widget-image-enable): Use display-images-p
4421         rather than an Emacs version test.
4423         * calendar/cal-china.el (holiday-chinese-qingming)
4424         (holiday-chinese-winter-solstice, holiday-chinese): New functions.
4425         * calendar/calendar.el (calendar-chinese-all-holidays-flag): New.
4426         * calendar/holidays.el (holiday-oriental-holidays): Add more holidays.
4428         * calendar/cal-islam.el (holiday-islamic): Doc fix.
4430         * calendar/diary-lib.el (diary-list-sexp-entries): Doc fix.
4431         (diary-remind): Allow negative DAYS to represent a range 1:DAYS.
4432         Suggested by Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
4434 2008-04-23  Nick Roberts  <nickrob@snap.net.nz>
4436         * progmodes/gdb-ui.el (gdb-previous-frame-address): Rename...
4437         (gdb-previous-frame-pc-address): ...to this.
4438         (gdb-get-selected-frame): Use MI command -stack-info-frame instead
4439         of "info frame" with Gdb 6.4+.
4440         (gdb-stack-list-frames-regexp): New regexp.
4441         (gdb-frame-handler-1): Parse output of -stack-info-frame.
4443 2008-04-22  David Glasser  <glasser@davidglasser.net>  (tiny change)
4445         * tar-mode.el (tar-prefix-offset): New constant.
4446         (tar-header-block-tokenize): Support paths with long names
4447         which use the "ustar" standard.
4449 2008-04-22  Mathias Dahl  <mathias.dahl@gmail.com>
4451         * image-dired.el (image-dired-track-original-file)
4452         (image-dired-modify-mark-on-thumb-original-file):
4453         Use `dired-goto-file' instead of `search-forward'.  This solves
4454         a bug with finding files where the file name is a subset of other
4455         file names.  Doc fix.
4457 2008-04-22  Juri Linkov  <juri@jurta.org>
4459         * menu-bar.el (buffers-menu-max-size): Move its definition down to
4460         the "Buffers Menu" section.  Change group name `mouse' to `menu'.
4461         (yank-menu-length): Change group name `mouse' to `menu'.
4462         (buffers-menu-buffer-name-length): New user option.
4463         (menu-bar-update-buffers): Use buffers-menu-buffer-name-length
4464         instead of the hard-coded number 27.
4466 2008-04-22  Juri Linkov  <juri@jurta.org>
4468         * isearch.el (eval-when-compile): Require `help-macro'.
4469         (isearch-help-for-help-internal): Isearch specific Help screen
4470         created by `make-help-screen'.
4471         (isearch-help-map): New variable that binds "b", "k", "m" to
4472         isearch-specific commands, and binds other keys to
4473         isearch-other-control-char, thus allowing other Help keys to
4474         exit isearch mode and execute their global definitions.
4475         (isearch-help-for-help, isearch-describe-bindings)
4476         (isearch-describe-key, isearch-describe-mode): New commands.
4477         (isearch-mode-help): Define alias to isearch-describe-mode
4478         and remove its old function definition.
4479         (isearch-mode-map): Bind "\C-h" to isearch-help-map.
4480         Remove old comments because this issue is settled now.
4481         (isearch-forward): Describe three new Help commands in the docstring.
4482         (isearch-mode): Remove \\{isearch-mode-map} from the docstring,
4483         leave the single sentence at the first line of the docstring,
4484         and prepend the word "function" before `isearch-forward'
4485         to make the Help link to the function instead of variable.
4487 2008-04-22  Juri Linkov  <juri@jurta.org>
4489         * isearch.el (isearch-success-function): New variable with default
4490         to `isearch-success-function-default'.
4491         (isearch-search): Call a function from `isearch-success-function'
4492         instead of calling the hard-coded `isearch-range-invisible'.
4493         (isearch-success-function-default): New function that calls
4494         `isearch-range-invisible' and inverts its return value.
4496         * info.el (Info-search): In two similar places that skip
4497         undesired search matches move code to Info-search-success-function,
4498         and call `isearch-success-function' instead.
4499         (Info-search-success-function): New function copied from code
4500         in Info-search.  Replace isearch-range-invisible with
4501         text-property-not-all that checks for 'invisible and 'display
4502         properties to skip partially invisible matches (whose display
4503         properties were set by Info-fontify-node).
4504         (Info-mode): Set buffer-local isearch-success-function
4505         to Info-search-success-function.
4507 2008-04-22  Juri Linkov  <juri@jurta.org>
4509         * minibuffer.el (internal-complete-buffer-except): New function.
4511         * files.el (read-buffer-to-switch): New function.
4512         (switch-to-buffer-other-window, switch-to-buffer-other-frame):
4513         Change interactive spec to call read-buffer-to-switch instead of
4514         using the letter "B".
4516         * simple.el (minibuffer-default-add-shell-commands): New function.
4517         Use declare-function for mailcap-file-default-commands from "mailcap".
4518         (shell-command): Set local minibuffer-default-add-function to
4519         minibuffer-default-add-shell-commands in minibuffer-with-setup-hook
4520         before calling read-shell-command.  Set 4th arg default-value of
4521         read-shell-command to relative buffer-file-name in file buffers.
4523         * dired-aux.el (dired-read-shell-command-default): Move it to
4524         gnus/mailcap.el and change its name to more general name
4525         mailcap-file-default-commands.
4526         (minibuffer-default-add-dired-shell-commands): New function.
4527         Use declare-function for mailcap-file-default-commands from "mailcap".
4528         (dired-read-shell-command): Set local minibuffer-default-add-function
4529         to minibuffer-default-add-dired-shell-commands in minibuffer-with-setup-hook
4530         before calling read-shell-command.  Remove dired-read-shell-command-default
4531         from the default value arg because default values are not set in
4532         minibuffer-default-add-dired-shell-commands.  Doc fix.
4534         * dired-x.el (dired-smart-shell-command): Sync arguments and
4535         interactive spec with changes in `shell-command'.
4536         Use dired-get-filename to get the dired file name at point
4537         as the default value in dired mode.
4539 2008-04-22  Juanma Barranquero  <lekktu@gmail.com>
4541         * info.el (Info-complete-menu-item): Add missing parenthesis.
4543 2008-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4545         * info.el (Info-complete-menu-item): Save point.
4547 2008-04-22  Juanma Barranquero  <lekktu@gmail.com>
4549         * minibuffer.el (minibuffer-complete-and-exit): Fix last change.
4551 2008-04-22  Andreas Schwab  <schwab@suse.de>
4553         * Makefile.in (emacs-deps): Define.
4554         Use it instead of $(lisp)/subdirs.el.
4556 2008-04-22  Dan Nicolaescu  <dann@ics.uci.edu>
4558         * vc.el (vc-next-action): Do not consider directories when
4559         checking for state compatibility.
4560         (vc-transfer-file): Use when not if.
4561         (vc-dir-parent-marked-p, vc-dir-children-marked-p): New functions.
4562         (vc-dir-mark-file): Use them.
4563         (vc-deduce-fileset): Also return the backend.
4564         (vc-diff-internal): Take as argument the value returned by
4565         vc-deduce-fileset instead of just the fileset.
4566         (vc-next-action, vc-finish-logentry, vc-version-diff, vc-diff)
4567         (vc-dir-mark-file, vc-print-log, vc-revert, vc-rollback)
4568         (vc-update): Update the vc-deduce-fileset and vc-diff-internal calls.
4570 2008-04-22  Tassilo Horn  <tassilo@member.fsf.org>
4572         * doc-view.el (doc-view-scroll-up-or-next-page): Don't use
4573         set-window-vscroll but image-scroll-down.  Fixes a bug where a
4574         command following SPC scrolled up again.
4576 2008-04-22  Nick Roberts  <nickrob@snap.net.nz>
4578         * progmodes/gdb-ui.el (gdb-locals-header): New variable.
4579         (gdb-locals-mode, gdb-registers-mode): Use it for header line.
4580         (gud-watch): Add "$" prefix when in registers buffer.
4582 2008-04-22  Glenn Morris  <rgm@gnu.org>
4584         * progmodes/gdb-ui.el (gdbmi-invalidate-frames): Declare as function.
4586         * whitespace.el (whitespace-display-table)
4587         (whitespace-display-table-was-local): Move definitions before use.
4589         * emacs-lisp/copyright.el (copyright-at-end-flag): New option.
4590         (copyright-limit): Respect copyright-at-end-flag.
4591         (copyright-re-search, copyright-start-point)
4592         (copyright-offset-too-large-p): New functions.
4593         (copyright-update-year): Use copyright-re-search.
4594         (copyright-update, copyright-fix-years): Use copyright-start-point,
4595         and copyright-re-search.
4596         (copyright): Use copyright-offset-too-large-p.
4597         * add-log.el (change-log-mode): Set copyright-at-end-flag.
4599         * add-log.el (top-level): Require 'cl when compiling.
4601 2008-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4603         * complete.el (PC-complete-as-file-name, PC-read-file-name-internal):
4604         Treat minibuffer-completion-predicate as a predicate.
4606         * minibuffer.el (completion--file-name-table): Accept both the old
4607         `dir' arg or the new `pred' arg.
4609         * ffap.el (ffap-read-file-or-url): Do not abuse completing-read's
4610         `predicate' argument to pass non-predicate data.
4611         (ffap-read-url-internal, ffap-read-file-or-url-internal):
4612         Use second arg as proper predicate.
4614         * vc-bzr.el (vc-bzr-complete-with-prefix): Remove.
4615         (vc-bzr-revision-completion-table): Use completion-table-with-context
4616         instead.
4618         * simple.el (choose-completion-string): Use minibuffer-completion-table.
4620 2008-04-21  Chong Yidong  <cyd@stupidchicken.com>
4622         * term.el (term-emulate-terminal): Perform redisplay after the
4623         process filter has finished running.
4625 2008-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4627         * vc.el (vc-dir): Use pop-to-buffer, so it can be customized.
4629         * minibuffer.el (completion-try-completion): Change magic symbol
4630         property name.  Rename from minibuffer-try-completion.
4631         (completion-all-completions): Rename from minibuffer-all-completions.
4632         Remove hide-spaces argument.
4633         (completion--do-completion): Rename from minibuffer--do-completion.
4634         (minibuffer-complete-and-exit): Call just try-completion rather than
4635         completion-try-completion to fix up the case.
4636         (completion--try-word-completion): Try to add space or hyphen before
4637         making `string' a prefix of `completion'.
4638         (completion--insert-strings): Rename from minibuffer--insert-strings.
4640 2008-04-22  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
4642         * net/tls.el (tls-program): Add -ign_eof argument to call the
4643         openssl commands.
4644         (tls-checktrust): Ditto.
4646 2008-04-21  Dan Nicolaescu  <dann@ics.uci.edu>
4648         * vc-cvs.el (vc-cvs-status-extra-headers): New function.
4650         * vc-hooks.el (vc-insert-file, vc-state, vc-working-revision)
4651         (vc-check-master-templates, vc-file-not-found-hook)
4652         (vc-kill-buffer-hook):
4653         * vc.el (vc-process-sentinel, vc-exec-after, vc-do-command)
4654         (vc-find-position-by-context, vc-buffer-context)
4655         (vc-restore-buffer-context, vc-responsible-backend)
4656         (vc-expand-dirs, vc-ensure-vc-buffer, vc-buffer-sync)
4657         (vc-next-action, vc-register, vc-register-with, vc-steal-lock)
4658         (vc-finish-logentry, vc-coding-system-for-diff, vc-switches)
4659         (vc-version-diff, vc-diff, vc-insert-headers)
4660         (vc-dired-buffers-for-dir, vc-dired-resynch-file)
4661         (vc-snapshot-precondition, vc-create-snapshot, vc-print-log)
4662         (vc-revert, vc-rollback, vc-version-backup-file)
4663         (vc-rename-master, vc-delete-file, vc-rename-file)
4664         (vc-branch-part, vc-default-retrieve-snapshot)
4665         (vc-annotate-display-autoscale, vc-annotate-display-select)
4666         (vc-annotate, vc-annotate-warp-revision, vc-annotate-difference)
4667         (vc-annotate-lines, vc-file-tree-walk-internal): Use when instead of if.
4668         (vc-dir-update): Handle directories.
4669         (vc-default-status-printer): Simplify.
4671         * progmodes/asm-mode.el (asm-mode-map):
4672         * progmodes/hideif.el (hide-ifdef-mode-menu): Add :help.
4674         * progmodes/m4-mode.el (m4-mode-map): Add menu.
4676 2008-04-21  Kenichi Handa  <handa@m17n.org>
4678         * select.el (xselect-convert-to-string): Send a C_STRING only if
4679         the polymorphic target TEXT is requested.
4681 2008-04-21  Juanma Barranquero  <lekktu@gmail.com>
4683         * minibuffer.el (completion-setup-hook, display-completion-list)
4684         (completion--file-name-table): Fix typos in docstrings.
4685         (completion-table-dynamic): Fix typo, and reflow docstring.
4687 2008-04-20  Andreas Schwab  <schwab@suse.de>
4689         * server.el (server-switch-buffer): Also consider clients in the
4690         selected frame.
4692 2008-04-19  Nick Roberts  <nickrob@snap.net.nz>
4694         * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
4695         Select window clicked on first.
4696         (gdb): Display thread number in mode-line.
4697         (gdb-make-header-line-mouse-map): Move to avoid byte compiler warnings.
4698         (gdb-breakpoints-header): New variable.
4699         (gdb-breakpoints-mode, gdb-threads-mode): Use it for header line.
4701 2008-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4703         * vc-sccs.el (vc-sccs-do-command): New fun.  Use the "sccs" command.
4704         (vc-sccs-register, vc-sccs-checkin, vc-sccs-find-revision)
4705         (vc-sccs-checkout, vc-sccs-rollback, vc-sccs-revert)
4706         (vc-sccs-steal-lock, vc-sccs-modify-change-comment)
4707         (vc-sccs-print-log): Use it.
4709         * vc-hooks.el (vc-path): Remove SCCS-specific hack.
4711         * emacs-lisp/lisp-mode.el (lisp-mode-auto-fill): Make it an alias.
4712         * progmodes/scheme.el (scheme-mode-variables): Don't use it.
4714         * tooltip.el (tooltip-previous-message): New var.
4715         (tooltip-show-help-non-mode): Rewrite to better follow the behavior of
4716         the C code (avoid overwriting a minibuffer, restore previous echo
4717         message, ...).
4718         (tooltip-delay, tooltip-process-prompt-regexp, tooltip-strip-prompt):
4719         Simplify.
4721 2008-04-19  Nick Roberts  <nickrob@snap.net.nz>
4723         * progmodes/gdb-ui.el (gdb-thread-indicator): New variable.
4724         (gdb-init-1): Initialise it.
4725         (gdb-annotation-rules): New entry for "new-thread".
4726         (gdb-thread-identification): New function to customize
4727         mode-line-buffer-identification.
4728         (gdb-frames-mode, gdb-registers-mode, gdb-locals-mode)
4729         (gdb-assembler-mode): Use it.
4730         (gdb-threads-mode): Force "info threads" onto queue.
4732 2008-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4734         * files.el (locate-file-completion-table): Rename from
4735         locate-file-completion and make it use `pred' in the normal way.
4736         (locate-file-completion): New compatibility wrapper.
4737         (load-library): Use locate-file-completion-table.
4738         * finder.el (finder-commentary):
4739         * subr.el (locate-library):
4740         * emacs-lisp/find-func.el (find-library): Likewise.
4741         * info.el: Use with-current-buffer and inhibit-read-only.
4742         (Info-read-node-name-2): Change to use `predicate' in the normal way.
4743         (Info-read-node-name-1): Adjust uses accordingly.
4745         * minibuffer.el (completion-table-with-context): Add support for `pred'.
4746         (completion-table-with-terminator): Don't use complete-with-action
4747         since we have to distinguish all three cases anyway.
4748         (completion-table-with-predicate): New function.
4749         (dynamic-completion-table): Add obsolete alias.
4751         * emacs-lisp/trace.el (trace-make-advice): Don't change selected-window.
4753 2008-04-18  Sam Steingold  <sds@gnu.org>
4755         * vc.el (vc-dir-menu-map, vc-dir-mode-map, vc-dir-tool-bar-map):
4756         Use quit-window instead of bury-buffer.
4758 2008-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
4760         * minibuffer.el (completion-table-with-terminator): Fix last fix.
4762 2008-04-18  Andreas Schwab  <schwab@suse.de>
4764         * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
4765         ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
4766         Depend on $(lisp)/subdirs.el.
4768 2008-04-18  Juanma Barranquero  <lekktu@gmail.com>
4770         * descr-text.el (describe-char-after):
4771         Use `define-obsolete-function-alias'.
4773         * dired-x.el (dired-omit-files-p): Use `define-obsolete-variable-alias'.
4775         * facemenu.el (facemenu-unlisted-faces): Fix obsolescence description.
4777         * savehist.el (savehist-load): Add WHEN to obsolescence declaration.
4778         Remove redundant obsolescence info in docstring.
4780         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
4781         (vc-header-alist): Add WHEN to obsolescence declaration.
4782         (vc-state): Fix typo in docstring.
4784         * emacs-lisp/checkdoc.el (checkdoc-minor-keymap):
4785         Use `define-obsolete-variable-alias'.
4787         * emulation/tpu-edt.el (tpu-have-ispell):
4788         * international/codepage.el (codepage-setup):
4789         Fix typo in obsolescence declaration.
4791         * international/mule.el (char-coding-system-table):
4792         Remove redundant obsolescence info in docstring.
4793         (charset-list, generic-char-p, set-char-table-default):
4794         Fix typos in obsolescence decarations.
4796         * international/mule-diag.el (non-iso-charset-alist):
4797         Fix typo in obsolescence declaration.
4798         (decode-codepage-char): Remove redundant obsolescence info in docstring.
4800         * font-core.el (font-lock-defaults-alist):
4801         * font-lock.el (font-lock-reference-face):
4802         * frame.el (screen-height, screen-width, set-screen-width)
4803         (set-screen-height):
4804         * hilit-chg.el (highlight-changes-initial-state):
4805         * isearch.el (isearch-return-char):
4806         * log-edit.el (cvs-commit-buffer-require-final-newline)
4807         (cvs-changelog-full-paragraphs):
4808         * mouse.el (mouse-major-mode-menu, mouse-popup-menubar)
4809         (mouse-popup-menubar-stuff):
4810         * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button)
4811         (mouse-wheel-click-button):
4812         * outline.el (outline-visible):
4813         * pcvs-defs.el (cvs-diff-ignore-marks, cvs-diff-buffer-name):
4814         * pcvs-info.el (cvs-display-full-path, cvs-fileinfo->full-path):
4815         * emacs-lisp/lisp-mode.el (lisp-comment-indent):
4816         * progmodes/compile.el (compile-internal):
4817         Add WHEN to obsolescence declarations.
4819 2008-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
4821         * emacs-lisp/debug.el (debug): Revert to bury-buffer since quit-window
4822         is not better anyway.
4824 2008-04-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4826         * whitespace.el (whitespace-report-region): Handle whitespace-tab-width
4827         properly.
4829 2008-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4831         * progmodes/python.el (python-mode-map): Use abbrev-table-menu.
4832         (python-use-skeletons): Remove, unused.
4833         (python-skeletons): Remove.  Use the abbrev table instead.
4834         (python-mode-abbrev-table): Fix regexp;
4835         add enable-function and case-fixed.
4836         (def-python-skeleton): Simplify.
4837         (python-expand-template): Use the abbrev-table and abbrev-insert.
4838         (python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook):
4839         Remove.
4840         (python-mode): Don't set pre-abbrev-expand-hook.
4842         * skeleton.el: Set coding-tag.
4844         * abbrev.el (abbrev-insert): New function extracted from expand-abbrev.
4845         (expand-abbrev): Use it.
4846         (abbrev-table-menu): New function.
4848         * abbrev.el (define-abbrev-table): Fontify dosctrings as such.
4850         * minibuffer.el (completion-table-with-terminator): Fix paren typo.
4852 2008-04-17  Sam Steingold  <sds@gnu.org>
4854         * pcvs-util.el (cvs-bury-buffer): Use quit-window instead of the
4855         idiosyncratic bury-buffer/delete-window logic.
4857 2008-04-17  Juanma Barranquero  <lekktu@gmail.com>
4859         * emacs-lisp/crm.el (crm-completion-help, crm-complete)
4860         (crm-complete-word, crm-complete-and-exit): Fix typo in previous change.
4862 2008-04-17  Kenichi Handa  <handa@m17n.org>
4864         * international/characters.el: Don't make the width of U+00AD to 0.
4866 2008-04-17  Nick Roberts  <nickrob@snap.net.nz>
4868         * progmodes/gdb-ui.el (gdb-stack-update): New variable.
4869         (gdb, gdb-starting, gdb-frames-mode): Use it.
4870         (gdb-invalidate-frames): Advise to call "info stack" only if
4871         execution has occurred.
4872         (gdb-info-breakpoints-custom): Only update overlay-arrow pointing to
4873         selected frame if no execution has occurred.
4874         (gdb-frames-force-update): New interactive function.
4875         (gdb-frames-mode-map): Bind it to "F".
4877 2008-04-17  Michael Olson  <mwolson@gnu.org>
4879         * textmodes/remember.el (remember-version): Release Remember 2.0.
4881 2008-04-16  Yoni Rabkin  <yoni@rabkins.net>
4883         * textmodes/artist.el:
4884         * progmodes/vhdl-mode.el:
4885         * progmodes/verilog-mode.el:
4886         * progmodes/vera-mode.el:
4887         * progmodes/simula.el:
4888         * progmodes/ps-mode.el:
4889         * progmodes/cmacexp.el:
4890         * obsolete/hilit19.el:
4891         * emulation/viper.el:
4892         * ediff.el: Cleanup the bug-report email addresses and make sure the
4893         maintainer is still willing to handle bug reports.
4895 2008-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
4897         * vc.el (vc-dir-kill-query): Fix thinko.
4899 2008-04-16  Glenn Morris  <rgm@gnu.org>
4901         * calendar/diary-lib.el (diary-remind): Don't clobber `date' passed
4902         by diary-sexp-entry.
4904 2008-04-16  Markus Triska  <markus.triska@gmx.at>
4906         * proced.el (proced-command-alist): Add support for darwin.
4908 2008-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4910         * proced.el (proced-mode): Redefine as just the major-mode.
4911         (proced): Separate it from proced-mode.
4913         * vc.el: Rename vc-status to vc-dir and the vc-status var to vc-ewoc.
4915 2008-04-15  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4917         * whitespace.el: Honor the `indent-tabs-mode' setting from user.
4918         Suggested by Stephen Deasey <sdeasey@gmail.com>.  Honor also the
4919         `tab-width' setting from user.  New version 10.0.  Doc and docstring
4920         fix.
4921         (whitespace-style, whitespace-chars): Remove options.
4922         (whitespace-style-mark): New option, replace whitespace-style deleted
4923         option.  Fix docstring.
4924         (whitespace-style-color): New option, replace whitespace-chars deleted
4925         option.  Fix docstring.
4926         (whitespace-space, whitespace-hspace, whitespace-tab)
4927         (whitespace-newline, whitespace-trailing, whitespace-line)
4928         (whitespace-space-before-tab, whitespace-indentation, whitespace-empty)
4929         (whitespace-space-after-tab, whitespace-hspace-regexp)
4930         (whitespace-space-regexp, whitespace-tab-regexp)
4931         (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
4932         (whitespace-empty-at-eob-regexp, whitespace-line-column)
4933         (whitespace-toggle-option-alist): Fix docstring.
4934         (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
4935         (whitespace-space-after-tab-regexp, whitespace-display-mappings): Fix
4936         docstring and initialization.
4937         (global-whitespace-mode): Autoloaded global minor mode.
4938         (whitespace-chars-value-list, whitespace-style-value-list)
4939         (whitespace-active-chars, whitespace-active-style)
4940         (whitespace-toggle-chars, whitespace-toggle-style): Remove vars.
4941         (whitespace-color-value-list): New var, replace
4942         whitespace-chars-value-list removed var.
4943         (whitespace-mark-value-list): New var, replace
4944         whitespace-style-value-list removed var.
4945         (whitespace-active-color): New var, replace whitespace-active-chars
4946         removed var.
4947         (whitespace-active-mark): New var, replace whitespace-active-style
4948         removed var.
4949         (whitespace-toggle-color): New var, replace whitespace-toggle-chars
4950         removed var.
4951         (whitespace-toggle-mark): New var, replace whitespace-toggle-style
4952         removed var.
4953         (whitespace-toggle-option-alist, whitespace-report-list)
4954         (whitespace-report-text, whitespace-help-text): Fix initialization.
4955         (whitespace-indent-tabs-mode, whitespace-tab-width): New vars.
4956         (whitespace-toggle-options, global-whitespace-toggle-options)
4957         (whitespace-cleanup-region, whitespace-report-region)
4958         (whitespace-interactive-char): Fix docstring and code.
4959         (whitespace-cleanup, whitespace-report): Fix docstring.
4960         (whitespace-replace-spaces-by-tabs): Remove fun.
4961         (whitespace-replace-action): New fun, replace
4962         whitespace-replace-spaces-by-tabs removed fun.
4963         (whitespace-regexp, whitespace-indentation-regexp)
4964         (whitespace-space-after-tab-regexp, whitespace-insert-value)
4965         (whitespace-kill-buffer): New funs.
4966         (whitespace-insert-option-mark, whitespace-help-on)
4967         (whitespace-help-off, whitespace-turn-on, whitespace-turn-off)
4968         (whitespace-color-on, whitespace-color-off)
4969         (whitespace-display-char-on): Fix code.
4971 2008-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4973         * mouse-drag.el (mouse-throw-magnifier-with-scroll-bar)
4974         (mouse-throw-magnifier-with-mouse-movement): Remove.
4975         (mouse-throw-magnifier-base): New const.
4976         (mouse-drag-scroll-delta): New fun.
4977         (mouse-drag-throw): Use it.
4979 2008-04-15  Juanma Barranquero  <lekktu@gmail.com>
4981         * international/uni-bidi.el, international/uni-category.el:
4982         * international/uni-combining.el, international/uni-comment.el:
4983         * international/uni-decimal.el, international/uni-decomposition.el:
4984         * international/uni-digit.el, international/uni-lowercase.el:
4985         * international/uni-mirrored.el, international/uni-name.el:
4986         * international/uni-numeric.el, international/uni-old-name.el:
4987         * international/uni-titlecase.el, international/uni-uppercase.el:
4988         * international/charprop.el: Regenerate.
4990 2008-04-15  Dan Nicolaescu  <dann@ics.uci.edu>
4992         * vc.el (vc-status-fileinfo): Add new member directoryp.
4993         (vc-default-status-printer): Print directories.
4994         (vc-status-update): Sort files before subdirectories.
4996         * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
4997         Add alternative implementation based on "cvs update".
4999 2008-04-15  Tassilo Horn  <tassilo@member.fsf.org>
5001         * doc-view.el: Changed requirements section to tell that only one
5002         of dvipdf or dvipdfm is needed.
5003         (doc-view-already-converted-p): Fix bug that forced reconversion
5004         if doc was already converted.
5006 2008-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5008         * minibuffer.el (minibuffer-message):
5009         Make sure we can put-text-property.
5011         * emacs-lisp/crm.el: Complete rewrite.
5013         * tmm.el (tmm-completion-delete-prompt): Don't hardcode point-min==1.
5014         (tmm-add-prompt): Make sure completion-setup-hook is preserved even in
5015         case of an error in display-completion-list.
5017         * filecache.el (file-cache-completions-keymap): Move init from
5018         file-cache-completion-setup-function into declaration.
5019         (file-cache-minibuffer-complete): Simplify.
5020         (file-cache-completion-setup-function): Use standard-output,
5021         preserve current-buffer.
5023         * vc.el (vc-status-update): Fix typo.
5024         (vc-status-update): Set needs-update.
5025         (vc-status-refresh): Î·-reduce.
5027 2008-04-14  Tassilo Horn  <tassilo@member.fsf.org>
5029         * doc-view.el (doc-view-mode-map): Bind C-a to image-bol and C-e
5030         to image-eol.
5032 2008-04-14  Alexandre Julliard  <julliard@winehq.org>
5034         * vc.el (vc-status-update): Undo the previous revert.
5036 2008-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5038         * minibuffer.el (completion-table-with-terminator): Those completions
5039         are never valid w.r.t test-completion.
5040         (completion--file-name-table):
5041         Check completion-all-completions-with-base-size.
5043 2008-04-14  Tassilo Horn  <tassilo@member.fsf.org>
5045         * doc-view.el (doc-view-dvipdf-program): New variable.
5046         (doc-view-dvipdfm-program): Mention doc-view-dvipdf-program.
5047         (doc-view-mode-p): Check for doc-view-dvipdf-program as
5048         alternative for doc-view-dvipdfm-program.
5049         (doc-view-dvi->pdf): Prefer dvipdf over dvipdfm.
5051         * doc-view.el (doc-view-start-process): Don't set
5052         default-directory to "~/" if the current value is valid.
5053         This broke PS files that run other files in the same directory.
5055 2008-04-14  Dan Nicolaescu  <dann@ics.uci.edu>
5057         * vc.el (vc-status-kill-query): New function.
5058         (vc-status-mode): Add it to kill-buffer-query-functions.
5059         (vc-status-show-fileentry): New function.
5060         (vc-status-menu-map): Bind it.  Bind vc-next-action.
5062 2008-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5064         * minibuffer.el (minibuffer-message): Put cursor at the right place.
5066 2008-04-13  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
5068         * proced.el (proced-send-signal): Fix error recognition.
5070 2008-04-13  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
5072         * proced.el (proced-command-alist): Remove sort column.
5073         (proced-command, proced-procname-column):
5074         Use make-variable-buffer-local.
5075         (proced-signal-function): Rename from proced-kill-program.
5076         Allow for elisp symbols and string values representing system calls.
5077         (proced-marker-regexp, proced-success-message): New functions.
5078         (proced): Use defalias.  Add autoload cookie.
5079         (proced-unmark-backward, proced-toggle-marks)
5080         (proced-hide-processes): New commands.
5081         (proced-do-mark): Simplify code.
5082         (proced-insert-mark): Use optional arg BACKWARD instead of line number.
5083         (proced-update): Remove sorting.
5084         (proced-send-signal): Display number of processes to operate on.
5085         Allow for system calls or elisp functions to send signals.
5086         Check if signal was sent successfully.
5088 2008-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5090         * minibuffer.el (completion-all-completion-with-base-size): New var.
5091         (completion--some): New function.
5092         (completion-table-with-context, completion--file-name-table):
5093         Return the base-size if requested.
5094         (completion-table-in-turn): Generalize to multiple arguments.
5095         (complete-in-turn): Compatibility alias.
5096         (completion-styles-alist): New var.
5097         (completion-styles): New customization.
5098         (minibuffer-try-completion, minibuffer-all-completions):
5099         New functions.
5100         (minibuffer--do-completion, minibuffer-complete-and-exit)
5101         (minibuffer-try-word-completion): Use them.
5102         (display-completion-list, minibuffer-completion-help): Use them.
5103         Handle all-completions's new base-size info to set completion-base-size.
5104         * info.el (Info-read-node-name-1): Use completion-table-with-context,
5105         completion-table-with-terminator and complete-with-action.
5106         Remove the now obsolete completion-base-size-function property.
5107         * simple.el (completion-list-mode-map): Move init into declaration.
5108         (completion-list-mode): Use define-derived-mode.
5109         (completion-setup-function): Use any completion-base-size that may
5110         have been set before.  Remove handling of completion-base-size-function.
5111         * loadup.el: Move abbrev.el up earlier.
5113 2008-04-13  Alexandre Julliard  <julliard@winehq.org>
5115         * vc-git.el (vc-git-after-dir-status-stage)
5116         (vc-git-dir-status-goto-stage): New functions.
5117         (vc-git-after-dir-status-stage1)
5118         (vc-git-after-dir-status-stage1-empty-db)
5119         (vc-git-after-dir-status-stage2): Remove, functionality moved
5120         into the new generic stage functions.
5121         (vc-git-dir-status-files): New function.
5123         * vc.el (vc-status-update): Revert an incorrect rewrite.
5124         Add some comments.
5125         (vc-status-refresh-files): New function.
5126         (vc-status-refresh): Use `vc-status-refresh-files' to refresh the
5127         state of up-to-date files.
5128         (vc-default-dir-status-files): New function.
5130 2008-04-13  Juanma Barranquero  <lekktu@gmail.com>
5132         * minibuffer.el (completion--embedded-envvar-table)
5133         (read-file-name-internal): Fix typos in 2008-04-11 change.
5135         * faces.el (read-face-name): Use `completion-table-in-turn',
5136         not `complete-in-turn'.
5138 2008-04-13  Andreas Schwab  <schwab@suse.de>
5140         * progmodes/etags.el: Require 'cl when compiling.
5142 2008-04-12  Nick Roberts  <nickrob@snap.net.nz>
5144         * progmodes/gud.el (gud-menu-map): Expand tooltip.
5146         * progmodes/gdb-ui.el (gdb-find-source-frame): Improve doc string.
5147         (menu): Add/expand menu tooltips.
5149 2008-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
5151         * progmodes/sh-script.el (sh-show-indent): Fix typo.
5152         (sh-mode-map): Add a toggle for inserting braces and quotes in pairs.
5154         * vc-cvs.el (vc-cvs-registered): Allow removed files to be
5155         considered registered.
5157 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
5159         * emacs-lisp/copyright.el (copyright-update-directory): New command.
5161         * ediff-wind.el (ediff-split-window-function)
5162         (ediff-merge-split-window-function): Improve custom type.
5164 2008-04-12  Eli Zaretskii  <eliz@gnu.org>
5166         * loadup.el ("minibuffer"): Move after "faces".
5168 2008-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5170         * progmodes/hideif.el (hif-factor): Handle unary minus.
5172 2008-04-12  Glenn Morris  <rgm@gnu.org>
5174         * calendar/cal-china.el (chinese-calendar-time-zone):
5175         Mark obsolete name as risky too.
5177         * calendar/calendar.el (calendar-faces): New custom group.
5178         (calendar-today, diary, holiday): Doc fix.
5179         Move to calendar-faces group.
5180         * calendar/diary-lib.el (diary-face, diary-anniversary, diary-time)
5181         (diary-button): Doc fix.  Move to calendar-faces group.
5183         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
5184         * desktop.el, files.el, hilit-chg.el, ibuffer.el, iswitchb.el:
5185         * pcvs-info.el, recentf.el, speedbar.el, calendar/cal-china.el:
5186         * calendar/cal-hebrew.el, calendar/cal-x.el, calendar/calendar.el
5187         * calendar/diary-lib.el, net/net-utils.el, progmodes/gud.el:
5188         Move non-autoloaded define-obsolete-variable-alias calls for defcustoms
5189         not in dumped files before the associated defcustom.
5191 2008-04-11  Johan BockgÃ¥rd  <bojohan@gnu.org>
5193         * minibuffer.el (lazy-completion-table): Fix debug spec.
5195 2008-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5197         * minibuffer.el (complete-with-action, lazy-completion-table):
5198         Move from subr.el.
5199         (apply-partially, completion-table-dynamic)
5200         (completion-table-with-context, completion-table-with-terminator)
5201         (completion-table-in-turn): New funs.
5202         (completion--make-envvar-table, completion--embedded-envvar-table):
5203         New funs.
5204         (read-file-name-internal): Use them.
5205         (completion-setup-hook): Move from simple.el.
5206         * subr.el (complete-with-action, lazy-completion-table):
5207         * simple.el (completion-setup-hook): Move to minibuffer.el.
5209 2008-04-11  Glenn Morris  <rgm@gnu.org>
5211         * Makefile.in (AUTOGENEL): Add calc/calc-loaddefs.el.
5213 2008-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5215         * progmodes/python.el (python-mode): Don't mess with hippie-expand.
5217         * Makefile.in (bootstrap-prepare): Make tpu-edt.el writable as well.
5219         * textmodes/fill.el (fill-forward-paragraph-function): New var.
5220         (fill-forward-paragraph): New fun.
5221         (fill-paragraph, fill-region): Use it.
5223         * vc.el: Change `dir-status' to not take (and pass) status-buffer.
5224         (vc-status-create-fileinfo): Make `extra' optional.
5225         (vc-status-busy): New fun.
5226         (vc-status-menu-map): Use it.
5227         (vc-status-crt-marked): Remove.
5228         (vc-status-update): Rename from vc-status-add-entries.
5229         Add argument so as to prevent addition of entries.  Rewrite.
5230         (vc-update-vc-status-buffer): Remove.
5231         (vc-status-refresh): Don't remove old entries, set them to
5232         up-to-date instead.  Also do it after the update is complete.
5233         (vc-status-marked-files): Î·-reduce.
5235         * dired.el (dired-read-dir-and-switches): Use read-directory-name even
5236         for non-dialogs.
5238         * Makefile.in (bootstrap-prepare): Don't copy ldefs-boot over loaddefs.
5240         * loadup.el: Load ldefs-boot.el if loaddefs.el doesn't exist.
5242 2008-04-11  Jan Djärv  <jan.h.d@swipnet.se>
5244         * tooltip.el (tooltip-show-help-non-mode): Set message-truncate-lines
5245         to t and don't truncate msg.
5247 2008-04-11  Glenn Morris  <rgm@gnu.org>
5249         * calendar/calendar.el (diary, holidays):
5250         Move custom groups to other files.
5251         (holiday-general-holidays, holiday-oriental-holidays)
5252         (holiday-local-holidays, holiday-other-holidays, hebrew-holidays-1)
5253         (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
5254         (holiday-hebrew-holidays, holiday-christian-holidays)
5255         (holiday-islamic-holidays, holiday-bahai-holidays)
5256         (holiday-solar-holidays, calendar-holidays): Move to holidays.el.
5257         * calendar/diary-lib.el: Move custom group here from calendar.el.
5258         * calendar/holidays-lib.el: Move custom group and variables here
5259         from calendar.el.
5261         * calendar/cal-china.el (calendar-chinese-time-zone): Mark as risky.
5263         * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
5264         Fix custom group.
5265         (calendar-current-time-zone-cache): Autoload riskiness.
5267         * calendar/cal-tex.el (cal-tex-preamble-extra): Fix custom type.
5269 2008-04-11  Chong Yidong  <cyd@stupidchicken.com>
5271         * woman.el (woman2-TH): Use string-equal instead of string-match.
5273 2008-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5275         * smerge-mode.el (smerge-apply-resolution-patch): Fix typo.
5276         (smerge-resolve): Merge the "2-way refinement" case with one half of
5277         the "mere whitespace" resolution.
5279 2008-04-10  Dan Nicolaescu  <dann@ics.uci.edu>
5281         * vc-bzr.el (vc-bzr-after-dir-status): Detect the conflict state.
5283 2008-04-10  Juanma Barranquero  <lekktu@gmail.com>
5285         * subr.el (assoc-ignore-case, assoc-ignore-representation):
5286         Add WHEN to obsolescence declaration.
5288         * makefile.w32-in (AUTOGENEL): Add calc-loaddefs.el.
5290 2008-04-10  Dan Nicolaescu  <dann@ics.uci.edu>
5292         * vc-hooks.el (vc-state): Add new state `conflict'.
5293         (vc-after-save): Use when not if.
5294         (vc-default-mode-line-string): Deal with the conflict state.
5295         (vc-prefix-map, vc-menu-map): Bind vc-status instead of vc-directory.
5297         * vc.el (vc-editable-p, vc-default-status-printer)
5298         (vc-next-action): Deal with the conflict state.
5299         (vc-mark-resolved): New function.
5300         (vc-status-mode): Fix mode name.
5301         (vc-default-comment-history): Use when not if.
5302         (Todo): Add new entries, remove old ones.
5304         * vc-cvs.el (vc-cvs-merge, vc-cvs-merge-news): Set conflict state.
5305         (vc-cvs-parse-status, vc-cvs-after-dir-status):
5306         * vc-svn.el (vc-svn-after-dir-status, vc-svn-parse-status):
5307         Detect the conflict state.
5309         * vc-hg.el (vc-hg-dir-status): Remove unneeded call.
5311 2008-04-10  Glenn Morris  <rgm@gnu.org>
5313         * menu-bar.el (menu-bar-options-menu) <truncate-lines>:
5314         Respect truncate-partial-width-windows in non-full windows,
5315         with regards to :toggle and :enable state.
5317         * simple.el (toggle-truncate-lines): Doc fix.
5319         * Makefile.in (MH_E_DIR): New variable.
5320         (MH_E_SRC): Restore variable removed 2008-03-13.
5321         (mh-loaddefs.el): Depend on $MH_E_SRC.
5322         (CAL_DIR, CAL_SRC): New variables.
5323         (cal-loaddefs.el, diary-loaddefs.el, hol-loaddefs.el):
5324         Depend on CAL_SRC.
5326         * calendar/calendar.el (calendar, diary): Add :prefix.
5327         (holidays): Change :prefix.
5328         (calendar-today, holiday, calendar-holiday-marker)
5329         (european-calendar-style): Change custom groups.
5331         * calendar/calendar.el (diary-hook, diary-display-hook):
5332         Move to diary-lib.el.
5333         * calendar/diary-lib.el (diary-hook, diary-display-hook):
5334         Move here from calendar.el.
5335         * calendar/appt.el: Require diary-lib rather than calendar.
5336         * calendar/cal-x.el (diary-display-hook): Declare for compiler.
5338         * calendar/appt.el (appt): Add :prefix.
5340         * calendar/diary-lib.el (diary-hook): Doc fix.
5341         (diary-mark-sexp-entries): Fix replacement of calendar-for-loop.
5343 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5345         * minibuffer.el (minibuffer--double-dollars, read-file-name-internal):
5346         New functions.
5348         * minibuffer.el (minibuffer--do-completion): Don't forget to propagate
5349         the arg to recursive calls.
5351 2008-04-09  Juanma Barranquero  <lekktu@gmail.com>
5353         * minibuffer.el (completion-auto-help): Fix typo.
5355 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5357         * vc-cvs.el (vc-cvs-diff-tree): Remove unused function.
5359 2008-04-09  Michael Albinus  <michael.albinus@gmx.de>
5361         * net/tramp.el (tramp-find-file-name-coding-system-alist): New defun.
5362         (tramp-handle-insert-file-contents, tramp-handle-write-region): Use it.
5364 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5366         * vc-hooks.el (vc-default-mode-line-string): Use ? for missing.
5368         * minibuffer.el (minibuffer): Move group from cus-edit.el.
5369         (completion-auto-help): Move from C code.
5370         (minibuffer--maybe-completion-help): Remove.
5371         (minibuffer--bitset): New function.
5372         (minibuffer--do-completion): Rename from minibuffer-do-completion.
5373         Renumber a bit.  Really complete on string *before* point.
5374         Add argument used for word-completion.
5375         Join trailing / in completion with following text, as done in
5376         minibuffer-complete-word.
5377         Handle new value `lazy' for completion-auto-help.
5378         (minibuffer-try-word-completion): New function extracted from
5379         minibuffer-complete-word.
5380         (minibuffer-complete-word): Use minibuffer--do-completion.
5381         (minibuffer--insert-strings): Rename from
5382         minibuffer-complete-insert-strings.
5383         (exit-minibuffer): Fix typo.
5384         * cus-edit.el (minibuffer): Move group to minibuffer.el.
5385         * cus-start.el: Remove completion-auto-help.
5387 2008-04-09  Alexandre Julliard  <julliard@winehq.org>
5389         * vc.el (vc-status-add-entries): New function.
5390         (vc-status-add-entry): Remove.
5391         (vc-update-vc-status-buffer, vc-status-mark-buffer-changed):
5392         Use vc-status-add-entries.
5394         * emacs-lisp/ewoc.el (ewoc-collect): Return results in the correct
5395         order.
5397 2008-04-09  Jason Rumney  <jasonr@gnu.org>
5399         * makefile.w32-in (LOADDEFS): Add mh-loaddefs.el.
5400         ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule.
5401         (pre-mh-loaddefs.el-CMD, pre-mh-loaddefs.el-SH): Remove.
5402         (AUTOGENEL): New variable.
5403         (distclean, maintainer-clean): New targets.
5405 2008-04-09  Chong Yidong  <cyd@stupidchicken.com>
5407         * emacs-lisp/regexp-opt.el (regexp-opt):
5408         Reduce max-lisp-eval-depth and max-specpdl-size to 10000.
5410 2008-04-09  Lennart Borgman  <lennart.borgman@gmail.com>
5412         * nxml/nxml-mode.el (nxml-cleanup): New function.
5413         (nxml-mode): Add it to change-major-mode-hook.
5415 2008-04-09  Jan Djärv  <jan.h.d@swipnet.se>
5417         * term/x-win.el (x-gtk-stock-map): Map info to gtk-info.
5419 2008-04-09  Juanma Barranquero  <lekktu@gmail.com>
5421         * calc/.cvsignore: New file.
5423 2008-04-09  Jan Djärv  <jan.h.d@swipnet.se>
5425         * vc.el (vc-status-tool-bar-map): Add vc-print-log to tool bar.
5427         * tooltip.el (tooltip-mode): Set tooltip-show-help-non-mode as
5428         show-help-function when turning tooltip off.
5429         (tooltip-show): Call tooltip-show-help-non-mode if use-echo-area.
5430         (tooltip-trunc-str, tooltip-show-help-non-mode): New.
5432 2008-04-09  Alan Mackenzie  <acm@muc.de>
5434         * font-lock.el (font-lock-extend-after-change-region-function):
5435         Make it buffer local.
5437 2008-04-09  Glenn Morris  <rgm@gnu.org>
5439         * calendar/calendar.el (diary-file, european-calendar-style):
5440         Remove autoload cookies.
5442 2008-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
5444         * outline.el (outline-mode-menu-bar-map):
5445         * log-view.el (log-view-mode-menu):
5446         * log-edit.el (log-edit-menu): Add :help.
5448 2008-04-09  Chong Yidong  <cyd@stupidchicken.com>
5450         * emacs-lisp/regexp-opt.el (regexp-opt-group):
5451         Use substring-no-properties for correct handling of unibyte strings.
5453 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5455         * add-log.el (change-log-next-buffer): Handle the case where version<
5456         signals an error.
5458         * mouse.el (mouse-menu-major-mode-map): New fun extracted from
5459         mouse-major-mode-menu.
5460         (mouse-menu-bar-map): New fun extracted from mouse-popup-menubar.
5461         (mouse-major-mode-menu, mouse-popup-menubar)
5462         (mouse-popup-menubar-stuff): Use them.
5463         (C-down-mouse-3): Bind to a dynamic map rather than to
5464         mouse-popup-menubar-stuff.
5466         * bindings.el (mode-line-major-mode-keymap): Bind down-mouse-1
5467         to mouse-menu-major-mode-map rather than to mouse-major-mode-menu.
5469 2008-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
5471         * vc-svn.el (vc-svn-modify-change-comment): Add support for the
5472         file:// access method.
5474 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5476         * minibuffer.el: New file.
5477         * loadup.el: Load it.
5479 2008-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5481         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Make it depend on mh-e/*.el
5482         rather than subdirs.el.  It introduces an ugly circular dependency, tho.
5484         * calc/calc.el: Load "calc-loaddefs" rather than set up manual autoloads.
5485         (calc-mode-map, calc-digit-map, calc-dispatch-map):
5486         Move initialization into declaration.
5487         * calc/calc-yank.el:
5488         * calc/calc-misc.el:
5489         * calc/calc-embed.el:
5490         * calc/calc-aent.el: Add autoload cookies.  Set generated-autoload-file.
5492 2008-04-08  Michael Albinus  <michael.albinus@gmx.de>
5494         * ps-samp.el (ps-add-printer, ps-remove-printer)
5495         (ps-make-dynamic-printer-menu): New functions.
5497         * net/zeroconf.el: New file.
5499 2008-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5501         * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits): Typo.
5503 2008-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
5505         * vc-rcs.el (vc-rcs-modify-change-comment):
5506         * vc-cvs.el (vc-cvs-modify-change-comment): Fix argument order.
5508         * log-view.el (log-view-mode-menu): Bind log-view-modify-change-comment.
5510 2008-04-08  Juanma Barranquero  <lekktu@gmail.com>
5512         * international/mule-cmds.el (set-locale-environment): Don't warn if
5513         coding system doesn't agree with system locale (this reverts changes
5514         by Dave Love, dated 2002-10-27 and 2002-10-09).
5516         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
5517         * emacs-lisp/cl-macs.el (get-setf-method): Use `string-match-p'.
5519         * emacs-lisp/copyright.el (copyright-update-year): Use `looking-at-p'.
5521 2008-04-08  Glenn Morris  <rgm@gnu.org>
5523         * calendar/calendar.el (calendar-date-style): Remove autoload cookie.
5524         * textmodes/remember.el (remember-diary-convert-entry):
5525         Require calendar.
5527         * textmodes/remember.el (remember-diary-extract-entries): Don't pass
5528         diary-file, since it is the default for make-diary-entry anyway.
5530         * calendar/cal-menu.el (cal-menu-event-to-date):
5531         Rename calendar-event-to-date.  Update callers.
5532         (calendar-mouse-tex-day): Rename cal-tex-mouse-day.
5533         (calendar-mouse-tex-week): Rename cal-tex-mouse-week.
5534         (calendar-mouse-tex-week2): Rename cal-tex-mouse-week2.
5535         (calendar-mouse-tex-week-iso): Rename cal-tex-mouse-week-iso.
5536         (calendar-mouse-tex-week-monday): Rename cal-tex-mouse-week-monday.
5537         (calendar-mouse-tex-filofax-daily): Rename cal-tex-mouse-filofax-daily.
5538         (calendar-mouse-tex-filofax-2week): Rename cal-tex-mouse-filofax-2week.
5539         (calendar-mouse-tex-filofax-week): Rename cal-tex-mouse-filofax-week.
5540         (calendar-mouse-tex-month): Rename cal-tex-mouse-month.
5541         (calendar-mouse-tex-month-landscape):
5542         Rename cal-tex-mouse-month-landscape.
5543         (calendar-mouse-tex-year): Rename cal-tex-mouse-year.
5544         (calendar-mouse-tex-filofax-year): Rename cal-tex-mouse-filofax-year.
5545         (calendar-mouse-tex-year-landscape):
5546         Rename cal-tex-mouse-year-landscape.
5547         (cal-menu-context-mouse-menu): Update for above name changes.
5549         * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
5550         * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
5551         * calendar/cal-iso.el, calendar/cal-julian.el, calendar/cal-move.el:
5552         * calendar/cal-persia.el, calendar/cal-tex.el, calendar/calendar.el:
5553         * calendar/holidays.el: Replace int-to-string with number-to-string.
5555 2008-04-08  Chong Yidong  <cyd@stupidchicken.com>
5557         * mwheel.el (mwheel-scroll): Deactivate any temporarily active
5558         region if point moves.
5560 2008-04-08  Kenichi Handa  <handa@m17n.org>
5562         * faces.el (font-slant-table): Change numeric values for `r',
5563         `roman', and `normal'.
5565 2008-04-07  Vincent Belaïche  <vincent.b.1@hotmail.fr>
5567         * calc/calc-vec.el (calcFunc-kron, calc-kron): New functions.
5569 2008-04-07  Jay Belanger  <jay.p.belanger@gmail.com>
5571         * calc/calc-ext.el (calc-init-extensions): Add `calc-kron' and
5572         `calcFunc-kron' to autoloads.  Add keybinding for `calc-kron'.
5574 2008-04-07  Michael Albinus  <michael.albinus@gmx.de>
5576         * net/tramp.el (tramp-methods): Fix again tramp-copy-args of
5577         "pscp" and "psftp".  Reported by Gilles Pion <gpion@lfdj.com>.
5579 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5581         * dired-aux.el (dired-read-shell-command): Use read-shell-command.
5583 2008-04-07  Sam Steingold  <sds@gnu.org>
5585         * progmodes/inf-lisp.el (lisp-compile-string, lisp-eval-string):
5586         Add helper functions.
5587         (lisp-do-defun): Extract the common part of lisp-eval-defun and
5588         lisp-compile-defun; DEFVAR forms reset the variables to the init
5589         values, just like in emacs-lisp mode eval-defun.
5590         (lisp-eval-defun, lisp-compile-defun): Use lisp-do-defun.
5591         (lisp-compile-region): Use lisp-compile-string.
5593 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5595         * subr.el (combine-and-quote-strings): Also quote strings that contain
5596         the separator.
5598         * pcvs-util.el (cvs-map): Avoid recursion :-(
5600 2008-04-07  Glenn Morris  <rgm@gnu.org>
5602         * calendar/calendar.el (calendar-mode-map): Replace use of kbd.
5604         * calendar.el (diary-view-entries-initially-flag): Rename
5605         view-diary-entries-initially.  Keep old name as alias, update users.
5606         (calendar-mark-diary-entries-flag): Rename
5607         mark-diary-entries-in-calendar.  Keep old name as alias, update users.
5608         (calendar-view-holidays-initially-flag): Rename
5609         view-calendar-holidays-initially.  Keep old name as alias, update users.
5610         (calendar-mark-holidays-flag): Rename mark-holidays-in-calendar.
5611         Keep old name as alias, update users.
5612         (calendar-initial-window-hook): Rename initial-calendar-window-hook.
5613         Keep old name as alias, update users.
5614         (calendar-today-visible-hook): Rename today-visible-calendar-hook.
5615         Keep old name as alias, update users.
5616         (calendar-today-invisible-hook): Rename today-invisible-calendar-hook.
5617         Keep old name as alias, update users.
5618         (diary-iso-date-forms): Rename iso-date-diary-pattern.  Update users.
5619         (diary-american-date-forms): Rename american-date-diary-pattern.
5620         Keep old name as alias, update users.
5621         (diary-european-date-forms): Rename european-date-diary-pattern.
5622         Keep old name as alias, update users.
5623         (calendar-iso-date-display-form): Rename iso-calendar-display-form.
5624         Keep old name as alias, update users.
5625         (calendar-european-date-display-form): Rename
5626         european-calendar-display-form.  Keep old name as alias, update users.
5627         (calendar-american-date-display-form): Rename
5628         european-calendar-display-form.  Keep old name as alias, update users.
5629         (diary-show-holidays-flag): Rename holidays-in-diary-buffer.
5630         Keep old name as alias, update users.
5631         (holiday-general-holidays): Rename general-holidays.
5632         Keep old name as alias, update users.
5633         (holiday-oriental-holidays): Rename oriental-holidays.
5634         Keep old name as alias, update users.
5635         (holiday-local-holidays): Rename local-holidays.
5636         Keep old name as alias, update users.
5637         (holiday-other-holidays): Rename other-holidays.
5638         Keep old name as alias, update users.
5639         (holiday-hebrew-holidays): Rename hebrew-holidays.
5640         Keep old name as alias, update users.
5641         (holiday-christian-holidays): Rename christian-holidays.
5642         Keep old name as alias, update users.
5643         (holiday-islamic-holidays): Rename islamic-holidays.
5644         Keep old name as alias, update users.
5645         (holiday-bahai-holidays): Rename bahai-holidays.
5646         Keep old name as alias, update users.
5647         (holiday-solar-holidays): Rename solar-holidays.
5648         Keep old name as alias, update users.
5649         (diary-fancy-buffer): Rename fancy-diary-buffer.
5650         Keep old name as alias, update users.
5651         (calendar-other-calendars-buffer): Rename other-calendars-buffer.
5652         Update users.
5653         (calendar-hebrew-yahrzeit-buffer): Rename cal-hebrew-yahrzeit-buffer.
5654         Update users.
5655         (calendar-increment-month): Rename increment-calendar-month.
5656         Keep old name as alias, update callers.
5657         (calendar-increment-month-cons): Rename old calendar-increment-month.
5658         Update callers.
5659         (calendar-extract-month): Rename extract-calendar-month.
5660         Keep old name as alias, update callers.
5661         (calendar-extract-day): Rename extract-calendar-day.
5662         Keep old name as alias, update callers.
5663         (calendar-extract-year): Rename extract-calendar-year.
5664         Keep old name as alias, update callers.
5665         (calendar-generate-window): Rename generate-calendar-window.
5666         Update callers.
5667         (calendar-generate): Rename generate-calendar.  Update callers.
5668         (calendar-generate-month): Rename generate-calendar-month.
5669         Update callers.
5670         (calendar-redraw): Rename redraw-calendar.  Update callers.
5671         (calendar-describe-mode): Rename describe-calendar-mode.  Update uses.
5672         (calendar-mouse-other-month): Rename mouse-calendar-other-month.
5673         Update callers.
5674         (calendar-update-mode-line): Rename update-calendar-mode-line.
5675         Update callers.
5676         (calendar-exit): Rename exit-calendar.  Keep old name as alias,
5677         update callers.
5678         (calendar-mark-visible-date): Rename mark-visible-calendar-date.
5679         Keep old name as alias, update callers.
5680         * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
5681         * calendar/cal-dst.el, calendar/cal-french.el, calendar/cal-hebrew.el:
5682         * calendar/cal-html.el, calendar/cal-islam.el, calendar/cal-iso.el:
5683         * calendar/cal-julian.el, calendar/cal-menu.el, calendar/cal-move.el:
5684         * calendar/cal-persia.el, calendar/cal-tex.el, calendar/cal-x.el:
5685         * calendar/diary-lib.el, calendar/holidays.el, calendar/lunar.el:
5686         * calendar/solar.el: Update for calendar.el name changes.
5687         * org/org.el (org-agenda-format-date-aligned)
5688         (org-agenda-execute-calendar-command): Access date elements directly
5689         rather than using calendar functions.
5690         (org-read-date, org-goto-calendar, org-agenda-goto-calendar):
5691         Also set calendar-view-diary-initially-flag,
5692         calendar-view-holidays-initially-flag.
5693         (org-get-entries-from-diary): Also set diary-fancy-buffer.
5694         (org-agenda-execute-calendar-command): No need to set displayed-day.
5696 2008-04-06  Alan Mackenzie  <acm@muc.de>
5698         * progmodes/cc-langs.el (c-before-font-lock-function): Correct a
5699         typo in the doc string.
5701         * progmodes/cc-mode.el (c-basic-common-init):
5702         Set font-lock-extend-after-change-region-function.
5703         (c-extend-after-change-region): New function, used in
5704         font-lock-extend-after-change-region-function, thus superseding
5705         advice on the Font Lock after change functions.
5706         (c-advise-fl-for-region): Remove this macro.
5708 2008-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
5710         * textmodes/flyspell.el (flyspell-duplicate-distance):
5711         Improve custom type.
5713 2008-04-06  Glenn Morris  <rgm@gnu.org>
5715         * calendar/diary-lib.el (diary-sexp-entry-symbol):
5716         Rename sexp-diary-entry-symbol.  Keep old name as alias, update users.
5717         (diary-list-entries-hook): Rename list-diary-entries-hook.
5718         Keep old name as alias, update users.
5719         (diary-mark-entries-hook): Rename mark-diary-entries-hook.
5720         Keep old name as alias, update users.
5721         (diary-nongregorian-listing-hook): Rename
5722         nongregorian-diary-listing-hook.  Keep old name as alias, update users.
5723         (diary-nongregorian-marking-hook): Rename
5724         nongregorian-diary-marking-hook.  Keep old name as alias, update users.
5725         (diary-print-entries-hook): Rename print-diary-entries-hook.
5726         Keep old name as alias, update users.
5727         (diary-abbreviated-year-flag): Rename abbreviated-calendar-year.
5728         Keep old name as alias, update users.
5729         (diary-number-of-entries): Rename number-of-diary-entries.
5730         Keep old name as alias, update users.
5731         (view-diary-entries, list-diary-entries, show-all-diary-entries):
5732         Give version of obsolescence.
5733         (diary-view-other-diary-entries): Rename view-other-diary-entries.
5734         Keep old name as alias, update callers.
5735         (diary-add-to-list): Rename add-to-diary-list.  Keep old name as alias,
5736         update callers.
5737         (diary-include-other-diary-files): Rename include-other-diary-files.
5738         Keep old name as alias, update callers.
5739         (diary-simple-display): Rename simple-diary-display.
5740         Keep old name as alias, update callers.
5741         (diary-fancy-display): Rename fancy-diary-display.
5742         Keep old name as alias, update callers.
5743         (diary-print-entries): Rename print-diary-entries.
5744         Keep old name as alias, update callers.
5745         (diary-marking-entries-flag): Rename marking-diary-entries.
5746         Update users.
5747         (diary-marking-entry-flag): Rename marking-diary-entry.  Update users.
5748         (diary-mark-entries): Rename mark-diary-entries.
5749         Keep old name as alias, update callers.
5750         (diary-mark-sexp-entries): Rename mark-sexp-diary-entries.
5751         Keep old name as alias, update callers.
5752         (diary-mark-included-diary-files): Rename mark-included-diary-files.
5753         Keep old name as alias, update callers.
5754         (calendar-mark-days-named): Rename mark-calendar-days-named.
5755         Keep old name as alias, update callers.
5756         (calendar-mark-month): Rename mark-calendar-month.
5757         Keep old name as alias, update callers.
5758         (calendar-mark-date-pattern): Rename mark-calendar-date-pattern.
5759         Keep old name as alias, update callers.
5760         (diary-sort-entries): Rename sort-diary-entries.
5761         Keep old name as alias, update callers.
5762         (diary-list-sexp-entries): Rename list-sexp-diary-entries.
5763         Keep old name as alias, update callers.
5764         (diary-make-entry): Rename make-diary-entry.  Keep old name as alias,
5765         update callers.
5766         (diary-insert-entry): Rename insert-diary-entry.
5767         Keep old name as alias.
5768         (diary-insert-weekly-entry): Rename insert-weekly-diary-entry.
5769         Keep old name as alias.
5770         (diary-insert-monthly-entry): Rename insert-monthly-diary-entry.
5771         Keep old name as alias.
5772         (diary-insert-yearly-entry): Rename insert-yearly-diary-entry.
5773         Keep old name as alias.
5774         (diary-insert-anniversary-entry): Rename insert-anniversary-diary-entry.
5775         Keep old name as alias.
5776         (diary-insert-block-entry): Rename insert-block-diary-entry.
5777         Keep old name as alias.
5778         (diary-insert-cyclic-entry): Rename insert-cyclic-diary-entry.
5779         Keep old name as alias.
5780         (diary-fancy-font-lock-keywords): Rename fancy-diary-font-lock-keywords.
5781         Keep old name as alias, update users.
5782         (diary-fancy-display-mode): Rename fancy-diary-display-mode.
5783         Keep old name as alias, update callers.
5784         * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
5785         * calendar/cal-menu.el, calendar/cal-x.el, calendar/calendar.el:
5786         * calendar/icalendar.el: Update for diary-lib name changes.
5788 2008-04-06  Chong Yidong  <cyd@stupidchicken.com>
5790         * dired-aux.el (dired-overwrite-confirmed): Revert last change.
5792         * dired.el (dired-dnd-handle-local-file): Obey dired-backup-overwrite
5793         for copy, move, and link operations.
5795 2008-04-06  Michael Kifer  <kifer@cs.stonybrook.edu>
5797         * emulation/viper-init.el, emulation/viper-ex.el, emulation/viper-cmd.el
5798         (viper-search-wrap-around-t): Replace with viper-search-wrap-around.
5800         * ediff-util.el, ediff-vers.el, ediff-wind.el: Replace 3-argument
5801         'require' statements with 1-argument ones (wrapped in if's).
5802         For compatibility with the current stable version of XEmacs.
5804 2008-04-06  Dan Nicolaescu  <dann@ics.uci.edu>
5806         * vc.el (vc-status-prepare-status-buffer): Reset vc-parent-buffer-name.
5808 2008-04-06  Jason Rumney  <jasonr@gnu.org>
5810         * language/burmese.el ("Burmese"): Make sample text consistent with
5811         language name.
5813 2008-04-06  Nick Roberts  <nickrob@snap.net.nz>
5815         * progmodes/gdb-ui.el (gdb): New group.
5816         (gdb-debug-log-max, gdb-enable-debug)
5817         (gdb-cpp-define-alist-program, gdb-cpp-define-alist-flags)
5818         (gdb-show-main, gdb-many-windows, gdb-use-separate-io-buffer)
5819         (gdb-speedbar-auto-raise, gdb-use-colon-colon-notation)
5820         (gdb-show-changed-values, gdb-max-children)
5821         (gdb-delete-out-of-scope, gdb-same-frame, gdb-find-source-frame)
5822         (breakpoint-enabled, breakpoint-disabled, gdb-max-frames)
5823         (gdb-all-registers, gdb-memory-repeat-count, gdb-memory-format)
5824         (gdb-memory-unit): Move to new group from GUD group.
5825         (menu): Allow customization from GDB-UI menu-item.
5827 2008-04-05  Chong Yidong  <cyd@stupidchicken.com>
5829         * dired-aux.el (dired-overwrite-confirmed): Supply initial value.
5831 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5833         * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-annotate-command)
5834         (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
5835         Revision numbers can include ".".
5837         * diff-mode.el (diff-end-of-hunk): Be careful not to overlook trailing
5838         "+" lines not accounted for by counting "-" and context lines.
5840 2008-04-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5842         * term/mac-win.el (mac-service-open-file): Use file URL instead of
5843         file name string.
5845 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5847         * vc-bzr.el (vc-bzr-annotate-command): Preserve line alignment.
5848         (vc-bzr-annotate-time): Accept space used to preserve alignment.
5850 2008-04-05  Richard Stallman  <rms@gnu.org>
5852         * emacs-lisp/advice.el (defadvice): Add usage pattern.
5854 2008-04-05  Nick Roberts  <nickrob@snap.net.nz>
5856         * progmodes/gdb-ui.el: Add advice about using Cygwin GDB (from a
5857         thread in [h-e-w]).
5859 2008-04-05  Juanma Barranquero  <lekktu@gmail.com>
5861         * files.el (abort-if-file-too-large): Fix typo in docstring.
5863 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5865         * subr.el (functionp): Return nil for special forms.
5867 2008-04-05  Glenn Morris  <rgm@gnu.org>
5869         * emacs-lisp/autoload.el (autoload-ensure-default-file):
5870         Provide a feature.
5871         * calendar/calendar.el, calendar/diary-lib.el, calendar/holidays.el:
5872         Require loaddef file rather than loading it.
5873         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule now that
5874         autoload-ensure-default-file provides a feature.
5876         * Makefile.in (LOADDEFS): Add mh-loaddefs.el.
5877         (AUTOGENEL): mh-loaddefs is in $LOADDEFS now.
5878         (compile, compile-always, recompile): Use $LOADDEFS.
5879         (cal-autoloads): Remove.
5881         * calendar/cal-x.el (calendar-dedicate-diary): Use get-buffer rather
5882         than buffer-live-p.  Reported by David Koppelman <koppel@ece.lsu.edu>.
5884         * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
5885         (hebrew-holidays-3, hebrew-holidays-4): Don't autoload obsolescence.
5887         * calendar/calendar.el (diary-hebrew-entry-symbol):
5888         Rename hebrew-diary-entry-symbol.  Keep old name as alias.
5889         (diary-islamic-entry-symbol): Rename islamic-diary-entry-symbol.
5890         Keep old name as alias.
5891         (diary-bahai-entry-symbol): Rename bahai-diary-entry-symbol.
5892         Keep old name as alias.
5893         * calendar/cal-bahai.el: Update for rename bahai-diary-entry-symbol
5894         to diary-bahai-entry-symbol.
5895         * calendar/cal-hebrew.el: Update for rename hebrew-diary-entry-symbol
5896         to diary-hebrew-entry-symbol.
5897         * calendar/cal-islam.el: Update for rename islamic-diary-entry-symbol
5898         to diary-islamic-entry-symbol.
5899         * calendar/diary-lib.el: Update for diary-entry-symbol renames.
5901         * calendar/solar.el (diary-sabbath-candles-minutes)
5902         (diary-sabbath-candles): Move to cal-hebrew.
5903         * calendar/cal-hebrew.el (diary-hebrew-sabbath-candles-minutes)
5904         (diary-hebrew-sabbath-candles): Move here from solar.el and rename.
5905         Doc fix.  Keep old name as alias.
5906         (diary-hebrew-sabbath-candles): Simplify.
5907         (solar-setup, solar-sunrise-sunset, calendar-latitude)
5908         (calendar-longitude, calendar-time-zone): Declare for compiler.
5909         * calendar/diary-lib.el (list-sexp-diary-entries): Update doc for
5910         rename.
5912         * calendar/cal-coptic.el (calendar-coptic-month-name-array):
5913         Rename coptic-calendar-month-name-array.  Update callers.
5914         (calendar-coptic-epoch): Rename coptic-calendar-epoch.  Update callers.
5915         (calendar-coptic-name): Rename coptic-name.  Update callers.
5916         (calendar-coptic-leap-year-p): Rename coptic-calendar-leap-year-p.
5917         Update callers.
5918         (calendar-coptic-last-day-of-month):
5919         Rename coptic-calendar-last-day-of-month.  Update callers.
5920         (calendar-coptic-to-absolute): Rename calendar-absolute-from-coptic.
5921         Keep old name as alias, update callers.
5922         (calendar-coptic-print-date): Rename calendar-print-coptic-date.
5923         Keep old name as alias, update callers.
5924         (calendar-coptic-goto-date): Rename calendar-goto-coptic-date.
5925         Keep old name as alias.
5926         (calendar-ethiopic-month-name-array):
5927         Rename ethiopic-calendar-month-name-array.  Update callers.
5928         (calendar-ethiopic-epoch): Rename ethiopic-calendar-epoch.
5929         Update callers.
5930         (calendar-ethiopic-name): Rename ethiopic-name.  Update callers.
5931         (calendar-ethiopic-to-absolute): Rename calendar-absolute-from-ethiopic.
5932         Keep old name as alias, update callers.
5933         (calendar-ethiopic-print-date): Rename calendar-print-ethiopic-date.
5934         Keep old name as alias, update callers.
5935         (calendar-ethiopic-goto-date): Rename calendar-goto-ethiopic-date.
5936         Keep old name as alias.
5938         * calendar/cal-french.el (calendar-french-epoch):
5939         Rename french-calendar-epoch.  Update callers.
5940         (calendar-french-month-name-array): Rename variable and function
5941         french-calendar-month-name-array.  Update callers.
5942         (calendar-french-multibyte-month-name-array):
5943         Rename french-calendar-multibyte-month-name-array.  Update callers.
5944         (calendar-french-day-name-array): Rename variable and function
5945         french-calendar-day-name-array.  Update callers.
5946         (calendar-french-special-days-array): Rename variable and function
5947         french-calendar-special-days-array.  Update callers.
5948         (calendar-french-multibyte-special-days-array):
5949         Rename french-calendar-multibyte-special-days-array.  Update callers.
5950         (calendar-french-accents-p): Rename french-calendar-accents.
5951         Update callers.
5952         (calendar-french-leap-year-p): Rename french-calendar-leap-year-p.
5953         Update callers.
5954         (calendar-french-last-day-of-month):
5955         Rename french-calendar-last-day-of-month.  Update callers.
5956         (calendar-french-to-absolute): Rename calendar-absolute-from-french.
5957         Keep old name as alias, update callers.
5958         (calendar-french-print-date): Rename calendar-print-french-date.
5959         Keep old name as alias, update callers.
5960         (calendar-french-goto-date): Rename calendar-goto-french-date.
5961         Keep old name as alias.
5963         * calendar/cal-menu.el, calendar/calendar.el:
5964         Update for Coptic and French name changes.
5966         * calendar/cal-china.el (calendar-chinese): Rename custom group
5967         from chinese-calendar.  Update users.
5968         (calendar-chinese-time-zone): Rename chinese-calendar-time-zone.
5969         Keep old name as alias, update users.
5970         (calendar-chinese-location-name): Rename chinese-calendar-location-name.
5971         Keep old name as alias.
5972         (calendar-chinese-daylight-time-offset):
5973         Rename chinese-calendar-daylight-time-offset.  Keep old name as alias,
5974         update users.
5975         (calendar-chinese-standard-time-zone-name):
5976         Rename chinese-calendar-standard-time-zone-name.
5977         Keep old name as alias, update users.
5978         (calendar-chinese-daylight-saving-start):
5979         Rename chinese-calendar-daylight-savings-starts.
5980         Keep old name as alias, update users.
5981         (calendar-chinese-daylight-saving-end):
5982         Rename chinese-calendar-daylight-savings-ends.  Keep old name as alias,
5983         update users.
5984         (calendar-chinese-daylight-saving-start-time):
5985         Rename chinese-calendar-daylight-savings-starts-time.
5986         Keep old name as alias, update users.
5987         (calendar-chinese-daylight-saving-end-time):
5988         Rename chinese-calendar-daylight-savings-ends-time.
5989         Keep old name as alias, update users.
5990         (calendar-chinese-celestial-stem): Rename
5991         calendar-chinese-celestial-stem.  Keep old name as alias, update users.
5992         (calendar-chinese-terrestrial-branch):
5993         Rename calendar-chinese-terrestrial-branch.  Keep old name as alias,
5994         update users.
5995         (calendar-chinese-zodiac-sign-on-or-after):
5996         Rename chinese-zodiac-sign-on-or-after.  Update callers.
5997         (calendar-chinese-new-moon-on-or-after):
5998         Rename chinese-new-moon-on-or-after.  Update callers.
5999         (calendar-chinese-month-list): Rename chinese-month-list.
6000         Update callers.
6001         (calendar-chinese-number-months): Rename number-chinese-months.
6002         Update callers.
6003         (calendar-chinese-compute-year): Rename compute-chinese-year.
6004         Update callers.
6005         (calendar-chinese-year-cache): Rename chinese-year-cache.  Update users.
6006         (calendar-chinese-year): Rename chinese-year.  Update callers.
6007         (calendar-chinese-year-cache-init): Rename chinese-year-cache-init.
6008         (calendar-chinese-to-absolute): Rename calendar-absolute-from-chinese.
6009         Keep old name as alias, update callers.
6010         (calendar-chinese-print-date): Rename calendar-print-chinese-date.
6011         Keep old name as alias, update callers.
6012         (calendar-chinese-months-to-alist):
6013         Rename make-chinese-month-assoc-list.  Update callers.
6014         (calendar-chinese-months): Rename chinese-months.  Update callers.
6015         (calendar-chinese-goto-date): Rename calendar-goto-chinese-date.
6016         Keep old name as alias, update callers.
6018         * calendar/cal-hebrew.el (calendar-hebrew-leap-year-p):
6019         Rename hebrew-calendar-leap-year-p.  Update callers.
6020         (calendar-hebrew-last-month-of-year):
6021         Rename hebrew-calendar-last-month-of-year.  Update callers.
6022         (calendar-hebrew-elapsed-days): Rename hebrew-calendar-elapsed-days.
6023         Update callers.
6024         (calendar-hebrew-days-in-year): Rename hebrew-calendar-days-in-year.
6025         Update callers.
6026         (calendar-hebrew-long-heshvan-p): Rename hebrew-calendar-long-heshvan-p.
6027         Update callers.
6028         (calendar-hebrew-short-kislev-p): Rename hebrew-calendar-short-kislev-p.
6029         Update callers.
6030         (calendar-hebrew-last-day-of-month):
6031         Rename hebrew-calendar-last-day-of-month.  Update callers.
6032         (calendar-hebrew-to-absolute): Rename calendar-absolute-from-hebrew.
6033         Keep old name as alias, update callers.
6034         (calendar-hebrew-print-date): Rename calendar-print-hebrew-date.
6035         Keep old name as alias, update callers.
6036         (calendar-hebrew-yahrzeit): Rename hebrew-calendar-yahrzeit.
6037         Keep old name as alias, update callers.
6038         (calendar-hebrew-goto-date): Rename calendar-goto-hebrew-date.
6039         Keep old name as alias.
6040         (holiday-hebrew-rosh-hashanah): Rename holiday-rosh-hashanah-etc.
6041         Keep old name as alias.
6042         (holiday-hebrew-hanukkah): Rename holiday-hanukkah.
6043         Keep old name as alias.
6044         (holiday-hebrew-passover): Rename holiday-passover-etc.
6045         Keep old name as alias.
6046         (holiday-hebrew-tisha-b-av): Rename holiday-tisha-b-av-etc.
6047         Keep old name as alias, update callers.
6048         (diary-hebrew-list-entries): Rename list-hebrew-diary-entries.
6049         Keep old name as alias.
6050         (calendar-hebrew-mark-date-pattern):
6051         Rename mark-hebrew-calendar-date-pattern.  Keep old name as alias,
6052         update callers.
6053         (diary-hebrew-mark-entries): Rename mark-hebrew-diary-entries.
6054         Keep old name as alias.
6055         (diary-hebrew-insert-entry): Rename insert-hebrew-diary-entry.
6056         Keep old name as alias.
6057         (diary-hebrew-insert-monthly-entry):
6058         Rename insert-monthly-hebrew-diary-entry.  Keep old name as alias.
6059         (diary-hebrew-insert-yearly-entry):
6060         Rename insert-yearly-hebrew-diary-entry.  Keep old name as alias.
6061         (calender-hebrew-list-yahrzeits): Rename list-yahrzeit-dates.
6062         Keep old name as alias.
6063         (diary-hebrew-omer): Rename diary-omer.  Keep old name as alias.
6064         (diary-hebrew-yahrzeit): Rename diary-yahrzeit.  Keep old name as alias.
6065         (diary-hebrew-rosh-hodesh): Rename diary-rosh-hodesh.
6066         Keep old name as alias.
6067         (calendar-hebrew-parashiot-names):
6068         Rename hebrew-calendar-parashiot-names.  Update callers.
6069         (calendar-hebrew-parasha-name): Rename hebrew-calendar-parasha-name.
6070         (calendar-hebrew-year-Saturday-incomplete-Sunday):
6071         Rename hebrew-calendar-year-Saturday-incomplete-Sunday.
6072         (calendar-hebrew-year-Saturday-complete-Tuesday):
6073         Rename hebrew-calendar-year-Saturday-complete-Tuesday.
6074         (calendar-hebrew-year-Monday-incomplete-Tuesday):
6075         Rename hebrew-calendar-year-Monday-incomplete-Tuesday.
6076         (calendar-hebrew-year-Monday-complete-Thursday):
6077         Rename hebrew-calendar-year-Monday-complete-Thursday.
6078         (calendar-hebrew-year-Tuesday-regular-Thursday):
6079         Rename hebrew-calendar-year-Tuesday-regular-Thursday.
6080         (calendar-hebrew-year-Thursday-regular-Saturday):
6081         Rename hebrew-calendar-year-Thursday-regular-Saturday.
6082         (calendar-hebrew-year-Thursday-complete-Sunday):
6083         Rename hebrew-calendar-year-Thursday-complete-Sunday.
6084         (calendar-hebrew-year-Saturday-incomplete-Tuesday):
6085         Rename hebrew-calendar-year-Saturday-incomplete-Tuesday.
6086         (calendar-hebrew-year-Saturday-complete-Thursday):
6087         Rename hebrew-calendar-year-Saturday-complete-Thursday.
6088         (calendar-hebrew-year-Monday-incomplete-Thursday):
6089         Rename hebrew-calendar-year-Monday-incomplete-Thursday.
6090         (calendar-hebrew-year-Monday-complete-Saturday):
6091         Rename hebrew-calendar-year-Monday-complete-Saturday.
6092         (calendar-hebrew-year-Tuesday-regular-Saturday):
6093         Rename hebrew-calendar-year-Tuesday-regular-Saturday.
6094         (calendar-hebrew-year-Thursday-incomplete-Sunday):
6095         Rename hebrew-calendar-year-Thursday-incomplete-Sunday.
6096         (calendar-hebrew-year-Thursday-complete-Tuesday):
6097         Rename hebrew-calendar-year-Thursday-complete-Tuesday.
6098         (diary-hebrew-parasha): Rename diary-parasha.  Keep old name as alias.
6099         Update for above name changes of constants.
6101         * calendar/cal-menu.el, calendar/calendar.el:
6102         Update for chinese and hebrew name changes.
6103         * calendar/diary-lib.el: Update for hebrew name changes.
6105 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6107         * subr.el (keymap-canonicalize): Correct thinko.
6109         * server.el: Undo part of the multi-tty change, which is only
6110         needed if server.el is preloaded, and broke server-running-p.
6111         (server-socket-dir): Initialize in the defvar, as before.
6112         (server-start): Remove initialization of server-socket-dir.
6114 2008-04-05  Eli Zaretskii  <eliz@gnu.org>
6116         * ls-lisp.el (ls-lisp-format): Support inodes that are 2- or
6117         3-member cons cells.
6119 2008-04-05  Chong Yidong  <cyd@stupidchicken.com>
6121         * cus-face.el (custom-face-attributes): Handle roman slant.
6123         * faces.el (default): Ensure the face-defface-spec property is set.
6125 2008-04-05  Adrian Robert  <Adrian.B.Robert@gmail.com>
6127         * files.el (abort-if-file-too-large): New function.
6128         (find-file-noselect, insert-file-1): Use it.
6130 2008-04-05  Reto Zimmermann  <reto@gnu.org>
6132         * progmodes/vhdl-mode.el (vhdl-mode-map-init):
6133         Replace C-c[a-zA-Z] key bindings.
6135 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6137         * progmodes/hideif.el (hif-token-alist): New var.
6138         (hif-token-regexp, hif-tokenize): Use it.
6139         (hif-mathify-binop): New macro.
6140         (hif-plus, hif-minus, hif-notequal, hif-greater, hif-less)
6141         (hif-greater-equal, hif-less-equal): Use it.
6142         (hif-logior, hif-logand): New functions.
6143         (hif-math): Accept | and & as well.
6145         * progmodes/etags.el: Fix problem with completion for buffer-local
6146         tables.  Reported by Radey Shouman <shouman@comcast.net>.
6147         (tags-complete-tag): Remove.
6148         (tags-lazy-completion-table): New function to replace it.
6149         (find-tag-tag, complete-tag): Update users.
6151 2008-04-04  Dan Nicolaescu  <dann@ics.uci.edu>
6153         * vc-rcs.el (vc-rcs-dir-status):
6154         * vc-sccs.el (vc-sccs-dir-status): New function.
6156         * outline.el (outline-mode-menu-bar-map):
6157         * term.el (terminal-signal-menu): Add :help.
6159         * net/eudc.el (eudc-mode-map): Declare and define in one step.
6160         (eudc-tail-menu, eudc-server-menu, eudc-tools-menu): Add :help.
6162         * emacs-lisp/re-builder.el (reb-mode-map):
6163         * textmodes/nroff-mode.el (nroff-mode-map): Add menus.
6165         * diff-mode.el (diff-file-junk-re): Recognize the git format for
6166         new files, deleted files and for changing permissions.
6167         (diff-mode): Set beginning-of-defun-function and
6168         end-of-defun-function.
6170         * vc-bzr.el (vc-bzr-state): Use when instead of if.
6172         * vc.el (vc-default-status-fileinfo-extra): New function.
6173         (vc-status-mark-buffer-changed): Use it.
6174         (vc-update-vc-status-buffer): Allow for partial updates.
6176 2008-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6178         * net/tramp.el (after-init-hook): Don't wrap a lambda around
6179         tramp-register-completion-file-name-handler.
6181         * subr.el (keymap-canonicalize): New function.
6182         * mouse.el (mouse-menu-non-singleton): Use it.
6183         (mouse-major-mode-menu): Remove hack made unnecessary.
6185         * simple.el (set-fill-column): Prompt rather than error by default.
6187 2008-04-04  Andreas Schwab  <schwab@suse.de>
6189         * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
6190         Reset new-rules after each round.
6192         * Makefile.in (cal-autoloads): New target.
6193         (compile, compile-always, recompile): Depend on it.
6194         ($(lisp)/calendar/cal-loaddefs.el)
6195         ($(lisp)/calendar/diary-loaddefs.el)
6196         ($(lisp)/calendar/hol-loaddefs.el): Depend on calendar/*.el.
6198 2008-04-04  Michael Kifer  <kifer@cs.stonybrook.edu>
6200         * ediff*.el: Replace load with require in eval-when-compile.
6202         * ediff-hook: Delete all invocations of (autoload ...).
6204         * ediff-util.el (ediff-setup): Make window-min-height a local variable
6205         in ediff control window, and set its min height to 2.
6206         (ediff-setup-control-buffer): Dedicate the control window.
6207         (ediff-toggle-multiframe): Undedicate control window.
6208         Work directly with ediff-setup-windows-multiframe and
6209         ediff-setup-windows-plain.
6211         * ediff-wind (ediff-choose-window-setup-function-automatically):
6212         New function.
6213         (ediff-window-setup-function): Change initialization.
6214         (ediff-setup-windows-automatic): Delete.
6215         (ediff-setup-windows-plain-merge): Make control window dedicated.
6216         (ediff-destroy-control-frame): Do not skip frames if working in a
6217         single frame.
6219         * emulation/viper-ex.el: Move provide's forward, prevent recursion in
6220         eval-when-compile.
6222         * emulation/viper-util.el: Move provide's forward, prevent recursion in
6223         eval-when-compile.
6225 2008-04-04  Glenn Morris  <rgm@gnu.org>
6227         * calendar/cal-bahai.el (calendar-bahai-to-absolute): Rename
6228         calendar-absolute-from-bahai.  Update callers, keep old name as alias.
6230         * calendar/cal-islam.el (calendar-islamic-leap-year-p):
6231         Rename islamic-calendar-leap-year-p.  Update callers.
6232         (calendar-islamic-last-day-of-month):
6233         Rename islamic-calendar-last-day-of-month.  Update callers.
6234         (calendar-islamic-day-number):
6235         Rename islamic-calendar-day-number.  Update callers.
6236         (calendar-islamic-to-absolute): Rename calendar-absolute-from-islamic.
6237         Update callers, keep old name as alias.
6238         (calendar-islamic-print-date): Rename calendar-print-islamic-date.
6239         Update callers, keep old name as alias.
6240         (calendar-islamic-goto-date): Rename calendar-goto-islamic-date.
6241         Keep old name as alias.
6242         (diary-islamic-list-entries): Rename list-islamic-diary-entries.
6243         Update callers, keep old name as alias.
6244         (calendar-islamic-mark-date-pattern):
6245         Rename mark-islamic-calendar-date-pattern.  Update callers, keep old
6246         name as alias.
6247         (diary-islamic-insert-entry): Rename insert-islamic-diary-entry.
6248         Keep old name as alias.
6249         (diary-islamic-insert-monthly-entry):
6250         Rename insert-monthly-islamic-diary-entry.  Keep old name as alias.
6251         (diary-islamic-insert-yearly-entry):
6252         Rename insert-yearly-islamic-diary-entry.  Keep old name as alias.
6254         * calendar/cal-iso.el (calendar-iso-to-absolute): Rename
6255         calendar-absolute-from-iso.  Update callers, keep old name as alias.
6256         (calendar-iso-print-date): Rename calendar-print-iso-date.
6257         Update callers, keep old name as alias.
6258         (calendar-iso-goto-date): Rename calendar-goto-iso-date.
6259         Keep old name as alias.
6260         (calendar-iso-goto-week): Rename calendar-goto-iso-week.
6261         Keep old name as alias.
6263         * calendar/cal-julian.el (calendar-julian-to-absolute): Rename
6264         calendar-absolute-from-julian.  Update callers, keep old name as alias.
6265         (calendar-julian-print-date): Rename calendar-print-julian-date.
6266         Update callers, keep old name as alias.
6267         (calendar-julian-goto-date): Rename calendar-goto-julian-date.
6268         Update callers, keep old name as alias.
6269         (calendar-astro-to-absolute): Rename calendar-absolute-from-astro.
6270         Update callers, keep old name as alias.
6271         (calendar-astro-print-day-number):
6272         Rename calendar-print-astro-day-number.  Update callers, keep old
6273         name as alias.
6274         (calendar-astro-goto-day-number): Rename calendar-goto-astro-day-number.
6275         Update callers, keep old name as alias.
6277         * calendar/cal-mayan.el (calendar-mayan-string-from-long-count):
6278         Rename calendar-string-to-mayan-long-count.  Update callers.
6279         (calendar-mayan-print-date): Rename calendar-print-mayan-date.
6280         Update callers, keep old name as alias.
6281         (calendar-mayan-read-haab-date): Rename calendar-read-mayan-haab-date.
6282         Update callers.
6283         (calendar-mayan-read-tzolkin-date):
6284         Rename calendar-read-mayan-tzolkin-date.  Update callers.
6285         (calendar-mayan-next-haab-date): Rename calendar-next-haab-date.
6286         Keep old name as alias.
6287         (calendar-mayan-previous-haab-date): Rename calendar-previous-haab-date.
6288         Keep old name as alias.
6289         (calendar-mayan-next-tzolkin-date): Rename calendar-next-tzolkin-date.
6290         Keep old name as alias.
6291         (calendar-mayan-previous-tzolkin-date):
6292         Rename calendar-previous-tzolkin-date.  Keep old name as alias.
6293         (calendar-mayan-next-round-date):
6294         Rename calendar-next-calendar-round-date.  Keep old name as alias.
6295         (calendar-mayan-previous-round-date):
6296         Rename calendar-previous-calendar-round-date.  Keep old name as alias.
6297         (calendar-mayan-long-count-to-absolute): Rename
6298         calendar-absolute-from-mayan-long-count.  Keep old name as alias.
6299         (calendar-mayan-goto-long-count-date):
6300         Rename calendar-goto-mayan-long-count-date.  Keep old name as alias.
6302         * calendar/cal-persia.el (calendar-persian-month-name-array):
6303         Rename persian-calendar-month-name-array.  Update callers.
6304         (calendar-persian-epoch): Rename persian-calendar-epoch.
6305         Update callers.
6306         (calendar-persian-leap-year-p): Rename persian-calendar-leap-year-p.
6307         Update callers.
6308         (calendar-persian-last-day-of-month):
6309         Rename persian-calendar-last-day-of-month.  Update callers.
6310         (calendar-persian-to-absolute): Rename calendar-absolute-from-persian.
6311         Update callers, keep old name as alias.
6312         (calendar-persian-print-date): Rename calendar-print-persian-date.
6313         Update callers, keep old name as alias.
6314         (calendar-persian-goto-date): Rename calendar-goto-persian-date.
6315         Keep old name as alias.
6317         * calendar/cal-china.el, calendar/cal-coptic.el, calendar/cal-islam.el:
6318         * calendar/cal-persia.el, calendar/holidays.el, calendar/lunar.el:
6319         * calendar/solar.el: Update for cal-julian name changes.
6321         * calendar/cal-dst.el: Update for persian name changes.
6323         * calendar/cal-menu.el, calendar/calendar.el:
6324         Update for islamic, iso, julian, mayan, persian name changes.
6326         * calendar/diary-lib.el: Update for islamic name changes.
6328         * calendar/calendar.el (calendar-hebrew-all-holidays-flag):
6329         Rename all-hebrew-calendar-holidays.  Update callers, keep old name
6330         as alias.
6331         (calendar-christian-all-holidays-flag):
6332         Rename all-christian-calendar-holidays.  Update callers, keep old
6333         name as alias.
6334         (calendar-islamic-all-holidays-flag):
6335         Rename all-islamic-calendar-holidays.  Update callers, keep old
6336         name as alias.
6337         (calendar-bahai-all-holidays-flag): Rename all-bahai-calendar-holidays.
6338         Update callers, keep old name as alias.
6339         * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/holidays.el:
6340         Update for the above name changes.
6342 2008-04-04  Juanma Barranquero  <lekktu@gmail.com>
6344         * hilit-chg.el (global-highlight-changes-mode)
6345         (highlight-changes-passive-string, highlight-changes-active-string):
6346         Mark as obsolete since 23.1, not 22.1.
6348 2008-04-03  Juanma Barranquero  <lekktu@gmail.com>
6350         * hilit-chg.el (highlight-changes-visibility-initial-state)
6351         (hilit-chg-update, highlight-changes-mode-turn-on):
6352         Fix typos in docstrings.
6354 2008-04-03  Stephen Berman  <Stephen.Berman@gmx.net>
6356         * newcomment.el (comment-enter-backward): Be careful to restore
6357         position changed during narrowing.
6359 2008-04-03  Giuliano Procida  <giuliano.procida@googlemail.com>  (tiny change)
6361         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
6362         Recognize `sub ($$)'.
6364 2008-04-03  Richard Sharman  <rsharman@pobox.com>
6366         * hilit-chg.el (highlight-changes-mode): Rename from
6367         highlight-changes; no longer uses sub-modes active and passive;
6368         implemented by define-minor-mode.
6369         (highlight-changes-toggle-visibility): New function, to replace
6370         the old passive/active submodes of global-highlight-changes-mode;
6371         implemented by define-minor-mode.
6372         (global-highlight-changes-mode): Rename from global-highlight-changes;
6373         rewrite using define-globalized-minor-mode.
6374         (hilit-chg-major-mode-hook, hilit-chg-check-global)
6375         (hilit-chg-post-command-hook, hilit-chg-check-global)
6376         (hilit-chg-update-all-buffers, hilit-chg-turn-off-maybe): Remove due
6377         to use of define-globalized-minor-mode.
6378         (highlight-changes-global-initial-state): Change to be boolean.
6379         (highlight-changes-visible-string, highlight-changes-invisible-string):
6380         Rename from highlight-changes-active-string and
6381         highlight-changes-passive-string.
6382         (hilit-chg-update, hilit-chg-set): Use them.
6383         (global-highlight-changes-mode): Rename from global-highlight-changes.
6384         (hilit-chg-map-changes, hilit-chg-display-changes): Add arguments to
6385         docstring.
6386         (hilit-chg-hide-changes): Rewrite to use dolist.
6387         (hilit-chg-set-face-on-change, hilit-chg-update)
6388         (highlight-changes-rotate-faces): Use highlight-changes-visible-mode
6389         variable instead of testing highlight-changes-mode.
6390         (highlight-markup-buffers): Add require ediff-util; argument on calls
6391         to highlight-changes-mode changed.
6392         (highlight-compare-with-file): Fix problems with interactive
6393         call giving invalid default file.
6395 2008-04-03  Nick Roberts  <nickrob@snap.net.nz>
6397         * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
6398         Fix in disassembly buffer (regression in 22.2).
6400 2008-04-03  Michael Kifer  <kifer@cs.stonybrook.edu>
6402         * emulation/viper-macs.el (viper-read-fast-keysequence):
6403         Use viper-read-event instead of viper-read-key.
6405         * emulation/viper.el (viper-mode): Move the check for fundamental mode.
6407         * emulation/viper-utils.el (viper-get-saved-cursor-color-in-insert-mode)
6408         (viper-get-saved-cursor-color-in-replace-mode): Get rid of redundant
6409         let-statements.
6411         * emulation/viper-ex.el, emulation/viper-macs.el:
6412         * emulation/viper-mous.el:
6413         Replace load with require in eval-when-compile.
6415 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6417         * files.el (auto-mode-alist): Use archive-mode for Debian packages.
6419         * arc-mode.el (archive-mode-map): Obey mouse-1-click-follows-link.
6420         (archive-try-jka-compr): New function.
6421         (archive-set-buffer-as-visiting-file): Use it.
6423         * tar-mode.el (tar-mode-map): Obey mouse-1-click-follows-link.
6425 2008-04-03  Chong Yidong  <cyd@stupidchicken.com>
6427         * simple.el (handle-shift-selection): New arg.
6429 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6431         * emacs-lisp/cl-macs.el (defsetf): Accept a lambda for the 2-arg form.
6433         * vc-bzr.el (vc-bzr-previous-revision, vc-bzr-next-revision): New funs.
6435 2008-04-03  Chong Yidong  <cyd@stupidchicken.com>
6437         * shell.el (shell-dynamic-complete-filename): New fun.
6438         (shell-dynamic-complete-functions): Use it.
6440         * help-fns.el (describe-variable): Undo 2008-02-25 change.
6442 2008-04-03  Kenichi Handa  <handa@m17n.org>
6444         * international/fontset.el (create-fontset-from-x-resource):
6445         Handle the error of X resource more gracefully.
6447         * international/latin1-disp.el (latin1-display): Don't use make-char.
6448         Fix the argument to set-char-table-range.
6449         (latin1-display-identities): Don't use make-char.
6450         (latin1-display-reset): Use map-charset-chars instead of directly
6451         calling standard-display-default.
6452         (latin1-display-check-font): Don't use make-char.
6453         (latin1-display-setup): Likewise.
6454         (latin1-display-ucs-per-lynx): Likewise.
6456 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6458         * emacs-lisp/timer.el (timer): Define as a defstruct, so we can
6459         name the fields, to make the code clearer.
6460         Rewrite all `aset' and `aref' using the defined accessors.
6461         (timer--time): New pseudo-field.
6462         (timer-set-time, timer-set-idle-time, timer-inc-time)
6463         (timer-set-time-with-usecs, with-timeout-suspend): Use it.
6464         (timer--time-less-p): New function.
6465         (timer--activate): New function, extracted from timer-activate.
6466         (timer-activate-when-idle, timer-activate): Use it.
6467         (cancel-function-timers): Use dolist.
6469 2008-04-03  Glenn Morris  <rgm@gnu.org>
6471         * add-log.el (c-beginning-of-defun, c-end-of-defun):
6472         Remove declarations; no longer used.
6473         (c-cpp-define-name, c-defun-name): Declare as functions.
6475         * calendar/cal-bahai.el (holiday-fixed): Autoload it.
6476         (holiday-bahai-new-year, holiday-bahai-ridvan): New functions.
6478         * calendar/cal-hebrew.el (holiday-rosh-hashanah-etc)
6479         (holiday-passover-etc, holiday-hanukkah): Doc fix.
6480         Add optional argument.  Simplify.
6481         (holiday-tisha-b-av-etc): Use memq rather than unless.
6482         (holiday-julian): Autoload it.
6483         (holiday-hebrew-misc): New function.
6485         * calendar/cal-islam.el (holiday-islamic-new-year): New function.
6487         * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
6488         (hebrew-holidays-3, hebrew-holidays-4): Make obsolete.
6489         (hebrew-holidays-2): Just use holiday-hanukkah now it respects
6490         all-hebrew-calendar-holidays.
6491         (hebrew-holidays, christian-holidays, islamic-holidays, bahai-holidays):
6492         Simplify using new functions.
6493         (calendar-holidays): Doc fix.
6494         (generate-calendar-window): Use bound-and-true-p.
6496         * calendar/diary-lib.el (diary-mail-addr): Use bound-and-true-p.
6498         * calendar/holidays.el (calendar-holiday-list): Fix previous change.
6499         (holiday-filter-visible-calendar): Doc fix.  Use mapcar.
6500         (holiday-easter-etc): Fix nesting of result.  Tweak holiday order.
6501         Use calendar-date-is-visible-p, not holiday-filter-visible-calendar.
6503         * net/tramp.el (tramp-drop-volume-letter): Move definition before use.
6505 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6507         * vc-mtn.el (vc-mtn-command): Avoid localization of messages.
6509         * vc-bzr.el (vc-bzr-checkout): Simplify.
6511         * image-mode.el (image-mode-fit-frame): New command.
6513         * simple.el (beginning-of-buffer, end-of-buffer, goto-line, undo)
6514         (copy-region-as-kill, kill-ring-save, use-region-p, mark-word)
6515         (keyboard-escape-quit): Check region-active-p i.s.o
6516         transient-mark-mode.
6518 2008-04-02  Simon Josefsson  <simon@josefsson.org>
6520         * net/imap.el (imap-enable-exchange-bug-workaround): New variable.
6521         (imap-message-copyuid-1): Use it.
6522         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
6523         J. Williams in
6524         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
6526 2008-04-02  Alan Mackenzie  <acm@muc.de>
6528         * progmodes/cc-cmds.el (c-defun-name, c-cpp-define-name):
6529         New optimised functions to get the name of the current defun/macro.
6531         * add-log.el (add-log-current-defun): Move the functionality which
6532         gets the current function name for C like modes to cc-cmds.el,
6533         thus optimising for speed.
6535 2008-04-02  Chong Yidong  <cyd@stupidchicken.com>
6537         * simple.el (deactivate-mark): When the mark is temporarily
6538         active, restore the original value of transient-mark-mode.
6539         (set-mark-command): First deactivate the mark if was temporarily active.
6540         (exchange-point-and-mark): Reactivate the mark if it was
6541         temporarily active.
6542         (handle-shift-selection): New fun.
6543         (transient-mark-mode): Move var documentation here from buffer.c.
6544         (next-line, previous-line, backward-word, move-end-of-line)
6545         (move-beginning-of-line, forward-to-indentation)
6546         (backward-to-indentation, back-to-indentation)
6547         (beginning-of-buffer, end-of-buffer): Add ^ interactive spec.
6549         * mouse.el (mouse-set-region-1): Save the old value of
6550         transient-mark-mode.
6551         (mouse-drag-track): Ignore the now-obsolete value `identity' for
6552         transient-mark-mode.
6554         * textmodes/paragraphs.el (forward-paragraph)
6555         (backward-paragraph, forward-sentence, backward-sentence): Add ^
6556         interactive spec.
6558         * emulation/cua-base.el (cua-mode): Turn off shift-select-mode.
6560 2008-04-02  Michael Albinus  <michael.albinus@gmx.de>
6562         * net/tramp.el (tramp-make-tramp-temp-file):
6563         Use `tramp-drop-volume-letter' for the local file name part.
6565 2008-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
6567         * progmodes/sh-script.el (sh-mode-map): Rename the menu.  Add :help.
6568         Add menu entries corresponding to all the key bindings.
6570         * emacs-lisp/debug.el (debugger-mode-map):
6571         * textmodes/conf-mode.el (conf-mode-map): Add a menu.
6572         (conf-align-assignments): Only work on the region if it is active.
6573         (conf-quote-normal): Use when instead of if.  Remove redundant test.
6575         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
6576         for tracing and re-builder.
6578 2008-04-02  Glenn Morris  <rgm@gnu.org>
6580         * calendar/appt.el (appt-disp-window-function): Doc fix.
6581         (appt-display-message): Move beep before display.
6582         (appt-check): Make interactive.  Reduce the number of lets.
6583         Use string-equal to compare mode-line strings.
6584         (appt-disp-window): Pluralize "minute" as needed.  Make appt buffer
6585         read-only.
6586         (appt-select-lowest-window, appt-make-list): Reduce the number of lets.
6587         (appt-delete): Simplify.
6589         * calendar/cal-china.el (holiday-chinese-new-year): Use a single let.
6591         * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
6593         * calendar/cal-hebrew.el (list-yahrzeit-dates):
6594         * calendar/cal-tex.el (cal-tex-insert-blank-days-at-end)
6595         (cal-tex-last-blank-p, cal-tex-daily-page): Expand calendar-for-loops.
6597         * calendar/calendar.el (diary-entry-marker, calendar-today-marker)
6598         (calendar-holiday-marker, mark-visible-calendar-date):
6599         * calendar/diary-lib.el (fancy-diary-display):
6600         Check for font-lock-mode before using faces.
6602         * calendar/calendar.el (hebrew-holidays-3, generate-calendar-month)
6603         (calendar-gregorian-from-absolute): Reduce the number of lets.
6604         (hebrew-holidays-4, generate-calendar-window): Simplify.
6605         (calendar-for-loop): Make obsolete.
6606         (calendar-nth-named-day): Doc fix.
6608         * calendar/diary-lib.el (diary-list-entries, fancy-diary-display)
6609         (print-diary-entries, mark-sexp-diary-entries, calendar-mark-complex)
6610         (calendar-mark-1, list-sexp-diary-entries, diary-remind):
6611         Reduce the number of lets.
6612         (mark-sexp-diary-entries, calendar-mark-complex):
6613         Expand calendar-for-loops.
6615 2008-04-01  Chong Yidong  <cyd@stupidchicken.com>
6617         * find-dired.el (find-dired-filter): Fix last patch to handle
6618         multi-line process input.  Pad link numbers too.
6620 2008-04-01  Jari Aalto  <jari.aalto@cante.net>
6622         * find-dired.el (find-dired-filter): Align columns by padding file sizes.
6624 2008-04-01  Jason Rumney  <jasonr@gnu.org>
6626         * international/characters.el (script-list): Add phonetic script,
6627         covering IPA (previously Latin), Phonetic Extensions and
6628         Phonetic Extensions Supplement (both previously unassigned).
6630         * international/fontset.el (setup-default-fontset): Use unicode fonts
6631         that cover bopomofo script for bopomofo.
6632         Likewise for braille and mathematical.
6633         Use unicode scripts that cover the phonetic script for IPA.
6635 2008-04-01  Johan BockgÃ¥rd  <bojohan@gnu.org>
6637         * emacs-lisp/cl-macs.el (frame-parameter) <defsetf>: Make it
6638         return the assigned value.
6640 2008-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6642         * abbrev.el (abbrev-mode): Use define-minor-mode.
6644         * mouse.el (mouse-major-mode-menu-prefix): Remove.  Remove uses.
6645         (mouse-menu-non-singleton): Rename from mouse-major-mode-menu-1.
6646         Use map-keymap.
6647         (minor-mode-menu-from-indicator): Use it.  Simplify.
6649         * bindings.el (mode-line-mode-menu): Move before (new) first use.
6650         (mode-line-major-mode-keymap, mode-line-minor-mode-keymap):
6651         Bind the key directly to the menu.
6652         (mode-line-mode-menu-1, mode-line-mode-menu): Remove functions.
6654 2008-04-01  Daiki Ueno  <ueno@unixuser.org>
6656         * epa.el (epa-decrypt-region): Explain the reason why this
6657         function should not be used in Lisp programs.
6658         (epa-decrypt-armor-in-region): Ditto.
6659         (epa-verify-region): Ditto.
6660         (epa-verify-cleartext-in-region): Ditto.
6661         (epa-sign-region): Ditto.
6662         (epa-encrypt-region): Ditto.
6664         * epg.el (epg-start-receive-keys): Fix typo in docstring.
6666         * epa.el (epa-select-keys): Show menu even if there is no key in
6667         GnuPG's keyring.
6669 2008-04-01  Glenn Morris  <rgm@gnu.org>
6671         * calendar/calendar.el (calendar-make-temp-face): New function.
6672         (mark-visible-calendar-date):
6673         * calendar/diary-lib.el (fancy-diary-display): Use it.
6675         * vc-hooks.el (vc-responsible-backend): Declare as function.
6677         * calendar/calendar.el (calendar-nongregorian-visible-p): New function.
6678         * calendar/cal-hebrew.el (calendar-hebrew-date-is-visible-p):
6679         * calendar/cal-julian.el (holiday-julian): Use it.
6681         * calendar/cal-hebrew.el (hebrew-calendar-elapsed-days): Doc fix.
6682         (calendar-hebrew-date-is-visible-p): Extract some common code into
6683         separate function.
6684         (holiday-hebrew, mark-hebrew-calendar-date-pattern): Use it.
6686         * calendar/cal-menu.el (cal-menu-holidays-menu):
6687         * calendar/calendar.el (calendar-mode-map): Use calendar-mark-holidays
6688         rather than obsolete alias.
6690         * calendar/calendar.el (mark-visible-calendar-date): Also use overlay
6691         for mark characters.
6692         (calendar-unmark): Unmark by removing all overlays, rather than
6693         redrawing.
6694         (calendar-starred-day): Remove.
6695         (calendar-mode): Disable undo.  Don't make calendar-starred-day local.
6696         (calendar-cursor-to-date): No need for special star handling now
6697         using overlays.
6698         (calendar-star-date): Use overlays.
6700         * calendar/cal-french.el (calendar-goto-french-date):
6701         * calendar/cal-hebrew.el (calendar-hebrew-from-absolute)
6702         (holiday-hanukkah, mark-hebrew-calendar-date-pattern):
6703         * calendar/cal-move.el (calendar-forward-month, calendar-end-of-month):
6704         * calendar/cal-persia.el (calendar-persian-date-string):
6705         * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
6706         (cal-tex-cursor-month, cal-tex-LaTeXify-string):
6707         * calendar/lunar.el (lunar-phase-list, lunar-new-moon-on-or-after):
6708         * calendar/solar.el (solar-equinoxes-solstices):
6709         Reduce nesting of some lets.
6711         * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
6712         (calendar-goto-mayan-long-count-date): Simplify.
6714         * calendar/holidays.el (calendar-holiday-list, holiday-easter-etc):
6715         Simplify by using mapcar.
6716         (calendar-list-holidays): Return holiday-list.
6717         (list-holidays): Use let rather than let*.  Remove un-needed locals
6718         `d', `never'.
6719         (calendar-check-holidays): Return result from dolist.
6720         (holiday-float): Use a single let*.  Simplify if-and to and.
6721         (holiday-sexp, holiday-advent, holiday-greek-orthodox-easter): Use a
6722         single let*.
6724 2008-04-01  Jay Belanger  <jay.p.belanger@gmail.com>
6726         * calc/calc.el: Autoload `calc-yank'.
6727         (calc-mode-map): Add keybindings for `calc-yank'.
6728         * calc/calc-ext.el (calc-init-extensions): Remove keybinding
6729         assignments for `calc-yank'.
6731 2008-03-31  Dan Nicolaescu  <dann@ics.uci.edu>
6733         * vc.el (vc-status-add-entry): Assume ENTRY is a list, not a cons.
6734         (vc-status-mark-buffer-changed): Handle the extra field.
6736         * vc-bzr.el (vc-bzr-after-dir-status):
6737         * vc-cvs.el (vc-cvs-after-dir-status):
6738         * vc-hg.el (vc-hg-after-dir-status):
6739         * vc-svn.el (vc-svn-after-dir-status): Return a list, not a cons.
6741 2008-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
6743         * doc-view.el: Compute displayed pages first (in PDF).
6744         (doc-view-current-converter-processes): Rename from
6745         doc-view-current-converter-process.  Update users.
6746         (doc-view-sentinel): Test buffer's liveness.
6747         (doc-view-pdf/ps->png-sentinel): Remove.
6748         (doc-view-start-process): New function.
6749         (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
6750         (doc-view-ps->pdf): Use it.
6751         (doc-view-pdf->png-1, doc-view-pdf->png, doc-view-active-pages):
6752         New functions.
6753         (doc-view-convert-current-doc, doc-view-goto-page): Use them.
6754         (doc-view-mode): Kill the processes when leaving the mode.
6756 2008-03-31  Juanma Barranquero  <lekktu@gmail.com>
6758         * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p):
6759         Use `byte-compile-warning-types'.  Add docstring.
6761 2008-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
6763         * smerge-mode.el (smerge-apply-resolution-patch): New fun.
6764         (smerge-resolve): Add various resolution heuristics.
6766         * smerge-mode.el (smerge-refine): Allow highlighting other subparts
6767         in 3-way conflicts.
6769 2008-03-31  Glenn Morris  <rgm@gnu.org>
6771         * calendar/cal-bahai.el (diary-bahai-mark-entries):
6772         * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
6773         * calendar/cal-islam.el (mark-islamic-diary-entries):
6774         Fix argument order in call to diary-mark-entries-1.
6776         * calendar/cal-bahai.el (calendar-bahai-date-string): Avoid an error for
6777         pre-Bahai dates.
6778         (holiday-bahai): Use an algorithm actually relevant to this calendar
6779         system.
6781         * calendar/cal-china.el (holiday-chinese-new-year): Doc fix.
6783         * calendar/cal-islam.el (holiday-islamic): Remove un-needed let.
6784         Use and.
6786         * calendar/cal-julian.el (holiday-julian): Fix a problem with holidays
6787         in the last fortnight in Julian October.
6789         * calendar/calendar.el (increment-calendar-month): Optionally handle
6790         systems without 12 months per year.
6792         (calendar-date-is-visible-p): Doc fix.  Simplify.
6794         * calendar/holidays.el (holiday-filter-visible-calendar): Return result
6795         from dolist.
6797 2008-03-30  Juanma Barranquero  <lekktu@gmail.com>
6799         * hi-lock.el (hi-lock-mode): Fix typos in docstring.
6800         (hi-lock-unload-function): New function.
6802 2008-03-30  Michael Albinus  <michael.albinus@gmx.de>
6804         * net/tramp.el (tramp-do-copy-or-rename-file): Fix check for
6805         overwriting when NEWNAME is a local file.
6807         * net/trampver.el: Update release number.
6809 2008-03-30  Alexandre Julliard  <julliard@winehq.org>
6811         * vc-git.el: Make vc-status display information about copies,
6812         renames and permission changes.
6813         (vc-git-extra-fileinfo): New defstruct.
6814         (vc-git-escape-file-name, vc-git-file-type-as-string)
6815         (vc-git-rename-as-string, vc-git-permissions-as-string)
6816         (vc-git-status-printer): New functions.
6817         (vc-git-after-dir-status-stage2): Also return vc-git-extra-fileinfo.
6818         (vc-git-after-dir-status-stage1): Look for copies, renames and
6819         permission changes.
6820         (vc-git-after-dir-status-stage1-empty-db): Set permissions.
6821         (vc-git-dir-status): Ask for staged files and renames.
6823 2008-03-30  Dan Nicolaescu  <dann@ics.uci.edu>
6825         * vc.el: Allow backends to display backend specific information in
6826         the vc-status listing.
6827         (vc-status-fileinfo): Add a field for backend specific information.
6828         (vc-status-printer): Rename to ...
6829         (vc-default-status-printer): ... this.
6830         (vc-status-printer): New function.
6831         (vc-update-vc-status-buffer): Set the backend specific file info
6832         if provided.
6834 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6836         * textmodes/remember.el (remember-diary-convert-entry): Revert last
6837         change (ill-conceived).
6839 2008-03-29  Glenn Morris  <rgm@gnu.org>
6841         * calendar/cal-hebrew.el (holiday-hebrew): Simplify.
6842         * calendar/cal-julian.el (holiday-julian): Simplify.
6844         * calendar/holidays.el (list-holidays): Use or.
6846 2008-03-29  Juri Linkov  <juri@jurta.org>
6848         * window.el (split-window-preferred-horizontally): New function.
6850         * cus-start.el (split-window-preferred-function):
6851         Set choice for "vertically" to nil instead of split-window.
6852         Set choice for "horizontally" to split-window-preferred-horizontally
6853         instead of lambda.
6855 2008-03-29  Juri Linkov  <juri@jurta.org>
6857         * simple.el (minibuffer-default-add-function): New variable with
6858         the default to minibuffer-default-add-completions.
6859         (minibuffer-default-add-done): New variable.  Make it buffer-local.
6860         (minibuffer-default-add-completions): New function.
6861         (goto-history-element): Set minibuffer-default-add-done to t and
6862         call a function in minibuffer-default-add-function when the
6863         specified absolute history position is greater than the length of
6864         the minibuffer-default list and minibuffer-default-add-done is nil.
6865         Change "^End of history; no next item$" to "^End of defaults;
6866         no next item$".
6868         * bindings.el (debug-ignored-errors): Change "^End of history;
6869         no next item$" to "^End of defaults; no next item$".
6871 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6873         * subr.el (with-temp-buffer): Assume kill-buffer can change cur-buf.
6875         * textmodes/remember.el (remember-diary-convert-entry): Prefer boundp
6876         to with-no-warnings.
6878 2008-03-29  Michael Albinus  <michael.albinus@gmx.de>
6880         Sync with Tramp 2.1.13.
6882         * net/tramp-ftp.el: Require 'cl when byte-compiling.
6884         * net/trampver.el: Update release number.
6886 2008-03-29  Dan Nicolaescu  <dann@ics.uci.edu>
6888         * vc-hooks.el (vc-menu-map-filter): Be more careful when finding
6889         the current backend.
6891         * vc.el (vc-status-menu-map, vc-status-mode-map): Bind vc-revert.
6892         (vc-status-refresh): Create a temporary buffer and call the
6893         `dir-status' backend function from that buffer.
6895         * vc-bzr.el (vc-bzr-dir-status): Don't create a buffer.
6896         (vc-bzr-after-dir-status): Don't kill the buffer.
6898         * vc-cvs.el (vc-cvs-dir-status): Don't create a buffer.
6899         (vc-cvs-after-dir-status): Don't kill the buffer.
6901         * vc-git.el (vc-git-dir-status): Don't create a buffer.
6902         (vc-git-after-dir-status-stage2): Don't kill the buffer.
6904         * vc-hg.el (vc-hg-dir-status): Don't create a buffer.
6905         (vc-hg-after-dir-status): Don't kill the buffer.
6907         * vc-svn.el (vc-svn-dir-status): Don't create a buffer.
6908         (vc-svn-after-dir-status): Don't kill the buffer.
6910 2008-03-29  Glenn Morris  <rgm@gnu.org>
6912         * calendar/calendar.el (diary-file, american-date-diary-pattern)
6913         (european-date-diary-pattern, european-calendar-display-form)
6914         (american-calendar-display-form, diary-display-hook): Doc fixes.
6915         (european-calendar-style): Doc fix.  Use calendar-set-date-style for
6916         custom :set.  Mark as obsolete.
6917         (calendar-date-style, iso-date-diary-pattern)
6918         (iso-calendar-display-form): New user variables.
6919         (diary-date-forms, calendar-date-display-form): Set using
6920         calendar-date-style.  Doc fix.
6921         (calendar-set-date-style): New command.
6922         (european-calendar, american-calendar): Use calendar-set-date-style.
6923         Mark as obsolete.
6925         * calendar/diary-lib.el (number): Move declaration where needed.
6926         (diary-mail-entries, list-sexp-diary-entries): Doc fixes.
6927         (diary-make-date): New function.
6928         (diary-date, diary-block, diary-anniversary, diary-cyclic): Doc fix.
6929         Use diary-make-date.
6930         (diary-date-display-form, diary-insert-entry-1): New functions.
6931         (insert-monthly-diary-entry, insert-yearly-diary-entry):
6932         Use diary-insert-entry-1.
6933         (insert-anniversary-diary-entry, insert-block-diary-entry)
6934         (insert-cyclic-diary-entry): Use diary-date-display-form.
6936         * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
6937         Autoload diary-insert-entry-1.
6938         * calendar/cal-bahai.el (diary-bahai-insert-entry)
6939         (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
6940         * calendar/cal-hebrew.el (insert-hebrew-diary-entry)
6941         (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry)
6942         * calendar/cal-islam.el (insert-islamic-diary-entry)
6943         (insert-monthly-islamic-diary-entry, insert-yearly-islamic-diary-entry):
6944         Use diary-insert-entry-1.
6946         * calendar/cal-hebrew.el (diary-make-date): Autoload it.
6947         (diary-yahrzeit): Doc fix.  Use diary-make-date.
6949         * calendar/icalendar.el (icalendar--datetime-to-american-date):
6950         New name for icalendar--datetime-to-noneuropean-date.  Make old name
6951         obsolete alias.
6952         (icalendar--datetime-to-iso-date): New function.
6953         (icalendar--datetime-to-diary-date): Doc fix.  Respect
6954         calendar-date-style if bound.
6956         * textmodes/remember.el (remember-diary-convert-entry):
6957         Respect calendar-date-style if bound.
6959 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6961         * xt-mouse.el (xterm-mouse-mode): Use delete-terminal-functions.
6962         (xterm-mouse-handle-delete-frame): Delete.
6964         * term/xterm.el (terminal-init-xterm): Use delete-terminal-functions.
6965         (xterm-turn-on-modify-other-keys, xterm-turn-off-modify-other-keys)
6966         (xterm-remove-modify-other-keys): Lookup terminal rather than frame
6967         in xterm-modify-other-keys-terminal-list.
6969         * vc-bzr.el (vc-bzr-state-heuristic): Fix last change for when there
6970         are conflicts.
6972 2008-03-29  Dan Nicolaescu  <dann@ics.uci.edu>
6974         * vc.el (vc-update): Check if the buffer is unsaved only if it
6975         actually exists.
6976         (vc-status-mode-map, vc-status-menu-map): Bind vc-update and
6977         vc-print-log.
6979 2008-03-28  Magnus Henoch  <mange@freemail.hu>
6981         * net/dns.el (dns-write): Use set-buffer-multibyte.
6983 2008-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6985         * vc-bzr.el (vc-bzr-sha1): New fun.
6986         (vc-bzr-state-heuristic): New fun, extracted from vc-bzr-registered.
6987         (vc-bzr-registered): Use it.
6989 2008-03-28  Dan Nicolaescu  <dann@ics.uci.edu>
6991         * vc.el (vc-status-kill-dir-status-process): Simplify.
6992         (vc-status-refresh): Make sure the buffer is live.
6993         (ring): Don't require it, not used.
6995 2008-03-28  Wilson Snyder  <wsnyder@wsnyder.org>
6997         * progmodes/verilog-mode.el (verilog-auto-inout-module):
6998         Add optional regular expression to AUTOINOUTMODULE.
6999         (verilog-inject-auto, verilog-auto-arg, verilog-auto-inst)
7000         (verilog-auto-inst-param, verilog-auto-reg)
7001         (verilog-auto-reg-input, verilog-auto-wire, verilog-auto-output)
7002         (verilog-auto-output-every, verilog-auto-input)
7003         (verilog-auto-inout, verilog-auto-sense, verilog-auto-tieoff)
7004         (verilog-auto-unused, verilog-auto): Update documentation to use
7005         more obvious instance module names versus cell names.
7007 2008-03-28  Jan Djärv  <jan.h.d@swipnet.se>
7009         * progmodes/compile.el (compilation-mode-tool-bar-map): Only enable
7010         kill if a process is running.
7012         * progmodes/grep.el (grep-mode-tool-bar-map): The same.
7014 2008-03-28  Dan Nicolaescu  <dann@ics.uci.edu>
7016         * vc.el: Add new backend function 'status-extra-headers.
7017         (vc-default-status-extra-headers): New function.
7018         (vc-status-headers): Call 'status-extra-headers.  Add colors.
7020         * vc-git.el (vc-git-status-extra-headers): New function.
7022 2008-03-28  Glenn Morris  <rgm@gnu.org>
7024         * calendar/cal-menu.el (cal-menu-holidays-menu)
7025         (cal-menu-list-holidays-year, cal-menu-list-holidays-following-year)
7026         (cal-menu-list-holidays-previous-year): Simplify now that 2nd arg of
7027         holiday-list is optional.
7028         (calendar-mouse-holidays): Remove un-needed local `l'.
7030         * calendar/cal-move.el (calendar-cursor-to-nearest-date):
7031         Remove un-needed local `date'.
7032         (calendar-cursor-to-visible-date): Use let rather than let*.
7033         Remove un-needed local `first-of-month-weekday'.
7035         * calendar/calendar.el (abbreviated-calendar-year): Move to diary-lib.
7037         * calendar/diary-lib.el (print-diary-entries-hook, diary-list-entries):
7038         Doc fixes.
7039         (abbreviated-calendar-year): Move here from calendar.el.  Doc fix.
7040         (diary-header-line-flag, diary-header-line-format): Declare.
7041         (diary-pull-attrs): Check for multiple matches.
7042         (diary-list-entries-2): Simplify finding start of date.
7043         (diary-show-all-entries, make-diary-entry): Respect non-nil values of
7044         pop-up-frames.
7045         (diary-mark-entries-1): Re-use offset in abbreviated-year case.
7046         (mark-sexp-diary-entries): Remove superfluous call to diary-pull-attrs.
7048 2008-03-27  Dan Nicolaescu  <dann@ics.uci.edu>
7050         * vc-hg.el (vc-hg-state, vc-hg-dir-state): Deal with 'missing files.
7052         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Fix predicate.
7054 2008-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7056         * vc-hooks.el (vc-before-save): Don't prevent saving the file.
7058         * image-mode.el (image-mode-reapply-winprops): Fix last change.
7060 2008-03-27  Kenichi Handa  <handa@ni.aist.go.jp>
7062         * international/mule-conf.el (define-iso-single-byte-charset):
7063         Don't make latin-iso8859-* supplementary.
7064         (#'set-charset-priority): Don't change the priority of charsets
7065         `unicode' and `emacs'.
7067 2008-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7069         * vc.el (vc-do-command): Don't pop to the buffer if it's an internal
7070         temp buffer.
7072 2008-03-27  Glenn Morris  <rgm@gnu.org>
7074         * calendar/cal-bahai.el (diary-bahai-list-entries):
7075         * calendar/cal-hebrew.el (list-hebrew-diary-entries):
7076         * calendar/cal-islam.el (list-islamic-diary-entries): Doc fix.
7078         * calendar/calendar.el (diary-file): Doc fix.
7080         * calendar/diary-lib.el (diary-face-attrs): Fix `height' regexp.
7081         (list-diary-entries-hook, mark-diary-entries-hook)
7082         (include-other-diary-files, diary-mail-entries)
7083         (mark-included-diary-files, list-sexp-diary-entries): Doc fixes.
7084         (diary-set-header): New function.
7085         (diary-header-line-flag, diary-header-line-format):
7086         Use diary-set-header for custom :set function.
7087         (diary-set-maybe-redraw): Use symbol-value rather than eval.
7088         (diary-attrtype-convert): Use intern-soft rather than read.
7089         (diary-display-no-entries): New function.
7090         (simple-diary-display, fancy-diary-display): Use it.
7091         (fancy-diary-display): Doc fix.  Remove unneeded local entry-list.
7092         (diary-mark-entries-1): Fix position offsets in non-gregorian case.
7094         * calendar/holidays.el (list-holidays): Doc fix.
7096 2008-03-26  Jay Belanger  <jay.p.belanger@gmail.com>
7098         * calc/calc-store.el (calc-read-var-name-history): New variable.
7099         (calc-read-var-name): Use `calc-read-var-name-history'.
7101 2008-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7103         * image-mode.el (image-mode-reapply-winprops): Simplify now that
7104         window-configuration-change-hook works buffer-locally.
7106 2008-03-26  Johan BockgÃ¥rd  <bojohan@gnu.org>
7108         * emacs-lisp/lisp-mnt.el (lm-with-file): Use mode and syntax table
7109         for Emacs Lisp, not Lisp.
7111 2008-03-26  Juanma Barranquero  <lekktu@gmail.com>
7113         * help-fns.el (describe-function-1, describe-variable):
7114         If CURRENT-NAME is nil, don't end obsolescence info with semicolon.
7116         * emacs-lisp/bytecomp.el (byte-compile-obsolete): If no
7117         replacement is provided, don't print "use nil instead".
7119 2008-03-26  Johan BockgÃ¥rd  <bojohan@gnu.org>
7121         * complete.el (PC-do-completion): Use regexp-quote.
7123 2008-03-26  Dan Nicolaescu  <dann@ics.uci.edu>
7125         * vc-cvs.el (vc-cvs-parse-status, vc-cvs-after-dir-status):
7126         Detect missing files.
7128         * vc-git.el (vc-git-extra-menu-map): New key map.
7129         (vc-git-extra-menu, vc-git-extra-status-menu, vc-git-grep):
7130         New functions.
7132         * vc-hooks.el (vc-default-mode-line-string): Deal with 'removed
7133         and 'missing files.
7135 2008-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7137         * calendar/holidays.el (list-holidays): Make Y2 optional.
7139         * calendar/appt.el (appt-buffer-name): Don't use a leading space for
7140         buffers shown to the user.
7141         (appt-disp-window): Disable undo explicitly now that the leading space
7142         is gone.
7144         * simple.el (activate-mark): New function.
7145         (set-mark-command): Use it with region-active-p to clean up the code.
7146         (exchange-point-and-mark): Invert the meaning of C-u when
7147         transient-mark-mode is active.
7149         * dired-aux.el (dired-create-files): Use dolist.
7151         * bindings.el (mode-line-change-eol): Use with-selected-window.
7153         * apropos.el (apropos-command): Include macros.
7155 2008-03-26  Glenn Morris  <rgm@gnu.org>
7157         * calendar/cal-bahai.el: Require calendar, not cal-julian.
7158         (calendar-bahai-epoch): Doc fix.
7160         * calendar/cal-china.el: Explicitly require calendar.
7162         * calendar/cal-coptic.el, calendar/cal-islam.el, calendar/cal-persia.el:
7163         Require calendar rather than cal-julian.
7164         Autoload calendar-absolute-from-julian.
7165         * calendar/cal-coptic.el (coptic-calendar-epoch):
7166         * calendar/cal-islam.el (calendar-islamic-epoch):
7167         * calendar/cal-persia.el (persian-calendar-epoch): Set when compiling.
7169         * calendar/cal-islam.el (calendar-islamic-epoch): Doc fix.
7171         * calendar/cal-dst.el: Don't require cal-persia.
7172         (calendar-absolute-from-persian): Autoload it.
7173         (dst-adjust-time): Doc fix.
7175         * calendar/cal-menu.el (cal-menu-diary-menu): Remove menu headings that
7176         cause cal-bahai, cal-islam, cal-hebrew to be loaded on starting the
7177         calendar.
7179         * calendar/cal-menu.el: Require calendar rather than declaring
7180         functions.
7181         * calendar/calendar.el: Provide calendar before requiring cal-menu.
7183         * calendar/cal-x.el (calendar-after-frame-setup-hook): New name for
7184         calendar-after-frame-setup-hooks.  Update callers, make old name an
7185         obsolete alias.  Doc fix.
7186         (calendar-frame-1): Doc fix.
7188         * calendar/calendar.el (solar-holidays): Simplify holiday-sexp calls.
7190         * calendar/calendar.el (oriental-holidays, solar-holidays):
7191         * calendar/holidays.el (list-holidays): Assume atan always bound.
7193         * calendar/lunar.el, calendar/solar.el: Remove floating-point check.
7194         Explicitly require calendar, not cal-julian.
7195         * calendar/lunar.el: Explicitly require cal-dst.
7197 2008-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7199         * autorevert.el (auto-revert-buffers): Use buffer-live-p.
7201         * help-fns.el (describe-function-1, describe-variable): If no
7202         replacement is provided, don't print "use nil instead".
7204 2008-03-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
7206         * proced.el: New file.
7208 2008-03-25  Tetsurou Okazaki  <okazaki@be.to>  (tiny change)
7210         * emacs-lisp/byte-opt.el (side-effect-free-fns): Fix typo.
7212 2008-03-25  Juri Linkov  <juri@jurta.org>
7214         * battery.el: Add file cookie coding:iso-8859-1 for the degree sign
7215         in battery-mode-line-format.
7217         * bindings.el (minibuffer-local-map): For the command
7218         file-cache-minibuffer-complete replace keymap minibuffer-local-map
7219         with map which is already locally bound to minibuffer-local-map.
7221 2008-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7223         * subr.el (map-keymap-sorted): Rename from map-keymap-internal.
7224         Remove `sort-first' argument.
7226         * subr.el (redisplay-end-trigger-functions)
7227         (window-redisplay-end-trigger, set-window-redisplay-end-trigger)
7228         (process-filter-multibyte-p, set-process-filter-multibyte):
7229         Mark as obsolete.
7231 2008-03-25  Juanma Barranquero  <lekktu@gmail.com>
7233         * emacs-lisp/re-builder.el (reb-mode-common): Remove reference to
7234         bogus variable `reb-kill-buffer'; don't make hooks buffer-local,
7235         use the LOCAL arg of `add-hook'.
7236         (reb-blink-delay, reb-mode-hook, reb-re-syntax, reb-auto-match-limit):
7237         Remove spurious * from defcustom docstrings.
7238         (reb-next-match, reb-prev-match, reb-enter-subexp-mode):
7239         Fix typos in messages.
7240         (reb-mode-buffer-p): New function.
7241         (re-builder, reb-kill-buffer): Use `reb-mode-buffer-p'.  Use `when'.
7242         (top, reb-show-subexp, reb-auto-update, reb-delete-overlays)
7243         (reb-cook-regexp, reb-update-regexp, reb-update-overlays):
7244         Use `unless', `when'.
7245         (re-builder-unload-function): New function.
7247 2008-03-25  Dan Nicolaescu  <dann@ics.uci.edu>
7249         * vc-hooks.el (vc-state): Add documentation for 'missing.
7251 2008-03-25  Wilson Snyder  <wsnyder@wsnyder.org>
7253         * progmodes/verilog-mode.el (verilog-auto-output)
7254         (verilog-auto-input, verilog-auto-inout, verilog-auto)
7255         (verilog-delete-auto): Add optional regular expression to
7256         AUTOINPUT/AUTOOUTPUT/AUTOINOUT.
7257         (verilog-signals-matching-regexp): New internal function for
7258         signal matching.
7260 2008-03-25  Johan BockgÃ¥rd  <bojohan@gnu.org>
7262         * info.el (Info-isearch-search): Always return point.
7264 2008-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7266         * diff-mode.el (diff-remembered-defdir): New var.
7267         (diff-find-file-name): Use it to flush diff-remembered-files-alist.
7269 2008-03-25  Glenn Morris  <rgm@gnu.org>
7271         * calendar/cal-bahai.el (calendar-bahai-read-date): New name for
7272         calendar-bahai-prompt-for-date.  Update callers, make old name an
7273         obsolete alias.  Doc fix.
7274         * calendar/cal-coptic.el (calendar-coptic-read-date): New name for
7275         coptic-prompt-for-date.  Update callers, make old name an
7276         obsolete alias.  Doc fix.
7277         * calendar/cal-hebrew.el (calendar-hebrew-read-date): New name for
7278         calendar-hebrew-prompt-for-date.  Update callers.  Doc fix.
7279         * calendar/cal-islam.el (calendar-islamic-read-date): New name for
7280         calendar-islamic-prompt-for-date.  Update callers.  Doc fix.
7281         * calendar/cal-iso.el (calendar-iso-read-date): New name for
7282         calendar-iso-read-args.  Update callers, make old name an obsolete
7283         alias.
7284         * calendar/cal-persia.el (calendar-persian-read-date): New name for
7285         persian-prompt-for-date.  Update callers, make old name an
7286         obsolete alias.  Doc fix.  Move definition before use.
7288         * calendar/cal-x.el (diary-frame-parameters)
7289         (calendar-frame-parameters, calendar-and-diary-frame-parameters)
7290         (calendar-frame-1): Doc fixes.
7291         (make-fancy-diary-buffer): Remove declaration.
7292         (calendar-dedicate-diary): Replace call to deleted function
7293         make-fancy-diary-buffer.
7294         (calendar-frame-setup): New function.
7295         (calendar-one-frame-setup, calendar-only-one-frame-setup)
7296         (calendar-two-frame-setup): Call calendar-frame-setup to do the actual
7297         work, and mark as obsolete.
7298         (special-display-buffer-names): Don't mess with this; it's not our
7299         business.
7300         (cal-x-load-hook): Defvar it, and mark as obsolete.
7302         * calendar/calendar.el (calendar-remove-frame-by-deleting):
7303         Default to t.  Add to 'calendar group.
7304         (calendar): Doc fix.  Use calendar-frame-setup.
7305         (calendar-basic-setup): Doc fix.  Add optional NODISPLAY argument.
7306         (generate-calendar-window): Doc fix.
7308 2008-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7310         * vc-bzr.el (vc-bzr-print-log, vc-bzr-diff): Do it asynchronously.
7312 2008-03-24  Drew Adams  <drew.adams@oracle.com>
7314         * finder.el (finder-mode-syntax-table, finder-font-lock-keywords):
7315         New variables.
7316         (finder-mode): Use finder-mode-syntax-table.  Set font-lock-defaults.
7317         (finder-exit): Ignore errors rather than avoiding them.
7318         Kill *Finder-package* buffer also.
7320 2008-03-24  Andreas Schwab  <schwab@suse.de>
7322         * xt-mouse.el (xterm-mouse-event): Avoid error with buttons > 5.
7324 2008-03-24  Dan Nicolaescu  <dann@ics.uci.edu>
7326         * vc-hg.el (vc-hg-after-dir-status):
7327         * vc-bzr.el (vc-bzr-after-dir-status): Detect missing files.
7329         * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-parse-status):
7330         Detect removed files.
7332         * vc.el (vc-status-printer): Use a different face for missing files.
7333         (vc-status-hide-up-to-date): Rename from
7334         vc-status-remove-up-to-date.  Update all callers.
7335         (vc-status-mode-map): Bind C-m.
7337 2008-03-24  Alexandre Julliard  <julliard@winehq.org>
7339         * vc-git.el (vc-git-after-dir-status-stage1): Move state matching
7340         code ...
7341         (vc-git--state-code): ... to this new function.
7342         (vc-git-state): Use it.
7344 2008-03-24  Trent Buck  <trentbuck@gmail.com>  (tiny change)
7346         * textmodes/remember.el (remember-mail-date)
7347         (remember-store-in-mailbox): Write date and From line in such a
7348         way that Mutt can read it.
7350 2008-03-23  Chong Yidong  <cyd@stupidchicken.com>
7352         * simple.el (transient-mark-mode): Turn on by default.
7354 2008-03-23  Dan Nicolaescu  <dann@ics.uci.edu>
7356         * vc-bzr.el (vc-bzr-state): Return 'removed for removed files and
7357         'unregistered for unregistered files.
7359         * vc-hg.el (vc-hg-state): Return 'removed for removed files.
7361         * bindings.el (standard-mode-line-modes): Avoid duplicating a string.
7363         * vc-cvs.el (vc-cvs-parse-status): Note there are problems with
7364         subdirectories.
7366         * vc.el (vc-status-prepare-status-buffer): Fix thinko.
7367         (vc-status-menu-map): Add binding for vc-status-kill-dir-status-process.
7368         Add :enable for vc-status-refresh.
7369         (vc-status-menu-map-filter): Remove vc-ignore-menu-filter test.
7370         (vc-status-tool-bar-map): Add binding for
7371         vc-status-kill-dir-status-process.
7372         Don't test display-graphic-p and don't bind vc-ignore-menu-filter.
7373         (vc-update-vc-status-buffer, vc-status-kill-dir-status-process):
7374         Reset vc-status-process-buffer.
7375         (vc-status-refresh): Don't run two refreshes at a time.
7376         (vc-status): If the buffer is already in vc-status-mode only refresh.
7377         (vc-status-mark-buffer-changed): Add an optional file parameter.
7378         (vc-resynch-buffer): Use it.
7379         (vc-delete-file): Expand the file name before using it.
7380         Be careful to not create a new buffer with the old file contents.
7381         Update the VC state after performing the operation.
7383 2008-03-23  Andreas Schwab  <schwab@suse.de>
7385         * menu-bar.el (menu-bar-showhide-fringe-ind-menu) [mixed]:
7386         Fix radio button condition.
7387         [box]: Likewise.
7388         [customize]: Add radio button.
7390 2008-03-23  Jay Belanger  <jay.p.belanger@gmail.com>
7392         * calc/calc.el (calc-was-keypad-mode, calc-full-mode)
7393         (calc-user-parse-tables, calc-gnuplot-default-device)
7394         (calc-gnuplot-default-output, calc-gnuplot-print-device)
7395         (calc-gnuplot-print-output, calc-gnuplot-geometry)
7396         (calc-graph-default-resolution, calc-graph-default-resolution-3d)
7397         (calc-invocation-macro, calc-trail-pointer, calc-trail-overlay)
7398         (calc-undo-list, calc-redo-list, calc-main-buffer)
7399         (calc-trail-buffer, calc-why, calc-last-kill, calc-dollar-values)
7400         (calc-dollar-used, calc-hashes-used, calc-quick-prev-results)
7401         (calc-said-hello, calc-executing-macro, calc-any-selections)
7402         (calc-help-phase, calc-full-help-flag, calc-refresh-count)
7403         (calc-display-dirty, calc-embedded-info, calc-embedded-active)
7404         (calc-standalone-flag, var-EvalRules, math-expr-function-mapping)
7405         (math-expr-variable-mapping, calc-mode-map, calc-digit-map)
7406         (calc-dispatch-map, calc-do-dispatch, calc-read-key-sequence)
7407         (calc-create-buffer, calc-quit): Add docstrings.
7409 2008-03-23  Juanma Barranquero  <lekktu@gmail.com>
7411         * makefile.w32-in (WINS_ALMOST): Add org.
7413 2008-03-23  Dan Nicolaescu  <dann@ics.uci.edu>
7415         * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
7416         New functions to implement vc-status support.
7418 2008-03-22  Dan Nicolaescu  <dann@ics.uci.edu>
7420         * vc.el (vc-status-prepare-status-buffer): New function.
7421         (vc-status): Use it.
7423         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add ... where
7424         appropriate.
7426 2008-03-22  Alexandre Julliard  <julliard@winehq.org>
7428         * vc-git.el (vc-git--empty-db-p)
7429         (vc-git-after-dir-status-stage1-empty-db): New functions.
7430         (vc-git-dir-status, vc-git-after-dir-status-stage1, vc-git-state):
7431         Add support for empty repositories.
7433 2008-03-22  Dan Nicolaescu  <dann@ics.uci.edu>
7435         * vc-git.el (vc-git-annotate-extract-revision-at-line):
7436         Allow "^" in a version name.
7438         * vc-mtn.el (vc-mtn-state): Support the added state.
7440 2008-03-22  Carsten Dominik  <dominik@science.uva.nl>
7442         * org: New directory for Org-mode.
7444         * org/org-export-latex.el: Moved from lisp/texmodes.
7446         * org/org-irc.el: Moved from lisp/texmodes.
7448         * org/org-mac-message.el: Moved from lisp/texmodes.
7450         * org/org-mouse.el: Moved from lisp/texmodes.
7452         * org/org-publish.el: Moved from lisp/texmodes.
7454 2008-03-21  Juri Linkov  <juri@jurta.org>
7456         * comint.el (comint-dynamic-simple-complete):
7457         Use variable `stub' for the second arg `common-substring'
7458         of `comint-dynamic-list-completions'.
7459         (comint-dynamic-list-filename-completions):
7460         Use variable `filenondir' for the second arg `common-substring'
7461         of `comint-dynamic-list-completions'.
7462         (comint-dynamic-list-completions): Add new optional arg
7463         `common-substring'.  Add `common-substring' as the second arg of
7464         the call to `display-completion-list'.  Doc fix.
7466         * comint.el (comint-dynamic-complete-as-filename)
7467         (comint-dynamic-list-filename-completions)
7468         (comint-dynamic-simple-complete): Use `minibuffer-message'
7469         to display message "No completions of %s" when a command
7470         is called in the minibuffer.
7471         (comint-dynamic-simple-complete): Don't display other
7472         completion messages when a command is called in the minibuffer.
7473         (comint-dynamic-list-completions): Use `minibuffer-message'
7474         to display message " [Type space to flush ...]" when a command
7475         is called in the minibuffer.
7477         * shell.el (shell-dynamic-complete-command)
7478         (shell-dynamic-complete-environment-variable): Don't display
7479         completion messages when command is called in the minibuffer.
7481         * emacs-lisp/lisp.el (lisp-complete-symbol):
7482         Use `minibuffer-message' to display message "No completions of %s"
7483         when this command is called in the minibuffer.
7485         * bindings.el (standard-mode-line-modes): Put special help-echo
7486         tooltip on recursive edit %[ %] mode-line constructs.
7488         * dabbrev.el (debug-ignored-errors): Remove $ from the end of
7489         "^No dynamic expansion for .* found$" to allow error messages like
7490         "No dynamic expansion for \"%s\" found in this-buffer".
7492 2008-03-21  Michael Albinus  <michael.albinus@gmx.de>
7494         * net/tramp.el (tramp-methods): Fix tramp-copy-args of "pscp" and
7495         "psftp".
7497 2008-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7499         * vc-hooks.el (vc-default-mode-line-string): Add case for added files.
7500         * vc.el (vc-default-dired-state-info): Use just "modified".
7501         * vc-cvs.el (vc-cvs-state-heuristic): Turn rev 0 into `added'.
7502         (vc-cvs-mode-line-string): Make use of the better default.
7503         (vc-cvs-parse-entry): Use the new `added'.
7504         (vc-cvs-dired-state-info): Remove.
7505         * vc-svn.el (vc-svn-dired-state-info): Remove.
7506         * vc-hg.el (vc-hg-dired-state-info): Remove.
7507         * vc-git.el (vc-git-dired-state-info): Remove.
7509 2008-03-21  Dan Nicolaescu  <dann@ics.uci.edu>
7511         * vc-git.el (vc-git-status-result): New variable.
7512         (vc-git-dir-status): Split out ...
7513         (vc-git-after-dir-status-stage1, vc-git-after-dir-status-stage2):
7514         ... these new functions and work asynchronously.
7516 2008-03-21  Alexandre Julliard  <julliard@winehq.org>
7518         * vc-git.el (vc-git-after-dir-status): Remove.
7519         (vc-git-dired-state-info): Reimplement.
7521 2008-03-21  Dan Nicolaescu  <dann@ics.uci.edu>
7523         * replace.el (occur-mode-map): Add :help.
7525         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entry
7526         for disassemble.
7528         * vc.el (vc-status-mark-buffer-changed): Better deal with files in
7529         the 'added state.
7530         (vc-status-remove-up-to-date): New function.
7531         (vc-status-mode-map, vc-status-menu-map): Bind it.
7532         (vc-status-printer): Use a different face up-to-date files.
7533         (vc-resynch-buffer): Update the vc-status buffer if it exists.
7534         (Todo): Remove solved entries.
7536         * vc-hg.el (vc-hg-state):
7537         * vc-git.el (vc-git-state):
7538         * vc-cvs.el (vc-cvs-parse-status):
7539         * vc-bzr.el (vc-bzr-state): Return 'added when the file is in that
7540         state.
7542 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7544         * progmodes/compile.el (compile):
7545         * progmodes/grep.el (grep, grep-find): Use read-shell-command.
7547         * simple.el (minibuffer-local-shell-command-map): New var.
7548         (minibuffer-complete-shell-command, read-shell-command): New funs.
7549         (shell-command, shell-command-on-region): Use them.
7551 2008-03-20  Dan Nicolaescu  <dann@ics.uci.edu>
7553         * vc.el (vc-status-mark-buffer-changed): New function to implement
7554         updating of the *vc-status* buffer when a buffer is saved.
7555         (vc-status-mode): Use it for after-change-hook.
7556         (vc-add-to-vc-status-buffer): Rename to ...
7557         (vc-status-add-entry): ... this.
7558         (Todo): Add new entry.
7560 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7562         * sort.el (sort-reorder-buffer): Preserve the buffer's multibyteness.
7564 2008-03-20  Juanma Barranquero  <lekktu@gmail.com>
7566         * icomplete.el (icomplete-prospects-length, icomplete-max-delay-chars)
7567         (icomplete-show-key-bindings, icomplete-minibuffer-setup-hook):
7568         Remove spurious * from defcustom docstrings.
7569         (icomplete-compute-delay): Fix docstring and remove spurious *.
7570         (icomplete-delay-completions-threshold): Fix typo in docstring and
7571         remove spurious *.
7572         (icomplete-completions): While collecting the list of prospective
7573         candidates, don't overshoot `icomplete-prospects-length'.
7575 2008-03-20  Dan Nicolaescu  <dann@ics.uci.edu>
7577         * textmodes/refbib.el:
7578         * textmodes/reftex.el:
7579         * textmodes/reftex-global.el:
7580         * textmodes/reftex-vars.el:
7581         * textmodes/reftex-toc.el: Don't use eval-and-compile for byte
7582         compiler pacifying defvars.
7583         (reftex-toc-mode): Only make zmacs-regions local on XEmacs.
7584         * textmodes/reftex-index.el (zmacs-regions): Remove pacifier,
7585         not needed.
7587 2008-03-20  Wilson Snyder  <wsnyder@wsnyder.org>
7589         * progmodes/verilog-mode.el (verilog-easy-menu-filter): New function.
7590         (verilog-stmt-menu, verilog-menu): Add :help and filter it.
7591         (verilog-customize, verilog-font-customize)
7592         (electric-verilog-backward-sexp, electric-verilog-forward-sexp)
7593         (verilog-mode): Update documentation strings to match tool tips.
7594         (verilog-auto-search-do, verilog-auto-re-search-do)
7595         (verilog-skip-forward-comment-or-string): Fix verilog-auto
7596         expansion when a .* appears inside a string.
7597         (verilog-re-search-forward, verilog-re-search-backward):
7598         Add comment to recall how this works.
7599         (verilog-read-decls): Fix AUTOINPUT/AUTOOUTPUT mis-including genvars.
7601 2008-03-20  Glenn Morris  <rgm@gnu.org>
7603         * calendar/calendar.el (calendar-other-dates): New function.
7604         (calendar-print-other-dates): Use calendar-other-dates.
7605         * calendar/cal-menu.el (calendar-other-dates): Declare it, and removes
7606         the declarations it replaces.
7607         (calendar-mouse-print-dates): Use calendar-other-dates.
7609         * calendar/cal-bahai.el (calendar-bahai-leap-year-p)
7610         (calendar-bahai-leap-base, calendar-bahai-from-absolute): Doc fixes.
7611         (calendar-absolute-from-bahai): Fix the leap-year case.
7612         (calendar-bahai-from-absolute): Re-use the Gregorian month.
7613         (calendar-bahai-date-string, calendar-bahai-print-date):
7614         Handle pre-Bahai dates.
7616         * calendar/cal-china.el (chinese-calendar-celestial-stem)
7617         (chinese-calendar-terrestrial-branch): Make defcustoms.
7619         * calendar/cal-menu.el (calendar-mouse-holidays): Re-use the title.
7620         (calendar-mouse-view-diary-entries): Use or.
7621         (calendar-mouse-chinese-date): Remove unused command.
7622         (cal-menu-load-hook): Mark as obsolete.
7624         * calendar/solar.el (calendar-location-name, calendar-latitude)
7625         (calendar-longitude, solar-arctan, sunrise-sunset)
7626         (solar-mean-equinoxes/solstices): Use the appropriate equality test.
7628 2008-03-20  Jay Belanger  <jay.p.belanger@gmail.com>
7630         * calc/calc.el: Remove outdated comments.
7631         (defcalcmodevar, calc-mode-var-list-restore-default-values)
7632         (calc-mode-var-list-restore-saved-values, calc-autorange-units):
7633         Add docstrings.
7635 2008-03-19  Jason Rumney  <jasonr@gnu.org>
7637         * w32-fns.el (x-alternatives-map): Add S-tab mapping.
7639 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
7641         * net/tls.el (open-tls-stream): Reindent.
7643 2008-03-19  Michael Albinus  <michael.albinus@gmx.de>
7645         * net/tramp.el (tramp-let-maybe): Removed.
7646         (tramp-drop-volume-letter): Don't use `replace-regexp-in-string'.
7647         It does not exist under XEmacs.
7648         (tramp-handle-file-truename, tramp-handle-expand-file-name)
7649         (tramp-completion-file-name-handler): Let-bind
7650         `directory-sep-char'.
7652         * net/tramp-fish.el (tramp-fish-handle-expand-file-name): Let-bind
7653         `directory-sep-char'.
7655 2008-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7657         * help-fns.el (describe-function-1): Don't signal "missing arglist"
7658         for autoloaded keymaps.
7660         * progmodes/verilog-mode.el (verilog-syntax-ppss): New function.
7661         (electric-verilog-terminate-line, verilog-in-struct-region-p)
7662         (verilog-backward-ws&directives, verilog-forward-ws&directives)
7663         (verilog-in-comment-p, verilog-in-star-comment-p)
7664         (verilog-in-slash-comment-p, verilog-skip-backward-comments)
7665         (verilog-parenthesis-depth, verilog-skip-backward-comment-or-string)
7666         (verilog-skip-forward-comment-or-string, verilog-in-paren)
7667         (verilog-skip-forward-comment-p): Use it.
7669 2008-03-19  Juanma Barranquero  <lekktu@gmail.com>
7671         * textmodes/org.el (org-link-store, org-link-follow, org-latex)
7672         (org-remember-templates, org-time-stamp-rounding-minutes)
7673         (org-back-over-empty-lines, org-find-base-buffer-visiting)
7674         (org-columns-new): Fix typos in docstrings.
7676 2008-03-19  Glenn Morris  <rgm@gnu.org>
7678         * net/tramp.el (tramp-drop-volume-letter): Evaluate when compiling.
7679         (tramp-handle-shell-command): Use condition-case rather than
7680         ignore-errors.
7682 2008-03-19  Dan Nicolaescu  <dann@ics.uci.edu>
7684         * diff-mode.el (diff-header): Make the color louder.
7685         (diff-refine-change): Tone the color down.
7687 2008-03-19  Juanma Barranquero  <lekktu@gmail.com>
7689         * descr-text.el (describe-char): When `describe-char-unidata-list'
7690         is set to show all properties, list them in the right order.
7692 2008-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7694         * international/mule.el (load-with-code-conversion): Avoid setting
7695         default-enable-multibyte-characters.
7697 2008-03-19  Gustav HÃ¥llberg  <gustav@virtutech.com>  (tiny change)
7699         * vc.el (vc-annotate-background): Fix custom type.
7701 2008-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7703         * descr-text.el (describe-char-unidata-list): Allow specifying
7704         just all properties.
7705         (describe-char): Handle that new value.
7707         * emulation/cua-base.el (cua-paste): Signal an error in read-only buf.
7709 2008-03-18  Tassilo Horn  <tassilo@member.fsf.org>
7711         * doc-view.el (doc-view-initiate-display): Use doc-view-doc-type
7712         instead of file name extension to make docs with uncommon
7713         extensions work.
7715 2008-03-18  Tassilo Horn  <tassilo@member.fsf.org>
7717         * doc-view.el (require): Require cl at compile time because
7718         `assert' needs it.
7720 2008-03-18  Glenn Morris  <rgm@gnu.org>
7722         * calendar/calendar.el (initial-calendar-window-hook)
7723         (today-visible-calendar-hook): Doc fixes.
7725 2008-03-17  Michael Albinus  <michael.albinus@gmx.de>
7727         * net/tramp.el (tramp-root-regexp): Simplify.
7728         (tramp-completion-file-name-regexp-separate): Don't insist on
7729         leading "[".  This prevents method or user or host completion.
7730         (tramp-let-maybe): Autoload it.
7731         (tramp-drop-volume-letter): Don't autoload.  When not on W32, it
7732         is an alias for `identity'.
7733         (tramp-handle-write-region): Protect `last-coding-system-used'
7734         over the trailing statements.
7735         (tramp-completion-file-name-handler-post-function): Remove.
7736         (tramp-completion-file-name-handler): Let-bind `directory-sep-char'
7737         instead of calling `tramp-drop-volume-letter'.
7739         * net/tramp.el:
7740         * net/tramp-uu.el:
7741         * net/trampver.el: Move coding cookie at the end.
7743 2008-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7745         * net/tramp.el (tramp-completion-mode-p): Don't use char-equal for
7746         elements which may be something else than characters.
7748 2008-03-17  Dan Nicolaescu  <dann@ics.uci.edu>
7750         * vc-bzr.el (vc-bzr-dir-status, vc-bzr-after-dir-status):
7751         New functions to implement vc-status support.
7753         * vc.el (vc-default-extra-status-menu)
7754         (vc-add-to-vc-status-buffer): New functions.
7756         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
7757         for eldoc and ielm.
7759 2008-03-17  Glenn Morris  <rgm@gnu.org>
7761         * calendar/cal-x.el (diary-frame-parameters)
7762         (calendar-frame-parameters, calendar-and-diary-frame-parameters):
7763         Fix custom type; add options.
7764         (calendar-frame, diary-frame): Doc fixes.
7765         (calendar-dedicate-diary, calendar-frame-1): Extract common code into
7766         new functions.
7767         (calendar-one-frame-setup, calendar-two-frame-setup): Doc fixes.
7768         Use calendar-frame-1 and calendar-dedicate-diary.
7769         (calendar-one-frame-setup): Also handle only-one-frame case.
7770         (calendar-only-one-frame-setup): Doc fix.  Just call
7771         calendar-one-frame-setup.
7773         * calendar/diary-lib.el: Re-order some definitions before their use.
7774         (nongregorian-diary-listing-hook, nongregorian-diary-marking-hook)
7775         (diary-list-entries): Doc fixes.
7776         (make-fancy-diary-display): Remove function.
7778         * calendar/calendar.el (calendar-today-marker)
7779         (initial-calendar-window-hook, today-visible-calendar-hook)
7780         (today-invisible-calendar-hook, diary-file, calendar-basic-setup)
7781         (calendar-star-date, calendar-mark-today): Doc fixes.
7782         (today-visible-calendar-hook): Add options.
7783         (calendar-in-read-only-buffer): New macro.
7784         (calendar-basic-setup): Adapt for change in calendar-read-date.
7785         Place holiday let inside if.
7786         (calendar-day-name-array, calendar-month-name-array): Make defcustoms.
7787         (calendar-read-date): Set day to 1 rather than nil in the NODAY case.
7788         (calendar-print-other-dates): Use one let rather than many.
7790         * calendar/calendar.el (calendar-in-read-only-buffer): New macro.
7791         (calendar-print-other-dates):
7792         * calendar/cal-hebrew.el (list-yahrzeit-dates):
7793         * calendar/diary-lib.el (simple-diary-display, fancy-diary-display):
7794         * calendar/holidays.el (calendar-list-holidays, list-holidays)
7795         (calendar-cursor-holidays):
7796         * calendar/lunar.el (calendar-phases-of-moon): Use
7797         calendar-in-read-only-buffer to replace previous code and disable undo.
7799 2008-03-16  Juri Linkov  <juri@jurta.org>
7801         * isearch.el (isearch-edit-string): Use search-ring-yank-pointer
7802         and regexp-search-ring-yank-pointer for the HISTPOS argument of
7803         read-from-minibuffer to provide the correct initial minibuffer
7804         history position in isearch-edit-string when it is called from
7805         isearch-ring-adjust.
7807         * menu-bar.el (kill-this-buffer): Use menu-bar-non-minibuffer-window-p
7808         to check if the current buffer is the minibuffer, and in this case
7809         call abort-recursive-edit to kill the minibuffer.  Doc fix.
7810         (kill-this-buffer-enabled-p): Allow this function to return non-nil
7811         when the current buffer is the minibuffer.
7813         * simple.el (goto-line): Leave mark at previous position.  Doc fix.
7815 2008-03-16  Tassilo Horn  <tassilo@member.fsf.org>
7817         * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
7818         Use non-nil PARENTS attribute of make-directory instead of
7819         explicitly checking existence the current cache directory.
7821 2008-03-16  Daiki Ueno  <ueno@unixuser.org>
7823         * epa-file.el (epa-file-select-keys): Fix bug with C-x C-s after
7824         M-x epa-file-select-keys.
7826 2008-03-16  Kenichi Handa  <handa@m17n.org>
7828         * international/mule.el (auto-coding-alist):
7829         Use no-conversion-multibyte for archive files.
7831 2008-03-16  Glenn Morris  <rgm@gnu.org>
7833         * calendar/diary-lib.el (calendar-mark-complex, calendar-mark-1):
7834         New functions.
7835         * calendar/cal-bahai.el (calendar-mark-1): Autoload it.
7836         (calendar-bahai-mark-date-pattern): Add optional argument `color'.
7837         Use calendar-mark-1.
7838         * calendar/cal-hebrew.el (calendar-mark-complex): Autoload it.
7839         (mark-hebrew-calendar-date-pattern): Add optional argument `color'.
7840         Use calendar-mark-complex.
7841         * calendar/cal-islam.el (calendar-mark-1): Autoload it.
7842         (mark-islamic-calendar-date-pattern): Add optional argument `color'.
7843         Use calendar-mark-1.
7845         * calendar/calendar.el (calendar-mod): Remove.
7846         * calendar/cal-china.el (calendar-chinese-from-absolute)
7847         (calendar-chinese-date-string): Expand calendar-mod calls.
7848         * calendar/cal-mayan.el (calendar-mayan-tzolkin-from-absolute):
7849         Expand calendar-mod calls.
7851         * calendar/cal-bahai.el (calendar-bahai-date-string): Use a single let.
7852         (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
7853         (diary-bahai-insert-yearly-entry): Use let rather than let*.
7854         Move obsolete aliases after the functions that replaced them.
7856         * calendar/cal-hebrew.el (calendar-absolute-from-hebrew)
7857         (hebrew-calendar-yahrzeit, insert-hebrew-diary-entry)
7858         (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry):
7859         Use let rather than let*.
7860         (calendar-hebrew-prompt-for-date): New function.
7861         (calendar-goto-hebrew-date): Use calendar-hebrew-prompt-for-date.
7862         (holiday-tisha-b-av-etc): Use unless, let.
7864         * calendar/cal-islam.el (calendar-islamic-prompt-for-date): New func.
7865         (calendar-goto-islamic-date): Use calendar-islamic-prompt-for-date.
7867         * calendar/cal-mayan.el (calendar-mayan-haab-to-string): Simplify.
7869         * calendar/calendar.el (calendar-for-loop): Add indent spec.
7871         * calendar/diary-lib.el (diary-remind-message, mark-sexp-diary-entries)
7872         (list-sexp-diary-entries, diary-font-lock-sexps): Use format rather
7873         than concat.
7874         (diary): Remove un-needed let.
7875         (view-other-diary-entries): Rename argument.
7876         (diary-list-entries-2): New function.
7877         (diary-list-entries-1, diary-list-entries): Use diary-list-entries-2.
7878         (print-diary-entries): Use unless.
7879         (diary-mark-entries-1): Change argument order, make all but
7880         markfunc optional.  Handle the standard (Gregorian) case.
7881         Use match-string-no-properties.  Handle marks.
7882         (mark-diary-entries): Use diary-mark-entries-1.
7883         (diary-font-lock-keywords-1): New macro.
7884         (diary-font-lock-keywords): Use diary-font-lock-keywords-1.
7886 2008-03-16  Ulf Jasper  <ulf.jasper@web.de>
7888         * icalendar.el (icalendar-version): Increase to 0.18.
7889         (icalendar-export-hidden-diary-entries): New variable.
7890         (icalendar-export-region): Use icalendar-export-hidden-diary-entries.
7891         In case of error, insert full error-val.
7892         (icalendar-first-weekday-of-year): Remove `offset' argument.  Doc fix.
7893         Use calendar-day-of-week.  Return the day number.
7894         (icalendar--convert-weekly-to-ical): Use funcall rather than apply.
7896 2008-03-16  Craig Markwardt  <Craig.Markwardt@nasa.gov>
7898         * icalendar.el (icalendar-recurring-start-year): New variable.
7899         (icalendar--diarytime-to-isotime): Fix treatment of 12:00pm - 12:59pm.
7900         (icalendar-export-region): Ignore hidden diary entries.
7901         (icalendar--convert-ordinary-to-ical): Fix case where event
7902         spans across midnight boundary.
7903         (icalendar-first-weekday-of-year): New function.
7904         (icalendar--convert-weekly-to-ical): Allow user-selectable start
7905         year for recurring events (Mozilla calendars do not propagate
7906         recurring events forever, so year 2000 start date was not working).
7907         (icalendar--convert-yearly-to-ical): Remove extra spaces in
7908         formatting of BYMONTH and BYMONTHDAY (not allowed by ical spec).
7910 2008-03-15  Michael Albinus  <michael.albinus@gmx.de>
7912         * net/tramp.el (tramp-root-regexp): New defconst.
7913         (tramp-completion-file-name-regexp-unified)
7914         (tramp-completion-file-name-regexp-separate)
7915         (tramp-completion-file-name-regexp-url): Use it.
7916         (tramp-do-copy-or-rename-file-via-buffer):
7917         Set `enable-multibyte-characters' to nil.  Set `jka-compr-inhibit' to
7918         t for `insert-file-contents-literally'.
7919         (tramp-drop-volume-letter): Rewrite, using `tramp-root-regexp'.
7920         Autoload it.
7921         (tramp-completion-file-name-handler-post-function): New defconst.
7922         (tramp-completion-file-name-handler): Use it.
7923         (tramp-maybe-open-connection): Update calls to
7924         `tramp-flush-connection-property' for removed 2nd argument.
7926 2008-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7928         * vc-bzr.el (vc-bzr-diff): Use a faster invocation when possible.
7929         (vc-bzr-complete-with-prefix, vc-bzr-revision-completion-table):
7930         New functions.
7932 2008-03-15  Glenn Morris  <rgm@gnu.org>
7934         * calendar/diary-lib.el (diary-list-entries-1, diary-mark-entries-1):
7935         New functions.
7936         * calendar/cal-bahai.el (number, original-date, add-to-diary-list)
7937         (diary-name-pattern, mark-calendar-days-named): Remove declarations.
7938         (diary-list-entries-1, diary-mark-entries-1): Autoload.
7939         (diary-bahai-list-entries): Use diary-list-entries-1.
7940         (diary-bahai-mark-entries): Doc fix.  Use diary-mark-entries-1.
7941         * calendar/cal-hebrew.el (number, original-date, add-to-diary-list)
7942         (diary-name-pattern, mark-calendar-days-named): Remove declarations.
7943         (diary-list-entries-1, diary-mark-entries-1): Autoload.
7944         (list-hebrew-diary-entries): Use diary-list-entries-1.
7945         (mark-hebrew-diary-entries): Doc fix.  Use diary-mark-entries-1.
7946         * calendar/cal-islam.el (number, original-date, add-to-diary-list)
7947         (diary-name-pattern, mark-calendar-days-named): Remove declarations.
7948         (diary-list-entries-1, diary-mark-entries-1): Autoload.
7949         (list-islamic-diary-entries): Use diary-list-entries-1.
7950         (mark-islamic-diary-entries): Doc fix.  Use diary-mark-entries-1.
7952         * calendar/appt.el (appt-check, appt-delete, appt-make-list): Use caar.
7954         * calendar/cal-bahai.el (calendar-bahai-epoch): Doc fix.
7956         * calendar/cal-china.el (number-chinese-months)
7957         (calendar-chinese-from-absolute): Use nth, caar.
7959         * calendar/cal-coptic.el (coptic-calendar-epoch): Doc fix.
7961         * calendar/cal-french.el (french-calendar-accents): Doc fix.
7963         * calendar/cal-hebrew.el (calendar-hebrew-month-name-array-common-year)
7964         (calendar-hebrew-month-name-array-leap-year)
7965         (hebrew-calendar-parashiot-names): Make constants.
7966         (diary-parasha): Move definition after constants it uses.
7968         * calendar/cal-html.el (cal-html-insert-link-yearpage)
7969         (cal-html-htmlify-list): Doc fix.
7970         (cal-html-htmlify-entry): Use nth.
7972         * calendar/cal-islam.el (calendar-islamic-month-name-array)
7973         (calendar-islamic-epoch): Make constants.
7974         (calendar-islamic-epoch): Doc fix.
7976         * calendar/cal-menu.el (cal-menu-goto-menu): Use "Go To".
7978         * calendar/cal-tex.el (cal-tex-hook, cal-tex-insert-preamble)
7979         (cal-tex-month-name): Doc fix.
7980         (cal-tex-last-blank-p): Use zerop.
7982         * calendar/calendar.el (european-calendar-style, calendar-for-loop)
7983         (calendar-sum, calendar-insert-indented, mouse-calendar-other-month)
7984         (calendar-cursor-to-date): Doc fix.
7985         (hebrew-holidays-1, hebrew-holidays-4): Simplify.
7986         (extract-calendar-day, extract-calendar-year): Use cadr, nth.
7987         (calendar-day-number): Use when.
7988         (generate-calendar-month): Use dotimes.
7989         (exit-calendar, calendar-print-other-dates): Use let rather than let*.
7990         (calendar-set-mark): Reverse conditional.
7991         (calendar-make-alist): Move definition before use.
7993         * calendar/diary-lib.el (diary-face-attrs)
7994         (diary-glob-file-regexp-prefix, diary-selective-display)
7995         (number-of-diary-entries, diary-list-entries, diary-goto-entry)
7996         (list-sexp-diary-entries, diary-date, diary-block, diary-float)
7997         (diary-anniversary, diary-cyclic)
7998         (diary-fancy-font-lock-fontify-region-function): Doc fixes.
7999         (diary-header-line-format): Change wording.
8000         (diary-list-entries): Set `date-start' in let.
8001         (include-other-diary-files, mark-included-diary-files): Use format.
8002         (simple-diary-display, fancy-diary-display): Use cadr, unless.
8003         (mark-diary-entries): Use 1+.
8004         (mark-sexp-diary-entries, list-sexp-diary-entries): Use when.
8005         (mark-calendar-month): Use dotimes.
8007         * calendar/holidays.el (displayed-month, displayed-year):
8008         Move declarations where needed.
8009         (calendar-list-holidays): Doc fix.
8011         * calendar/parse-time.el (parse-time-string): Simplify.
8013         * calendar/solar.el (solar-n-hemi-seasons, solar-s-hemi-seasons):
8014         Make constants.
8015         (solar-sunrise-sunset): Rename some local variables for clarity.
8016         (sunrise-sunset): Use zerop.
8017         (solar-mean-equinoxes/solstices): Doc fix.
8019         * calendar/timeclock.el (timeclock-time-to-seconds, timeclock-log-data):
8020         Use nth.
8021         (timeclock-completing-read, timeclock-generate-report): Use zerop.
8022         (timeclock-mean, timeclock-generate-report): Use dolist.
8024         * calendar/todo-mode.el (todo-add-category): Simplify.
8025         (todo-more-important-p, todo-delete-item, todo-file-item):
8026         Use unless, when.
8027         (todo-top-priorities): Use zerop.
8029 2008-03-14  Nick Roberts  <nickrob@snap.net.nz>
8031         * buff-menu.el (list-buffers-noselect): Display buffer name in
8032         tooltip instead of mouse binding when it doesn't fit in the list.
8034 2008-03-14  Dan Nicolaescu  <dann@ics.uci.edu>
8036         * faces.el (xw-defined-colors):
8037         * simple.el (widget-convert, shell-mode): Declare as functions
8038         instead of autoloading.
8040         * abbrev.el:
8041         * button.el:
8042         * cus-face.el:
8043         * ediff-hook.el:
8044         * emacs-lisp/backquote.el:
8045         * emacs-lisp/timer.el:
8046         * facemenu.el:
8047         * faces.el:
8048         * menu-bar.el:
8049         * simple.el:
8050         * subr.el:
8051         * textmodes/fill.el:
8052         * textmodes/paragraphs.el: Remove autoloads, redundant when the
8053         files are preloaded.
8055 2008-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8057         * desktop.el (desktop-create-buffer): Don't catch errors if
8058         debug-on-error is set.
8060 2008-03-14  Eli Zaretskii  <eliz@gnu.org>
8062         * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
8063         ($(lisp)/calendar/diary-loaddefs.el)
8064         ($(lisp)/calendar/hol-loaddefs.el): New targets.
8065         (LOADDEFS): New macro.
8066         (autoloads): Depend on $(LOADDEFS).
8068 2008-03-14  Dan Nicolaescu  <dann@ics.uci.edu>
8070         * font-lock.el (featurep): Remove test, not useful anymore.
8071         (facemenu-keymap): Move key binding ...
8072         * facemenu.el (facemenu-keymap): ... here.
8074         * vc-bzr.el (vc-bzr-print-log): Insert a file marker.  Run the log
8075         for each file in the list.
8076         (vc-bzr-log-view-mode): Recognize the file marker.
8078         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
8079         for checkdoc and profiling.
8081 2008-03-14  Bastien Guerry  <bzg@altern.org>
8083         * textmodes/flyspell.el (nxml-mode): Add the right
8084         `flyspell-mode-predicate'.
8086         * wid-edit.el (link): Use 'mouse-face for :follow-link.
8088 2008-03-14  Glenn Morris  <rgm@gnu.org>
8090         * calendar/solar.el: Reorder so that functions are defined before use.
8091         (displayed-month, displayed-year): Move declarations where needed.
8092         (solar-get-number): Move definition before use.  Use unless.
8093         (solar-equatorial-coordinates): Simplify.
8094         (solar-sunrise-and-sunset): Use let rather than let*.
8095         (solar-longitude, solar-equinoxes-solstices): Use cadr, nth.
8097         * startup.el (command-line-1): Rename -internal-script back to
8098         -scriptload (reverts previous change).
8100         * calendar/cal-bahai.el (calendar-bahai-month-name-array)
8101         (calendar-bahai-leap-base): Add doc strings.
8102         (calendar-bahai-prompt-for-date, calendar-bahai-mark-date-pattern):
8103         Move definition before use.
8104         (calendar-bahai-goto-date, diary-bahai-list-entries): Doc fix.
8105         (diary-bahai-list-entries, diary-bahai-mark-entries): Move some constant
8106         variables outside the loop.  Use dolist.
8107         (holiday-bahai, calendar-bahai-mark-date-pattern): Use unless.
8109         * calendar/cal-china.el: Re-order so that functions are defined before
8110         use.
8111         (displayed-month, displayed-year): Move declarations where needed.
8112         (chinese-calendar-time-zone, calendar-goto-chinese-date): Doc fix.
8113         (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
8114         Add doc strings.
8115         (chinese-year-cache): Recenter on 2010.  Doc fix.
8116         (chinese-year, number-chinese-months, calendar-absolute-from-chinese):
8117         Doc fix.  Simplify.
8118         (chinese-year-cache-init): New function.
8119         (compute-chinese-year, holiday-chinese-new-year)
8120         (calendar-chinese-date-string, calendar-goto-chinese-date)
8121         (make-chinese-month-assoc-list): Use cadr, nth.
8122         (chinese-months): Remove un-needed let.
8124         * calendar/cal-coptic.el (coptic-calendar-month-name-array)
8125         (ethiopic-calendar-month-name-array, ethiopic-name): Add doc strings.
8126         (coptic-prompt-for-date): Move definition before use.
8128         * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
8129         (calendar-dst-find-data, calendar-daylight-time-offset)
8130         (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
8131         (calendar-daylight-savings-starts-time)
8132         (calendar-daylight-savings-ends-time): Use cadr, nth.
8134         * calendar/cal-french.el (french-calendar-epoch)
8135         (calendar-goto-french-date): Doc fix.
8136         (french-calendar-month-name-array)
8137         (french-calendar-multibyte-month-name-array)
8138         (french-calendar-day-name-array, french-calendar-special-days-array):
8139         Add doc strings.
8141         * calendar/cal-hebrew.el (displayed-month, displayed-year)
8142         (original-date): Move declarations where needed.
8143         (calendar-goto-hebrew-date, list-hebrew-diary-entries, diary-yahrzeit):
8144         Doc fix.
8145         (list-hebrew-diary-entries, mark-hebrew-diary-entries): Move some
8146         constant variables outside the loop.  Use dolist.
8148         * calendar/cal-islam.el (displayed-month, displayed-year)
8149         (original-date): Move declarations where needed.
8150         (islamic-calendar-day-number): Remove unused local variable `day'.
8151         (calendar-goto-islamic-date): Doc fix.
8152         (holiday-islamic): Use unless.
8153         (list-islamic-diary-entries, mark-islamic-diary-entries): Move some
8154         constant variables outside the loop.  Use dolist.
8155         (mark-islamic-calendar-date-pattern): Move definition before use.
8156         Use unless.
8157         (mark-islamic-diary-entries): Doc fix.
8158         (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
8159         (insert-yearly-islamic-diary-entry): Use let rather than let*.
8161         * calendar/cal-julian.el (calendar-absolute-from-julian):
8162         Move definition before use.  Remove un-needed local `day'.
8163         (calendar-goto-julian-date, calendar-goto-astro-day-number): Doc fix.
8165         * calendar/cal-mayan.el (calendar-mayan-haab-month-name-array)
8166         (calendar-mayan-tzolkin-names-array): Add doc strings.
8167         (calendar-mayan-long-count-from-absolute): Use a single let.
8168         (calendar-string-to-mayan-long-count): Simplify.
8169         (calendar-next-haab-date, calendar-previous-haab-date)
8170         (calendar-next-tzolkin-date, calendar-previous-tzolkin-date)
8171         (calendar-previous-calendar-round-date)
8172         (calendar-goto-mayan-long-count-date, calendar-mayan-date-string):
8173         Doc fix.
8174         (calendar-mayan-tzolkin-haab-on-or-before): Use zerop.
8175         (calendar-mayan-date-string, calendar-print-mayan-date)
8176         (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
8177         (calendar-mayan-long-count-common-era): Move definitions before use.
8179         * calendar/cal-menu.el (displayed-year): Move declaration where needed.
8180         (calendar-event-to-date, cal-tex-mouse-week, cal-tex-mouse-week-iso):
8181         Doc fix.
8182         (calendar-mouse-goto-date): Move definition before use.
8184         * calendar/cal-move.el (calendar-cursor-to-nearest-date): Use or, when.
8185         Move definition before use.
8186         (calendar-cursor-to-visible-date): Move definition before use.
8187         (calendar-scroll-left): Use unless and zerop.  Combine lets into one,
8188         and place inside the conditional.
8189         (calendar-forward-day): Simplify.
8190         (calendar-end-of-month): Use unless.
8191         (calendar-goto-day-of-year): Doc fix.
8192         Relocate obsolete aliases after their replacements.
8194         * calendar/cal-persia.el (calendar-goto-persian-date): Doc fix.
8196         * calendar/diary-lib.el (mark-diary-entries): Move some constant
8197         variables outside the diary-date-forms loop.
8199         * calendar/calendar.el (diary-file): Doc fix.
8200         (calendar-buffer-list): Return buffers rather than strings (fixes
8201         previous change).
8202         (hebrew-holidays-4): Fix typo.
8204         * calendar/holidays.el (displayed-month, displayed-year):
8205         Move declarations where needed.
8206         (calendar-holiday-list, calendar-list-holidays)
8207         (holiday-filter-visible-calendar): Move definitions before use.
8208         (list-holidays): Use cadr.
8209         Relocate obsolete aliases after their replacements.
8211         * calendar/lunar.el (date, displayed-month, displayed-year):
8212         Move declarations where needed.
8213         (lunar-phase-list): Move definition after functions it uses.
8214         (calendar-phases-of-moon, diary-phases-of-moon)
8215         (lunar-new-moon-on-or-after): Use cadr, nth.
8216         (lunar-new-moon-on-or-after): Doc fix.
8218         * textmodes/org-irc.el (top-level): CL not required when compiling.
8219         (org-irc-visit-erc): Replace runtime CL functions.
8221         * textmodes/org-publish.el (declare-function): Add compatibility stub.
8222         (org-publish-delete-dups): Declare as function.
8224 2008-03-14  Dan Nicolaescu  <dann@ics.uci.edu>
8226         * vc-bzr.el (vc-bzr-log-view-mode): "." can be part of a revno.
8227         (vc-bzr-show-log-entry): Make regexp match more cases.
8228         (vc-diff-switches-list): Remove autoload, not needed.
8230 2008-03-14  Juri Linkov  <juri@jurta.org>
8232         * isearch.el (isearch-edit-string): Remove one call to
8233         `isearch-push-state' not to push an inconsistent state,
8234         but keep another correct call to `isearch-push-state'.
8235         (isearch-ring-adjust): Call `isearch-push-state' only when
8236         `search-ring-update' is non-nil since `isearch-edit-string'
8237         already pushes its state.
8238         (isearch-message): Improve matching the failed part by checking
8239         if the original message starts with the last successful message.
8241         * dired.el (dired-warn-writable): Rename to `dired-perm-write'.
8242         (dired-perm-write): Rename from `dired-warn-writable'.
8243         Change parent face from `font-lock-warning-face' to
8244         `font-lock-comment-delimiter-face'.
8245         (dired-warn-writable-face): Rename to `dired-perm-write-face'.
8246         (dired-perm-write-face): Rename from `dired-warn-writable-face'.
8247         (dired-font-lock-keywords): Replace `dired-warn-writable-face'
8248         with `dired-perm-write-face'.
8250 2008-03-13  Tassilo Horn  <tassilo@member.fsf.org>
8252         * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
8253         Create cache dir only if it doesn't already exist.
8255 2008-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8257         * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Fix handling
8258         of \ and '.
8260 2008-03-13  Johan BockgÃ¥rd  <bojohan@gnu.org>
8262         * net/browse-url.el (browse-url-text-xterm):
8263         Unquote browse-url-text-browser.
8265 2008-03-13  Carsten Dominik  <dominik@science.uva.nl>
8267         * textmodes/org-mouse.el: Version number change.
8269         * textmodes/org-publish.el (org-publish-expand-components):
8270         Remove null projects from the list of components.
8271         (org-publish-attachment): Bugfix: handle mandatory argument pub-dir.
8272         Remove unused retrieval of the :publishing-directory property.
8273         (org-publish-file): Bugfix: when using a relative directory as the
8274         publishing directory, convert it to a directory filename.
8275         (org-publish-project): New alias.
8276         (org-publish-get-files): Protect against empty p.
8277         (org-publish-file): Send an error when file is not part of any project.
8278         (org-publish-file): Offer to refresh the list of files in known
8279         project when the current file is not part of any project.
8280         (org-publish-before-export-hook)
8281         (org-publish-after-export-hook): New hooks.
8282         (org-publish-org-to): Use new hooks and kill buffers.
8283         (org-publish-file): Remove the code for killing buffers.
8284         (org-publish-initialize-files-alist): Use interactive.
8285         (org-publish-file): If the publishing function creates a new
8286         buffer, kill it after publishing.
8287         (org-publish-timestamp-filename): Protect ":" in file name path
8288         under windows.
8290         * textmodes/org-export-latex.el (org-export-as-latex): Revert the
8291         change that killed the LaTeX buffer.
8293         * textmodes/org.el (org-ctrl-c-star): Implement a missing branch
8294         in the decision tree.
8295         (org-select-remember-template): Clean the code.
8296         (org-prepare-dblock): Add the extra :content parameter.
8297         (org-write-agenda): New output type ".ics" files.
8298         (org-write-agenda): Call `org-icalendar-verify-function', both for
8299         time stamps and for TODO entries.
8300         (org-agenda-collect-markers, org-create-marker-find-array)
8301         (org-check-agenda-marker-table): New functions.
8302         (org-agenda-marker-table): New variable.
8303         (org-export-as-html): Revert the change that killed the html
8304         buffer.  Side effects first need to be studied carefully.
8305         (org-get-tags-at): Fix the structure of the condition-case statement.
8306         (org-ts-regexp0, org-repeat-re, org-display-custom-time)
8307         (org-timestamp-change): Fix regulear expressions to swallow the
8308         extra character for repeat-shift control.
8309         (org-auto-repeat-maybe): Implement the new repeater mechanisms.
8310         (org-get-legal-level): Alias to `org-get-valid-level'.
8311         (org-dblock-write:clocktable): Add a :link parameter, linking
8312         headlines to their location in the Org agenda files.
8313         (org-get-tags-at): Bugfix: prevent `org-back-to-heading' from
8314         throwing an error when getting tags before headlines.
8315         (org-timestamp-change, org-modify-ts-extra)
8316         (org-ts-regexp1): Fix timestamp editing.
8317         (org-agenda-custom-commands-local-options): New constant.
8318         (org-agenda-custom-commands):
8319         Use `org-agenda-custom-commands-local-options' to improve customize
8320         type.  "htmlize": Removed hack to fix face problem with htmlize,
8321         it no longer seem necessary.
8322         (org-follow-link-hook): New hook.
8323         (org-agenda-custom-commands): Add "Component" as a tag for each
8324         item in a command serie.
8325         (org-open-at-point): Run `org-follow-link-hook'.
8326         (org-agenda-schedule): Bugfix: don't display marker type when it
8327         is nil.
8328         (org-store-link): org-irc required.
8329         (org-set-regexps-and-options): Parse the new logging options.
8330         (org-extract-log-state-settings): New function.
8331         (org-todo): Handle the new ways of recording state change stuff.
8332         (org-local-logging): New function.
8333         (org-columns-open-link): Fix bug with opening link in column view.
8334         (org-local-logging): New function.
8335         (org-todo): Make sure that LOGGING properties are honoured.
8336         (org-todo-keywords): Improve docstring.
8337         (org-startup-options): Cleanup startup options.
8338         (org-set-regexps-and-options): Process the "!" markers.
8339         (org-todo): Respect the new logging stuff.
8340         (org-log-note-how): New variable.
8341         (org-add-log-maybe): New parameter HOW that defines how logging
8342         should be done and also overrides PURPOSE.  Add a docstring.
8343         (org-add-log-note): Check if we really need to ask for a note.
8344         (org-get-current-options): Digest the new keyword.
8345         (org-agenda-reset-markers): Rename from
8346         `org-agenda-maybe-reset-markers'.  Remove FORCE argument.
8347         (org-diary, org-agenda-quit, org-prepare-agenda): Call the renamed
8348         function, without force argument.
8349         (org-buffer-property-keys): Bind local variables s and p.
8350         (org-make-tags-matcher): Allow "" to match an empty or
8351         non-existent property value.
8352         (org-export-as-html): Join unsorted lists when they directly
8353         follow each other.  Such lists may be created by headlines that
8354         are converted to lists.
8355         (org-nofm-to-completion): New function.
8356         (org-export-as-html): Use :html-extension instead of
8357         org-export-html-extension.
8358         (org-store-link): Support for links from `rmail-summary-mode'.
8359         (org-columns-new, org-complete, org-set-property): Set the
8360         `include-columns' argument in the call to
8361         `org-buffer-property-keys'.
8362         (org-buffer-property-keys): New argument `include-columns', to
8363         include properties expected by any of the COLUMS formats in the
8364         current buffer.
8365         (org-cleaned-string-for-export): Get rid of drawers first, so that
8366         they will be removed also in the text before the first headline.
8367         (org-clock-report): Show the clocktable when found.
8368         (org-refile): Fix positioning bug when `org-reverse-note-order' is nil.
8369         (org-version): With prefix argument, insert `org-version' at point.
8370         (org-agenda-goto): Recenter the window after finding the target
8371         location, to make sure the correct position will be displayed.
8372         (org-agenda-get-deadlines): Don't scale priority with the warning
8373         period.
8374         (org-insert-heading): Don't break line in the middle of the line.
8375         (org-agenda-get-deadlines): Allow `org-deadline-warning-days' to
8376         be 0.
8377         (org-update-checkbox-count): Revamp to deal with hierarchical
8378         beckboxes.  This was a patch from Miguel A. Figueroa-Villanueva.
8379         (org-remove-timestamp-with-keyword): New function.
8380         (org-schedule, org-deadline):
8381         Use `org-remove-timestamp-with-keyword' to make sure all such time
8382         stamps are removed.
8383         (org-mode): Support for `align'.
8384         (org-agenda-get-deadlines): Make sure priorities increase as the
8385         due date approaches and is passed.
8386         (org-remember-apply-template): Fix problem with tags that
8387         contain "_" or "@".
8388         (org-make-link-regexps): Improve the regular expression for plain links.
8389         (org-agenda-get-closed): List each clocking entry.
8390         (org-set-tags): Only tabify before tags if indent-tabs-mode is t.
8391         (org-special-ctrl-k): New option.
8392         (org-kill-line): New function.
8393         (org-archive-all-done): Fix incorrect number of stars in regexp.
8394         (org-refile-get-location): New function.
8395         (org-refile-goto-last-stored): New function.
8396         (org-global-tags-completion-table): Add the value of org-tag-alist
8397         in each buffer, to make sure that also unused tags will be
8398         available for completion.
8399         (org-columns-edit-value)
8400         (org-columns-next-allowed-value): Only update if not in agenda.
8401         (org-clocktable-steps): New function.
8402         (org-dblock-write:clocktable): Call `org-clocktable-steps'.
8403         (org-archive-subtree): Add the outline tree context as a property.
8404         (org-closest-date): New optional argument `prefer'.
8405         (org-goto-auto-isearch): New option.
8406         (org-goto-map, org-get-location): Implement auto-isearch.
8407         (org-goto-local-auto-isearch-map): New variable.
8408         (org-goto-local-search-forward-headings)
8409         (org-goto-local-auto-isearch): New functions.
8411 2008-03-13  Philip Jackson  <emacs@shellarchive.co.uk>
8413         * textmodes/org-irc.el: New file.
8415 2008-03-13  John Wiegley  <johnw@gnu.org>
8417         * textmodes/org-mac-message.el: New file.
8419 2008-03-13  Dan Nicolaescu  <dann@ics.uci.edu>
8421         * font-lock.el (font-lock-comment-face): Set the foreground for
8422         the light background 8 colors case.
8424 2008-03-13  Glenn Morris  <rgm@gnu.org>
8426         * font-lock.el (lisp-font-lock-keywords-1): Support wider range of
8427         generate-autoload-cookie patterns.
8429         * startup.el (command-line-1): Rename -scriptload to -internal-script.
8431         * Makefile.in ($(lisp)/loaddefs.el): Remove this target.
8432         (MH_E_SRC): Remove variable.
8433         ($(lisp)/mh-e/mh-loaddefs.el): Remove $MH_E_SRC dependency.
8434         Simplify file header.  Use $@ for generated-autoload-file.
8436         * Makefile.in (LOADDEFS): New variable.
8437         (AUTOGENEL): Use $LOADDEFS.
8438         (autoloads): Remove $(lisp)/loaddefs.el dependency; add $LOADDEFS.
8439         ($(lisp)/calendar/cal-loaddefs.el, $(lisp)/calendar/diary-loaddefs.el)
8440         ($(lisp)/calendar/hol-loaddefs.el): New targets.
8441         * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
8442         * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-html.el:
8443         * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
8444         * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
8445         * calendar/cal-tex.el, calendar/cal-x.el, calendar/diary-lib.el:
8446         * calendar/holidays.el, calendar/lunar.el, calendar/solar.el:
8447         Add calendar-specific autoload cookies, and remove any setting of
8448         generated-autoload-file.
8449         * calendar/calendar.el: Remove explicit autoloads now in cal-loaddefs.
8450         * calendar/diary-lib.el: Replace explicit autoloads with reading of
8451         diary-loaddefs.
8452         * calendar/holidays.el: Replace explicit autoloads with reading of
8453         hol-loaddefs.
8455         * calendar/calendar.el (cal-hebrew-yahrzeit-buffer): New constant.
8456         (calendar-buffer-list): Simplify.
8457         (generate-calendar-window): Use calendar-mark-holidays rather than
8458         obsolete alias.
8460         * calendar/cal-hebrew.el (list-yahrzeit-dates):
8461         Use cal-hebrew-yahrzeit-buffer.
8463         * calendar/cal-x.el (calendar-only-one-frame-setup)
8464         (calendar-two-frame-setup): Doc fixes.
8465         (special-display-buffer-names): Use cal-hebrew-yahrzeit-buffer.
8467         * calendar/appt.el (appt-mode-string): Mark as risky.
8468         (appt-check): Apply mode-line-emphasis face to appt-mode-string.
8470         * calendar/cal-html.el (diary-list-entries):
8471         * calendar/cal-tex.el (calendar-holiday-list, diary-list-entries)
8472         (calendar-iso-from-absolute): Fix autoloads.
8474         * calendar/cal-iso.el (calendar-absolute-from-iso)
8475         (calendar-iso-read-args): Simplify.
8476         (calendar-iso-date-string, calendar-iso-read-args)
8477         (calendar-goto-iso-date, calendar-goto-iso-week): Doc fixes.
8479         * calendar/cal-julian.el (calendar-julian-from-absolute): Use zerop.
8480         (displayed-month, displayed-year): Move declarations where needed.
8481         (calendar-print-astro-day-number): Doc fix.
8483         * calendar/cal-persia.el (persian-calendar-month-name-array)
8484         (persian-calendar-epoch, calendar-persian-date-string): Doc fixes.
8485         (persian-prompt-for-date): Remove local variable `today'.
8487         * calendar/diary-lib.el (mark-calendar-month): Use zerop.
8489         * calendar/solar.el (solar-moment, solar-exact-local-noon)
8490         (solar-sunrise-sunset, solar-sunrise-sunset-string)
8491         (solar-ephemeris-time, solar-date-next-longitude, solar-sidereal-time)
8492         (diary-sabbath-candles, solar-equinoxes/solstices)
8493         (solar-equinoxes-solstices): Use cadr, cdar, nth, zerop.
8494         (solar-time-equation, solar-date-to-et): Simplify.
8496         * mail/supercite.el: Remove the `function' in `(function (lambda'.
8497         Replace `(car (cdr' with cadr'.
8499         * progmodes/f90.el (f90-font-lock-n): New function.
8500         (f90-font-lock-1, f90-font-lock-2, f90-font-lock-3, f90-font-lock-4):
8501         Use f90-font-lock-n.
8502         (f90-indent-region, f90-indent-subprogram, f90-match-end): Use cadr.
8504         * progmodes/f90.el (f90-mode-abbrev-table):
8505         * progmodes/fortran.el (fortran-mode-abbrev-table):
8506         Use newer form of define-abbrev, where supported.  No need to bind
8507         abbrevs-changed for system abbrevs.
8509 2008-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8511         * term/xterm.el (terminal-init-xterm): delete-frame-hook ->
8512         delete-frame-functions.
8514         * bookmark.el (Info-current-node): Remove.
8516 2008-03-12  Juri Linkov  <juri@jurta.org>
8518         * help.el (describe-project): Remove defaliases for view-todo and
8519         describe-project that are now unnecessary after the merge from
8520         emacs--rel--22 that added define-obsolete-function-alias.
8522         * startup.el (inhibit-startup-screen): Revert incomplete
8523         2008-03-10 merge from emacs--rel--22 that partly reverted
8524         2008-02-28 change that added initial message to *scratch* buffer
8525         regardless of the value of `inhibit-startup-screen'.
8526         Now keep this change in the trunk, but not in the 22 branch.
8528 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8530         * international/quail.el (quail-setup-completion-buf, quail-help):
8531         * mail/binhex.el (binhex-decode-region-internal):
8532         * mail/uudecode.el (uudecode-decode-region-internal):
8533         * net/dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
8534         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
8535         setting default-enable-multibyte-characters.
8537         * emulation/viper-util.el (viper-file-remote-p): Remove, unused.
8539         * comint.el: Fix up indentation and comment style.  Remove `function'.
8541         * international/mule-cmds.el (reset-language-environment)
8542         (set-language-environment-nonascii-translation):
8543         Don't set-unibyte-charset.
8545         * doc-view.el: Remove all cb-args, use closures instead.
8546         (doc-view-sentinel): Merge doc-view-dvi->pdf-sentinel,
8547         doc-view-ps->pdf-sentinel, and doc-view-pdf->txt-sentinel (which was
8548         doing an incorrect check).  Update all callers to use the new name.
8549         (doc-view-doc->txt): Add missing `txt' argument.
8551 2008-03-12  Tassilo Horn  <tassilo@member.fsf.org>
8553         * doc-view.el (doc-view-current-cache-dir): Set buffer used for
8554         md5 sum calculation to single-byte.
8556 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8558         * doc-view.el (doc-view-new-window-function): Add assertion.
8559         (doc-view-doc-type): New var.
8560         (doc-view-convert-current-doc, doc-view-doc->txt): Use it.
8561         (doc-view-intersection): New fun.
8562         (doc-view-mode): Use it to set the new var.
8564 2008-03-12  Tassilo Horn  <tassilo@member.fsf.org>
8566         * doc-view.el (doc-view-doc->txt, doc-view-open-text)
8567         (doc-view-already-converted-p): New functions.
8568         (doc-view-clear-cache): Don't recreate doc-view-cache-directory.
8569         (doc-view-mode-map): Bind C-c C-t to doc-view-open-text.
8570         (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
8571         (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
8572         (doc-view-ps->pdf-sentinel, doc-view-ps->pdf)
8573         (doc-view-convert-current-doc): Don't hardwire the functions the
8574         sentinels call.  Now they're provided by two args CALLBACK and
8575         CB-ARGS to the functions.
8576         (doc-view-search): Use doc-view-doc->txt.
8577         (doc-view-initiate-display): Use doc-view-already-converted-p.
8578         Mention new binding C-c C-t if doc-view-mode doesn't work.
8580 2008-03-12  Dan Nicolaescu  <dann@ics.uci.edu>
8582         * diff-mode.el (diff-refine-change): Adjust colors to be more visible.
8584 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8586         * textmodes/sgml-mode.el (sgml-font-lock-syntactic-keywords):
8587         Mark " outside of tags as punctuation.
8589 2008-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8591         * menu-bar.el (minibuffer-local-map): Use the same command for the
8592         "Quit" menu as used for the C-g key, so the shortcut displayed is C-g.
8593         Prefer RET over C-j for exit-minibuffer.
8595         * files.el (display-buffer-other-frame): Eliminate problematic code.
8597         * menu-bar.el (menu-bar-update-buffers-maxbuf): Remove.
8598         (menu-bar-select-buffer): Remove.
8599         (menu-bar-select-frame): Make non-interactive and take a frame arg.
8600         (menu-bar-update-buffers): Don't use buffer-names or frame names as events.
8602 2008-03-11  Juanma Barranquero  <lekktu@gmail.com>
8604         * icomplete.el (icomplete-completions): Remove obsolete code.
8606         * net/net-utils.el (iwconfig-program-options): Doc fix.
8607         (net-utils-run-program, run-network-program): Define as functions.
8609 2008-03-11  Dan Nicolaescu  <dann@ics.uci.edu>
8611         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Fix typo.
8613 2008-03-11  Glenn Morris  <rgm@gnu.org>
8615         * faces.el (mode-line-emphasis): New face.
8616         * vc.el (vc-set-mode-line-busy-indicator): Use mode-line-emphasis face.
8618         * calendar/calendar.el (top-level): Load cal-loaddefs when compiling.
8620 2008-03-11  Chong Yidong  <cyd@stupidchicken.com>
8622         * simple.el (set-mark-command): Doc fix.
8624 2008-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8626         * Makefile.in (bootstrap-prepare): Don't chmod cal-loaddefs.el.
8628         * emacs-lisp/autoload.el (autoload-find-destination):
8629         Don't force raw-text.
8631         * calendar/calendar.el ("cal-loaddefs"): Load, rather than require.
8632         * calendar/cal-loaddefs.el: Don't version control.
8634 2008-03-10  Dan Nicolaescu  <dann@ics.uci.edu>
8636         * progmodes/make-mode.el (makefile-mode-abbrev-table): Add menu
8637         entries and add :help to the existing ones.
8639 2008-03-10  Glenn Morris  <rgm@gnu.org>
8641         * calendar/cal-hebrew.el (date, entry, number): Move declarations
8642         to where they are needed.
8644         * calendar/calendar.el (diary-file, hebrew-holidays-1)
8645         (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
8646         (calendar, calendar-basic-setup, calendar-mode-map, calendar-set-mark)
8647         (calendar-version): Doc fixes.
8648         (calendar-absolute-from-gregorian): Use zerop.
8649         (calendar-mode-line-format): Make it a defcustom.
8651         * calendar/diary-lib.el (diary-face-attrs): Fix custom :type.
8652         (diary-face-attrs, diary-glob-file-regexp-prefix, diary-unknown-time)
8653         (diary-pull-attrs, diary-header-line-flag, diary-list-entries)
8654         (diary-unhide-everything, include-other-diary-files, diary-goto-entry)
8655         (mark-included-diary-files, mark-calendar-days-named)
8656         (mark-calendar-date-pattern, mark-calendar-month, diary-entry-compare)
8657         (diary-remind, insert-diary-entry, insert-weekly-diary-entry)
8658         (insert-monthly-diary-entry, insert-yearly-diary-entry)
8659         (insert-anniversary-diary-entry, insert-block-diary-entry)
8660         (insert-cyclic-diary-entry, fancy-diary-font-lock-keywords)
8661         (diary-font-lock-sexps): Doc fixes.
8662         (diary-remind-message, mark-calendar-month): Use zerop.
8663         (diary-attrtype-convert, diary-pull-attrs): Simplify.
8664         (diary-list-entries): Revert let to let* (previous change).
8666         * Makefile.in (bootstrap-prepare): Also chmod cal-loaddefs.el.
8668 2008-03-10  Kim F. Storm  <storm@cua.dk>
8670         * help.el (view-emacs-todo, describe-gnu-project): Define obsolete
8671         function aliases for the old names.
8673 2008-03-10  Juanma Barranquero  <lekktu@gmail.com>
8675         * iswitchb.el (iswitchb-use-faces): Doc fix.
8676         (iswitchb-buffer-ignore, iswitchb-read-buffer):
8677         Fix typos in docstrings.
8679 2008-03-10  Dan Nicolaescu  <dann@ics.uci.edu>
8681         * progmodes/verilog-mode.el (verilog-highlight-grouping-keywords):
8682         Fix typo.
8683         (verilog-type-font-keywords): Reindent.
8685 2008-03-10  Michael McNamara  <mac@mail.brushroad.com>
8687         * verilog-mode.el (verilog-font-grouping-keywords): Fix bug in the
8688         grouping-keyword regular expression.
8689         (verilog-font-lock-keywords): Allow users to toggle special
8690         highlight of grouping-keywords.
8691         (verilog-highlight-grouping-keywords): The toggle for special
8692         highlighting of grouping keywords.
8694 2008-03-10  Juri Linkov  <juri@jurta.org>
8696         * startup.el: Revert 2008-02-28 change that adds initial message
8697         to *scratch* buffer regardless of the value of
8698         `inhibit-startup-screen'.
8700 2008-03-10  Dan Nicolaescu  <dann@ics.uci.edu>
8702         * textmodes/css-mode.el (css-indent-offset, css-electric-keys):
8703         * textmodes/bibtex-style.el (bibtex-style-indent-basic):
8704         * progmodes/verilog-mode.el (verilog-mode):
8705         * net/socks.el (socks):
8706         * vc-mtn.el (vc-mtn-mode-line-rewrite): Add :version.
8708 2008-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
8710         * doc-view.el (bookmark-buffer-file-name, bookmark-prop-get): Declare.
8711         (doc-view-bookmark-make-record): Use them.
8712         (doc-view-bookmark-jump): Use them.  Fix find-file ->find-file-noselect.
8713         (bookmark-get-filename, bookmark-get-bookmark-record): Remove.
8715         * bookmark.el (bookmark-make-record-function): Change expected return
8716         value to include a suggested bookmark name.
8717         (bookmark-make): Split into bookmark-make-record and bookmark-store.
8718         Fix reversed `overwrite' semantics.
8719         (bookmark-set): Call bookmark-make-record before prompting the user.
8720         Then pass the result to bookmark-store later on.
8721         (bookmark-make-name-function): Remove.
8722         (bookmark-buffer-file-name, bookmark-buffer-name): Don't use it.
8723         * info.el (bookmark-make-name-function): Remove.
8724         (Info-mode): Don't set it.
8725         (Info-bookmark-make-name): Remove.
8726         (Info-bookmark-make-record): Use Info-current-node as suggested default
8727         bookmark name.
8729         * bookmark.el (bookmark-set): Make bookmark before reading annotations.
8730         I.e. use bookmark-edit-annotation rather than bookmark-read-annotation.
8731         (bookmark-read-annotation-mode-map, bookmark-annotation-paragraph)
8732         (bookmark-annotation-buffer, bookmark-annotation-file)
8733         (bookmark-annotation-point, bookmark-send-annotation)
8734         (bookmark-read-annotation-mode, bookmark-read-annotation): Remove.
8735         (bookmark-edit-annotation-text-func): Rename from
8736         bookmark-read-annotation-text-func.  Keep old name as an obsolete alias.
8737         (bookmark-edit-annotation-mode-map): Move initialization into
8738         declaration.
8740         * bookmark.el: Remove spurious * in docstrings.
8741         (bookmark-minibuffer-read-name-map): New var.
8742         (bookmark-set): Use it.  Also pass the default value as it should.
8743         (bookmark-send-edited-annotation): Take no chances with text properties.
8744         (bookmark-insert-current-bookmark): Inline bookmark-insert-buffer-name.
8745         (bookmark-insert-buffer-name): Remove.
8746         (bookmark-buffer-file-name): Signal an error rather than returning nil.
8748 2008-03-09  Thomas Hühn  <xf27@arcor.de>  (tiny change)
8750         * tutorial.el (tutorial--default-keys): Update `C-l' binding.
8752 2008-03-09  Dan Nicolaescu  <dann@ics.uci.edu>
8754         * diff-mode.el (diff-mode-menu): Add :help.
8756 2008-03-09  Glenn Morris  <rgm@gnu.org>
8758         * calendar/calendar.el (general-holidays, oriental-holidays)
8759         (local-holidays, other-holidays, hebrew-holidays-1, hebrew-holidays-2)
8760         (hebrew-holidays-3, hebrew-holidays-4, hebrew-holidays)
8761         (christian-holidays, islamic-holidays, bahai-holidays, solar-holidays)
8762         (calendar-holidays): Restore autoload cookies, because people are
8763         used to using these variables without loading calendar.el.
8765         * calendar/cal-islam.el (diary-islamic-date): Move to end.
8766         (date, number): Declare where needed.
8768         * calendar/diary-lib.el (nongregorian-diary-marking-hook)
8769         (list-sexp-diary-entries): Doc fixes.
8770         (diary-list-entries): Doc fix.  Remove free variable `entry'.
8771         (fancy-diary-display): Use dolist, bobp.  Remove free variable `entry'.
8772         Simplify setting of `date-holiday-list'.
8773         (mark-diary-entries): Remove free variable `entry'.
8774         (diary-list-entries, include-other-diary-files, fancy-diary-display):
8775         Use let where let* is not needed.
8777 2008-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
8779         * bookmark.el (bookmark-make): Don't pass the `annotation' to the
8780         make-record function, instead paste it in afterwards.
8781         (bookmark-make-record-for-text-file):
8782         * doc-view.el (doc-view-bookmark-make-record):
8783         * info.el (Info-bookmark-make-record): Don't mess with annotations.
8785 2008-03-08  Glenn Morris  <rgm@gnu.org>
8787         * calendar/diary-lib.el (entry): Declare for compiler part-way through.
8789 2008-03-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8791         * calendar/diary-lib.el (diary-list-entries)
8792         (include-other-diary-files, mark-diary-entries)
8793         (mark-sexp-diary-entries, mark-included-diary-files)
8794         (diary-entry-time, list-sexp-diary-entries): Remove the special
8795         handling of ^M that dates back to the use of selective-display.
8796         (simple-diary-display): Obey setting of pop-up-frames.
8797         (body, entry): Remove unnecessary declarations.
8799         * bookmark.el (bookmark-prop-get, bookmark-prop-set): New funs.
8800         (bookmark-get-annotation, bookmark-set-annotation)
8801         (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
8802         (bookmark-set-position, bookmark-get-front-context-string)
8803         (bookmark-set-front-context-string, bookmark-get-rear-context-string)
8804         (bookmark-set-rear-context-string, bookmark-get-handler): Use them.
8805         * info.el (Info-bookmark-make-record): Don't bother recording point.
8806         (bookmark-get-filename, bookmark-get-front-context-string)
8807         (bookmark-get-rear-context-string, bookmark-get-position):
8808         Don't declare any more.
8809         (bookmark-get-info-node): Remove.
8810         (bookmark-prop-get): Declare.
8811         (Info-bookmark-jump): Use it.
8813 2008-03-08  Johan BockgÃ¥rd  <bojohan@gnu.org>
8815         * subr.el (while-no-input): Don't splice BODY directly into the
8816         `or' form.
8818 2008-03-08  Dan Nicolaescu  <dann@ics.uci.edu>
8820         * diff-mode.el (diff-ignore-whitespace-hunk):
8821         Bind inhibit-read-only before trying to change the buffer.
8823 2008-03-08  Glenn Morris  <rgm@gnu.org>
8825         * calendar/appt.el (appt): Move custom group here from calendar.el.
8826         (appt-disp-window, appt-convert-time): Doc fixes.
8828         * calendar/cal-bahai.el (calendar-bahai-prompt-for-date)
8829         (calendar-bahai-mark-date-pattern):
8830         * calendar/cal-hebrew.el (mark-hebrew-calendar-date-pattern):
8831         * calendar/cal-islam.el (mark-islamic-calendar-date-pattern):
8832         * calendar/cal-julian.el (calendar-absolute-from-julian):
8833         * calendar/cal-persia.el (persian-prompt-for-date): Use zerop.
8835         * calendar/cal-china.el (chinese-calendar): Move custom group here from
8836         calendar.el.
8837         (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
8838         Make constants.
8839         (chinese-calendar-time-zone, chinese-calendar-daylight-time-offset)
8840         (chinese-calendar-daylight-savings-starts)
8841         (chinese-calendar-daylight-savings-ends)
8842         (chinese-calendar-daylight-savings-starts-time)
8843         (chinese-calendar-daylight-savings-ends-time)
8844         (chinese-zodiac-sign-on-or-after, chinese-new-moon-on-or-after):
8845         Doc fixes.
8847         * calendar/cal-coptic.el (coptic-name): Add doc string.
8849         * calendar/cal-french.el (french-calendar-month-name-array)
8850         (french-calendar-day-name-array, french-calendar-special-days-array):
8851         Add doc strings.
8853         * calendar/cal-bahai.el (diary-bahai-mark-entries)
8854         (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
8855         (diary-bahai-insert-yearly-entry):
8856         * calendar/cal-dst.el (calendar-next-time-zone-transition)
8857         (calendar-time-zone):
8858         * calendar/cal-hebrew.el (hebrew-calendar-leap-year-p)
8859         (hebrew-calendar-elapsed-days, hebrew-calendar-long-heshvan-p)
8860         (hebrew-calendar-short-kislev-p, mark-hebrew-diary-entries)
8861         (insert-hebrew-diary-entry, insert-monthly-hebrew-diary-entry)
8862         (insert-yearly-hebrew-diary-entry, diary-yahrzeit):
8863         * calendar/cal-islam.el (islamic-calendar-leap-year-p)
8864         (list-islamic-diary-entries, mark-islamic-diary-entries)
8865         (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
8866         (insert-yearly-islamic-diary-entry):
8867         * calendar/cal-iso.el (calendar-iso-read-args):
8868         * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
8869         (calendar-mayan-haab-to-string, calendar-mayan-tzolkin-to-string)
8870         (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
8871         (calendar-next-calendar-round-date)
8872         (calendar-mayan-long-count-common-era):
8873         * calendar/cal-menu.el (cal-menu-holiday-window-suffix)
8874         (cal-menu-x-popup-menu, calendar-mouse-holidays)
8875         (calendar-mouse-view-diary-entries, calendar-mouse-print-dates)
8876         (calendar-mouse-goto-date):
8877         * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
8878         * calendar/holidays.el (holidays):
8879         * calendar/lunar.el (phases-of-moon, lunar-new-moon-on-or-after):
8880         * calendar/time-date.el (date-to-time, time-subtract, time-add)
8881         (safe-date-to-time): Doc fixes.
8883         * calendar/cal-persia.el (persian-calendar-month-name-array)
8884         (persian-calendar-epoch): Make constants.
8886         * calendar/cal-tex.el (calendar-tex): Move custom group here from
8887         calendar.el.
8889         * calendar/cal-x.el (diary-frame-parameters)
8890         (calendar-frame-parameters, calendar-and-diary-frame-parameters)
8891         (calendar-after-frame-setup-hooks): Make defcustoms.
8892         (calendar-one-frame-setup, calendar-only-one-frame-setup)
8893         (calendar-two-frame-setup): Doc fix.
8895         * calendar/cal-loaddefs.el: New file.
8897         * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
8898         * calendar/cal-french.el, calendar/cal-html.el:
8899         * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
8900         * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
8901         * calendar/cal-tex.el, calendar/cal-x.el:
8902         Unquote lambda functions.  Add autoload cookies to functions formerly
8903         autoloaded in calendar.el.  Set `generated-autoload-file' to
8904         "cal-loaddefs.el".
8906         * calendar/calendar.el: Move many autoloads to separate file,
8907         cal-loaddefs.el.  Move defcustoms to start and re-order.
8908         (calendar-month-name-array, calendar-starred-day): No need to
8909         declare for compiler.
8910         (cal-loaddefs): Require it.
8911         (appt, chinese-calendar, calendar-tex): Move custom groups to the
8912         appropriate file.
8913         (diary-entry-marker, calendar-today-marker, calendar-holiday-marker):
8914         Reverse logic.
8915         (diary-face, diary-file-name-prefix-function, diary-include-string)
8916         (diary-glob-file-regexp-prefix, diary-face-attrs)
8917         (diary-file-name-prefix, sexp-diary-entry-symbol)
8918         (print-diary-entries-hook, list-diary-entries-hook)
8919         (nongregorian-diary-listing-hook, mark-diary-entries-hook)
8920         (nongregorian-diary-marking-hook, diary-list-include-blanks):
8921         Move to diary-lib.
8922         (all-christian-calendar-holidays, all-islamic-calendar-holidays)
8923         (all-bahai-calendar-holidays): Doc fix.
8924         (calendar-insert-indented): Doc fix.  Use when rather than if.
8925         (exit-calendar): Use mapc rather than mapcar.
8926         (calendar-cursor-to-date): Use zerop.
8927         (calendar-mark-ring): Add doc-string.
8928         (calendar-starred-day): Defvar it.
8929         (calendar-mode): Make calendar-starred-day local.
8930         (calendar-star-date): No need to make calendar-starred-day local.
8932         * calendar/diary-lib.el: Move defcustoms to start.
8933         (diary-include-string, diary-list-include-blanks)
8934         (diary-glob-file-regexp-prefix, diary-face, diary-face-attrs)
8935         (diary-file-name-prefix, diary-file-name-prefix-function)
8936         (sexp-diary-entry-symbol, list-diary-entries-hook)
8937         (mark-diary-entries-hook, nongregorian-diary-listing-hook)
8938         (nongregorian-diary-marking-hook, print-diary-entries-hook):
8939         Move here from calendar.el.
8940         (diary-file-name-prefix-function): Use 'identity.
8941         (diary-face): Make it a defcustom, and mark as obsolete.
8942         (top-level): No need to require cal-hebrew, cal-islam when compiling.
8943         (calendar-hebrew-month-name-array-leap-year)
8944         (calendar-islamic-month-name-array, calendar-bahai-month-name-array):
8945         Define for compiler.
8946         (diary-font-lock-keywords): Use format rather than concat.
8947         Add bahai-diary-entry-symbol.
8949         * calendar/cal-hebrew.el, calendar/holidays.el, calendar/lunar.el:
8950         * calendar/solar.el: Unquote lambda functions.
8952         * calendar/solar.el (calendar-location-name, calendar-latitude)
8953         (calendar-longitude, solar-setup, solar-sin-degrees)
8954         (solar-cosine-degrees, solar-tangent-degrees, solar-xy-to-quadrant)
8955         (solar-degrees-to-quadrant, solar-atn2, solar-arccos)
8956         (solar-sunrise-and-sunset, solar-moment, solar-daylight)
8957         (solar-exact-local-noon, solar-julian-ut-centuries)
8958         (solar-ephemeris-time, solar-date-next-longitude)
8959         (solar-horizontal-coordinates, solar-equatorial-coordinates)
8960         (solar-ecliptic-coordinates, solar-data-list, solar-longitude)
8961         (solar-ephemeris-correction, solar-sidereal-time, solar-date-to-et)
8962         (sunrise-sunset, solar-seasons-data, solar-equinoxes/solstices):
8963         Doc fixes.
8964         (solar-horizontal-coordinates, solar-equatorial-coordinates)
8965         (solar-ecliptic-coordinates): Rename argument `for-sunrise-sunset'.
8966         (solar-ecliptic-coordinates): Use unless.
8967         (calendar-sunrise-sunset, diary-sunrise-sunset, diary-sabbath-candles):
8968         Use or.
8970         * calendar/timeclock.el: Add doc-strings to all functions.
8971         (timeclock-workday, timeclock-in, timeclock-completing-read): Doc fixes.
8972         (timeclock-entry-list-length, timeclock-entry-list-projects)
8973         (timeclock-day-list-projects, timeclock-day-list): Use dolist.
8975         * calendar/todo-mode.el: Remove un-needed eval-when-compile.
8977         * textmodes/org.el (list-diary-entries-hook): Declare for compiler.
8978         (org-get-entries-from-diary): Require diary-lib.
8980 2008-03-08  Juanma Barranquero  <lekktu@gmail.com>
8982         * info.el (bookmark-make-name-function, bookmark-get-bookmark-record):
8983         Pacify byte-compiler.
8985 2008-03-07  Alan Mackenzie  <acm@muc.de>
8987         * progmodes/cc-engine.el (c-in-knr-argdecl): Limit number of
8988         paren/bracket pairs parsed, to solve performance problem.
8990 2008-03-07  Bastien Guerry  <bzg@altern.org>
8992         * bookmark.el (bookmark-set): Don't check for
8993         `bookmark-make-name-function' since `bookmark-buffer-file-name'
8994         already takes care of this.
8995         (bookmark-buffer-name, bookmark-buffer-file-name):
8996         Remove Info-mode specific code.
8998         * info.el (bookmark-get-info-node): Define this function in
8999         info.el, not in bookmark.el.
9000         (Info-mode): Set `bookmark-make-name-function' to
9001         `Info-bookmark-make-name' locally.
9002         (Info-bookmark-make-name): New function.
9004         * bookmark.el (bookmark-make-name-function): New variable.
9006 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
9008         * bookmark.el (bookmark-set): Make `bookmark-make-record-function'
9009         buffer-local, not `bookmark-make-cell-function' (the old name).
9011 2008-03-07  Tassilo Horn  <tassilo@member.fsf.org>
9013         * doc-view.el (doc-view-bookmark-make-record):
9014         * image-mode.el (image-bookmark-make-record):
9015         * info.el (Info-bookmark-make-record): Delete obsolete second arg.
9017 2008-03-07  Jan Djärv  <jan.h.d@swipnet.se>
9019         * vc.el (vc-status-menu-map-filter): Return orig-binding if
9020         boundp 'vc-ignore-menu-filter.
9021         (vc-status-tool-bar-map): Make it defvar.
9022         (vc-status-mode): vc-status-tool-bar-map now variable.
9023         (vc-status-toggle-mark): toggle-mark-file => vc-status-toggle-mark-file.
9025 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
9027         Give a better name to part of the bookmark interface.
9029         This was originally a much larger change, but halfway through I
9030         updated and discovered that Stefan Monnier had done the rest.
9031         It looks like he anticipated the new name too, because he used
9032         `the-record' instead of `the-cell' for some internal variable names.
9034         * bookmark.el (bookmark-make-record-function): Was
9035         `bookmark-make-cell-function'.
9036         (bookmark-make, bookmark-send-annotation): Update for above.
9037         (bookmark-make-record-for-text-file):
9038         Was `bookmark-make-cell-for-text-file'.  Fix doc string re 2008-03-07T05:00:18Z!monnier@iro.umontreal.ca.
9040         * info.el: Adjust accordingly.
9041         (Info-bookmark-make-record): Was `Info-bookmark-make-cell'.
9043         * image-mode.el: Adjust accordingly.
9044         (image-bookmark-make-record): Was `image-bookmark-make-cell'.
9046         * doc-view.el: Adjust accordingly.
9047         (doc-view-bookmark-make-record): Was `doc-view-bookmark-make-cell'.
9049 2008-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9051         * bookmark.el (bookmark-map, bookmark-read-annotation-mode-map):
9052         Move initialization into declaration.
9053         (bookmark-get-info-node, bookmark-set-info-node): Remove.
9054         (bookmark-make, bookmark-make-cell-for-text-file): Remove info-node arg.
9055         (bookmark-info-current-node): Remove.
9056         (bookmark-jump-noselect): Rename from bookmark-jump-internal.
9057         Add relocation fallback.  Set bookmark-current-bookmark.
9058         (bookmark-default-handler): Rename from bookmark-jump-noselect.
9059         Remove relocation fallback.  Don't set bookmark-current-bookmark.
9060         (bookmark-set): Let it be used even if there's no buffer-file-name
9061         as long as there is a bookmark-make-cell-function.
9062         * info.el (Info-bookmark-jump): Remove relocation fallback.
9063         Don't set bookmark-current-bookmark.
9065 2008-03-07  Glenn Morris  <rgm@gnu.org>
9067         * calendar/appt.el (appt-issue-message)
9068         (appt-message-warning-time, appt-audible, appt-visible)
9069         (appt-msg-window, appt-display-mode-line, appt-display-duration)
9070         (appt-display-diary): Remove autoload cookies.
9072         * calendar/cal-china.el, calendar/timeclock.el, calendar/todo-mode.el:
9073         Remove leading `*' from defcustom doc-strings.
9075         * calendar/cal-dst.el (calendar-dst): New custom group.
9076         (calendar-daylight-savings-starts, calendar-daylight-savings-ends)
9077         (calendar-time-zone, calendar-daylight-time-offset)
9078         (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
9079         (calendar-daylight-savings-starts-time)
9080         (calendar-daylight-savings-ends-time): Convert from defvar to defcustom.
9081         (calendar-daylight-savings-starts, calendar-daylight-savings-ends):
9082         Move to start.
9084         * calendar/cal-menu.el (holidays-in-diary-buffer): Declare for compiler.
9086         * calendar/calendar.el (calendar-version): Use emacs-version and
9087         make it obsolete.  Move to end.
9088         (calendar-offset, view-diary-entries-initially)
9089         (mark-diary-entries-in-calendar, calendar-remove-frame-by-deleting)
9090         (view-calendar-holidays-initially, all-hebrew-calendar-holidays)
9091         (all-christian-calendar-holidays, all-islamic-calendar-holidays)
9092         (all-bahai-calendar-holidays, calendar-load-hook)
9093         (initial-calendar-window-hook, today-visible-calendar-hook)
9094         (today-invisible-calendar-hook, calendar-move-hook)
9095         (diary-nonmarking-symbol, hebrew-diary-entry-symbol)
9096         (islamic-diary-entry-symbol, bahai-diary-entry-symbol)
9097         (diary-include-string, sexp-diary-entry-symbol)
9098         (abbreviated-calendar-year, american-date-diary-pattern)
9099         (european-date-diary-pattern, european-calendar-display-form)
9100         (american-calendar-display-form, print-diary-entries-hook)
9101         (list-diary-entries-hook, diary-hook, diary-display-hook)
9102         (nongregorian-diary-listing-hook, mark-diary-entries-hook)
9103         (nongregorian-diary-marking-hook, diary-list-include-blanks)
9104         (holidays-in-diary-buffer, general-holidays, oriental-holidays)
9105         (local-holidays, other-holidays, hebrew-holidays-1)
9106         (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
9107         (hebrew-holidays, christian-holidays, islamic-holidays)
9108         (bahai-holidays, solar-holidays, calendar-setup)
9109         (calendar-week-start-day): Remove autoload cookies.
9110         (diary-glob-file-regexp-prefix): Doc fix.
9111         (calendar-goto-info-node): Use `info' rather than `Info-find-node'.
9112         (Info-find-emacs-command-nodes, Info-find-node): Remove declarations.
9113         (calendar-week-start-day, calendar-debug-sexp): Move to start.
9115         * calendar/solar.el: Remove leading `*' from defcustom doc-strings.
9116         (calendar-time-display-form, calendar-latitude)
9117         (calendar-longitude, solar-equinoxes-solstices): Remove autoload
9118         cookies.
9119         (calendar-latitude, calendar-longitude): Move functions after
9120         variables.
9121         (diary-sabbath-candles-minutes): Move to start.
9122         (solar-setup): Use or rather than if.
9123         (solar-sin-degrees, solar-cosine-degrees, solar-tangent-degrees):
9124         Remove condition-case.
9125         (solar-atn2): Use zerop.
9126         (solar-equinoxes-solstices): Doc fix.
9128         * mail/supercite.el: Remove leading `*' from defcustom doc-strings.
9129         (sc-mode-map-prefix): Doc fix.  Make it a defcustom.
9131         * textmodes/org.el (org-agenda-sunrise-sunset): Require solar.
9132         (calendar-longitude, calendar-latitude, calendar-location-name):
9133         Declare for compiler.
9135 2008-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
9137         * arc-mode.el (archive-ar-file-header-re): New const.
9138         (archive-ar-summarize, archive-ar-extract): New funs.
9139         (archive-find-type): Recognize ar archives.
9141         * vc-bzr.el (vc-bzr-resolve-when-done, vc-bzr-find-file-hook):
9142         New functions.
9144         * info.el (Info-bookmark-make-cell): Don't use the info-node argument.
9146 2008-03-06  Lennart Borgman  <lennart.borgman@gmail.com>
9148         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
9149         Replace :enable (mark-active) with :enable mark-active.
9151 2008-03-06  Juanma Barranquero  <lekktu@gmail.com>
9153         * vms-patch.el (make-legal-file-name): New obsolete alias.
9154         (make-valid-file-name): Rename from `make-legal-file-name'.
9155         (make-auto-save-file-name): Use it.
9157         * calendar/calendar.el (calendar-date-is-legal-p): New obsolete alias.
9158         (calendar-date-is-valid-p): Rename from `calendar-date-is-legal-p'.
9159         (calendar-date-is-visible-p, mark-visible-calendar-date): Use it.
9161         * textmodes/org.el (org-export-html-style): Doc fix.
9162         (org-get-legal-level): New obsolete alias.
9163         (org-get-valid-level): Rename from `org-get-legal-level'.
9164         (org-promote, org-demote, org-archive-subtree)
9165         (org-remember-handler, org-refile, org-put-clock-overlay): Use it.
9167 2008-03-06  Jan Djärv  <jan.h.d@swipnet.se>
9169         * term/x-win.el (x-gtk-stock-map): Add bookmark_add.
9171         * vc.el (vc-status-tool-bar-map, vc-status-toggle-mark-file)
9172         (vc-status-toggle-mark): New functions.
9173         (vc-status-mode): Set tool bar map.
9175 2008-03-05  Chong Yidong  <cyd@stupidchicken.com>
9177         * emacs-lisp/lisp.el (parens-require-spaces): Doc fix.
9178         Reported by Drew Adams <drew.adams@oracle.com>.
9180 2008-03-05  Kenichi Handa  <handa@ni.aist.go.jp>
9182         * subr.el (read-quoted-char): Resolve modifers of the character
9183         event.
9185         * comint.el (comint-exec-1): Don't change the coding-system for
9186         decoding to dos-like EOL.
9187         (comint-carriage-motion): Fully rewrite.
9189 2008-03-05  Juanma Barranquero  <lekktu@gmail.com>
9191         * epg.el (epg-context-include-certs): Reflow docstring.
9192         (epg-start-sign-keys, epg-sign-keys, epg-context-armor)
9193         (epg-context-signers, epg-context-sig-notations, epg-context-set-armor)
9194         (epg-context-set-signers, epg-context-set-sig-notations)
9195         (epg-make-import-status, epg-make-import-result)
9196         (epg-start-delete-keys): Fix typos in docstrings.
9197         (epg-start-sign-keys, epg-sign-keys):
9198         Fix typos in obsolescence declarations.
9200         * iswitchb.el: Don't check for `cadr' and `last'.
9201         (iswitchb-define-mode-map, iswitchb-default-keybindings):
9202         Add obsolescence declaration and remove redundant info from docstring.
9203         (iswitchb-set-common-completion, iswitchb-set-matches)
9204         (iswitchb-get-matched-buffers, iswitchb-visit-buffer): Use `let'.
9205         (recentf-list, most-len, most-is-exact):
9206         Don't wrap defvars within `eval-when-compile'.
9208 2008-03-05  Glenn Morris  <rgm@gnu.org>
9210         * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
9211         * ediff-init.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
9212         * ediff-diff.el, ediff-help.el, ediff-hook.el, ediff-init.el:
9213         * ediff-mult.el, ediff-util.el, ediff-wind.el: Expand all
9214         ediff-cond-compile-for-xemacs-or-emacs calls to a featurep test.
9216         * ediff-hook.el (ediff-window-setup-function): Don't autoload
9217         declaration for compiler.
9218         (ediff-xemacs-init-menus): Use when rather than if.
9220         * ediff-init.el (top-level, ediff-frame-iconified-p): Simplify
9221         if+and to just and.
9222         (ediff-read-event, ediff-overlayp, ediff-make-overlay)
9223         (ediff-delete-overlay): Move the XEmacs test inside the definition.
9225         * ediff-mult.el (ediff-get-meta-info): Use or and unless rather than if.
9227         * ediff-util.el (ediff-kill-bottom-toolbar): Place (ediff-use-toolbar-p)
9228         test inside XEmacs test.
9229         (ediff-make-bottom-toolbar): Place whole cond inside XEmacs test,
9230         since it was doing nothing on Emacs.
9231         (ediff-make-bullet-proof-overlay): Use when rather than if.
9233         * ediff-wind.el (ediff-select-lowest-window): Use when rather than if.
9234         (ediff-setup-control-frame): Remove
9235         ediff-cond-compile-for-xemacs-or-emacs, since it is already inside
9236         a (featurep 'xemacs) test.
9238 2008-03-05  Jay Belanger  <jay.p.belanger@gmail.com>
9240         * calc/calc-ext.el (calc-extended-command-history): New variable.
9241         (calc-exectute-extended-command): Use `calc-extended-command-history'.
9243 2008-03-05  Dan Nicolaescu  <dann@ics.uci.edu>
9245         * bindings.el (mode-line-remote): Add mouse-face.  Improve tooltip.
9246         (standard-mode-line-position): Add mouse-face.
9248         * progmodes/compile.el (compilation-menu-map, compilation-mode-map):
9249         * progmodes/grep.el (grep-mode-map): Add :help.
9251         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Define and
9252         initialize in one step.  Add :help.  Use :enable to activate menu
9253         items.  Show the key binding for edebug-defun.
9254         (lisp-interaction-mode-map): Add a menu.
9256         * term.el (term-mode-map): Define and initialize in one step.
9258         * ediff-init.el (ediff-color-display-p): Simplify.
9259         (Xor): Remove unused function.
9260         (ediff-with-syntax-table): Simplify for Emacs.
9262         * ediff-hook.el (menu-bar-ediff-menu): Don't depend on the
9263         menu-bar being loaded, it always is.
9265 2008-03-05  Glenn Morris  <rgm@gnu.org>
9267         * textmodes/tex-mode.el (tex-mode): Suppress warning about
9268         multiple definitions when compiling.
9270 2008-03-04  Alan Mackenzie  <acm@muc.de>
9272         * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix coding bug.
9274         * progmodes/cc-langs.el (c-before-font-lock-function): Fix bug in
9275         doc-string, "c-old-LEN" -> "c-old-END".
9277 2008-03-04  Jason Rumney  <jasonr@gnu.org>
9279         * nxml/rng-nxml.el (rng-preferred-prefix-alist): Add dublin core
9280         namespaces.
9282 2008-03-04  Glenn Morris  <rgm@gnu.org>
9284         * textmodes/tex-mode.el (tex-cmd-bibtex-args): Add :version and :group.
9286         * ediff-init.el (ediff-clear-fine-diff-vector): Use mapc rather
9287         than mapcar.
9289 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9291         * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
9292         (byte-compile-nilconstp): Can't use recursion in a defsubst.
9294         * textmodes/tex-mode.el (latex-mode): Remove % from paragraph-separate
9295         so that M-q can fill comments.
9296         (tex-executable-exists-p, tex-compile): Extend with special syntax for
9297         commands implemented in elisp.
9298         (tex-compile-commands): Add an entry to use doc-view for pdf files.
9299         (tex-format-cmd): New function.
9300         (tex-compile): Use it to let the user specify default arguments.
9301         (tex-cmd-bibtex-args): New var.
9302         (tex-cmd-doc-view): New function.
9304 2008-03-03  Juanma Barranquero  <lekktu@gmail.com>
9306         * faces.el (face-spec-set): Fix typos in docstring.
9308 2008-03-03  Dan Nicolaescu  <dann@ics.uci.edu>
9310         * bindings.el (mode-line-column-line-number-mode-map): New variable.
9311         (standard-mode-line-position): Use it to add a menu for toggling
9312         column number and line number display.
9314 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9316         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
9317         Remove optimization that was working around the form-code-walker bug.
9319         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
9320         Walk into the body of lambdas after byte-compile-unfold-lambda.
9322 2008-03-03  Glenn Morris  <rgm@gnu.org>
9324         * emulation/viper-util.el (viper-frame-value): Prefer buffer-local
9325         value, if set, over frame value.
9327         * simple.el (transient-mark-mode): Don't turn on by default.
9329         * net/tls.el (open-tls-stream): Restore the 2007-11-04 change
9330         accidentally removed by the 2007-12-05 merge from Gnus.
9332 2008-03-02  Dan Nicolaescu  <dann@ics.uci.edu>
9334         * progmodes/compile.el (compilation-menu-map): Add menu entries
9335         for useful options.
9337 2008-03-01  Dan Nicolaescu  <dann@ics.uci.edu>
9338             Glenn Morris  <rgm@gnu.org>
9340         * emacs-lisp/bytecomp.el (byte-recompile-directory)
9341         (byte-compile-file, batch-byte-compile, batch-byte-compile-file):
9342         Give a `bytecomp-' prefix to local variables with common names.
9344 2008-03-01  Glenn Morris  <rgm@gnu.org>
9346         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Restore
9347         code commented out 2007-11-10.
9349         * emulation/edt.el (zmacs-region-stays): Define for compiler once only.
9351         * emulation/viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
9352         Delete macro.
9353         * emulation/viper-cmd.el, emulation/viper-ex.el:
9354         * emulation/viper-init.el, emulation/viper-keym.el:
9355         * emulation/viper-mous.el, emulation/viper-util.el:
9356         * emulation/viper.el:
9357         Expand all viper-cond-compile-for-xemacs-or-emacs calls to a
9358         featurep test.
9360         Replace obselete frame-local variables with frame-parameters.
9361         * emulation/viper-init.el (viper-replace-overlay-cursor-color)
9362         (viper-insert-state-cursor-color, viper-emacs-state-cursor-color)
9363         (viper-vi-state-cursor-color): Only call make-variable-frame-local
9364         on XEmacs.
9365         * emulation/viper-util.el (viper-frame-value): New macro.
9366         * emulation/viper-cmd.el (viper-insert-state-post-command-sentinel)
9367         (viper-R-state-post-command-sentinel)
9368         (viper-replace-state-post-command-sentinel)
9369         (viper-change-state-to-insert, viper-change-state-to-emacs):
9370         * emulation/viper-util.el (viper-set-cursor-color-according-to-state)
9371         (viper-save-cursor-color, viper-get-saved-cursor-color-in-replace-mode)
9372         (viper-get-saved-cursor-color-in-insert-mode)
9373         (viper-get-saved-cursor-color-in-emacs-mode, viper-set-replace-overlay):
9374         Use viper-frame-value for viper-replace-overlay-cursor-color,
9375         viper-emacs-state-cursor-color, viper-insert-state-cursor-color, and
9376         viper-vi-state-cursor-color values.
9378         * emulation/viper-cmd.el (zmacs-region-stays):
9379         * emulation/viper-util.el (zmacs-region-stays): No need to define
9380         for compiler.
9382         * emulation/viper-keym.el (viper-add-keymap): Use mapc rather than
9383         mapcar on Emacs.
9385         * emulation/viper-mous.el (viper-counting-clicks-p): Only define
9386         on XEmacs.
9388         * emulation/viper-util.el (viper-set-minibuffer-overlay): Use when
9389         rather than if.
9391 2008-03-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9393         * whitespace.el: New version 9.3.  As the glyph code generation was
9394         fixed, it is possible now to use character code above ?\x1FFFF in the
9395         display table.  Fix `whitespace-indentation-regexp' to not include an
9396         extra ending character.  Reported by Michael Welsh Duggan
9397         <mwd@cert.org>.  Added hook actions when buffer is written or killed as
9398         the original whitespace package had.  Suggested by Eric Cooper
9399         <ecc@cmu.edu>.  Doc fix.
9400         (whitespace-action): New option.
9401         (whitespace-display-mappings): Changed default newline visualization to
9402         display downwards arrow, as the glyph code generation was fixed.
9403         (whitespace-unload-function): Assure that all local whitespace mode is
9404         turned off.
9405         (whitespace-global-modes): Fix type customization.
9406         (whitespace-mode, global-whitespace-mode, whitespace-cleanup-region)
9407         (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
9408         (whitespace-turn-off, whitespace-color-on, whitespace-display-char-on):
9409         Fix code.
9410         (whitespace-buffer): Command removed.
9411         (whitespace-trailing-regexp, whitespace-mark-x)
9412         (whitespace-display-window, whitespace-action-when-on)
9413         (whitespace-add-local-hook, whitespace-remove-local-hook)
9414         (whitespace-write-file-hook, whitespace-kill-buffer-hook)
9415         (whitespace-action): New funs.
9416         (whitespace-report-list, whitespace-report-text)
9417         (whitespace-report-buffer-name): New consts.
9418         (whitespace-report, whitespace-report-region): New commands.
9420 2008-03-01  Juanma Barranquero  <lekktu@gmail.com>
9422         * disp-table.el (make-glyph-code): Don't test the result of
9423         `face-id', which already signals an error for invalid faces.
9424         (glyph-face): Simplify.
9426         * desktop.el (desktop-read): Set `desktop-dirname' to nil before
9427         running `desktop-not-loaded-hook' to allow modifying it.
9428         Don't show warning message if `desktop-dirname' was modified.
9430 2008-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9432         * diff-mode.el (diff-sanity-check-hunk): Only accept an empty line if
9433         we still expect more lines.
9435         * textmodes/fill.el (fill-comment-paragraph): Don't try to do
9436         comment-paragraph filling if the commark doesn't match
9437         comment-start-skip.
9439 2008-03-01  Daiki Ueno  <ueno@unixuser.org>
9441         * international/utf-7.el (utf-7-encode): Never skip the trailing - for
9442         the `imap' variant.
9444 2008-03-01  Jason Rumney  <jasonr@gnu.org>
9446         * files.el (make-auto-save-file-name): Encode more characters in
9447         non-file buffer names.  Use url-encoding.
9449 2008-03-01  Juanma Barranquero  <lekktu@gmail.com>
9451         * net/net-utils.el (ftp-program): Fix typo in docstring.
9452         (ifconfig-program-options, netstat-program-options)
9453         (arp-program-options, route-program-options, nslookup-program-options)
9454         (ftp-program-options, smbclient-program-options)
9455         (dns-lookup-program-options, arp, route): Doc fixes.
9457         * progmodes/gdb-ui.el (gdb-pc-address, gdb-source-file-list)
9458         (gdb-cpp-define-alist-program, gdb-mouse-jump, gdb-get-buffer-create)
9459         (gdb-set-gud-minor-mode-existing-buffers-1, gdb-debug-log):
9460         Fix typos in docstrings.
9461         (gdb-pending-triggers): Reflow docstring.
9462         (gdb, gdb-init-1): Fix typos in docstrings of gud-def definitions.
9464 2008-03-01  Alan Mackenzie  <acm@muc.de>
9466         * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix a bug on
9467         typing "#" at EOB.
9469 2008-03-01  Juanma Barranquero  <lekktu@gmail.com>
9471         * emulation/cua-base.el (cua-remap-control-z): Fix typo in docstring.
9473 2008-02-29  Kim F. Storm  <storm@cua.dk>
9475         * emulation/cua-base.el (cua-remap-control-v)
9476         (cua-remap-control-z): New defcustoms.
9477         (cua-mode): Add them to set-after property.
9478         (cua--init-keymaps): Use them.
9479         Add C-x/C-c home, end, next, and prior to cua--prefix-repeat-keymap.
9481         * help.el (view-emacs-todo): Rename from view-todo.
9482         (describe-gnu-project): Rename from describe-project.  Users changed.
9483         (view-help-file): New helper function.
9484         (describe-distribution, describe-copying, describe-gnu-project)
9485         (view-todo, view-order-manuals, view-emacs-problems): Use it.
9486         (view-emacs-debugging, view-external-packages): New commands.
9487         (help-map): Move describe-distribution to C-h C-o (ordering).
9488         Move view-emacs-problems to C-h C-p (problems).
9489         Bind view-emacs-debugging to C-h C-d (debugging).
9490         Bind view-external-packages to C-h C-e (extras).
9491         (help-for-help-internal): Cleanup and align descriptions.
9492         Remove command names to reduce clutter.
9494 2008-02-29  Nick Roberts  <nickrob@snap.net.nz>
9496         * vc.el (vc-set-mode-line-busy-indicator): Use shorter message
9497         and quieter face (not a warning).
9499 2008-02-29  Dan Nicolaescu  <dann@ics.uci.edu>
9501         * vc.el (vc-status-crt-marked): New variable.
9502         (vc-status-mode): Make it local.
9503         (vc-status-refresh): Use it to save the marked files.
9504         (vc-update-vc-status-buffer): Use it to restore the marked files.
9506         * vc-svn.el (vc-svn-after-dir-status):
9507         * vc-hg.el (vc-hg-after-dir-status): Clean up the temporary buffer.
9509 2008-02-29  Glenn Morris  <rgm@gnu.org>
9511         * allout.el (allout-topic-encryption-bullet)
9512         (allout-passphrase-verifier-handling, allout-passphrase-hint-handling)
9513         (allout-encrypt-unencrypted-on-saves): Change defcustom :version
9514         from 22.0 to 22.1.
9516         * net/imap.el (imap-ping-server):
9517         * net/tls.el (tls-checktrust, tls-untrusted, tls-hostmismatch):
9518         Change defcustom :version from 23.0 to 23.1.
9520 2008-02-29  Juanma Barranquero  <lekktu@gmail.com>
9522         * desktop.el (desktop-save): Save the buffer name if the
9523         uniquified base name is empty.
9525 2008-02-29  Nick Roberts  <nickrob@snap.net.nz>
9527         * progmodes/gdb-ui.el (gdb-info-stack-custom): Apply function-name-face
9528         correctly when user has "set print address off".
9530 2008-02-28  Juanma Barranquero  <lekktu@gmail.com>
9532         * cus-edit.el (custom-mode, custom-mode-hook): Use 23.1 as
9533         version number of the next major Emacs release, not 23.0.
9535         * longlines.el (longlines-unload-function): New function.
9537 2008-02-28  Juri Linkov  <juri@jurta.org>
9539         * startup.el (normal-splash-screen): Add argument `concise'.
9540         Remove unused binding `prev-buffer'.  Let-bind `splash-buffer'
9541         to the created buffer.  If `concise' is non-nil, call
9542         `display-buffer', otherwise `switch-to-buffer'.  Doc fix.
9543         (display-startup-screen): Add argument `concise' to the call to
9544         `normal-splash-screen'.
9546 2008-02-28  Kim F. Storm  <storm@cua.dk>
9548         * startup.el (startup-echo-area-message): Check for about-emacs.
9550 2008-02-28  Juri Linkov  <juri@jurta.org>
9552         * startup.el: Always add initial message to *scratch* buffer if
9553         `initial-scratch-message' is non-nil regardless of the value of
9554         `inhibit-startup-screen'.
9555         (inhibit-startup-screen, initial-scratch-message): Doc fix.
9556         (command-line-1): Move code that inserts `initial-scratch-message'
9557         up before the if-form that checks for `inhibit-startup-screen'.
9558         Suggested by Jonathan Rockway <jon@jrock.us>.
9560 2008-02-28  Juri Linkov  <juri@jurta.org>
9562         * cus-edit.el (custom-mode-map, custom-mode-link-map):
9563         Rename `custom-mode' to `Custom-mode' in docstrings.
9564         (custom-buffer-create-internal, customize-browse):
9565         Rename `custom-mode' to `Custom-mode'.
9566         (custom-mode-hook): Rename to `Custom-mode-hook'.
9567         (Custom-mode-hook): Renamed from `custom-mode-hook'.
9568         (custom-mode): Rename to `Custom-mode'.
9569         (Custom-mode): Renamed from `custom-mode'.  Doc fix.
9570         (custom-mode): Add backward-compatible non-interactive variant of
9571         `Custom-mode' that simply calls `Custom-mode'.  Mark it obsoleted.
9572         (custom-mode-hook): Mark it as obsolete alias of `Custom-mode-hook'.
9574         * info-look.el: Rename `custom-mode' to `Custom-mode'.
9576         * emulation/viper.el (viper-emacs-state-mode-list):
9577         Rename `custom-mode' to `Custom-mode'.
9579         * menu-bar.el (menu-bar-search-menu, menu-bar-replace-menu):
9580         Capitalize "Tagged Files".
9581         (minibuffer-local-map): Add menu items for next/previous
9582         history elements and isearch history forward/backward.
9584         * progmodes/hideshow.el (hs-minor-mode-menu): Compare
9585         `hs-isearch-open' with t instead of `comment' in :selected
9586         for "Code and Comment blocks" menu item.
9588 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9590         * uniquify.el (uniquify-buffer-base-name): Undo last change.
9591         Should be done in desktop.el instead.
9593 2008-02-28  Glenn Morris  <rgm@gnu.org>
9595         * autoinsert.el (auto-insert-alist): Update to FDL 1.2.
9597         * emacs-lisp/byte-run.el (make-obsolete): Doc fix.
9599         * mail/emacsbug.el: Remove leading `*' from defcustom doc-strings.
9600         (Info-menu, Info-goto-node): Remove declarations.
9601         (report-emacs-bug-info): Use info rather than Info-goto-node.
9603         * progmodes/idlwave.el (Info-goto-node): Remove declaration.
9604         (idlwave-convert-xml-system-routine-info): Don't require xml.
9605         (idlwave-show-commentary, idlwave-shell-show-commentary):
9606         Don't require finder.
9607         (idlwave-info): Don't require info.  Use info rather than
9608         Info-goto-node.
9610         * textmodes/org.el (Info-goto-node): Remove declaration.
9611         (org-info): Use info rather than Info-goto-node.
9613         * textmodes/reftex.el (reftex-show-commentary): Don't require finder.
9614         (reftex-info): Don't require info.  Use info rather than Info-goto-node.
9616 2008-02-28  Dan Nicolaescu  <dann@ics.uci.edu>
9618         * progmodes/hideshow.el (hs-minor-mode-menu): Add some options to
9619         the menu.
9621         * vc.el (vc-deduce-fileset, vc-next-action, vc-start-entry)
9622         (vc-finish-logentry): Check for vc-status-mode, not only for
9623         vc-dired-mode.
9625 2008-02-28  Kenichi Handa  <handa@ni.aist.go.jp>
9627         * isearch.el (isearch-printing-char): Don't check
9628         keyboard-coding-system.
9629         Call isearch-process-search-multibyte-characters only when
9630         current-input-method is non-nil.
9632 2008-02-27  Kim F. Storm  <storm@cua.dk>
9634         * disp-table.el (make-glyph-code): Encode as cons if face id > 63.
9635         (glyph-char, glyph-face): Handle cons encoding.
9637 2008-02-27  Juanma Barranquero  <lekktu@gmail.com>
9639         * uniquify.el (uniquify-buffer-base-name): If the base name is an
9640         empty string, return nil to allow the caller to default to the
9641         buffer name.  Reported by Martin Fischer <parozusa@web.de>.
9643         * tool-bar.el (tool-bar-setup): Doc fix.
9645         * mail/supercite.el (sc-describe):
9646         Fix typos in obsolescence declaration.
9648 2008-02-27  Glenn Morris  <rgm@gnu.org>
9650         * autoinsert.el (auto-insert-alist): Change permission text to
9651         match FSF's GPLv3 form.
9653         * mail/supercite.el (sc-cite-original): Doc fix.
9654         (sc-version): Make obsolete.
9655         (sc-describe): Show the SC info page.  Make obsolete.
9657 2008-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9659         * simple.el (set-mark-command): Deactivate mark on second C-SPC C-SPC
9660         when using transient-mark-mode.
9661         (default-indicate-unused-lines): Remove unused var.
9663 2008-02-26  Jan Djärv  <jan.h.d@swipnet.se>
9665         * progmodes/grep.el (grep-mode-tool-bar-map): Change place on next
9666         and previous.
9668         * progmodes/compile.el (compilation-mode-tool-bar-map): The same.
9670 2008-02-26  Glenn Morris  <rgm@gnu.org>
9672         * net/net-utils.el (top-level): Don't require comint when compiling.
9673         (nslookup-font-lock-keywords): Don't require font-lock.
9674         Use font-lock faces rather than variables.
9675         (nslookup, ftp, smbclient, network-service-connection):
9676         Don't require comint.
9677         (comint-prompt-regexp, comint-input-autoexpand)
9678         (comint-input-ring): Declare for compiler.
9679         (comint-mode, ffap-string-at-point, comint-exec): Autoload.
9680         (dns-lookup-host): Don't require ffap.  Remove `with-no-warnings'.
9682         * ibuffer.el (ibuffer-do-toggle-read-only): Don't use `iff' in
9683         doc-string.
9685 2008-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9687         * doc-view.el (doc-view-current-page): Add a `win' argument.
9689 2008-02-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9691         * doc-view.el (doc-view-conversion-buffer): Give it an internal name.
9692         Demote it to plain defvar.
9693         (doc-view-conversion-refresh-interval): Reduce interval.
9694         (doc-view-goto-page): Allow moving to pages not yet rendered.
9695         (doc-view-goto-page): Construct a file name rather than extracting it
9696         from doc-view-current-files.
9697         (doc-view-kill-proc): Ignore errors from kill-process.
9698         (doc-view-pdf/ps->png-sentinel): Die gracefully if the buffer is dead.
9699         (doc-view-insert-image): Use appropriate text if the page hasn't been
9700         rendered yet.  Adjust scrolling so the text is displayed.
9701         (doc-view-display): Detect not just that a page is available, but also
9702         that it wasn't available before, so as to avoid refreshing all pages
9703         repeatedly.
9704         (doc-view-mode): Make doc-view-cache-directory if needed.
9706 2008-02-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
9708         * ibuffer.el (ibuffer-do-toggle-read-only): New optional arg as in
9709         toggle-read-only.
9711         * textmodes/bibtex.el (bibtex-format-entry): Handle error message
9712         refering to a missing required field with the OPT prefix.
9713         Make unwindform more robust.
9715         * textmodes/bibtex.el: Remove support for hideshow minor mode as
9716         it duplicates the bibtex support in progmodes/hideshow.el.
9717         * progmodes/hideshow.el (hs-special-modes-alist): Allow bibtex
9718         entries that do not start at the beginning of a line.
9720 2008-02-25  Chong Yidong  <cyd@stupidchicken.com>
9722         * files.el (shell-quote-wildcard-pattern): Quote ' and " as well.
9724 2008-02-25  Robert J. Chassell  <bob@rattlesnake.com>
9726         * help-fns.el (describe-variable): Add phrases about
9727         initialization file with and without customization;
9728         use new button type help-info-variable.
9730         * help-mode.el (help-info-variable):
9731         New button able to read Info files for help-fns.el.
9733 2008-02-25  Jan Djärv  <jan.h.d@swipnet.se>
9735         * progmodes/grep.el (grep-mode-tool-bar-map): New variable.
9736         (grep-mode): Use grep-mode-tool-bar-map.
9738         * progmodes/compile.el (tool-bar): Require tool-bar.
9739         (compilation-mode-tool-bar-map): New variable.
9740         (compilation-mode): Use compilation-mode-tool-bar-map.
9742         * term/x-win.el (x-gtk-stock-map): Add cancel.  Remove extensions.
9744 2008-02-25  Glenn Morris  <rgm@gnu.org>
9746         * vc-sccs.el (vc-sccs-diff): Fix setting of oldvers and newvers.
9748 2008-02-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9750         * diff-mode.el (diff-file-junk-re): New const.
9751         (diff-beginning-of-file-and-junk): Use it.
9752         (diff-file-kill): Make sure we were really inside a file diff.
9754         * diff-mode.el: Make it more robust in the presence of empty context
9755         lines in unified hunks.
9756         (diff-valid-unified-empty-line): New var.
9757         (diff-unified->context, diff-sanity-check-hunk): Obey it.
9758         (diff-end-of-hunk): Obey it.  New arg `donttrustheader'.
9759         (diff-fixup-modifs, diff-post-command-hook): Use this new arg.
9760         (diff-hunk-header-re-unified): New const.
9761         (diff-font-lock-keywords, diff-hunk-header-re, diff-split-hunk)
9762         (diff-fixup-modifs, diff-unified->context, diff-next-complex-hunk)
9763         (diff-sanity-check-hunk): Use it.
9765         * diff-mode.el (diff-beginning-of-file-and-junk): If we're on the
9766         Index: line, don't search backward for the previous one.
9768 2008-02-25  Kenichi Handa  <handa@ni.aist.go.jp>
9770         * international/fontset.el (setup-default-fontset): Add non-OTF
9771         lao font for lao script.
9773         * language/tibetan.el: Register tibetan-composition-function in
9774         composition-function-table.
9776         * language/tibet-util.el (tibetan-composition-function):
9777         Adjust for the new calling way (argument changed).  Try font-shape-text
9778         if possible.
9780         * language/lao.el: Register lao-composition-function in
9781         composition-function-table.
9783         * language/lao-util.el (lao-composition-function): Adjust for the new
9784         calling way (argument changed).  Try font-shape-text if possible.
9786 2008-02-25  Jason Rumney  <jasonr@gnu.org>
9788         * files.el (file-name-invalid-regexp): Fix octal/decimal confusion.
9790 2008-02-25  Juri Linkov  <juri@jurta.org>
9792         * isearch.el (isearch-fail): Use "RosyBrown1" for a light
9793         background, "red4" for a dark background, "red" for 16 and
9794         8 colors, "grey" for grayscale, and inverse video otherwise.
9795         Add :version tag.
9796         (isearch-message): Keep the original isearch-message intact, and
9797         add text properties to it where necessary.  Add `isearch-error' to
9798         the condition that checks if isearch is unsuccessful.
9800 2008-02-24  Juri Linkov  <juri@jurta.org>
9802         * progmodes/compile.el (compilation-handle-exit):
9803         Use compilation-error face instead of font-lock-warning-face.
9804         Display the same message in the minibuffer as is inserted
9805         at the end of the compilation buffer.
9807 2008-02-24  Glenn Morris  <rgm@gnu.org>
9809         * vc-cvs.el (vc-cvs-register): Fix registering of directories in
9810         multiple file case.
9812         * vc-mcvs.el (vc-mcvs-register): Fix let-binding (for use of `file').
9814         * vc-rcs.el (vc-rcs-register): Fix treatment of directories in
9815         multiple file case.  Use a single `let' rather than two.
9817 2008-02-24  Dan Nicolaescu  <dann@ics.uci.edu>
9819         * progmodes/compile.el (compilation-start): Specify a face for
9820         mode-line-process.
9821         (compilation-handle-exit): Specify a face and a tooltip for
9822         mode-line-process.
9824 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9826         * hilit-chg.el: Remove spurious * in defcustom docstrings.
9827         (hilit-chg-make-ov): Simplify.
9828         (hilit-chg-fixup): Use remove-overlays.
9829         (hilit-chg-set-face-on-change): Remove redundant call to
9830         `remove-text-properties'.
9832         * dired.el (dired-mark-prompt): Don't count/display the t element.
9833         Reported by Carsten Blaauw <it-media.blaauw@daimler.com>.
9835 2008-02-24  Dan Nicolaescu  <dann@ics.uci.edu>
9837         * progmodes/verilog-mode.el (eval-when-compile): Don't define
9838         add-submenu.
9839         (verilog-xemacs-menu): Add :keys for C-M-a, C-M-e and C-M-h.
9840         Remove.  Move contents to the only use ...
9841         (verilog-menu): ... here.
9842         (verilog-statement-menu): Remove.  Move contents to the only use ...
9843         (verilog-stmt-menu): ... here.
9844         (verilog-mark-defun): Simply call mark-defun for emacs.
9845         (occur-pos-list): Declare for byte compiler.
9846         (mode-popup-menu): Don't defvar.
9847         (verilog-add-statement-menu): Remove.
9848         (verilog-mode-hook): Don't add verilog-add-statement-menu.
9849         (verilog-mode): Call easy-menu-add and set mode-popup-menu for XEmacs.
9851 2008-02-24  Michael McNamara  <mac@mail.brushroad.com>
9853         * progmodes/verilog-mode.el (verilog-xemacs-menu): Remove XEmacs
9854         conditional.
9855         (verilog-font-grouping-keywords-face): Make the begin..end
9856         keywords standout more than other verilog keywords.
9857         (verilog-type-font-keywords): Move the begin..end out of this list
9858         to facilitate making them to (potentially) stand out more.
9859         (verilog-backward-token): Fix indent of bare always{_*}?, initial,
9860         function & task blocks.
9861         (verilog-behavioral-block-beg-re): Fix indent of bare always{_*}?,
9862         initial, function & task blocks.
9863         (verilog-forward-sexp): Handle the new "disable fork" statement of
9864         IEEE-1800 Verilog.
9865         (verilog-beg-block-re-ordered): Handle the new "disable fork"
9866         statement of IEEE-1800 Verilog.
9867         (verilog-calc-1): Handle the new "disable fork" statement of
9868         IEEE-1800 Verilog.
9869         (verilog-disable-fork-re): Add const to help handle the new
9870         "disable fork" statement of IEEE-1800 Verilog.
9871         (verilog-declaration-core-re): Add port directions by themselves,
9872         with no qualification, as base item of a declaration.
9873         (verilog-pretty-declarations): Add new flag to ask it to refrain
9874         from printing to the message buffer.
9875         (verilog-pretty-expr): Add a QUIET flag to ask it to refrain from
9876         printing to the message buffer.  Improve handling of the many
9877         types of expression line up.
9878         (verilog-just-one-space): Remove printing of an empty message.
9879         (verilog-get-lineup-indent): Rework to support the better handling
9880         of expression lineup for verilog-pretty-expr.
9881         (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
9883 2008-02-24  Alan Mackenzie  <acm@muc.de>
9885         * progmodes/cc-mode.el (c-extend-region-for-CPP): Bug fix from
9886         yesterday's commit.
9888 2008-02-24  Nick Roberts  <nickrob@snap.net.nz>
9890         * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint): Fall back
9891         to mouse-set-point in buffers that aren't associated with files.
9893         * progmodes/gud.el: Rename menu item to "Show GUD tooltips".
9895 2008-02-24  Alan Mackenzie  <acm@muc.de>
9897         Set of changes so that "obtrusive" syntactic elements in a
9898         C/C++/ObjC preprocessor line (e.g. an unbalanced string quote or
9899         unmatched paren) don't interact syntactically with stuff outside
9900         the CPP line.
9902         * progmodes/cc-awk.el (c-awk-beyond-logical-line, c-awk-old-ByLL):
9903         Replace c-awk-end-of-logical-line and c-awk-old-EoLL to solve an
9904         off-by-one bug.
9905         (c-awk-record-region-clear-NL): Replaces c-awk-before-change, with
9906         a bit of refactoring.
9907         (c-awk-extend-and-syntax-tablify-region): Takes some of the
9908         functionality of c-awk-advise-fl-for-awk-region, which has been
9909         refactored away.
9911         * progmodes/cc-defs.el (c-clear-char-property-with-value-function)
9912         (c-clear-char-property-with-value): New function and macro which
9913         remove text-properties `equal' to a supplied value.
9915         * progmodes/cc-engine.el: Comment about text properties amended.
9917         * progmodes/cc-fonts.el (c-cpp-matchers): Make it put regexp
9918         parens around "error\\|warning".
9920         * progmodes/cc-langs.el (c-get-state-before-change-function)
9921         (c-before-font-lock-function, c-anchored-cpp-prefix):
9922         New language variables.
9923         (c-cpp-message-directives): Handle "#warning" in C, C++ and ObjC.
9925         * progmodes/cc-mode.el (c-basic-common-init): C and ObjC now use
9926         syntax-table text properties.
9927         (c-common-init): Call language specific before/after-change
9928         functions at mode initialisation.
9929         (c-new-BEG, c-new-END, c-old-BOM, c-old-EOM): New variables.
9930         (c-extend-region-for-CPP, c-neutralize-CPP-line)
9931         (c-neutralize-syntax-in-CPP): New functions.
9932         (c-before-change, c-after-change): Call the new language specific
9933         change functions defined in cc-langs.el.
9934         (c-advise-fl-for-region): New macro.
9935         (awk-mode): Remove AWK specific stuff which has been refactored
9936         into language independent stuff.
9938 2008-02-24  Nick Roberts  <nickrob@snap.net.nz>
9940         * progmodes/gdb-ui.el (gdba): Recreate as an alias for gdb.
9941         (gdb): (Re)set gdb-flush-pending-output to nil here...
9942         (gdb-init-1): ...instead of here (before gdb-prompt).
9944 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9946         * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
9947         Recognize ''' just like any other char-constant.
9949 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9951         * vc-hooks.el (vc-find-root): Remove initial loop because it's not
9952         careful enough.  Detect the uid-change all within the main loop.
9954 2008-02-24  Stefan Monnier  <monnier@pastel.home>
9956         * textmodes/sgml-mode.el (sgml-mode): Fix comment syntax.
9958 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9960         * hilit-chg.el (highlight-save-buffer-state): New macro.
9961         (highlight-save-buffer-state, hilit-chg-set-face-on-change)
9962         (hilit-chg-clear): Use it to preserve the modified-p flag.
9963         (highlight-changes-rotate-faces): Don't mess with the undo-list.
9965 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9967         * font-lock.el (font-lock-set-defaults): Unset previously set variables
9968         when needed.
9970 2008-02-24  Ã†var Arnfjörð Bjarmason  <avar@cpan.org>  (tiny change)
9972         * net/rcirc.el (rcirc-url-regexp): Replace definition by copying
9973         from gnus-button-url-regexp.
9975 2008-02-24  Eli Zaretskii  <eliz@gnu.org>
9977         * progmodes/compile.el (compilation-next-error): Doc fix.
9978         (compilation-find-file): Doc fix.
9980 2008-02-24  Glenn Morris  <rgm@gnu.org>
9982         * net/net-utils.el (ipconfig-program, ipconfig-program-options):
9983         Add obsolete aliases to the old names.
9985 2008-02-24  Richard Stallman  <rms@gnu.org>
9987         * net/net-utils.el (ifconfig): Rename from ipconfig.
9988         (ipconfig): Alias to ifconfig.
9989         (ifconfig-program): Rename from ipconfig-program.
9990         (ifconfig-program-options): Rename from ipconfig-program-options.
9992 2008-02-24  Michael McNamara  <mac@mail.brushroad.com>
9994         * progmodes/verilog-mode.el (verilog-declaration-core-re):
9995         Add port directions by themselves, with no qualification, as base
9996         item of a declaration.
9997         (verilog-pretty-declarations): Add new flag that inhibits printing
9998         to the message buffer.
9999         (verilog-pretty-expr): Add new flag that inhibits printing to the
10000         message buffer.  Improve handling of the many types of expression
10001         line up.
10002         (verilog-just-one-space): Don't print an empty message.
10003         (verilog-get-lineup-indent): Rework to support the better handling
10004         of expression lineup for verilog-pretty-expr.
10005         (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
10006         (verilog-mode-version, verilog-mode-release-date): Update.
10008 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10010         * subr.el (cancel-change-group): Don't move point.
10012 2008-02-23  Markus Triska  <markus.triska@gmx.at>
10014         * linum.el (linum-after-config): Update all visible windows.
10016 2008-02-23  Glenn Morris  <rgm@gnu.org>
10018         * menu-bar.el (menu-bar-games-menu): Add Bubbles and Pong.
10019         Add :help for Solitaire and Tetris.
10021         * tree-widget.el (tree-widget-lookup-image): Let-bind `file'.
10023         * mail/smtpmail.el: Remove leading `*' from defcustom doc-strings.
10024         (smtpmail-code-conv-from): Doc fix.  Fix custom type.
10025         (smtpmail-queue-index-file): Make it a defcustom.
10026         (smtpmail-queue-index): Delete.
10027         (smtpmail-send-it, smtpmail-send-queued-mail):
10028         Use smtpmail-queue-index-file and smtpmail-queue-dir rather than
10029         smtpmail-queue-index.
10031         * net/net-utils.el (iwconfig-program, iwconfig-program-options):
10032         Add :version.
10034 2008-02-23  Yoni Rabkin  <yoni@rabkins.net>  (tiny change)
10036         * net/net-utils.el (iwconfig-program, iwconfig-program-options):
10037         New variables.
10038         (iwconfig): New function.
10040 2008-02-23  Dan Nicolaescu  <dann@ics.uci.edu>
10042         * vc.el (vc-find-revision): Make vc-parent-buffer local before
10043         setting it.
10044         (vc-status-menu-map): Do not define using easy-menu.
10045         (vc-status-menu-map): New defalias.
10046         (vc-status-mode-map): Hook up the menu.
10047         (top-level): Update TODO.
10049         * vc-hg.el (vc-hg-extra-status-menu): Return a keymap.
10051         * vc-bzr.el (vc-bzr-init-version): Rename to ...
10052         (vc-bzr-init-revision): ... this.
10054 2008-02-23  Jason Rumney  <jasonr@gnu.org>
10056         * makefile.w32-in (WINS_ALMOST): Remove term.
10057         (WINS): Add term here.
10058         (custom-deps, finder-data): Use WINS_ALMOST.
10060 2008-02-22  Juanma Barranquero  <lekktu@gmail.com>
10062         * faces.el (font-weight-table): Fix value of `semi-light'.
10064 2008-02-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10066         * faces.el (font-weight-table, font-slant-table, font-swidth-table):
10067         Make those tables bijective.
10069 2008-02-22  Ken Manheimer  <ken.manheimer@gmail.com>
10071         Finish pdbtrack integration cleanup, settling missing-functions
10072         byte compiler warnings appropriately.
10074         * progmodes/python.el (python-point): Remove this - beginning-of-line
10075         was all that was necessary for `python-pdbtrack-overlay-arrow'.
10076         (python-end-of-def-or-class, python-beginning-of-def-or-class)
10077         (python-goto-initial-line): Drop these - they were only needed for
10078         python-point.
10079         (python-comint-output-filter-function): Use condition-case and
10080         beginning-of-line directly, instead of python-mode.el functions
10081         which require all sorts of baggage.
10082         (point-safe): Unnecessary - we're using condition-case directly,
10083         instead.
10084         (python-execute-file): Include for python-shell, which I'm leaving
10085         in keeping despite it being unnecessary for pdb tracking.
10087 2008-02-22  Peter Danenberg  <pcd@wikitex.org>  (tiny change)
10089         * progmodes/scheme.el (scheme-font-lock-keywords-2):
10090         Add SRFI 11 support.
10091         (let-values, let*-values): Specify scheme-indent-function.
10093 2008-02-22  Dan Nicolaescu  <dann@ics.uci.edu>
10095         * vc.el (vc-exec-after): Move setting mode-line-process in the
10096         busy case ...
10097         (vc-set-mode-line-busy-indicator): ... in this new function.
10098         (vc-status-refresh): Call vc-set-mode-line-busy-indicator.
10099         (vc-update-vc-status-buffer): Reset mode-line-process.
10100         (vc-status-mark-all-files, vc-status-unmark-all-files): Change to
10101         mark/unmark all the files with the same state as the current one.
10102         With a prefix argument mark/unmark all files.
10103         (vc-status-mode-menu): Adjust strings.
10104         (vc-update-vc-status-buffer): Only do something when the argument
10105         is not nil.
10106         (vc-status-kill-dir-status-process): New function.
10107         (vc-status-mode-map): Bind it.
10108         (vc-status-process-buffer): New variable.
10109         (vc-status-mode): Make it local.
10110         (vc-status-refresh): Set it.
10112         * vc-hg.el (vc-hg-dir-status):
10113         * vc-git.el (vc-git-dir-status):
10114         * vc-svn.el (vc-svn-dir-status): Return the buffer in which the
10115         command is run.
10117 2008-02-22  Glenn Morris  <rgm@gnu.org>
10119         * json.el (top-level): No need to require thingatpt.
10120         (json-read-keyword): Use thing-at-point rather than word-at-point.
10122         * time.el (top-level): No need to require time-date when compiling.
10124         * emacs-lisp/copyright.el (copyright-update-year):
10125         Fix subexpression numbering for the case when years are split over
10126         lines, and for the replace case.
10128         * emulation/tpu-edt.el (tpu-have-ispell): Doc fix.  Make obsolete.
10129         (tpu-caar, tpu-cadr): Delete functions.
10130         (zmacs-regions): No need to declare for compiler.
10131         (tpu-goto-breadcrumb): Use cadr rather than tpu-cadr.
10132         (tpu-spell-check): Rewrite, and handle mark after point.
10133         (tpu-special-insert): Use or rather than if.
10135         * emulation/vip.el (vip-special-prefix-com): Use ispell-region
10136         rather than spell-region.
10138         * textmodes/spell.el (spell-buffer, spell-word): Suppress compiler
10139         warnings about spell-region.
10141 2008-02-22  Kenichi Handa  <handa@ni.aist.go.jp>
10143         * ldefs-boot.el: Regenerated.
10145         * loadup.el: Don't load language/devanagari, language/kannada,
10146         language/malayalam, and language/tamil.  Load language/sinhala.
10148         * language/indian.el (indian-font-foundry)
10149         (indian-script-language-alist, indian-font-char-index-table)
10150         (indian-font-char, indian-font-char-range, indian-script-table)
10151         (indian-default-script, indian-composable-pattern): Delete them.
10152         ("Devanagari", "Kannada", "Malayalam", "Tamil"): Definitions of
10153         language environments moved to here.
10154         ("Bengali", "Punjabi", "Gujarati", "Oriya", "Telugu"):
10155         New language environments.
10157         * language/devanagari.el, language/devan-util.el,
10158         * language/kannada.el, language/knd-util.el, language/malayalam.el,
10159         * language/mlm-util.el, language/tamil.el, language/tml-util.el:
10160         Delete them.
10162         * language/sinhala.el: New file.
10164 2008-02-21  Ken Manheimer  <ken.manheimer@gmail.com>
10166         Update Nick Robert's port of pdb tracking from python-mode.el.
10168         * progmodes/python.el (python-pdbtrack-toggle-stack-tracking):
10169         Clarify docstring.
10170         (python-pdbtrack-minor-mode-string): A sign indicating that pdb
10171         tracking is happening.
10172         (python-pdbtrack-stack-entry-regexp): Better recognize stack traces.
10173         (python-pdbtrack-input-prompt): Better recognize PDB prompts.
10174         (comint-output-filter-functions): Add python-pdbtrack-track-stack-file.
10175         Tracking is plugged in to all comint buffers once python.el is loaded.
10176         (python-pdbtrack-overlay-arrow): Toggle activation of
10177         `python-pdbtrack-minor-mode-string' in addition to the overlay arrow.
10178         (python-pdbtrack-track-stack-file): Use new
10179         `python-pdbtrack-get-source-buffer' for more flexible access to
10180         debugging source files.
10181         (python-pdbtrack-get-source-buffer): Identify debugging target buffer
10182         according to pdb stack trace, optionally using new
10183         `python-pdbtrack-grub-for-buffer' if file is not locally available.
10184         (python-pdbtrack-grub-for-buffer): Find most recent python-mode
10185         named buffer, or having function with indicated name.
10186         (python-shell): Remove comint-output-filter-functions hook
10187         addition, it's being done elsewhere.  Wrap long line.
10189 2008-02-21  Michael Olson  <mwolson@gnu.org>
10191         * json.el: Replace XEmacs compatibility code to get rid of
10192         compiler warnings.
10194         * time.el: Fix compiler warning.
10196 2008-02-21  Edward O'Connor  <ted@oconnor.cx>
10198         * json.el: New file (JavaScript Object Notation parser / generator).
10200 2008-02-21  Dave Love  <fx@gnu.org>
10202         * progmodes/sym-comp.el: New file.
10204         * progmodes/python.el: Merge from Dave Love's 2008-01-20 version.
10205         Require sym-comp.  Add Python buffer to same-window-buffer-names.
10206         Fixup whitespaces.
10207         (python-font-lock-keywords): Add highlighting for Python builtins.
10208         (python-font-lock-syntactic-keywords): Rewrite.
10209         (python-quote-syntax): Use syntax-ppss-context instead of parsing
10210         ppss directly.
10211         (python-mode-map): Add binding for python-find-function.
10212         (python-calculate-indentation): Clean up the logic.
10213         (python-beginning-of-defun): Explicitly set return value.
10214         (python-beginning-of-statement): Stop looping if we get stuck
10215         going backwards.
10216         (python-next-statement): Stop looping if we somehow end up inside
10217         a string while advancing.
10218         (python-preoutput-continuation, python-version-checked): New vars.
10219         (python-check-version): New function.
10220         (run-python): Set default command to python-command instead of
10221         python-python-command.
10222         (run-python): Use python-check-version.  Give PYTHONPATH
10223         precedence over data-directory in the process environment.
10224         Load function definitions in python process after.
10225         (python-check-comint-prompt): New function.
10226         (python-send-command, python-send-receive): Use it.
10227         (python-complete-symbol, python-try-complete): Functions deleted.
10228         Use symbol-complete instead of python-complete-symbol throughout.
10229         (python-fill-paragraph): Further refine the fenced-string regexp.
10230         (def-python-skeleton): Expand to the original abbrev instead if in
10231         a comment or string.  Tweak skeletons for `if', `while', `for',
10232         `try/except', `try/finally', `name'.
10233         (python-pea-hook, python-abbrev-pc-hook): New functions.
10234         (python-abbrev-syntax-table): New var.
10235         (python-mode): Add python-pea-hook to pre-abbrev-expand-hook.
10236         Use symbol-completion-try-complete for hippie expansion.
10237         Turn on font lock unconditionally.
10238         (python-mode-hook): Defcustom it.  No need to use make-local
10239         variable on indent-tabs-mode in "Turn off Indent Tabs mode"
10240         option, since it's buffer-local.
10242 2008-02-21  Juanma Barranquero  <lekktu@gmail.com>
10244         * play/hanoi.el (hanoi-internal): Set `show-trailing-whitespace' to nil.
10246 2008-02-21  Drew Adams  <drew.adams@oracle.com>
10248         * mouse.el (minor-mode-menu-from-indicator): Create a menu with a
10249         "Turn off" and a "Help" entry when the minor mode has no menu.
10251 2008-02-21  Dan Nicolaescu  <dann@ics.uci.edu>
10253         * vc.el (vc-status-mark, vc-status-unmark): New functions.
10254         (vc-status-mode-map, vc-status-mode-menu): Bind them instead of
10255         vc-status-mark-file and vc-status-unmark-file.
10256         (vc-status-mark-unmark): New function.
10257         (vc-status-previous-line, vc-status-next-line): No longer interactive.
10259 2008-02-21  Glenn Morris  <rgm@gnu.org>
10261         * composite.el (encode-composition-rule): Fix typo in error message.
10262         (composition-function-table, auto-composition-mode): Doc fixes.
10264         * subr.el (sit-for): Fix obsolete form for nil second argument.
10266         * textmodes/spell.el (spell-buffer, spell-word, spell-region)
10267         (spell-string): Make obsolete, in favor of ispell.
10269 2008-02-21  Kenichi Handa  <handa@ni.aist.go.jp>
10271         * language/devanagari.el: Don't setup composition-function-table
10272         here.
10273         ("Devanagari"): Change charset, coding-system, coding-priority to
10274         Unicode-based ones.  Don't require the feature devan-util.
10276         * composite.el (compose-chars-after): Fix arguments for a function
10277         in composition-function-table.
10278         (auto-compose-region): Likewise.
10280         * ps-mule.el (ps-mule-font-info-database-bdf): Use ethio16f-uni.bdf
10281         for Ethiopic.
10282         (ps-mule-plot-string): Ignore glyph-string based compositions.
10284 2008-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10286         * doc-view.el: Allow different windows to show different pages.
10287         (doc-view-current-page, doc-view-current-slice, doc-view-current-info)
10288         (doc-view-current-image, doc-view-current-overlay): Remove variables,
10289         add them back as macros instead, using image-mode-winprops instead.
10290         Update all users of those variables.
10291         (doc-view-new-window-function): New function to create a new overlay
10292         for each new window.
10293         (doc-view-mode): Use it and image-mode-setup-winprops.
10294         (doc-view-clone-buffer-hook): Rewrite accordingly.
10296         * image-mode.el: Extend [hv]scroll support to per-window properties.
10297         (image-mode-current-vscroll, image-mode-current-hscroll): Remove.
10298         (image-mode-winprops-alist): New var to replace them.
10299         (image-mode-new-window-functions): New hook.
10300         (image-mode-winprops, image-mode-window-get, image-mode-window-put):
10301         New funs.
10302         (image-set-window-vscroll, image-set-window-hscroll): Use them.
10303         Remove the `window' argument, update callers.
10304         (image-mode-reapply-winprops): Rename image-reset-current-vhscroll.
10305         Use the new functions.
10306         (image-mode-reapply-winprops): New fun.
10307         (image-mode): Use it.
10309 2008-02-20  Jay Belanger  <jay.p.belanger@gmail.com>
10311         * calc/calc-math.el (math-sin-raw): Add optional argument
10312         to keep track of original argument.
10313         (math-cos-raw): Use optional argument when calling math-sin-raw.
10314         (math-sin-raw-2, math-cos-raw-2): Check for a zero argument
10315         with close to original precision.
10317 2008-02-20  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
10319         * textmodes/bibtex.el (bibtex-convert-alien): Do not use optional
10320         args in calls of sit-for.
10322 2008-02-20  Juanma Barranquero  <lekktu@gmail.com>
10324         * vc-svn.el (vc-svn-program): Fix typo in docstring.
10325         (vc-svn-checkin): Fix typo in error message.
10327         * help-mode.el: Require easymenu when compiling.
10329 2008-02-20  Dan Nicolaescu  <dann@ics.uci.edu>
10331         * help-mode.el (help-mode-menu): New menu.
10333 2008-02-20  Glenn Morris  <rgm@gnu.org>
10335         * mail/rmail.el (rmail-autodetect): Add .exe extension to movemail
10336         on Windows.
10338 2008-02-20  Kenichi Handa  <handa@ni.aist.go.jp>
10340         * ps-mule.el (ps-mule-encode-region): Return a single string.
10341         (ps-mule-plot-string): Adjust for the above change.
10342         (ps-mule-encode-header-string): Likewise.
10344         * international/latin1-disp.el (latin1-display): Don't use
10345         ucs-mule-8859-to-mule-unicode.  Fix the way of resetting
10346         standard-display-table.
10347         (latin1-display-identities): Adjust for the change of what is
10348         returned by (get-language-info charset 'charset).
10350         * international/mule-util.el (char-displayable-p): Fix for Latin-1
10351         characters and terminal case.
10353 2008-02-19  Ken Manheimer  <ken.manheimer@gmail.com>
10355         Minor Adaptions by Nick Roberts <nickrob@snap.net.nz> for Emacs.
10357         * progmodes/python.el: Also require comint when loading.
10358         (python-mode-map): Bind python-pdbtrack-toggle-stack-tracking.
10359         Replace python-shell with run-python on menu bar.
10360         (python-shell-map): New map.
10361         (python-default-interpreter, python-python-command-args)
10362         (python-jython-command-args, python-pdbtrack-do-tracking-p):
10363         New options.
10364         (python-which-shell, python-which-args, python-which-bufname):
10365         New buffer local variables.
10366         (python-file-queue, python-pdbtrack-is-tracking-p): New variables.
10368         * progmodes/python.el (python-pdbtrack-stack-entry-regexp)
10369         (python-pdbtrack-input-prompt, python-pdbtrack-track-range):
10370         New constants.
10372         Pdbtrack features:
10374         (python-point, python-end-of-def-or-class)
10375         (python-beginning-of-def-or-class, python-goto-initial-line)
10376         (python-comint-output-filter-function)
10377         (python-pdbtrack-overlay-arrow)
10378         (python-pdbtrack-track-stack-file, python-toggle-shells)
10379         (python-shell, python-pdbtrack-toggle-stack-tracking)
10380         (turn-on-pdbtrack, turn-off-pdbtrack, python-sentinel):
10381         New functions.
10383 2008-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10385         * net/ange-ftp.el (ange-ftp-quote-string): Return the null string
10386         when the argument is nil.
10388 2008-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
10390         * vc.el (dir-status): Add a brief description.
10392 2008-02-19  Thien-Thi Nguyen  <ttn@gnuvola.org>
10394         * vc-hooks.el (vc-find-root): Take optional arg INVERT.
10395         If non-nil, reverse the sense of the check.
10397         * vc-rcs.el (vc-rcs-root): New func.
10398         * vc-cvs.el (vc-cvs-root): New func.
10399         * vc-svn.el (vc-svn-root): New func.
10400         * vc-sccs.el (vc-sccs-root): New func.
10402 2008-02-18  Kenichi Handa  <handa@ni.aist.go.jp>
10404         * language/japan-util.el (setup-japanese-environment-internal):
10405         Call use-cjk-char-width-table.
10407         * language/japanese.el ("Japanese"): Set exit-function to
10408         use-default-char-width-table.
10410         * international/characters.el: Delete occurrences of non-Unicode
10411         tibetan and ethiopic characters.
10412         (cjk-char-width-table): New variable.
10413         (use-cjk-char-width-table, use-default-char-width-table):
10414         New functions.
10416 2008-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
10418         * vc.el (vc-status-menu, vc-status-menu-map-filter): New functions.
10419         (vc-status-mode-menu): Add a :filter.
10420         (vc-status-printer): Add faces.
10422         * vc-hg.el (vc-hg-extra-status-menu): New function.
10423         (vc-hg-dir-status): Clean up the buffer before using it.
10425 2008-02-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10427         * progmodes/gdb-ui.el (gdb-output-sink): Define with an invalid value.
10428         (gdb): Initialize it here instead.
10430         * files.el (locate-dominating-file): Fix thinko in last change.
10431         Reported by Bruce Stephens <bruce.stephens@isode.com>.
10433 2008-02-18  Dan Nicolaescu  <dann@ics.uci.edu>
10435         * vc.el (vc-status-mode-menu): New menu for vc-status.
10437 2008-02-18  Juanma Barranquero  <lekktu@gmail.com>
10439         * progmodes/verilog-mode.el (customize): Fix typo in error message.
10440         (verilog-mode, verilog-mode-indent, verilog-mode-actions)
10441         (verilog-mode-auto, verilog-indent-level-module)
10442         (verilog-minimum-comment-distance, verilog-library-flags)
10443         (verilog-library-directories, verilog-library-files)
10444         (verilog-auto-reset-widths, verilog-imenu-generic-expression)
10445         (verilog-xemacs-menu, verilog-set-compile-command)
10446         (verilog-set-compile-command, verilog-mode-syntax-table, verilog-mode)
10447         (verilog-get-expr, verilog-strip-comments, verilog-one-line)
10448         (verilog-lint-off, verilog-batch-auto, verilog-batch-delete-auto)
10449         (verilog-batch-inject-auto, verilog-batch-indent)
10450         (verilog-continued-line, verilog-type-keywords)
10451         (verilog-read-sub-decls-sig, verilog-read-sub-decls-line)
10452         (verilog-read-inst-pins, verilog-read-arg-pins)
10453         (verilog-read-auto-template, verilog-read-signals, verilog-getopt-file)
10454         (verilog-add-list-unique, verilog-symbol-detick, verilog-modi-filename)
10455         (verilog-auto-star, verilog-auto-inst, verilog-auto-wire)
10456         (verilog-enum-ascii, verilog-sk-begin, verilog-sk-fork)
10457         (verilog-sk-datadef, verilog-colorize-include-files-buffer)
10458         (verilog-mode-version, verilog-mode-release-date)
10459         (verilog-mode-release-emacs, verilog-linter, verilog-coverage)
10460         (verilog-simulator, verilog-compiler)
10461         (verilog-auto-sense-defines-constant, verilog-company)
10462         (verilog-project, verilog-mark-defun, verilog-submit-bug-report):
10463         Fix typos in docstrings.
10464         (verilog-set-auto-endcomments, verilog-calculate-indent)
10465         (verilog-inject-auto, verilog-auto-arg, verilog-auto-inout-module):
10466         Reflow docstrings.
10467         (verilog-tab-always-indent, verilog-highlight-p1800-keywords)
10468         (verilog-auto-star-save, verilog-auto-inst-vector, verilog-mode-hook)
10469         (electric-verilog-forward-sexp, verilog-in-case-region-p)
10470         (verilog-in-struct-region-p, verilog-in-generate-region-p)
10471         (verilog-leap-to-head, verilog-current-indent-level)
10472         (verilog-case-indent-level, verilog-cpp-keywords)
10473         (verilog-defun-keywords, verilog-block-keywords, verilog-tf-keywords)
10474         (verilog-case-keywords, verilog-separator-keywords, verilog-completion)
10475         (verilog-signals-not-in, verilog-symbol-detick-text)
10476         (verilog-modi-cache-preserve-tick, verilog-modi-cache-preserve-buffer)
10477         (verilog-forward-close-paren, verilog-backward-open-paren)
10478         (verilog-backward-open-bracket): Doc fixes.
10480         * progmodes/gud.el (gud-def, gud-last-speedbar-stackframe): Doc fixes.
10481         (gud-symbol, gud-expansion-speedbar-buttons, gud-speedbar-buttons)
10482         (gud-gdb-run-command-fetch-lines, gud-dbx-use-stopformat-p)
10483         (gud-jdb-classpath, gud-jdb-find-source-using-classpath, jdb)
10484         (gud-find-class, gdb-script-mode, gud-tooltip-event, gud-tooltip-tips):
10485         Fix typos in docstrings.
10487         * w32-vars.el (w32-system-shells): Add TCC (new name for 4NT).
10489 2008-02-18  Bastien Guerry  <Bastien.Guerry@ens.fr>
10491         * info.el (Info-read-node-name): Removed unused `default' arg.
10493 2008-02-18  Thien-Thi Nguyen  <ttn@gnuvola.org>
10495         * vc-git.el (vc-git-after-dir-status, vc-git-dir-status): New funcs.
10497 2008-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
10499         * image-mode.el (image-get-display-property): New fun.
10500         (image-forward-hscroll, image-next-line, image-eol, image-eob)
10501         (image-mode, image-minor-mode, image-toggle-display-text)
10502         (image-toggle-display): Use it.
10504 2008-02-18  Jason Rumney  <jasonr@gnu.org>
10506         * international/mule.el (xml-find-file-coding-system): Don't warn
10507         about utf-16 with BOM.
10509         * nxml/nxml-mode.el (nxml-mode): Don't add a write-contents-hook.
10511         * international/mule.el (sgml-xml-auto-coding-function): Detect and
10512         warn if file encoding is not utf-8 and encoding not specified.
10513         (xml-find-file-coding-system): New function.
10514         * international/mule-conf.el (file-coding-system-alist): Use it.
10516 2008-02-17  Glenn Morris  <rgm@gnu.org>
10518         * international/mule-cmds.el (set-locale-environment):
10519         Pass `frame' to getenv for LC_MESSAGES.
10521 2008-02-17  Juri Linkov  <juri@jurta.org>
10523         * time.el (emacs-init-time): Use format instead of format-seconds.
10525 2008-02-17  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
10527         * textmodes/bibtex.el (bibtex-search-entry): Rename from
10528         bibtex-find-entry.  Add autoload cookie.
10529         (bibtex-find-entry): Alias for bibtex-search-entry.
10530         (bibtex-search-crossref): Rename from bibtex-find-crossref.
10531         (bibtex-find-crossref): Alias for bibtex-search-crossref.
10532         (bibtex-clean-entry): atomic-change-group removed.
10533         (bibtex-format-entry): Use atomic-change-group.  Use unwind-protect
10534         to locate buffer location where error occurred.
10535         Make error messages more specific.
10536         (bibtex-parse-keys): Only parse if buffer uses bibtex-mode.
10538 2008-02-17  Dan Nicolaescu  <dann@ics.uci.edu>
10540         * progmodes/hideshow.el (hs-minor-mode-map): Move menu creation to
10541         top level.
10543         * simple.el (transient-mark-mode): Add an :init-value.
10545         * startup.el (command-line): Use custom-reevaluate-setting for
10546         transient-mark-mode.
10548 2008-02-17  Michaël Cadilhac  <michael@cadilhac.name>
10550         * wdired.el (wdired-allow-to-change-permissions): Fix typo.
10552 2008-02-16  Juri Linkov  <juri@jurta.org>
10554         * startup.el (after-init-time): New variable.
10555         (command-line): Set `after-init-time' to the current time.
10557         * time.el (emacs-init-time): New function.
10559 2008-02-16  Stefan Monnier  <monnier@iro.umontreal.ca>
10561         * files.el (locate-dominating-file): Remove initial loop because it's
10562         not careful enough.  Detect the uid-change all within the main loop.
10564 2008-02-16  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
10566         * ielm.el (ielm-is-whitespace-or-comment): Docstring fix.
10568 2008-02-16  Dan Nicolaescu  <dann@ics.uci.edu>
10570         * vc.el (vc-annotate): Add new argument.
10571         (vc-annotate-warp-revision): Pass the current line to vc-annotate.
10573         * progmodes/hideshow.el: Remove the minor-mode bookkeeping.
10574         Move make-variable-buffer-local code after the corresponding defvar.
10575         (hs-minor-mode-map): Define and initialize in one step.
10576         (hs-minor-mode): Change from defun to define-minor-mode.
10578 2008-02-16  Nick Roberts  <nickrob@snap.net.nz>
10580         * progmodes/gud.el (gud-gdb): Don't reset gdb-ready.
10581         (gdb-ready): Move declaration...
10583         * progmodes/gdb-ui.el (gdb-ready): ...to here.
10584         (gdb-early-user-input): New variable.
10585         (gdb): Reset gdb-flush-pending-output to nil and set
10586         comint-input-sender here (before gdb-prompt), instead of...
10587         (gdb-init-1): ...here.
10588         (gdb-send): If Emacs is not ready, defer user input to...
10589         (gdb-prompt): ...here.
10591 2008-02-16  Glenn Morris  <rgm@gnu.org>
10593         * nxml/test.invalid.xml, nxml/test.valid.xml: Move to etc/nxml.
10595         * startup.el (emacs-startup-time): Rename to `before-init-time'.
10596         (before-init-time): New name for `emacs-startup-time'.
10597         (command-line): Use before-init-time rather than emacs-startup-time.
10598         * time.el (emacs-uptime): Use before-init-time rather than
10599         emacs-startup-time.
10601         * composite.el (composition-function-table): Doc fix.
10603         * calendar/time-date.el (format-seconds): Remove `nonzero' argument
10604         in favor of `%z' specifier.
10605         (emacs-uptime): Move to time.el.
10606         * time.el (emacs-uptime): Move here from time-date.el.  Add optional
10607         `format' argument.  Doc fix.  Use `%z' rather than removed `nonzero'
10608         argument of format-seconds.
10610 2008-02-16  Dan Nicolaescu  <dann@ics.uci.edu>
10612         * bindings.el (mode-line-mule-info): Make the tooltips more explicit.
10614 2008-02-15  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
10616         * ielm.el (ielm-is-whitespace): Remove.
10617         (ielm-is-whitespace-or-comment): New function.
10618         (ielm-eval-input): Use it.
10620 2008-02-15  Jason Rumney  <jasonr@gnu.org>
10622         * term/mac-win.el: Fix coding tag.
10624 2008-02-15  Dan Nicolaescu  <dann@ics.uci.edu>
10626         * vc-hooks.el (vc-menu-map):
10627         * bindings.el (mode-line-mode-menu): Add tooltips.
10629         * bindings.el (help-echo): Add more tooltips.  Use a less
10630         telegraphic style for existing tooltips.
10632 2008-02-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10634         * frame.el (frame-notice-user-settings): Distinguish explicit parent-id
10635         from the auto-generated one.
10637 2008-02-14  Glenn Morris  <rgm@gnu.org>
10639         * mail/rmail-spam-filter.el (rmail-spam-filter):
10640         Let-bind message-spam-status.
10642         * mail/smtpmail.el (password-cache-add): Declare as function.
10644 2008-02-14  Justus Piater  <Justus-bulk@Piater.name>  (tiny change)
10646         * mail/smtpmail.el: Use password-cache.
10648 2008-02-14  Juanma Barranquero  <lekktu@gmail.com>
10650         * uniquify.el (uniquify-buffer-base-name): New function.
10651         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
10653         * desktop.el (uniquify-managed): Don't defvar.
10654         (desktop-buffer-info): Use `uniquify-buffer-base-name', not
10655         `uniquify-managed'.  Return also the buffer's base name.
10656         (desktop-save): When saving the buffer info, filter out the base name,
10657         and save it as buffer name if the buffer is managed by uniquify.
10658         (uniquify-item-base): Don't declare; not called anymore.
10660 2008-02-14  Dan Nicolaescu  <dann@ics.uci.edu>
10662         * vc.el (vc-annotate-find-revision-at-line): New function.
10663         (vc-annotate-mode-map): Bind it.
10664         (vc-annotate-mode-menu): Add a menu entry for it.  Add :help for
10665         some entries.
10667 2008-02-14  Glenn Morris  <rgm@gnu.org>
10669         * calendar/time-date.el (format-seconds): New function.
10670         (emacs-uptime): Use format-seconds.
10672         * Makefile.in (custom-deps, finder-data, autoloads, recompile):
10673         Remove `LC_ALL=C', since it's included in $(emacs) now.
10675 2008-02-14  Zhang Wei  <id.brep@gmail.com>
10677         * textmodes/org-publish.el (org-publish-timestamp-filename):
10678         Replace colon characters in filename too.
10680 2008-02-13  Bastien Guerry  <bzg@altern.org>
10682         * mail/rmail.el (rmail-header-name): New face.
10683         (rmail-font-lock-keywords): Use rmail-header-name.
10685         * mail/rmail-spam-filter.el (rsf-definitions-alist): Allow check
10686         against X-Spam-Status header field.
10687         (rmail-spam-filter): Also check X-Spam-Status header field.
10689 2008-02-14  Mark A. Hershberger  <mah@everybody.org>
10691         * progmodes/flymake.el (flymake-allowed-file-name-masks):
10692         Add support for .pm files and .php files.
10693         (flymake-err-line-patterns): Add pattern for PHP errors.
10694         (flymake-php-init): New function.  PHP support for flymake.
10696         * progmodes/compile.el (compilation-error-regexp-alist-alist):
10697         Add regular expression for PHP errors.
10699 2008-02-13  Michael Albinus  <michael.albinus@gmx.de>
10701         * net/ange-ftp.el (ange-ftp-quote-string): Use `shell-quote-argument'.
10702         This DTRT even on w32 machines.
10703         (ange-ftp-cf1): Quote FILENAME.
10705 2008-02-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10707         * smerge-mode.el (smerge-auto-combine-max-separation): New var.
10708         (smerge-auto-combine): New fun.
10710 2008-02-12  Juri Linkov  <juri@jurta.org>
10712         * startup.el (fancy-startup-screen, normal-splash-screen):
10713         Set default-directory to command-line-default-directory.
10715         * desktop.el (after-init-hook): Set inhibit-startup-screen to t
10716         after reading the desktop.
10718         * progmodes/compile.el (compilation-auto-jump):
10719         Call compile-goto-error only when compilation-auto-jump-to-first-error
10720         is non-nil.
10721         (compilation-scroll-output): Replace :type 'boolean with a choice
10722         that has three options including a third option `first-error'.
10723         Doc fix.
10724         (compilation-start, compilation-forget-errors): Add an alternate
10725         condition comparing compilation-scroll-output with `first-error'
10726         in addition to compilation-auto-jump-to-first-error (to call
10727         compilation-auto-jump in the proper place).
10729 2008-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10731         * international/mule.el (sgml-html-meta-auto-coding-function):
10732         Make sure the search limit is ahead.
10734         * tar-mode.el: Fix broken indentation.
10735         (tar-mouse-extract, tar-extract, tar-subfile-save-buffer):
10736         Use with-current-buffer.
10738 2008-02-12  Juanma Barranquero  <lekktu@gmail.com>
10740         * hexl.el (hexl-mode): Don't make `font-lock-defaults' buffer-local;
10741         it is already automatically buffer-local.
10743 2008-02-11  Drew Adams  <drew.adams@oracle.com>
10745         * help.el (describe-key): Join some split lines to facilitate filling.
10746         * help-fns.el (describe-function-1): Fill text of overlong lines.
10748 2008-02-12  Kenichi Handa  <handa@ni.aist.go.jp>
10750         * emacs-lisp/bytecomp.el (byte-compile-lapcode):
10751         Use unibyte-string instead of string-make-unibyte.
10753         * Makefile.in (AUTOGENEL): Remove charprop.el and uni-*.el.
10755 2008-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10757         * doc-view.el (doc-view-display): Change file arg to buffer arg, so it
10758         works also for buffers w/o buffer-file-name.  Update callers.
10759         (doc-view-clone-buffer-hook): New fun.
10760         (doc-view-mode): Use it for indirect clones.  Mark the overlays with
10761         the `doc-view' property so they can be recognized.
10763         * simple.el (clone-indirect-buffer-hook): New hook.
10764         (clone-indirect-buffer): Run it.
10766 2008-02-11  Daiki Ueno  <ueno@unixuser.org>
10768         * epa.el (epa-menu-mode): Merge into epa-mode.
10769         (epa-menu-items): Rename the label "EasyPG Assistant" to
10770         "Encryption/Decryption".
10772         * epa-dired.el: Define a new minor-mode epa-dired-mode for dired.
10773         (epa-dired-mode-map): Rename from epa-dired-map.
10774         (epa-global-dired-mode): Rename the global minor mode.
10776 2008-02-11  Drew Adams  <drew.adams@oracle.com>
10778         * isearch.el (isearch-fail): New face.
10779         (isearch-message): Highlight failure part of input.
10781 2008-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10783         * ibuffer.el (ibuffer-header-line-format): New var.
10784         (ibuffer-mode): Set it instead of header-line-format.
10785         (ibuffer-update): Use it to set header-line-format.
10787         * international/mule-cmds.el (ucs-insert): Inherit surrounding
10788         properties like self-insert-command.
10790 2008-02-11  Drew Adams  <drew.adams@oracle.com>
10792         * progmodes/etags.el: Add many doc strings.
10794 2008-02-11  Jason Rumney  <jasonr@gnu.org>
10796         * ldefs-boot.el: Regenerated.
10798 2008-02-11  Glenn Morris  <rgm@gnu.org>
10800         * progmodes/compile.el (compilation-error-regexp-alist-alist):
10801         Shorten some names.
10803         * ffap.el (ffap-rfc-directories): Add :version.
10805 2008-02-11  Chris Moore  <christopher.ian.moore@gmail.com>
10807         * jka-cmpr-hook.el (jka-compr-compression-info-list): Handle .sifz
10808         files, and backup files of same.
10810 2008-02-11  Kevin Ryde  <user42@zip.com.au>
10812         * ffap.el (ffap-rfc-directories): New variable.
10813         (ffap-rfc): Look in those dirs before offering ffap-rfc-path.
10815         * info.el (Info-next-reference, Info-prev-reference)
10816         (Info-try-follow-nearest-node): Move to and follow https:// links too.
10818         * simple.el (completion-list-mode): Show full completion-list-mode-map
10819         in the docstring.
10821 2008-02-11  Sam Steingold  <sds@gnu.org>
10823         * vc-hooks.el (vc-prefix-key): Remove (undo 2008-02-06 patch).
10825 2008-02-11  Glenn Morris  <rgm@gnu.org>
10827         * startup.el (emacs-startup-time): New variable.
10828         (command-line): Set emacs-startup-time.
10830         * calendar/time-date.el (emacs-uptime): New function.
10832 2008-02-10  Bastien Guerry  <bzg@altern.org>
10834         * mail/rmail.el (rmail-nonignored-headers): Allow to be nil.
10835         (rmail-clear-headers): Don't check `rmail-nonignored-headers' when
10836         it is nil.
10838 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
10840         * epg-config.el: Expand the contents of epg-package-info.el.
10841         (epg-package-name): New constant.
10842         (epg-version-number): New constant.
10843         (epg-bug-report-address): New constant.
10845         * epa-mail.el (epa-mail-mode): Add autoload cookie.
10846         (epa-global-mail-mode): New global minor mode.
10848         * epa-file.el (epa-file-mode): New global minor mode.
10850         * epa-dired.el (epa-dired-mode): New global minor mode.
10852         * epa.el (epa-menu): New variable.
10853         (epa-menu-items): New variable.
10854         (epa-menu-mode): New global minor mode.
10855         (epa-global-minor-modes): New user option.
10856         (epa-mode): New global minor mode.
10858 2008-02-10  Michael Albinus  <michael.albinus@gmx.de>
10860         * net/dbus.el: Remove `no-byte-compile' cookie.
10861         (dbus-call-method, dbus-register-signal, dbus-debug)
10862         (dbus-registered-functions-table): Declare them with
10863         `declare-function' or `defvar', respectively.
10864         (top): Don't assert any longer.  Require 'cl when compiling.
10865         Apply `ignore-errors' but `dbus-ignore-errors'.
10867 2008-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
10869         * diff-mode.el (diff-add-change-log-entries-other-window):
10870         Use add-change-log-entry.
10872 2008-02-09  Jason Rumney  <jasonr@gnu.org>
10874         * button.el (button-map):
10875         * wid-edit.el (widget-keymap): Avoid line-end confusion in autoloads.
10876         * ldefs-boot.el: Regenerate.
10878 2008-02-09  Dan Nicolaescu  <dann@ics.uci.edu>
10880         * epa.el (epa-faces, epa):
10881         * epa-file.el (epa-file):
10882         * epg-config.el (epg): Add :version.
10884 2008-02-09  Thien-Thi Nguyen  <ttn@gnuvola.org>
10886         * vc.el (vc-exec-after): Append CODE to previous fragments.
10887         (vc-diff-finish): Take BUFFER directly, not BUFFER-NAME;
10888         take MESSAGES instead of VERBOSE; use it when non-nil.
10889         (vc-diff-internal): Compute messages once; use them;
10890         update call to vc-diff-finish.
10892 2008-02-09  Michael Olson  <mwolson@gnu.org>
10894         * net/tramp.el (tramp-process-sentinel): Avoid error when process
10895         buffer has been killed, such as by
10896         `tramp-cleanup-all-connections'.
10898 2008-02-09  Miles Bader  <miles@gnu.org>
10900         * net/rcirc.el (rcirc-omit-mode): Suppress invisibility ellipsis.
10902 2008-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
10904         * diff-mode.el (diff-add-change-log-entries-other-window): Avoid the
10905         splitter in context hunks.
10907 2008-02-08  Kenichi Handa  <handa@ni.aist.go.jp>
10909         * international/fontset.el (setup-default-fontset): Fix arabic otf
10910         font specification.
10912 2008-02-08  Daiki Ueno  <ueno@unixuser.org>
10914         * epa-dired.el:
10915         * epa-file.el:
10916         * epa-mail.el:
10917         * epa-setup.el:
10918         * epa.el:
10919         * epg-config.el:
10920         * epg-package-info.el:
10921         * epg.el: Initial check-in of EasyPG.
10923 2008-02-08  Glenn Morris  <rgm@gnu.org>
10925         * woman.el (woman-locale): New defcustom.
10926         (woman-expand-locale, woman-manpath-add-locales): New functions.
10927         (woman-manpath): Call woman-manpath-add-locales.  Bump :version.
10929         * international/mule-cmds.el (locale-translate): New function,
10930         with old code extracted from set-locale-environment.
10931         (set-locale-environment): Use locale-translate.  Set woman-locale.
10933         * cus-start.el (selection-coding-system): Remove, since it's now
10934         defined in select.el rather than in xselect.c.
10935         * select.el (selection-coding-system): Make it a defcustom, and
10936         add the properties from cus-start.el.  Bump :version.
10938         * custom.el (custom-theme-set-variables): Sort symbols that are
10939         dependencies before symbols that depend on them.
10940         (custom-enabled-themes): Set after custom-theme-directory.
10942         * pcmpl-unix.el (top-level): Move provide statement to end.
10943         (pcmpl-unix-group-file, pcmpl-unix-passwd-file): Remove leading
10944         `*' from doc-string.  Allow to be nil.
10945         (pcmpl-ssh-known-hosts-file): Convert comment into expanded doc-string.
10946         Allow to be nil.  Add :version.
10947         (pcmpl-ssh-hosts): Move definition before use.  Handle lines
10948         without hostnames, and multiple hostnames per line.
10950         * term/x-win.el (x-handle-parent-id): Remove free variable `parent-id'.
10952 2008-02-08  Phil Hagelberg  <phil@evri.com>
10954         * pcmpl-unix.el (pcmpl-ssh-known-hosts-file): New defcustom.
10955         (pcomplete/ssh, pcomplete/scp, pcmpl-ssh-hosts): New functions.
10957 2008-02-07  Timo Savola  <timo.savola@iki.fi>
10959         * startup.el (command-line-x-option-alist): Add --parent-id.
10961         * term/x-win.el (x-handle-parent-id): New function.
10963 2008-02-07  Chris Moore  <christopher.ian.moore@gmail.com>
10965         * mouse.el (x-fixed-font-alist): Use consistent capitalization for
10966         "Font Menu".
10968 2008-02-06  Michael Albinus  <michael.albinus@gmx.de>
10970         * net/dbus.el (dbus-interface-peer): New defconst.
10971         (dbus-ping): New defun.
10973 2008-02-06  Sam Steingold  <sds@gnu.org>
10975         * vc-hooks.el (vc-prefix-key): New user-customizable variable.
10977 2008-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
10979         * net/ange-ftp.el (ange-ftp-unhandled-file-name-directory):
10980         Just return nil and let the C code provide a fallback.
10982 2008-02-05  Glenn Morris  <rgm@gnu.org>
10984         * net/tramp-cmds.el (tramp-cleanup-connection): Update calls to
10985         tramp-flush-connection-property for removed 2nd argument.
10987 2008-02-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10989         * diff-mode.el (diff-add-change-log-entries-other-window):
10990         Rename from diff-create-changelog.  Change users.
10991         Minor change to hopefully work with plain diffs.
10992         (diff-mode-map): Add binding for it.
10994 2008-02-04  Dan Nicolaescu  <dann@ics.uci.edu>
10996         * diff-mode.el: Add new TODO entry.
10997         (diff-create-changelog): New function.
10998         (diff-mode-menu): Bind it.
11000 2008-02-04  Kenichi Handa  <handa@ni.aist.go.jp>
11002         * international/mule-diag.el (print-fontset-element): Handle the
11003         case of inhibiting the fallback fonts.
11005 2008-02-04  Kim F. Storm  <storm@cua.dk>
11007         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
11008         (ido-magic-delete-char): Use prefix arg.
11010 2008-02-03  Juanma Barranquero  <lekktu@gmail.com>
11012         * term/w32-win.el (image-library-alist): Prefer libpng12 to libpng13,
11013         because the latter is in fact a 1.2.8 build distributed with GTK+ (as
11014         of today, the most recent libpng is 1.2.24).
11016 2008-02-03  Michael Albinus  <michael.albinus@gmx.de>
11018         * ediff-util.el (ediff-compute-custom-diffs-maybe): Handle remote files.
11020         * net/dbus.el (top): Check (featurep 'dbusbind).
11022         * net/tramp.el (tramp-process-sentinel): New defun.
11023         (tramp-do-copy-or-rename-file-out-of-band)
11024         (tramp-maybe-open-connection): Use it as process sentinel.
11025         (tramp-handle-delete-directory): Don't use the "-f" option; it
11026         isn't portable.
11027         (tramp-handle-start-file-process): Echo `tramp-end-of-output'
11028         after the command.
11029         (tramp-handle-shell-command): Set `mode-line-process' in the
11030         asynchronous case.
11032         * net/tramp-cache.el (tramp-flush-connection-property): Remove EVENT.
11034         * net/tramp-fish.el (tramp-fish-maybe-open-connection):
11035         * net/tramp-smb.el (tramp-smb-maybe-open-connection):
11036         Use `tramp-process-sentinel' as process sentinel.
11038 2008-02-02  Juanma Barranquero  <lekktu@gmail.com>
11040         * whitespace.el (global-whitespace-mode): Revert last change.
11041         (whitespace-unload-function): Force `global-whitespace-mode'
11042         to deactivate local modes in a slightly less intrusive way.
11044 2008-02-02  Eli Zaretskii  <eliz@gnu.org>
11046         * view.el (kill-buffer-if-not-modified): Add an autoload cookie.
11048 2008-02-02  Glenn Morris  <rgm@gnu.org>
11050         * international/latin1-disp.el (latin1-display):
11051         * progmodes/fortran.el (fortran-comment-indent-char):
11052         * progmodes/idlw-shell.el (top-level):
11053         * term/mac-win.el (mac-keyboard-translate-char):
11054         * whitespace.el (whitespace-char-valid-p):
11055         * wid-edit.el (widget-key-sequence-read-event):
11056         Use characterp rather than char-valid-p.
11058         * progmodes/cap-words.el (capitalized-next-word-boundary): Rename
11059         to capitalized-find-word-boundary.  Doc fix.  Update callers.
11060         (capitalized-next-word-boundary-function-table): Rename to
11061         capitalized-find-word-boundary-function-table.  Doc fix.  Update users.
11063         * ps-bdf.el (bdf-read-font-info): Use string-to-number rather than
11064         string-to-int.
11066         * ps-def.el (declare-function): Add compatibility definition.
11067         (ps-plot-with-face, ps-plot-string): Declare as functions.
11068         (ps-bold-faces, ps-italic-faces): Declare variables.
11070         * ps-print.el (ps-mule-initialize, ps-mule-begin-job)
11071         (ps-mule-end-job): Declare as functions.
11073         * wid-edit.el (widget-string-complete): Use assoc-string rather
11074         than assoc-ignore-case.
11076 See ChangeLog.13 for earlier changes.
11078 ;; Local Variables:
11079 ;; coding: utf-8
11080 ;; add-log-time-zone-rule: t
11081 ;; bug-reference-url-format: "http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=%s"
11082 ;; End:
11084     Copyright (C) 2008  Free Software Foundation, Inc.
11086   This file is part of GNU Emacs.
11088   GNU Emacs is free software: you can redistribute it and/or modify
11089   it under the terms of the GNU General Public License as published by
11090   the Free Software Foundation, either version 3 of the License, or
11091   (at your option) any later version.
11093   GNU Emacs is distributed in the hope that it will be useful,
11094   but WITHOUT ANY WARRANTY; without even the implied warranty of
11095   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
11096   GNU General Public License for more details.
11098   You should have received a copy of the GNU General Public License
11099   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
11101 ;; arch-tag: c241c1f9-d668-48bf-920a-2897ed0340bc